Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LG-3609: add Colon and TimeSeriesCollection icons #1985

Merged
merged 3 commits into from
Sep 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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