mirror of
https://github.com/akveo/eva-icons.git
synced 2025-09-01 18:03:01 +02:00
release: 1.1.0, includes update build icons process, improve quality of SVGs icons, prepare png icons in 128x128, fix web fonts, update documentation, update animation: icon animation has higher priority than common animation. (#28)
This commit is contained in:
committed by
Dmitry Nehaychik
parent
0e00d78184
commit
3234ce67bf
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "eva-icons-landing",
|
||||
"version": "1.0.2",
|
||||
"version": "1.1.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "eva-icons-landing",
|
||||
"version": "1.0.2",
|
||||
"version": "1.1.0",
|
||||
"browserslist": [
|
||||
"> 1%",
|
||||
"last 2 versions",
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "eva-icons",
|
||||
"version": "1.0.2",
|
||||
"version": "1.1.0",
|
||||
"description": "Eva Icons - beautifully crafted Open Source UI icons for common actions and items.",
|
||||
"main": "eva.js",
|
||||
"unpkg": "eva.min.js",
|
||||
|
@@ -9,6 +9,7 @@
|
||||
<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' })
|
||||
|
Reference in New Issue
Block a user