Skip to content

Commit

Permalink
feat(icon): add new icon, smiling-face (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
denStrigo authored Mar 2, 2020
1 parent 8705bd5 commit acdf3f7
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package/icons/fill/svg/smiling-face.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions package/icons/outline/svg/smiling-face-outline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/app/@core/data/service/icons/fill-icons-order.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ export const fillOrder = {
'skip-forward': 20500,
'slash': 20600,
'smartphone': 20700,
'smiling-face': 20750,
'speaker': 20800,
'square': 20900,
'star': 21000,
Expand Down
1 change: 1 addition & 0 deletions src/app/@core/data/service/icons/icons-tags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down
1 change: 1 addition & 0 deletions src/app/@core/data/service/icons/outline-icons-order.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit acdf3f7

Please sign in to comment.