Skip to content

Commit

Permalink
LG-4287: Add Stop glyph, update Pause and Eraser (#2355)
Browse files Browse the repository at this point in the history
* LG-4287: Add Stop glyph

* Update tidy-bananas-rescue.md
  • Loading branch information
bruugey authored May 28, 2024
1 parent b4c1f35 commit 961be3f
Show file tree
Hide file tree
Showing 7 changed files with 66 additions and 11 deletions.
5 changes: 5 additions & 0 deletions .changeset/tidy-bananas-rescue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@leafygreen-ui/icon': minor
---

Adds Stop to glyph set and updates Pause glyph
14 changes: 7 additions & 7 deletions packages/icon/README.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/icon/src/generated/Pause.tsx

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

45 changes: 45 additions & 0 deletions packages/icon/src/generated/Stop.tsx

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

4 changes: 2 additions & 2 deletions packages/icon/src/glyphs/Pause.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions packages/icon/src/glyphs/Stop.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 @@ -133,6 +133,7 @@ import Sparkle from './Sparkle.svg';
import SplitHorizontal from './SplitHorizontal.svg';
import SplitVertical from './SplitVertical.svg';
import Stitch from './Stitch.svg';
import Stop from './Stop.svg';
import String from './String.svg';
import Sun from './Sun.svg';
import Support from './Support.svg';
Expand Down Expand Up @@ -292,6 +293,7 @@ const _glyphs = {
SplitHorizontal,
SplitVertical,
Stitch,
Stop,
String,
Sun,
Support,
Expand Down

0 comments on commit 961be3f

Please sign in to comment.