mirror of
https://github.com/akveo/eva-icons.git
synced 2025-08-31 09:31:59 +02:00
19 lines
514 B
HTML
19 lines
514 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<title></title>
|
|
<link rel="stylesheet" href="package-build/style/eva-icons.css">
|
|
<script src="https://unpkg.com/eva-icons"></script>
|
|
<body>
|
|
|
|
<i data-eva="github"></i>
|
|
<i data-eva="github" data-eva-fill="blue" data-eva-hover="true"></i>
|
|
|
|
<i class="eva eva-5x eva-github"></i>
|
|
<i class="eva eva-5x eva-github-outline"></i>
|
|
|
|
<script>
|
|
eva.replace({ animation: { type: 'pulse', infinite: true, hover: false }, fill: 'red', width: '100px', height: '100px' })
|
|
</script>
|
|
</body>
|
|
</html>
|