@workday/canvas-system-icons-web 3.0.25 → 3.0.27

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 (87) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/asset-list/wd-system-icons-list.json +1 -1
  3. package/dist/commonjs/documentSparkle.d.ts +3 -0
  4. package/dist/commonjs/documentSparkle.js +12 -0
  5. package/dist/commonjs/editSparkle.d.ts +3 -0
  6. package/dist/commonjs/editSparkle.js +12 -0
  7. package/dist/commonjs/filterExclamation.d.ts +3 -0
  8. package/dist/commonjs/filterExclamation.js +12 -0
  9. package/dist/commonjs/index.d.ts +14 -1
  10. package/dist/commonjs/index.js +40 -1
  11. package/dist/commonjs/moon.d.ts +3 -0
  12. package/dist/commonjs/moon.js +12 -0
  13. package/dist/commonjs/noConnectionCloud.d.ts +3 -0
  14. package/dist/commonjs/noConnectionCloud.js +12 -0
  15. package/dist/commonjs/referenceLine.d.ts +3 -0
  16. package/dist/commonjs/referenceLine.js +12 -0
  17. package/dist/commonjs/searchSparkle.d.ts +3 -0
  18. package/dist/commonjs/searchSparkle.js +12 -0
  19. package/dist/commonjs/sparkleSingleSmall.d.ts +3 -0
  20. package/dist/commonjs/sparkleSingleSmall.js +12 -0
  21. package/dist/commonjs/thumbsDownFilled.d.ts +3 -0
  22. package/dist/commonjs/thumbsDownFilled.js +12 -0
  23. package/dist/commonjs/thumbsDownOutlined.d.ts +3 -0
  24. package/dist/commonjs/thumbsDownOutlined.js +12 -0
  25. package/dist/commonjs/thumbsUpFilled.d.ts +3 -0
  26. package/dist/commonjs/thumbsUpFilled.js +12 -0
  27. package/dist/commonjs/thumbsUpOutlined.d.ts +3 -0
  28. package/dist/commonjs/thumbsUpOutlined.js +12 -0
  29. package/dist/commonjs/upload.d.ts +3 -0
  30. package/dist/commonjs/upload.js +12 -0
  31. package/dist/es6/documentSparkle.d.ts +3 -0
  32. package/dist/es6/documentSparkle.js +10 -0
  33. package/dist/es6/editSparkle.d.ts +3 -0
  34. package/dist/es6/editSparkle.js +10 -0
  35. package/dist/es6/filterExclamation.d.ts +3 -0
  36. package/dist/es6/filterExclamation.js +10 -0
  37. package/dist/es6/index.d.ts +27 -1
  38. package/dist/es6/index.js +27 -1
  39. package/dist/es6/moon.d.ts +3 -0
  40. package/dist/es6/moon.js +10 -0
  41. package/dist/es6/noConnectionCloud.d.ts +3 -0
  42. package/dist/es6/noConnectionCloud.js +10 -0
  43. package/dist/es6/referenceLine.d.ts +3 -0
  44. package/dist/es6/referenceLine.js +10 -0
  45. package/dist/es6/searchSparkle.d.ts +3 -0
  46. package/dist/es6/searchSparkle.js +10 -0
  47. package/dist/es6/sparkleSingleSmall.d.ts +3 -0
  48. package/dist/es6/sparkleSingleSmall.js +10 -0
  49. package/dist/es6/thumbsDownFilled.d.ts +3 -0
  50. package/dist/es6/thumbsDownFilled.js +10 -0
  51. package/dist/es6/thumbsDownOutlined.d.ts +3 -0
  52. package/dist/es6/thumbsDownOutlined.js +10 -0
  53. package/dist/es6/thumbsUpFilled.d.ts +3 -0
  54. package/dist/es6/thumbsUpFilled.js +10 -0
  55. package/dist/es6/thumbsUpOutlined.d.ts +3 -0
  56. package/dist/es6/thumbsUpOutlined.js +10 -0
  57. package/dist/es6/upload.d.ts +3 -0
  58. package/dist/es6/upload.js +10 -0
  59. package/dist/sprite/wd-system-icon-sprite.svg +1 -1
  60. package/dist/svg/wd-icon-document-sparkle.svg +11 -0
  61. package/dist/svg/wd-icon-edit-sparkle.svg +6 -0
  62. package/dist/svg/wd-icon-filter-exclamation.svg +14 -0
  63. package/dist/svg/wd-icon-moon.svg +6 -0
  64. package/dist/svg/wd-icon-no-connection-cloud.svg +9 -0
  65. package/dist/svg/wd-icon-reference-line.svg +16 -0
  66. package/dist/svg/wd-icon-search-sparkle.svg +6 -0
  67. package/dist/svg/wd-icon-sparkle-single-small.svg +5 -0
  68. package/dist/svg/wd-icon-thumbs-down-filled.svg +6 -0
  69. package/dist/svg/wd-icon-thumbs-down-outlined.svg +5 -0
  70. package/dist/svg/wd-icon-thumbs-up-filled.svg +6 -0
  71. package/dist/svg/wd-icon-thumbs-up-outlined.svg +5 -0
  72. package/dist/svg/wd-icon-upload.svg +6 -0
  73. package/dist/ts/documentSparkle.ts +10 -0
  74. package/dist/ts/editSparkle.ts +10 -0
  75. package/dist/ts/filterExclamation.ts +10 -0
  76. package/dist/ts/index.ts +39 -0
  77. package/dist/ts/moon.ts +10 -0
  78. package/dist/ts/noConnectionCloud.ts +10 -0
  79. package/dist/ts/referenceLine.ts +10 -0
  80. package/dist/ts/searchSparkle.ts +10 -0
  81. package/dist/ts/sparkleSingleSmall.ts +10 -0
  82. package/dist/ts/thumbsDownFilled.ts +10 -0
  83. package/dist/ts/thumbsDownOutlined.ts +10 -0
  84. package/dist/ts/thumbsUpFilled.ts +10 -0
  85. package/dist/ts/thumbsUpOutlined.ts +10 -0
  86. package/dist/ts/upload.ts +10 -0
  87. 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: 'searchSparkle',
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-search-sparkle wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path d="M17.93 12.46a.53.53 0 0 1 .515-.46h1.01c.288 0 .518.243.484.528a8.46 8.46 0 0 1-1.763 4.234l2.666 2.665a.5.5 0 0 1 0 .708l-.707.707a.5.5 0 0 1-.708 0l-2.665-2.666A8.5 8.5 0 1 1 12.586 3.07c.24.03.414.24.414.482v.991c0 .323-.301.56-.621.517a6.5 6.5 0 1 0 5.55 7.402Z" class="wd-icon-fill"/><path fill-rule="evenodd" d="M17.5 2c.181 0 .407.113.456.371.185.988.582 1.814 1.184 2.438.6.622 1.42 1.059 2.479 1.244.509.089.507.805 0 .894-1.058.185-1.878.622-2.479 1.244-.602.624-1 1.45-1.184 2.438A.46.46 0 0 1 17.5 11a.456.456 0 0 1-.456-.371c-.185-.988-.582-1.814-1.184-2.438-.6-.622-1.42-1.059-2.479-1.244-.509-.09-.507-.805 0-.894 1.058-.185 1.878-.622 2.479-1.244.602-.624 1-1.45 1.184-2.438A.46.46 0 0 1 17.5 2Z" class="wd-icon-accent" clip-rule="evenodd"/></g></svg>',
8
+ filename: 'wd-icon-search-sparkle',
9
+ category: 'Core',
10
+ tags: ['find', 'look', 'magnifying', 'glass', 'AI', 'artificial', 'intelligence', 'Generate'],
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: 'sparkleSingleSmall',
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-sparkle-single-small wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path fill-rule="evenodd" d="M12 5c.186 0 .4.113.447.36.309 1.648.975 3.044 1.999 4.104 1.022 1.06 2.411 1.794 4.182 2.104a.436.436 0 0 1 0 .864c-1.77.31-3.16 1.044-4.182 2.104-1.024 1.06-1.69 2.456-2 4.105A.44.44 0 0 1 12 19a.44.44 0 0 1-.447-.36c-.309-1.648-.975-3.044-1.999-4.104-1.022-1.06-2.411-1.794-4.182-2.104a.436.436 0 0 1 0-.864c1.77-.31 3.16-1.044 4.182-2.104 1.024-1.06 1.69-2.456 2-4.104A.44.44 0 0 1 12 5Z" class="wd-icon-fill" clip-rule="evenodd"/></g></svg>',
8
+ filename: 'wd-icon-sparkle-single-small',
9
+ category: 'Core',
10
+ tags: ['ai', 'star', 'twinkle', 'shine', 'magic', 'AI', 'artificial', 'intelligence', 'Generate'],
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: 'thumbsDownFilled',
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-thumbs-down-filled wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path d="M18.602 15h2.668a.66.66 0 0 0 .666-.649V2.65c0-.357-.3-.649-.666-.649h-2.668a.66.66 0 0 0-.666.649V14.35c0 .357.3.649.666.649Z" class="wd-icon-accent"/><path d="M16.915 3H6.217C3.124 3-.064 14.925 3.729 15.49c.118.02 5.535 0 5.535 0l-.757 1.996c-.52 1.379-.184 3.482 1.264 4.225.474.241 1.132.368 1.665.235a1.2 1.2 0 0 0 .73-.527c.13-.212.159-.448.188-.687q.016-.15.043-.298a4.2 4.2 0 0 1 1.217-2.25c.678-.634 2.215-1.996 3.322-2.972a2 2 0 0 1-.021-.287z" class="wd-icon-fill"/></g></svg>',
8
+ filename: 'wd-icon-thumbs-down-filled',
9
+ category: 'Core',
10
+ tags: ['dislike', 'no', 'fail', 'full', 'negative'],
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: 'thumbsDownOutlined',
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-thumbs-down-outlined wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path fill-rule="evenodd" d="M9.278 21.625c.57.302 1.349.564 2.153.294.575-.192.898-.628 1.069-.919s.383-1.142.5-1.5c.172-.526.366-.816.755-1.199.498-.484 1.496-1.519 2.356-2.418l.355-.371c.32.312.765.488 1.2.488h2.668c.817 0 1.666-.62 1.666-1.599V3.6C22 2.62 21.15 2 20.334 2h-2.668c-.635 0-1.289.374-1.549 1H6.686c-.675 0-1.24.331-1.667.712-.432.386-.808.9-1.13 1.455-.648 1.113-1.171 2.56-1.492 3.997-.32 1.428-.462 2.943-.272 4.185.179 1.175.753 2.562 2.254 2.813.053.01.1.012.107.013l.108.004.175.002.56.002a460 460 0 0 0 2.55-.003c-.296.814-.5 2.234-.284 3.12.215.886.728 1.815 1.68 2.324zM16 5H6.686s-.025 0-.081.026c-.06.027-.145.08-.253.177-.22.197-.473.519-.735.968-.52.896-.98 2.14-1.269 3.43-.29 1.296-.384 2.541-.246 3.446.134.883.408 1.085.564 1.133l.12.001.547.002a541 541 0 0 0 3.243-.005l2.165-.007-1.143 3.131c-.152.42-.188.997-.06 1.526.13.53.384.873.677 1.03.246.13.552.167.712.126l.007-.003.01-.005s.008-.035.014-.074l.023-.192a4.805 4.805 0 0 1 1.373-2.837l.004-.003c.466-.454 1.44-1.462 2.309-2.37L16 13.101zM4.606 14.178h.003zM20 4v10h-2V4z" class="wd-icon-fill" clip-rule="evenodd"/></g></svg>',
8
+ filename: 'wd-icon-thumbs-down-outlined',
9
+ category: 'Core',
10
+ tags: ['dislike', 'no', 'fail', 'stroke', 'border'],
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: 'thumbsUpFilled',
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-thumbs-up-filled wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path d="M5.398 9H2.73a.66.66 0 0 0-.666.649V21.35c0 .357.3.649.666.649h2.668a.66.66 0 0 0 .666-.649V9.65c0-.357-.3-.649-.666-.649Z" class="wd-icon-accent"/><path d="M7.085 21h10.698c3.093 0 6.281-11.925 2.488-12.49-.118-.02-5.535 0-5.535 0l.757-1.996c.52-1.379.184-3.481-1.264-4.225-.474-.241-1.132-.368-1.665-.235a1.2 1.2 0 0 0-.73.527c-.13.212-.159.448-.188.688q-.016.149-.043.297a4.2 4.2 0 0 1-1.217 2.25c-.678.634-2.215 1.996-3.322 2.972q.021.14.021.287z" class="wd-icon-fill"/></g></svg>',
8
+ filename: 'wd-icon-thumbs-up-filled',
9
+ category: 'Core',
10
+ tags: ['like', 'okay', 'yes', 'pass', 'full'],
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: 'thumbsUpOutlined',
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-thumbs-up-outlined wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path fill-rule="evenodd" d="M14.722 2.375c-.57-.302-1.349-.564-2.154-.294-.574.192-.897.628-1.068.919-.17.291-.383 1.142-.5 1.5-.172.526-.366.816-.755 1.199-.498.485-1.496 1.519-2.357 2.418l-.354.371A1.74 1.74 0 0 0 6.334 8H3.666C2.849 8 2 8.62 2 9.599V20.4C2 21.38 2.849 22 3.666 22h2.668c.635 0 1.289-.374 1.549-1h9.431c.675 0 1.24-.331 1.667-.712.431-.386.808-.9 1.13-1.455.648-1.113 1.171-2.56 1.492-3.997.32-1.428.461-2.943.272-4.185-.179-1.175-.753-2.562-2.254-2.813-.053-.01-.1-.012-.107-.013l-.108-.004-.175-.002-.56-.002a496 496 0 0 0-2.55.003c.296-.814.5-2.234.284-3.12-.215-.886-.728-1.815-1.68-2.324zM8 19h9.314s.025 0 .081-.026c.06-.027.145-.08.253-.177.22-.197.473-.519.735-.968.52-.896.98-2.14 1.268-3.43.29-1.296.385-2.541.247-3.446-.134-.883-.408-1.085-.564-1.133l-.12-.001-.547-.002a490 490 0 0 0-3.243.005l-2.165.007 1.143-3.131c.152-.42.188-.997.06-1.526-.13-.53-.384-.873-.677-1.03-.246-.13-.553-.167-.712-.126l-.008.003-.008.005s-.009.035-.015.074l-.024.192a4.805 4.805 0 0 1-1.373 2.837l-.003.003A127 127 0 0 0 9.333 9.5L8 10.899zm11.394-9.178h-.003zM4 20V10h2v10z" class="wd-icon-fill" clip-rule="evenodd"/></g></svg>',
8
+ filename: 'wd-icon-thumbs-up-outlined',
9
+ category: 'Core',
10
+ tags: ['like', 'pass', 'okay', 'yes', 'stroke', 'border', 'positive'],
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: 'upload',
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-upload wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path d="M20 18.5a.5.5 0 0 0-.5-.5h-15a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h15a.5.5 0 0 0 .5-.5z" class="wd-icon-fill"/><path d="M11 7.621 9.768 8.854a.5.5 0 0 1-.707 0l-.707-.708a.5.5 0 0 1 0-.707l3.292-3.293a.5.5 0 0 1 .708 0l3.292 3.293a.5.5 0 0 1 0 .707l-.707.708a.5.5 0 0 1-.707 0L13 7.62V15.5a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5z" class="wd-icon-accent"/></g></svg>',
8
+ filename: 'wd-icon-upload',
9
+ category: 'Core',
10
+ tags: ['file', 'collapse', 'attachments', 'arrow', 'download', 'up'],
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,10 @@
1
+ import { CanvasIconTypes } from '@workday/design-assets-types';
2
+ var icon = {
3
+ name: 'documentSparkle',
4
+ type: CanvasIconTypes.System,
5
+ svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-document-sparkle wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path d="M4.5 2a.5.5 0 0 0-.5.5v19a.5.5 0 0 0 .5.5h15a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5V20H6V4h7.5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z" class="wd-icon-fill"/><g><path d="M7 8.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5z" class="wd-icon-accent"/><path d="M7 11.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5z" class="wd-icon-accent"/><path d="M7 14.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5z" class="wd-icon-accent"/><path fill-rule="evenodd" d="M17.5 2c.181 0 .407.113.456.371.185.988.582 1.814 1.184 2.438.6.622 1.42 1.059 2.479 1.244.509.089.507.805 0 .894-1.058.185-1.878.622-2.479 1.244-.602.624-1 1.45-1.184 2.438A.46.46 0 0 1 17.5 11a.456.456 0 0 1-.456-.371c-.185-.988-.582-1.814-1.184-2.438-.6-.622-1.42-1.059-2.479-1.244-.509-.09-.507-.805 0-.894 1.058-.185 1.878-.622 2.479-1.244.602-.624 1-1.45 1.184-2.438A.46.46 0 0 1 17.5 2Z" class="wd-icon-accent" clip-rule="evenodd"/></g></g></svg>',
6
+ filename: 'wd-icon-document-sparkle',
7
+ category: 'Files & Docs',
8
+ tags: ['Doc', 'Article', 'File', 'Generate', 'Edit', 'Content', 'AI', 'artificial', 'intelligence'],
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: 'editSparkle',
4
+ type: CanvasIconTypes.System,
5
+ svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-edit-sparkle wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path fill-rule="evenodd" d="M15.046 9.45 6.93 17.567 7 18.91l1.344.07 8.118-8.117zm1.415-1.415 1.414 1.415 1.414-1.415-1.414-1.414zM5.016 17.14c.002-.271.16-.65.35-.839L17.522 4.146a.5.5 0 0 1 .7-.006l3.548 3.548a.497.497 0 0 1-.006.7L9.61 20.545a1.4 1.4 0 0 1-.839.35l-3.267.016A.5.5 0 0 1 5 20.407z" class="wd-icon-fill" clip-rule="evenodd"/><path fill-rule="evenodd" d="M6.5 2c.181 0 .407.113.456.371.185.988.582 1.814 1.184 2.438.6.622 1.42 1.059 2.479 1.244.509.089.507.805 0 .894-1.058.185-1.878.622-2.479 1.244-.602.624-1 1.45-1.184 2.438A.46.46 0 0 1 6.5 11a.456.456 0 0 1-.456-.371C5.86 9.64 5.462 8.815 4.86 8.19c-.6-.622-1.42-1.059-2.479-1.244-.509-.09-.507-.805 0-.894C3.44 5.868 4.26 5.431 4.86 4.81c.602-.624 1-1.45 1.184-2.438A.46.46 0 0 1 6.5 2Z" class="wd-icon-accent" clip-rule="evenodd"/></g></svg>',
6
+ filename: 'wd-icon-edit-sparkle',
7
+ category: 'Editor',
8
+ tags: ['editing', 'pencil', 'pen', 'new', 'AI', 'artificial', 'intelligence', 'Generate'],
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: 'filterExclamation',
4
+ type: CanvasIconTypes.System,
5
+ svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-filter-exclamation wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><g><path d="M2 5.505C2 5.226 2.225 5 2.494 5h19.012c.273 0 .494.214.494.505v.99a.5.5 0 0 1-.494.505H2.494A.49.49 0 0 1 2 6.495z" class="wd-icon-fill"/><path d="M7 13.505c0-.279.228-.505.51-.505h6.24a.25.25 0 0 1 .25.25v1.5a.25.25 0 0 1-.25.25H7.51a.5.5 0 0 1-.51-.505z" class="wd-icon-fill"/><path d="M14 17.25a.25.25 0 0 0-.25-.25H9.491a.503.503 0 0 0-.491.505v.99c0 .291.22.505.491.505h4.259a.25.25 0 0 0 .25-.25z" class="wd-icon-fill"/><path d="M18.502 11a.5.5 0 0 0 .498-.505v-.99A.494.494 0 0 0 18.502 9H5.498A.5.5 0 0 0 5 9.505v.99c0 .291.223.505.498.505z" class="wd-icon-fill"/></g><g><path d="M16 13.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5z" class="wd-icon-accent"/><path d="M16 19.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5z" class="wd-icon-accent"/></g></g></svg>',
6
+ filename: 'wd-icon-filter-exclamation',
7
+ category: 'Core',
8
+ tags: ['filter', 'reduce', 'critical'],
9
+ };
10
+ export default icon;
@@ -206,6 +206,7 @@ import documentCsvIcon from './documentCsv';
206
206
  import documentDownloadIcon from './documentDownload';
207
207
  import documentHtmlIcon from './documentHtml';
208
208
  import documentLockedIcon from './documentLocked';
209
+ import documentSparkleIcon from './documentSparkle';
209
210
  import documentStarIcon from './documentStar';
210
211
  import documentTsvIcon from './documentTsv';
211
212
  import documentIcon from './document';
@@ -221,6 +222,7 @@ import dropdownButtonIcon from './dropdownButton';
221
222
  import dropdownIcon from './dropdown';
222
223
  import editButtonBarIcon from './editButtonBar';
223
224
  import editButtonIcon from './editButton';
225
+ import editSparkleIcon from './editSparkle';
224
226
  import editIcon from './edit';
225
227
  import emptyAppIcon from './emptyApp';
226
228
  import endpointsIcon from './endpoints';
@@ -245,6 +247,7 @@ import fastForward15Icon from './fastForward15';
245
247
  import fetchDataIcon from './fetchData';
246
248
  import fileIcon from './file';
247
249
  import filterCheckedIcon from './filterChecked';
250
+ import filterExclamationIcon from './filterExclamation';
248
251
  import filterIcon from './filter';
249
252
  import findInventoryIcon from './findInventory';
250
253
  import findTransactionsIcon from './findTransactions';
@@ -362,6 +365,7 @@ import microphoneIcon from './microphone';
362
365
  import minusCircleIcon from './minusCircle';
363
366
  import minusIcon from './minus';
364
367
  import mobileNotificationsIcon from './mobileNotifications';
368
+ import moonIcon from './moon';
365
369
  import moveInventoryIcon from './moveInventory';
366
370
  import multiInstanceIcon from './multiInstance';
367
371
  import myLearningIcon from './myLearning';
@@ -369,6 +373,7 @@ import myReferralsIcon from './myReferrals';
369
373
  import nboxIcon from './nbox';
370
374
  import nearbyIcon from './nearby';
371
375
  import noBidIcon from './noBid';
376
+ import noConnectionCloudIcon from './noConnectionCloud';
372
377
  import noteIcon from './note';
373
378
  import notificationsLargeIcon from './notificationsLarge';
374
379
  import notificationsIcon from './notifications';
@@ -430,6 +435,7 @@ import radioIcon from './radio';
430
435
  import rangePeriodIcon from './rangePeriod';
431
436
  import rankingIcon from './ranking';
432
437
  import receiptsIcon from './receipts';
438
+ import referenceLineIcon from './referenceLine';
433
439
  import regionIcon from './region';
434
440
  import relatedActionsVerticalIcon from './relatedActionsVertical';
435
441
  import relatedActionsIcon from './relatedActions';
@@ -461,6 +467,7 @@ import saveAsIcon from './saveAs';
461
467
  import saveIcon from './save';
462
468
  import screenMagnificationIcon from './screenMagnification';
463
469
  import screenReaderIcon from './screenReader';
470
+ import searchSparkleIcon from './searchSparkle';
464
471
  import searchUserIcon from './searchUser';
465
472
  import searchIcon from './search';
466
473
  import selectIcon from './select';
@@ -485,6 +492,7 @@ import sortDownIcon from './sortDown';
485
492
  import sortUpIcon from './sortUp';
486
493
  import sortZAIcon from './sortZA';
487
494
  import sortIcon from './sort';
495
+ import sparkleSingleSmallIcon from './sparkleSingleSmall';
488
496
  import sparkleIcon from './sparkle';
489
497
  import speechBubbleIcon from './speechBubble';
490
498
  import speechExclamationIcon from './speechExclamation';
@@ -518,6 +526,10 @@ import textInputIcon from './textInput';
518
526
  import textWrapIcon from './textWrap';
519
527
  import textIcon from './text';
520
528
  import threeColumnIcon from './threeColumn';
529
+ import thumbsDownFilledIcon from './thumbsDownFilled';
530
+ import thumbsDownOutlinedIcon from './thumbsDownOutlined';
531
+ import thumbsUpFilledIcon from './thumbsUpFilled';
532
+ import thumbsUpOutlinedIcon from './thumbsUpOutlined';
521
533
  import timeOffBalanceIcon from './timeOffBalance';
522
534
  import timeIcon from './time';
523
535
  import timelineAllIcon from './timelineAll';
@@ -550,6 +562,7 @@ import unpivotIcon from './unpivot';
550
562
  import unsortIcon from './unsort';
551
563
  import uploadClipIcon from './uploadClip';
552
564
  import uploadCloudIcon from './uploadCloud';
565
+ import uploadIcon from './upload';
553
566
  import userCheckIcon from './userCheck';
554
567
  import userForwardIcon from './userForward';
555
568
  import userLockedIcon from './userLocked';
@@ -576,7 +589,7 @@ import xoInstanceListIcon from './xoInstanceList';
576
589
  import zoomAreaIcon from './zoomArea';
577
590
  import zoominIcon from './zoomin';
578
591
  import zoomoutIcon from './zoomout';
579
- export { academicAppointmentTitleIcon, accessibilityIcon, accountsIcon, activityStreamIcon, actualsLockedIcon, actualsIcon, adHocDeliveryIcon, addAboveIcon, addBelowIcon, addFooterWsIcon, addLeftIcon, addRightIcon, addSplitRowIcon, addZeroIcon, adjustInventoryIcon, 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, chartVisualsFanIcon, chartIcon, checkCircleIcon, checkInIcon, checkSmallIcon, checkIcon, checkboxIcon, checkboxesIcon, chevron2xDownSmallIcon, chevron2xLeftSmallIcon, chevron2xRightSmallIcon, chevron2xUpSmallIcon, chevron2xleftIcon, chevron2xrightIcon, chevronDownSmallIcon, chevronDownIcon, chevronHierarchyClosedIcon, chevronHierarchyOpenIcon, 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, compareFilesIcon, compassIcon, componentEditIcon, componentIcon, conclusionPopupIcon, conclusionIcon, configureIcon, contactCardCostCenterIcon, contactCardDeskIcon, contactCardIdIcon, contactCardJobProfileIcon, contactCardMatrixManagerIcon, convertInventoryIcon, 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, fanChartIcon, fastForward15Icon, fetchDataIcon, fileIcon, filterCheckedIcon, filterIcon, findInventoryIcon, findTransactionsIcon, 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, hierarchyChildIcon, hierarchyChildrenIcon, hierarchyDiagonalParentChildChildIcon, hierarchyDiagonalParentChildIcon, hierarchyDiagonalParentIcon, hierarchyFullIcon, hierarchyParentChildIcon, hierarchyParentIcon, hierarchyPartialIcon, hierarchyRightFullIcon, hierarchyIcon, highlightIcon, homeBuildingIcon, homeIcon, hourGlassIcon, imageIcon, inboxFillIcon, inboxLargeIcon, inboxIcon, indentIcon, infoIcon, insertColumnAfterIcon, insertColumnBeforeIcon, insertRowAfterIcon, insertRowBeforeIcon, instanceMappingIcon, instanceIcon, interactiongroupIcon, inventoryCountIcon, inventorySearchIcon, invisibleIcon, italicsIcon, itemizeIcon, jobInfoIcon, joinFullIcon, joinInnerIcon, joinLeftIcon, joinRightIcon, justifyIcon, keyboardIcon, kpiIcon, labeledImageIcon, laptopIcon, leftSidebarIcon, legalIcon, legendIcon, letterAIcon, lightbulbIcon, 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, messagingIcon, microphoneIcon, minusCircleIcon, minusIcon, mobileNotificationsIcon, moveInventoryIcon, multiInstanceIcon, myLearningIcon, myReferralsIcon, nboxIcon, nearbyIcon, noBidIcon, noteIcon, notificationsLargeIcon, notificationsIcon, numberInputIcon, numbersIcon, objectIcon, onboardingHomeIcon, oneColumnIcon, openresponseIcon, operatorIcon, opportunityGraphIcon, orderedListIcon, orgChartPeopleIcon, orgChartIcon, packageArrowDownIcon, 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, signoutIcon, skillsIcon, skipIcon, sliderIcon, soccerBallIcon, socialMediaIcon, sortAZIcon, sortDownIcon, sortUpIcon, sortZAIcon, sortIcon, sparkleIcon, 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, translatedActualsIcon, 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, };
592
+ export { academicAppointmentTitleIcon, accessibilityIcon, accountsIcon, activityStreamIcon, actualsLockedIcon, actualsIcon, adHocDeliveryIcon, addAboveIcon, addBelowIcon, addFooterWsIcon, addLeftIcon, addRightIcon, addSplitRowIcon, addZeroIcon, adjustInventoryIcon, 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, chartVisualsFanIcon, chartIcon, checkCircleIcon, checkInIcon, checkSmallIcon, checkIcon, checkboxIcon, checkboxesIcon, chevron2xDownSmallIcon, chevron2xLeftSmallIcon, chevron2xRightSmallIcon, chevron2xUpSmallIcon, chevron2xleftIcon, chevron2xrightIcon, chevronDownSmallIcon, chevronDownIcon, chevronHierarchyClosedIcon, chevronHierarchyOpenIcon, 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, compareFilesIcon, compassIcon, componentEditIcon, componentIcon, conclusionPopupIcon, conclusionIcon, configureIcon, contactCardCostCenterIcon, contactCardDeskIcon, contactCardIdIcon, contactCardJobProfileIcon, contactCardMatrixManagerIcon, convertInventoryIcon, 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, documentSparkleIcon, documentStarIcon, documentTsvIcon, documentIcon, documentsCheckIcon, dollarSignIcon, dollarIcon, dotIcon, downloadIcon, draggableVerticalIcon, draggableIcon, drillDownIcon, dropdownButtonIcon, dropdownIcon, editButtonBarIcon, editButtonIcon, editSparkleIcon, editIcon, emptyAppIcon, endpointsIcon, eraserCellIcon, eraserFontIcon, eraserIcon, esignatureIcon, excelIcon, exclamationCircleIcon, exclamationTriangleIcon, exclamationIcon, expandTableIcon, exportIcon, extLinkIcon, faceHappyIcon, faceIdIcon, faceNeutralIcon, faceUnhappyIcon, faceVeryHappyIcon, fanChartIcon, fastForward15Icon, fetchDataIcon, fileIcon, filterCheckedIcon, filterExclamationIcon, filterIcon, findInventoryIcon, findTransactionsIcon, 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, hierarchyChildIcon, hierarchyChildrenIcon, hierarchyDiagonalParentChildChildIcon, hierarchyDiagonalParentChildIcon, hierarchyDiagonalParentIcon, hierarchyFullIcon, hierarchyParentChildIcon, hierarchyParentIcon, hierarchyPartialIcon, hierarchyRightFullIcon, hierarchyIcon, highlightIcon, homeBuildingIcon, homeIcon, hourGlassIcon, imageIcon, inboxFillIcon, inboxLargeIcon, inboxIcon, indentIcon, infoIcon, insertColumnAfterIcon, insertColumnBeforeIcon, insertRowAfterIcon, insertRowBeforeIcon, instanceMappingIcon, instanceIcon, interactiongroupIcon, inventoryCountIcon, inventorySearchIcon, invisibleIcon, italicsIcon, itemizeIcon, jobInfoIcon, joinFullIcon, joinInnerIcon, joinLeftIcon, joinRightIcon, justifyIcon, keyboardIcon, kpiIcon, labeledImageIcon, laptopIcon, leftSidebarIcon, legalIcon, legendIcon, letterAIcon, lightbulbIcon, 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, messagingIcon, microphoneIcon, minusCircleIcon, minusIcon, mobileNotificationsIcon, moonIcon, moveInventoryIcon, multiInstanceIcon, myLearningIcon, myReferralsIcon, nboxIcon, nearbyIcon, noBidIcon, noConnectionCloudIcon, noteIcon, notificationsLargeIcon, notificationsIcon, numberInputIcon, numbersIcon, objectIcon, onboardingHomeIcon, oneColumnIcon, openresponseIcon, operatorIcon, opportunityGraphIcon, orderedListIcon, orgChartPeopleIcon, orgChartIcon, packageArrowDownIcon, 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, referenceLineIcon, 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, searchSparkleIcon, searchUserIcon, searchIcon, selectIcon, sendIcon, setupIcon, shapesIcon, shareIcon, showColIcon, shrinkIcon, signalFourIcon, signalOneIcon, signalThreeIcon, signalTwoIcon, signoutIcon, skillsIcon, skipIcon, sliderIcon, soccerBallIcon, socialMediaIcon, sortAZIcon, sortDownIcon, sortUpIcon, sortZAIcon, sortIcon, sparkleSingleSmallIcon, sparkleIcon, 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, thumbsDownFilledIcon, thumbsDownOutlinedIcon, thumbsUpFilledIcon, thumbsUpOutlinedIcon, timeOffBalanceIcon, timeIcon, timelineAllIcon, timelineMilestoneIcon, timelinePerformanceInputIcon, toggleIcon, tokensIcon, toolsIcon, touchIdIcon, transcriptionIcon, transformationGroupbyIcon, transformationImportIcon, transformationJoinIcon, transformationUnionIcon, translatedActualsIcon, translationIcon, trashIcon, travelIcon, trophyIcon, twoColumnIcon, underlineIcon, undoLIcon, undoRIcon, unfreezeIcon, unknownIcon, unlinkIcon, unlockedIcon, unorderedListIcon, unpivotIcon, unsortIcon, uploadClipIcon, uploadCloudIcon, uploadIcon, 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, };
580
593
 
581
594
  export declare enum CanvasSystemIcons {
582
595
  AcademicAppointmentTitle = 'academicAppointmentTitle',
@@ -787,6 +800,7 @@ export declare enum CanvasSystemIcons {
787
800
  DocumentDownload = 'documentDownload',
788
801
  DocumentHtml = 'documentHtml',
789
802
  DocumentLocked = 'documentLocked',
803
+ DocumentSparkle = 'documentSparkle',
790
804
  DocumentStar = 'documentStar',
791
805
  DocumentTsv = 'documentTsv',
792
806
  Document = 'document',
@@ -802,6 +816,7 @@ export declare enum CanvasSystemIcons {
802
816
  Dropdown = 'dropdown',
803
817
  EditButtonBar = 'editButtonBar',
804
818
  EditButton = 'editButton',
819
+ EditSparkle = 'editSparkle',
805
820
  Edit = 'edit',
806
821
  EmptyApp = 'emptyApp',
807
822
  Endpoints = 'endpoints',
@@ -826,6 +841,7 @@ export declare enum CanvasSystemIcons {
826
841
  FetchData = 'fetchData',
827
842
  File = 'file',
828
843
  FilterChecked = 'filterChecked',
844
+ FilterExclamation = 'filterExclamation',
829
845
  Filter = 'filter',
830
846
  FindInventory = 'findInventory',
831
847
  FindTransactions = 'findTransactions',
@@ -943,6 +959,7 @@ export declare enum CanvasSystemIcons {
943
959
  MinusCircle = 'minusCircle',
944
960
  Minus = 'minus',
945
961
  MobileNotifications = 'mobileNotifications',
962
+ Moon = 'moon',
946
963
  MoveInventory = 'moveInventory',
947
964
  MultiInstance = 'multiInstance',
948
965
  MyLearning = 'myLearning',
@@ -950,6 +967,7 @@ export declare enum CanvasSystemIcons {
950
967
  Nbox = 'nbox',
951
968
  Nearby = 'nearby',
952
969
  NoBid = 'noBid',
970
+ NoConnectionCloud = 'noConnectionCloud',
953
971
  Note = 'note',
954
972
  NotificationsLarge = 'notificationsLarge',
955
973
  Notifications = 'notifications',
@@ -1011,6 +1029,7 @@ export declare enum CanvasSystemIcons {
1011
1029
  RangePeriod = 'rangePeriod',
1012
1030
  Ranking = 'ranking',
1013
1031
  Receipts = 'receipts',
1032
+ ReferenceLine = 'referenceLine',
1014
1033
  Region = 'region',
1015
1034
  RelatedActionsVertical = 'relatedActionsVertical',
1016
1035
  RelatedActions = 'relatedActions',
@@ -1042,6 +1061,7 @@ export declare enum CanvasSystemIcons {
1042
1061
  Save = 'save',
1043
1062
  ScreenMagnification = 'screenMagnification',
1044
1063
  ScreenReader = 'screenReader',
1064
+ SearchSparkle = 'searchSparkle',
1045
1065
  SearchUser = 'searchUser',
1046
1066
  Search = 'search',
1047
1067
  Select = 'select',
@@ -1066,6 +1086,7 @@ export declare enum CanvasSystemIcons {
1066
1086
  SortUp = 'sortUp',
1067
1087
  SortZA = 'sortZA',
1068
1088
  Sort = 'sort',
1089
+ SparkleSingleSmall = 'sparkleSingleSmall',
1069
1090
  Sparkle = 'sparkle',
1070
1091
  SpeechBubble = 'speechBubble',
1071
1092
  SpeechExclamation = 'speechExclamation',
@@ -1099,6 +1120,10 @@ export declare enum CanvasSystemIcons {
1099
1120
  TextWrap = 'textWrap',
1100
1121
  Text = 'text',
1101
1122
  ThreeColumn = 'threeColumn',
1123
+ ThumbsDownFilled = 'thumbsDownFilled',
1124
+ ThumbsDownOutlined = 'thumbsDownOutlined',
1125
+ ThumbsUpFilled = 'thumbsUpFilled',
1126
+ ThumbsUpOutlined = 'thumbsUpOutlined',
1102
1127
  TimeOffBalance = 'timeOffBalance',
1103
1128
  Time = 'time',
1104
1129
  TimelineAll = 'timelineAll',
@@ -1131,6 +1156,7 @@ export declare enum CanvasSystemIcons {
1131
1156
  Unsort = 'unsort',
1132
1157
  UploadClip = 'uploadClip',
1133
1158
  UploadCloud = 'uploadCloud',
1159
+ Upload = 'upload',
1134
1160
  UserCheck = 'userCheck',
1135
1161
  UserForward = 'userForward',
1136
1162
  UserLocked = 'userLocked',
package/dist/es6/index.js CHANGED
@@ -206,6 +206,7 @@ import documentCsvIcon from './documentCsv';
206
206
  import documentDownloadIcon from './documentDownload';
207
207
  import documentHtmlIcon from './documentHtml';
208
208
  import documentLockedIcon from './documentLocked';
209
+ import documentSparkleIcon from './documentSparkle';
209
210
  import documentStarIcon from './documentStar';
210
211
  import documentTsvIcon from './documentTsv';
211
212
  import documentIcon from './document';
@@ -221,6 +222,7 @@ import dropdownButtonIcon from './dropdownButton';
221
222
  import dropdownIcon from './dropdown';
222
223
  import editButtonBarIcon from './editButtonBar';
223
224
  import editButtonIcon from './editButton';
225
+ import editSparkleIcon from './editSparkle';
224
226
  import editIcon from './edit';
225
227
  import emptyAppIcon from './emptyApp';
226
228
  import endpointsIcon from './endpoints';
@@ -245,6 +247,7 @@ import fastForward15Icon from './fastForward15';
245
247
  import fetchDataIcon from './fetchData';
246
248
  import fileIcon from './file';
247
249
  import filterCheckedIcon from './filterChecked';
250
+ import filterExclamationIcon from './filterExclamation';
248
251
  import filterIcon from './filter';
249
252
  import findInventoryIcon from './findInventory';
250
253
  import findTransactionsIcon from './findTransactions';
@@ -362,6 +365,7 @@ import microphoneIcon from './microphone';
362
365
  import minusCircleIcon from './minusCircle';
363
366
  import minusIcon from './minus';
364
367
  import mobileNotificationsIcon from './mobileNotifications';
368
+ import moonIcon from './moon';
365
369
  import moveInventoryIcon from './moveInventory';
366
370
  import multiInstanceIcon from './multiInstance';
367
371
  import myLearningIcon from './myLearning';
@@ -369,6 +373,7 @@ import myReferralsIcon from './myReferrals';
369
373
  import nboxIcon from './nbox';
370
374
  import nearbyIcon from './nearby';
371
375
  import noBidIcon from './noBid';
376
+ import noConnectionCloudIcon from './noConnectionCloud';
372
377
  import noteIcon from './note';
373
378
  import notificationsLargeIcon from './notificationsLarge';
374
379
  import notificationsIcon from './notifications';
@@ -430,6 +435,7 @@ import radioIcon from './radio';
430
435
  import rangePeriodIcon from './rangePeriod';
431
436
  import rankingIcon from './ranking';
432
437
  import receiptsIcon from './receipts';
438
+ import referenceLineIcon from './referenceLine';
433
439
  import regionIcon from './region';
434
440
  import relatedActionsVerticalIcon from './relatedActionsVertical';
435
441
  import relatedActionsIcon from './relatedActions';
@@ -461,6 +467,7 @@ import saveAsIcon from './saveAs';
461
467
  import saveIcon from './save';
462
468
  import screenMagnificationIcon from './screenMagnification';
463
469
  import screenReaderIcon from './screenReader';
470
+ import searchSparkleIcon from './searchSparkle';
464
471
  import searchUserIcon from './searchUser';
465
472
  import searchIcon from './search';
466
473
  import selectIcon from './select';
@@ -485,6 +492,7 @@ import sortDownIcon from './sortDown';
485
492
  import sortUpIcon from './sortUp';
486
493
  import sortZAIcon from './sortZA';
487
494
  import sortIcon from './sort';
495
+ import sparkleSingleSmallIcon from './sparkleSingleSmall';
488
496
  import sparkleIcon from './sparkle';
489
497
  import speechBubbleIcon from './speechBubble';
490
498
  import speechExclamationIcon from './speechExclamation';
@@ -518,6 +526,10 @@ import textInputIcon from './textInput';
518
526
  import textWrapIcon from './textWrap';
519
527
  import textIcon from './text';
520
528
  import threeColumnIcon from './threeColumn';
529
+ import thumbsDownFilledIcon from './thumbsDownFilled';
530
+ import thumbsDownOutlinedIcon from './thumbsDownOutlined';
531
+ import thumbsUpFilledIcon from './thumbsUpFilled';
532
+ import thumbsUpOutlinedIcon from './thumbsUpOutlined';
521
533
  import timeOffBalanceIcon from './timeOffBalance';
522
534
  import timeIcon from './time';
523
535
  import timelineAllIcon from './timelineAll';
@@ -550,6 +562,7 @@ import unpivotIcon from './unpivot';
550
562
  import unsortIcon from './unsort';
551
563
  import uploadClipIcon from './uploadClip';
552
564
  import uploadCloudIcon from './uploadCloud';
565
+ import uploadIcon from './upload';
553
566
  import userCheckIcon from './userCheck';
554
567
  import userForwardIcon from './userForward';
555
568
  import userLockedIcon from './userLocked';
@@ -576,7 +589,7 @@ import xoInstanceListIcon from './xoInstanceList';
576
589
  import zoomAreaIcon from './zoomArea';
577
590
  import zoominIcon from './zoomin';
578
591
  import zoomoutIcon from './zoomout';
579
- export { academicAppointmentTitleIcon, accessibilityIcon, accountsIcon, activityStreamIcon, actualsLockedIcon, actualsIcon, adHocDeliveryIcon, addAboveIcon, addBelowIcon, addFooterWsIcon, addLeftIcon, addRightIcon, addSplitRowIcon, addZeroIcon, adjustInventoryIcon, 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, chartVisualsFanIcon, chartIcon, checkCircleIcon, checkInIcon, checkSmallIcon, checkIcon, checkboxIcon, checkboxesIcon, chevron2xDownSmallIcon, chevron2xLeftSmallIcon, chevron2xRightSmallIcon, chevron2xUpSmallIcon, chevron2xleftIcon, chevron2xrightIcon, chevronDownSmallIcon, chevronDownIcon, chevronHierarchyClosedIcon, chevronHierarchyOpenIcon, 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, compareFilesIcon, compassIcon, componentEditIcon, componentIcon, conclusionPopupIcon, conclusionIcon, configureIcon, contactCardCostCenterIcon, contactCardDeskIcon, contactCardIdIcon, contactCardJobProfileIcon, contactCardMatrixManagerIcon, convertInventoryIcon, 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, fanChartIcon, fastForward15Icon, fetchDataIcon, fileIcon, filterCheckedIcon, filterIcon, findInventoryIcon, findTransactionsIcon, 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, hierarchyChildIcon, hierarchyChildrenIcon, hierarchyDiagonalParentChildChildIcon, hierarchyDiagonalParentChildIcon, hierarchyDiagonalParentIcon, hierarchyFullIcon, hierarchyParentChildIcon, hierarchyParentIcon, hierarchyPartialIcon, hierarchyRightFullIcon, hierarchyIcon, highlightIcon, homeBuildingIcon, homeIcon, hourGlassIcon, imageIcon, inboxFillIcon, inboxLargeIcon, inboxIcon, indentIcon, infoIcon, insertColumnAfterIcon, insertColumnBeforeIcon, insertRowAfterIcon, insertRowBeforeIcon, instanceMappingIcon, instanceIcon, interactiongroupIcon, inventoryCountIcon, inventorySearchIcon, invisibleIcon, italicsIcon, itemizeIcon, jobInfoIcon, joinFullIcon, joinInnerIcon, joinLeftIcon, joinRightIcon, justifyIcon, keyboardIcon, kpiIcon, labeledImageIcon, laptopIcon, leftSidebarIcon, legalIcon, legendIcon, letterAIcon, lightbulbIcon, 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, messagingIcon, microphoneIcon, minusCircleIcon, minusIcon, mobileNotificationsIcon, moveInventoryIcon, multiInstanceIcon, myLearningIcon, myReferralsIcon, nboxIcon, nearbyIcon, noBidIcon, noteIcon, notificationsLargeIcon, notificationsIcon, numberInputIcon, numbersIcon, objectIcon, onboardingHomeIcon, oneColumnIcon, openresponseIcon, operatorIcon, opportunityGraphIcon, orderedListIcon, orgChartPeopleIcon, orgChartIcon, packageArrowDownIcon, 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, signoutIcon, skillsIcon, skipIcon, sliderIcon, soccerBallIcon, socialMediaIcon, sortAZIcon, sortDownIcon, sortUpIcon, sortZAIcon, sortIcon, sparkleIcon, 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, translatedActualsIcon, 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, };
592
+ export { academicAppointmentTitleIcon, accessibilityIcon, accountsIcon, activityStreamIcon, actualsLockedIcon, actualsIcon, adHocDeliveryIcon, addAboveIcon, addBelowIcon, addFooterWsIcon, addLeftIcon, addRightIcon, addSplitRowIcon, addZeroIcon, adjustInventoryIcon, 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, chartVisualsFanIcon, chartIcon, checkCircleIcon, checkInIcon, checkSmallIcon, checkIcon, checkboxIcon, checkboxesIcon, chevron2xDownSmallIcon, chevron2xLeftSmallIcon, chevron2xRightSmallIcon, chevron2xUpSmallIcon, chevron2xleftIcon, chevron2xrightIcon, chevronDownSmallIcon, chevronDownIcon, chevronHierarchyClosedIcon, chevronHierarchyOpenIcon, 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, compareFilesIcon, compassIcon, componentEditIcon, componentIcon, conclusionPopupIcon, conclusionIcon, configureIcon, contactCardCostCenterIcon, contactCardDeskIcon, contactCardIdIcon, contactCardJobProfileIcon, contactCardMatrixManagerIcon, convertInventoryIcon, 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, documentSparkleIcon, documentStarIcon, documentTsvIcon, documentIcon, documentsCheckIcon, dollarSignIcon, dollarIcon, dotIcon, downloadIcon, draggableVerticalIcon, draggableIcon, drillDownIcon, dropdownButtonIcon, dropdownIcon, editButtonBarIcon, editButtonIcon, editSparkleIcon, editIcon, emptyAppIcon, endpointsIcon, eraserCellIcon, eraserFontIcon, eraserIcon, esignatureIcon, excelIcon, exclamationCircleIcon, exclamationTriangleIcon, exclamationIcon, expandTableIcon, exportIcon, extLinkIcon, faceHappyIcon, faceIdIcon, faceNeutralIcon, faceUnhappyIcon, faceVeryHappyIcon, fanChartIcon, fastForward15Icon, fetchDataIcon, fileIcon, filterCheckedIcon, filterExclamationIcon, filterIcon, findInventoryIcon, findTransactionsIcon, 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, hierarchyChildIcon, hierarchyChildrenIcon, hierarchyDiagonalParentChildChildIcon, hierarchyDiagonalParentChildIcon, hierarchyDiagonalParentIcon, hierarchyFullIcon, hierarchyParentChildIcon, hierarchyParentIcon, hierarchyPartialIcon, hierarchyRightFullIcon, hierarchyIcon, highlightIcon, homeBuildingIcon, homeIcon, hourGlassIcon, imageIcon, inboxFillIcon, inboxLargeIcon, inboxIcon, indentIcon, infoIcon, insertColumnAfterIcon, insertColumnBeforeIcon, insertRowAfterIcon, insertRowBeforeIcon, instanceMappingIcon, instanceIcon, interactiongroupIcon, inventoryCountIcon, inventorySearchIcon, invisibleIcon, italicsIcon, itemizeIcon, jobInfoIcon, joinFullIcon, joinInnerIcon, joinLeftIcon, joinRightIcon, justifyIcon, keyboardIcon, kpiIcon, labeledImageIcon, laptopIcon, leftSidebarIcon, legalIcon, legendIcon, letterAIcon, lightbulbIcon, 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, messagingIcon, microphoneIcon, minusCircleIcon, minusIcon, mobileNotificationsIcon, moonIcon, moveInventoryIcon, multiInstanceIcon, myLearningIcon, myReferralsIcon, nboxIcon, nearbyIcon, noBidIcon, noConnectionCloudIcon, noteIcon, notificationsLargeIcon, notificationsIcon, numberInputIcon, numbersIcon, objectIcon, onboardingHomeIcon, oneColumnIcon, openresponseIcon, operatorIcon, opportunityGraphIcon, orderedListIcon, orgChartPeopleIcon, orgChartIcon, packageArrowDownIcon, 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, referenceLineIcon, 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, searchSparkleIcon, searchUserIcon, searchIcon, selectIcon, sendIcon, setupIcon, shapesIcon, shareIcon, showColIcon, shrinkIcon, signalFourIcon, signalOneIcon, signalThreeIcon, signalTwoIcon, signoutIcon, skillsIcon, skipIcon, sliderIcon, soccerBallIcon, socialMediaIcon, sortAZIcon, sortDownIcon, sortUpIcon, sortZAIcon, sortIcon, sparkleSingleSmallIcon, sparkleIcon, 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, thumbsDownFilledIcon, thumbsDownOutlinedIcon, thumbsUpFilledIcon, thumbsUpOutlinedIcon, timeOffBalanceIcon, timeIcon, timelineAllIcon, timelineMilestoneIcon, timelinePerformanceInputIcon, toggleIcon, tokensIcon, toolsIcon, touchIdIcon, transcriptionIcon, transformationGroupbyIcon, transformationImportIcon, transformationJoinIcon, transformationUnionIcon, translatedActualsIcon, translationIcon, trashIcon, travelIcon, trophyIcon, twoColumnIcon, underlineIcon, undoLIcon, undoRIcon, unfreezeIcon, unknownIcon, unlinkIcon, unlockedIcon, unorderedListIcon, unpivotIcon, unsortIcon, uploadClipIcon, uploadCloudIcon, uploadIcon, 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, };
580
593
 
581
594
  export const CanvasSystemIcons = {
582
595
  AcademicAppointmentTitle: 'academicAppointmentTitle',
@@ -787,6 +800,7 @@ export const CanvasSystemIcons = {
787
800
  DocumentDownload: 'documentDownload',
788
801
  DocumentHtml: 'documentHtml',
789
802
  DocumentLocked: 'documentLocked',
803
+ DocumentSparkle: 'documentSparkle',
790
804
  DocumentStar: 'documentStar',
791
805
  DocumentTsv: 'documentTsv',
792
806
  Document: 'document',
@@ -802,6 +816,7 @@ export const CanvasSystemIcons = {
802
816
  Dropdown: 'dropdown',
803
817
  EditButtonBar: 'editButtonBar',
804
818
  EditButton: 'editButton',
819
+ EditSparkle: 'editSparkle',
805
820
  Edit: 'edit',
806
821
  EmptyApp: 'emptyApp',
807
822
  Endpoints: 'endpoints',
@@ -826,6 +841,7 @@ export const CanvasSystemIcons = {
826
841
  FetchData: 'fetchData',
827
842
  File: 'file',
828
843
  FilterChecked: 'filterChecked',
844
+ FilterExclamation: 'filterExclamation',
829
845
  Filter: 'filter',
830
846
  FindInventory: 'findInventory',
831
847
  FindTransactions: 'findTransactions',
@@ -943,6 +959,7 @@ export const CanvasSystemIcons = {
943
959
  MinusCircle: 'minusCircle',
944
960
  Minus: 'minus',
945
961
  MobileNotifications: 'mobileNotifications',
962
+ Moon: 'moon',
946
963
  MoveInventory: 'moveInventory',
947
964
  MultiInstance: 'multiInstance',
948
965
  MyLearning: 'myLearning',
@@ -950,6 +967,7 @@ export const CanvasSystemIcons = {
950
967
  Nbox: 'nbox',
951
968
  Nearby: 'nearby',
952
969
  NoBid: 'noBid',
970
+ NoConnectionCloud: 'noConnectionCloud',
953
971
  Note: 'note',
954
972
  NotificationsLarge: 'notificationsLarge',
955
973
  Notifications: 'notifications',
@@ -1011,6 +1029,7 @@ export const CanvasSystemIcons = {
1011
1029
  RangePeriod: 'rangePeriod',
1012
1030
  Ranking: 'ranking',
1013
1031
  Receipts: 'receipts',
1032
+ ReferenceLine: 'referenceLine',
1014
1033
  Region: 'region',
1015
1034
  RelatedActionsVertical: 'relatedActionsVertical',
1016
1035
  RelatedActions: 'relatedActions',
@@ -1042,6 +1061,7 @@ export const CanvasSystemIcons = {
1042
1061
  Save: 'save',
1043
1062
  ScreenMagnification: 'screenMagnification',
1044
1063
  ScreenReader: 'screenReader',
1064
+ SearchSparkle: 'searchSparkle',
1045
1065
  SearchUser: 'searchUser',
1046
1066
  Search: 'search',
1047
1067
  Select: 'select',
@@ -1066,6 +1086,7 @@ export const CanvasSystemIcons = {
1066
1086
  SortUp: 'sortUp',
1067
1087
  SortZA: 'sortZA',
1068
1088
  Sort: 'sort',
1089
+ SparkleSingleSmall: 'sparkleSingleSmall',
1069
1090
  Sparkle: 'sparkle',
1070
1091
  SpeechBubble: 'speechBubble',
1071
1092
  SpeechExclamation: 'speechExclamation',
@@ -1099,6 +1120,10 @@ export const CanvasSystemIcons = {
1099
1120
  TextWrap: 'textWrap',
1100
1121
  Text: 'text',
1101
1122
  ThreeColumn: 'threeColumn',
1123
+ ThumbsDownFilled: 'thumbsDownFilled',
1124
+ ThumbsDownOutlined: 'thumbsDownOutlined',
1125
+ ThumbsUpFilled: 'thumbsUpFilled',
1126
+ ThumbsUpOutlined: 'thumbsUpOutlined',
1102
1127
  TimeOffBalance: 'timeOffBalance',
1103
1128
  Time: 'time',
1104
1129
  TimelineAll: 'timelineAll',
@@ -1131,6 +1156,7 @@ export const CanvasSystemIcons = {
1131
1156
  Unsort: 'unsort',
1132
1157
  UploadClip: 'uploadClip',
1133
1158
  UploadCloud: 'uploadCloud',
1159
+ Upload: 'upload',
1134
1160
  UserCheck: 'userCheck',
1135
1161
  UserForward: 'userForward',
1136
1162
  UserLocked: 'userLocked',
@@ -0,0 +1,3 @@
1
+ import { CanvasSystemIcon } from '@workday/design-assets-types';
2
+ declare const icon: CanvasSystemIcon;
3
+ export default icon;