Skip to content

Commit

Permalink
feat(icons): Add circle-unfilled new variations (#1523)
Browse files Browse the repository at this point in the history
  • Loading branch information
dougfabris authored Jan 9, 2025
1 parent 0006fe9 commit 7bf080f
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .changeset/shaggy-geese-speak.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@rocket.chat/icons': minor
'@rocket.chat/fuselage': patch
---

feat(icons): Add circle-unfilled new variations
8 changes: 7 additions & 1 deletion packages/icons/glyphsMapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -985,5 +985,11 @@
},
"question-mark": {
"start": "\ue15d"
},
"circle-unfilled-large": {
"start": "\ue15f"
},
"circle-unfilled-small": {
"start": "\ue161"
}
}
}
5 changes: 5 additions & 0 deletions packages/icons/src/circle-unfilled-large.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions packages/icons/src/circle-unfilled-small.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 7 additions & 2 deletions packages/icons/src/circle-unfilled.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 7bf080f

Please sign in to comment.