Skip to content

Commit 8b58c4f

Browse files
committed
feat(icons): add circles and mobile icons
1 parent b2fa4a9 commit 8b58c4f

5 files changed

+38
-0
lines changed

packages/icons/glyphsMapping.json

+12
Original file line numberDiff line numberDiff line change
@@ -832,5 +832,17 @@
832832
},
833833
"mobile-exclamation": {
834834
"start": "\ue0f1"
835+
},
836+
"circle-half": {
837+
"start": "\ue0f3"
838+
},
839+
"circle-quarter": {
840+
"start": "\ue0f5"
841+
},
842+
"circle-three-quarters": {
843+
"start": "\ue0f7"
844+
},
845+
"mobile-check": {
846+
"start": "\ue0f9"
835847
}
836848
}

packages/icons/src/circle-half.svg

+5
Loading

packages/icons/src/circle-quarter.svg

+5
Loading
Loading

packages/icons/src/mobile-check.svg

+11
Loading

0 commit comments

Comments
 (0)