Skip to content

Commit eca6e3f

Browse files
authored
Adds streaming icon to glyph set (#2835)
1 parent 4625cc7 commit eca6e3f

File tree

4 files changed

+54
-0
lines changed

4 files changed

+54
-0
lines changed

.changeset/few-penguins-sniff.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 `'Streaming'` glyph to the set

packages/icon/src/generated/Streaming.tsx

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

packages/icon/src/glyphs/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ import SplitHorizontal from './SplitHorizontal.svg';
151151
import SplitVertical from './SplitVertical.svg';
152152
import Stitch from './Stitch.svg';
153153
import Stop from './Stop.svg';
154+
import Streaming from './Streaming.svg';
154155
import String from './String.svg';
155156
import Sun from './Sun.svg';
156157
import Support from './Support.svg';
@@ -330,6 +331,7 @@ const _glyphs = {
330331
SplitVertical,
331332
Stitch,
332333
Stop,
334+
Streaming,
333335
String,
334336
Sun,
335337
Support,

0 commit comments

Comments
 (0)