@workday/canvas-system-icons-web 2.0.2 → 2.0.6

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 (90) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/dist/asset-list/wd-system-icons-list.json +1 -1
  3. package/dist/commonjs/bookOpen.js +1 -1
  4. package/dist/commonjs/faceHappy.d.ts +3 -0
  5. package/dist/commonjs/faceHappy.js +12 -0
  6. package/dist/commonjs/faceNeutral.d.ts +3 -0
  7. package/dist/commonjs/faceNeutral.js +12 -0
  8. package/dist/commonjs/faceUnhappy.d.ts +3 -0
  9. package/dist/commonjs/faceUnhappy.js +12 -0
  10. package/dist/commonjs/faceVeryHappy.d.ts +3 -0
  11. package/dist/commonjs/faceVeryHappy.js +12 -0
  12. package/dist/commonjs/index.d.ts +23 -1
  13. package/dist/commonjs/index.js +45 -1
  14. package/dist/commonjs/microphone.js +1 -1
  15. package/dist/commonjs/radioMobile.js +2 -2
  16. package/dist/commonjs/ribbon.d.ts +3 -0
  17. package/dist/commonjs/ribbon.js +12 -0
  18. package/dist/commonjs/signalFour.d.ts +3 -0
  19. package/dist/commonjs/signalFour.js +12 -0
  20. package/dist/commonjs/signalOne.d.ts +3 -0
  21. package/dist/commonjs/signalOne.js +12 -0
  22. package/dist/commonjs/signalThree.d.ts +3 -0
  23. package/dist/commonjs/signalThree.js +12 -0
  24. package/dist/commonjs/signalTwo.d.ts +3 -0
  25. package/dist/commonjs/signalTwo.js +12 -0
  26. package/dist/commonjs/square.d.ts +3 -0
  27. package/dist/commonjs/square.js +12 -0
  28. package/dist/commonjs/translation.d.ts +3 -0
  29. package/dist/commonjs/translation.js +12 -0
  30. package/dist/commonjs/xCircle.js +1 -1
  31. package/dist/es6/bookOpen.js +1 -1
  32. package/dist/es6/faceHappy.d.ts +3 -0
  33. package/dist/es6/faceHappy.js +10 -0
  34. package/dist/es6/faceNeutral.d.ts +3 -0
  35. package/dist/es6/faceNeutral.js +10 -0
  36. package/dist/es6/faceUnhappy.d.ts +3 -0
  37. package/dist/es6/faceUnhappy.js +10 -0
  38. package/dist/es6/faceVeryHappy.d.ts +3 -0
  39. package/dist/es6/faceVeryHappy.js +10 -0
  40. package/dist/es6/index.d.ts +34 -1
  41. package/dist/es6/index.js +34 -1
  42. package/dist/es6/microphone.js +1 -1
  43. package/dist/es6/radioMobile.js +2 -2
  44. package/dist/es6/ribbon.d.ts +3 -0
  45. package/dist/es6/ribbon.js +10 -0
  46. package/dist/es6/signalFour.d.ts +3 -0
  47. package/dist/es6/signalFour.js +10 -0
  48. package/dist/es6/signalOne.d.ts +3 -0
  49. package/dist/es6/signalOne.js +10 -0
  50. package/dist/es6/signalThree.d.ts +3 -0
  51. package/dist/es6/signalThree.js +10 -0
  52. package/dist/es6/signalTwo.d.ts +3 -0
  53. package/dist/es6/signalTwo.js +10 -0
  54. package/dist/es6/square.d.ts +3 -0
  55. package/dist/es6/square.js +10 -0
  56. package/dist/es6/translation.d.ts +3 -0
  57. package/dist/es6/translation.js +10 -0
  58. package/dist/es6/xCircle.js +1 -1
  59. package/dist/sprite/wd-system-icon-sprite.svg +1 -1
  60. package/dist/svg/wd-icon-face-happy.svg +7 -0
  61. package/dist/svg/wd-icon-face-neutral.svg +6 -0
  62. package/dist/svg/wd-icon-face-unhappy.svg +7 -0
  63. package/dist/svg/wd-icon-face-very-happy.svg +6 -0
  64. package/dist/svg/wd-icon-microphone.svg +1 -0
  65. package/dist/svg/wd-icon-radio-mobile.svg +4 -3
  66. package/dist/svg/wd-icon-ribbon.svg +6 -0
  67. package/dist/svg/wd-icon-signal-four.svg +5 -0
  68. package/dist/svg/wd-icon-signal-one.svg +6 -0
  69. package/dist/svg/wd-icon-signal-three.svg +6 -0
  70. package/dist/svg/wd-icon-signal-two.svg +8 -0
  71. package/dist/svg/wd-icon-square.svg +6 -0
  72. package/dist/svg/wd-icon-translation.svg +6 -0
  73. package/dist/svg/wd-icon-x-circle.svg +2 -1
  74. package/dist/ts/bookOpen.ts +1 -1
  75. package/dist/ts/faceHappy.ts +10 -0
  76. package/dist/ts/faceNeutral.ts +10 -0
  77. package/dist/ts/faceUnhappy.ts +10 -0
  78. package/dist/ts/faceVeryHappy.ts +10 -0
  79. package/dist/ts/index.ts +44 -0
  80. package/dist/ts/microphone.ts +1 -1
  81. package/dist/ts/radioMobile.ts +2 -2
  82. package/dist/ts/ribbon.ts +10 -0
  83. package/dist/ts/signalFour.ts +10 -0
  84. package/dist/ts/signalOne.ts +10 -0
  85. package/dist/ts/signalThree.ts +10 -0
  86. package/dist/ts/signalTwo.ts +10 -0
  87. package/dist/ts/square.ts +10 -0
  88. package/dist/ts/translation.ts +10 -0
  89. package/dist/ts/xCircle.ts +1 -1
  90. package/package.json +3 -3
@@ -0,0 +1,7 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-face-happy wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24">
2
+ <g class="wd-icon-container">
3
+ <path fill-rule="evenodd" d="M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z" class="wd-icon-fill" clip-rule="evenodd"/>
4
+ <path fill-rule="evenodd" d="M9.324 14.433a1 1 0 0 0-1.656 1.122l.001.002.002.002.003.004.007.011a1.44 1.44 0 0 0 .08.108c.05.063.119.145.207.239.178.188.438.426.79.661.713.475 1.779.918 3.242.918 1.464 0 2.53-.443 3.242-.918.352-.235.612-.473.79-.661a3.489 3.489 0 0 0 .287-.347l.007-.01.003-.005.002-.002v-.001l.001-.001a1 1 0 1 0-1.666-1.108 2.59 2.59 0 0 1-.533.471c-.412.275-1.096.582-2.133.582-1.036 0-1.72-.307-2.133-.582a2.592 2.592 0 0 1-.445-.37 1.493 1.493 0 0 1-.098-.115z" class="wd-icon-accent" clip-rule="evenodd"/>
5
+ <path d="M8.25 8.5a1 1 0 1 1 2 0v1.75a1 1 0 1 1-2 0V8.5zM13.75 8.5a1 1 0 1 1 2 0v1.75a1 1 0 1 1-2 0V8.5z" class="wd-icon-accent"/>
6
+ </g>
7
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-face-neutral wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24">
2
+ <g class="wd-icon-container">
3
+ <path fill-rule="evenodd" d="M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z" class="wd-icon-fill" clip-rule="evenodd"/>
4
+ <path d="M8 15a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1zM8.25 8.5a1 1 0 0 1 2 0v1.75a1 1 0 1 1-2 0V8.5zM13.75 8.5a1 1 0 1 1 2 0v1.75a1 1 0 1 1-2 0V8.5z" class="wd-icon-accent"/>
5
+ </g>
6
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-face-unhappy wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24">
2
+ <g class="wd-icon-container">
3
+ <path fill-rule="evenodd" d="M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z" class="wd-icon-fill" clip-rule="evenodd"/>
4
+ <path fill-rule="evenodd" d="M14.677 16.567a1 1 0 0 0 1.655-1.122l-.001-.002-.002-.002-.003-.004-.007-.011a1.739 1.739 0 0 0-.08-.108 3.489 3.489 0 0 0-.207-.239 4.593 4.593 0 0 0-.79-.661c-.712-.475-1.778-.918-3.242-.918-1.463 0-2.53.443-3.242.918a4.591 4.591 0 0 0-.79.661 3.499 3.499 0 0 0-.287.347l-.007.01-.003.005-.002.002v.001l.002-.003-.003.004a1 1 0 1 0 1.666 1.108 2.588 2.588 0 0 1 .533-.471c.413-.275 1.097-.582 2.133-.582 1.037 0 1.72.307 2.133.582.21.14.357.277.445.37a1.491 1.491 0 0 1 .099.115z" class="wd-icon-accent" clip-rule="evenodd"/>
5
+ <path d="M8.25 8.5a1 1 0 1 1 2 0v1.75a1 1 0 1 1-2 0V8.5zM13.75 8.5a1 1 0 1 1 2 0v1.75a1 1 0 1 1-2 0V8.5z" class="wd-icon-accent"/>
6
+ </g>
7
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-face-very-happy wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24">
2
+ <g class="wd-icon-container">
3
+ <path fill-rule="evenodd" d="M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z" class="wd-icon-fill" clip-rule="evenodd"/>
4
+ <path d="M10.282 10.597a1.75 1.75 0 1 0-3.063 0c.298-.29.872-.487 1.531-.487.66 0 1.233.197 1.532.487zM16.782 10.597a1.75 1.75 0 1 0-3.063 0c.298-.29.872-.487 1.531-.487.66 0 1.233.197 1.532.487zM17.616 14.559c.314-.674-.41-1.192-1.11-.94-1.153.412-2.83.881-4.506.881-1.676 0-3.353-.469-4.506-.882-.7-.25-1.424.267-1.11.94C7.181 16.269 9.18 18 12 18c2.82 0 4.82-1.732 5.616-3.441z" class="wd-icon-accent"/>
5
+ </g>
6
+ </svg>
@@ -1,5 +1,6 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-microphone wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24">
2
2
  <g class="wd-icon-container">
3
+ <rect width="6" height="11" x="9" y="3" class="wd-icon-background" rx="3"/>
3
4
  <path d="M10.992 18.938A8.005 8.005 0 0 1 4 11.5a.477.477 0 0 1 .485-.5h1.001c.276 0 .498.225.52.5a6.004 6.004 0 0 0 5.986 5.5h.778a5.225 5.225 0 0 0 5.227-5.222V11.5a.5.5 0 0 1 .5-.5H19.5a.5.5 0 0 1 .5.5v.278a7.225 7.225 0 0 1-7.006 7.219V21.5a.5.5 0 0 1-.5.5h-1.002a.5.5 0 0 1-.5-.5v-2.562z" class="wd-icon-fill"/>
4
5
  <path fill-rule="evenodd" d="M14 11V6a2 2 0 1 0-4 0v5a2 2 0 1 0 4 0zm-2-9a4 4 0 0 0-4 4v5a4 4 0 0 0 8 0V6a4 4 0 0 0-4-4z" class="wd-icon-fill" clip-rule="evenodd"/>
5
6
  </g>
@@ -1,5 +1,6 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-radio-mobile wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24">
2
- <g fill-rule="evenodd" class="wd-icon-container">
3
- <path fill-rule="nonzero" d="M12 5a7 7 0 0 0-7 7 7 7 0 0 0 7 7 7 7 0 0 0 7-7 7 7 0 0 0-7-7zm0-2a9 9 0 0 1 9 9 9 9 0 0 1-9 9 9 9 0 0 1-9-9 9 9 0 0 1 9-9z" class="wd-icon-fill"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" class="wd-icon-radio-mobile wd-icon" focusable="false" role="presentation" viewBox="0 0 24 25">
2
+ <g class="wd-icon-container">
3
+ <circle cx="12" cy="12.53" r="9" class="wd-icon-background"/>
4
+ <path fill-rule="evenodd" d="M12 20.53a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2c5.523 0 10-4.477 10-10s-4.477-10-10-10-10 4.477-10 10 4.477 10 10 10z" class="wd-icon-fill" clip-rule="evenodd"/>
4
5
  </g>
5
6
  </svg>
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-ribbon wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24">
2
+ <g class="wd-icon-container">
3
+ <path d="M14 10a2 2 0 1 1-4 0 2 2 0 0 1 4 0z" class="wd-icon-accent"/>
4
+ <path fill-rule="evenodd" d="M11.658 2.237a.5.5 0 0 1 .691 0l2.359 2.255L18 4.853a.5.5 0 0 1 .443.555l-.363 3.14 1.742 2.672a.5.5 0 0 1-.16.701l-2.223 1.346 1.57 8.124a.5.5 0 0 1-.637.573L12 20l-6.33 1.963a.5.5 0 0 1-.64-.57l1.54-8.125-2.225-1.347a.5.5 0 0 1-.16-.7l1.743-2.672-.363-3.141a.5.5 0 0 1 .442-.555L9.3 4.492l2.358-2.255zm.346 2.436l1.812 1.733 2.467.27-.273 2.36 1.29 1.977-1.935 1.171-1.24 2.36-2.129-.838-2.08.837-1.286-2.366-1.922-1.164 1.29-1.977-.273-2.36 2.467-.27 1.812-1.733zM8.177 15.531l-.717 3.783 4.538-1.407 4.574 1.41-.725-3.751-.579 1.1a.5.5 0 0 1-.625.232l-2.64-1.04-2.58 1.038a.5.5 0 0 1-.626-.225l-.62-1.14z" class="wd-icon-fill" clip-rule="evenodd"/>
5
+ </g>
6
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" class="wd-icon-signal-four wd-icon" focusable="false" role="presentation" viewBox="0 0 24 25">
2
+ <g class="wd-icon-container">
3
+ <path d="M6 16.03a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-5zM11 12.03a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-9zM16 8.03a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-13zM21 4.03a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v17a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-17z" class="wd-icon-fill"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" class="wd-icon-signal-one wd-icon" focusable="false" role="presentation" viewBox="0 0 24 25">
2
+ <g class="wd-icon-container">
3
+ <path d="M11 12.03a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-9zM16 8.03a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-13zM21 4.03a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v17a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-17z" class="wd-icon-background"/>
4
+ <rect width="3" height="6" class="wd-icon-fill" rx=".5" transform="matrix(-1 0 0 1 6 15.53)"/>
5
+ </g>
6
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" class="wd-icon-signal-three wd-icon" focusable="false" role="presentation" viewBox="0 0 24 25">
2
+ <g class="wd-icon-container">
3
+ <rect width="3" height="18" class="wd-icon-background" rx=".5" transform="matrix(-1 0 0 1 21 3.53)"/>
4
+ <path d="M6 16.03a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-5zM11 12.03a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-9zM16 8.03a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-13z" class="wd-icon-fill"/>
5
+ </g>
6
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" class="wd-icon-signal-two wd-icon" focusable="false" role="presentation" viewBox="0 0 24 25">
2
+ <g class="wd-icon-container">
3
+ <path d="M16 8.03a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-13zM21 4.03a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v17a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-17z" class="wd-icon-background"/>
4
+ <g>
5
+ <path d="M6 16.03a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-5zM11 12.03a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-9z" class="wd-icon-fill"/>
6
+ </g>
7
+ </g>
8
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" class="wd-icon-square wd-icon" focusable="false" role="presentation" viewBox="0 0 24 25">
2
+ <g class="wd-icon-container">
3
+ <path fill-rule="evenodd" d="M4 20.53v-16h16v16H4z" class="wd-icon-background" clip-rule="evenodd"/>
4
+ <path fill-rule="evenodd" d="M3.817 21.514A.992.992 0 0 1 3 20.54V4.58c0-.58.445-1.05.993-1.05h16.014c.548 0 .993.478.993 1.05v15.96a.99.99 0 0 1-.993.99H3.993a.95.95 0 0 1-.176-.016zM5 19.53v-14h14v14H5z" class="wd-icon-fill" clip-rule="evenodd"/>
5
+ </g>
6
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-translation wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24">
2
+ <g class="wd-icon-container">
3
+ <path d="M18.21 18.94H14.58l-.634 1.89a.25.25 0 0 1-.237.17h-1.661a.25.25 0 0 1-.235-.338l3.555-9.5a.25.25 0 0 1 .235-.162h1.572a.25.25 0 0 1 .235.162l3.575 9.5a.25.25 0 0 1-.235.338h-1.661a.25.25 0 0 1-.238-.17l-.64-1.89zm-3.072-1.67h2.513l-1.263-3.742-1.25 3.743z" class="wd-icon-accent"/>
4
+ <path d="M7.644 2h1.172a.25.25 0 0 1 .25.25v1.723h4.205a.25.25 0 0 1 .25.25v1.149a.25.25 0 0 1-.25.25h-1.157c-.644 1.79-1.507 3.266-2.589 4.495.997.768 2.17 1.38 3.538 1.803.157.048.23.229.147.37l-.723 1.24a.247.247 0 0 1-.289.112c-1.598-.512-2.929-1.258-4.037-2.207-1.11.896-2.385 1.604-3.846 2.159a.248.248 0 0 1-.302-.107l-.682-1.162a.254.254 0 0 1 .139-.368c1.325-.449 2.474-1.038 3.442-1.78-.783-.937-1.434-2.015-1.98-3.229a.247.247 0 0 1 .182-.343l1.23-.227a.254.254 0 0 1 .273.138c.44.89.982 1.7 1.63 2.416.805-.916 1.451-2.008 1.95-3.31H3.25a.25.25 0 0 1-.25-.25V4.223a.25.25 0 0 1 .25-.25h4.144V2.25a.25.25 0 0 1 .25-.25z" class="wd-icon-fill"/>
5
+ </g>
6
+ </svg>
@@ -1,5 +1,6 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-x-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="M2 12C2 6.477 6.476 2 12 2c5.523 0 10 4.476 10 10 0 5.523-4.476 10-10 10-5.523 0-10-4.476-10-10zm2 0a8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8 8 8 0 0 0-8 8zm10.866-1.592L13.274 12l1.592 1.592a.446.446 0 0 1-.003.64l-.63.631a.457.457 0 0 1-.64.003L12 13.274l-1.592 1.592a.446.446 0 0 1-.64-.003l-.631-.63a.457.457 0 0 1-.003-.64L10.726 12l-1.592-1.592a.446.446 0 0 1 .003-.64l.63-.631a.457.457 0 0 1 .64-.003L12 10.726l1.592-1.592a.446.446 0 0 1 .64.003l.631.63a.457.457 0 0 1 .003.64z" class="wd-icon-fill" clip-rule="evenodd"/>
3
+ <path d="M9.849 15.505a.5.5 0 0 1-.708 0l-.494-.495a.5.5 0 0 1 0-.707l2.227-2.227-2.228-2.227a.5.5 0 0 1 0-.708l.495-.495a.5.5 0 0 1 .708 0l2.227 2.228 2.227-2.228a.5.5 0 0 1 .707 0l.495.495a.5.5 0 0 1 0 .708l-2.227 2.227 2.227 2.227a.5.5 0 0 1 0 .707l-.495.495a.5.5 0 0 1-.707 0l-2.227-2.227-2.227 2.227z" class="wd-icon-fill"/>
4
+ <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"/>
4
5
  </g>
5
6
  </svg>
@@ -4,7 +4,7 @@ const icon: CanvasSystemIcon = {
4
4
  type: CanvasIconTypes.System,
5
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.855c0 .373-.397.623-.752.51-2.066-.655-5.348-.49-7.966 1.127a.538.538 0 0 1-.564 0c-2.618-1.617-5.9-1.782-7.967-1.127-.354.113-.751-.137-.751-.51V5.43zm8 1.47a9.605 9.605 0 0 0-3.182-.867c-1-.089-1.965.002-2.818.332v10.14c1.842-.203 3.99.023 6 .826V6.899zm2 10.43a12.709 12.709 0 0 1 6-.824V6.364c-.853-.33-1.818-.421-2.818-.332A9.604 9.604 0 0 0 13 6.899v10.43z" class="wd-icon-fill" clip-rule="evenodd"/></g></svg>',
6
6
  filename: 'wd-icon-book-open.svg',
7
- category: 'Object',
7
+ category: 'Objects',
8
8
  tags: ['read','text','document','file','report'],
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: 'faceHappy',
4
+ type: CanvasIconTypes.System,
5
+ svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-face-happy wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path fill-rule="evenodd" d="M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z" class="wd-icon-fill" clip-rule="evenodd"/><path fill-rule="evenodd" d="M9.324 14.433a1 1 0 0 0-1.656 1.122l.001.002.002.002.003.004.007.011a1.44 1.44 0 0 0 .08.108c.05.063.119.145.207.239.178.188.438.426.79.661.713.475 1.779.918 3.242.918 1.464 0 2.53-.443 3.242-.918.352-.235.612-.473.79-.661a3.489 3.489 0 0 0 .287-.347l.007-.01.003-.005.002-.002v-.001l.001-.001a1 1 0 1 0-1.666-1.108 2.59 2.59 0 0 1-.533.471c-.412.275-1.096.582-2.133.582-1.036 0-1.72-.307-2.133-.582a2.592 2.592 0 0 1-.445-.37 1.493 1.493 0 0 1-.098-.115z" class="wd-icon-accent" clip-rule="evenodd"/><path d="M8.25 8.5a1 1 0 1 1 2 0v1.75a1 1 0 1 1-2 0V8.5zM13.75 8.5a1 1 0 1 1 2 0v1.75a1 1 0 1 1-2 0V8.5z" class="wd-icon-accent"/></g></svg>',
6
+ filename: 'wd-icon-face-happy.svg',
7
+ category: 'Planning',
8
+ tags: ['mood','face','smile','smiley','emoji','reaction','response','satisfaction'],
9
+ }
10
+ export default icon
@@ -0,0 +1,10 @@
1
+ import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
2
+ const icon: CanvasSystemIcon = {
3
+ name: 'faceNeutral',
4
+ type: CanvasIconTypes.System,
5
+ svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-face-neutral wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path fill-rule="evenodd" d="M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z" class="wd-icon-fill" clip-rule="evenodd"/><path d="M8 15a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1zM8.25 8.5a1 1 0 0 1 2 0v1.75a1 1 0 1 1-2 0V8.5zM13.75 8.5a1 1 0 1 1 2 0v1.75a1 1 0 1 1-2 0V8.5z" class="wd-icon-accent"/></g></svg>',
6
+ filename: 'wd-icon-face-neutral.svg',
7
+ category: 'Planning',
8
+ tags: ['mood','face','smile','smiley','emoji','reaction','response','satisfaction'],
9
+ }
10
+ export default icon
@@ -0,0 +1,10 @@
1
+ import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
2
+ const icon: CanvasSystemIcon = {
3
+ name: 'faceUnhappy',
4
+ type: CanvasIconTypes.System,
5
+ svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-face-unhappy wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path fill-rule="evenodd" d="M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z" class="wd-icon-fill" clip-rule="evenodd"/><path fill-rule="evenodd" d="M14.677 16.567a1 1 0 0 0 1.655-1.122l-.001-.002-.002-.002-.003-.004-.007-.011a1.739 1.739 0 0 0-.08-.108 3.489 3.489 0 0 0-.207-.239 4.593 4.593 0 0 0-.79-.661c-.712-.475-1.778-.918-3.242-.918-1.463 0-2.53.443-3.242.918a4.591 4.591 0 0 0-.79.661 3.499 3.499 0 0 0-.287.347l-.007.01-.003.005-.002.002v.001l.002-.003-.003.004a1 1 0 1 0 1.666 1.108 2.588 2.588 0 0 1 .533-.471c.413-.275 1.097-.582 2.133-.582 1.037 0 1.72.307 2.133.582.21.14.357.277.445.37a1.491 1.491 0 0 1 .099.115z" class="wd-icon-accent" clip-rule="evenodd"/><path d="M8.25 8.5a1 1 0 1 1 2 0v1.75a1 1 0 1 1-2 0V8.5zM13.75 8.5a1 1 0 1 1 2 0v1.75a1 1 0 1 1-2 0V8.5z" class="wd-icon-accent"/></g></svg>',
6
+ filename: 'wd-icon-face-unhappy.svg',
7
+ category: 'Planning',
8
+ tags: ['mood','face','smile','smiley','emoji','reaction','response','satisfaction','sad','mad','upset','angry'],
9
+ }
10
+ export default icon
@@ -0,0 +1,10 @@
1
+ import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
2
+ const icon: CanvasSystemIcon = {
3
+ name: 'faceVeryHappy',
4
+ type: CanvasIconTypes.System,
5
+ svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-face-very-happy wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path fill-rule="evenodd" d="M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z" class="wd-icon-fill" clip-rule="evenodd"/><path d="M10.282 10.597a1.75 1.75 0 1 0-3.063 0c.298-.29.872-.487 1.531-.487.66 0 1.233.197 1.532.487zM16.782 10.597a1.75 1.75 0 1 0-3.063 0c.298-.29.872-.487 1.531-.487.66 0 1.233.197 1.532.487zM17.616 14.559c.314-.674-.41-1.192-1.11-.94-1.153.412-2.83.881-4.506.881-1.676 0-3.353-.469-4.506-.882-.7-.25-1.424.267-1.11.94C7.181 16.269 9.18 18 12 18c2.82 0 4.82-1.732 5.616-3.441z" class="wd-icon-accent"/></g></svg>',
6
+ filename: 'wd-icon-face-very-happy.svg',
7
+ category: 'Planning',
8
+ tags: ['mood','face','smile','smiley','emoji','reaction','response','satisfaction'],
9
+ }
10
+ export default icon
package/dist/ts/index.ts CHANGED
@@ -228,7 +228,11 @@ import exclamationIcon from './exclamation'
228
228
  import expandTableIcon from './expandTable'
229
229
  import exportIcon from './export'
230
230
  import extLinkIcon from './extLink'
231
+ import faceHappyIcon from './faceHappy'
231
232
  import faceIdIcon from './faceId'
233
+ import faceNeutralIcon from './faceNeutral'
234
+ import faceUnhappyIcon from './faceUnhappy'
235
+ import faceVeryHappyIcon from './faceVeryHappy'
232
236
  import fastForward15Icon from './fastForward15'
233
237
  import fetchDataIcon from './fetchData'
234
238
  import fileIcon from './file'
@@ -421,6 +425,7 @@ import resetIcon from './reset'
421
425
  import resizableIcon from './resizable'
422
426
  import restoreIcon from './restore'
423
427
  import rewind30Icon from './rewind30'
428
+ import ribbonIcon from './ribbon'
424
429
  import rightSidebarIcon from './rightSidebar'
425
430
  import rocketIcon from './rocket'
426
431
  import rotateIcon from './rotate'
@@ -442,6 +447,10 @@ import shapesIcon from './shapes'
442
447
  import shareIcon from './share'
443
448
  import showColIcon from './showCol'
444
449
  import shrinkIcon from './shrink'
450
+ import signalFourIcon from './signalFour'
451
+ import signalOneIcon from './signalOne'
452
+ import signalThreeIcon from './signalThree'
453
+ import signalTwoIcon from './signalTwo'
445
454
  import skillsIcon from './skills'
446
455
  import skipIcon from './skip'
447
456
  import sliderIcon from './slider'
@@ -456,6 +465,7 @@ import speechBubbleIcon from './speechBubble'
456
465
  import speechExclamationIcon from './speechExclamation'
457
466
  import splitSmallIcon from './splitSmall'
458
467
  import splitIcon from './split'
468
+ import squareIcon from './square'
459
469
  import starHalfIcon from './starHalf'
460
470
  import starIcon from './star'
461
471
  import strikethroughIcon from './strikethrough'
@@ -497,6 +507,7 @@ import transformationGroupbyIcon from './transformationGroupby'
497
507
  import transformationImportIcon from './transformationImport'
498
508
  import transformationJoinIcon from './transformationJoin'
499
509
  import transformationUnionIcon from './transformationUnion'
510
+ import translationIcon from './translation'
500
511
  import trashIcon from './trash'
501
512
  import travelIcon from './travel'
502
513
  import trophyIcon from './trophy'
@@ -771,7 +782,11 @@ export {
771
782
  expandTableIcon,
772
783
  exportIcon,
773
784
  extLinkIcon,
785
+ faceHappyIcon,
774
786
  faceIdIcon,
787
+ faceNeutralIcon,
788
+ faceUnhappyIcon,
789
+ faceVeryHappyIcon,
775
790
  fastForward15Icon,
776
791
  fetchDataIcon,
777
792
  fileIcon,
@@ -964,6 +979,7 @@ export {
964
979
  resizableIcon,
965
980
  restoreIcon,
966
981
  rewind30Icon,
982
+ ribbonIcon,
967
983
  rightSidebarIcon,
968
984
  rocketIcon,
969
985
  rotateIcon,
@@ -985,6 +1001,10 @@ export {
985
1001
  shareIcon,
986
1002
  showColIcon,
987
1003
  shrinkIcon,
1004
+ signalFourIcon,
1005
+ signalOneIcon,
1006
+ signalThreeIcon,
1007
+ signalTwoIcon,
988
1008
  skillsIcon,
989
1009
  skipIcon,
990
1010
  sliderIcon,
@@ -999,6 +1019,7 @@ export {
999
1019
  speechExclamationIcon,
1000
1020
  splitSmallIcon,
1001
1021
  splitIcon,
1022
+ squareIcon,
1002
1023
  starHalfIcon,
1003
1024
  starIcon,
1004
1025
  strikethroughIcon,
@@ -1040,6 +1061,7 @@ export {
1040
1061
  transformationImportIcon,
1041
1062
  transformationJoinIcon,
1042
1063
  transformationUnionIcon,
1064
+ translationIcon,
1043
1065
  trashIcon,
1044
1066
  travelIcon,
1045
1067
  trophyIcon,
@@ -1315,7 +1337,11 @@ export default {
1315
1337
  expandTable: expandTableIcon.svg,
1316
1338
  export: exportIcon.svg,
1317
1339
  extLink: extLinkIcon.svg,
1340
+ faceHappy: faceHappyIcon.svg,
1318
1341
  faceId: faceIdIcon.svg,
1342
+ faceNeutral: faceNeutralIcon.svg,
1343
+ faceUnhappy: faceUnhappyIcon.svg,
1344
+ faceVeryHappy: faceVeryHappyIcon.svg,
1319
1345
  fastForward15: fastForward15Icon.svg,
1320
1346
  fetchData: fetchDataIcon.svg,
1321
1347
  file: fileIcon.svg,
@@ -1508,6 +1534,7 @@ export default {
1508
1534
  resizable: resizableIcon.svg,
1509
1535
  restore: restoreIcon.svg,
1510
1536
  rewind30: rewind30Icon.svg,
1537
+ ribbon: ribbonIcon.svg,
1511
1538
  rightSidebar: rightSidebarIcon.svg,
1512
1539
  rocket: rocketIcon.svg,
1513
1540
  rotate: rotateIcon.svg,
@@ -1529,6 +1556,10 @@ export default {
1529
1556
  share: shareIcon.svg,
1530
1557
  showCol: showColIcon.svg,
1531
1558
  shrink: shrinkIcon.svg,
1559
+ signalFour: signalFourIcon.svg,
1560
+ signalOne: signalOneIcon.svg,
1561
+ signalThree: signalThreeIcon.svg,
1562
+ signalTwo: signalTwoIcon.svg,
1532
1563
  skills: skillsIcon.svg,
1533
1564
  skip: skipIcon.svg,
1534
1565
  slider: sliderIcon.svg,
@@ -1543,6 +1574,7 @@ export default {
1543
1574
  speechExclamation: speechExclamationIcon.svg,
1544
1575
  splitSmall: splitSmallIcon.svg,
1545
1576
  split: splitIcon.svg,
1577
+ square: squareIcon.svg,
1546
1578
  starHalf: starHalfIcon.svg,
1547
1579
  star: starIcon.svg,
1548
1580
  strikethrough: strikethroughIcon.svg,
@@ -1584,6 +1616,7 @@ export default {
1584
1616
  transformationImport: transformationImportIcon.svg,
1585
1617
  transformationJoin: transformationJoinIcon.svg,
1586
1618
  transformationUnion: transformationUnionIcon.svg,
1619
+ translation: translationIcon.svg,
1587
1620
  trash: trashIcon.svg,
1588
1621
  travel: travelIcon.svg,
1589
1622
  trophy: trophyIcon.svg,
@@ -1858,7 +1891,11 @@ export enum CanvasSystemIcons {
1858
1891
  ExpandTable = 'expandTable',
1859
1892
  Export = 'export',
1860
1893
  ExtLink = 'extLink',
1894
+ FaceHappy = 'faceHappy',
1861
1895
  FaceId = 'faceId',
1896
+ FaceNeutral = 'faceNeutral',
1897
+ FaceUnhappy = 'faceUnhappy',
1898
+ FaceVeryHappy = 'faceVeryHappy',
1862
1899
  FastForward15 = 'fastForward15',
1863
1900
  FetchData = 'fetchData',
1864
1901
  File = 'file',
@@ -2051,6 +2088,7 @@ export enum CanvasSystemIcons {
2051
2088
  Resizable = 'resizable',
2052
2089
  Restore = 'restore',
2053
2090
  Rewind30 = 'rewind30',
2091
+ Ribbon = 'ribbon',
2054
2092
  RightSidebar = 'rightSidebar',
2055
2093
  Rocket = 'rocket',
2056
2094
  Rotate = 'rotate',
@@ -2072,6 +2110,10 @@ export enum CanvasSystemIcons {
2072
2110
  Share = 'share',
2073
2111
  ShowCol = 'showCol',
2074
2112
  Shrink = 'shrink',
2113
+ SignalFour = 'signalFour',
2114
+ SignalOne = 'signalOne',
2115
+ SignalThree = 'signalThree',
2116
+ SignalTwo = 'signalTwo',
2075
2117
  Skills = 'skills',
2076
2118
  Skip = 'skip',
2077
2119
  Slider = 'slider',
@@ -2086,6 +2128,7 @@ export enum CanvasSystemIcons {
2086
2128
  SpeechExclamation = 'speechExclamation',
2087
2129
  SplitSmall = 'splitSmall',
2088
2130
  Split = 'split',
2131
+ Square = 'square',
2089
2132
  StarHalf = 'starHalf',
2090
2133
  Star = 'star',
2091
2134
  Strikethrough = 'strikethrough',
@@ -2127,6 +2170,7 @@ export enum CanvasSystemIcons {
2127
2170
  TransformationImport = 'transformationImport',
2128
2171
  TransformationJoin = 'transformationJoin',
2129
2172
  TransformationUnion = 'transformationUnion',
2173
+ Translation = 'translation',
2130
2174
  Trash = 'trash',
2131
2175
  Travel = 'travel',
2132
2176
  Trophy = 'trophy',
@@ -2,7 +2,7 @@ import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
2
2
  const icon: CanvasSystemIcon = {
3
3
  name: 'microphone',
4
4
  type: CanvasIconTypes.System,
5
- svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-microphone wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path d="M10.992 18.938A8.005 8.005 0 0 1 4 11.5a.477.477 0 0 1 .485-.5h1.001c.276 0 .498.225.52.5a6.004 6.004 0 0 0 5.986 5.5h.778a5.225 5.225 0 0 0 5.227-5.222V11.5a.5.5 0 0 1 .5-.5H19.5a.5.5 0 0 1 .5.5v.278a7.225 7.225 0 0 1-7.006 7.219V21.5a.5.5 0 0 1-.5.5h-1.002a.5.5 0 0 1-.5-.5v-2.562z" class="wd-icon-fill"/><path fill-rule="evenodd" d="M14 11V6a2 2 0 1 0-4 0v5a2 2 0 1 0 4 0zm-2-9a4 4 0 0 0-4 4v5a4 4 0 0 0 8 0V6a4 4 0 0 0-4-4z" 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-microphone wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><rect width="6" height="11" x="9" y="3" class="wd-icon-background" rx="3"/><path d="M10.992 18.938A8.005 8.005 0 0 1 4 11.5a.477.477 0 0 1 .485-.5h1.001c.276 0 .498.225.52.5a6.004 6.004 0 0 0 5.986 5.5h.778a5.225 5.225 0 0 0 5.227-5.222V11.5a.5.5 0 0 1 .5-.5H19.5a.5.5 0 0 1 .5.5v.278a7.225 7.225 0 0 1-7.006 7.219V21.5a.5.5 0 0 1-.5.5h-1.002a.5.5 0 0 1-.5-.5v-2.562z" class="wd-icon-fill"/><path fill-rule="evenodd" d="M14 11V6a2 2 0 1 0-4 0v5a2 2 0 1 0 4 0zm-2-9a4 4 0 0 0-4 4v5a4 4 0 0 0 8 0V6a4 4 0 0 0-4-4z" class="wd-icon-fill" clip-rule="evenodd"/></g></svg>',
6
6
  filename: 'wd-icon-microphone.svg',
7
7
  category: 'Mobile App',
8
8
  tags: ['record','sound','audio','mobile','speaker'],
@@ -2,9 +2,9 @@ import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
2
2
  const icon: CanvasSystemIcon = {
3
3
  name: 'radioMobile',
4
4
  type: CanvasIconTypes.System,
5
- svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-radio-mobile wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g fill-rule="evenodd" class="wd-icon-container"><path fill-rule="nonzero" d="M12 5a7 7 0 0 0-7 7 7 7 0 0 0 7 7 7 7 0 0 0 7-7 7 7 0 0 0-7-7zm0-2a9 9 0 0 1 9 9 9 9 0 0 1-9 9 9 9 0 0 1-9-9 9 9 0 0 1 9-9z" class="wd-icon-fill"/></g></svg>',
5
+ svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" class="wd-icon-radio-mobile wd-icon" focusable="false" role="presentation" viewBox="0 0 24 25"><g class="wd-icon-container"><circle cx="12" cy="12.53" r="9" class="wd-icon-background"/><path fill-rule="evenodd" d="M12 20.53a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2c5.523 0 10-4.477 10-10s-4.477-10-10-10-10 4.477-10 10 4.477 10 10 10z" class="wd-icon-fill" clip-rule="evenodd"/></g></svg>',
6
6
  filename: 'wd-icon-radio-mobile.svg',
7
7
  category: 'Core',
8
- tags: ['select','single','form','template','android','ios'],
8
+ tags: ['select','single','form','template','android','ios','circle'],
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: 'ribbon',
4
+ type: CanvasIconTypes.System,
5
+ svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-ribbon wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path d="M14 10a2 2 0 1 1-4 0 2 2 0 0 1 4 0z" class="wd-icon-accent"/><path fill-rule="evenodd" d="M11.658 2.237a.5.5 0 0 1 .691 0l2.359 2.255L18 4.853a.5.5 0 0 1 .443.555l-.363 3.14 1.742 2.672a.5.5 0 0 1-.16.701l-2.223 1.346 1.57 8.124a.5.5 0 0 1-.637.573L12 20l-6.33 1.963a.5.5 0 0 1-.64-.57l1.54-8.125-2.225-1.347a.5.5 0 0 1-.16-.7l1.743-2.672-.363-3.141a.5.5 0 0 1 .442-.555L9.3 4.492l2.358-2.255zm.346 2.436l1.812 1.733 2.467.27-.273 2.36 1.29 1.977-1.935 1.171-1.24 2.36-2.129-.838-2.08.837-1.286-2.366-1.922-1.164 1.29-1.977-.273-2.36 2.467-.27 1.812-1.733zM8.177 15.531l-.717 3.783 4.538-1.407 4.574 1.41-.725-3.751-.579 1.1a.5.5 0 0 1-.625.232l-2.64-1.04-2.58 1.038a.5.5 0 0 1-.626-.225l-.62-1.14z" class="wd-icon-fill" clip-rule="evenodd"/></g></svg>',
6
+ filename: 'wd-icon-ribbon.svg',
7
+ category: 'Core',
8
+ tags: ['trophy','award','congrats','ribbon','prize','winner'],
9
+ }
10
+ export default icon
@@ -0,0 +1,10 @@
1
+ import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
2
+ const icon: CanvasSystemIcon = {
3
+ name: 'signalFour',
4
+ type: CanvasIconTypes.System,
5
+ svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" class="wd-icon-signal-four wd-icon" focusable="false" role="presentation" viewBox="0 0 24 25"><g class="wd-icon-container"><path d="M6 16.03a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-5zM11 12.03a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-9zM16 8.03a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-13zM21 4.03a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v17a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-17z" class="wd-icon-fill"/></g></svg>',
6
+ filename: 'wd-icon-signal-four.svg',
7
+ category: 'Planning',
8
+ tags: ['bars','wifi','4','strength','bar','power','rating','score'],
9
+ }
10
+ export default icon
@@ -0,0 +1,10 @@
1
+ import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
2
+ const icon: CanvasSystemIcon = {
3
+ name: 'signalOne',
4
+ type: CanvasIconTypes.System,
5
+ svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" class="wd-icon-signal-one wd-icon" focusable="false" role="presentation" viewBox="0 0 24 25"><g class="wd-icon-container"><path d="M11 12.03a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-9zM16 8.03a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-13zM21 4.03a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v17a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-17z" class="wd-icon-background"/><rect width="3" height="6" class="wd-icon-fill" rx=".5" transform="matrix(-1 0 0 1 6 15.53)"/></g></svg>',
6
+ filename: 'wd-icon-signal-one.svg',
7
+ category: 'Planning',
8
+ tags: ['bars','wifi','1','strength','bar','power','rating','score'],
9
+ }
10
+ export default icon
@@ -0,0 +1,10 @@
1
+ import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
2
+ const icon: CanvasSystemIcon = {
3
+ name: 'signalThree',
4
+ type: CanvasIconTypes.System,
5
+ svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" class="wd-icon-signal-three wd-icon" focusable="false" role="presentation" viewBox="0 0 24 25"><g class="wd-icon-container"><rect width="3" height="18" class="wd-icon-background" rx=".5" transform="matrix(-1 0 0 1 21 3.53)"/><path d="M6 16.03a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-5zM11 12.03a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-9zM16 8.03a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-13z" class="wd-icon-fill"/></g></svg>',
6
+ filename: 'wd-icon-signal-three.svg',
7
+ category: 'Planning',
8
+ tags: ['bars','wifi','3','strength','bar','power','rating','score'],
9
+ }
10
+ export default icon
@@ -0,0 +1,10 @@
1
+ import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
2
+ const icon: CanvasSystemIcon = {
3
+ name: 'signalTwo',
4
+ type: CanvasIconTypes.System,
5
+ svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" class="wd-icon-signal-two wd-icon" focusable="false" role="presentation" viewBox="0 0 24 25"><g class="wd-icon-container"><path d="M16 8.03a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-13zM21 4.03a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v17a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-17z" class="wd-icon-background"/><g><path d="M6 16.03a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-5zM11 12.03a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-9z" class="wd-icon-fill"/></g></g></svg>',
6
+ filename: 'wd-icon-signal-two.svg',
7
+ category: 'Planning',
8
+ tags: ['bars','wifi','2','strength','bar','power','rating','score'],
9
+ }
10
+ export default icon
@@ -0,0 +1,10 @@
1
+ import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
2
+ const icon: CanvasSystemIcon = {
3
+ name: 'square',
4
+ type: CanvasIconTypes.System,
5
+ svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" class="wd-icon-square wd-icon" focusable="false" role="presentation" viewBox="0 0 24 25"><g class="wd-icon-container"><path fill-rule="evenodd" d="M4 20.53v-16h16v16H4z" class="wd-icon-background" clip-rule="evenodd"/><path fill-rule="evenodd" d="M3.817 21.514A.992.992 0 0 1 3 20.54V4.58c0-.58.445-1.05.993-1.05h16.014c.548 0 .993.478.993 1.05v15.96a.99.99 0 0 1-.993.99H3.993a.95.95 0 0 1-.176-.016zM5 19.53v-14h14v14H5z" class="wd-icon-fill" clip-rule="evenodd"/></g></svg>',
6
+ filename: 'wd-icon-square.svg',
7
+ category: 'Core',
8
+ tags: ['box'],
9
+ }
10
+ export default icon
@@ -0,0 +1,10 @@
1
+ import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
2
+ const icon: CanvasSystemIcon = {
3
+ name: 'translation',
4
+ type: CanvasIconTypes.System,
5
+ svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-translation wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path d="M18.21 18.94H14.58l-.634 1.89a.25.25 0 0 1-.237.17h-1.661a.25.25 0 0 1-.235-.338l3.555-9.5a.25.25 0 0 1 .235-.162h1.572a.25.25 0 0 1 .235.162l3.575 9.5a.25.25 0 0 1-.235.338h-1.661a.25.25 0 0 1-.238-.17l-.64-1.89zm-3.072-1.67h2.513l-1.263-3.742-1.25 3.743z" class="wd-icon-accent"/><path d="M7.644 2h1.172a.25.25 0 0 1 .25.25v1.723h4.205a.25.25 0 0 1 .25.25v1.149a.25.25 0 0 1-.25.25h-1.157c-.644 1.79-1.507 3.266-2.589 4.495.997.768 2.17 1.38 3.538 1.803.157.048.23.229.147.37l-.723 1.24a.247.247 0 0 1-.289.112c-1.598-.512-2.929-1.258-4.037-2.207-1.11.896-2.385 1.604-3.846 2.159a.248.248 0 0 1-.302-.107l-.682-1.162a.254.254 0 0 1 .139-.368c1.325-.449 2.474-1.038 3.442-1.78-.783-.937-1.434-2.015-1.98-3.229a.247.247 0 0 1 .182-.343l1.23-.227a.254.254 0 0 1 .273.138c.44.89.982 1.7 1.63 2.416.805-.916 1.451-2.008 1.95-3.31H3.25a.25.25 0 0 1-.25-.25V4.223a.25.25 0 0 1 .25-.25h4.144V2.25a.25.25 0 0 1 .25-.25z" class="wd-icon-fill"/></g></svg>',
6
+ filename: 'wd-icon-translation.svg',
7
+ category: 'Core',
8
+ tags: ['language','communication','talk','country','location','relocation','convey','adaptation','reading. transcription','speech','global'],
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: 'xCircle',
4
4
  type: CanvasIconTypes.System,
5
- svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-x-circle wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path fill-rule="evenodd" d="M2 12C2 6.477 6.476 2 12 2c5.523 0 10 4.476 10 10 0 5.523-4.476 10-10 10-5.523 0-10-4.476-10-10zm2 0a8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8 8 8 0 0 0-8 8zm10.866-1.592L13.274 12l1.592 1.592a.446.446 0 0 1-.003.64l-.63.631a.457.457 0 0 1-.64.003L12 13.274l-1.592 1.592a.446.446 0 0 1-.64-.003l-.631-.63a.457.457 0 0 1-.003-.64L10.726 12l-1.592-1.592a.446.446 0 0 1 .003-.64l.63-.631a.457.457 0 0 1 .64-.003L12 10.726l1.592-1.592a.446.446 0 0 1 .64.003l.631.63a.457.457 0 0 1 .003.64z" 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-x-circle wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path d="M9.849 15.505a.5.5 0 0 1-.708 0l-.494-.495a.5.5 0 0 1 0-.707l2.227-2.227-2.228-2.227a.5.5 0 0 1 0-.708l.495-.495a.5.5 0 0 1 .708 0l2.227 2.228 2.227-2.228a.5.5 0 0 1 .707 0l.495.495a.5.5 0 0 1 0 .708l-2.227 2.227 2.227 2.227a.5.5 0 0 1 0 .707l-.495.495a.5.5 0 0 1-.707 0l-2.227-2.227-2.227 2.227z" 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></svg>',
6
6
  filename: 'wd-icon-x-circle.svg',
7
7
  category: 'Core',
8
8
  tags: ['close','exit','X'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-system-icons-web",
3
- "version": "2.0.2",
3
+ "version": "2.0.6",
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)",
@@ -33,7 +33,7 @@
33
33
  },
34
34
  "devDependencies": {
35
35
  "@workday/canvas-colors-web": "2.0.0",
36
- "@workday/canvas-system-icons": "2.2.0",
36
+ "@workday/canvas-system-icons": "3.2.0",
37
37
  "@workday/icon-utils": "0.25.16",
38
38
  "svg-sprite": "^1.3.7"
39
39
  },
@@ -41,5 +41,5 @@
41
41
  "access": "public",
42
42
  "registry": "https://registry.npmjs.org"
43
43
  },
44
- "gitHead": "a1c49a0ed023d6d4f8b99bf071f4269f97f4297f"
44
+ "gitHead": "df97724e78c20e92bde1137860e99fff9a15538d"
45
45
  }