Skip to content

Commit

Permalink
Merge branch 'main' into LG-3555-logo-live-example
Browse files Browse the repository at this point in the history
  • Loading branch information
bruugey authored Sep 19, 2023
2 parents fcc2646 + 1c7c960 commit f868238
Show file tree
Hide file tree
Showing 7 changed files with 115 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/spotty-snakes-sing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@leafygreen-ui/icon': minor
---

Add `Colon` and `TimeSeriesCollection` icons.
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/Colon.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/TimeSeriesCollection.tsx

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

4 changes: 4 additions & 0 deletions packages/icon/src/glyphs/Colon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions packages/icon/src/glyphs/TimeSeriesCollection.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions packages/icon/src/glyphs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ import Clone from './Clone.svg';
import Cloud from './Cloud.svg';
import Code from './Code.svg';
import CodeBlock from './CodeBlock.svg';
import Colon from './Colon.svg';
import Connect from './Connect.svg';
import Copy from './Copy.svg';
import CreditCard from './CreditCard.svg';
Expand Down Expand Up @@ -123,6 +124,7 @@ import Tag from './Tag.svg';
import ThumbsDown from './ThumbsDown.svg';
import ThumbsUp from './ThumbsUp.svg';
import TimeSeries from './TimeSeries.svg';
import TimeSeriesCollection from './TimeSeriesCollection.svg';
import Trash from './Trash.svg';
import Undo from './Undo.svg';
import University from './University.svg';
Expand Down Expand Up @@ -174,6 +176,7 @@ const _glyphs = {
Cloud,
Code,
CodeBlock,
Colon,
Connect,
Copy,
CreditCard,
Expand Down Expand Up @@ -262,6 +265,7 @@ const _glyphs = {
ThumbsDown,
ThumbsUp,
TimeSeries,
TimeSeriesCollection,
Trash,
Undo,
University,
Expand Down

0 comments on commit f868238

Please sign in to comment.