Skip to content

Commit

Permalink
Add Sun, Moon glyphs (#2344)
Browse files Browse the repository at this point in the history
* Add Sun, Moon glyphs

* Update fills
  • Loading branch information
stephl3 authored May 17, 2024
1 parent cb9e814 commit 684c87f
Show file tree
Hide file tree
Showing 7 changed files with 120 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/famous-apples-yell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@leafygreen-ui/icon': minor
---

Adds `Moon` and `Sun` glyphs.
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/Moon.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/Sun.tsx

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

3 changes: 3 additions & 0 deletions packages/icon/src/glyphs/Moon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions packages/icon/src/glyphs/Sun.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 @@ -91,6 +91,7 @@ import Megaphone from './Megaphone.svg';
import Menu from './Menu.svg';
import Minus from './Minus.svg';
import Mobile from './Mobile.svg';
import Moon from './Moon.svg';
import MultiDirectionArrow from './MultiDirectionArrow.svg';
import MultiLayers from './MultiLayers.svg';
import NavCollapse from './NavCollapse.svg';
Expand Down Expand Up @@ -133,6 +134,7 @@ import SplitHorizontal from './SplitHorizontal.svg';
import SplitVertical from './SplitVertical.svg';
import Stitch from './Stitch.svg';
import String from './String.svg';
import Sun from './Sun.svg';
import Support from './Support.svg';
import Sweep from './Sweep.svg';
import Table from './Table.svg';
Expand Down Expand Up @@ -248,6 +250,7 @@ const _glyphs = {
Menu,
Minus,
Mobile,
Moon,
MultiDirectionArrow,
MultiLayers,
NavCollapse,
Expand Down Expand Up @@ -290,6 +293,7 @@ const _glyphs = {
SplitVertical,
Stitch,
String,
Sun,
Support,
Sweep,
Table,
Expand Down

0 comments on commit 684c87f

Please sign in to comment.