Skip to content

Commit 75b8d96

Browse files
authored
Adds Hash icon, Updates Home icon (#2152)
* icons * fix
1 parent 305e3cd commit 75b8d96

File tree

7 files changed

+66
-11
lines changed

7 files changed

+66
-11
lines changed

.changeset/polite-bats-float.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 `'Hash'` to glyph set and updates the `'Home'` glyph

packages/icon/README.md

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

packages/icon/src/generated/Hash.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/Home.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/Hash.svg

Lines changed: 3 additions & 0 deletions
Loading

packages/icon/src/glyphs/Home.svg

Lines changed: 2 additions & 2 deletions
Loading

packages/icon/src/glyphs/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ import FullScreenExit from './FullScreenExit.svg';
6666
import Gauge from './Gauge.svg';
6767
import GlobeAmericas from './GlobeAmericas.svg';
6868
import GovernmentBuilding from './GovernmentBuilding.svg';
69+
import Hash from './Hash.svg';
6970
import Highlight from './Highlight.svg';
7071
import Home from './Home.svg';
7172
import Import from './Import.svg';
@@ -212,6 +213,7 @@ const _glyphs = {
212213
Gauge,
213214
GlobeAmericas,
214215
GovernmentBuilding,
216+
Hash,
215217
Highlight,
216218
Home,
217219
Import,

0 commit comments

Comments
 (0)