Skip to content

Commit

Permalink
feat(icons): add circles and mobile icons
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroRorato committed Apr 20, 2022
1 parent b2fa4a9 commit 8b58c4f
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/icons/glyphsMapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -832,5 +832,17 @@
},
"mobile-exclamation": {
"start": "\ue0f1"
},
"circle-half": {
"start": "\ue0f3"
},
"circle-quarter": {
"start": "\ue0f5"
},
"circle-three-quarters": {
"start": "\ue0f7"
},
"mobile-check": {
"start": "\ue0f9"
}
}
5 changes: 5 additions & 0 deletions packages/icons/src/circle-half.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions packages/icons/src/circle-quarter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions packages/icons/src/circle-three-quarters.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions packages/icons/src/mobile-check.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8b58c4f

Please sign in to comment.