@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.
- package/CHANGELOG.md +16 -0
- package/dist/asset-list/wd-system-icons-list.json +1 -1
- package/dist/commonjs/chartVisualsFan.d.ts +3 -0
- package/dist/commonjs/chartVisualsFan.js +9 -0
- package/dist/commonjs/chevronHierarchyClosed.d.ts +3 -0
- package/dist/commonjs/chevronHierarchyClosed.js +9 -0
- package/dist/commonjs/chevronHierarchyOpen.d.ts +3 -0
- package/dist/commonjs/chevronHierarchyOpen.js +9 -0
- package/dist/commonjs/fanChart.d.ts +3 -0
- package/dist/commonjs/fanChart.js +12 -0
- package/dist/commonjs/hierarchy.js +1 -1
- package/dist/commonjs/hierarchyChild.d.ts +3 -0
- package/dist/commonjs/hierarchyChild.js +12 -0
- package/dist/commonjs/hierarchyDiagonalParent.d.ts +3 -0
- package/dist/commonjs/hierarchyDiagonalParent.js +12 -0
- package/dist/commonjs/hierarchyDiagonalParentChild.d.ts +3 -0
- package/dist/commonjs/hierarchyDiagonalParentChild.js +12 -0
- package/dist/commonjs/hierarchyDiagonalParentChildChild.d.ts +3 -0
- package/dist/commonjs/hierarchyDiagonalParentChildChild.js +12 -0
- package/dist/commonjs/hierarchyFull.js +1 -1
- package/dist/commonjs/hierarchyParent.js +1 -1
- package/dist/commonjs/hierarchyParentChild.d.ts +3 -0
- package/dist/commonjs/hierarchyParentChild.js +9 -0
- package/dist/commonjs/hierarchyRightFull.d.ts +3 -0
- package/dist/commonjs/hierarchyRightFull.js +9 -0
- package/dist/commonjs/index.d.ts +11 -1
- package/dist/commonjs/index.js +21 -570
- package/dist/commonjs/myReferrals.js +1 -1
- package/dist/commonjs/signout.js +1 -1
- package/dist/commonjs/sort.js +1 -1
- package/dist/commonjs/sparkle.js +1 -1
- package/dist/commonjs/switch.js +1 -1
- package/dist/es6/chartVisualsFan.d.ts +3 -0
- package/dist/es6/chartVisualsFan.js +7 -0
- package/dist/es6/chevronHierarchyClosed.d.ts +3 -0
- package/dist/es6/chevronHierarchyClosed.js +7 -0
- package/dist/es6/chevronHierarchyOpen.d.ts +3 -0
- package/dist/es6/chevronHierarchyOpen.js +7 -0
- package/dist/es6/fanChart.d.ts +3 -0
- package/dist/es6/fanChart.js +10 -0
- package/dist/es6/hierarchy.js +1 -1
- package/dist/es6/hierarchyChild.d.ts +3 -0
- package/dist/es6/hierarchyChild.js +10 -0
- package/dist/es6/hierarchyDiagonalParent.d.ts +3 -0
- package/dist/es6/hierarchyDiagonalParent.js +10 -0
- package/dist/es6/hierarchyDiagonalParentChild.d.ts +3 -0
- package/dist/es6/hierarchyDiagonalParentChild.js +10 -0
- package/dist/es6/hierarchyDiagonalParentChildChild.d.ts +3 -0
- package/dist/es6/hierarchyDiagonalParentChildChild.js +10 -0
- package/dist/es6/hierarchyFull.js +1 -1
- package/dist/es6/hierarchyParent.js +1 -1
- package/dist/es6/hierarchyParentChild.d.ts +3 -0
- package/dist/es6/hierarchyParentChild.js +7 -0
- package/dist/es6/hierarchyRightFull.d.ts +3 -0
- package/dist/es6/hierarchyRightFull.js +7 -0
- package/dist/es6/index.d.ts +11 -570
- package/dist/es6/index.js +11 -570
- package/dist/es6/myReferrals.js +1 -1
- package/dist/es6/signout.js +1 -1
- package/dist/es6/sort.js +1 -1
- package/dist/es6/sparkle.js +1 -1
- package/dist/es6/switch.js +1 -1
- package/dist/sprite/wd-system-icon-sprite.svg +1 -1
- package/dist/svg/wd-icon-chart-visuals-fan.svg +6 -0
- package/dist/svg/wd-icon-chevron-hierarchy-closed.svg +5 -0
- package/dist/svg/wd-icon-chevron-hierarchy-open.svg +7 -0
- package/dist/svg/wd-icon-fan-chart.svg +6 -0
- package/dist/svg/wd-icon-hierarchy-child.svg +7 -0
- package/dist/svg/wd-icon-hierarchy-diagonal-parent-child-child.svg +6 -0
- package/dist/svg/wd-icon-hierarchy-diagonal-parent-child.svg +6 -0
- package/dist/svg/wd-icon-hierarchy-diagonal-parent.svg +6 -0
- package/dist/svg/wd-icon-hierarchy-full.svg +2 -1
- package/dist/svg/wd-icon-hierarchy-parent-child.svg +11 -0
- package/dist/svg/wd-icon-hierarchy-parent.svg +3 -1
- package/dist/svg/wd-icon-hierarchy-right-full.svg +7 -0
- package/dist/svg/wd-icon-hierarchy.svg +2 -2
- package/dist/ts/chartVisualsFan.ts +7 -0
- package/dist/ts/chevronHierarchyClosed.ts +7 -0
- package/dist/ts/chevronHierarchyOpen.ts +7 -0
- package/dist/ts/fanChart.ts +10 -0
- package/dist/ts/hierarchy.ts +1 -1
- package/dist/ts/hierarchyChild.ts +10 -0
- package/dist/ts/hierarchyDiagonalParent.ts +10 -0
- package/dist/ts/hierarchyDiagonalParentChild.ts +10 -0
- package/dist/ts/hierarchyDiagonalParentChildChild.ts +10 -0
- package/dist/ts/hierarchyFull.ts +1 -1
- package/dist/ts/hierarchyParent.ts +1 -1
- package/dist/ts/hierarchyParentChild.ts +7 -0
- package/dist/ts/hierarchyRightFull.ts +7 -0
- package/dist/ts/index.ts +20 -568
- package/dist/ts/myReferrals.ts +1 -1
- package/dist/ts/signout.ts +1 -1
- package/dist/ts/sort.ts +1 -1
- package/dist/ts/sparkle.ts +1 -1
- package/dist/ts/switch.ts +1 -1
- package/package.json +5 -5
package/dist/es6/index.js
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';
|
|
@@ -564,573 +574,4 @@ import xoInstanceListIcon from './xoInstanceList';
|
|
|
564
574
|
import zoomAreaIcon from './zoomArea';
|
|
565
575
|
import zoominIcon from './zoomin';
|
|
566
576
|
import zoomoutIcon from './zoomout';
|
|
567
|
-
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, chartIcon, checkCircleIcon, checkInIcon, checkSmallIcon, checkIcon, checkboxIcon, checkboxesIcon, chevron2xDownSmallIcon, chevron2xLeftSmallIcon, chevron2xRightSmallIcon, chevron2xUpSmallIcon, chevron2xleftIcon, chevron2xrightIcon, chevronDownSmallIcon, chevronDownIcon, chevronLeftSmallIcon, chevronLeftIcon, chevronRightSmallIcon, chevronRightIcon, chevronUpSmallIcon, chevronUpIcon, chipIcon, clipboardBlankCheckIcon, clipboardCheckIcon, clipboardPlusIcon, clipboardRemoveIcon, clipboardSearchIcon, clipboardIcon, clockCheckIcon, clockExclamationIcon, clockMinusIcon, clockPauseIcon, clockPlusIcon, clockXIcon, clockIcon, closeIcon, closedcaptionIcon, cloudLockIcon, clusterIcon, codeIcon, coffeeIcon, commaWsIcon, commentActiveIcon, commentPlusIcon, 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, 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, hierarchyChildrenIcon, hierarchyFullIcon, hierarchyParentIcon, hierarchyPartialIcon, hierarchyIcon, highlightIcon, homeBuildingIcon, homeIcon, hourGlassIcon, imageIcon, inboxFillIcon, inboxLargeIcon, inboxIcon, indentIcon, infoIcon, insertColumnAfterIcon, insertColumnBeforeIcon, insertRowAfterIcon, insertRowBeforeIcon, instanceIcon, interactiongroupIcon, inventoryCountIcon, inventorySearchIcon, invisibleIcon, italicsIcon, itemizeIcon, jobInfoIcon, joinFullIcon, joinInnerIcon, joinLeftIcon, joinRightIcon, justifyIcon, keyboardIcon, kpiIcon, labeledImageIcon, laptopIcon, leftSidebarIcon, legalIcon, legendIcon, letterAIcon, 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, 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, };
|
|
568
|
-
|
|
569
|
-
export const CanvasSystemIcons = {
|
|
570
|
-
AcademicAppointmentTitle: 'academicAppointmentTitle',
|
|
571
|
-
Accessibility: 'accessibility',
|
|
572
|
-
Accounts: 'accounts',
|
|
573
|
-
ActivityStream: 'activityStream',
|
|
574
|
-
ActualsLocked: 'actualsLocked',
|
|
575
|
-
Actuals: 'actuals',
|
|
576
|
-
AdHocDelivery: 'adHocDelivery',
|
|
577
|
-
AddAbove: 'addAbove',
|
|
578
|
-
AddBelow: 'addBelow',
|
|
579
|
-
AddFooterWs: 'addFooterWs',
|
|
580
|
-
AddLeft: 'addLeft',
|
|
581
|
-
AddRight: 'addRight',
|
|
582
|
-
AddSplitRow: 'addSplitRow',
|
|
583
|
-
AddZero: 'addZero',
|
|
584
|
-
AdjustInventory: 'adjustInventory',
|
|
585
|
-
AlarmClockPlus: 'alarmClockPlus',
|
|
586
|
-
AlarmClock: 'alarmClock',
|
|
587
|
-
AlignBottom: 'alignBottom',
|
|
588
|
-
AlignCenter: 'alignCenter',
|
|
589
|
-
AlignLeft: 'alignLeft',
|
|
590
|
-
AlignMiddle: 'alignMiddle',
|
|
591
|
-
AlignRight: 'alignRight',
|
|
592
|
-
AlignTop: 'alignTop',
|
|
593
|
-
AnomalyDetection: 'anomalyDetection',
|
|
594
|
-
Array: 'array',
|
|
595
|
-
ArrowArc: 'arrowArc',
|
|
596
|
-
ArrowCircle: 'arrowCircle',
|
|
597
|
-
ArrowDiagonalSmall: 'arrowDiagonalSmall',
|
|
598
|
-
ArrowDown: 'arrowDown',
|
|
599
|
-
ArrowLeftSmall: 'arrowLeftSmall',
|
|
600
|
-
ArrowLeft: 'arrowLeft',
|
|
601
|
-
ArrowRightSmall: 'arrowRightSmall',
|
|
602
|
-
ArrowRight: 'arrowRight',
|
|
603
|
-
ArrowUp: 'arrowUp',
|
|
604
|
-
ArticleStacked: 'articleStacked',
|
|
605
|
-
AsApplied: 'asApplied',
|
|
606
|
-
Assistant: 'assistant',
|
|
607
|
-
AtTagMention: 'atTagMention',
|
|
608
|
-
Attribute: 'attribute',
|
|
609
|
-
AudioMax: 'audioMax',
|
|
610
|
-
AudioMin: 'audioMin',
|
|
611
|
-
AudioMute: 'audioMute',
|
|
612
|
-
AudioNone: 'audioNone',
|
|
613
|
-
Audio: 'audio',
|
|
614
|
-
AuthenticationTag: 'authenticationTag',
|
|
615
|
-
Autosum: 'autosum',
|
|
616
|
-
Avatar: 'avatar',
|
|
617
|
-
BarcodeScanner: 'barcodeScanner',
|
|
618
|
-
Benefits: 'benefits',
|
|
619
|
-
BgColor: 'bgColor',
|
|
620
|
-
Bid: 'bid',
|
|
621
|
-
Birthday: 'birthday',
|
|
622
|
-
Bold: 'bold',
|
|
623
|
-
BoltFill: 'boltFill',
|
|
624
|
-
Bolt: 'bolt',
|
|
625
|
-
BookOpen: 'bookOpen',
|
|
626
|
-
Boolean: 'boolean',
|
|
627
|
-
BorderAll: 'borderAll',
|
|
628
|
-
BorderBottom: 'borderBottom',
|
|
629
|
-
BorderBtm2: 'borderBtm2',
|
|
630
|
-
BorderCenter: 'borderCenter',
|
|
631
|
-
BorderColor: 'borderColor',
|
|
632
|
-
BorderDbl: 'borderDbl',
|
|
633
|
-
BorderLeft: 'borderLeft',
|
|
634
|
-
BorderNone: 'borderNone',
|
|
635
|
-
BorderOutside: 'borderOutside',
|
|
636
|
-
BorderRight: 'borderRight',
|
|
637
|
-
BorderTop: 'borderTop',
|
|
638
|
-
BoxPlus: 'boxPlus',
|
|
639
|
-
BoxTextCheck: 'boxTextCheck',
|
|
640
|
-
BoxTextPlus: 'boxTextPlus',
|
|
641
|
-
BoxTextSearch: 'boxTextSearch',
|
|
642
|
-
BoxTextUserSolid: 'boxTextUserSolid',
|
|
643
|
-
BoxTextX: 'boxTextX',
|
|
644
|
-
BoxText: 'boxText',
|
|
645
|
-
BusinessIntelligence: 'businessIntelligence',
|
|
646
|
-
Button: 'button',
|
|
647
|
-
CArea100: 'cArea100',
|
|
648
|
-
CAreaLayered: 'cAreaLayered',
|
|
649
|
-
CAreaStacked: 'cAreaStacked',
|
|
650
|
-
CBar100: 'cBar100',
|
|
651
|
-
CBarClustered: 'cBarClustered',
|
|
652
|
-
CBarStacked: 'cBarStacked',
|
|
653
|
-
CBubble: 'cBubble',
|
|
654
|
-
CColumn100: 'cColumn100',
|
|
655
|
-
CColumnClustered: 'cColumnClustered',
|
|
656
|
-
CColumnLine: 'cColumnLine',
|
|
657
|
-
CColumnStacked: 'cColumnStacked',
|
|
658
|
-
CDualLine: 'cDualLine',
|
|
659
|
-
CLine: 'cLine',
|
|
660
|
-
CPie: 'cPie',
|
|
661
|
-
CScatter: 'cScatter',
|
|
662
|
-
CWaterfall: 'cWaterfall',
|
|
663
|
-
CalculatorLocked: 'calculatorLocked',
|
|
664
|
-
CalculatorRefresh: 'calculatorRefresh',
|
|
665
|
-
Calculator: 'calculator',
|
|
666
|
-
CalendarAlt: 'calendarAlt',
|
|
667
|
-
CalendarUserSolid: 'calendarUserSolid',
|
|
668
|
-
Calendar: 'calendar',
|
|
669
|
-
CameraPlus: 'cameraPlus',
|
|
670
|
-
Camera: 'camera',
|
|
671
|
-
CaptureDelivery: 'captureDelivery',
|
|
672
|
-
CardView: 'cardView',
|
|
673
|
-
Card: 'card',
|
|
674
|
-
CaretBottomSmall: 'caretBottomSmall',
|
|
675
|
-
CaretBottom: 'caretBottom',
|
|
676
|
-
CaretDownSmall: 'caretDownSmall',
|
|
677
|
-
CaretDown: 'caretDown',
|
|
678
|
-
CaretLeftSmall: 'caretLeftSmall',
|
|
679
|
-
CaretRightSmall: 'caretRightSmall',
|
|
680
|
-
CaretTopSmall: 'caretTopSmall',
|
|
681
|
-
CaretTop: 'caretTop',
|
|
682
|
-
CaretUpSmall: 'caretUpSmall',
|
|
683
|
-
CaretUp: 'caretUp',
|
|
684
|
-
Cart: 'cart',
|
|
685
|
-
CellFilter: 'cellFilter',
|
|
686
|
-
CellGear: 'cellGear',
|
|
687
|
-
CellReset: 'cellReset',
|
|
688
|
-
CellRow: 'cellRow',
|
|
689
|
-
CellSearch: 'cellSearch',
|
|
690
|
-
CellSwapAxis: 'cellSwapAxis',
|
|
691
|
-
CellTemplate: 'cellTemplate',
|
|
692
|
-
ChartConfig: 'chartConfig',
|
|
693
|
-
Chart: 'chart',
|
|
694
|
-
CheckCircle: 'checkCircle',
|
|
695
|
-
CheckIn: 'checkIn',
|
|
696
|
-
CheckSmall: 'checkSmall',
|
|
697
|
-
Check: 'check',
|
|
698
|
-
Checkbox: 'checkbox',
|
|
699
|
-
Checkboxes: 'checkboxes',
|
|
700
|
-
Chevron2xDownSmall: 'chevron2xDownSmall',
|
|
701
|
-
Chevron2xLeftSmall: 'chevron2xLeftSmall',
|
|
702
|
-
Chevron2xRightSmall: 'chevron2xRightSmall',
|
|
703
|
-
Chevron2xUpSmall: 'chevron2xUpSmall',
|
|
704
|
-
Chevron2xleft: 'chevron2xleft',
|
|
705
|
-
Chevron2xright: 'chevron2xright',
|
|
706
|
-
ChevronDownSmall: 'chevronDownSmall',
|
|
707
|
-
ChevronDown: 'chevronDown',
|
|
708
|
-
ChevronLeftSmall: 'chevronLeftSmall',
|
|
709
|
-
ChevronLeft: 'chevronLeft',
|
|
710
|
-
ChevronRightSmall: 'chevronRightSmall',
|
|
711
|
-
ChevronRight: 'chevronRight',
|
|
712
|
-
ChevronUpSmall: 'chevronUpSmall',
|
|
713
|
-
ChevronUp: 'chevronUp',
|
|
714
|
-
Chip: 'chip',
|
|
715
|
-
ClipboardBlankCheck: 'clipboardBlankCheck',
|
|
716
|
-
ClipboardCheck: 'clipboardCheck',
|
|
717
|
-
ClipboardPlus: 'clipboardPlus',
|
|
718
|
-
ClipboardRemove: 'clipboardRemove',
|
|
719
|
-
ClipboardSearch: 'clipboardSearch',
|
|
720
|
-
Clipboard: 'clipboard',
|
|
721
|
-
ClockCheck: 'clockCheck',
|
|
722
|
-
ClockExclamation: 'clockExclamation',
|
|
723
|
-
ClockMinus: 'clockMinus',
|
|
724
|
-
ClockPause: 'clockPause',
|
|
725
|
-
ClockPlus: 'clockPlus',
|
|
726
|
-
ClockX: 'clockX',
|
|
727
|
-
Clock: 'clock',
|
|
728
|
-
Close: 'close',
|
|
729
|
-
Closedcaption: 'closedcaption',
|
|
730
|
-
CloudLock: 'cloudLock',
|
|
731
|
-
Cluster: 'cluster',
|
|
732
|
-
Code: 'code',
|
|
733
|
-
Coffee: 'coffee',
|
|
734
|
-
CommaWs: 'commaWs',
|
|
735
|
-
CommentActive: 'commentActive',
|
|
736
|
-
CommentPlus: 'commentPlus',
|
|
737
|
-
CompareFiles: 'compareFiles',
|
|
738
|
-
Compass: 'compass',
|
|
739
|
-
ComponentEdit: 'componentEdit',
|
|
740
|
-
Component: 'component',
|
|
741
|
-
ConclusionPopup: 'conclusionPopup',
|
|
742
|
-
Conclusion: 'conclusion',
|
|
743
|
-
Configure: 'configure',
|
|
744
|
-
ContactCardCostCenter: 'contactCardCostCenter',
|
|
745
|
-
ContactCardDesk: 'contactCardDesk',
|
|
746
|
-
ContactCardId: 'contactCardId',
|
|
747
|
-
ContactCardJobProfile: 'contactCardJobProfile',
|
|
748
|
-
ContactCardMatrixManager: 'contactCardMatrixManager',
|
|
749
|
-
ConvertInventory: 'convertInventory',
|
|
750
|
-
Copy: 'copy',
|
|
751
|
-
Course: 'course',
|
|
752
|
-
CreditCard: 'creditCard',
|
|
753
|
-
Cube: 'cube',
|
|
754
|
-
Cut: 'cut',
|
|
755
|
-
DashboardExpenses: 'dashboardExpenses',
|
|
756
|
-
DashboardWorkforce: 'dashboardWorkforce',
|
|
757
|
-
Dashboard: 'dashboard',
|
|
758
|
-
DataComplex: 'dataComplex',
|
|
759
|
-
DataInput: 'dataInput',
|
|
760
|
-
DataSource: 'dataSource',
|
|
761
|
-
Delta: 'delta',
|
|
762
|
-
DeviceDesktop: 'deviceDesktop',
|
|
763
|
-
DevicePhone: 'devicePhone',
|
|
764
|
-
DeviceTablet: 'deviceTablet',
|
|
765
|
-
DiscoveryBoard: 'discoveryBoard',
|
|
766
|
-
Doc: 'doc',
|
|
767
|
-
DocumentAlt: 'documentAlt',
|
|
768
|
-
DocumentCandidateActionRequired: 'documentCandidateActionRequired',
|
|
769
|
-
DocumentCandidateInactive: 'documentCandidateInactive',
|
|
770
|
-
DocumentCandidateSearch: 'documentCandidateSearch',
|
|
771
|
-
DocumentCsv: 'documentCsv',
|
|
772
|
-
DocumentDownload: 'documentDownload',
|
|
773
|
-
DocumentHtml: 'documentHtml',
|
|
774
|
-
DocumentLocked: 'documentLocked',
|
|
775
|
-
DocumentStar: 'documentStar',
|
|
776
|
-
DocumentTsv: 'documentTsv',
|
|
777
|
-
Document: 'document',
|
|
778
|
-
DocumentsCheck: 'documentsCheck',
|
|
779
|
-
DollarSign: 'dollarSign',
|
|
780
|
-
Dollar: 'dollar',
|
|
781
|
-
Dot: 'dot',
|
|
782
|
-
Download: 'download',
|
|
783
|
-
DraggableVertical: 'draggableVertical',
|
|
784
|
-
Draggable: 'draggable',
|
|
785
|
-
DrillDown: 'drillDown',
|
|
786
|
-
DropdownButton: 'dropdownButton',
|
|
787
|
-
Dropdown: 'dropdown',
|
|
788
|
-
EditButtonBar: 'editButtonBar',
|
|
789
|
-
EditButton: 'editButton',
|
|
790
|
-
Edit: 'edit',
|
|
791
|
-
EmptyApp: 'emptyApp',
|
|
792
|
-
Endpoints: 'endpoints',
|
|
793
|
-
EraserCell: 'eraserCell',
|
|
794
|
-
EraserFont: 'eraserFont',
|
|
795
|
-
Eraser: 'eraser',
|
|
796
|
-
Esignature: 'esignature',
|
|
797
|
-
Excel: 'excel',
|
|
798
|
-
ExclamationCircle: 'exclamationCircle',
|
|
799
|
-
ExclamationTriangle: 'exclamationTriangle',
|
|
800
|
-
Exclamation: 'exclamation',
|
|
801
|
-
ExpandTable: 'expandTable',
|
|
802
|
-
Export: 'export',
|
|
803
|
-
ExtLink: 'extLink',
|
|
804
|
-
FaceHappy: 'faceHappy',
|
|
805
|
-
FaceId: 'faceId',
|
|
806
|
-
FaceNeutral: 'faceNeutral',
|
|
807
|
-
FaceUnhappy: 'faceUnhappy',
|
|
808
|
-
FaceVeryHappy: 'faceVeryHappy',
|
|
809
|
-
FastForward15: 'fastForward15',
|
|
810
|
-
FetchData: 'fetchData',
|
|
811
|
-
File: 'file',
|
|
812
|
-
FilterChecked: 'filterChecked',
|
|
813
|
-
Filter: 'filter',
|
|
814
|
-
FindInventory: 'findInventory',
|
|
815
|
-
FindTransactions: 'findTransactions',
|
|
816
|
-
FingerprintAndroid: 'fingerprintAndroid',
|
|
817
|
-
Flag: 'flag',
|
|
818
|
-
FlashAuto: 'flashAuto',
|
|
819
|
-
Flow: 'flow',
|
|
820
|
-
FolderClose: 'folderClose',
|
|
821
|
-
FolderMinus: 'folderMinus',
|
|
822
|
-
FolderMove: 'folderMove',
|
|
823
|
-
FolderOpen: 'folderOpen',
|
|
824
|
-
FolderPlus: 'folderPlus',
|
|
825
|
-
FontFace: 'fontFace',
|
|
826
|
-
FontSize: 'fontSize',
|
|
827
|
-
Footer: 'footer',
|
|
828
|
-
ForkKnife: 'forkKnife',
|
|
829
|
-
Formatting: 'formatting',
|
|
830
|
-
FormulaClipboard: 'formulaClipboard',
|
|
831
|
-
FormulaEdit: 'formulaEdit',
|
|
832
|
-
FreezeHeader: 'freezeHeader',
|
|
833
|
-
Fullscreen: 'fullscreen',
|
|
834
|
-
Funnel: 'funnel',
|
|
835
|
-
FxBrackets: 'fxBrackets',
|
|
836
|
-
FxLoop: 'fxLoop',
|
|
837
|
-
FxWriteback: 'fxWriteback',
|
|
838
|
-
Fx: 'fx',
|
|
839
|
-
Gear: 'gear',
|
|
840
|
-
Globe: 'globe',
|
|
841
|
-
GridView: 'gridView',
|
|
842
|
-
Grid: 'grid',
|
|
843
|
-
Grow: 'grow',
|
|
844
|
-
HashMark: 'hashMark',
|
|
845
|
-
Heading: 'heading',
|
|
846
|
-
Heatmap: 'heatmap',
|
|
847
|
-
HideCol: 'hideCol',
|
|
848
|
-
HierarchyChildren: 'hierarchyChildren',
|
|
849
|
-
HierarchyFull: 'hierarchyFull',
|
|
850
|
-
HierarchyParent: 'hierarchyParent',
|
|
851
|
-
HierarchyPartial: 'hierarchyPartial',
|
|
852
|
-
Hierarchy: 'hierarchy',
|
|
853
|
-
Highlight: 'highlight',
|
|
854
|
-
HomeBuilding: 'homeBuilding',
|
|
855
|
-
Home: 'home',
|
|
856
|
-
HourGlass: 'hourGlass',
|
|
857
|
-
Image: 'image',
|
|
858
|
-
InboxFill: 'inboxFill',
|
|
859
|
-
InboxLarge: 'inboxLarge',
|
|
860
|
-
Inbox: 'inbox',
|
|
861
|
-
Indent: 'indent',
|
|
862
|
-
Info: 'info',
|
|
863
|
-
InsertColumnAfter: 'insertColumnAfter',
|
|
864
|
-
InsertColumnBefore: 'insertColumnBefore',
|
|
865
|
-
InsertRowAfter: 'insertRowAfter',
|
|
866
|
-
InsertRowBefore: 'insertRowBefore',
|
|
867
|
-
Instance: 'instance',
|
|
868
|
-
Interactiongroup: 'interactiongroup',
|
|
869
|
-
InventoryCount: 'inventoryCount',
|
|
870
|
-
InventorySearch: 'inventorySearch',
|
|
871
|
-
Invisible: 'invisible',
|
|
872
|
-
Italics: 'italics',
|
|
873
|
-
Itemize: 'itemize',
|
|
874
|
-
JobInfo: 'jobInfo',
|
|
875
|
-
JoinFull: 'joinFull',
|
|
876
|
-
JoinInner: 'joinInner',
|
|
877
|
-
JoinLeft: 'joinLeft',
|
|
878
|
-
JoinRight: 'joinRight',
|
|
879
|
-
Justify: 'justify',
|
|
880
|
-
Keyboard: 'keyboard',
|
|
881
|
-
Kpi: 'kpi',
|
|
882
|
-
LabeledImage: 'labeledImage',
|
|
883
|
-
Laptop: 'laptop',
|
|
884
|
-
LeftSidebar: 'leftSidebar',
|
|
885
|
-
Legal: 'legal',
|
|
886
|
-
Legend: 'legend',
|
|
887
|
-
LetterA: 'letterA',
|
|
888
|
-
Lightbulb: 'lightbulb',
|
|
889
|
-
Link: 'link',
|
|
890
|
-
ListDetail: 'listDetail',
|
|
891
|
-
ListView: 'listView',
|
|
892
|
-
LiveData: 'liveData',
|
|
893
|
-
Livepages: 'livepages',
|
|
894
|
-
Location: 'location',
|
|
895
|
-
LockKeyhole: 'lockKeyhole',
|
|
896
|
-
LockPlus: 'lockPlus',
|
|
897
|
-
Lock: 'lock',
|
|
898
|
-
Loop: 'loop',
|
|
899
|
-
MailLetter: 'mailLetter',
|
|
900
|
-
Mail: 'mail',
|
|
901
|
-
ManageDelivery: 'manageDelivery',
|
|
902
|
-
Map: 'map',
|
|
903
|
-
Marker: 'marker',
|
|
904
|
-
Medal: 'medal',
|
|
905
|
-
MediaClassroom: 'mediaClassroom',
|
|
906
|
-
MediaError: 'mediaError',
|
|
907
|
-
MediaMylearning: 'mediaMylearning',
|
|
908
|
-
MediaPause: 'mediaPause',
|
|
909
|
-
MediaPlay: 'mediaPlay',
|
|
910
|
-
MediaQuiz: 'mediaQuiz',
|
|
911
|
-
MediaSurvey: 'mediaSurvey',
|
|
912
|
-
MediaTopics: 'mediaTopics',
|
|
913
|
-
Megaphone: 'megaphone',
|
|
914
|
-
MenuGroup: 'menuGroup',
|
|
915
|
-
MergeSmall: 'mergeSmall',
|
|
916
|
-
MergeTag: 'mergeTag',
|
|
917
|
-
Merge: 'merge',
|
|
918
|
-
Messaging: 'messaging',
|
|
919
|
-
Microphone: 'microphone',
|
|
920
|
-
MinusCircle: 'minusCircle',
|
|
921
|
-
Minus: 'minus',
|
|
922
|
-
MobileNotifications: 'mobileNotifications',
|
|
923
|
-
MoveInventory: 'moveInventory',
|
|
924
|
-
MultiInstance: 'multiInstance',
|
|
925
|
-
MyLearning: 'myLearning',
|
|
926
|
-
MyReferrals: 'myReferrals',
|
|
927
|
-
Nbox: 'nbox',
|
|
928
|
-
Nearby: 'nearby',
|
|
929
|
-
NoBid: 'noBid',
|
|
930
|
-
Note: 'note',
|
|
931
|
-
NotificationsLarge: 'notificationsLarge',
|
|
932
|
-
Notifications: 'notifications',
|
|
933
|
-
NumberInput: 'numberInput',
|
|
934
|
-
Numbers: 'numbers',
|
|
935
|
-
Object: 'object',
|
|
936
|
-
OnboardingHome: 'onboardingHome',
|
|
937
|
-
OneColumn: 'oneColumn',
|
|
938
|
-
Openresponse: 'openresponse',
|
|
939
|
-
Operator: 'operator',
|
|
940
|
-
OpportunityGraph: 'opportunityGraph',
|
|
941
|
-
OrderedList: 'orderedList',
|
|
942
|
-
OrgChartPeople: 'orgChartPeople',
|
|
943
|
-
OrgChart: 'orgChart',
|
|
944
|
-
PackageArrowDown: 'packageArrowDown',
|
|
945
|
-
PackageArrowUp: 'packageArrowUp',
|
|
946
|
-
PanelList: 'panelList',
|
|
947
|
-
Paragraph: 'paragraph',
|
|
948
|
-
Password: 'password',
|
|
949
|
-
Paste: 'paste',
|
|
950
|
-
Pattern: 'pattern',
|
|
951
|
-
Pdf: 'pdf',
|
|
952
|
-
Percentage: 'percentage',
|
|
953
|
-
Perspective: 'perspective',
|
|
954
|
-
PhoneUnlock: 'phoneUnlock',
|
|
955
|
-
Phone: 'phone',
|
|
956
|
-
Pi: 'pi',
|
|
957
|
-
PickedShort: 'pickedShort',
|
|
958
|
-
PieChart: 'pieChart',
|
|
959
|
-
Pill: 'pill',
|
|
960
|
-
Pin: 'pin',
|
|
961
|
-
PivotTable: 'pivotTable',
|
|
962
|
-
Pivot: 'pivot',
|
|
963
|
-
Placeholder: 'placeholder',
|
|
964
|
-
PlatformCart: 'platformCart',
|
|
965
|
-
PlayCircle: 'playCircle',
|
|
966
|
-
Playbook: 'playbook',
|
|
967
|
-
PlusCircle: 'plusCircle',
|
|
968
|
-
PlusSmall: 'plusSmall',
|
|
969
|
-
Plus: 'plus',
|
|
970
|
-
PowerOfOne: 'powerOfOne',
|
|
971
|
-
Powerpoint: 'powerpoint',
|
|
972
|
-
Previous: 'previous',
|
|
973
|
-
Print: 'print',
|
|
974
|
-
Prism: 'prism',
|
|
975
|
-
ProgressCircle: 'progressCircle',
|
|
976
|
-
Projects: 'projects',
|
|
977
|
-
Prompts: 'prompts',
|
|
978
|
-
ProofOfDelivery: 'proofOfDelivery',
|
|
979
|
-
ProxyUser: 'proxyUser',
|
|
980
|
-
Pyramid: 'pyramid',
|
|
981
|
-
QrCode: 'qrCode',
|
|
982
|
-
QuestionFill: 'questionFill',
|
|
983
|
-
QuestionOutline: 'questionOutline',
|
|
984
|
-
Question: 'question',
|
|
985
|
-
RadioMobileSelected: 'radioMobileSelected',
|
|
986
|
-
RadioMobile: 'radioMobile',
|
|
987
|
-
Radio: 'radio',
|
|
988
|
-
RangePeriod: 'rangePeriod',
|
|
989
|
-
Ranking: 'ranking',
|
|
990
|
-
Receipts: 'receipts',
|
|
991
|
-
Region: 'region',
|
|
992
|
-
RelatedActionsVertical: 'relatedActionsVertical',
|
|
993
|
-
RelatedActions: 'relatedActions',
|
|
994
|
-
RemoveColumnAfter: 'removeColumnAfter',
|
|
995
|
-
RemoveIndent: 'removeIndent',
|
|
996
|
-
RemoveRowAfter: 'removeRowAfter',
|
|
997
|
-
RemoveSplitRow: 'removeSplitRow',
|
|
998
|
-
RemoveZero: 'removeZero',
|
|
999
|
-
RenameSplitRow: 'renameSplitRow',
|
|
1000
|
-
Rename: 'rename',
|
|
1001
|
-
ReorderV2: 'reorderV2',
|
|
1002
|
-
Reorder: 'reorder',
|
|
1003
|
-
Replay: 'replay',
|
|
1004
|
-
ReportParameter: 'reportParameter',
|
|
1005
|
-
Reset: 'reset',
|
|
1006
|
-
Resizable: 'resizable',
|
|
1007
|
-
Restore: 'restore',
|
|
1008
|
-
Rewind30: 'rewind30',
|
|
1009
|
-
Ribbon: 'ribbon',
|
|
1010
|
-
RightSidebar: 'rightSidebar',
|
|
1011
|
-
Rocket: 'rocket',
|
|
1012
|
-
Rotate: 'rotate',
|
|
1013
|
-
RowsCheck: 'rowsCheck',
|
|
1014
|
-
RowsPlus: 'rowsPlus',
|
|
1015
|
-
Rpm: 'rpm',
|
|
1016
|
-
RteEmphasis: 'rteEmphasis',
|
|
1017
|
-
RteList: 'rteList',
|
|
1018
|
-
SaveAs: 'saveAs',
|
|
1019
|
-
Save: 'save',
|
|
1020
|
-
ScreenMagnification: 'screenMagnification',
|
|
1021
|
-
ScreenReader: 'screenReader',
|
|
1022
|
-
SearchUser: 'searchUser',
|
|
1023
|
-
Search: 'search',
|
|
1024
|
-
Select: 'select',
|
|
1025
|
-
Send: 'send',
|
|
1026
|
-
Setup: 'setup',
|
|
1027
|
-
Shapes: 'shapes',
|
|
1028
|
-
Share: 'share',
|
|
1029
|
-
ShowCol: 'showCol',
|
|
1030
|
-
Shrink: 'shrink',
|
|
1031
|
-
SignalFour: 'signalFour',
|
|
1032
|
-
SignalOne: 'signalOne',
|
|
1033
|
-
SignalThree: 'signalThree',
|
|
1034
|
-
SignalTwo: 'signalTwo',
|
|
1035
|
-
Signout: 'signout',
|
|
1036
|
-
Skills: 'skills',
|
|
1037
|
-
Skip: 'skip',
|
|
1038
|
-
Slider: 'slider',
|
|
1039
|
-
SoccerBall: 'soccerBall',
|
|
1040
|
-
SocialMedia: 'socialMedia',
|
|
1041
|
-
SortAZ: 'sortAZ',
|
|
1042
|
-
SortDown: 'sortDown',
|
|
1043
|
-
SortUp: 'sortUp',
|
|
1044
|
-
SortZA: 'sortZA',
|
|
1045
|
-
Sort: 'sort',
|
|
1046
|
-
Sparkle: 'sparkle',
|
|
1047
|
-
SpeechBubble: 'speechBubble',
|
|
1048
|
-
SpeechExclamation: 'speechExclamation',
|
|
1049
|
-
SplitSmall: 'splitSmall',
|
|
1050
|
-
Split: 'split',
|
|
1051
|
-
Square: 'square',
|
|
1052
|
-
StarHalf: 'starHalf',
|
|
1053
|
-
Star: 'star',
|
|
1054
|
-
Strikethrough: 'strikethrough',
|
|
1055
|
-
Suborg: 'suborg',
|
|
1056
|
-
Substitute: 'substitute',
|
|
1057
|
-
Switch: 'switch',
|
|
1058
|
-
SystemNotification: 'systemNotification',
|
|
1059
|
-
Table: 'table',
|
|
1060
|
-
Tag: 'tag',
|
|
1061
|
-
TaskAcademic: 'taskAcademic',
|
|
1062
|
-
TaskBenefits: 'taskBenefits',
|
|
1063
|
-
TaskCareer: 'taskCareer',
|
|
1064
|
-
TaskCompanyProperty: 'taskCompanyProperty',
|
|
1065
|
-
TaskCompensation: 'taskCompensation',
|
|
1066
|
-
TaskContact: 'taskContact',
|
|
1067
|
-
TaskJob: 'taskJob',
|
|
1068
|
-
TaskOverview: 'taskOverview',
|
|
1069
|
-
TaskPay: 'taskPay',
|
|
1070
|
-
TaskPerformance: 'taskPerformance',
|
|
1071
|
-
TaskTimeoff: 'taskTimeoff',
|
|
1072
|
-
TextArea: 'textArea',
|
|
1073
|
-
TextColor: 'textColor',
|
|
1074
|
-
TextEdit: 'textEdit',
|
|
1075
|
-
TextInput: 'textInput',
|
|
1076
|
-
TextWrap: 'textWrap',
|
|
1077
|
-
Text: 'text',
|
|
1078
|
-
ThreeColumn: 'threeColumn',
|
|
1079
|
-
TimeOffBalance: 'timeOffBalance',
|
|
1080
|
-
Time: 'time',
|
|
1081
|
-
TimelineAll: 'timelineAll',
|
|
1082
|
-
TimelineMilestone: 'timelineMilestone',
|
|
1083
|
-
TimelinePerformanceInput: 'timelinePerformanceInput',
|
|
1084
|
-
Toggle: 'toggle',
|
|
1085
|
-
Tokens: 'tokens',
|
|
1086
|
-
Tools: 'tools',
|
|
1087
|
-
TouchId: 'touchId',
|
|
1088
|
-
Transcription: 'transcription',
|
|
1089
|
-
TransformationGroupby: 'transformationGroupby',
|
|
1090
|
-
TransformationImport: 'transformationImport',
|
|
1091
|
-
TransformationJoin: 'transformationJoin',
|
|
1092
|
-
TransformationUnion: 'transformationUnion',
|
|
1093
|
-
Translation: 'translation',
|
|
1094
|
-
Trash: 'trash',
|
|
1095
|
-
Travel: 'travel',
|
|
1096
|
-
Trophy: 'trophy',
|
|
1097
|
-
TwoColumn: 'twoColumn',
|
|
1098
|
-
Underline: 'underline',
|
|
1099
|
-
UndoL: 'undoL',
|
|
1100
|
-
UndoR: 'undoR',
|
|
1101
|
-
Unfreeze: 'unfreeze',
|
|
1102
|
-
Unknown: 'unknown',
|
|
1103
|
-
Unlink: 'unlink',
|
|
1104
|
-
Unlocked: 'unlocked',
|
|
1105
|
-
UnorderedList: 'unorderedList',
|
|
1106
|
-
Unpivot: 'unpivot',
|
|
1107
|
-
Unsort: 'unsort',
|
|
1108
|
-
UploadClip: 'uploadClip',
|
|
1109
|
-
UploadCloud: 'uploadCloud',
|
|
1110
|
-
UserCheck: 'userCheck',
|
|
1111
|
-
UserForward: 'userForward',
|
|
1112
|
-
UserLocked: 'userLocked',
|
|
1113
|
-
UserPlus: 'userPlus',
|
|
1114
|
-
UserRemove: 'userRemove',
|
|
1115
|
-
User: 'user',
|
|
1116
|
-
Versions: 'versions',
|
|
1117
|
-
Video: 'video',
|
|
1118
|
-
ViewTeam: 'viewTeam',
|
|
1119
|
-
Viewsite: 'viewsite',
|
|
1120
|
-
VirtualVersionLocked: 'virtualVersionLocked',
|
|
1121
|
-
VirtualVersion: 'virtualVersion',
|
|
1122
|
-
Visible: 'visible',
|
|
1123
|
-
Webinar: 'webinar',
|
|
1124
|
-
Webpage: 'webpage',
|
|
1125
|
-
Wizard: 'wizard',
|
|
1126
|
-
Word: 'word',
|
|
1127
|
-
Workbook: 'workbook',
|
|
1128
|
-
Worksheets: 'worksheets',
|
|
1129
|
-
XCircle: 'xCircle',
|
|
1130
|
-
XSmall: 'xSmall',
|
|
1131
|
-
X: 'x',
|
|
1132
|
-
XoInstanceList: 'xoInstanceList',
|
|
1133
|
-
ZoomArea: 'zoomArea',
|
|
1134
|
-
Zoomin: 'zoomin',
|
|
1135
|
-
Zoomout: 'zoomout',
|
|
1136
|
-
}
|
|
577
|
+
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, 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, 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, };
|
package/dist/es6/myReferrals.js
CHANGED
|
@@ -5,6 +5,6 @@ var icon = {
|
|
|
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: ['
|
|
8
|
+
tags: ['recruit', 'people', 'user', 'refer'],
|
|
9
9
|
};
|
|
10
10
|
export default icon;
|
package/dist/es6/signout.js
CHANGED
|
@@ -3,7 +3,7 @@ var icon = {
|
|
|
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/es6/sort.js
CHANGED
|
@@ -5,6 +5,6 @@ var icon = {
|
|
|
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'
|
|
8
|
+
tags: ['arrow'],
|
|
9
9
|
};
|
|
10
10
|
export default icon;
|