Skip to content

Commit 65b04e0

Browse files
authored
Merge pull request #341 from sean-mckenna/MAINT-add-icons
(MAINT) Add dag and workspaces icons
2 parents 9e0c999 + bc65647 commit 65b04e0

File tree

1 file changed

+18
-0
lines changed
  • packages/react-components/source/react/library/icon

1 file changed

+18
-0
lines changed

packages/react-components/source/react/library/icon/icons.js

+18
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,15 @@ const icons = {
399399
),
400400
},
401401

402+
dag: {
403+
medium: (
404+
<path
405+
fillRule="evenodd"
406+
d="M16 6V0h-6v2.06L4.42 5H0v6h4.42L10 13.94V16h6v-6h-6v1.68L6 9.57V6.43l4-2.11V6h6zm-4-4h2v2h-2V2zm0 10h2v2h-2v-2z"
407+
/>
408+
),
409+
},
410+
402411
data: {
403412
medium: (
404413
<path
@@ -1305,6 +1314,15 @@ const icons = {
13051314
),
13061315
},
13071316

1317+
workspaces: {
1318+
medium: (
1319+
<path
1320+
fillRule="evenodd"
1321+
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"
1322+
/>
1323+
),
1324+
},
1325+
13081326
x: {
13091327
medium: (
13101328
<path

0 commit comments

Comments
 (0)