mirror of
https://github.com/akveo/eva-icons.git
synced 2025-09-25 13:19:02 +02:00
Compare commits
5 Commits
v1.1.2
...
dependabot
Author | SHA1 | Date | |
---|---|---|---|
|
a217267f1f | ||
|
70d2471ff8 | ||
|
03bec77f44 | ||
|
82478b08bc | ||
|
acdf3f75db |
@@ -6,7 +6,7 @@
|
||||
## Download
|
||||
- [Complete Eva Icons Package](https://akveo.github.io/eva-icons/eva-icons.zip)
|
||||
- [NPM Package](https://www.npmjs.com/package/eva-icons)
|
||||
- you also can download icons one by one in `PNG` and `SVG` formats from [Eva Icons Website](https://akveo.github.io/eva-icons/).
|
||||
- you also can download icons one by one in `PNG` and `SVG` formats from [Eva Icons Website](https://akveo.github.io/eva-icons/?utm_campaign=eva_icons%20-%20home%20-%20eva_icons%20github%20readme&utm_source=eva_icons&utm_medium=referral&utm_content=github_readme_download_eva_icons).
|
||||
|
||||
### CDN
|
||||
|
||||
@@ -170,5 +170,5 @@ eva.replace({
|
||||
- Like our page on [Facebook](https://www.facebook.com/akveo/) :thumbsup:
|
||||
|
||||
## From Developers
|
||||
Made with :heart: by [Akveo team](http://akveo.com?utm_source=github&utm_medium=nebular_readme). Follow us on [Twitter](https://twitter.com/akveo_inc) to get the latest news first!
|
||||
Made with :heart: by [Akveo team](https://www.akveo.com?utm_campaign=services%20-%20homepage%20-%20eva_icons%20github%20readme&utm_source=eva_icons&utm_medium=referral&utm_content=readme_made_with_heart). Follow us on [Twitter](https://twitter.com/akveo_inc) to get the latest news first!
|
||||
We're always happy to receive your feedback!
|
||||
|
9453
package-lock.json
generated
9453
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "eva-icons-landing",
|
||||
"version": "1.1.2",
|
||||
"version": "1.1.3",
|
||||
"browserslist": [
|
||||
"> 1%",
|
||||
"last 2 versions",
|
||||
@@ -22,7 +22,7 @@
|
||||
"build:icons": "node ./scripts/index.js",
|
||||
"icons:prepare": "npm run build:icons && webpack",
|
||||
"publish": "npm publish --access=public package-build",
|
||||
"gh-pages": "npm run build:prod && npm run ngh -- --dir ./dist"
|
||||
"gh-pages": "npm run build:prod && npm run ngh -- --dir ./dist --no-silent"
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
@@ -43,7 +43,7 @@
|
||||
"zone.js": "~0.8.26"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "~0.7.0",
|
||||
"@angular-devkit/build-angular": "~15.0.0",
|
||||
"@angular/cdk": "^6.4.7",
|
||||
"@angular/cli": "~6.1.4",
|
||||
"@angular/compiler-cli": "^6.1.0",
|
||||
|
1
package/icons/fill/svg/smiling-face.svg
Normal file
1
package/icons/fill/svg/smiling-face.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#fff;opacity:0;}.cls-2{fill:#231f20;}</style></defs><title>slash</title><g id="Layer_2" data-name="Layer 2"><g id="smiling-face"><g id="smiling-face" data-name="smiling-face"><rect class="cls-1" width="24" height="24"/> <path d="M12,2 C17.5228475,2 22,6.4771525 22,12 C22,17.5228475 17.5228475,22 12,22 C6.4771525,22 2,17.5228475 2,12 C2,6.4771525 6.4771525,2 12,2 Z M12,4 C7.581722,4 4,7.581722 4,12 C4,16.418278 7.581722,20 12,20 C16.418278,20 20,16.418278 20,12 C20,7.581722 16.418278,4 12,4 Z M17,13 C17,15.7614237 14.7614237,18 12,18 C9.23857625,18 7,15.7614237 7,13 L7,13 Z" id="🎨-Icon-Сolor"></path></g></g></g></svg>
|
After Width: | Height: | Size: 725 B |
1
package/icons/outline/svg/smiling-face-outline.svg
Normal file
1
package/icons/outline/svg/smiling-face-outline.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#fff;opacity:0;}.cls-2{fill:#231f20;}</style></defs><title>slash</title><g id="Layer_2" data-name="Layer 2"><g id="smiling-face"><g id="smiling-face" data-name="smiling-face"><rect class="cls-1" width="24" height="24"/> <path d="M12,2 C17.5228475,2 22,6.4771525 22,12 C22,17.5228475 17.5228475,22 12,22 C6.4771525,22 2,17.5228475 2,12 C2,6.4771525 6.4771525,2 12,2 Z M12,4 C7.581722,4 4,7.581722 4,12 C4,16.418278 7.581722,20 12,20 C16.418278,20 20,16.418278 20,12 C20,7.581722 16.418278,4 12,4 Z M17,13 C17,15.7614237 14.7614237,18 12,18 C9.23857625,18 7,15.7614237 7,13 L7,13 Z" id="🎨-Icon-Сolor"></path></g></g></g></svg>
|
After Width: | Height: | Size: 725 B |
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "eva-icons",
|
||||
"version": "1.1.2",
|
||||
"version": "1.1.3",
|
||||
"description": "Eva Icons - beautifully crafted Open Source UI icons for common actions and items.",
|
||||
"main": "eva.js",
|
||||
"unpkg": "eva.min.js",
|
||||
|
@@ -218,6 +218,7 @@ export const fillOrder = {
|
||||
'skip-forward': 20500,
|
||||
'slash': 20600,
|
||||
'smartphone': 20700,
|
||||
'smiling-face': 20750,
|
||||
'speaker': 20800,
|
||||
'square': 20900,
|
||||
'star': 21000,
|
||||
|
@@ -216,6 +216,7 @@ export const iconsTags = {
|
||||
'skip-forward': ['music'],
|
||||
'slash': ['ban', 'no'],
|
||||
'smartphone': ['mobile'],
|
||||
'smiling-face': ['smiling', 'face', 'stickers', 'memes'],
|
||||
'speaker': ['music'],
|
||||
'square': ['figure'],
|
||||
'star': ['bookmark', 'favorite', 'like'],
|
||||
|
@@ -216,6 +216,7 @@ export const outlineOrder = {
|
||||
'skip-forward-outline': 20300,
|
||||
'slash-outline': 20400,
|
||||
'smartphone-outline': 20500,
|
||||
'smiling-face-outline': 20550,
|
||||
'speaker-outline': 20600,
|
||||
'square-outline': 20700,
|
||||
'star-outline': 20800,
|
||||
|
@@ -1,17 +1,16 @@
|
||||
<div class="logo">
|
||||
<a href="http://akveo.com" target="_blank">
|
||||
<a href="https://www.akveo.com?utm_campaign=services%20-%20homepage%20-%20eva_icons%20website&utm_source=eva_icons&utm_medium=banner&utm_content=footer_logo" target="_blank">
|
||||
<img src="assets/img/akveo-logo.png">
|
||||
</a>
|
||||
</div>
|
||||
<div class="company-info">
|
||||
<ul>
|
||||
<li class="title">More from Akveo</li>
|
||||
<li><a href="http://akveo.com?utm_source=eva_documentation&utm_medium=footer" target="_blank">Homepage</a></li>
|
||||
<li><a href="https://akveo.github.io/nebular?utm_source=eva_documentation&utm_medium=footer" target="_blank">Nebular</a></li>
|
||||
<li><a href="https://akveo.github.io/ngx-admin?utm_source=eva_documentation&utm_medium=footer"
|
||||
target="_blank">ngx-admin</a></li>
|
||||
<li><a href="https://www.akveo.com?utm_campaign=services%20-%20homepage%20-%20eva_icons%20website&utm_source=eva_icons&utm_medium=referral&utm_content=home_footer_homepage" target="_blank">Homepage</a></li>
|
||||
<li><a href="https://akveo.github.io/nebular?utm_campaign=nebular%20-%20home%20-%20eva_icons%20website&utm_source=eva_icons&utm_medium=referral&utm_content=footer_link_nebular" target="_blank">Nebular</a></li>
|
||||
<li><a href="https://akveo.github.io/ngx-admin?utm_campaign=ngx_admin%20-%20home%20-%20eva_icons%20website&utm_source=eva_icons&utm_medium=referral&utm_content=footer_link_ngx_admin" target="_blank">ngx-admin</a></li>
|
||||
<li>
|
||||
<a href="https://eva.design?utm_source=eva_documentation&utm_medium=footer" target="_blank">
|
||||
<a href="https://eva.design?utm_campaign=eva_design%20-%20home%20-%20eva_icons%20website&utm_source=eva_icons&utm_medium=referral&utm_content=footer_link_eva" target="_blank">
|
||||
Eva Design System
|
||||
</a>
|
||||
</li>
|
||||
@@ -35,7 +34,7 @@
|
||||
</a>
|
||||
</li>
|
||||
<li class="copy">
|
||||
© 2015-2018 <a href="http://akveo.com?utm_source=eva_documentation&utm_medium=footer" target="_blank">Akveo LLC</a><br>
|
||||
© 2015-2018 <a href="https://www.akveo.com?utm_campaign=services%20-%20homepage%20-%20eva_icons%20website&utm_source=eva_icons&utm_medium=referral&utm_content=footer_akveo_llc" target="_blank">Akveo LLC</a><br>
|
||||
Documentation licensed under CC BY 4.0.
|
||||
</li>
|
||||
</ul>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
<p class="description">
|
||||
Eva Icons is a pack of more than <span>480</span> beautifully crafted Open Source icons for common actions and items.<br/>
|
||||
Download our set on the desktop to use them in your digital products for Web, iOS and Android.<br/>
|
||||
Compatible with <a class="eva-ds-link" href="https://eva.design?utm_source=eva_documentation&utm_medium=hero">Eva Design System</a>.
|
||||
Compatible with <a class="eva-ds-link" href="https://eva.design?utm_campaign=eva_design%20-%20home%20-%20eva_icons%20website&utm_source=eva_icons&utm_medium=referral&utm_content=top_description_link">Eva Design System</a>.
|
||||
</p>
|
||||
|
||||
<div class="search" [class.search-focus]="isInputFocus">
|
||||
|
Reference in New Issue
Block a user