@workday/canvas-system-icons-web 3.0.30 → 3.0.32

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.
Files changed (64) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/asset-list/wd-system-icons-list.json +1 -1
  3. package/dist/commonjs/accounts.js +1 -1
  4. package/dist/commonjs/antiJoinLeft.d.ts +3 -0
  5. package/dist/commonjs/antiJoinLeft.js +12 -0
  6. package/dist/commonjs/antiJoinRight.d.ts +3 -0
  7. package/dist/commonjs/antiJoinRight.js +12 -0
  8. package/dist/commonjs/bookOpen.js +1 -1
  9. package/dist/commonjs/canvas.d.ts +3 -0
  10. package/dist/commonjs/canvas.js +12 -0
  11. package/dist/commonjs/cart.js +1 -1
  12. package/dist/commonjs/componentEdit.js +1 -1
  13. package/dist/commonjs/findInventory.js +1 -1
  14. package/dist/commonjs/index.d.ts +5 -1
  15. package/dist/commonjs/index.js +13 -1
  16. package/dist/commonjs/peopleRecruiting.js +1 -1
  17. package/dist/commonjs/pin.js +1 -1
  18. package/dist/commonjs/pinSlash.d.ts +3 -0
  19. package/dist/commonjs/pinSlash.js +12 -0
  20. package/dist/commonjs/taskPay.js +1 -1
  21. package/dist/es6/accounts.js +1 -1
  22. package/dist/es6/antiJoinLeft.d.ts +3 -0
  23. package/dist/es6/antiJoinLeft.js +10 -0
  24. package/dist/es6/antiJoinRight.d.ts +3 -0
  25. package/dist/es6/antiJoinRight.js +10 -0
  26. package/dist/es6/bookOpen.js +1 -1
  27. package/dist/es6/canvas.d.ts +3 -0
  28. package/dist/es6/canvas.js +10 -0
  29. package/dist/es6/cart.js +1 -1
  30. package/dist/es6/componentEdit.js +1 -1
  31. package/dist/es6/findInventory.js +1 -1
  32. package/dist/es6/index.d.ts +9 -1
  33. package/dist/es6/index.js +9 -1
  34. package/dist/es6/peopleRecruiting.js +1 -1
  35. package/dist/es6/pin.js +1 -1
  36. package/dist/es6/pinSlash.d.ts +3 -0
  37. package/dist/es6/pinSlash.js +10 -0
  38. package/dist/es6/taskPay.js +1 -1
  39. package/dist/sprite/wd-system-icon-sprite.svg +1 -1
  40. package/dist/svg/wd-icon-accounts.svg +7 -5
  41. package/dist/svg/wd-icon-anti-join-left.svg +7 -0
  42. package/dist/svg/wd-icon-anti-join-right.svg +7 -0
  43. package/dist/svg/wd-icon-book-open.svg +4 -1
  44. package/dist/svg/wd-icon-canvas.svg +7 -0
  45. package/dist/svg/wd-icon-cart.svg +7 -4
  46. package/dist/svg/wd-icon-component-edit.svg +9 -2
  47. package/dist/svg/wd-icon-find-inventory.svg +5 -2
  48. package/dist/svg/wd-icon-people-recruiting.svg +5 -3
  49. package/dist/svg/wd-icon-pin-slash.svg +12 -0
  50. package/dist/svg/wd-icon-task-pay.svg +13 -3
  51. package/dist/ts/accounts.ts +1 -1
  52. package/dist/ts/antiJoinLeft.ts +10 -0
  53. package/dist/ts/antiJoinRight.ts +10 -0
  54. package/dist/ts/bookOpen.ts +1 -1
  55. package/dist/ts/canvas.ts +10 -0
  56. package/dist/ts/cart.ts +1 -1
  57. package/dist/ts/componentEdit.ts +1 -1
  58. package/dist/ts/findInventory.ts +1 -1
  59. package/dist/ts/index.ts +12 -0
  60. package/dist/ts/peopleRecruiting.ts +1 -1
  61. package/dist/ts/pin.ts +1 -1
  62. package/dist/ts/pinSlash.ts +10 -0
  63. package/dist/ts/taskPay.ts +1 -1
  64. package/package.json +3 -3
@@ -1,10 +1,12 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-accounts wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24">
2
2
  <g class="wd-icon-container">
3
- <rect width="14" height="11" x="5" y="8" class="wd-icon-background"/>
4
- <g>
5
- <path d="M5.5 3a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z" class="wd-icon-fill"/>
6
- <path fill-rule="evenodd" d="M3.5 6a.5.5 0 0 0-.5.5v14a.5.5 0 0 0 .5.5h17a.5.5 0 0 0 .5-.5v-14a.5.5 0 0 0-.5-.5zM5 8v11h14V8z" class="wd-icon-fill" clip-rule="evenodd"/>
3
+ <g class="wd-icon-container">
4
+ <path fill-rule="evenodd" d="M3 6.5a.5.5 0 0 1 .5-.5h17a.5.5 0 0 1 .5.5v14a.5.5 0 0 1-.5.5h-17a.5.5 0 0 1-.5-.5zm4 9v-3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5V14h6v-1.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5Z" class="wd-icon-background" clip-rule="evenodd"/>
5
+ <g>
6
+ <path d="M5.5 3a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z" class="wd-icon-fill"/>
7
+ <path fill-rule="evenodd" d="M3.5 6a.5.5 0 0 0-.5.5v14a.5.5 0 0 0 .5.5h17a.5.5 0 0 0 .5-.5v-14a.5.5 0 0 0-.5-.5zM5 8v11h14V8z" class="wd-icon-fill" clip-rule="evenodd"/>
8
+ </g>
9
+ <path d="M7 12.5v3a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5V14H9v-1.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5Z" class="wd-icon-accent"/>
7
10
  </g>
8
- <path d="M7 12.5v3a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5V14H9v-1.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5Z" class="wd-icon-accent"/>
9
11
  </g>
10
12
  </svg>
@@ -0,0 +1,7 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-anti-join-left wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24">
2
+ <g class="wd-icon-container">
3
+ <g class="wd-icon-container">
4
+ <path fill-rule="evenodd" d="M12 16.472a6 6 0 1 0 0-8.944 6 6 0 1 0 0 8.944Zm-1.25-7.378A6 6 0 0 0 10 12c0 1.054.272 2.045.75 2.906A4 4 0 0 0 12 12c0-1.144-.48-2.176-1.25-2.906Zm2.5 0c.478.861.75 1.852.75 2.906a6 6 0 0 1-.75 2.906 4 4 0 1 0 0-5.811Z" class="wd-icon-fill" clip-rule="evenodd"/>
5
+ </g>
6
+ </g>
7
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-anti-join-right wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24">
2
+ <g class="wd-icon-container">
3
+ <g class="wd-icon-container">
4
+ <path fill-rule="evenodd" d="M12 16.472a6 6 0 1 1 0-8.944 6 6 0 1 1 0 8.944Zm1.25-7.378c.478.861.75 1.852.75 2.906a6 6 0 0 1-.75 2.906A4 4 0 0 1 12 12c0-1.144.48-2.176 1.25-2.906Zm-2.5 0A6 6 0 0 0 10 12c0 1.054.272 2.045.75 2.906a4 4 0 1 1 0-5.811Z" class="wd-icon-fill" clip-rule="evenodd"/>
5
+ </g>
6
+ </g>
7
+ </svg>
@@ -1,5 +1,8 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-book-open wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24">
2
2
  <g class="wd-icon-container">
3
- <path fill-rule="evenodd" d="M3 5.429a.48.48 0 0 1 .225-.411C6.197 3.199 10.05 4.18 12 5.162c1.95-.981 5.803-1.963 8.775-.144a.48.48 0 0 1 .225.41v12.856c0 .372-.397.622-.751.51-2.067-.656-5.349-.491-7.967 1.125a.54.54 0 0 1-.564 0c-2.618-1.616-5.9-1.781-7.967-1.126-.354.113-.751-.137-.751-.51zm8 1.47a9.6 9.6 0 0 0-3.182-.867c-1-.089-1.965.002-2.818.332v10.14c1.842-.203 3.99.023 6 .826zm2 10.43a12.7 12.7 0 0 1 6-.824V6.364c-.853-.33-1.818-.421-2.818-.332A9.6 9.6 0 0 0 13 6.899z" class="wd-icon-fill" clip-rule="evenodd"/>
3
+ <g class="wd-icon-container">
4
+ <path d="M3 5.429a.48.48 0 0 1 .225-.411C6.197 3.199 10.05 4.18 12 5.162c1.95-.981 5.803-1.963 8.775-.144a.48.48 0 0 1 .225.41v12.856c0 .372-.397.622-.751.51-2.067-.656-5.349-.491-7.967 1.125a.54.54 0 0 1-.564 0c-2.618-1.616-5.9-1.781-7.967-1.126-.354.113-.751-.137-.751-.51z" class="wd-icon-background"/>
5
+ <path fill-rule="evenodd" d="M3 5.429a.48.48 0 0 1 .225-.411C6.197 3.199 10.05 4.18 12 5.162c1.95-.981 5.803-1.963 8.775-.144a.48.48 0 0 1 .225.41v12.856c0 .372-.397.622-.751.51-2.067-.656-5.349-.491-7.967 1.125a.54.54 0 0 1-.564 0c-2.618-1.616-5.9-1.781-7.967-1.126-.354.113-.751-.137-.751-.51zm8 1.47a9.6 9.6 0 0 0-3.182-.867c-1-.089-1.965.002-2.818.332v10.14c1.842-.203 3.99.023 6 .826zm2 10.43a12.7 12.7 0 0 1 6-.824V6.364c-.853-.33-1.818-.421-2.818-.332A9.6 9.6 0 0 0 13 6.899z" class="wd-icon-fill" clip-rule="evenodd"/>
6
+ </g>
4
7
  </g>
5
8
  </svg>
@@ -0,0 +1,7 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-canvas wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24">
2
+ <g class="wd-icon-container">
3
+ <g class="wd-icon-container">
4
+ <path d="M5.858 18.987a9.92 9.92 0 0 1-2.855-7.23 9.92 9.92 0 0 1 2.99-6.864 10.04 10.04 0 0 1 6.932-2.892 9.97 9.97 0 0 1 7.282 2.995 2.748 2.748 0 0 1-.405 4.199 2.76 2.76 0 0 1-3.533-.336 4.5 4.5 0 0 0-3.228-1.35c-1.239 0-2.393.487-3.25 1.377a4.45 4.45 0 0 0-1.257 3.295c.09 2.325 1.989 4.221 4.323 4.315a4.53 4.53 0 0 0 3.457-1.395.503.503 0 0 1 .705-.018.494.494 0 0 1 .018.702 5.53 5.53 0 0 1-4.225 1.704c-2.846-.117-5.167-2.433-5.275-5.276a5.44 5.44 0 0 1 1.536-4.02 5.48 5.48 0 0 1 3.973-1.681c1.495 0 2.896.586 3.942 1.65a1.76 1.76 0 0 0 2.253.21 1.759 1.759 0 0 0 .256-2.683 8.98 8.98 0 0 0-6.559-2.691 9.02 9.02 0 0 0-6.24 2.606 8.92 8.92 0 0 0-2.694 6.18 8.9 8.9 0 0 0 2.572 6.51 9 9 0 0 0 6.47 2.713c2.505 0 4.83-.997 6.555-2.803a.503.503 0 0 1 .704-.018.494.494 0 0 1 .018.702A9.98 9.98 0 0 1 13.041 22a9.98 9.98 0 0 1-7.183-3.014Zm12.638-3.801a1.75 1.75 0 0 0-.75-1.239c-.731-.5-1.724-.402-2.303.229a3.24 3.24 0 0 1-2.397 1.06 3.28 3.28 0 0 1-2.37-1.02 3.2 3.2 0 0 1-.872-2.424 3.25 3.25 0 0 1 2.977-3.013 3.26 3.26 0 0 1 2.559.939.5.5 0 0 1 0 .702.503.503 0 0 1-.705 0 2.251 2.251 0 0 0-3.834 1.44c-.04.626.175 1.225.606 1.68a2.24 2.24 0 0 0 1.639.707c.633 0 1.239-.268 1.665-.733.912-1.002 2.465-1.163 3.606-.38a2.73 2.73 0 0 1 1.171 1.945 2.7 2.7 0 0 1-.687 2.132 7.79 7.79 0 0 1-5.764 2.54c-.077 0-.148 0-.225-.004a7.76 7.76 0 0 1-5.302-2.308 7.7 7.7 0 0 1-2.249-5.311A7.7 7.7 0 0 1 7.497 6.57a7.74 7.74 0 0 1 5.54-2.311c2.043 0 3.969.782 5.428 2.2a.494.494 0 0 1 .009.701.5.5 0 0 1-.705.01 6.75 6.75 0 0 0-4.732-1.919 6.74 6.74 0 0 0-4.83 2.017 6.7 6.7 0 0 0-1.95 4.842 6.7 6.7 0 0 0 1.963 4.628 6.777 6.777 0 0 0 9.837-.201c.34-.367.497-.86.44-1.351Z" class="wd-icon-fill"/>
5
+ </g>
6
+ </g>
7
+ </svg>
@@ -1,9 +1,12 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-cart wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24">
2
2
  <g class="wd-icon-container">
3
- <g>
4
- <path fill-rule="evenodd" d="M2.5 4h1.732l3.9 14.629a.5.5 0 0 0 .484.371H18.5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5H9.768l-.8-3h10.456a.5.5 0 0 0 .493-.418l1.166-7A.5.5 0 0 0 20.59 6H6.835l-.968-3.629A.5.5 0 0 0 5.384 2H2.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5Zm4.868 4 1.067 4h9.718l.667-4z" class="wd-icon-fill" clip-rule="evenodd"/>
5
- <path d="M20 21a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z" class="wd-icon-fill"/>
6
- <path d="M8 22a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z" class="wd-icon-fill"/>
3
+ <g class="wd-icon-container">
4
+ <path fill-rule="evenodd" d="M2.5 4h1.732l3.9 14.629a.5.5 0 0 0 .484.371H18.5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5H9.768l-.8-3h10.456a.5.5 0 0 0 .493-.418l1.166-7A.5.5 0 0 0 20.59 6H6.835l-.968-3.629A.5.5 0 0 0 5.384 2H2.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5Z" class="wd-icon-background" clip-rule="evenodd"/>
5
+ <g>
6
+ <path fill-rule="evenodd" d="M2.5 4h1.732l3.9 14.629a.5.5 0 0 0 .484.371H18.5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5H9.768l-.8-3h10.456a.5.5 0 0 0 .493-.418l1.166-7A.5.5 0 0 0 20.59 6H6.835l-.968-3.629A.5.5 0 0 0 5.384 2H2.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5Zm4.868 4 1.067 4h9.718l.667-4z" class="wd-icon-fill" clip-rule="evenodd"/>
7
+ <path d="M20 21a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z" class="wd-icon-fill"/>
8
+ <path d="M8 22a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z" class="wd-icon-fill"/>
9
+ </g>
7
10
  </g>
8
11
  </g>
9
12
  </svg>
@@ -1,6 +1,13 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-component-edit wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24">
2
2
  <g class="wd-icon-container">
3
- <path fill-rule="evenodd" d="M12.093 2.16a.497.497 0 0 1 .7 0l3.758 3.759a.497.497 0 0 1 0 .7l-3.758 3.757a.497.497 0 0 1-.7 0L8.335 6.618a.497.497 0 0 1 0-.7zm.35 2.198-1.91 1.91 1.91 1.91 1.91-1.91zm-6.08 3.534a.497.497 0 0 1 .7 0l3.756 3.758a.497.497 0 0 1 0 .7l-3.758 3.758a.497.497 0 0 1-.7 0L2.603 12.35a.497.497 0 0 1 0-.7zm.35 2.197L4.8 11.999l1.91 1.91L8.621 12l-1.91-1.91z" class="wd-icon-fill" clip-rule="evenodd"/>
4
- <path fill-rule="evenodd" d="M8.24 17.901c.001-.225.133-.539.29-.696l9.366-9.365a.416.416 0 0 1 .582-.005l2.946 2.947c.16.159.155.421-.005.581l-9.365 9.365c-.16.16-.475.29-.697.29l-2.712.014a.417.417 0 0 1-.418-.418zm7.6-5.657L9.83 18.256l.001 1.174h1.173l6.012-6.011zm1.175-1.174 1.174 1.174 1.175-1.174-1.175-1.175z" class="wd-icon-accent" clip-rule="evenodd"/>
3
+ <g class="wd-icon-container">
4
+ <g>
5
+ <path d="M11.984 2a.5.5 0 0 0-.35.144L7.876 5.902a.497.497 0 0 0 0 .7l3.758 3.758a.497.497 0 0 0 .7 0l3.758-3.757a.497.497 0 0 0 0-.7l-3.758-3.759a.5.5 0 0 0-.35-.144Z" class="wd-icon-background"/>
6
+ <path d="M6.253 7.732a.5.5 0 0 0-.35.144l-3.759 3.758a.497.497 0 0 0 0 .7l3.758 3.758a.497.497 0 0 0 .7 0l3.758-3.758a.497.497 0 0 0 0-.7L6.603 7.876a.5.5 0 0 0-.35-.144Z" class="wd-icon-background"/>
7
+ <path d="M8.072 17.19c-.158.156-.29.47-.29.696l-.014 2.713c-.002.23.186.419.418.418l2.713-.014c.222-.001.537-.131.696-.29l9.365-9.365a.413.413 0 0 0 .005-.582L18.02 7.819a.416.416 0 0 0-.582.005z" class="wd-icon-background"/>
8
+ </g>
9
+ <path fill-rule="evenodd" d="M11.634 2.144a.497.497 0 0 1 .7 0l3.758 3.76a.497.497 0 0 1 0 .7l-3.758 3.756a.497.497 0 0 1-.7 0L7.876 6.602a.497.497 0 0 1 0-.7zm.35 2.198-1.91 1.91 1.91 1.91 1.91-1.91zm-6.08 3.534a.497.497 0 0 1 .7 0l3.756 3.758a.497.497 0 0 1 0 .7l-3.758 3.758a.497.497 0 0 1-.7 0l-3.758-3.758a.497.497 0 0 1 0-.7zm.35 2.197L4.34 11.984l1.91 1.91 1.911-1.91-1.91-1.91z" class="wd-icon-fill" clip-rule="evenodd"/>
10
+ <path fill-rule="evenodd" d="M7.781 17.886c.001-.226.133-.54.29-.697l9.366-9.365a.416.416 0 0 1 .582-.005l2.946 2.947c.16.16.155.422-.005.582l-9.365 9.364c-.16.16-.475.29-.697.291l-2.712.014a.417.417 0 0 1-.418-.418zm7.6-5.657L9.37 18.24l.001 1.174h1.173l6.012-6.01zm1.175-1.175 1.174 1.175 1.175-1.175L17.73 9.88z" class="wd-icon-accent" clip-rule="evenodd"/>
11
+ </g>
5
12
  </g>
6
13
  </svg>
@@ -1,6 +1,9 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-find-inventory wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24">
2
2
  <g class="wd-icon-container">
3
- <path fill-rule="evenodd" d="M19.5 7c.3 0 .5.2.5.5v3c0 .3-.2.5-.5.5h-1c-.3 0-.5-.2-.5-.5V9H6v9h3.5c.3 0 .5.2.5.5v1c0 .3-.2.5-.5.5h-5c-.3 0-.5-.2-.5-.5v-12c0-.3.2-.5.5-.5zM4.7 6c-.3 0-.4-.2-.2-.4l1.9-2.2c.4-.4.5-.4.8-.4h10c.3 0 .4 0 .8.4l1.9 2.2c.1.2 0 .4-.2.4z" class="wd-icon-fill" clip-rule="evenodd"/>
4
- <path fill-rule="evenodd" d="M17.923 19.348a3.9 3.9 0 0 1-2.003.553c-2.165 0-3.92-1.769-3.92-3.95S13.755 12 15.92 12s3.92 1.769 3.92 3.95c0 .729-.195 1.41-.536 1.997l2.548 2.508a.497.497 0 0 1 .005.702l-.694.698a.487.487 0 0 1-.689.004zm-.042-3.398c0 1.091-.878 1.976-1.96 1.976a1.97 1.97 0 0 1-1.96-1.976c0-1.09.877-1.975 1.96-1.975s1.96.885 1.96 1.975Z" class="wd-icon-accent" clip-rule="evenodd"/>
3
+ <g class="wd-icon-container">
4
+ <path d="M4.5 7a.5.5 0 0 0-.5.5v12a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5v-8a.5.5 0 0 1 .5-.5h8a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5z" class="wd-icon-background"/>
5
+ <path fill-rule="evenodd" d="M19.5 7c.3 0 .5.2.5.5v3c0 .3-.2.5-.5.5h-1c-.3 0-.5-.2-.5-.5V9H6v9h4.5c.3 0 .5.2.5.5v1c0 .3-.2.5-.5.5h-6c-.3 0-.5-.2-.5-.5v-12c0-.3.2-.5.5-.5zM4.7 6c-.3 0-.4-.2-.2-.4l1.9-2.2c.4-.4.5-.4.8-.4h10c.3 0 .4 0 .8.4l1.9 2.2c.1.2 0 .4-.2.4z" class="wd-icon-fill" clip-rule="evenodd"/>
6
+ <path fill-rule="evenodd" d="M17.9 19.21a3.78 3.78 0 0 1-2.06.608c-2.12 0-3.84-1.75-3.84-3.909S13.72 12 15.84 12c2.122 0 3.842 1.75 3.842 3.91 0 .678-.17 1.316-.469 1.872l2.443 2.485a.5.5 0 0 1 0 .701l-.657.669a.5.5 0 0 1-.714 0zm-.139-3.3c0 1.079-.86 1.954-1.92 1.954s-1.92-.875-1.92-1.955.86-1.954 1.92-1.954 1.92.875 1.92 1.954Z" class="wd-icon-accent" clip-rule="evenodd"/>
7
+ </g>
5
8
  </g>
6
9
  </svg>
@@ -1,7 +1,9 @@
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"/>
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"/>
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"/>
3
+ <g class="wd-icon-container">
4
+ <path d="M13.5 21a.5.5 0 0 0 .5-.5v-5.25a.25.25 0 0 1 .25-.25h1.11c.428 0 .644-.491.322-.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"/>
5
+ <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"/>
6
+ <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"/>
7
+ </g>
6
8
  </g>
7
9
  </svg>
@@ -0,0 +1,12 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-pin-slash wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24">
2
+ <g class="wd-icon-container">
3
+ <g class="wd-icon-container">
4
+ <g>
5
+ <path d="M9 2.253C9 2.114 9.112 2 9.25 2h5.5c.138 0 .25.114.25.253 0 .74-.402 1.395-1 1.747v6.004a3.85 3.85 0 0 1 3 3.755.24.24 0 0 1-.232.24L10 7.233V4a2.03 2.03 0 0 1-1-1.747Z" class="wd-icon-fill"/>
6
+ <path d="M7.806 11.402A3.83 3.83 0 0 0 7 13.76c0 .133.108.241.24.241h3.164z" class="wd-icon-fill"/>
7
+ <path d="M11.404 15h-.154a.25.25 0 0 0-.25.25v4.913l.772 1.714a.25.25 0 0 0 .456 0L13 20.163v-3.567z" class="wd-icon-fill"/>
8
+ </g>
9
+ <path d="M18.646 17.646a.5.5 0 0 1 0 .708l-.707.707a.5.5 0 0 1-.707 0L5.212 7.04a.5.5 0 0 1 0-.707l.706-.707a.5.5 0 0 1 .708 0z" class="wd-icon-accent"/>
10
+ </g>
11
+ </g>
12
+ </svg>
@@ -1,6 +1,16 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-task-pay wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24">
2
- <g fill-rule="evenodd" class="wd-icon-container">
3
- <path d="M20 9.5V7H3v12h17v-2.5h-6.49a.51.51 0 0 1-.51-.503v-5.994c0-.278.222-.503.51-.503z" class="wd-icon-background"/>
4
- <path d="M21 16.5v3.002a.503.503 0 0 1-.508.498H2.508A.5.5 0 0 1 2 19.502V6.498C2 6.223 2.227 6 2.508 6H4V3.5c0-.276.23-.5.5-.5H8v-.5c0-.276.228-.5.51-.5h8.98c.282 0 .51.229.51.5V6h2.492c.28 0 .508.22.508.498V9.5h.49c.282 0 .51.233.51.503v5.994a.503.503 0 0 1-.51.503zM10 4v2h6V4zM6 5v1h2V5zm13 4.5V8H4v10h15v-1.5h-5.49a.51.51 0 0 1-.51-.503v-5.994c0-.278.222-.503.51-.503zm-4 2v3h5v-3zm.5 1.5c0-.552.444-1 1-1 .552 0 1 .444 1 1 0 .552-.444 1-1 1-.552 0-1-.444-1-1Z" class="wd-icon-fill"/>
2
+ <g class="wd-icon-container">
3
+ <g class="wd-icon-container">
4
+ <g>
5
+ <path d="M16 5h-6v2h6z" class="wd-icon-background"/>
6
+ <path d="M20 12.5h-5v3h5z" class="wd-icon-background"/>
7
+ <path d="M19 10.5V9H4v10h15v-1.5h-5.49a.51.51 0 0 1-.51-.503v-5.994c0-.278.223-.503.51-.503z" class="wd-icon-background"/>
8
+ <path d="M8 6H6v1h2z" class="wd-icon-background"/>
9
+ </g>
10
+ <g>
11
+ <path d="M16.5 13a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z" class="wd-icon-fill"/>
12
+ <path fill-rule="evenodd" d="M21 20.502V17.5h.49c.288 0 .51-.225.51-.503v-5.994a.51.51 0 0 0-.51-.503H21V7.498A.5.5 0 0 0 20.492 7H18V3.5c0-.271-.228-.5-.51-.5H8.51a.505.505 0 0 0-.51.5V4H4.5c-.27 0-.5.224-.5.5V7H2.508A.503.503 0 0 0 2 7.498v13.004c0 .278.228.498.508.498h17.984a.503.503 0 0 0 .508-.498ZM16 5h-6v2h6zM6 6h2v1H6zm13 3v1.5h-5.49a.503.503 0 0 0-.51.503v5.994c0 .27.228.503.51.503H19V19H4V9zm-4 3.5h5v3h-5z" class="wd-icon-fill" clip-rule="evenodd"/>
13
+ </g>
14
+ </g>
5
15
  </g>
6
16
  </svg>
@@ -2,7 +2,7 @@ import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
2
2
  const icon: CanvasSystemIcon = {
3
3
  name: 'accounts',
4
4
  type: CanvasIconTypes.System,
5
- svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-accounts wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><rect width="14" height="11" x="5" y="8" class="wd-icon-background"/><g><path d="M5.5 3a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z" class="wd-icon-fill"/><path fill-rule="evenodd" d="M3.5 6a.5.5 0 0 0-.5.5v14a.5.5 0 0 0 .5.5h17a.5.5 0 0 0 .5-.5v-14a.5.5 0 0 0-.5-.5zM5 8v11h14V8z" class="wd-icon-fill" clip-rule="evenodd"/></g><path d="M7 12.5v3a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5V14H9v-1.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5Z" class="wd-icon-accent"/></g></svg>',
5
+ svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-accounts wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><g class="wd-icon-container"><path fill-rule="evenodd" d="M3 6.5a.5.5 0 0 1 .5-.5h17a.5.5 0 0 1 .5.5v14a.5.5 0 0 1-.5.5h-17a.5.5 0 0 1-.5-.5zm4 9v-3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5V14h6v-1.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5Z" class="wd-icon-background" clip-rule="evenodd"/><g><path d="M5.5 3a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z" class="wd-icon-fill"/><path fill-rule="evenodd" d="M3.5 6a.5.5 0 0 0-.5.5v14a.5.5 0 0 0 .5.5h17a.5.5 0 0 0 .5-.5v-14a.5.5 0 0 0-.5-.5zM5 8v11h14V8z" class="wd-icon-fill" clip-rule="evenodd"/></g><path d="M7 12.5v3a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5V14H9v-1.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5Z" class="wd-icon-accent"/></g></g></svg>',
6
6
  filename: 'wd-icon-accounts.svg',
7
7
  category: 'Files & Docs',
8
8
  tags: ['drawer','account','planning'],
@@ -0,0 +1,10 @@
1
+ import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
2
+ const icon: CanvasSystemIcon = {
3
+ name: 'antiJoinLeft',
4
+ type: CanvasIconTypes.System,
5
+ svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-anti-join-left wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><g class="wd-icon-container"><path fill-rule="evenodd" d="M12 16.472a6 6 0 1 0 0-8.944 6 6 0 1 0 0 8.944Zm-1.25-7.378A6 6 0 0 0 10 12c0 1.054.272 2.045.75 2.906A4 4 0 0 0 12 12c0-1.144-.48-2.176-1.25-2.906Zm2.5 0c.478.861.75 1.852.75 2.906a6 6 0 0 1-.75 2.906 4 4 0 1 0 0-5.811Z" class="wd-icon-fill" clip-rule="evenodd"/></g></g></svg>',
6
+ filename: 'wd-icon-anti-join-left.svg',
7
+ category: 'Core',
8
+ tags: ['combine','reverse','opposite','boolean','end'],
9
+ }
10
+ export default icon
@@ -0,0 +1,10 @@
1
+ import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
2
+ const icon: CanvasSystemIcon = {
3
+ name: 'antiJoinRight',
4
+ type: CanvasIconTypes.System,
5
+ svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-anti-join-right wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><g class="wd-icon-container"><path fill-rule="evenodd" d="M12 16.472a6 6 0 1 1 0-8.944 6 6 0 1 1 0 8.944Zm1.25-7.378c.478.861.75 1.852.75 2.906a6 6 0 0 1-.75 2.906A4 4 0 0 1 12 12c0-1.144.48-2.176 1.25-2.906Zm-2.5 0A6 6 0 0 0 10 12c0 1.054.272 2.045.75 2.906a4 4 0 1 1 0-5.811Z" class="wd-icon-fill" clip-rule="evenodd"/></g></g></svg>',
6
+ filename: 'wd-icon-anti-join-right.svg',
7
+ category: 'Core',
8
+ tags: ['combine','reverse','opposite','boolean','start'],
9
+ }
10
+ export default icon
@@ -2,7 +2,7 @@ import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
2
2
  const icon: CanvasSystemIcon = {
3
3
  name: 'bookOpen',
4
4
  type: CanvasIconTypes.System,
5
- svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-book-open wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path fill-rule="evenodd" d="M3 5.429a.48.48 0 0 1 .225-.411C6.197 3.199 10.05 4.18 12 5.162c1.95-.981 5.803-1.963 8.775-.144a.48.48 0 0 1 .225.41v12.856c0 .372-.397.622-.751.51-2.067-.656-5.349-.491-7.967 1.125a.54.54 0 0 1-.564 0c-2.618-1.616-5.9-1.781-7.967-1.126-.354.113-.751-.137-.751-.51zm8 1.47a9.6 9.6 0 0 0-3.182-.867c-1-.089-1.965.002-2.818.332v10.14c1.842-.203 3.99.023 6 .826zm2 10.43a12.7 12.7 0 0 1 6-.824V6.364c-.853-.33-1.818-.421-2.818-.332A9.6 9.6 0 0 0 13 6.899z" class="wd-icon-fill" clip-rule="evenodd"/></g></svg>',
5
+ svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-book-open wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><g class="wd-icon-container"><path d="M3 5.429a.48.48 0 0 1 .225-.411C6.197 3.199 10.05 4.18 12 5.162c1.95-.981 5.803-1.963 8.775-.144a.48.48 0 0 1 .225.41v12.856c0 .372-.397.622-.751.51-2.067-.656-5.349-.491-7.967 1.125a.54.54 0 0 1-.564 0c-2.618-1.616-5.9-1.781-7.967-1.126-.354.113-.751-.137-.751-.51z" class="wd-icon-background"/><path fill-rule="evenodd" d="M3 5.429a.48.48 0 0 1 .225-.411C6.197 3.199 10.05 4.18 12 5.162c1.95-.981 5.803-1.963 8.775-.144a.48.48 0 0 1 .225.41v12.856c0 .372-.397.622-.751.51-2.067-.656-5.349-.491-7.967 1.125a.54.54 0 0 1-.564 0c-2.618-1.616-5.9-1.781-7.967-1.126-.354.113-.751-.137-.751-.51zm8 1.47a9.6 9.6 0 0 0-3.182-.867c-1-.089-1.965.002-2.818.332v10.14c1.842-.203 3.99.023 6 .826zm2 10.43a12.7 12.7 0 0 1 6-.824V6.364c-.853-.33-1.818-.421-2.818-.332A9.6 9.6 0 0 0 13 6.899z" class="wd-icon-fill" clip-rule="evenodd"/></g></g></svg>',
6
6
  filename: 'wd-icon-book-open.svg',
7
7
  category: 'Objects',
8
8
  tags: ['read','text','document','file','report'],
@@ -0,0 +1,10 @@
1
+ import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
2
+ const icon: CanvasSystemIcon = {
3
+ name: 'canvas',
4
+ type: CanvasIconTypes.System,
5
+ svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-canvas wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><g class="wd-icon-container"><path d="M5.858 18.987a9.92 9.92 0 0 1-2.855-7.23 9.92 9.92 0 0 1 2.99-6.864 10.04 10.04 0 0 1 6.932-2.892 9.97 9.97 0 0 1 7.282 2.995 2.748 2.748 0 0 1-.405 4.199 2.76 2.76 0 0 1-3.533-.336 4.5 4.5 0 0 0-3.228-1.35c-1.239 0-2.393.487-3.25 1.377a4.45 4.45 0 0 0-1.257 3.295c.09 2.325 1.989 4.221 4.323 4.315a4.53 4.53 0 0 0 3.457-1.395.503.503 0 0 1 .705-.018.494.494 0 0 1 .018.702 5.53 5.53 0 0 1-4.225 1.704c-2.846-.117-5.167-2.433-5.275-5.276a5.44 5.44 0 0 1 1.536-4.02 5.48 5.48 0 0 1 3.973-1.681c1.495 0 2.896.586 3.942 1.65a1.76 1.76 0 0 0 2.253.21 1.759 1.759 0 0 0 .256-2.683 8.98 8.98 0 0 0-6.559-2.691 9.02 9.02 0 0 0-6.24 2.606 8.92 8.92 0 0 0-2.694 6.18 8.9 8.9 0 0 0 2.572 6.51 9 9 0 0 0 6.47 2.713c2.505 0 4.83-.997 6.555-2.803a.503.503 0 0 1 .704-.018.494.494 0 0 1 .018.702A9.98 9.98 0 0 1 13.041 22a9.98 9.98 0 0 1-7.183-3.014Zm12.638-3.801a1.75 1.75 0 0 0-.75-1.239c-.731-.5-1.724-.402-2.303.229a3.24 3.24 0 0 1-2.397 1.06 3.28 3.28 0 0 1-2.37-1.02 3.2 3.2 0 0 1-.872-2.424 3.25 3.25 0 0 1 2.977-3.013 3.26 3.26 0 0 1 2.559.939.5.5 0 0 1 0 .702.503.503 0 0 1-.705 0 2.251 2.251 0 0 0-3.834 1.44c-.04.626.175 1.225.606 1.68a2.24 2.24 0 0 0 1.639.707c.633 0 1.239-.268 1.665-.733.912-1.002 2.465-1.163 3.606-.38a2.73 2.73 0 0 1 1.171 1.945 2.7 2.7 0 0 1-.687 2.132 7.79 7.79 0 0 1-5.764 2.54c-.077 0-.148 0-.225-.004a7.76 7.76 0 0 1-5.302-2.308 7.7 7.7 0 0 1-2.249-5.311A7.7 7.7 0 0 1 7.497 6.57a7.74 7.74 0 0 1 5.54-2.311c2.043 0 3.969.782 5.428 2.2a.494.494 0 0 1 .009.701.5.5 0 0 1-.705.01 6.75 6.75 0 0 0-4.732-1.919 6.74 6.74 0 0 0-4.83 2.017 6.7 6.7 0 0 0-1.95 4.842 6.7 6.7 0 0 0 1.963 4.628 6.777 6.777 0 0 0 9.837-.201c.34-.367.497-.86.44-1.351Z" class="wd-icon-fill"/></g></g></svg>',
6
+ filename: 'wd-icon-canvas.svg',
7
+ category: 'Core',
8
+ tags: ['brand','workday','design','system','kit','components','tokens','patterns'],
9
+ }
10
+ export default icon
package/dist/ts/cart.ts CHANGED
@@ -2,7 +2,7 @@ import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
2
2
  const icon: CanvasSystemIcon = {
3
3
  name: 'cart',
4
4
  type: CanvasIconTypes.System,
5
- svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-cart wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><g><path fill-rule="evenodd" d="M2.5 4h1.732l3.9 14.629a.5.5 0 0 0 .484.371H18.5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5H9.768l-.8-3h10.456a.5.5 0 0 0 .493-.418l1.166-7A.5.5 0 0 0 20.59 6H6.835l-.968-3.629A.5.5 0 0 0 5.384 2H2.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5Zm4.868 4 1.067 4h9.718l.667-4z" class="wd-icon-fill" clip-rule="evenodd"/><path d="M20 21a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z" class="wd-icon-fill"/><path d="M8 22a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z" class="wd-icon-fill"/></g></g></svg>',
5
+ svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-cart wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><g class="wd-icon-container"><path fill-rule="evenodd" d="M2.5 4h1.732l3.9 14.629a.5.5 0 0 0 .484.371H18.5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5H9.768l-.8-3h10.456a.5.5 0 0 0 .493-.418l1.166-7A.5.5 0 0 0 20.59 6H6.835l-.968-3.629A.5.5 0 0 0 5.384 2H2.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5Z" class="wd-icon-background" clip-rule="evenodd"/><g><path fill-rule="evenodd" d="M2.5 4h1.732l3.9 14.629a.5.5 0 0 0 .484.371H18.5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5H9.768l-.8-3h10.456a.5.5 0 0 0 .493-.418l1.166-7A.5.5 0 0 0 20.59 6H6.835l-.968-3.629A.5.5 0 0 0 5.384 2H2.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5Zm4.868 4 1.067 4h9.718l.667-4z" class="wd-icon-fill" clip-rule="evenodd"/><path d="M20 21a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z" class="wd-icon-fill"/><path d="M8 22a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z" class="wd-icon-fill"/></g></g></g></svg>',
6
6
  filename: 'wd-icon-cart.svg',
7
7
  category: 'FIN',
8
8
  tags: ['dolly','ecommerce','shopping','buy','purchase'],
@@ -2,7 +2,7 @@ import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
2
2
  const icon: CanvasSystemIcon = {
3
3
  name: 'componentEdit',
4
4
  type: CanvasIconTypes.System,
5
- svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-component-edit wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path fill-rule="evenodd" d="M12.093 2.16a.497.497 0 0 1 .7 0l3.758 3.759a.497.497 0 0 1 0 .7l-3.758 3.757a.497.497 0 0 1-.7 0L8.335 6.618a.497.497 0 0 1 0-.7zm.35 2.198-1.91 1.91 1.91 1.91 1.91-1.91zm-6.08 3.534a.497.497 0 0 1 .7 0l3.756 3.758a.497.497 0 0 1 0 .7l-3.758 3.758a.497.497 0 0 1-.7 0L2.603 12.35a.497.497 0 0 1 0-.7zm.35 2.197L4.8 11.999l1.91 1.91L8.621 12l-1.91-1.91z" class="wd-icon-fill" clip-rule="evenodd"/><path fill-rule="evenodd" d="M8.24 17.901c.001-.225.133-.539.29-.696l9.366-9.365a.416.416 0 0 1 .582-.005l2.946 2.947c.16.159.155.421-.005.581l-9.365 9.365c-.16.16-.475.29-.697.29l-2.712.014a.417.417 0 0 1-.418-.418zm7.6-5.657L9.83 18.256l.001 1.174h1.173l6.012-6.011zm1.175-1.174 1.174 1.174 1.175-1.174-1.175-1.175z" 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-component-edit wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><g class="wd-icon-container"><g><path d="M11.984 2a.5.5 0 0 0-.35.144L7.876 5.902a.497.497 0 0 0 0 .7l3.758 3.758a.497.497 0 0 0 .7 0l3.758-3.757a.497.497 0 0 0 0-.7l-3.758-3.759a.5.5 0 0 0-.35-.144Z" class="wd-icon-background"/><path d="M6.253 7.732a.5.5 0 0 0-.35.144l-3.759 3.758a.497.497 0 0 0 0 .7l3.758 3.758a.497.497 0 0 0 .7 0l3.758-3.758a.497.497 0 0 0 0-.7L6.603 7.876a.5.5 0 0 0-.35-.144Z" class="wd-icon-background"/><path d="M8.072 17.19c-.158.156-.29.47-.29.696l-.014 2.713c-.002.23.186.419.418.418l2.713-.014c.222-.001.537-.131.696-.29l9.365-9.365a.413.413 0 0 0 .005-.582L18.02 7.819a.416.416 0 0 0-.582.005z" class="wd-icon-background"/></g><path fill-rule="evenodd" d="M11.634 2.144a.497.497 0 0 1 .7 0l3.758 3.76a.497.497 0 0 1 0 .7l-3.758 3.756a.497.497 0 0 1-.7 0L7.876 6.602a.497.497 0 0 1 0-.7zm.35 2.198-1.91 1.91 1.91 1.91 1.91-1.91zm-6.08 3.534a.497.497 0 0 1 .7 0l3.756 3.758a.497.497 0 0 1 0 .7l-3.758 3.758a.497.497 0 0 1-.7 0l-3.758-3.758a.497.497 0 0 1 0-.7zm.35 2.197L4.34 11.984l1.91 1.91 1.911-1.91-1.91-1.91z" class="wd-icon-fill" clip-rule="evenodd"/><path fill-rule="evenodd" d="M7.781 17.886c.001-.226.133-.54.29-.697l9.366-9.365a.416.416 0 0 1 .582-.005l2.946 2.947c.16.16.155.422-.005.582l-9.365 9.364c-.16.16-.475.29-.697.291l-2.712.014a.417.417 0 0 1-.418-.418zm7.6-5.657L9.37 18.24l.001 1.174h1.173l6.012-6.01zm1.175-1.175 1.174 1.175 1.175-1.175L17.73 9.88z" class="wd-icon-accent" clip-rule="evenodd"/></g></g></svg>',
6
6
  filename: 'wd-icon-component-edit.svg',
7
7
  category: 'Objects',
8
8
  tags: ['code','pencil','menu','extend','developer','console','tooling','diff','file-extensions','sidebar'],
@@ -2,7 +2,7 @@ import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
2
2
  const icon: CanvasSystemIcon = {
3
3
  name: 'findInventory',
4
4
  type: CanvasIconTypes.System,
5
- svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-find-inventory wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path fill-rule="evenodd" d="M19.5 7c.3 0 .5.2.5.5v3c0 .3-.2.5-.5.5h-1c-.3 0-.5-.2-.5-.5V9H6v9h3.5c.3 0 .5.2.5.5v1c0 .3-.2.5-.5.5h-5c-.3 0-.5-.2-.5-.5v-12c0-.3.2-.5.5-.5zM4.7 6c-.3 0-.4-.2-.2-.4l1.9-2.2c.4-.4.5-.4.8-.4h10c.3 0 .4 0 .8.4l1.9 2.2c.1.2 0 .4-.2.4z" class="wd-icon-fill" clip-rule="evenodd"/><path fill-rule="evenodd" d="M17.923 19.348a3.9 3.9 0 0 1-2.003.553c-2.165 0-3.92-1.769-3.92-3.95S13.755 12 15.92 12s3.92 1.769 3.92 3.95c0 .729-.195 1.41-.536 1.997l2.548 2.508a.497.497 0 0 1 .005.702l-.694.698a.487.487 0 0 1-.689.004zm-.042-3.398c0 1.091-.878 1.976-1.96 1.976a1.97 1.97 0 0 1-1.96-1.976c0-1.09.877-1.975 1.96-1.975s1.96.885 1.96 1.975Z" 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-find-inventory wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><g class="wd-icon-container"><path d="M4.5 7a.5.5 0 0 0-.5.5v12a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5v-8a.5.5 0 0 1 .5-.5h8a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5z" class="wd-icon-background"/><path fill-rule="evenodd" d="M19.5 7c.3 0 .5.2.5.5v3c0 .3-.2.5-.5.5h-1c-.3 0-.5-.2-.5-.5V9H6v9h4.5c.3 0 .5.2.5.5v1c0 .3-.2.5-.5.5h-6c-.3 0-.5-.2-.5-.5v-12c0-.3.2-.5.5-.5zM4.7 6c-.3 0-.4-.2-.2-.4l1.9-2.2c.4-.4.5-.4.8-.4h10c.3 0 .4 0 .8.4l1.9 2.2c.1.2 0 .4-.2.4z" class="wd-icon-fill" clip-rule="evenodd"/><path fill-rule="evenodd" d="M17.9 19.21a3.78 3.78 0 0 1-2.06.608c-2.12 0-3.84-1.75-3.84-3.909S13.72 12 15.84 12c2.122 0 3.842 1.75 3.842 3.91 0 .678-.17 1.316-.469 1.872l2.443 2.485a.5.5 0 0 1 0 .701l-.657.669a.5.5 0 0 1-.714 0zm-.139-3.3c0 1.079-.86 1.954-1.92 1.954s-1.92-.875-1.92-1.955.86-1.954 1.92-1.954 1.92.875 1.92 1.954Z" class="wd-icon-accent" clip-rule="evenodd"/></g></g></svg>',
6
6
  filename: 'wd-icon-find-inventory.svg',
7
7
  category: 'Inventory',
8
8
  tags: ['box','package','search','find','inventory'],
package/dist/ts/index.ts CHANGED
@@ -22,6 +22,8 @@ import alignMiddleIcon from './alignMiddle'
22
22
  import alignRightIcon from './alignRight'
23
23
  import alignTopIcon from './alignTop'
24
24
  import anomalyDetectionIcon from './anomalyDetection'
25
+ import antiJoinLeftIcon from './antiJoinLeft'
26
+ import antiJoinRightIcon from './antiJoinRight'
25
27
  import arrayIcon from './array'
26
28
  import arrowArcIcon from './arrowArc'
27
29
  import arrowCircleIcon from './arrowCircle'
@@ -99,6 +101,7 @@ import calendarUserSolidIcon from './calendarUserSolid'
99
101
  import calendarIcon from './calendar'
100
102
  import cameraPlusIcon from './cameraPlus'
101
103
  import cameraIcon from './camera'
104
+ import canvasIcon from './canvas'
102
105
  import captureDeliveryIcon from './captureDelivery'
103
106
  import cardViewIcon from './cardView'
104
107
  import cardIcon from './card'
@@ -408,6 +411,7 @@ import piIcon from './pi'
408
411
  import pickedShortIcon from './pickedShort'
409
412
  import pieChartIcon from './pieChart'
410
413
  import pillIcon from './pill'
414
+ import pinSlashIcon from './pinSlash'
411
415
  import pinIcon from './pin'
412
416
  import pivotTableIcon from './pivotTable'
413
417
  import pivotIcon from './pivot'
@@ -620,6 +624,8 @@ export {
620
624
  alignRightIcon,
621
625
  alignTopIcon,
622
626
  anomalyDetectionIcon,
627
+ antiJoinLeftIcon,
628
+ antiJoinRightIcon,
623
629
  arrayIcon,
624
630
  arrowArcIcon,
625
631
  arrowCircleIcon,
@@ -697,6 +703,7 @@ export {
697
703
  calendarIcon,
698
704
  cameraPlusIcon,
699
705
  cameraIcon,
706
+ canvasIcon,
700
707
  captureDeliveryIcon,
701
708
  cardViewIcon,
702
709
  cardIcon,
@@ -1006,6 +1013,7 @@ export {
1006
1013
  pickedShortIcon,
1007
1014
  pieChartIcon,
1008
1015
  pillIcon,
1016
+ pinSlashIcon,
1009
1017
  pinIcon,
1010
1018
  pivotTableIcon,
1011
1019
  pivotIcon,
@@ -1218,6 +1226,8 @@ export enum CanvasSystemIcons {
1218
1226
  AlignRight = 'alignRight',
1219
1227
  AlignTop = 'alignTop',
1220
1228
  AnomalyDetection = 'anomalyDetection',
1229
+ AntiJoinLeft = 'antiJoinLeft',
1230
+ AntiJoinRight = 'antiJoinRight',
1221
1231
  Array = 'array',
1222
1232
  ArrowArc = 'arrowArc',
1223
1233
  ArrowCircle = 'arrowCircle',
@@ -1295,6 +1305,7 @@ export enum CanvasSystemIcons {
1295
1305
  Calendar = 'calendar',
1296
1306
  CameraPlus = 'cameraPlus',
1297
1307
  Camera = 'camera',
1308
+ Canvas = 'canvas',
1298
1309
  CaptureDelivery = 'captureDelivery',
1299
1310
  CardView = 'cardView',
1300
1311
  Card = 'card',
@@ -1604,6 +1615,7 @@ export enum CanvasSystemIcons {
1604
1615
  PickedShort = 'pickedShort',
1605
1616
  PieChart = 'pieChart',
1606
1617
  Pill = 'pill',
1618
+ PinSlash = 'pinSlash',
1607
1619
  Pin = 'pin',
1608
1620
  PivotTable = 'pivotTable',
1609
1621
  Pivot = 'pivot',
@@ -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 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>',
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"><g class="wd-icon-container"><path d="M13.5 21a.5.5 0 0 0 .5-.5v-5.25a.25.25 0 0 1 .25-.25h1.11c.428 0 .644-.491.322-.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></g></svg>',
6
6
  filename: 'wd-icon-people-recruiting',
7
7
  category: 'Recruiting',
8
8
  tags: ['people','recruiting','users','add','groups','team','plus'],
package/dist/ts/pin.ts CHANGED
@@ -5,6 +5,6 @@ const icon: CanvasSystemIcon = {
5
5
  svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-pin wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><g><path d="M9 2.253C9 2.114 9.112 2 9.25 2h5.5c.138 0 .25.114.25.253 0 .74-.402 1.395-1 1.747v6.004a3.85 3.85 0 0 1 3 3.755.24.24 0 0 1-.24.241H7.24a.24.24 0 0 1-.24-.24 3.85 3.85 0 0 1 3-3.756V4a2.03 2.03 0 0 1-1-1.747Z" class="wd-icon-fill"/><path d="M11.25 15a.25.25 0 0 0-.25.25v4.913l.772 1.714a.25.25 0 0 0 .456 0L13 20.163V15.25a.25.25 0 0 0-.25-.25z" class="wd-icon-fill"/></g></g></svg>',
6
6
  filename: 'wd-icon-pin.svg',
7
7
  category: 'Objects',
8
- tags: ['loaction','improtant','planning'],
8
+ tags: ['location','important','planning'],
9
9
  }
10
10
  export default icon
@@ -0,0 +1,10 @@
1
+ import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
2
+ const icon: CanvasSystemIcon = {
3
+ name: 'pinSlash',
4
+ type: CanvasIconTypes.System,
5
+ svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-pin-slash wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><g class="wd-icon-container"><g><path d="M9 2.253C9 2.114 9.112 2 9.25 2h5.5c.138 0 .25.114.25.253 0 .74-.402 1.395-1 1.747v6.004a3.85 3.85 0 0 1 3 3.755.24.24 0 0 1-.232.24L10 7.233V4a2.03 2.03 0 0 1-1-1.747Z" class="wd-icon-fill"/><path d="M7.806 11.402A3.83 3.83 0 0 0 7 13.76c0 .133.108.241.24.241h3.164z" class="wd-icon-fill"/><path d="M11.404 15h-.154a.25.25 0 0 0-.25.25v4.913l.772 1.714a.25.25 0 0 0 .456 0L13 20.163v-3.567z" class="wd-icon-fill"/></g><path d="M18.646 17.646a.5.5 0 0 1 0 .708l-.707.707a.5.5 0 0 1-.707 0L5.212 7.04a.5.5 0 0 1 0-.707l.706-.707a.5.5 0 0 1 .708 0z" class="wd-icon-accent"/></g></g></svg>',
6
+ filename: 'wd-icon-pin-slash.svg',
7
+ category: 'Objects',
8
+ tags: ['unpin','remove','thumbtack','location','important','planning'],
9
+ }
10
+ export default icon
@@ -2,7 +2,7 @@ import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
2
2
  const icon: CanvasSystemIcon = {
3
3
  name: 'taskPay',
4
4
  type: CanvasIconTypes.System,
5
- svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-task-pay wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g fill-rule="evenodd" class="wd-icon-container"><path d="M20 9.5V7H3v12h17v-2.5h-6.49a.51.51 0 0 1-.51-.503v-5.994c0-.278.222-.503.51-.503z" class="wd-icon-background"/><path d="M21 16.5v3.002a.503.503 0 0 1-.508.498H2.508A.5.5 0 0 1 2 19.502V6.498C2 6.223 2.227 6 2.508 6H4V3.5c0-.276.23-.5.5-.5H8v-.5c0-.276.228-.5.51-.5h8.98c.282 0 .51.229.51.5V6h2.492c.28 0 .508.22.508.498V9.5h.49c.282 0 .51.233.51.503v5.994a.503.503 0 0 1-.51.503zM10 4v2h6V4zM6 5v1h2V5zm13 4.5V8H4v10h15v-1.5h-5.49a.51.51 0 0 1-.51-.503v-5.994c0-.278.222-.503.51-.503zm-4 2v3h5v-3zm.5 1.5c0-.552.444-1 1-1 .552 0 1 .444 1 1 0 .552-.444 1-1 1-.552 0-1-.444-1-1Z" class="wd-icon-fill"/></g></svg>',
5
+ svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-task-pay wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><g class="wd-icon-container"><g><path d="M16 5h-6v2h6z" class="wd-icon-background"/><path d="M20 12.5h-5v3h5z" class="wd-icon-background"/><path d="M19 10.5V9H4v10h15v-1.5h-5.49a.51.51 0 0 1-.51-.503v-5.994c0-.278.223-.503.51-.503z" class="wd-icon-background"/><path d="M8 6H6v1h2z" class="wd-icon-background"/></g><g><path d="M16.5 13a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z" class="wd-icon-fill"/><path fill-rule="evenodd" d="M21 20.502V17.5h.49c.288 0 .51-.225.51-.503v-5.994a.51.51 0 0 0-.51-.503H21V7.498A.5.5 0 0 0 20.492 7H18V3.5c0-.271-.228-.5-.51-.5H8.51a.505.505 0 0 0-.51.5V4H4.5c-.27 0-.5.224-.5.5V7H2.508A.503.503 0 0 0 2 7.498v13.004c0 .278.228.498.508.498h17.984a.503.503 0 0 0 .508-.498ZM16 5h-6v2h6zM6 6h2v1H6zm13 3v1.5h-5.49a.503.503 0 0 0-.51.503v5.994c0 .27.228.503.51.503H19V19H4V9zm-4 3.5h5v3h-5z" class="wd-icon-fill" clip-rule="evenodd"/></g></g></g></svg>',
6
6
  filename: 'wd-icon-task-pay.svg',
7
7
  category: 'Profile',
8
8
  tags: ['wallet','income','compensation','salary','wage','profit'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-system-icons-web",
3
- "version": "3.0.30",
3
+ "version": "3.0.32",
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.19.0",
35
+ "@workday/canvas-system-icons": "3.20.1",
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": "5dd2d82ec680530b7e3cf0a31945cbccf0d69b40"
43
+ "gitHead": "6e5d14009e0bdba42e25f60733e7d81471c5aef6"
44
44
  }