Skip to content

Commit

Permalink
icons: add play and doc icon to library (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
lassenordahl authored Oct 16, 2023
1 parent cce0a45 commit bd62cbe
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/icons/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ import Cluster from "./components/Cluster";
import Collapse from "./components/Collapse";
import Comment from "./components/Comment";
import Copy from "./components/Copy";
import Doc from "./components/Doc";
import Download from "./components/Download";
import Ellipsis from "./components/Ellipsis";
import EllipsisVertical from "./components/EllipsisVertical";
Expand Down Expand Up @@ -108,6 +109,7 @@ import Minus from "./components/Minus";
import Open from "./components/Open";
import Org from "./components/Org";
import Pencil from "./components/Pencil";
import Play from "./components/Play";
import Plus from "./components/Plus";
import PlusCircle from "./components/PlusCircle";
import PlusCircleFilled from "./components/PlusCircleFilled";
Expand Down Expand Up @@ -230,6 +232,7 @@ const SystemIcons = {
Collapse,
Comment,
Copy,
Doc,
Download,
Ellipsis,
EllipsisVertical,
Expand Down Expand Up @@ -257,6 +260,7 @@ const SystemIcons = {
Open,
Org,
Pencil,
Play,
Plus,
PlusCircle,
PlusCircleFilled,
Expand Down Expand Up @@ -389,6 +393,7 @@ export {
Open,
Org,
Pencil,
Play,
Plus,
PlusCircle,
PlusCircleFilled,
Expand Down
9 changes: 9 additions & 0 deletions packages/icons/svg/customFill/doc.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/icons/svg/customFill/play.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bd62cbe

Please sign in to comment.