Skip to content

(MAINT) Add dag and workspaces icons #341

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

Merged
merged 1 commit into from
Nov 3, 2020
Merged
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
18 changes: 18 additions & 0 deletions packages/react-components/source/react/library/icon/icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,15 @@ const icons = {
),
},

dag: {
medium: (
<path
fillRule="evenodd"
d="M16 6V0h-6v2.06L4.42 5H0v6h4.42L10 13.94V16h6v-6h-6v1.68L6 9.57V6.43l4-2.11V6h6zm-4-4h2v2h-2V2zm0 10h2v2h-2v-2z"
/>
),
},

data: {
medium: (
<path
Expand Down Expand Up @@ -1305,6 +1314,15 @@ const icons = {
),
},

workspaces: {
medium: (
<path
fillRule="evenodd"
d="M9 6a5.003 5.003 0 00-2.872-1.872L6 4h8V2H5v2c-.711 0-1.388.148-2 .416V0h13v14h-4.416a5.017 5.017 0 00-1.583-2H14V6H9zm-4 6a3 3 0 110-6 3 3 0 010 6zm-2 1h4a3 3 0 013 3H0a3 3 0 013-3z"
/>
),
},

x: {
medium: (
<path
Expand Down