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

icons: add play and doc icon to library #543

Merged
merged 1 commit into from
Oct 16, 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 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.