@workday/canvas-system-icons-web 3.0.28 → 3.0.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist/asset-list/wd-system-icons-list.json +1 -1
- package/dist/commonjs/index.d.ts +2 -1
- package/dist/commonjs/index.js +4 -1
- package/dist/commonjs/pattern.js +1 -1
- package/dist/commonjs/peopleRecruiting.js +1 -1
- package/dist/commonjs/progressCircle.js +1 -1
- package/dist/commonjs/puzzle.d.ts +3 -0
- package/dist/commonjs/puzzle.js +12 -0
- package/dist/commonjs/taskJob.js +1 -1
- package/dist/commonjs/user.js +1 -1
- package/dist/es6/index.d.ts +3 -1
- package/dist/es6/index.js +3 -1
- package/dist/es6/pattern.js +1 -1
- package/dist/es6/peopleRecruiting.js +1 -1
- package/dist/es6/progressCircle.js +1 -1
- package/dist/es6/puzzle.d.ts +3 -0
- package/dist/es6/puzzle.js +10 -0
- package/dist/es6/taskJob.js +1 -1
- package/dist/es6/user.js +1 -1
- package/dist/sprite/wd-system-icon-sprite.svg +1 -1
- package/dist/svg/wd-icon-pattern.svg +13 -4
- package/dist/svg/wd-icon-people-recruiting.svg +1 -0
- package/dist/svg/wd-icon-progress-circle.svg +1 -0
- package/dist/svg/wd-icon-puzzle.svg +5 -0
- package/dist/svg/wd-icon-task-job.svg +4 -4
- package/dist/svg/wd-icon-user.svg +3 -2
- package/dist/ts/index.ts +3 -0
- package/dist/ts/pattern.ts +1 -1
- package/dist/ts/peopleRecruiting.ts +1 -1
- package/dist/ts/progressCircle.ts +1 -1
- package/dist/ts/puzzle.ts +10 -0
- package/dist/ts/taskJob.ts +1 -1
- package/dist/ts/user.ts +1 -1
- package/package.json +3 -3
|
@@ -1,7 +1,16 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-pattern wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24">
|
|
2
|
-
<g
|
|
3
|
-
<
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
<g class="wd-icon-container">
|
|
3
|
+
<g>
|
|
4
|
+
<path fill-rule="evenodd" d="m12 16.286-1.428 1.428L12 19.143l1.429-1.429z" class="wd-icon-background" clip-rule="evenodd"/>
|
|
5
|
+
<path fill-rule="evenodd" d="M6.285 10.571 4.857 12l1.428 1.428L7.714 12z" class="wd-icon-background" clip-rule="evenodd"/>
|
|
6
|
+
<path fill-rule="evenodd" d="m12 4.857-1.428 1.428L12 7.716l1.429-1.43z" class="wd-icon-background" clip-rule="evenodd"/>
|
|
7
|
+
</g>
|
|
8
|
+
<path fill-rule="evenodd" d="M17.406 8.022a.44.44 0 0 1 .617 0l3.669 3.67a.44.44 0 0 1 0 .616l-3.67 3.67a.44.44 0 0 1-.616 0l-3.67-3.67a.44.44 0 0 1 0-.616z" class="wd-icon-fill" clip-rule="evenodd"/>
|
|
9
|
+
<g>
|
|
10
|
+
<path fill-rule="evenodd" d="M11.692 2.308a.44.44 0 0 1 .616 0l3.67 3.67a.44.44 0 0 1 0 .616l-3.67 3.67a.44.44 0 0 1-.616 0l-3.67-3.67a.44.44 0 0 1 0-.616zM12 4.858 10.57 6.285 12 7.714l1.428-1.428z" class="wd-icon-accent" clip-rule="evenodd"/>
|
|
11
|
+
<path fill-rule="evenodd" d="M5.977 8.023a.44.44 0 0 1 .616 0l3.67 3.669a.44.44 0 0 1 0 .616l-3.67 3.67a.44.44 0 0 1-.616 0l-3.67-3.67a.44.44 0 0 1 0-.616zm.308 2.549L4.857 12l1.428 1.429L7.714 12z" class="wd-icon-accent" clip-rule="evenodd"/>
|
|
12
|
+
<path fill-rule="evenodd" d="M17.402 8.023a.44.44 0 0 1 .616 0l3.67 3.669a.44.44 0 0 1 0 .616l-3.67 3.67a.44.44 0 0 1-.616 0l-3.67-3.67a.44.44 0 0 1 0-.616zm.308 2.549L16.28 12l1.429 1.429L19.138 12z" class="wd-icon-accent" clip-rule="evenodd"/>
|
|
13
|
+
<path fill-rule="evenodd" d="M11.692 13.737a.44.44 0 0 1 .616 0l3.67 3.67a.44.44 0 0 1 0 .616l-3.67 3.669a.44.44 0 0 1-.616 0l-3.67-3.67a.44.44 0 0 1 0-.616zM12 16.286l-1.429 1.428L12 19.143l1.428-1.429z" class="wd-icon-accent" clip-rule="evenodd"/>
|
|
14
|
+
</g>
|
|
6
15
|
</g>
|
|
7
16
|
</svg>
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-people-recruiting wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24">
|
|
2
2
|
<g class="wd-icon-container">
|
|
3
|
+
<path d="M13.5 21a.5.5 0 0 0 .5-.5V19c0-4 4-2.5 1.682-4.774a9.6 9.6 0 0 0-2.437-1.542C14.32 11.676 15 10.175 15 8.5 15 5.462 12.761 3 10 3S5 5.462 5 8.5c0 1.676.682 3.177 1.756 4.186C4.246 13.802 2 16.003 2 19v1.437c0 .311.256.563.571.563z" class="wd-icon-background"/>
|
|
3
4
|
<path fill-rule="evenodd" d="M13.5 21a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5H4.083C4 16.003 6.5 14 10 14c1.422 0 2.678.33 3.67.924a.5.5 0 0 0 .269.076h1.42c.429 0 .645-.491.323-.774a9.6 9.6 0 0 0-2.437-1.542C14.32 11.676 15 10.175 15 8.5 15 5.462 12.761 3 10 3S5 5.462 5 8.5c0 1.676.682 3.177 1.756 4.186C4.246 13.802 2 16.003 2 19v1.437c0 .311.256.563.571.563zM10 12c1.657 0 3-1.567 3-3.5S11.657 5 10 5 7 6.567 7 8.5 8.343 12 10 12Zm10.864 2.235c.303.29.082.765-.337.765h-1.899a.52.52 0 0 1-.393-.185c-.778-.91-1.77-1.626-2.812-2.126.994-1.009 1.625-2.509 1.625-4.184 0-2.378-1.27-4.403-3.048-5.17A4 4 0 0 1 15.593 3c2.557 0 4.63 2.462 4.63 5.5 0 1.675-.631 3.176-1.626 4.184.812.39 1.593.91 2.267 1.551Z" class="wd-icon-fill" clip-rule="evenodd"/>
|
|
4
5
|
<path fill-rule="evenodd" d="M18 19v-1.5c0-.3.2-.5.5-.5h1c.3 0 .5.2.5.5V19h1.5c.3 0 .5.2.5.5v1c0 .3-.2.5-.5.5H20v1.5c0 .3-.2.5-.5.5h-1c-.3 0-.5-.2-.5-.5V21h-1.5c-.3 0-.5-.2-.5-.5v-1c0-.3.2-.5.5-.5z" class="wd-icon-accent" clip-rule="evenodd"/>
|
|
5
6
|
</g>
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-progress-circle wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24">
|
|
2
2
|
<g class="wd-icon-container">
|
|
3
|
+
<path fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10ZM6 12c0-.828.666-1.5 1.5-1.5.828 0 1.5.666 1.5 1.5 0 .828-.666 1.5-1.5 1.5-.828 0-1.5-.666-1.5-1.5Zm10.5-1.5c-.834 0-1.5.672-1.5 1.5 0 .834.672 1.5 1.5 1.5.834 0 1.5-.672 1.5-1.5 0-.834-.672-1.5-1.5-1.5Zm-4.5 0c-.834 0-1.5.672-1.5 1.5 0 .834.672 1.5 1.5 1.5.834 0 1.5-.672 1.5-1.5 0-.834-.672-1.5-1.5-1.5Z" class="wd-icon-background" clip-rule="evenodd"/>
|
|
3
4
|
<g>
|
|
4
5
|
<path d="M6 12c0-.828.666-1.5 1.5-1.5.828 0 1.5.666 1.5 1.5 0 .828-.666 1.5-1.5 1.5-.828 0-1.5-.666-1.5-1.5Z" class="wd-icon-fill"/>
|
|
5
6
|
<path d="M16.5 10.5c-.834 0-1.5.672-1.5 1.5 0 .834.672 1.5 1.5 1.5.834 0 1.5-.672 1.5-1.5 0-.834-.672-1.5-1.5-1.5Z" class="wd-icon-fill"/>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-puzzle wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24">
|
|
2
|
+
<g class="wd-icon-container">
|
|
3
|
+
<path fill-rule="evenodd" d="M12.5 7.75v-2a1.75 1.75 0 1 0-3.5 0v2H4V10h.5a3.25 3.25 0 0 1 0 6.5H4V20h3.502a3.25 3.25 0 0 1 6.496 0h2.252v-5h2a1.75 1.75 0 1 0 0-3.5h-2V7.75zM12 22v-1.875a1.25 1.25 0 1 0-2.5 0V22h-7a.5.5 0 0 1-.5-.5v-7h2.5a1.25 1.25 0 1 0 0-2.5H2V6.25a.5.5 0 0 1 .5-.5H7a3.75 3.75 0 1 1 7.5 0h3.25a.5.5 0 0 1 .5.5V9.5a3.75 3.75 0 1 1 0 7.5v4.5a.5.5 0 0 1-.5.5z" class="wd-icon-fill" clip-rule="evenodd"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-task-job wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24">
|
|
2
|
-
<g
|
|
3
|
-
<rect width="
|
|
4
|
-
<path d="
|
|
5
|
-
<path d="
|
|
2
|
+
<g class="wd-icon-container">
|
|
3
|
+
<rect width="16" height="11" x="4" y="7" class="wd-icon-background"/>
|
|
4
|
+
<path fill-rule="evenodd" d="M7 2.5V5H2.494A.5.5 0 0 0 2 5.5v14c0 .276.221.5.494.5h19.012c.27 0 .494-.223.494-.5v-14c0-.276-.221-.5-.494-.5H17V2.5a.51.51 0 0 0-.51-.5H7.51a.505.505 0 0 0-.51.5ZM20 18H4V7h16zM9 5V4h6v1z" class="wd-icon-fill" clip-rule="evenodd"/>
|
|
5
|
+
<path fill-rule="evenodd" d="M14 10.503V12h-4v-1.497A.505.505 0 0 0 9.502 10H5.498a.496.496 0 0 0-.498.503V12H2v2h3v2.497c0 .27.223.503.498.503h4.004a.496.496 0 0 0 .498-.503V14h4v2.497c0 .27.223.503.498.503h4.004a.496.496 0 0 0 .498-.503V14h3v-2h-3v-1.497a.505.505 0 0 0-.498-.503h-4.004a.496.496 0 0 0-.498.503ZM7 12v3h1v-3zm9 3v-3h1v3z" class="wd-icon-accent" clip-rule="evenodd"/>
|
|
6
6
|
</g>
|
|
7
7
|
</svg>
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-user wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24">
|
|
2
|
-
<g
|
|
3
|
-
<path d="M20 20.
|
|
2
|
+
<g class="wd-icon-container">
|
|
3
|
+
<path fill-rule="evenodd" d="M20 20.496a.5.5 0 0 1-.5.5h-15a.5.5 0 0 1-.5-.5v-1.5C4 16 6.246 13.8 8.756 12.684 7.682 11.674 7 10.174 7 8.499 7 5.462 9.239 3 12 3s5 2.462 5 5.499c0 1.675-.68 3.175-1.755 4.183C17.758 13.797 20 15.995 20 18.996z" class="wd-icon-background" clip-rule="evenodd"/>
|
|
4
|
+
<path fill-rule="evenodd" d="M20 20.496a.5.5 0 0 1-.5.5h-15a.5.5 0 0 1-.5-.5v-1.5C4 16 6.246 13.8 8.756 12.684 7.682 11.674 7 10.174 7 8.499 7 5.462 9.239 3 12 3s5 2.462 5 5.499c0 1.675-.68 3.175-1.755 4.183C17.758 13.797 20 15.995 20 18.996zm-13.917-1.5H18c0-2.996-2.5-4.999-6-4.999s-6 2.003-5.917 5ZM12 11.998c1.657 0 3-1.567 3-3.5C15 6.567 13.657 5 12 5S9 6.566 9 8.499c0 1.932 1.343 3.499 3 3.499Z" class="wd-icon-fill" clip-rule="evenodd"/>
|
|
4
5
|
</g>
|
|
5
6
|
</svg>
|
package/dist/ts/index.ts
CHANGED
|
@@ -427,6 +427,7 @@ import projectsIcon from './projects'
|
|
|
427
427
|
import promptsIcon from './prompts'
|
|
428
428
|
import proofOfDeliveryIcon from './proofOfDelivery'
|
|
429
429
|
import proxyUserIcon from './proxyUser'
|
|
430
|
+
import puzzleIcon from './puzzle'
|
|
430
431
|
import pyramidIcon from './pyramid'
|
|
431
432
|
import qrCodeIcon from './qrCode'
|
|
432
433
|
import questionFillIcon from './questionFill'
|
|
@@ -1023,6 +1024,7 @@ export {
|
|
|
1023
1024
|
promptsIcon,
|
|
1024
1025
|
proofOfDeliveryIcon,
|
|
1025
1026
|
proxyUserIcon,
|
|
1027
|
+
puzzleIcon,
|
|
1026
1028
|
pyramidIcon,
|
|
1027
1029
|
qrCodeIcon,
|
|
1028
1030
|
questionFillIcon,
|
|
@@ -1619,6 +1621,7 @@ export enum CanvasSystemIcons {
|
|
|
1619
1621
|
Prompts = 'prompts',
|
|
1620
1622
|
ProofOfDelivery = 'proofOfDelivery',
|
|
1621
1623
|
ProxyUser = 'proxyUser',
|
|
1624
|
+
Puzzle = 'puzzle',
|
|
1622
1625
|
Pyramid = 'pyramid',
|
|
1623
1626
|
QrCode = 'qrCode',
|
|
1624
1627
|
QuestionFill = 'questionFill',
|
package/dist/ts/pattern.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
|
|
|
2
2
|
const icon: CanvasSystemIcon = {
|
|
3
3
|
name: 'pattern',
|
|
4
4
|
type: CanvasIconTypes.System,
|
|
5
|
-
svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-pattern wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g
|
|
5
|
+
svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-pattern wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><g><path fill-rule="evenodd" d="m12 16.286-1.428 1.428L12 19.143l1.429-1.429z" class="wd-icon-background" clip-rule="evenodd"/><path fill-rule="evenodd" d="M6.285 10.571 4.857 12l1.428 1.428L7.714 12z" class="wd-icon-background" clip-rule="evenodd"/><path fill-rule="evenodd" d="m12 4.857-1.428 1.428L12 7.716l1.429-1.43z" class="wd-icon-background" clip-rule="evenodd"/></g><path fill-rule="evenodd" d="M17.406 8.022a.44.44 0 0 1 .617 0l3.669 3.67a.44.44 0 0 1 0 .616l-3.67 3.67a.44.44 0 0 1-.616 0l-3.67-3.67a.44.44 0 0 1 0-.616z" class="wd-icon-fill" clip-rule="evenodd"/><g><path fill-rule="evenodd" d="M11.692 2.308a.44.44 0 0 1 .616 0l3.67 3.67a.44.44 0 0 1 0 .616l-3.67 3.67a.44.44 0 0 1-.616 0l-3.67-3.67a.44.44 0 0 1 0-.616zM12 4.858 10.57 6.285 12 7.714l1.428-1.428z" class="wd-icon-accent" clip-rule="evenodd"/><path fill-rule="evenodd" d="M5.977 8.023a.44.44 0 0 1 .616 0l3.67 3.669a.44.44 0 0 1 0 .616l-3.67 3.67a.44.44 0 0 1-.616 0l-3.67-3.67a.44.44 0 0 1 0-.616zm.308 2.549L4.857 12l1.428 1.429L7.714 12z" class="wd-icon-accent" clip-rule="evenodd"/><path fill-rule="evenodd" d="M17.402 8.023a.44.44 0 0 1 .616 0l3.67 3.669a.44.44 0 0 1 0 .616l-3.67 3.67a.44.44 0 0 1-.616 0l-3.67-3.67a.44.44 0 0 1 0-.616zm.308 2.549L16.28 12l1.429 1.429L19.138 12z" class="wd-icon-accent" clip-rule="evenodd"/><path fill-rule="evenodd" d="M11.692 13.737a.44.44 0 0 1 .616 0l3.67 3.67a.44.44 0 0 1 0 .616l-3.67 3.669a.44.44 0 0 1-.616 0l-3.67-3.67a.44.44 0 0 1 0-.616zM12 16.286l-1.429 1.428L12 19.143l1.428-1.429z" class="wd-icon-accent" clip-rule="evenodd"/></g></g></svg>',
|
|
6
6
|
filename: 'wd-icon-pattern.svg',
|
|
7
7
|
category: 'Miscellaneous',
|
|
8
8
|
tags: ['design'],
|
|
@@ -2,7 +2,7 @@ import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
|
|
|
2
2
|
const icon: CanvasSystemIcon = {
|
|
3
3
|
name: 'peopleRecruiting',
|
|
4
4
|
type: CanvasIconTypes.System,
|
|
5
|
-
svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-people-recruiting wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path fill-rule="evenodd" d="M13.5 21a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5H4.083C4 16.003 6.5 14 10 14c1.422 0 2.678.33 3.67.924a.5.5 0 0 0 .269.076h1.42c.429 0 .645-.491.323-.774a9.6 9.6 0 0 0-2.437-1.542C14.32 11.676 15 10.175 15 8.5 15 5.462 12.761 3 10 3S5 5.462 5 8.5c0 1.676.682 3.177 1.756 4.186C4.246 13.802 2 16.003 2 19v1.437c0 .311.256.563.571.563zM10 12c1.657 0 3-1.567 3-3.5S11.657 5 10 5 7 6.567 7 8.5 8.343 12 10 12Zm10.864 2.235c.303.29.082.765-.337.765h-1.899a.52.52 0 0 1-.393-.185c-.778-.91-1.77-1.626-2.812-2.126.994-1.009 1.625-2.509 1.625-4.184 0-2.378-1.27-4.403-3.048-5.17A4 4 0 0 1 15.593 3c2.557 0 4.63 2.462 4.63 5.5 0 1.675-.631 3.176-1.626 4.184.812.39 1.593.91 2.267 1.551Z" class="wd-icon-fill" clip-rule="evenodd"/><path fill-rule="evenodd" d="M18 19v-1.5c0-.3.2-.5.5-.5h1c.3 0 .5.2.5.5V19h1.5c.3 0 .5.2.5.5v1c0 .3-.2.5-.5.5H20v1.5c0 .3-.2.5-.5.5h-1c-.3 0-.5-.2-.5-.5V21h-1.5c-.3 0-.5-.2-.5-.5v-1c0-.3.2-.5.5-.5z" class="wd-icon-accent" clip-rule="evenodd"/></g></svg>',
|
|
5
|
+
svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-people-recruiting wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path d="M13.5 21a.5.5 0 0 0 .5-.5V19c0-4 4-2.5 1.682-4.774a9.6 9.6 0 0 0-2.437-1.542C14.32 11.676 15 10.175 15 8.5 15 5.462 12.761 3 10 3S5 5.462 5 8.5c0 1.676.682 3.177 1.756 4.186C4.246 13.802 2 16.003 2 19v1.437c0 .311.256.563.571.563z" class="wd-icon-background"/><path fill-rule="evenodd" d="M13.5 21a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5H4.083C4 16.003 6.5 14 10 14c1.422 0 2.678.33 3.67.924a.5.5 0 0 0 .269.076h1.42c.429 0 .645-.491.323-.774a9.6 9.6 0 0 0-2.437-1.542C14.32 11.676 15 10.175 15 8.5 15 5.462 12.761 3 10 3S5 5.462 5 8.5c0 1.676.682 3.177 1.756 4.186C4.246 13.802 2 16.003 2 19v1.437c0 .311.256.563.571.563zM10 12c1.657 0 3-1.567 3-3.5S11.657 5 10 5 7 6.567 7 8.5 8.343 12 10 12Zm10.864 2.235c.303.29.082.765-.337.765h-1.899a.52.52 0 0 1-.393-.185c-.778-.91-1.77-1.626-2.812-2.126.994-1.009 1.625-2.509 1.625-4.184 0-2.378-1.27-4.403-3.048-5.17A4 4 0 0 1 15.593 3c2.557 0 4.63 2.462 4.63 5.5 0 1.675-.631 3.176-1.626 4.184.812.39 1.593.91 2.267 1.551Z" class="wd-icon-fill" clip-rule="evenodd"/><path fill-rule="evenodd" d="M18 19v-1.5c0-.3.2-.5.5-.5h1c.3 0 .5.2.5.5V19h1.5c.3 0 .5.2.5.5v1c0 .3-.2.5-.5.5H20v1.5c0 .3-.2.5-.5.5h-1c-.3 0-.5-.2-.5-.5V21h-1.5c-.3 0-.5-.2-.5-.5v-1c0-.3.2-.5.5-.5z" class="wd-icon-accent" clip-rule="evenodd"/></g></svg>',
|
|
6
6
|
filename: 'wd-icon-people-recruiting',
|
|
7
7
|
category: 'Recruiting',
|
|
8
8
|
tags: ['people','recruiting','users','add','groups','team','plus'],
|
|
@@ -2,7 +2,7 @@ import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
|
|
|
2
2
|
const icon: CanvasSystemIcon = {
|
|
3
3
|
name: 'progressCircle',
|
|
4
4
|
type: CanvasIconTypes.System,
|
|
5
|
-
svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-progress-circle wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><g><path d="M6 12c0-.828.666-1.5 1.5-1.5.828 0 1.5.666 1.5 1.5 0 .828-.666 1.5-1.5 1.5-.828 0-1.5-.666-1.5-1.5Z" class="wd-icon-fill"/><path d="M16.5 10.5c-.834 0-1.5.672-1.5 1.5 0 .834.672 1.5 1.5 1.5.834 0 1.5-.672 1.5-1.5 0-.834-.672-1.5-1.5-1.5Z" class="wd-icon-fill"/><path d="M10.5 12c0-.828.666-1.5 1.5-1.5.828 0 1.5.666 1.5 1.5 0 .828-.666 1.5-1.5 1.5-.828 0-1.5-.666-1.5-1.5Z" class="wd-icon-fill"/><path fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-2 0a8 8 0 1 1-16 0 8 8 0 0 1 16 0Z" class="wd-icon-fill" clip-rule="evenodd"/></g></g></svg>',
|
|
5
|
+
svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-progress-circle wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10ZM6 12c0-.828.666-1.5 1.5-1.5.828 0 1.5.666 1.5 1.5 0 .828-.666 1.5-1.5 1.5-.828 0-1.5-.666-1.5-1.5Zm10.5-1.5c-.834 0-1.5.672-1.5 1.5 0 .834.672 1.5 1.5 1.5.834 0 1.5-.672 1.5-1.5 0-.834-.672-1.5-1.5-1.5Zm-4.5 0c-.834 0-1.5.672-1.5 1.5 0 .834.672 1.5 1.5 1.5.834 0 1.5-.672 1.5-1.5 0-.834-.672-1.5-1.5-1.5Z" class="wd-icon-background" clip-rule="evenodd"/><g><path d="M6 12c0-.828.666-1.5 1.5-1.5.828 0 1.5.666 1.5 1.5 0 .828-.666 1.5-1.5 1.5-.828 0-1.5-.666-1.5-1.5Z" class="wd-icon-fill"/><path d="M16.5 10.5c-.834 0-1.5.672-1.5 1.5 0 .834.672 1.5 1.5 1.5.834 0 1.5-.672 1.5-1.5 0-.834-.672-1.5-1.5-1.5Z" class="wd-icon-fill"/><path d="M10.5 12c0-.828.666-1.5 1.5-1.5.828 0 1.5.666 1.5 1.5 0 .828-.666 1.5-1.5 1.5-.828 0-1.5-.666-1.5-1.5Z" class="wd-icon-fill"/><path fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-2 0a8 8 0 1 1-16 0 8 8 0 0 1 16 0Z" class="wd-icon-fill" clip-rule="evenodd"/></g></g></svg>',
|
|
6
6
|
filename: 'wd-icon-progress-circle.svg',
|
|
7
7
|
category: 'Core',
|
|
8
8
|
tags: ['movement','loading','planning'],
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
|
|
2
|
+
const icon: CanvasSystemIcon = {
|
|
3
|
+
name: 'puzzle',
|
|
4
|
+
type: CanvasIconTypes.System,
|
|
5
|
+
svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-puzzle wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path fill-rule="evenodd" d="M12.5 7.75v-2a1.75 1.75 0 1 0-3.5 0v2H4V10h.5a3.25 3.25 0 0 1 0 6.5H4V20h3.502a3.25 3.25 0 0 1 6.496 0h2.252v-5h2a1.75 1.75 0 1 0 0-3.5h-2V7.75zM12 22v-1.875a1.25 1.25 0 1 0-2.5 0V22h-7a.5.5 0 0 1-.5-.5v-7h2.5a1.25 1.25 0 1 0 0-2.5H2V6.25a.5.5 0 0 1 .5-.5H7a3.75 3.75 0 1 1 7.5 0h3.25a.5.5 0 0 1 .5.5V9.5a3.75 3.75 0 1 1 0 7.5v4.5a.5.5 0 0 1-.5.5z" class="wd-icon-fill" clip-rule="evenodd"/></g></svg>',
|
|
6
|
+
filename: 'wd-icon-puzzle.svg',
|
|
7
|
+
category: 'Objects',
|
|
8
|
+
tags: ['puzzle','extend','extension','education'],
|
|
9
|
+
}
|
|
10
|
+
export default icon
|
package/dist/ts/taskJob.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
|
|
|
2
2
|
const icon: CanvasSystemIcon = {
|
|
3
3
|
name: 'taskJob',
|
|
4
4
|
type: CanvasIconTypes.System,
|
|
5
|
-
svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-task-job wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g
|
|
5
|
+
svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-task-job wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><rect width="16" height="11" x="4" y="7" class="wd-icon-background"/><path fill-rule="evenodd" d="M7 2.5V5H2.494A.5.5 0 0 0 2 5.5v14c0 .276.221.5.494.5h19.012c.27 0 .494-.223.494-.5v-14c0-.276-.221-.5-.494-.5H17V2.5a.51.51 0 0 0-.51-.5H7.51a.505.505 0 0 0-.51.5ZM20 18H4V7h16zM9 5V4h6v1z" class="wd-icon-fill" clip-rule="evenodd"/><path fill-rule="evenodd" d="M14 10.503V12h-4v-1.497A.505.505 0 0 0 9.502 10H5.498a.496.496 0 0 0-.498.503V12H2v2h3v2.497c0 .27.223.503.498.503h4.004a.496.496 0 0 0 .498-.503V14h4v2.497c0 .27.223.503.498.503h4.004a.496.496 0 0 0 .498-.503V14h3v-2h-3v-1.497a.505.505 0 0 0-.498-.503h-4.004a.496.496 0 0 0-.498.503ZM7 12v3h1v-3zm9 3v-3h1v3z" class="wd-icon-accent" clip-rule="evenodd"/></g></svg>',
|
|
6
6
|
filename: 'wd-icon-task-job.svg',
|
|
7
7
|
category: 'Profile',
|
|
8
8
|
tags: ['toolbox','work','assignment','project'],
|
package/dist/ts/user.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
|
|
|
2
2
|
const icon: CanvasSystemIcon = {
|
|
3
3
|
name: 'user',
|
|
4
4
|
type: CanvasIconTypes.System,
|
|
5
|
-
svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-user wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g fill-rule="evenodd" class="wd-icon-
|
|
5
|
+
svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-user wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path fill-rule="evenodd" d="M20 20.496a.5.5 0 0 1-.5.5h-15a.5.5 0 0 1-.5-.5v-1.5C4 16 6.246 13.8 8.756 12.684 7.682 11.674 7 10.174 7 8.499 7 5.462 9.239 3 12 3s5 2.462 5 5.499c0 1.675-.68 3.175-1.755 4.183C17.758 13.797 20 15.995 20 18.996z" class="wd-icon-background" clip-rule="evenodd"/><path fill-rule="evenodd" d="M20 20.496a.5.5 0 0 1-.5.5h-15a.5.5 0 0 1-.5-.5v-1.5C4 16 6.246 13.8 8.756 12.684 7.682 11.674 7 10.174 7 8.499 7 5.462 9.239 3 12 3s5 2.462 5 5.499c0 1.675-.68 3.175-1.755 4.183C17.758 13.797 20 15.995 20 18.996zm-13.917-1.5H18c0-2.996-2.5-4.999-6-4.999s-6 2.003-5.917 5ZM12 11.998c1.657 0 3-1.567 3-3.5C15 6.567 13.657 5 12 5S9 6.566 9 8.499c0 1.932 1.343 3.499 3 3.499Z" class="wd-icon-fill" clip-rule="evenodd"/></g></svg>',
|
|
6
6
|
filename: 'wd-icon-user.svg',
|
|
7
7
|
category: 'Core',
|
|
8
8
|
tags: ['person','people','profile','avatar'],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-system-icons-web",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.29",
|
|
4
4
|
"description": "Workday system icons for web",
|
|
5
5
|
"license": "CC-BY-ND-4.0",
|
|
6
6
|
"author": "Workday, Inc. (https://www.workday.com)",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@workday/canvas-colors-web": "2.0.1",
|
|
35
|
-
"@workday/canvas-system-icons": "3.
|
|
35
|
+
"@workday/canvas-system-icons": "3.18.0",
|
|
36
36
|
"@workday/icon-utils": "1.0.7",
|
|
37
37
|
"svg-sprite": "^2.0.4"
|
|
38
38
|
},
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"access": "public",
|
|
41
41
|
"registry": "https://registry.npmjs.org"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "7218c9addad3a03f9c842f2ee05f6de8ee895ba7"
|
|
44
44
|
}
|