Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit bd62cbe

Browse files
authored
icons: add play and doc icon to library (#543)
1 parent cce0a45 commit bd62cbe

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

packages/icons/src/index.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ import Cluster from "./components/Cluster";
8181
import Collapse from "./components/Collapse";
8282
import Comment from "./components/Comment";
8383
import Copy from "./components/Copy";
84+
import Doc from "./components/Doc";
8485
import Download from "./components/Download";
8586
import Ellipsis from "./components/Ellipsis";
8687
import EllipsisVertical from "./components/EllipsisVertical";
@@ -108,6 +109,7 @@ import Minus from "./components/Minus";
108109
import Open from "./components/Open";
109110
import Org from "./components/Org";
110111
import Pencil from "./components/Pencil";
112+
import Play from "./components/Play";
111113
import Plus from "./components/Plus";
112114
import PlusCircle from "./components/PlusCircle";
113115
import PlusCircleFilled from "./components/PlusCircleFilled";
@@ -230,6 +232,7 @@ const SystemIcons = {
230232
Collapse,
231233
Comment,
232234
Copy,
235+
Doc,
233236
Download,
234237
Ellipsis,
235238
EllipsisVertical,
@@ -257,6 +260,7 @@ const SystemIcons = {
257260
Open,
258261
Org,
259262
Pencil,
263+
Play,
260264
Plus,
261265
PlusCircle,
262266
PlusCircleFilled,
@@ -389,6 +393,7 @@ export {
389393
Open,
390394
Org,
391395
Pencil,
396+
Play,
392397
Plus,
393398
PlusCircle,
394399
PlusCircleFilled,
Lines changed: 9 additions & 0 deletions
Loading
Lines changed: 4 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)