Skip to content

Commit

Permalink
ui: add comment and trash icons to design system (#526)
Browse files Browse the repository at this point in the history
Release note: None
  • Loading branch information
lassenordahl authored Jun 28, 2023
1 parent c09a04d commit e33ee75
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/icons/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ import CheckCircleFilled from "./components/CheckCircleFilled";
import CircleFilled from "./components/CircleFilled";
import Cluster from "./components/Cluster";
import Collapse from "./components/Collapse";
import Comment from "./components/Comment";
import Copy from "./components/Copy";
import Download from "./components/Download";
import Ellipsis from "./components/Ellipsis";
Expand Down Expand Up @@ -118,6 +119,7 @@ import Switch from "./components/Switch";
import Table from "./components/Table";
import Terminal from "./components/Terminal";
import Time from "./components/Time";
import Trash from "./components/Trash";
import User from "./components/User";
import World from "./components/World";

Expand Down Expand Up @@ -226,6 +228,7 @@ const SystemIcons = {
CircleFilled,
Cluster,
Collapse,
Comment,
Copy,
Download,
Ellipsis,
Expand Down Expand Up @@ -265,6 +268,7 @@ const SystemIcons = {
Table,
Terminal,
Time,
Trash,
User,
World,
};
Expand Down Expand Up @@ -356,6 +360,7 @@ export {
CircleFilled,
Cluster,
Collapse,
Comment,
Copy,
Download,
Ellipsis,
Expand Down Expand Up @@ -395,6 +400,7 @@ export {
Table,
Terminal,
Time,
Trash,
User,
World,
// Pictograms
Expand Down
3 changes: 3 additions & 0 deletions packages/icons/svg/customFill/comment.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions packages/icons/svg/customFill/trash.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 e33ee75

Please sign in to comment.