@workday/canvas-system-icons-web 3.0.19 → 3.0.21

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 (96) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/asset-list/wd-system-icons-list.json +1 -1
  3. package/dist/commonjs/chartVisualsFan.d.ts +3 -0
  4. package/dist/commonjs/chartVisualsFan.js +9 -0
  5. package/dist/commonjs/chevronHierarchyClosed.d.ts +3 -0
  6. package/dist/commonjs/chevronHierarchyClosed.js +9 -0
  7. package/dist/commonjs/chevronHierarchyOpen.d.ts +3 -0
  8. package/dist/commonjs/chevronHierarchyOpen.js +9 -0
  9. package/dist/commonjs/fanChart.d.ts +3 -0
  10. package/dist/commonjs/fanChart.js +12 -0
  11. package/dist/commonjs/hierarchy.js +1 -1
  12. package/dist/commonjs/hierarchyChild.d.ts +3 -0
  13. package/dist/commonjs/hierarchyChild.js +12 -0
  14. package/dist/commonjs/hierarchyDiagonalParent.d.ts +3 -0
  15. package/dist/commonjs/hierarchyDiagonalParent.js +12 -0
  16. package/dist/commonjs/hierarchyDiagonalParentChild.d.ts +3 -0
  17. package/dist/commonjs/hierarchyDiagonalParentChild.js +12 -0
  18. package/dist/commonjs/hierarchyDiagonalParentChildChild.d.ts +3 -0
  19. package/dist/commonjs/hierarchyDiagonalParentChildChild.js +12 -0
  20. package/dist/commonjs/hierarchyFull.js +1 -1
  21. package/dist/commonjs/hierarchyParent.js +1 -1
  22. package/dist/commonjs/hierarchyParentChild.d.ts +3 -0
  23. package/dist/commonjs/hierarchyParentChild.js +9 -0
  24. package/dist/commonjs/hierarchyRightFull.d.ts +3 -0
  25. package/dist/commonjs/hierarchyRightFull.js +9 -0
  26. package/dist/commonjs/index.d.ts +11 -1
  27. package/dist/commonjs/index.js +21 -570
  28. package/dist/commonjs/myReferrals.js +1 -1
  29. package/dist/commonjs/signout.js +1 -1
  30. package/dist/commonjs/sort.js +1 -1
  31. package/dist/commonjs/sparkle.js +1 -1
  32. package/dist/commonjs/switch.js +1 -1
  33. package/dist/es6/chartVisualsFan.d.ts +3 -0
  34. package/dist/es6/chartVisualsFan.js +7 -0
  35. package/dist/es6/chevronHierarchyClosed.d.ts +3 -0
  36. package/dist/es6/chevronHierarchyClosed.js +7 -0
  37. package/dist/es6/chevronHierarchyOpen.d.ts +3 -0
  38. package/dist/es6/chevronHierarchyOpen.js +7 -0
  39. package/dist/es6/fanChart.d.ts +3 -0
  40. package/dist/es6/fanChart.js +10 -0
  41. package/dist/es6/hierarchy.js +1 -1
  42. package/dist/es6/hierarchyChild.d.ts +3 -0
  43. package/dist/es6/hierarchyChild.js +10 -0
  44. package/dist/es6/hierarchyDiagonalParent.d.ts +3 -0
  45. package/dist/es6/hierarchyDiagonalParent.js +10 -0
  46. package/dist/es6/hierarchyDiagonalParentChild.d.ts +3 -0
  47. package/dist/es6/hierarchyDiagonalParentChild.js +10 -0
  48. package/dist/es6/hierarchyDiagonalParentChildChild.d.ts +3 -0
  49. package/dist/es6/hierarchyDiagonalParentChildChild.js +10 -0
  50. package/dist/es6/hierarchyFull.js +1 -1
  51. package/dist/es6/hierarchyParent.js +1 -1
  52. package/dist/es6/hierarchyParentChild.d.ts +3 -0
  53. package/dist/es6/hierarchyParentChild.js +7 -0
  54. package/dist/es6/hierarchyRightFull.d.ts +3 -0
  55. package/dist/es6/hierarchyRightFull.js +7 -0
  56. package/dist/es6/index.d.ts +11 -570
  57. package/dist/es6/index.js +11 -570
  58. package/dist/es6/myReferrals.js +1 -1
  59. package/dist/es6/signout.js +1 -1
  60. package/dist/es6/sort.js +1 -1
  61. package/dist/es6/sparkle.js +1 -1
  62. package/dist/es6/switch.js +1 -1
  63. package/dist/sprite/wd-system-icon-sprite.svg +1 -1
  64. package/dist/svg/wd-icon-chart-visuals-fan.svg +6 -0
  65. package/dist/svg/wd-icon-chevron-hierarchy-closed.svg +5 -0
  66. package/dist/svg/wd-icon-chevron-hierarchy-open.svg +7 -0
  67. package/dist/svg/wd-icon-fan-chart.svg +6 -0
  68. package/dist/svg/wd-icon-hierarchy-child.svg +7 -0
  69. package/dist/svg/wd-icon-hierarchy-diagonal-parent-child-child.svg +6 -0
  70. package/dist/svg/wd-icon-hierarchy-diagonal-parent-child.svg +6 -0
  71. package/dist/svg/wd-icon-hierarchy-diagonal-parent.svg +6 -0
  72. package/dist/svg/wd-icon-hierarchy-full.svg +2 -1
  73. package/dist/svg/wd-icon-hierarchy-parent-child.svg +11 -0
  74. package/dist/svg/wd-icon-hierarchy-parent.svg +3 -1
  75. package/dist/svg/wd-icon-hierarchy-right-full.svg +7 -0
  76. package/dist/svg/wd-icon-hierarchy.svg +2 -2
  77. package/dist/ts/chartVisualsFan.ts +7 -0
  78. package/dist/ts/chevronHierarchyClosed.ts +7 -0
  79. package/dist/ts/chevronHierarchyOpen.ts +7 -0
  80. package/dist/ts/fanChart.ts +10 -0
  81. package/dist/ts/hierarchy.ts +1 -1
  82. package/dist/ts/hierarchyChild.ts +10 -0
  83. package/dist/ts/hierarchyDiagonalParent.ts +10 -0
  84. package/dist/ts/hierarchyDiagonalParentChild.ts +10 -0
  85. package/dist/ts/hierarchyDiagonalParentChildChild.ts +10 -0
  86. package/dist/ts/hierarchyFull.ts +1 -1
  87. package/dist/ts/hierarchyParent.ts +1 -1
  88. package/dist/ts/hierarchyParentChild.ts +7 -0
  89. package/dist/ts/hierarchyRightFull.ts +7 -0
  90. package/dist/ts/index.ts +20 -568
  91. package/dist/ts/myReferrals.ts +1 -1
  92. package/dist/ts/signout.ts +1 -1
  93. package/dist/ts/sort.ts +1 -1
  94. package/dist/ts/sparkle.ts +1 -1
  95. package/dist/ts/switch.ts +1 -1
  96. package/package.json +5 -5
package/dist/ts/index.ts CHANGED
@@ -121,6 +121,7 @@ import cellSearchIcon from './cellSearch'
121
121
  import cellSwapAxisIcon from './cellSwapAxis'
122
122
  import cellTemplateIcon from './cellTemplate'
123
123
  import chartConfigIcon from './chartConfig'
124
+ import chartVisualsFanIcon from './chartVisualsFan'
124
125
  import chartIcon from './chart'
125
126
  import checkCircleIcon from './checkCircle'
126
127
  import checkInIcon from './checkIn'
@@ -136,6 +137,8 @@ import chevron2xleftIcon from './chevron2xleft'
136
137
  import chevron2xrightIcon from './chevron2xright'
137
138
  import chevronDownSmallIcon from './chevronDownSmall'
138
139
  import chevronDownIcon from './chevronDown'
140
+ import chevronHierarchyClosedIcon from './chevronHierarchyClosed'
141
+ import chevronHierarchyOpenIcon from './chevronHierarchyOpen'
139
142
  import chevronLeftSmallIcon from './chevronLeftSmall'
140
143
  import chevronLeftIcon from './chevronLeft'
141
144
  import chevronRightSmallIcon from './chevronRightSmall'
@@ -237,6 +240,7 @@ import faceIdIcon from './faceId'
237
240
  import faceNeutralIcon from './faceNeutral'
238
241
  import faceUnhappyIcon from './faceUnhappy'
239
242
  import faceVeryHappyIcon from './faceVeryHappy'
243
+ import fanChartIcon from './fanChart'
240
244
  import fastForward15Icon from './fastForward15'
241
245
  import fetchDataIcon from './fetchData'
242
246
  import fileIcon from './file'
@@ -276,10 +280,16 @@ import hashMarkIcon from './hashMark'
276
280
  import headingIcon from './heading'
277
281
  import heatmapIcon from './heatmap'
278
282
  import hideColIcon from './hideCol'
283
+ import hierarchyChildIcon from './hierarchyChild'
279
284
  import hierarchyChildrenIcon from './hierarchyChildren'
285
+ import hierarchyDiagonalParentChildChildIcon from './hierarchyDiagonalParentChildChild'
286
+ import hierarchyDiagonalParentChildIcon from './hierarchyDiagonalParentChild'
287
+ import hierarchyDiagonalParentIcon from './hierarchyDiagonalParent'
280
288
  import hierarchyFullIcon from './hierarchyFull'
289
+ import hierarchyParentChildIcon from './hierarchyParentChild'
281
290
  import hierarchyParentIcon from './hierarchyParent'
282
291
  import hierarchyPartialIcon from './hierarchyPartial'
292
+ import hierarchyRightFullIcon from './hierarchyRightFull'
283
293
  import hierarchyIcon from './hierarchy'
284
294
  import highlightIcon from './highlight'
285
295
  import homeBuildingIcon from './homeBuilding'
@@ -689,6 +699,7 @@ export {
689
699
  cellSwapAxisIcon,
690
700
  cellTemplateIcon,
691
701
  chartConfigIcon,
702
+ chartVisualsFanIcon,
692
703
  chartIcon,
693
704
  checkCircleIcon,
694
705
  checkInIcon,
@@ -704,6 +715,8 @@ export {
704
715
  chevron2xrightIcon,
705
716
  chevronDownSmallIcon,
706
717
  chevronDownIcon,
718
+ chevronHierarchyClosedIcon,
719
+ chevronHierarchyOpenIcon,
707
720
  chevronLeftSmallIcon,
708
721
  chevronLeftIcon,
709
722
  chevronRightSmallIcon,
@@ -805,6 +818,7 @@ export {
805
818
  faceNeutralIcon,
806
819
  faceUnhappyIcon,
807
820
  faceVeryHappyIcon,
821
+ fanChartIcon,
808
822
  fastForward15Icon,
809
823
  fetchDataIcon,
810
824
  fileIcon,
@@ -844,10 +858,16 @@ export {
844
858
  headingIcon,
845
859
  heatmapIcon,
846
860
  hideColIcon,
861
+ hierarchyChildIcon,
847
862
  hierarchyChildrenIcon,
863
+ hierarchyDiagonalParentChildChildIcon,
864
+ hierarchyDiagonalParentChildIcon,
865
+ hierarchyDiagonalParentIcon,
848
866
  hierarchyFullIcon,
867
+ hierarchyParentChildIcon,
849
868
  hierarchyParentIcon,
850
869
  hierarchyPartialIcon,
870
+ hierarchyRightFullIcon,
851
871
  hierarchyIcon,
852
872
  highlightIcon,
853
873
  homeBuildingIcon,
@@ -1132,572 +1152,4 @@ export {
1132
1152
  zoomAreaIcon,
1133
1153
  zoominIcon,
1134
1154
  zoomoutIcon,
1135
- }
1136
- export enum CanvasSystemIcons {
1137
- AcademicAppointmentTitle = 'academicAppointmentTitle',
1138
- Accessibility = 'accessibility',
1139
- Accounts = 'accounts',
1140
- ActivityStream = 'activityStream',
1141
- ActualsLocked = 'actualsLocked',
1142
- Actuals = 'actuals',
1143
- AdHocDelivery = 'adHocDelivery',
1144
- AddAbove = 'addAbove',
1145
- AddBelow = 'addBelow',
1146
- AddFooterWs = 'addFooterWs',
1147
- AddLeft = 'addLeft',
1148
- AddRight = 'addRight',
1149
- AddSplitRow = 'addSplitRow',
1150
- AddZero = 'addZero',
1151
- AdjustInventory = 'adjustInventory',
1152
- AlarmClockPlus = 'alarmClockPlus',
1153
- AlarmClock = 'alarmClock',
1154
- AlignBottom = 'alignBottom',
1155
- AlignCenter = 'alignCenter',
1156
- AlignLeft = 'alignLeft',
1157
- AlignMiddle = 'alignMiddle',
1158
- AlignRight = 'alignRight',
1159
- AlignTop = 'alignTop',
1160
- AnomalyDetection = 'anomalyDetection',
1161
- Array = 'array',
1162
- ArrowArc = 'arrowArc',
1163
- ArrowCircle = 'arrowCircle',
1164
- ArrowDiagonalSmall = 'arrowDiagonalSmall',
1165
- ArrowDown = 'arrowDown',
1166
- ArrowLeftSmall = 'arrowLeftSmall',
1167
- ArrowLeft = 'arrowLeft',
1168
- ArrowRightSmall = 'arrowRightSmall',
1169
- ArrowRight = 'arrowRight',
1170
- ArrowUp = 'arrowUp',
1171
- ArticleStacked = 'articleStacked',
1172
- AsApplied = 'asApplied',
1173
- Assistant = 'assistant',
1174
- AtTagMention = 'atTagMention',
1175
- Attribute = 'attribute',
1176
- AudioMax = 'audioMax',
1177
- AudioMin = 'audioMin',
1178
- AudioMute = 'audioMute',
1179
- AudioNone = 'audioNone',
1180
- Audio = 'audio',
1181
- AuthenticationTag = 'authenticationTag',
1182
- Autosum = 'autosum',
1183
- Avatar = 'avatar',
1184
- BarcodeScanner = 'barcodeScanner',
1185
- Benefits = 'benefits',
1186
- BgColor = 'bgColor',
1187
- Bid = 'bid',
1188
- Birthday = 'birthday',
1189
- Bold = 'bold',
1190
- BoltFill = 'boltFill',
1191
- Bolt = 'bolt',
1192
- BookOpen = 'bookOpen',
1193
- Boolean = 'boolean',
1194
- BorderAll = 'borderAll',
1195
- BorderBottom = 'borderBottom',
1196
- BorderBtm2 = 'borderBtm2',
1197
- BorderCenter = 'borderCenter',
1198
- BorderColor = 'borderColor',
1199
- BorderDbl = 'borderDbl',
1200
- BorderLeft = 'borderLeft',
1201
- BorderNone = 'borderNone',
1202
- BorderOutside = 'borderOutside',
1203
- BorderRight = 'borderRight',
1204
- BorderTop = 'borderTop',
1205
- BoxPlus = 'boxPlus',
1206
- BoxTextCheck = 'boxTextCheck',
1207
- BoxTextPlus = 'boxTextPlus',
1208
- BoxTextSearch = 'boxTextSearch',
1209
- BoxTextUserSolid = 'boxTextUserSolid',
1210
- BoxTextX = 'boxTextX',
1211
- BoxText = 'boxText',
1212
- BusinessIntelligence = 'businessIntelligence',
1213
- Button = 'button',
1214
- CArea100 = 'cArea100',
1215
- CAreaLayered = 'cAreaLayered',
1216
- CAreaStacked = 'cAreaStacked',
1217
- CBar100 = 'cBar100',
1218
- CBarClustered = 'cBarClustered',
1219
- CBarStacked = 'cBarStacked',
1220
- CBubble = 'cBubble',
1221
- CColumn100 = 'cColumn100',
1222
- CColumnClustered = 'cColumnClustered',
1223
- CColumnLine = 'cColumnLine',
1224
- CColumnStacked = 'cColumnStacked',
1225
- CDualLine = 'cDualLine',
1226
- CLine = 'cLine',
1227
- CPie = 'cPie',
1228
- CScatter = 'cScatter',
1229
- CWaterfall = 'cWaterfall',
1230
- CalculatorLocked = 'calculatorLocked',
1231
- CalculatorRefresh = 'calculatorRefresh',
1232
- Calculator = 'calculator',
1233
- CalendarAlt = 'calendarAlt',
1234
- CalendarUserSolid = 'calendarUserSolid',
1235
- Calendar = 'calendar',
1236
- CameraPlus = 'cameraPlus',
1237
- Camera = 'camera',
1238
- CaptureDelivery = 'captureDelivery',
1239
- CardView = 'cardView',
1240
- Card = 'card',
1241
- CaretBottomSmall = 'caretBottomSmall',
1242
- CaretBottom = 'caretBottom',
1243
- CaretDownSmall = 'caretDownSmall',
1244
- CaretDown = 'caretDown',
1245
- CaretLeftSmall = 'caretLeftSmall',
1246
- CaretRightSmall = 'caretRightSmall',
1247
- CaretTopSmall = 'caretTopSmall',
1248
- CaretTop = 'caretTop',
1249
- CaretUpSmall = 'caretUpSmall',
1250
- CaretUp = 'caretUp',
1251
- Cart = 'cart',
1252
- CellFilter = 'cellFilter',
1253
- CellGear = 'cellGear',
1254
- CellReset = 'cellReset',
1255
- CellRow = 'cellRow',
1256
- CellSearch = 'cellSearch',
1257
- CellSwapAxis = 'cellSwapAxis',
1258
- CellTemplate = 'cellTemplate',
1259
- ChartConfig = 'chartConfig',
1260
- Chart = 'chart',
1261
- CheckCircle = 'checkCircle',
1262
- CheckIn = 'checkIn',
1263
- CheckSmall = 'checkSmall',
1264
- Check = 'check',
1265
- Checkbox = 'checkbox',
1266
- Checkboxes = 'checkboxes',
1267
- Chevron2xDownSmall = 'chevron2xDownSmall',
1268
- Chevron2xLeftSmall = 'chevron2xLeftSmall',
1269
- Chevron2xRightSmall = 'chevron2xRightSmall',
1270
- Chevron2xUpSmall = 'chevron2xUpSmall',
1271
- Chevron2xleft = 'chevron2xleft',
1272
- Chevron2xright = 'chevron2xright',
1273
- ChevronDownSmall = 'chevronDownSmall',
1274
- ChevronDown = 'chevronDown',
1275
- ChevronLeftSmall = 'chevronLeftSmall',
1276
- ChevronLeft = 'chevronLeft',
1277
- ChevronRightSmall = 'chevronRightSmall',
1278
- ChevronRight = 'chevronRight',
1279
- ChevronUpSmall = 'chevronUpSmall',
1280
- ChevronUp = 'chevronUp',
1281
- Chip = 'chip',
1282
- ClipboardBlankCheck = 'clipboardBlankCheck',
1283
- ClipboardCheck = 'clipboardCheck',
1284
- ClipboardPlus = 'clipboardPlus',
1285
- ClipboardRemove = 'clipboardRemove',
1286
- ClipboardSearch = 'clipboardSearch',
1287
- Clipboard = 'clipboard',
1288
- ClockCheck = 'clockCheck',
1289
- ClockExclamation = 'clockExclamation',
1290
- ClockMinus = 'clockMinus',
1291
- ClockPause = 'clockPause',
1292
- ClockPlus = 'clockPlus',
1293
- ClockX = 'clockX',
1294
- Clock = 'clock',
1295
- Close = 'close',
1296
- Closedcaption = 'closedcaption',
1297
- CloudLock = 'cloudLock',
1298
- Cluster = 'cluster',
1299
- Code = 'code',
1300
- Coffee = 'coffee',
1301
- CommaWs = 'commaWs',
1302
- CommentActive = 'commentActive',
1303
- CommentPlus = 'commentPlus',
1304
- CompareFiles = 'compareFiles',
1305
- Compass = 'compass',
1306
- ComponentEdit = 'componentEdit',
1307
- Component = 'component',
1308
- ConclusionPopup = 'conclusionPopup',
1309
- Conclusion = 'conclusion',
1310
- Configure = 'configure',
1311
- ContactCardCostCenter = 'contactCardCostCenter',
1312
- ContactCardDesk = 'contactCardDesk',
1313
- ContactCardId = 'contactCardId',
1314
- ContactCardJobProfile = 'contactCardJobProfile',
1315
- ContactCardMatrixManager = 'contactCardMatrixManager',
1316
- ConvertInventory = 'convertInventory',
1317
- Copy = 'copy',
1318
- Course = 'course',
1319
- CreditCard = 'creditCard',
1320
- Cube = 'cube',
1321
- Cut = 'cut',
1322
- DashboardExpenses = 'dashboardExpenses',
1323
- DashboardWorkforce = 'dashboardWorkforce',
1324
- Dashboard = 'dashboard',
1325
- DataComplex = 'dataComplex',
1326
- DataInput = 'dataInput',
1327
- DataSource = 'dataSource',
1328
- Delta = 'delta',
1329
- DeviceDesktop = 'deviceDesktop',
1330
- DevicePhone = 'devicePhone',
1331
- DeviceTablet = 'deviceTablet',
1332
- DiscoveryBoard = 'discoveryBoard',
1333
- Doc = 'doc',
1334
- DocumentAlt = 'documentAlt',
1335
- DocumentCandidateActionRequired = 'documentCandidateActionRequired',
1336
- DocumentCandidateInactive = 'documentCandidateInactive',
1337
- DocumentCandidateSearch = 'documentCandidateSearch',
1338
- DocumentCsv = 'documentCsv',
1339
- DocumentDownload = 'documentDownload',
1340
- DocumentHtml = 'documentHtml',
1341
- DocumentLocked = 'documentLocked',
1342
- DocumentStar = 'documentStar',
1343
- DocumentTsv = 'documentTsv',
1344
- Document = 'document',
1345
- DocumentsCheck = 'documentsCheck',
1346
- DollarSign = 'dollarSign',
1347
- Dollar = 'dollar',
1348
- Dot = 'dot',
1349
- Download = 'download',
1350
- DraggableVertical = 'draggableVertical',
1351
- Draggable = 'draggable',
1352
- DrillDown = 'drillDown',
1353
- DropdownButton = 'dropdownButton',
1354
- Dropdown = 'dropdown',
1355
- EditButtonBar = 'editButtonBar',
1356
- EditButton = 'editButton',
1357
- Edit = 'edit',
1358
- EmptyApp = 'emptyApp',
1359
- Endpoints = 'endpoints',
1360
- EraserCell = 'eraserCell',
1361
- EraserFont = 'eraserFont',
1362
- Eraser = 'eraser',
1363
- Esignature = 'esignature',
1364
- Excel = 'excel',
1365
- ExclamationCircle = 'exclamationCircle',
1366
- ExclamationTriangle = 'exclamationTriangle',
1367
- Exclamation = 'exclamation',
1368
- ExpandTable = 'expandTable',
1369
- Export = 'export',
1370
- ExtLink = 'extLink',
1371
- FaceHappy = 'faceHappy',
1372
- FaceId = 'faceId',
1373
- FaceNeutral = 'faceNeutral',
1374
- FaceUnhappy = 'faceUnhappy',
1375
- FaceVeryHappy = 'faceVeryHappy',
1376
- FastForward15 = 'fastForward15',
1377
- FetchData = 'fetchData',
1378
- File = 'file',
1379
- FilterChecked = 'filterChecked',
1380
- Filter = 'filter',
1381
- FindInventory = 'findInventory',
1382
- FindTransactions = 'findTransactions',
1383
- FingerprintAndroid = 'fingerprintAndroid',
1384
- Flag = 'flag',
1385
- FlashAuto = 'flashAuto',
1386
- Flow = 'flow',
1387
- FolderClose = 'folderClose',
1388
- FolderMinus = 'folderMinus',
1389
- FolderMove = 'folderMove',
1390
- FolderOpen = 'folderOpen',
1391
- FolderPlus = 'folderPlus',
1392
- FontFace = 'fontFace',
1393
- FontSize = 'fontSize',
1394
- Footer = 'footer',
1395
- ForkKnife = 'forkKnife',
1396
- Formatting = 'formatting',
1397
- FormulaClipboard = 'formulaClipboard',
1398
- FormulaEdit = 'formulaEdit',
1399
- FreezeHeader = 'freezeHeader',
1400
- Fullscreen = 'fullscreen',
1401
- Funnel = 'funnel',
1402
- FxBrackets = 'fxBrackets',
1403
- FxLoop = 'fxLoop',
1404
- FxWriteback = 'fxWriteback',
1405
- Fx = 'fx',
1406
- Gear = 'gear',
1407
- Globe = 'globe',
1408
- GridView = 'gridView',
1409
- Grid = 'grid',
1410
- Grow = 'grow',
1411
- HashMark = 'hashMark',
1412
- Heading = 'heading',
1413
- Heatmap = 'heatmap',
1414
- HideCol = 'hideCol',
1415
- HierarchyChildren = 'hierarchyChildren',
1416
- HierarchyFull = 'hierarchyFull',
1417
- HierarchyParent = 'hierarchyParent',
1418
- HierarchyPartial = 'hierarchyPartial',
1419
- Hierarchy = 'hierarchy',
1420
- Highlight = 'highlight',
1421
- HomeBuilding = 'homeBuilding',
1422
- Home = 'home',
1423
- HourGlass = 'hourGlass',
1424
- Image = 'image',
1425
- InboxFill = 'inboxFill',
1426
- InboxLarge = 'inboxLarge',
1427
- Inbox = 'inbox',
1428
- Indent = 'indent',
1429
- Info = 'info',
1430
- InsertColumnAfter = 'insertColumnAfter',
1431
- InsertColumnBefore = 'insertColumnBefore',
1432
- InsertRowAfter = 'insertRowAfter',
1433
- InsertRowBefore = 'insertRowBefore',
1434
- Instance = 'instance',
1435
- Interactiongroup = 'interactiongroup',
1436
- InventoryCount = 'inventoryCount',
1437
- InventorySearch = 'inventorySearch',
1438
- Invisible = 'invisible',
1439
- Italics = 'italics',
1440
- Itemize = 'itemize',
1441
- JobInfo = 'jobInfo',
1442
- JoinFull = 'joinFull',
1443
- JoinInner = 'joinInner',
1444
- JoinLeft = 'joinLeft',
1445
- JoinRight = 'joinRight',
1446
- Justify = 'justify',
1447
- Keyboard = 'keyboard',
1448
- Kpi = 'kpi',
1449
- LabeledImage = 'labeledImage',
1450
- Laptop = 'laptop',
1451
- LeftSidebar = 'leftSidebar',
1452
- Legal = 'legal',
1453
- Legend = 'legend',
1454
- LetterA = 'letterA',
1455
- Lightbulb = 'lightbulb',
1456
- Link = 'link',
1457
- ListDetail = 'listDetail',
1458
- ListView = 'listView',
1459
- LiveData = 'liveData',
1460
- Livepages = 'livepages',
1461
- Location = 'location',
1462
- LockKeyhole = 'lockKeyhole',
1463
- LockPlus = 'lockPlus',
1464
- Lock = 'lock',
1465
- Loop = 'loop',
1466
- MailLetter = 'mailLetter',
1467
- Mail = 'mail',
1468
- ManageDelivery = 'manageDelivery',
1469
- Map = 'map',
1470
- Marker = 'marker',
1471
- Medal = 'medal',
1472
- MediaClassroom = 'mediaClassroom',
1473
- MediaError = 'mediaError',
1474
- MediaMylearning = 'mediaMylearning',
1475
- MediaPause = 'mediaPause',
1476
- MediaPlay = 'mediaPlay',
1477
- MediaQuiz = 'mediaQuiz',
1478
- MediaSurvey = 'mediaSurvey',
1479
- MediaTopics = 'mediaTopics',
1480
- Megaphone = 'megaphone',
1481
- MenuGroup = 'menuGroup',
1482
- MergeSmall = 'mergeSmall',
1483
- MergeTag = 'mergeTag',
1484
- Merge = 'merge',
1485
- Messaging = 'messaging',
1486
- Microphone = 'microphone',
1487
- MinusCircle = 'minusCircle',
1488
- Minus = 'minus',
1489
- MobileNotifications = 'mobileNotifications',
1490
- MoveInventory = 'moveInventory',
1491
- MultiInstance = 'multiInstance',
1492
- MyLearning = 'myLearning',
1493
- MyReferrals = 'myReferrals',
1494
- Nbox = 'nbox',
1495
- Nearby = 'nearby',
1496
- NoBid = 'noBid',
1497
- Note = 'note',
1498
- NotificationsLarge = 'notificationsLarge',
1499
- Notifications = 'notifications',
1500
- NumberInput = 'numberInput',
1501
- Numbers = 'numbers',
1502
- Object = 'object',
1503
- OnboardingHome = 'onboardingHome',
1504
- OneColumn = 'oneColumn',
1505
- Openresponse = 'openresponse',
1506
- Operator = 'operator',
1507
- OpportunityGraph = 'opportunityGraph',
1508
- OrderedList = 'orderedList',
1509
- OrgChartPeople = 'orgChartPeople',
1510
- OrgChart = 'orgChart',
1511
- PackageArrowDown = 'packageArrowDown',
1512
- PackageArrowUp = 'packageArrowUp',
1513
- PanelList = 'panelList',
1514
- Paragraph = 'paragraph',
1515
- Password = 'password',
1516
- Paste = 'paste',
1517
- Pattern = 'pattern',
1518
- Pdf = 'pdf',
1519
- Percentage = 'percentage',
1520
- Perspective = 'perspective',
1521
- PhoneUnlock = 'phoneUnlock',
1522
- Phone = 'phone',
1523
- Pi = 'pi',
1524
- PickedShort = 'pickedShort',
1525
- PieChart = 'pieChart',
1526
- Pill = 'pill',
1527
- Pin = 'pin',
1528
- PivotTable = 'pivotTable',
1529
- Pivot = 'pivot',
1530
- Placeholder = 'placeholder',
1531
- PlatformCart = 'platformCart',
1532
- PlayCircle = 'playCircle',
1533
- Playbook = 'playbook',
1534
- PlusCircle = 'plusCircle',
1535
- PlusSmall = 'plusSmall',
1536
- Plus = 'plus',
1537
- PowerOfOne = 'powerOfOne',
1538
- Powerpoint = 'powerpoint',
1539
- Previous = 'previous',
1540
- Print = 'print',
1541
- Prism = 'prism',
1542
- ProgressCircle = 'progressCircle',
1543
- Projects = 'projects',
1544
- Prompts = 'prompts',
1545
- ProofOfDelivery = 'proofOfDelivery',
1546
- ProxyUser = 'proxyUser',
1547
- Pyramid = 'pyramid',
1548
- QrCode = 'qrCode',
1549
- QuestionFill = 'questionFill',
1550
- QuestionOutline = 'questionOutline',
1551
- Question = 'question',
1552
- RadioMobileSelected = 'radioMobileSelected',
1553
- RadioMobile = 'radioMobile',
1554
- Radio = 'radio',
1555
- RangePeriod = 'rangePeriod',
1556
- Ranking = 'ranking',
1557
- Receipts = 'receipts',
1558
- Region = 'region',
1559
- RelatedActionsVertical = 'relatedActionsVertical',
1560
- RelatedActions = 'relatedActions',
1561
- RemoveColumnAfter = 'removeColumnAfter',
1562
- RemoveIndent = 'removeIndent',
1563
- RemoveRowAfter = 'removeRowAfter',
1564
- RemoveSplitRow = 'removeSplitRow',
1565
- RemoveZero = 'removeZero',
1566
- RenameSplitRow = 'renameSplitRow',
1567
- Rename = 'rename',
1568
- ReorderV2 = 'reorderV2',
1569
- Reorder = 'reorder',
1570
- Replay = 'replay',
1571
- ReportParameter = 'reportParameter',
1572
- Reset = 'reset',
1573
- Resizable = 'resizable',
1574
- Restore = 'restore',
1575
- Rewind30 = 'rewind30',
1576
- Ribbon = 'ribbon',
1577
- RightSidebar = 'rightSidebar',
1578
- Rocket = 'rocket',
1579
- Rotate = 'rotate',
1580
- RowsCheck = 'rowsCheck',
1581
- RowsPlus = 'rowsPlus',
1582
- Rpm = 'rpm',
1583
- RteEmphasis = 'rteEmphasis',
1584
- RteList = 'rteList',
1585
- SaveAs = 'saveAs',
1586
- Save = 'save',
1587
- ScreenMagnification = 'screenMagnification',
1588
- ScreenReader = 'screenReader',
1589
- SearchUser = 'searchUser',
1590
- Search = 'search',
1591
- Select = 'select',
1592
- Send = 'send',
1593
- Setup = 'setup',
1594
- Shapes = 'shapes',
1595
- Share = 'share',
1596
- ShowCol = 'showCol',
1597
- Shrink = 'shrink',
1598
- SignalFour = 'signalFour',
1599
- SignalOne = 'signalOne',
1600
- SignalThree = 'signalThree',
1601
- SignalTwo = 'signalTwo',
1602
- Signout = 'signout',
1603
- Skills = 'skills',
1604
- Skip = 'skip',
1605
- Slider = 'slider',
1606
- SoccerBall = 'soccerBall',
1607
- SocialMedia = 'socialMedia',
1608
- SortAZ = 'sortAZ',
1609
- SortDown = 'sortDown',
1610
- SortUp = 'sortUp',
1611
- SortZA = 'sortZA',
1612
- Sort = 'sort',
1613
- Sparkle = 'sparkle',
1614
- SpeechBubble = 'speechBubble',
1615
- SpeechExclamation = 'speechExclamation',
1616
- SplitSmall = 'splitSmall',
1617
- Split = 'split',
1618
- Square = 'square',
1619
- StarHalf = 'starHalf',
1620
- Star = 'star',
1621
- Strikethrough = 'strikethrough',
1622
- Suborg = 'suborg',
1623
- Substitute = 'substitute',
1624
- Switch = 'switch',
1625
- SystemNotification = 'systemNotification',
1626
- Table = 'table',
1627
- Tag = 'tag',
1628
- TaskAcademic = 'taskAcademic',
1629
- TaskBenefits = 'taskBenefits',
1630
- TaskCareer = 'taskCareer',
1631
- TaskCompanyProperty = 'taskCompanyProperty',
1632
- TaskCompensation = 'taskCompensation',
1633
- TaskContact = 'taskContact',
1634
- TaskJob = 'taskJob',
1635
- TaskOverview = 'taskOverview',
1636
- TaskPay = 'taskPay',
1637
- TaskPerformance = 'taskPerformance',
1638
- TaskTimeoff = 'taskTimeoff',
1639
- TextArea = 'textArea',
1640
- TextColor = 'textColor',
1641
- TextEdit = 'textEdit',
1642
- TextInput = 'textInput',
1643
- TextWrap = 'textWrap',
1644
- Text = 'text',
1645
- ThreeColumn = 'threeColumn',
1646
- TimeOffBalance = 'timeOffBalance',
1647
- Time = 'time',
1648
- TimelineAll = 'timelineAll',
1649
- TimelineMilestone = 'timelineMilestone',
1650
- TimelinePerformanceInput = 'timelinePerformanceInput',
1651
- Toggle = 'toggle',
1652
- Tokens = 'tokens',
1653
- Tools = 'tools',
1654
- TouchId = 'touchId',
1655
- Transcription = 'transcription',
1656
- TransformationGroupby = 'transformationGroupby',
1657
- TransformationImport = 'transformationImport',
1658
- TransformationJoin = 'transformationJoin',
1659
- TransformationUnion = 'transformationUnion',
1660
- Translation = 'translation',
1661
- Trash = 'trash',
1662
- Travel = 'travel',
1663
- Trophy = 'trophy',
1664
- TwoColumn = 'twoColumn',
1665
- Underline = 'underline',
1666
- UndoL = 'undoL',
1667
- UndoR = 'undoR',
1668
- Unfreeze = 'unfreeze',
1669
- Unknown = 'unknown',
1670
- Unlink = 'unlink',
1671
- Unlocked = 'unlocked',
1672
- UnorderedList = 'unorderedList',
1673
- Unpivot = 'unpivot',
1674
- Unsort = 'unsort',
1675
- UploadClip = 'uploadClip',
1676
- UploadCloud = 'uploadCloud',
1677
- UserCheck = 'userCheck',
1678
- UserForward = 'userForward',
1679
- UserLocked = 'userLocked',
1680
- UserPlus = 'userPlus',
1681
- UserRemove = 'userRemove',
1682
- User = 'user',
1683
- Versions = 'versions',
1684
- Video = 'video',
1685
- ViewTeam = 'viewTeam',
1686
- Viewsite = 'viewsite',
1687
- VirtualVersionLocked = 'virtualVersionLocked',
1688
- VirtualVersion = 'virtualVersion',
1689
- Visible = 'visible',
1690
- Webinar = 'webinar',
1691
- Webpage = 'webpage',
1692
- Wizard = 'wizard',
1693
- Word = 'word',
1694
- Workbook = 'workbook',
1695
- Worksheets = 'worksheets',
1696
- XCircle = 'xCircle',
1697
- XSmall = 'xSmall',
1698
- X = 'x',
1699
- XoInstanceList = 'xoInstanceList',
1700
- ZoomArea = 'zoomArea',
1701
- Zoomin = 'zoomin',
1702
- Zoomout = 'zoomout',
1703
1155
  }
@@ -5,6 +5,6 @@ const icon: CanvasSystemIcon = {
5
5
  svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-my-referrals wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path d="M4.5 4a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5V6h2.5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-4zM4.5 20a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5V18h2.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-4zM20 4.5a.5.5 0 0 0-.5-.5h-4a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5H18v2.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-4zM19.5 20a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5V18h-2.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h4z" class="wd-icon-fill"/><path fill-rule="evenodd" d="M10.5 10a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0zm1.5 1.5a2.5 2.5 0 0 1 2.5 2.5v.5h-5V14a2.5 2.5 0 0 1 2.5-2.5z" class="wd-icon-fill" clip-rule="evenodd"/></g></svg>',
6
6
  filename: 'wd-icon-my-referrals.svg',
7
7
  category: 'Core',
8
- tags: ['person','user'],
8
+ tags: ['recruit','people','user','refer'],
9
9
  }
10
10
  export default icon
@@ -3,7 +3,7 @@ const icon: CanvasSystemIcon = {
3
3
  name: 'signout',
4
4
  type: CanvasIconTypes.System,
5
5
  svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-signout wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path d="M11.5 2a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-8a.5.5 0 0 0-.5-.5h-1z" class="wd-icon-fill"/><path d="M3 12a9.004 9.004 0 0 1 6-8.488v2.162a7 7 0 1 0 6 0V3.512A9.004 9.004 0 0 1 21 12a9 9 0 1 1-18 0z" class="wd-icon-fill"/></g></svg>',
6
- filename: 'wd-icon-signout',
6
+ filename: 'wd-icon-signout.svg',
7
7
  category: 'Core',
8
8
  tags: ['off','exit','leave'],
9
9
  }
package/dist/ts/sort.ts CHANGED
@@ -5,6 +5,6 @@ const icon: CanvasSystemIcon = {
5
5
  svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="23" class="wd-icon-sort wd-icon" focusable="false" role="presentation" viewBox="0 0 24 23"><g fill-rule="evenodd" class="wd-icon-container"><path d="M16.649 10c.278 0 .504.225.504.5v6.768l1.368-1.368a.49.49 0 0 1 .704.01l.7.7a.503.503 0 0 1 .01.705l-3.536 3.536a.505.505 0 0 1-.719 0l-3.536-3.536a.49.49 0 0 1 .01-.704l.7-.7a.503.503 0 0 1 .704-.01l1.595 1.594v-7.003a.49.49 0 0 1 .505-.492h.99zm-8.14-6.85l3.536 3.536a.49.49 0 0 1-.01.704l-.7.7a.503.503 0 0 1-.704.01L9.036 6.505v7.004A.49.49 0 0 1 8.53 14h-.99a.503.503 0 0 1-.505-.5V6.733L5.668 8.1a.49.49 0 0 1-.704-.01l-.7-.7a.503.503 0 0 1-.01-.704L7.79 3.15a.505.505 0 0 1 .719 0z" class="wd-icon-fill"/></g></svg>',
6
6
  filename: 'wd-icon-sort.svg',
7
7
  category: 'Core',
8
- tags: ['arrow','up','down'],
8
+ tags: ['arrow'],
9
9
  }
10
10
  export default icon
@@ -5,6 +5,6 @@ const icon: CanvasSystemIcon = {
5
5
  svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-sparkle wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path fill-rule="evenodd" d="M13.5 2c.226 0 .486.137.542.436.376 2.002 1.185 3.697 2.428 4.985 1.242 1.287 2.928 2.178 5.078 2.555a.53.53 0 0 1 0 1.048c-2.15.377-3.836 1.268-5.078 2.555-1.243 1.288-2.052 2.983-2.428 4.984A.538.538 0 0 1 13.5 19a.538.538 0 0 1-.542-.436c-.376-2.002-1.185-3.697-2.428-4.985-1.242-1.287-2.928-2.178-5.078-2.555-.603-.105-.602-.943 0-1.048 2.15-.377 3.836-1.268 5.078-2.555 1.243-1.288 2.053-2.983 2.428-4.984A.538.538 0 0 1 13.5 2zM5.5 15c.14 0 .317.088.354.289.144.768.453 1.41.922 1.896.467.484 1.104.823 1.928.968.395.069.394.626 0 .695-.824.144-1.461.483-1.928.967-.469.485-.778 1.128-.922 1.896A.355.355 0 0 1 5.5 22a.355.355 0 0 1-.354-.289c-.144-.768-.453-1.41-.922-1.896-.467-.484-1.104-.823-1.928-.968-.395-.069-.394-.626 0-.695.824-.144 1.461-.483 1.928-.967.469-.485.778-1.128.922-1.896A.355.355 0 0 1 5.5 15z" class="wd-icon-fill" clip-rule="evenodd"/></g></svg>',
6
6
  filename: 'wd-icon-sparkle.svg',
7
7
  category: 'Core',
8
- tags: ['ai','star','twinkle','shine','magic'],
8
+ tags: ['ai','star','twinkle','shine','magic','stars'],
9
9
  }
10
10
  export default icon