@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,3 @@
1
+ import { CanvasSystemIcon } from '@workday/design-assets-types';
2
+ declare const icon: CanvasSystemIcon;
3
+ export default icon;
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var design_assets_types_1 = require("@workday/design-assets-types");
4
+ var icon = {
5
+ name: 'signalFour',
6
+ type: design_assets_types_1.CanvasIconTypes.System,
7
+ 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>',
8
+ filename: 'wd-icon-signal-four.svg',
9
+ category: 'Planning',
10
+ tags: ['bars', 'wifi', '4', 'strength', 'bar', 'power', 'rating', 'score'],
11
+ };
12
+ exports.default = icon;
@@ -0,0 +1,3 @@
1
+ import { CanvasSystemIcon } from '@workday/design-assets-types';
2
+ declare const icon: CanvasSystemIcon;
3
+ export default icon;
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var design_assets_types_1 = require("@workday/design-assets-types");
4
+ var icon = {
5
+ name: 'signalOne',
6
+ type: design_assets_types_1.CanvasIconTypes.System,
7
+ 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>',
8
+ filename: 'wd-icon-signal-one.svg',
9
+ category: 'Planning',
10
+ tags: ['bars', 'wifi', '1', 'strength', 'bar', 'power', 'rating', 'score'],
11
+ };
12
+ exports.default = icon;
@@ -0,0 +1,3 @@
1
+ import { CanvasSystemIcon } from '@workday/design-assets-types';
2
+ declare const icon: CanvasSystemIcon;
3
+ export default icon;
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var design_assets_types_1 = require("@workday/design-assets-types");
4
+ var icon = {
5
+ name: 'signalThree',
6
+ type: design_assets_types_1.CanvasIconTypes.System,
7
+ 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>',
8
+ filename: 'wd-icon-signal-three.svg',
9
+ category: 'Planning',
10
+ tags: ['bars', 'wifi', '3', 'strength', 'bar', 'power', 'rating', 'score'],
11
+ };
12
+ exports.default = icon;
@@ -0,0 +1,3 @@
1
+ import { CanvasSystemIcon } from '@workday/design-assets-types';
2
+ declare const icon: CanvasSystemIcon;
3
+ export default icon;
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var design_assets_types_1 = require("@workday/design-assets-types");
4
+ var icon = {
5
+ name: 'signalTwo',
6
+ type: design_assets_types_1.CanvasIconTypes.System,
7
+ 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>',
8
+ filename: 'wd-icon-signal-two.svg',
9
+ category: 'Planning',
10
+ tags: ['bars', 'wifi', '2', 'strength', 'bar', 'power', 'rating', 'score'],
11
+ };
12
+ exports.default = icon;
@@ -0,0 +1,3 @@
1
+ import { CanvasSystemIcon } from '@workday/design-assets-types';
2
+ declare const icon: CanvasSystemIcon;
3
+ export default icon;
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var design_assets_types_1 = require("@workday/design-assets-types");
4
+ var icon = {
5
+ name: 'square',
6
+ type: design_assets_types_1.CanvasIconTypes.System,
7
+ 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>',
8
+ filename: 'wd-icon-square.svg',
9
+ category: 'Core',
10
+ tags: ['box'],
11
+ };
12
+ exports.default = icon;
@@ -0,0 +1,3 @@
1
+ import { CanvasSystemIcon } from '@workday/design-assets-types';
2
+ declare const icon: CanvasSystemIcon;
3
+ export default icon;
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var design_assets_types_1 = require("@workday/design-assets-types");
4
+ var icon = {
5
+ name: 'translation',
6
+ type: design_assets_types_1.CanvasIconTypes.System,
7
+ 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>',
8
+ filename: 'wd-icon-translation.svg',
9
+ category: 'Core',
10
+ tags: ['language', 'communication', 'talk', 'country', 'location', 'relocation', 'convey', 'adaptation', 'reading. transcription', 'speech', 'global'],
11
+ };
12
+ exports.default = icon;
@@ -4,7 +4,7 @@ var design_assets_types_1 = require("@workday/design-assets-types");
4
4
  var icon = {
5
5
  name: 'xCircle',
6
6
  type: design_assets_types_1.CanvasIconTypes.System,
7
- 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>',
7
+ 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>',
8
8
  filename: 'wd-icon-x-circle.svg',
9
9
  category: 'Core',
10
10
  tags: ['close', 'exit', 'X'],
@@ -4,7 +4,7 @@ var icon = {
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,3 @@
1
+ import { CanvasSystemIcon } from '@workday/design-assets-types';
2
+ declare const icon: CanvasSystemIcon;
3
+ export default icon;
@@ -0,0 +1,10 @@
1
+ import { CanvasIconTypes } from '@workday/design-assets-types';
2
+ var icon = {
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,3 @@
1
+ import { CanvasSystemIcon } from '@workday/design-assets-types';
2
+ declare const icon: CanvasSystemIcon;
3
+ export default icon;
@@ -0,0 +1,10 @@
1
+ import { CanvasIconTypes } from '@workday/design-assets-types';
2
+ var icon = {
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,3 @@
1
+ import { CanvasSystemIcon } from '@workday/design-assets-types';
2
+ declare const icon: CanvasSystemIcon;
3
+ export default icon;
@@ -0,0 +1,10 @@
1
+ import { CanvasIconTypes } from '@workday/design-assets-types';
2
+ var icon = {
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,3 @@
1
+ import { CanvasSystemIcon } from '@workday/design-assets-types';
2
+ declare const icon: CanvasSystemIcon;
3
+ export default icon;
@@ -0,0 +1,10 @@
1
+ import { CanvasIconTypes } from '@workday/design-assets-types';
2
+ var icon = {
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;
@@ -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';
@@ -539,7 +550,7 @@ import xoInstanceListIcon from './xoInstanceList';
539
550
  import zoomAreaIcon from './zoomArea';
540
551
  import zoominIcon from './zoomin';
541
552
  import zoomoutIcon from './zoomout';
542
- export { academicAppointmentTitleIcon, accessibilityIcon, accountsIcon, activityStreamIcon, actualsLockedIcon, actualsIcon, adHocDeliveryIcon, addAboveIcon, addBelowIcon, addFooterWsIcon, addLeftIcon, addRightIcon, addSplitRowIcon, addZeroIcon, alarmClockPlusIcon, alarmClockIcon, alignBottomIcon, alignCenterIcon, alignLeftIcon, alignMiddleIcon, alignRightIcon, alignTopIcon, anomalyDetectionIcon, arrayIcon, arrowArcIcon, arrowCircleIcon, arrowDiagonalSmallIcon, arrowDownIcon, arrowLeftSmallIcon, arrowLeftIcon, arrowRightSmallIcon, arrowRightIcon, arrowUpIcon, articleStackedIcon, asAppliedIcon, assistantIcon, atTagMentionIcon, attributeIcon, audioMaxIcon, audioMinIcon, audioMuteIcon, audioNoneIcon, audioIcon, authenticationTagIcon, autosumIcon, avatarIcon, barcodeScannerIcon, benefitsIcon, bgColorIcon, bidIcon, birthdayIcon, boldIcon, boltFillIcon, boltIcon, bookOpenIcon, booleanIcon, borderAllIcon, borderBottomIcon, borderBtm2Icon, borderCenterIcon, borderColorIcon, borderDblIcon, borderLeftIcon, borderNoneIcon, borderOutsideIcon, borderRightIcon, borderTopIcon, boxPlusIcon, boxTextCheckIcon, boxTextPlusIcon, boxTextSearchIcon, boxTextUserSolidIcon, boxTextXIcon, boxTextIcon, businessIntelligenceIcon, buttonIcon, cArea100Icon, cAreaLayeredIcon, cAreaStackedIcon, cBar100Icon, cBarClusteredIcon, cBarStackedIcon, cBubbleIcon, cColumn100Icon, cColumnClusteredIcon, cColumnLineIcon, cColumnStackedIcon, cDualLineIcon, cLineIcon, cPieIcon, cScatterIcon, cWaterfallIcon, calculatorLockedIcon, calculatorRefreshIcon, calculatorIcon, calendarAltIcon, calendarUserSolidIcon, calendarIcon, cameraPlusIcon, cameraIcon, captureDeliveryIcon, cardViewIcon, cardIcon, caretBottomSmallIcon, caretBottomIcon, caretDownSmallIcon, caretDownIcon, caretLeftSmallIcon, caretRightSmallIcon, caretTopSmallIcon, caretTopIcon, caretUpSmallIcon, caretUpIcon, cartIcon, cellFilterIcon, cellGearIcon, cellResetIcon, cellRowIcon, cellSearchIcon, cellSwapAxisIcon, cellTemplateIcon, chartConfigIcon, chartIcon, checkCircleIcon, checkInIcon, checkSmallIcon, checkIcon, checkboxIcon, checkboxesIcon, chevron2xDownSmallIcon, chevron2xLeftSmallIcon, chevron2xRightSmallIcon, chevron2xUpSmallIcon, chevron2xleftIcon, chevron2xrightIcon, chevronDownSmallIcon, chevronDownIcon, chevronLeftSmallIcon, chevronLeftIcon, chevronRightSmallIcon, chevronRightIcon, chevronUpSmallIcon, chevronUpIcon, chipIcon, clipboardBlankCheckIcon, clipboardCheckIcon, clipboardPlusIcon, clipboardRemoveIcon, clipboardSearchIcon, clipboardIcon, clockCheckIcon, clockExclamationIcon, clockMinusIcon, clockPauseIcon, clockPlusIcon, clockXIcon, clockIcon, closeIcon, closedcaptionIcon, cloudLockIcon, clusterIcon, codeIcon, coffeeIcon, commaWsIcon, commentActiveIcon, commentPlusIcon, compassIcon, componentIcon, conclusionPopupIcon, conclusionIcon, configureIcon, contactCardCostCenterIcon, contactCardDeskIcon, contactCardIdIcon, contactCardJobProfileIcon, contactCardMatrixManagerIcon, copyIcon, courseIcon, creditCardIcon, cubeIcon, cutIcon, dashboardExpensesIcon, dashboardWorkforceIcon, dashboardIcon, dataComplexIcon, dataInputIcon, dataSourceIcon, deltaIcon, deviceDesktopIcon, devicePhoneIcon, deviceTabletIcon, discoveryBoardIcon, docIcon, documentAltIcon, documentCandidateActionRequiredIcon, documentCandidateInactiveIcon, documentCandidateSearchIcon, documentCsvIcon, documentDownloadIcon, documentHtmlIcon, documentLockedIcon, documentStarIcon, documentTsvIcon, documentIcon, documentsCheckIcon, dollarSignIcon, dollarIcon, dotIcon, downloadIcon, draggableVerticalIcon, draggableIcon, drillDownIcon, dropdownButtonIcon, dropdownIcon, editButtonBarIcon, editButtonIcon, editIcon, emptyAppIcon, endpointsIcon, eraserCellIcon, eraserFontIcon, eraserIcon, esignatureIcon, excelIcon, exclamationCircleIcon, exclamationTriangleIcon, exclamationIcon, expandTableIcon, exportIcon, extLinkIcon, faceIdIcon, fastForward15Icon, fetchDataIcon, fileIcon, filterIcon, fingerprintAndroidIcon, flagIcon, flashAutoIcon, flowIcon, folderCloseIcon, folderMinusIcon, folderMoveIcon, folderOpenIcon, folderPlusIcon, fontFaceIcon, fontSizeIcon, footerIcon, forkKnifeIcon, formattingIcon, formulaClipboardIcon, formulaEditIcon, freezeHeaderIcon, fullscreenIcon, funnelIcon, fxBracketsIcon, fxLoopIcon, fxWritebackIcon, fxIcon, gearIcon, globeIcon, gridViewIcon, gridIcon, growIcon, hashMarkIcon, headingIcon, heatmapIcon, hideColIcon, hierarchyChildrenIcon, hierarchyFullIcon, hierarchyParentIcon, hierarchyPartialIcon, hierarchyIcon, highlightIcon, homeBuildingIcon, homeIcon, hourGlassIcon, imageIcon, inboxFillIcon, inboxLargeIcon, inboxIcon, indentIcon, infoIcon, insertColumnAfterIcon, insertColumnBeforeIcon, insertRowAfterIcon, insertRowBeforeIcon, instanceIcon, interactiongroupIcon, inventoryCountIcon, inventorySearchIcon, invisibleIcon, italicsIcon, itemizeIcon, jobInfoIcon, joinFullIcon, joinInnerIcon, joinLeftIcon, joinRightIcon, justifyIcon, keyboardIcon, kpiIcon, labeledImageIcon, laptopIcon, leftSidebarIcon, legalIcon, legendIcon, letterAIcon, linkIcon, listDetailIcon, listViewIcon, liveDataIcon, livepagesIcon, locationIcon, lockKeyholeIcon, lockPlusIcon, lockIcon, loopIcon, mailLetterIcon, mailIcon, manageDeliveryIcon, mapIcon, markerIcon, medalIcon, mediaClassroomIcon, mediaErrorIcon, mediaMylearningIcon, mediaPauseIcon, mediaPlayIcon, mediaQuizIcon, mediaSurveyIcon, mediaTopicsIcon, megaphoneIcon, menuGroupIcon, mergeSmallIcon, mergeTagIcon, mergeIcon, microphoneIcon, minusCircleIcon, minusIcon, mobileNotificationsIcon, multiInstanceIcon, myLearningIcon, nboxIcon, nearbyIcon, noBidIcon, noteIcon, notificationsLargeIcon, notificationsIcon, numberInputIcon, numbersIcon, objectIcon, onboardingHomeIcon, oneColumnIcon, openresponseIcon, operatorIcon, opportunityGraphIcon, orderedListIcon, orgChartPeopleIcon, orgChartIcon, packageArrowUpIcon, panelListIcon, paragraphIcon, passwordIcon, pasteIcon, patternIcon, pdfIcon, percentageIcon, perspectiveIcon, phoneUnlockIcon, phoneIcon, piIcon, pickedShortIcon, pieChartIcon, pillIcon, pinIcon, pivotTableIcon, pivotIcon, placeholderIcon, platformCartIcon, playCircleIcon, playbookIcon, plusCircleIcon, plusSmallIcon, plusIcon, powerOfOneIcon, powerpointIcon, previousIcon, printIcon, prismIcon, progressCircleIcon, projectsIcon, promptsIcon, proofOfDeliveryIcon, proxyUserIcon, pyramidIcon, qrCodeIcon, questionFillIcon, questionOutlineIcon, questionIcon, radioMobileSelectedIcon, radioMobileIcon, radioIcon, rangePeriodIcon, rankingIcon, receiptsIcon, regionIcon, relatedActionsVerticalIcon, relatedActionsIcon, removeColumnAfterIcon, removeIndentIcon, removeRowAfterIcon, removeSplitRowIcon, removeZeroIcon, renameSplitRowIcon, renameIcon, reorderV2Icon, reorderIcon, replayIcon, reportParameterIcon, resetIcon, resizableIcon, restoreIcon, rewind30Icon, rightSidebarIcon, rocketIcon, rotateIcon, rowsCheckIcon, rowsPlusIcon, rpmIcon, rteEmphasisIcon, rteListIcon, saveAsIcon, saveIcon, screenMagnificationIcon, screenReaderIcon, searchUserIcon, searchIcon, selectIcon, sendIcon, setupIcon, shapesIcon, shareIcon, showColIcon, shrinkIcon, skillsIcon, skipIcon, sliderIcon, soccerBallIcon, socialMediaIcon, sortAZIcon, sortDownIcon, sortUpIcon, sortZAIcon, sortIcon, speechBubbleIcon, speechExclamationIcon, splitSmallIcon, splitIcon, starHalfIcon, starIcon, strikethroughIcon, suborgIcon, substituteIcon, switchIcon, systemNotificationIcon, tableIcon, tagIcon, taskAcademicIcon, taskBenefitsIcon, taskCareerIcon, taskCompanyPropertyIcon, taskCompensationIcon, taskContactIcon, taskJobIcon, taskOverviewIcon, taskPayIcon, taskPerformanceIcon, taskTimeoffIcon, textAreaIcon, textColorIcon, textEditIcon, textInputIcon, textWrapIcon, textIcon, threeColumnIcon, timeOffBalanceIcon, timeIcon, timelineAllIcon, timelineMilestoneIcon, timelinePerformanceInputIcon, toggleIcon, tokensIcon, toolsIcon, touchIdIcon, transcriptionIcon, transformationGroupbyIcon, transformationImportIcon, transformationJoinIcon, transformationUnionIcon, trashIcon, travelIcon, trophyIcon, twoColumnIcon, underlineIcon, undoLIcon, undoRIcon, unfreezeIcon, unknownIcon, unlinkIcon, unlockedIcon, unorderedListIcon, unpivotIcon, unsortIcon, uploadClipIcon, uploadCloudIcon, userCheckIcon, userForwardIcon, userLockedIcon, userPlusIcon, userRemoveIcon, userIcon, versionsIcon, videoIcon, viewTeamIcon, viewsiteIcon, virtualVersionLockedIcon, virtualVersionIcon, visibleIcon, webinarIcon, webpageIcon, wizardIcon, wordIcon, workbookIcon, worksheetsIcon, xCircleIcon, xSmallIcon, xIcon, xoInstanceListIcon, zoomAreaIcon, zoominIcon, zoomoutIcon, };
553
+ export { academicAppointmentTitleIcon, accessibilityIcon, accountsIcon, activityStreamIcon, actualsLockedIcon, actualsIcon, adHocDeliveryIcon, addAboveIcon, addBelowIcon, addFooterWsIcon, addLeftIcon, addRightIcon, addSplitRowIcon, addZeroIcon, alarmClockPlusIcon, alarmClockIcon, alignBottomIcon, alignCenterIcon, alignLeftIcon, alignMiddleIcon, alignRightIcon, alignTopIcon, anomalyDetectionIcon, arrayIcon, arrowArcIcon, arrowCircleIcon, arrowDiagonalSmallIcon, arrowDownIcon, arrowLeftSmallIcon, arrowLeftIcon, arrowRightSmallIcon, arrowRightIcon, arrowUpIcon, articleStackedIcon, asAppliedIcon, assistantIcon, atTagMentionIcon, attributeIcon, audioMaxIcon, audioMinIcon, audioMuteIcon, audioNoneIcon, audioIcon, authenticationTagIcon, autosumIcon, avatarIcon, barcodeScannerIcon, benefitsIcon, bgColorIcon, bidIcon, birthdayIcon, boldIcon, boltFillIcon, boltIcon, bookOpenIcon, booleanIcon, borderAllIcon, borderBottomIcon, borderBtm2Icon, borderCenterIcon, borderColorIcon, borderDblIcon, borderLeftIcon, borderNoneIcon, borderOutsideIcon, borderRightIcon, borderTopIcon, boxPlusIcon, boxTextCheckIcon, boxTextPlusIcon, boxTextSearchIcon, boxTextUserSolidIcon, boxTextXIcon, boxTextIcon, businessIntelligenceIcon, buttonIcon, cArea100Icon, cAreaLayeredIcon, cAreaStackedIcon, cBar100Icon, cBarClusteredIcon, cBarStackedIcon, cBubbleIcon, cColumn100Icon, cColumnClusteredIcon, cColumnLineIcon, cColumnStackedIcon, cDualLineIcon, cLineIcon, cPieIcon, cScatterIcon, cWaterfallIcon, calculatorLockedIcon, calculatorRefreshIcon, calculatorIcon, calendarAltIcon, calendarUserSolidIcon, calendarIcon, cameraPlusIcon, cameraIcon, captureDeliveryIcon, cardViewIcon, cardIcon, caretBottomSmallIcon, caretBottomIcon, caretDownSmallIcon, caretDownIcon, caretLeftSmallIcon, caretRightSmallIcon, caretTopSmallIcon, caretTopIcon, caretUpSmallIcon, caretUpIcon, cartIcon, cellFilterIcon, cellGearIcon, cellResetIcon, cellRowIcon, cellSearchIcon, cellSwapAxisIcon, cellTemplateIcon, chartConfigIcon, chartIcon, checkCircleIcon, checkInIcon, checkSmallIcon, checkIcon, checkboxIcon, checkboxesIcon, chevron2xDownSmallIcon, chevron2xLeftSmallIcon, chevron2xRightSmallIcon, chevron2xUpSmallIcon, chevron2xleftIcon, chevron2xrightIcon, chevronDownSmallIcon, chevronDownIcon, chevronLeftSmallIcon, chevronLeftIcon, chevronRightSmallIcon, chevronRightIcon, chevronUpSmallIcon, chevronUpIcon, chipIcon, clipboardBlankCheckIcon, clipboardCheckIcon, clipboardPlusIcon, clipboardRemoveIcon, clipboardSearchIcon, clipboardIcon, clockCheckIcon, clockExclamationIcon, clockMinusIcon, clockPauseIcon, clockPlusIcon, clockXIcon, clockIcon, closeIcon, closedcaptionIcon, cloudLockIcon, clusterIcon, codeIcon, coffeeIcon, commaWsIcon, commentActiveIcon, commentPlusIcon, compassIcon, componentIcon, conclusionPopupIcon, conclusionIcon, configureIcon, contactCardCostCenterIcon, contactCardDeskIcon, contactCardIdIcon, contactCardJobProfileIcon, contactCardMatrixManagerIcon, copyIcon, courseIcon, creditCardIcon, cubeIcon, cutIcon, dashboardExpensesIcon, dashboardWorkforceIcon, dashboardIcon, dataComplexIcon, dataInputIcon, dataSourceIcon, deltaIcon, deviceDesktopIcon, devicePhoneIcon, deviceTabletIcon, discoveryBoardIcon, docIcon, documentAltIcon, documentCandidateActionRequiredIcon, documentCandidateInactiveIcon, documentCandidateSearchIcon, documentCsvIcon, documentDownloadIcon, documentHtmlIcon, documentLockedIcon, documentStarIcon, documentTsvIcon, documentIcon, documentsCheckIcon, dollarSignIcon, dollarIcon, dotIcon, downloadIcon, draggableVerticalIcon, draggableIcon, drillDownIcon, dropdownButtonIcon, dropdownIcon, editButtonBarIcon, editButtonIcon, editIcon, emptyAppIcon, endpointsIcon, eraserCellIcon, eraserFontIcon, eraserIcon, esignatureIcon, excelIcon, exclamationCircleIcon, exclamationTriangleIcon, exclamationIcon, expandTableIcon, exportIcon, extLinkIcon, faceHappyIcon, faceIdIcon, faceNeutralIcon, faceUnhappyIcon, faceVeryHappyIcon, fastForward15Icon, fetchDataIcon, fileIcon, filterIcon, fingerprintAndroidIcon, flagIcon, flashAutoIcon, flowIcon, folderCloseIcon, folderMinusIcon, folderMoveIcon, folderOpenIcon, folderPlusIcon, fontFaceIcon, fontSizeIcon, footerIcon, forkKnifeIcon, formattingIcon, formulaClipboardIcon, formulaEditIcon, freezeHeaderIcon, fullscreenIcon, funnelIcon, fxBracketsIcon, fxLoopIcon, fxWritebackIcon, fxIcon, gearIcon, globeIcon, gridViewIcon, gridIcon, growIcon, hashMarkIcon, headingIcon, heatmapIcon, hideColIcon, hierarchyChildrenIcon, hierarchyFullIcon, hierarchyParentIcon, hierarchyPartialIcon, hierarchyIcon, highlightIcon, homeBuildingIcon, homeIcon, hourGlassIcon, imageIcon, inboxFillIcon, inboxLargeIcon, inboxIcon, indentIcon, infoIcon, insertColumnAfterIcon, insertColumnBeforeIcon, insertRowAfterIcon, insertRowBeforeIcon, instanceIcon, interactiongroupIcon, inventoryCountIcon, inventorySearchIcon, invisibleIcon, italicsIcon, itemizeIcon, jobInfoIcon, joinFullIcon, joinInnerIcon, joinLeftIcon, joinRightIcon, justifyIcon, keyboardIcon, kpiIcon, labeledImageIcon, laptopIcon, leftSidebarIcon, legalIcon, legendIcon, letterAIcon, linkIcon, listDetailIcon, listViewIcon, liveDataIcon, livepagesIcon, locationIcon, lockKeyholeIcon, lockPlusIcon, lockIcon, loopIcon, mailLetterIcon, mailIcon, manageDeliveryIcon, mapIcon, markerIcon, medalIcon, mediaClassroomIcon, mediaErrorIcon, mediaMylearningIcon, mediaPauseIcon, mediaPlayIcon, mediaQuizIcon, mediaSurveyIcon, mediaTopicsIcon, megaphoneIcon, menuGroupIcon, mergeSmallIcon, mergeTagIcon, mergeIcon, microphoneIcon, minusCircleIcon, minusIcon, mobileNotificationsIcon, multiInstanceIcon, myLearningIcon, nboxIcon, nearbyIcon, noBidIcon, noteIcon, notificationsLargeIcon, notificationsIcon, numberInputIcon, numbersIcon, objectIcon, onboardingHomeIcon, oneColumnIcon, openresponseIcon, operatorIcon, opportunityGraphIcon, orderedListIcon, orgChartPeopleIcon, orgChartIcon, packageArrowUpIcon, panelListIcon, paragraphIcon, passwordIcon, pasteIcon, patternIcon, pdfIcon, percentageIcon, perspectiveIcon, phoneUnlockIcon, phoneIcon, piIcon, pickedShortIcon, pieChartIcon, pillIcon, pinIcon, pivotTableIcon, pivotIcon, placeholderIcon, platformCartIcon, playCircleIcon, playbookIcon, plusCircleIcon, plusSmallIcon, plusIcon, powerOfOneIcon, powerpointIcon, previousIcon, printIcon, prismIcon, progressCircleIcon, projectsIcon, promptsIcon, proofOfDeliveryIcon, proxyUserIcon, pyramidIcon, qrCodeIcon, questionFillIcon, questionOutlineIcon, questionIcon, radioMobileSelectedIcon, radioMobileIcon, radioIcon, rangePeriodIcon, rankingIcon, receiptsIcon, regionIcon, relatedActionsVerticalIcon, relatedActionsIcon, removeColumnAfterIcon, removeIndentIcon, removeRowAfterIcon, removeSplitRowIcon, removeZeroIcon, renameSplitRowIcon, renameIcon, reorderV2Icon, reorderIcon, replayIcon, reportParameterIcon, resetIcon, resizableIcon, restoreIcon, rewind30Icon, ribbonIcon, rightSidebarIcon, rocketIcon, rotateIcon, rowsCheckIcon, rowsPlusIcon, rpmIcon, rteEmphasisIcon, rteListIcon, saveAsIcon, saveIcon, screenMagnificationIcon, screenReaderIcon, searchUserIcon, searchIcon, selectIcon, sendIcon, setupIcon, shapesIcon, shareIcon, showColIcon, shrinkIcon, signalFourIcon, signalOneIcon, signalThreeIcon, signalTwoIcon, skillsIcon, skipIcon, sliderIcon, soccerBallIcon, socialMediaIcon, sortAZIcon, sortDownIcon, sortUpIcon, sortZAIcon, sortIcon, speechBubbleIcon, speechExclamationIcon, splitSmallIcon, splitIcon, squareIcon, starHalfIcon, starIcon, strikethroughIcon, suborgIcon, substituteIcon, switchIcon, systemNotificationIcon, tableIcon, tagIcon, taskAcademicIcon, taskBenefitsIcon, taskCareerIcon, taskCompanyPropertyIcon, taskCompensationIcon, taskContactIcon, taskJobIcon, taskOverviewIcon, taskPayIcon, taskPerformanceIcon, taskTimeoffIcon, textAreaIcon, textColorIcon, textEditIcon, textInputIcon, textWrapIcon, textIcon, threeColumnIcon, timeOffBalanceIcon, timeIcon, timelineAllIcon, timelineMilestoneIcon, timelinePerformanceInputIcon, toggleIcon, tokensIcon, toolsIcon, touchIdIcon, transcriptionIcon, transformationGroupbyIcon, transformationImportIcon, transformationJoinIcon, transformationUnionIcon, translationIcon, trashIcon, travelIcon, trophyIcon, twoColumnIcon, underlineIcon, undoLIcon, undoRIcon, unfreezeIcon, unknownIcon, unlinkIcon, unlockedIcon, unorderedListIcon, unpivotIcon, unsortIcon, uploadClipIcon, uploadCloudIcon, userCheckIcon, userForwardIcon, userLockedIcon, userPlusIcon, userRemoveIcon, userIcon, versionsIcon, videoIcon, viewTeamIcon, viewsiteIcon, virtualVersionLockedIcon, virtualVersionIcon, visibleIcon, webinarIcon, webpageIcon, wizardIcon, wordIcon, workbookIcon, worksheetsIcon, xCircleIcon, xSmallIcon, xIcon, xoInstanceListIcon, zoomAreaIcon, zoominIcon, zoomoutIcon, };
543
554
  declare const _default: {
544
555
  academicAppointmentTitle: string;
545
556
  accessibility: string;
@@ -771,7 +782,11 @@ declare const _default: {
771
782
  expandTable: string;
772
783
  export: string;
773
784
  extLink: string;
785
+ faceHappy: string;
774
786
  faceId: string;
787
+ faceNeutral: string;
788
+ faceUnhappy: string;
789
+ faceVeryHappy: string;
775
790
  fastForward15: string;
776
791
  fetchData: string;
777
792
  file: string;
@@ -964,6 +979,7 @@ declare const _default: {
964
979
  resizable: string;
965
980
  restore: string;
966
981
  rewind30: string;
982
+ ribbon: string;
967
983
  rightSidebar: string;
968
984
  rocket: string;
969
985
  rotate: string;
@@ -985,6 +1001,10 @@ declare const _default: {
985
1001
  share: string;
986
1002
  showCol: string;
987
1003
  shrink: string;
1004
+ signalFour: string;
1005
+ signalOne: string;
1006
+ signalThree: string;
1007
+ signalTwo: string;
988
1008
  skills: string;
989
1009
  skip: string;
990
1010
  slider: string;
@@ -999,6 +1019,7 @@ declare const _default: {
999
1019
  speechExclamation: string;
1000
1020
  splitSmall: string;
1001
1021
  split: string;
1022
+ square: string;
1002
1023
  starHalf: string;
1003
1024
  star: string;
1004
1025
  strikethrough: string;
@@ -1040,6 +1061,7 @@ declare const _default: {
1040
1061
  transformationImport: string;
1041
1062
  transformationJoin: string;
1042
1063
  transformationUnion: string;
1064
+ translation: string;
1043
1065
  trash: string;
1044
1066
  travel: string;
1045
1067
  trophy: string;
@@ -1316,7 +1338,11 @@ export declare enum CanvasSystemIcons {
1316
1338
  ExpandTable = 'expandTable',
1317
1339
  Export = 'export',
1318
1340
  ExtLink = 'extLink',
1341
+ FaceHappy = 'faceHappy',
1319
1342
  FaceId = 'faceId',
1343
+ FaceNeutral = 'faceNeutral',
1344
+ FaceUnhappy = 'faceUnhappy',
1345
+ FaceVeryHappy = 'faceVeryHappy',
1320
1346
  FastForward15 = 'fastForward15',
1321
1347
  FetchData = 'fetchData',
1322
1348
  File = 'file',
@@ -1509,6 +1535,7 @@ export declare enum CanvasSystemIcons {
1509
1535
  Resizable = 'resizable',
1510
1536
  Restore = 'restore',
1511
1537
  Rewind30 = 'rewind30',
1538
+ Ribbon = 'ribbon',
1512
1539
  RightSidebar = 'rightSidebar',
1513
1540
  Rocket = 'rocket',
1514
1541
  Rotate = 'rotate',
@@ -1530,6 +1557,10 @@ export declare enum CanvasSystemIcons {
1530
1557
  Share = 'share',
1531
1558
  ShowCol = 'showCol',
1532
1559
  Shrink = 'shrink',
1560
+ SignalFour = 'signalFour',
1561
+ SignalOne = 'signalOne',
1562
+ SignalThree = 'signalThree',
1563
+ SignalTwo = 'signalTwo',
1533
1564
  Skills = 'skills',
1534
1565
  Skip = 'skip',
1535
1566
  Slider = 'slider',
@@ -1544,6 +1575,7 @@ export declare enum CanvasSystemIcons {
1544
1575
  SpeechExclamation = 'speechExclamation',
1545
1576
  SplitSmall = 'splitSmall',
1546
1577
  Split = 'split',
1578
+ Square = 'square',
1547
1579
  StarHalf = 'starHalf',
1548
1580
  Star = 'star',
1549
1581
  Strikethrough = 'strikethrough',
@@ -1585,6 +1617,7 @@ export declare enum CanvasSystemIcons {
1585
1617
  TransformationImport = 'transformationImport',
1586
1618
  TransformationJoin = 'transformationJoin',
1587
1619
  TransformationUnion = 'transformationUnion',
1620
+ Translation = 'translation',
1588
1621
  Trash = 'trash',
1589
1622
  Travel = 'travel',
1590
1623
  Trophy = 'trophy',
package/dist/es6/index.js 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';
@@ -539,7 +550,7 @@ import xoInstanceListIcon from './xoInstanceList';
539
550
  import zoomAreaIcon from './zoomArea';
540
551
  import zoominIcon from './zoomin';
541
552
  import zoomoutIcon from './zoomout';
542
- export { academicAppointmentTitleIcon, accessibilityIcon, accountsIcon, activityStreamIcon, actualsLockedIcon, actualsIcon, adHocDeliveryIcon, addAboveIcon, addBelowIcon, addFooterWsIcon, addLeftIcon, addRightIcon, addSplitRowIcon, addZeroIcon, alarmClockPlusIcon, alarmClockIcon, alignBottomIcon, alignCenterIcon, alignLeftIcon, alignMiddleIcon, alignRightIcon, alignTopIcon, anomalyDetectionIcon, arrayIcon, arrowArcIcon, arrowCircleIcon, arrowDiagonalSmallIcon, arrowDownIcon, arrowLeftSmallIcon, arrowLeftIcon, arrowRightSmallIcon, arrowRightIcon, arrowUpIcon, articleStackedIcon, asAppliedIcon, assistantIcon, atTagMentionIcon, attributeIcon, audioMaxIcon, audioMinIcon, audioMuteIcon, audioNoneIcon, audioIcon, authenticationTagIcon, autosumIcon, avatarIcon, barcodeScannerIcon, benefitsIcon, bgColorIcon, bidIcon, birthdayIcon, boldIcon, boltFillIcon, boltIcon, bookOpenIcon, booleanIcon, borderAllIcon, borderBottomIcon, borderBtm2Icon, borderCenterIcon, borderColorIcon, borderDblIcon, borderLeftIcon, borderNoneIcon, borderOutsideIcon, borderRightIcon, borderTopIcon, boxPlusIcon, boxTextCheckIcon, boxTextPlusIcon, boxTextSearchIcon, boxTextUserSolidIcon, boxTextXIcon, boxTextIcon, businessIntelligenceIcon, buttonIcon, cArea100Icon, cAreaLayeredIcon, cAreaStackedIcon, cBar100Icon, cBarClusteredIcon, cBarStackedIcon, cBubbleIcon, cColumn100Icon, cColumnClusteredIcon, cColumnLineIcon, cColumnStackedIcon, cDualLineIcon, cLineIcon, cPieIcon, cScatterIcon, cWaterfallIcon, calculatorLockedIcon, calculatorRefreshIcon, calculatorIcon, calendarAltIcon, calendarUserSolidIcon, calendarIcon, cameraPlusIcon, cameraIcon, captureDeliveryIcon, cardViewIcon, cardIcon, caretBottomSmallIcon, caretBottomIcon, caretDownSmallIcon, caretDownIcon, caretLeftSmallIcon, caretRightSmallIcon, caretTopSmallIcon, caretTopIcon, caretUpSmallIcon, caretUpIcon, cartIcon, cellFilterIcon, cellGearIcon, cellResetIcon, cellRowIcon, cellSearchIcon, cellSwapAxisIcon, cellTemplateIcon, chartConfigIcon, chartIcon, checkCircleIcon, checkInIcon, checkSmallIcon, checkIcon, checkboxIcon, checkboxesIcon, chevron2xDownSmallIcon, chevron2xLeftSmallIcon, chevron2xRightSmallIcon, chevron2xUpSmallIcon, chevron2xleftIcon, chevron2xrightIcon, chevronDownSmallIcon, chevronDownIcon, chevronLeftSmallIcon, chevronLeftIcon, chevronRightSmallIcon, chevronRightIcon, chevronUpSmallIcon, chevronUpIcon, chipIcon, clipboardBlankCheckIcon, clipboardCheckIcon, clipboardPlusIcon, clipboardRemoveIcon, clipboardSearchIcon, clipboardIcon, clockCheckIcon, clockExclamationIcon, clockMinusIcon, clockPauseIcon, clockPlusIcon, clockXIcon, clockIcon, closeIcon, closedcaptionIcon, cloudLockIcon, clusterIcon, codeIcon, coffeeIcon, commaWsIcon, commentActiveIcon, commentPlusIcon, compassIcon, componentIcon, conclusionPopupIcon, conclusionIcon, configureIcon, contactCardCostCenterIcon, contactCardDeskIcon, contactCardIdIcon, contactCardJobProfileIcon, contactCardMatrixManagerIcon, copyIcon, courseIcon, creditCardIcon, cubeIcon, cutIcon, dashboardExpensesIcon, dashboardWorkforceIcon, dashboardIcon, dataComplexIcon, dataInputIcon, dataSourceIcon, deltaIcon, deviceDesktopIcon, devicePhoneIcon, deviceTabletIcon, discoveryBoardIcon, docIcon, documentAltIcon, documentCandidateActionRequiredIcon, documentCandidateInactiveIcon, documentCandidateSearchIcon, documentCsvIcon, documentDownloadIcon, documentHtmlIcon, documentLockedIcon, documentStarIcon, documentTsvIcon, documentIcon, documentsCheckIcon, dollarSignIcon, dollarIcon, dotIcon, downloadIcon, draggableVerticalIcon, draggableIcon, drillDownIcon, dropdownButtonIcon, dropdownIcon, editButtonBarIcon, editButtonIcon, editIcon, emptyAppIcon, endpointsIcon, eraserCellIcon, eraserFontIcon, eraserIcon, esignatureIcon, excelIcon, exclamationCircleIcon, exclamationTriangleIcon, exclamationIcon, expandTableIcon, exportIcon, extLinkIcon, faceIdIcon, fastForward15Icon, fetchDataIcon, fileIcon, filterIcon, fingerprintAndroidIcon, flagIcon, flashAutoIcon, flowIcon, folderCloseIcon, folderMinusIcon, folderMoveIcon, folderOpenIcon, folderPlusIcon, fontFaceIcon, fontSizeIcon, footerIcon, forkKnifeIcon, formattingIcon, formulaClipboardIcon, formulaEditIcon, freezeHeaderIcon, fullscreenIcon, funnelIcon, fxBracketsIcon, fxLoopIcon, fxWritebackIcon, fxIcon, gearIcon, globeIcon, gridViewIcon, gridIcon, growIcon, hashMarkIcon, headingIcon, heatmapIcon, hideColIcon, hierarchyChildrenIcon, hierarchyFullIcon, hierarchyParentIcon, hierarchyPartialIcon, hierarchyIcon, highlightIcon, homeBuildingIcon, homeIcon, hourGlassIcon, imageIcon, inboxFillIcon, inboxLargeIcon, inboxIcon, indentIcon, infoIcon, insertColumnAfterIcon, insertColumnBeforeIcon, insertRowAfterIcon, insertRowBeforeIcon, instanceIcon, interactiongroupIcon, inventoryCountIcon, inventorySearchIcon, invisibleIcon, italicsIcon, itemizeIcon, jobInfoIcon, joinFullIcon, joinInnerIcon, joinLeftIcon, joinRightIcon, justifyIcon, keyboardIcon, kpiIcon, labeledImageIcon, laptopIcon, leftSidebarIcon, legalIcon, legendIcon, letterAIcon, linkIcon, listDetailIcon, listViewIcon, liveDataIcon, livepagesIcon, locationIcon, lockKeyholeIcon, lockPlusIcon, lockIcon, loopIcon, mailLetterIcon, mailIcon, manageDeliveryIcon, mapIcon, markerIcon, medalIcon, mediaClassroomIcon, mediaErrorIcon, mediaMylearningIcon, mediaPauseIcon, mediaPlayIcon, mediaQuizIcon, mediaSurveyIcon, mediaTopicsIcon, megaphoneIcon, menuGroupIcon, mergeSmallIcon, mergeTagIcon, mergeIcon, microphoneIcon, minusCircleIcon, minusIcon, mobileNotificationsIcon, multiInstanceIcon, myLearningIcon, nboxIcon, nearbyIcon, noBidIcon, noteIcon, notificationsLargeIcon, notificationsIcon, numberInputIcon, numbersIcon, objectIcon, onboardingHomeIcon, oneColumnIcon, openresponseIcon, operatorIcon, opportunityGraphIcon, orderedListIcon, orgChartPeopleIcon, orgChartIcon, packageArrowUpIcon, panelListIcon, paragraphIcon, passwordIcon, pasteIcon, patternIcon, pdfIcon, percentageIcon, perspectiveIcon, phoneUnlockIcon, phoneIcon, piIcon, pickedShortIcon, pieChartIcon, pillIcon, pinIcon, pivotTableIcon, pivotIcon, placeholderIcon, platformCartIcon, playCircleIcon, playbookIcon, plusCircleIcon, plusSmallIcon, plusIcon, powerOfOneIcon, powerpointIcon, previousIcon, printIcon, prismIcon, progressCircleIcon, projectsIcon, promptsIcon, proofOfDeliveryIcon, proxyUserIcon, pyramidIcon, qrCodeIcon, questionFillIcon, questionOutlineIcon, questionIcon, radioMobileSelectedIcon, radioMobileIcon, radioIcon, rangePeriodIcon, rankingIcon, receiptsIcon, regionIcon, relatedActionsVerticalIcon, relatedActionsIcon, removeColumnAfterIcon, removeIndentIcon, removeRowAfterIcon, removeSplitRowIcon, removeZeroIcon, renameSplitRowIcon, renameIcon, reorderV2Icon, reorderIcon, replayIcon, reportParameterIcon, resetIcon, resizableIcon, restoreIcon, rewind30Icon, rightSidebarIcon, rocketIcon, rotateIcon, rowsCheckIcon, rowsPlusIcon, rpmIcon, rteEmphasisIcon, rteListIcon, saveAsIcon, saveIcon, screenMagnificationIcon, screenReaderIcon, searchUserIcon, searchIcon, selectIcon, sendIcon, setupIcon, shapesIcon, shareIcon, showColIcon, shrinkIcon, skillsIcon, skipIcon, sliderIcon, soccerBallIcon, socialMediaIcon, sortAZIcon, sortDownIcon, sortUpIcon, sortZAIcon, sortIcon, speechBubbleIcon, speechExclamationIcon, splitSmallIcon, splitIcon, starHalfIcon, starIcon, strikethroughIcon, suborgIcon, substituteIcon, switchIcon, systemNotificationIcon, tableIcon, tagIcon, taskAcademicIcon, taskBenefitsIcon, taskCareerIcon, taskCompanyPropertyIcon, taskCompensationIcon, taskContactIcon, taskJobIcon, taskOverviewIcon, taskPayIcon, taskPerformanceIcon, taskTimeoffIcon, textAreaIcon, textColorIcon, textEditIcon, textInputIcon, textWrapIcon, textIcon, threeColumnIcon, timeOffBalanceIcon, timeIcon, timelineAllIcon, timelineMilestoneIcon, timelinePerformanceInputIcon, toggleIcon, tokensIcon, toolsIcon, touchIdIcon, transcriptionIcon, transformationGroupbyIcon, transformationImportIcon, transformationJoinIcon, transformationUnionIcon, trashIcon, travelIcon, trophyIcon, twoColumnIcon, underlineIcon, undoLIcon, undoRIcon, unfreezeIcon, unknownIcon, unlinkIcon, unlockedIcon, unorderedListIcon, unpivotIcon, unsortIcon, uploadClipIcon, uploadCloudIcon, userCheckIcon, userForwardIcon, userLockedIcon, userPlusIcon, userRemoveIcon, userIcon, versionsIcon, videoIcon, viewTeamIcon, viewsiteIcon, virtualVersionLockedIcon, virtualVersionIcon, visibleIcon, webinarIcon, webpageIcon, wizardIcon, wordIcon, workbookIcon, worksheetsIcon, xCircleIcon, xSmallIcon, xIcon, xoInstanceListIcon, zoomAreaIcon, zoominIcon, zoomoutIcon, };
553
+ export { academicAppointmentTitleIcon, accessibilityIcon, accountsIcon, activityStreamIcon, actualsLockedIcon, actualsIcon, adHocDeliveryIcon, addAboveIcon, addBelowIcon, addFooterWsIcon, addLeftIcon, addRightIcon, addSplitRowIcon, addZeroIcon, alarmClockPlusIcon, alarmClockIcon, alignBottomIcon, alignCenterIcon, alignLeftIcon, alignMiddleIcon, alignRightIcon, alignTopIcon, anomalyDetectionIcon, arrayIcon, arrowArcIcon, arrowCircleIcon, arrowDiagonalSmallIcon, arrowDownIcon, arrowLeftSmallIcon, arrowLeftIcon, arrowRightSmallIcon, arrowRightIcon, arrowUpIcon, articleStackedIcon, asAppliedIcon, assistantIcon, atTagMentionIcon, attributeIcon, audioMaxIcon, audioMinIcon, audioMuteIcon, audioNoneIcon, audioIcon, authenticationTagIcon, autosumIcon, avatarIcon, barcodeScannerIcon, benefitsIcon, bgColorIcon, bidIcon, birthdayIcon, boldIcon, boltFillIcon, boltIcon, bookOpenIcon, booleanIcon, borderAllIcon, borderBottomIcon, borderBtm2Icon, borderCenterIcon, borderColorIcon, borderDblIcon, borderLeftIcon, borderNoneIcon, borderOutsideIcon, borderRightIcon, borderTopIcon, boxPlusIcon, boxTextCheckIcon, boxTextPlusIcon, boxTextSearchIcon, boxTextUserSolidIcon, boxTextXIcon, boxTextIcon, businessIntelligenceIcon, buttonIcon, cArea100Icon, cAreaLayeredIcon, cAreaStackedIcon, cBar100Icon, cBarClusteredIcon, cBarStackedIcon, cBubbleIcon, cColumn100Icon, cColumnClusteredIcon, cColumnLineIcon, cColumnStackedIcon, cDualLineIcon, cLineIcon, cPieIcon, cScatterIcon, cWaterfallIcon, calculatorLockedIcon, calculatorRefreshIcon, calculatorIcon, calendarAltIcon, calendarUserSolidIcon, calendarIcon, cameraPlusIcon, cameraIcon, captureDeliveryIcon, cardViewIcon, cardIcon, caretBottomSmallIcon, caretBottomIcon, caretDownSmallIcon, caretDownIcon, caretLeftSmallIcon, caretRightSmallIcon, caretTopSmallIcon, caretTopIcon, caretUpSmallIcon, caretUpIcon, cartIcon, cellFilterIcon, cellGearIcon, cellResetIcon, cellRowIcon, cellSearchIcon, cellSwapAxisIcon, cellTemplateIcon, chartConfigIcon, chartIcon, checkCircleIcon, checkInIcon, checkSmallIcon, checkIcon, checkboxIcon, checkboxesIcon, chevron2xDownSmallIcon, chevron2xLeftSmallIcon, chevron2xRightSmallIcon, chevron2xUpSmallIcon, chevron2xleftIcon, chevron2xrightIcon, chevronDownSmallIcon, chevronDownIcon, chevronLeftSmallIcon, chevronLeftIcon, chevronRightSmallIcon, chevronRightIcon, chevronUpSmallIcon, chevronUpIcon, chipIcon, clipboardBlankCheckIcon, clipboardCheckIcon, clipboardPlusIcon, clipboardRemoveIcon, clipboardSearchIcon, clipboardIcon, clockCheckIcon, clockExclamationIcon, clockMinusIcon, clockPauseIcon, clockPlusIcon, clockXIcon, clockIcon, closeIcon, closedcaptionIcon, cloudLockIcon, clusterIcon, codeIcon, coffeeIcon, commaWsIcon, commentActiveIcon, commentPlusIcon, compassIcon, componentIcon, conclusionPopupIcon, conclusionIcon, configureIcon, contactCardCostCenterIcon, contactCardDeskIcon, contactCardIdIcon, contactCardJobProfileIcon, contactCardMatrixManagerIcon, copyIcon, courseIcon, creditCardIcon, cubeIcon, cutIcon, dashboardExpensesIcon, dashboardWorkforceIcon, dashboardIcon, dataComplexIcon, dataInputIcon, dataSourceIcon, deltaIcon, deviceDesktopIcon, devicePhoneIcon, deviceTabletIcon, discoveryBoardIcon, docIcon, documentAltIcon, documentCandidateActionRequiredIcon, documentCandidateInactiveIcon, documentCandidateSearchIcon, documentCsvIcon, documentDownloadIcon, documentHtmlIcon, documentLockedIcon, documentStarIcon, documentTsvIcon, documentIcon, documentsCheckIcon, dollarSignIcon, dollarIcon, dotIcon, downloadIcon, draggableVerticalIcon, draggableIcon, drillDownIcon, dropdownButtonIcon, dropdownIcon, editButtonBarIcon, editButtonIcon, editIcon, emptyAppIcon, endpointsIcon, eraserCellIcon, eraserFontIcon, eraserIcon, esignatureIcon, excelIcon, exclamationCircleIcon, exclamationTriangleIcon, exclamationIcon, expandTableIcon, exportIcon, extLinkIcon, faceHappyIcon, faceIdIcon, faceNeutralIcon, faceUnhappyIcon, faceVeryHappyIcon, fastForward15Icon, fetchDataIcon, fileIcon, filterIcon, fingerprintAndroidIcon, flagIcon, flashAutoIcon, flowIcon, folderCloseIcon, folderMinusIcon, folderMoveIcon, folderOpenIcon, folderPlusIcon, fontFaceIcon, fontSizeIcon, footerIcon, forkKnifeIcon, formattingIcon, formulaClipboardIcon, formulaEditIcon, freezeHeaderIcon, fullscreenIcon, funnelIcon, fxBracketsIcon, fxLoopIcon, fxWritebackIcon, fxIcon, gearIcon, globeIcon, gridViewIcon, gridIcon, growIcon, hashMarkIcon, headingIcon, heatmapIcon, hideColIcon, hierarchyChildrenIcon, hierarchyFullIcon, hierarchyParentIcon, hierarchyPartialIcon, hierarchyIcon, highlightIcon, homeBuildingIcon, homeIcon, hourGlassIcon, imageIcon, inboxFillIcon, inboxLargeIcon, inboxIcon, indentIcon, infoIcon, insertColumnAfterIcon, insertColumnBeforeIcon, insertRowAfterIcon, insertRowBeforeIcon, instanceIcon, interactiongroupIcon, inventoryCountIcon, inventorySearchIcon, invisibleIcon, italicsIcon, itemizeIcon, jobInfoIcon, joinFullIcon, joinInnerIcon, joinLeftIcon, joinRightIcon, justifyIcon, keyboardIcon, kpiIcon, labeledImageIcon, laptopIcon, leftSidebarIcon, legalIcon, legendIcon, letterAIcon, linkIcon, listDetailIcon, listViewIcon, liveDataIcon, livepagesIcon, locationIcon, lockKeyholeIcon, lockPlusIcon, lockIcon, loopIcon, mailLetterIcon, mailIcon, manageDeliveryIcon, mapIcon, markerIcon, medalIcon, mediaClassroomIcon, mediaErrorIcon, mediaMylearningIcon, mediaPauseIcon, mediaPlayIcon, mediaQuizIcon, mediaSurveyIcon, mediaTopicsIcon, megaphoneIcon, menuGroupIcon, mergeSmallIcon, mergeTagIcon, mergeIcon, microphoneIcon, minusCircleIcon, minusIcon, mobileNotificationsIcon, multiInstanceIcon, myLearningIcon, nboxIcon, nearbyIcon, noBidIcon, noteIcon, notificationsLargeIcon, notificationsIcon, numberInputIcon, numbersIcon, objectIcon, onboardingHomeIcon, oneColumnIcon, openresponseIcon, operatorIcon, opportunityGraphIcon, orderedListIcon, orgChartPeopleIcon, orgChartIcon, packageArrowUpIcon, panelListIcon, paragraphIcon, passwordIcon, pasteIcon, patternIcon, pdfIcon, percentageIcon, perspectiveIcon, phoneUnlockIcon, phoneIcon, piIcon, pickedShortIcon, pieChartIcon, pillIcon, pinIcon, pivotTableIcon, pivotIcon, placeholderIcon, platformCartIcon, playCircleIcon, playbookIcon, plusCircleIcon, plusSmallIcon, plusIcon, powerOfOneIcon, powerpointIcon, previousIcon, printIcon, prismIcon, progressCircleIcon, projectsIcon, promptsIcon, proofOfDeliveryIcon, proxyUserIcon, pyramidIcon, qrCodeIcon, questionFillIcon, questionOutlineIcon, questionIcon, radioMobileSelectedIcon, radioMobileIcon, radioIcon, rangePeriodIcon, rankingIcon, receiptsIcon, regionIcon, relatedActionsVerticalIcon, relatedActionsIcon, removeColumnAfterIcon, removeIndentIcon, removeRowAfterIcon, removeSplitRowIcon, removeZeroIcon, renameSplitRowIcon, renameIcon, reorderV2Icon, reorderIcon, replayIcon, reportParameterIcon, resetIcon, resizableIcon, restoreIcon, rewind30Icon, ribbonIcon, rightSidebarIcon, rocketIcon, rotateIcon, rowsCheckIcon, rowsPlusIcon, rpmIcon, rteEmphasisIcon, rteListIcon, saveAsIcon, saveIcon, screenMagnificationIcon, screenReaderIcon, searchUserIcon, searchIcon, selectIcon, sendIcon, setupIcon, shapesIcon, shareIcon, showColIcon, shrinkIcon, signalFourIcon, signalOneIcon, signalThreeIcon, signalTwoIcon, skillsIcon, skipIcon, sliderIcon, soccerBallIcon, socialMediaIcon, sortAZIcon, sortDownIcon, sortUpIcon, sortZAIcon, sortIcon, speechBubbleIcon, speechExclamationIcon, splitSmallIcon, splitIcon, squareIcon, starHalfIcon, starIcon, strikethroughIcon, suborgIcon, substituteIcon, switchIcon, systemNotificationIcon, tableIcon, tagIcon, taskAcademicIcon, taskBenefitsIcon, taskCareerIcon, taskCompanyPropertyIcon, taskCompensationIcon, taskContactIcon, taskJobIcon, taskOverviewIcon, taskPayIcon, taskPerformanceIcon, taskTimeoffIcon, textAreaIcon, textColorIcon, textEditIcon, textInputIcon, textWrapIcon, textIcon, threeColumnIcon, timeOffBalanceIcon, timeIcon, timelineAllIcon, timelineMilestoneIcon, timelinePerformanceInputIcon, toggleIcon, tokensIcon, toolsIcon, touchIdIcon, transcriptionIcon, transformationGroupbyIcon, transformationImportIcon, transformationJoinIcon, transformationUnionIcon, translationIcon, trashIcon, travelIcon, trophyIcon, twoColumnIcon, underlineIcon, undoLIcon, undoRIcon, unfreezeIcon, unknownIcon, unlinkIcon, unlockedIcon, unorderedListIcon, unpivotIcon, unsortIcon, uploadClipIcon, uploadCloudIcon, userCheckIcon, userForwardIcon, userLockedIcon, userPlusIcon, userRemoveIcon, userIcon, versionsIcon, videoIcon, viewTeamIcon, viewsiteIcon, virtualVersionLockedIcon, virtualVersionIcon, visibleIcon, webinarIcon, webpageIcon, wizardIcon, wordIcon, workbookIcon, worksheetsIcon, xCircleIcon, xSmallIcon, xIcon, xoInstanceListIcon, zoomAreaIcon, zoominIcon, zoomoutIcon, };
543
554
  export default {
544
555
  academicAppointmentTitle: academicAppointmentTitleIcon.svg,
545
556
  accessibility: accessibilityIcon.svg,
@@ -771,7 +782,11 @@ export default {
771
782
  expandTable: expandTableIcon.svg,
772
783
  export: exportIcon.svg,
773
784
  extLink: extLinkIcon.svg,
785
+ faceHappy: faceHappyIcon.svg,
774
786
  faceId: faceIdIcon.svg,
787
+ faceNeutral: faceNeutralIcon.svg,
788
+ faceUnhappy: faceUnhappyIcon.svg,
789
+ faceVeryHappy: faceVeryHappyIcon.svg,
775
790
  fastForward15: fastForward15Icon.svg,
776
791
  fetchData: fetchDataIcon.svg,
777
792
  file: fileIcon.svg,
@@ -964,6 +979,7 @@ export default {
964
979
  resizable: resizableIcon.svg,
965
980
  restore: restoreIcon.svg,
966
981
  rewind30: rewind30Icon.svg,
982
+ ribbon: ribbonIcon.svg,
967
983
  rightSidebar: rightSidebarIcon.svg,
968
984
  rocket: rocketIcon.svg,
969
985
  rotate: rotateIcon.svg,
@@ -985,6 +1001,10 @@ export default {
985
1001
  share: shareIcon.svg,
986
1002
  showCol: showColIcon.svg,
987
1003
  shrink: shrinkIcon.svg,
1004
+ signalFour: signalFourIcon.svg,
1005
+ signalOne: signalOneIcon.svg,
1006
+ signalThree: signalThreeIcon.svg,
1007
+ signalTwo: signalTwoIcon.svg,
988
1008
  skills: skillsIcon.svg,
989
1009
  skip: skipIcon.svg,
990
1010
  slider: sliderIcon.svg,
@@ -999,6 +1019,7 @@ export default {
999
1019
  speechExclamation: speechExclamationIcon.svg,
1000
1020
  splitSmall: splitSmallIcon.svg,
1001
1021
  split: splitIcon.svg,
1022
+ square: squareIcon.svg,
1002
1023
  starHalf: starHalfIcon.svg,
1003
1024
  star: starIcon.svg,
1004
1025
  strikethrough: strikethroughIcon.svg,
@@ -1040,6 +1061,7 @@ export default {
1040
1061
  transformationImport: transformationImportIcon.svg,
1041
1062
  transformationJoin: transformationJoinIcon.svg,
1042
1063
  transformationUnion: transformationUnionIcon.svg,
1064
+ translation: translationIcon.svg,
1043
1065
  trash: trashIcon.svg,
1044
1066
  travel: travelIcon.svg,
1045
1067
  trophy: trophyIcon.svg,
@@ -1315,7 +1337,11 @@ export const CanvasSystemIcons = {
1315
1337
  ExpandTable: 'expandTable',
1316
1338
  Export: 'export',
1317
1339
  ExtLink: 'extLink',
1340
+ FaceHappy: 'faceHappy',
1318
1341
  FaceId: 'faceId',
1342
+ FaceNeutral: 'faceNeutral',
1343
+ FaceUnhappy: 'faceUnhappy',
1344
+ FaceVeryHappy: 'faceVeryHappy',
1319
1345
  FastForward15: 'fastForward15',
1320
1346
  FetchData: 'fetchData',
1321
1347
  File: 'file',
@@ -1508,6 +1534,7 @@ export const CanvasSystemIcons = {
1508
1534
  Resizable: 'resizable',
1509
1535
  Restore: 'restore',
1510
1536
  Rewind30: 'rewind30',
1537
+ Ribbon: 'ribbon',
1511
1538
  RightSidebar: 'rightSidebar',
1512
1539
  Rocket: 'rocket',
1513
1540
  Rotate: 'rotate',
@@ -1529,6 +1556,10 @@ export const CanvasSystemIcons = {
1529
1556
  Share: 'share',
1530
1557
  ShowCol: 'showCol',
1531
1558
  Shrink: 'shrink',
1559
+ SignalFour: 'signalFour',
1560
+ SignalOne: 'signalOne',
1561
+ SignalThree: 'signalThree',
1562
+ SignalTwo: 'signalTwo',
1532
1563
  Skills: 'skills',
1533
1564
  Skip: 'skip',
1534
1565
  Slider: 'slider',
@@ -1543,6 +1574,7 @@ export const CanvasSystemIcons = {
1543
1574
  SpeechExclamation: 'speechExclamation',
1544
1575
  SplitSmall: 'splitSmall',
1545
1576
  Split: 'split',
1577
+ Square: 'square',
1546
1578
  StarHalf: 'starHalf',
1547
1579
  Star: 'star',
1548
1580
  Strikethrough: 'strikethrough',
@@ -1584,6 +1616,7 @@ export const CanvasSystemIcons = {
1584
1616
  TransformationImport: 'transformationImport',
1585
1617
  TransformationJoin: 'transformationJoin',
1586
1618
  TransformationUnion: 'transformationUnion',
1619
+ Translation: 'translation',
1587
1620
  Trash: 'trash',
1588
1621
  Travel: 'travel',
1589
1622
  Trophy: 'trophy',
@@ -2,7 +2,7 @@ import { CanvasIconTypes } from '@workday/design-assets-types';
2
2
  var icon = {
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 { CanvasIconTypes } from '@workday/design-assets-types';
2
2
  var icon = {
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,3 @@
1
+ import { CanvasSystemIcon } from '@workday/design-assets-types';
2
+ declare const icon: CanvasSystemIcon;
3
+ export default icon;