Skip to content

Commit

Permalink
with changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
bruugey committed Aug 10, 2023
1 parent b19fe88 commit 7ba5884
Show file tree
Hide file tree
Showing 7 changed files with 65 additions and 10 deletions.
5 changes: 5 additions & 0 deletions .changeset/spotty-countries-battle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@leafygreen-ui/icon': minor
---

Adds `Pin` glyph and updates `Warning` glyph to match Figma specs.
14 changes: 7 additions & 7 deletions packages/icon/README.md

Large diffs are not rendered by default.

45 changes: 45 additions & 0 deletions packages/icon/src/generated/Pin.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/generated/Warning.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/Pin.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/Warning.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 @@ -91,6 +91,7 @@ import Pause from './Pause.svg';
import Person from './Person.svg';
import PersonGroup from './PersonGroup.svg';
import PersonWithLock from './PersonWithLock.svg';
import Pin from './Pin.svg';
import Play from './Play.svg';
import Plus from './Plus.svg';
import PlusWithCircle from './PlusWithCircle.svg';
Expand Down Expand Up @@ -228,6 +229,7 @@ const _glyphs = {
Person,
PersonGroup,
PersonWithLock,
Pin,
Play,
Plus,
PlusWithCircle,
Expand Down

0 comments on commit 7ba5884

Please sign in to comment.