mirror of
https://github.com/akveo/eva-icons.git
synced 2025-01-16 20:38:15 +01:00
feat(icon): add new icon, smiling-face (#84)
This commit is contained in:
parent
8705bd5553
commit
acdf3f75db
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "eva-icons-landing",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
@ -5156,7 +5156,7 @@
|
||||
},
|
||||
"file-saver": {
|
||||
"version": "1.3.8",
|
||||
"resolved": "http://registry.npmjs.org/file-saver/-/file-saver-1.3.8.tgz",
|
||||
"resolved": "https://registry.npmjs.org/file-saver/-/file-saver-1.3.3.tgz",
|
||||
"integrity": "sha512-spKHSBQIxxS81N/O21WmuXA2F6wppUCsutpzenOeZzOCCJ5gEfcbqJP983IrpLXzYmXnMUa6J03SubcNPdKrlg=="
|
||||
},
|
||||
"filename-regex": {
|
||||
|
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 |
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user