Skip to content

Commit

Permalink
adds Circle glyph
Browse files Browse the repository at this point in the history
  • Loading branch information
bruugey committed Jan 9, 2025
1 parent e07e9c3 commit f959f8f
Show file tree
Hide file tree
Showing 7 changed files with 58 additions and 9 deletions.
5 changes: 5 additions & 0 deletions .changeset/spicy-beds-give.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@leafygreen-ui/icon': minor
---

Adds Circle to glyph set.
14 changes: 7 additions & 7 deletions packages/icon/README.md

Large diffs are not rendered by default.

39 changes: 39 additions & 0 deletions packages/icon/src/generated/Circle.tsx

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

2 changes: 1 addition & 1 deletion packages/icon/src/generated/Coin.tsx

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

3 changes: 3 additions & 0 deletions packages/icon/src/glyphs/Circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/icon/src/glyphs/Coin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions packages/icon/src/glyphs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import ChevronDown from './ChevronDown.svg';
import ChevronLeft from './ChevronLeft.svg';
import ChevronRight from './ChevronRight.svg';
import ChevronUp from './ChevronUp.svg';
import Circle from './Circle.svg';
import Clock from './Clock.svg';
import ClockWithArrow from './ClockWithArrow.svg';
import Clone from './Clone.svg';
Expand Down Expand Up @@ -197,6 +198,7 @@ const _glyphs = {
ChevronLeft,
ChevronRight,
ChevronUp,
Circle,
Clock,
ClockWithArrow,
Clone,
Expand Down

0 comments on commit f959f8f

Please sign in to comment.