Skip to content

Commit

Permalink
Adds AllProducts, NavCollapse, and NavExpand icons (#1899)
Browse files Browse the repository at this point in the history
  • Loading branch information
bruugey authored Aug 4, 2023
1 parent 746962d commit 1629efe
Show file tree
Hide file tree
Showing 9 changed files with 174 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/fair-baboons-sin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@leafygreen-ui/icon': minor
---

Adds `AllProducts`, `NavCollapse`, and `NavExpand` glyphs to icon
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/AllProducts.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/NavCollapse.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/NavExpand.tsx

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

11 changes: 11 additions & 0 deletions packages/icon/src/glyphs/AllProducts.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/NavCollapse.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/NavExpand.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions packages/icon/src/glyphs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { LGGlyph } from '../types';
// Glyphs
import ActivityFeed from './ActivityFeed.svg';
import AddFile from './AddFile.svg';
import AllProducts from './AllProducts.svg';
import Apps from './Apps.svg';
import Array from './Array.svg';
import ArrowDown from './ArrowDown.svg';
Expand Down Expand Up @@ -80,6 +81,8 @@ import Menu from './Menu.svg';
import Minus from './Minus.svg';
import MultiDirectionArrow from './MultiDirectionArrow.svg';
import MultiLayers from './MultiLayers.svg';
import NavCollapse from './NavCollapse.svg';
import NavExpand from './NavExpand.svg';
import NoFilter from './NoFilter.svg';
import NotAllowed from './NotAllowed.svg';
import Note from './Note.svg';
Expand Down Expand Up @@ -138,6 +141,7 @@ import XWithCircle from './XWithCircle.svg';
const _glyphs = {
ActivityFeed,
AddFile,
AllProducts,
Apps,
Array,
ArrowDown,
Expand Down Expand Up @@ -214,6 +218,8 @@ const _glyphs = {
Minus,
MultiDirectionArrow,
MultiLayers,
NavCollapse,
NavExpand,
NoFilter,
NotAllowed,
Note,
Expand Down

0 comments on commit 1629efe

Please sign in to comment.