Skip to content

Commit f73807c

Browse files
authored
Updates Warning icon, Adds Pin icon (#1925)
* test * runs lint
1 parent 31c0935 commit f73807c

File tree

7 files changed

+65
-10
lines changed

7 files changed

+65
-10
lines changed

.changeset/odd-fans-watch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@leafygreen-ui/icon': minor
3+
---
4+
5+
Adds `Pin` icon and updates `Warning` icon to match Figma specs

packages/icon/README.md

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.

packages/icon/src/generated/Pin.tsx

Lines changed: 45 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/icon/src/generated/Warning.tsx

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/icon/src/glyphs/Pin.svg

Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 1 addition & 1 deletion
Loading

packages/icon/src/glyphs/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ import Pause from './Pause.svg';
9191
import Person from './Person.svg';
9292
import PersonGroup from './PersonGroup.svg';
9393
import PersonWithLock from './PersonWithLock.svg';
94+
import Pin from './Pin.svg';
9495
import Play from './Play.svg';
9596
import Plus from './Plus.svg';
9697
import PlusWithCircle from './PlusWithCircle.svg';
@@ -228,6 +229,7 @@ const _glyphs = {
228229
Person,
229230
PersonGroup,
230231
PersonWithLock,
232+
Pin,
231233
Play,
232234
Plus,
233235
PlusWithCircle,

0 commit comments

Comments
 (0)