1
0
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:
Denis Strigo 2020-03-02 14:24:15 +03:00 committed by GitHub
parent 8705bd5553
commit acdf3f75db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 2 deletions

4
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "eva-icons-landing", "name": "eva-icons-landing",
"version": "1.1.1", "version": "1.1.2",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
@ -5156,7 +5156,7 @@
}, },
"file-saver": { "file-saver": {
"version": "1.3.8", "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==" "integrity": "sha512-spKHSBQIxxS81N/O21WmuXA2F6wppUCsutpzenOeZzOCCJ5gEfcbqJP983IrpLXzYmXnMUa6J03SubcNPdKrlg=="
}, },
"filename-regex": { "filename-regex": {

View 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

View 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

View File

@ -218,6 +218,7 @@ export const fillOrder = {
'skip-forward': 20500, 'skip-forward': 20500,
'slash': 20600, 'slash': 20600,
'smartphone': 20700, 'smartphone': 20700,
'smiling-face': 20750,
'speaker': 20800, 'speaker': 20800,
'square': 20900, 'square': 20900,
'star': 21000, 'star': 21000,

View File

@ -216,6 +216,7 @@ export const iconsTags = {
'skip-forward': ['music'], 'skip-forward': ['music'],
'slash': ['ban', 'no'], 'slash': ['ban', 'no'],
'smartphone': ['mobile'], 'smartphone': ['mobile'],
'smiling-face': ['smiling', 'face', 'stickers', 'memes'],
'speaker': ['music'], 'speaker': ['music'],
'square': ['figure'], 'square': ['figure'],
'star': ['bookmark', 'favorite', 'like'], 'star': ['bookmark', 'favorite', 'like'],

View File

@ -216,6 +216,7 @@ export const outlineOrder = {
'skip-forward-outline': 20300, 'skip-forward-outline': 20300,
'slash-outline': 20400, 'slash-outline': 20400,
'smartphone-outline': 20500, 'smartphone-outline': 20500,
'smiling-face-outline': 20550,
'speaker-outline': 20600, 'speaker-outline': 20600,
'square-outline': 20700, 'square-outline': 20700,
'star-outline': 20800, 'star-outline': 20800,