@workday/canvas-system-icons-web 3.0.18 → 3.0.20
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 +12 -1
- package/dist/commonjs/index.js +23 -569
- 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.d.ts +3 -0
- package/dist/commonjs/sparkle.js +12 -0
- 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 +12 -569
- package/dist/es6/index.js +12 -569
- 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.d.ts +3 -0
- package/dist/es6/sparkle.js +10 -0
- 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/svg/wd-icon-sparkle.svg +5 -0
- 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 +22 -567
- 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 +10 -0
- package/dist/ts/switch.ts +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [3.0.20](https://ghe.megaleo.com/Design/design-assets/compare/@workday/canvas-system-icons-web@3.0.19...@workday/canvas-system-icons-web@3.0.20) (2024-02-20)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @workday/canvas-system-icons-web
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [3.0.19](https://ghe.megaleo.com/Design/design-assets/compare/@workday/canvas-system-icons-web@3.0.18...@workday/canvas-system-icons-web@3.0.19) (2024-01-12)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @workday/canvas-system-icons-web
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [3.0.18](https://ghe.megaleo.com/Design/design-assets/compare/@workday/canvas-system-icons-web@3.0.17...@workday/canvas-system-icons-web@3.0.18) (2023-10-10)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @workday/canvas-system-icons-web
|
|
@@ -1 +1 @@
|
|
|
1
|
-
["wd-icon-academic-appointment-title.svg","wd-icon-accessibility.svg","wd-icon-accounts.svg","wd-icon-activity-stream.svg","wd-icon-actuals-locked.svg","wd-icon-actuals.svg","wd-icon-ad-hoc-delivery.svg","wd-icon-add-above.svg","wd-icon-add-below.svg","wd-icon-add-footer-ws.svg","wd-icon-add-left.svg","wd-icon-add-right.svg","wd-icon-add-split-row.svg","wd-icon-add-zero.svg","wd-icon-adjust-inventory.svg","wd-icon-alarm-clock-plus.svg","wd-icon-alarm-clock.svg","wd-icon-align-bottom.svg","wd-icon-align-center.svg","wd-icon-align-left.svg","wd-icon-align-middle.svg","wd-icon-align-right.svg","wd-icon-align-top.svg","wd-icon-anomaly-detection.svg","wd-icon-array.svg","wd-icon-arrow-arc.svg","wd-icon-arrow-circle.svg","wd-icon-arrow-diagonal-small.svg","wd-icon-arrow-down.svg","wd-icon-arrow-left-small.svg","wd-icon-arrow-left.svg","wd-icon-arrow-right-small.svg","wd-icon-arrow-right.svg","wd-icon-arrow-up.svg","wd-icon-article-stacked.svg","wd-icon-as-applied.svg","wd-icon-assistant.svg","wd-icon-at-tag-mention.svg","wd-icon-attribute.svg","wd-icon-audio-max.svg","wd-icon-audio-min.svg","wd-icon-audio-mute.svg","wd-icon-audio-none.svg","wd-icon-audio.svg","wd-icon-authentication-tag.svg","wd-icon-autosum.svg","wd-icon-avatar.svg","wd-icon-barcode-scanner.svg","wd-icon-benefits.svg","wd-icon-bg-color.svg","wd-icon-bid.svg","wd-icon-birthday.svg","wd-icon-bold.svg","wd-icon-bolt-fill.svg","wd-icon-bolt.svg","wd-icon-book-open.svg","wd-icon-boolean.svg","wd-icon-border-all.svg","wd-icon-border-bottom.svg","wd-icon-border-btm2.svg","wd-icon-border-center.svg","wd-icon-border-color.svg","wd-icon-border-dbl.svg","wd-icon-border-left.svg","wd-icon-border-none.svg","wd-icon-border-outside.svg","wd-icon-border-right.svg","wd-icon-border-top.svg","wd-icon-box-plus.svg","wd-icon-box-text-check.svg","wd-icon-box-text-plus.svg","wd-icon-box-text-search.svg","wd-icon-box-text-user-solid.svg","wd-icon-box-text-x.svg","wd-icon-box-text.svg","wd-icon-business-intelligence.svg","wd-icon-button.svg","wd-icon-c-area-100.svg","wd-icon-c-area-layered.svg","wd-icon-c-area-stacked.svg","wd-icon-c-bar-100.svg","wd-icon-c-bar-clustered.svg","wd-icon-c-bar-stacked.svg","wd-icon-c-bubble.svg","wd-icon-c-column-100.svg","wd-icon-c-column-clustered.svg","wd-icon-c-column-line.svg","wd-icon-c-column-stacked.svg","wd-icon-c-dual-line.svg","wd-icon-c-line.svg","wd-icon-c-pie.svg","wd-icon-c-scatter.svg","wd-icon-c-waterfall.svg","wd-icon-calculator-locked.svg","wd-icon-calculator-refresh.svg","wd-icon-calculator.svg","wd-icon-calendar-alt.svg","wd-icon-calendar-user-solid.svg","wd-icon-calendar.svg","wd-icon-camera-plus.svg","wd-icon-camera.svg","wd-icon-capture-delivery.svg","wd-icon-card-view.svg","wd-icon-card.svg","wd-icon-caret-bottom-small.svg","wd-icon-caret-bottom.svg","wd-icon-caret-down-small.svg","wd-icon-caret-down.svg","wd-icon-caret-left-small.svg","wd-icon-caret-right-small.svg","wd-icon-caret-top-small.svg","wd-icon-caret-top.svg","wd-icon-caret-up-small.svg","wd-icon-caret-up.svg","wd-icon-cart.svg","wd-icon-cell-filter.svg","wd-icon-cell-gear.svg","wd-icon-cell-reset.svg","wd-icon-cell-row.svg","wd-icon-cell-search.svg","wd-icon-cell-swap-axis.svg","wd-icon-cell-template.svg","wd-icon-chart-config.svg","wd-icon-chart.svg","wd-icon-check-circle.svg","wd-icon-check-in.svg","wd-icon-check-small.svg","wd-icon-check.svg","wd-icon-checkbox.svg","wd-icon-checkboxes.svg","wd-icon-chevron-2x-down-small.svg","wd-icon-chevron-2x-left-small.svg","wd-icon-chevron-2x-right-small.svg","wd-icon-chevron-2x-up-small.svg","wd-icon-chevron-2xleft.svg","wd-icon-chevron-2xright.svg","wd-icon-chevron-down-small.svg","wd-icon-chevron-down.svg","wd-icon-chevron-left-small.svg","wd-icon-chevron-left.svg","wd-icon-chevron-right-small.svg","wd-icon-chevron-right.svg","wd-icon-chevron-up-small.svg","wd-icon-chevron-up.svg","wd-icon-chip.svg","wd-icon-clipboard-blank-check.svg","wd-icon-clipboard-check.svg","wd-icon-clipboard-plus.svg","wd-icon-clipboard-remove.svg","wd-icon-clipboard-search.svg","wd-icon-clipboard.svg","wd-icon-clock-check.svg","wd-icon-clock-exclamation.svg","wd-icon-clock-minus.svg","wd-icon-clock-pause.svg","wd-icon-clock-plus.svg","wd-icon-clock-x.svg","wd-icon-clock.svg","wd-icon-close.svg","wd-icon-closedcaption.svg","wd-icon-cloud-lock.svg","wd-icon-cluster.svg","wd-icon-code.svg","wd-icon-coffee.svg","wd-icon-comma-ws.svg","wd-icon-comment-active.svg","wd-icon-comment-plus.svg","wd-icon-compare-files.svg","wd-icon-compass.svg","wd-icon-component-edit.svg","wd-icon-component.svg","wd-icon-conclusion-popup.svg","wd-icon-conclusion.svg","wd-icon-configure.svg","wd-icon-contact-card-cost-center.svg","wd-icon-contact-card-desk.svg","wd-icon-contact-card-id.svg","wd-icon-contact-card-job-profile.svg","wd-icon-contact-card-matrix-manager.svg","wd-icon-convert-inventory.svg","wd-icon-copy.svg","wd-icon-course.svg","wd-icon-credit-card.svg","wd-icon-cube.svg","wd-icon-cut.svg","wd-icon-dashboard-expenses.svg","wd-icon-dashboard-workforce.svg","wd-icon-dashboard.svg","wd-icon-data-complex.svg","wd-icon-data-input.svg","wd-icon-data-source.svg","wd-icon-delta.svg","wd-icon-device-desktop.svg","wd-icon-device-phone.svg","wd-icon-device-tablet.svg","wd-icon-discovery-board.svg","wd-icon-doc.svg","wd-icon-document-alt.svg","wd-icon-document-candidate-action-required.svg","wd-icon-document-candidate-inactive.svg","wd-icon-document-candidate-search.svg","wd-icon-document-csv.svg","wd-icon-document-download.svg","wd-icon-document-html.svg","wd-icon-document-locked.svg","wd-icon-document-star.svg","wd-icon-document-tsv.svg","wd-icon-document.svg","wd-icon-documents-check.svg","wd-icon-dollar-sign.svg","wd-icon-dollar.svg","wd-icon-dot.svg","wd-icon-download.svg","wd-icon-draggable-vertical.svg","wd-icon-draggable.svg","wd-icon-drill-down.svg","wd-icon-dropdown-button.svg","wd-icon-dropdown.svg","wd-icon-edit-button-bar.svg","wd-icon-edit-button.svg","wd-icon-edit.svg","wd-icon-empty-app.svg","wd-icon-endpoints.svg","wd-icon-eraser-cell.svg","wd-icon-eraser-font.svg","wd-icon-eraser.svg","wd-icon-esignature.svg","wd-icon-excel.svg","wd-icon-exclamation-circle.svg","wd-icon-exclamation-triangle.svg","wd-icon-exclamation.svg","wd-icon-expand-table.svg","wd-icon-export.svg","wd-icon-ext-link.svg","wd-icon-face-happy.svg","wd-icon-face-id.svg","wd-icon-face-neutral.svg","wd-icon-face-unhappy.svg","wd-icon-face-very-happy.svg","wd-icon-fast-forward-15.svg","wd-icon-fetch-data.svg","wd-icon-file.svg","wd-icon-filter-checked.svg","wd-icon-filter.svg","wd-icon-find-inventory.svg","wd-icon-find-transactions.svg","wd-icon-fingerprint-android.svg","wd-icon-flag.svg","wd-icon-flash-auto.svg","wd-icon-flow.svg","wd-icon-folder-close.svg","wd-icon-folder-minus.svg","wd-icon-folder-move.svg","wd-icon-folder-open.svg","wd-icon-folder-plus.svg","wd-icon-font-face.svg","wd-icon-font-size.svg","wd-icon-footer.svg","wd-icon-fork-knife.svg","wd-icon-formatting.svg","wd-icon-formula-clipboard.svg","wd-icon-formula-edit.svg","wd-icon-freeze-header.svg","wd-icon-fullscreen.svg","wd-icon-funnel.svg","wd-icon-fx-brackets.svg","wd-icon-fx-loop.svg","wd-icon-fx-writeback.svg","wd-icon-fx.svg","wd-icon-gear.svg","wd-icon-globe.svg","wd-icon-grid-view.svg","wd-icon-grid.svg","wd-icon-grow.svg","wd-icon-hash-mark.svg","wd-icon-heading.svg","wd-icon-heatmap.svg","wd-icon-hide-col.svg","wd-icon-hierarchy-children.svg","wd-icon-hierarchy-full.svg","wd-icon-hierarchy-parent.svg","wd-icon-hierarchy-partial.svg","wd-icon-hierarchy.svg","wd-icon-highlight.svg","wd-icon-home-building.svg","wd-icon-home.svg","wd-icon-hour-glass.svg","wd-icon-image.svg","wd-icon-inbox-fill.svg","wd-icon-inbox-large.svg","wd-icon-inbox.svg","wd-icon-indent.svg","wd-icon-info.svg","wd-icon-insert-column-after.svg","wd-icon-insert-column-before.svg","wd-icon-insert-row-after.svg","wd-icon-insert-row-before.svg","wd-icon-instance.svg","wd-icon-interactiongroup.svg","wd-icon-inventory-count.svg","wd-icon-inventory-search.svg","wd-icon-invisible.svg","wd-icon-italics.svg","wd-icon-itemize.svg","wd-icon-job-info.svg","wd-icon-join-full.svg","wd-icon-join-inner.svg","wd-icon-join-left.svg","wd-icon-join-right.svg","wd-icon-justify.svg","wd-icon-keyboard.svg","wd-icon-kpi.svg","wd-icon-labeled-image.svg","wd-icon-laptop.svg","wd-icon-left-sidebar.svg","wd-icon-legal.svg","wd-icon-legend.svg","wd-icon-letter-a.svg","wd-icon-lightbulb.svg","wd-icon-link.svg","wd-icon-list-detail.svg","wd-icon-list-view.svg","wd-icon-live-data.svg","wd-icon-livepages.svg","wd-icon-location.svg","wd-icon-lock-keyhole.svg","wd-icon-lock-plus.svg","wd-icon-lock.svg","wd-icon-loop.svg","wd-icon-mail-letter.svg","wd-icon-mail.svg","wd-icon-manage-delivery.svg","wd-icon-map.svg","wd-icon-marker.svg","wd-icon-medal.svg","wd-icon-media-classroom.svg","wd-icon-media-error.svg","wd-icon-media-mylearning.svg","wd-icon-media-pause.svg","wd-icon-media-play.svg","wd-icon-media-quiz.svg","wd-icon-media-survey.svg","wd-icon-media-topics.svg","wd-icon-megaphone.svg","wd-icon-menu-group.svg","wd-icon-merge-small.svg","wd-icon-merge-tag.svg","wd-icon-merge.svg","wd-icon-messaging.svg","wd-icon-microphone.svg","wd-icon-minus-circle.svg","wd-icon-minus.svg","wd-icon-mobile-notifications.svg","wd-icon-move-inventory.svg","wd-icon-multi-instance.svg","wd-icon-my-learning.svg","wd-icon-my-referrals.svg","wd-icon-nbox.svg","wd-icon-nearby.svg","wd-icon-no-bid.svg","wd-icon-note.svg","wd-icon-notifications-large.svg","wd-icon-notifications.svg","wd-icon-number-input.svg","wd-icon-numbers.svg","wd-icon-object.svg","wd-icon-onboarding-home.svg","wd-icon-one-column.svg","wd-icon-openresponse.svg","wd-icon-operator.svg","wd-icon-opportunity-graph.svg","wd-icon-ordered-list.svg","wd-icon-org-chart-people.svg","wd-icon-org-chart.svg","wd-icon-package-arrow-down.svg","wd-icon-package-arrow-up.svg","wd-icon-panel-list.svg","wd-icon-paragraph.svg","wd-icon-password.svg","wd-icon-paste.svg","wd-icon-pattern.svg","wd-icon-pdf.svg","wd-icon-percentage.svg","wd-icon-perspective.svg","wd-icon-phone-unlock.svg","wd-icon-phone.svg","wd-icon-pi.svg","wd-icon-picked-short.svg","wd-icon-pie-chart.svg","wd-icon-pill.svg","wd-icon-pin.svg","wd-icon-pivot-table.svg","wd-icon-pivot.svg","wd-icon-placeholder.svg","wd-icon-platform-cart.svg","wd-icon-play-circle.svg","wd-icon-playbook.svg","wd-icon-plus-circle.svg","wd-icon-plus-small.svg","wd-icon-plus.svg","wd-icon-power-of-one.svg","wd-icon-powerpoint.svg","wd-icon-previous.svg","wd-icon-print.svg","wd-icon-prism.svg","wd-icon-progress-circle.svg","wd-icon-projects.svg","wd-icon-prompts.svg","wd-icon-proof-of-delivery.svg","wd-icon-proxy-user.svg","wd-icon-pyramid.svg","wd-icon-qr-code.svg","wd-icon-question-fill.svg","wd-icon-question-outline.svg","wd-icon-question.svg","wd-icon-radio-mobile-selected.svg","wd-icon-radio-mobile.svg","wd-icon-radio.svg","wd-icon-range-period.svg","wd-icon-ranking.svg","wd-icon-receipts.svg","wd-icon-region.svg","wd-icon-related-actions-vertical.svg","wd-icon-related-actions.svg","wd-icon-remove-column-after.svg","wd-icon-remove-indent.svg","wd-icon-remove-row-after.svg","wd-icon-remove-split-row.svg","wd-icon-remove-zero.svg","wd-icon-rename-split-row.svg","wd-icon-rename.svg","wd-icon-reorder-v2.svg","wd-icon-reorder.svg","wd-icon-replay.svg","wd-icon-report-parameter.svg","wd-icon-reset.svg","wd-icon-resizable.svg","wd-icon-restore.svg","wd-icon-rewind-30.svg","wd-icon-ribbon.svg","wd-icon-right-sidebar.svg","wd-icon-rocket.svg","wd-icon-rotate.svg","wd-icon-rows-check.svg","wd-icon-rows-plus.svg","wd-icon-rpm.svg","wd-icon-rte-emphasis.svg","wd-icon-rte-list.svg","wd-icon-save-as.svg","wd-icon-save.svg","wd-icon-screen-magnification.svg","wd-icon-screen-reader.svg","wd-icon-search-user.svg","wd-icon-search.svg","wd-icon-select.svg","wd-icon-send.svg","wd-icon-setup.svg","wd-icon-shapes.svg","wd-icon-share.svg","wd-icon-show-col.svg","wd-icon-shrink.svg","wd-icon-signal-four.svg","wd-icon-signal-one.svg","wd-icon-signal-three.svg","wd-icon-signal-two.svg","wd-icon-signout.svg","wd-icon-skills.svg","wd-icon-skip.svg","wd-icon-slider.svg","wd-icon-soccer-ball.svg","wd-icon-social-media.svg","wd-icon-sort-a-z.svg","wd-icon-sort-down.svg","wd-icon-sort-up.svg","wd-icon-sort-z-a.svg","wd-icon-sort.svg","wd-icon-speech-bubble.svg","wd-icon-speech-exclamation.svg","wd-icon-split-small.svg","wd-icon-split.svg","wd-icon-square.svg","wd-icon-star-half.svg","wd-icon-star.svg","wd-icon-strikethrough.svg","wd-icon-suborg.svg","wd-icon-substitute.svg","wd-icon-switch.svg","wd-icon-system-notification.svg","wd-icon-table.svg","wd-icon-tag.svg","wd-icon-task-academic.svg","wd-icon-task-benefits.svg","wd-icon-task-career.svg","wd-icon-task-company-property.svg","wd-icon-task-compensation.svg","wd-icon-task-contact.svg","wd-icon-task-job.svg","wd-icon-task-overview.svg","wd-icon-task-pay.svg","wd-icon-task-performance.svg","wd-icon-task-timeoff.svg","wd-icon-text-area.svg","wd-icon-text-color.svg","wd-icon-text-edit.svg","wd-icon-text-input.svg","wd-icon-text-wrap.svg","wd-icon-text.svg","wd-icon-three-column.svg","wd-icon-time-off-balance.svg","wd-icon-time.svg","wd-icon-timeline-all.svg","wd-icon-timeline-milestone.svg","wd-icon-timeline-performance-input.svg","wd-icon-toggle.svg","wd-icon-tokens.svg","wd-icon-tools.svg","wd-icon-touch-id.svg","wd-icon-transcription.svg","wd-icon-transformation-groupby.svg","wd-icon-transformation-import.svg","wd-icon-transformation-join.svg","wd-icon-transformation-union.svg","wd-icon-translation.svg","wd-icon-trash.svg","wd-icon-travel.svg","wd-icon-trophy.svg","wd-icon-two-column.svg","wd-icon-underline.svg","wd-icon-undo-l.svg","wd-icon-undo-r.svg","wd-icon-unfreeze.svg","wd-icon-unknown.svg","wd-icon-unlink.svg","wd-icon-unlocked.svg","wd-icon-unordered-list.svg","wd-icon-unpivot.svg","wd-icon-unsort.svg","wd-icon-upload-clip.svg","wd-icon-upload-cloud.svg","wd-icon-user-check.svg","wd-icon-user-forward.svg","wd-icon-user-locked.svg","wd-icon-user-plus.svg","wd-icon-user-remove.svg","wd-icon-user.svg","wd-icon-versions.svg","wd-icon-video.svg","wd-icon-view-team.svg","wd-icon-viewsite.svg","wd-icon-virtual-version-locked.svg","wd-icon-virtual-version.svg","wd-icon-visible.svg","wd-icon-webinar.svg","wd-icon-webpage.svg","wd-icon-wizard.svg","wd-icon-word.svg","wd-icon-workbook.svg","wd-icon-worksheets.svg","wd-icon-x-circle.svg","wd-icon-x-small.svg","wd-icon-x.svg","wd-icon-xo-instance-list.svg","wd-icon-zoom-area.svg","wd-icon-zoomin.svg","wd-icon-zoomout.svg"]
|
|
1
|
+
["wd-icon-academic-appointment-title.svg","wd-icon-accessibility.svg","wd-icon-accounts.svg","wd-icon-activity-stream.svg","wd-icon-actuals-locked.svg","wd-icon-actuals.svg","wd-icon-ad-hoc-delivery.svg","wd-icon-add-above.svg","wd-icon-add-below.svg","wd-icon-add-footer-ws.svg","wd-icon-add-left.svg","wd-icon-add-right.svg","wd-icon-add-split-row.svg","wd-icon-add-zero.svg","wd-icon-adjust-inventory.svg","wd-icon-alarm-clock-plus.svg","wd-icon-alarm-clock.svg","wd-icon-align-bottom.svg","wd-icon-align-center.svg","wd-icon-align-left.svg","wd-icon-align-middle.svg","wd-icon-align-right.svg","wd-icon-align-top.svg","wd-icon-anomaly-detection.svg","wd-icon-array.svg","wd-icon-arrow-arc.svg","wd-icon-arrow-circle.svg","wd-icon-arrow-diagonal-small.svg","wd-icon-arrow-down.svg","wd-icon-arrow-left-small.svg","wd-icon-arrow-left.svg","wd-icon-arrow-right-small.svg","wd-icon-arrow-right.svg","wd-icon-arrow-up.svg","wd-icon-article-stacked.svg","wd-icon-as-applied.svg","wd-icon-assistant.svg","wd-icon-at-tag-mention.svg","wd-icon-attribute.svg","wd-icon-audio-max.svg","wd-icon-audio-min.svg","wd-icon-audio-mute.svg","wd-icon-audio-none.svg","wd-icon-audio.svg","wd-icon-authentication-tag.svg","wd-icon-autosum.svg","wd-icon-avatar.svg","wd-icon-barcode-scanner.svg","wd-icon-benefits.svg","wd-icon-bg-color.svg","wd-icon-bid.svg","wd-icon-birthday.svg","wd-icon-bold.svg","wd-icon-bolt-fill.svg","wd-icon-bolt.svg","wd-icon-book-open.svg","wd-icon-boolean.svg","wd-icon-border-all.svg","wd-icon-border-bottom.svg","wd-icon-border-btm2.svg","wd-icon-border-center.svg","wd-icon-border-color.svg","wd-icon-border-dbl.svg","wd-icon-border-left.svg","wd-icon-border-none.svg","wd-icon-border-outside.svg","wd-icon-border-right.svg","wd-icon-border-top.svg","wd-icon-box-plus.svg","wd-icon-box-text-check.svg","wd-icon-box-text-plus.svg","wd-icon-box-text-search.svg","wd-icon-box-text-user-solid.svg","wd-icon-box-text-x.svg","wd-icon-box-text.svg","wd-icon-business-intelligence.svg","wd-icon-button.svg","wd-icon-c-area-100.svg","wd-icon-c-area-layered.svg","wd-icon-c-area-stacked.svg","wd-icon-c-bar-100.svg","wd-icon-c-bar-clustered.svg","wd-icon-c-bar-stacked.svg","wd-icon-c-bubble.svg","wd-icon-c-column-100.svg","wd-icon-c-column-clustered.svg","wd-icon-c-column-line.svg","wd-icon-c-column-stacked.svg","wd-icon-c-dual-line.svg","wd-icon-c-line.svg","wd-icon-c-pie.svg","wd-icon-c-scatter.svg","wd-icon-c-waterfall.svg","wd-icon-calculator-locked.svg","wd-icon-calculator-refresh.svg","wd-icon-calculator.svg","wd-icon-calendar-alt.svg","wd-icon-calendar-user-solid.svg","wd-icon-calendar.svg","wd-icon-camera-plus.svg","wd-icon-camera.svg","wd-icon-capture-delivery.svg","wd-icon-card-view.svg","wd-icon-card.svg","wd-icon-caret-bottom-small.svg","wd-icon-caret-bottom.svg","wd-icon-caret-down-small.svg","wd-icon-caret-down.svg","wd-icon-caret-left-small.svg","wd-icon-caret-right-small.svg","wd-icon-caret-top-small.svg","wd-icon-caret-top.svg","wd-icon-caret-up-small.svg","wd-icon-caret-up.svg","wd-icon-cart.svg","wd-icon-cell-filter.svg","wd-icon-cell-gear.svg","wd-icon-cell-reset.svg","wd-icon-cell-row.svg","wd-icon-cell-search.svg","wd-icon-cell-swap-axis.svg","wd-icon-cell-template.svg","wd-icon-chart-config.svg","wd-icon-chart-visuals-fan.svg","wd-icon-chart.svg","wd-icon-check-circle.svg","wd-icon-check-in.svg","wd-icon-check-small.svg","wd-icon-check.svg","wd-icon-checkbox.svg","wd-icon-checkboxes.svg","wd-icon-chevron-2x-down-small.svg","wd-icon-chevron-2x-left-small.svg","wd-icon-chevron-2x-right-small.svg","wd-icon-chevron-2x-up-small.svg","wd-icon-chevron-2xleft.svg","wd-icon-chevron-2xright.svg","wd-icon-chevron-down-small.svg","wd-icon-chevron-down.svg","wd-icon-chevron-hierarchy-closed.svg","wd-icon-chevron-hierarchy-open.svg","wd-icon-chevron-left-small.svg","wd-icon-chevron-left.svg","wd-icon-chevron-right-small.svg","wd-icon-chevron-right.svg","wd-icon-chevron-up-small.svg","wd-icon-chevron-up.svg","wd-icon-chip.svg","wd-icon-clipboard-blank-check.svg","wd-icon-clipboard-check.svg","wd-icon-clipboard-plus.svg","wd-icon-clipboard-remove.svg","wd-icon-clipboard-search.svg","wd-icon-clipboard.svg","wd-icon-clock-check.svg","wd-icon-clock-exclamation.svg","wd-icon-clock-minus.svg","wd-icon-clock-pause.svg","wd-icon-clock-plus.svg","wd-icon-clock-x.svg","wd-icon-clock.svg","wd-icon-close.svg","wd-icon-closedcaption.svg","wd-icon-cloud-lock.svg","wd-icon-cluster.svg","wd-icon-code.svg","wd-icon-coffee.svg","wd-icon-comma-ws.svg","wd-icon-comment-active.svg","wd-icon-comment-plus.svg","wd-icon-compare-files.svg","wd-icon-compass.svg","wd-icon-component-edit.svg","wd-icon-component.svg","wd-icon-conclusion-popup.svg","wd-icon-conclusion.svg","wd-icon-configure.svg","wd-icon-contact-card-cost-center.svg","wd-icon-contact-card-desk.svg","wd-icon-contact-card-id.svg","wd-icon-contact-card-job-profile.svg","wd-icon-contact-card-matrix-manager.svg","wd-icon-convert-inventory.svg","wd-icon-copy.svg","wd-icon-course.svg","wd-icon-credit-card.svg","wd-icon-cube.svg","wd-icon-cut.svg","wd-icon-dashboard-expenses.svg","wd-icon-dashboard-workforce.svg","wd-icon-dashboard.svg","wd-icon-data-complex.svg","wd-icon-data-input.svg","wd-icon-data-source.svg","wd-icon-delta.svg","wd-icon-device-desktop.svg","wd-icon-device-phone.svg","wd-icon-device-tablet.svg","wd-icon-discovery-board.svg","wd-icon-doc.svg","wd-icon-document-alt.svg","wd-icon-document-candidate-action-required.svg","wd-icon-document-candidate-inactive.svg","wd-icon-document-candidate-search.svg","wd-icon-document-csv.svg","wd-icon-document-download.svg","wd-icon-document-html.svg","wd-icon-document-locked.svg","wd-icon-document-star.svg","wd-icon-document-tsv.svg","wd-icon-document.svg","wd-icon-documents-check.svg","wd-icon-dollar-sign.svg","wd-icon-dollar.svg","wd-icon-dot.svg","wd-icon-download.svg","wd-icon-draggable-vertical.svg","wd-icon-draggable.svg","wd-icon-drill-down.svg","wd-icon-dropdown-button.svg","wd-icon-dropdown.svg","wd-icon-edit-button-bar.svg","wd-icon-edit-button.svg","wd-icon-edit.svg","wd-icon-empty-app.svg","wd-icon-endpoints.svg","wd-icon-eraser-cell.svg","wd-icon-eraser-font.svg","wd-icon-eraser.svg","wd-icon-esignature.svg","wd-icon-excel.svg","wd-icon-exclamation-circle.svg","wd-icon-exclamation-triangle.svg","wd-icon-exclamation.svg","wd-icon-expand-table.svg","wd-icon-export.svg","wd-icon-ext-link.svg","wd-icon-face-happy.svg","wd-icon-face-id.svg","wd-icon-face-neutral.svg","wd-icon-face-unhappy.svg","wd-icon-face-very-happy.svg","wd-icon-fan-chart.svg","wd-icon-fast-forward-15.svg","wd-icon-fetch-data.svg","wd-icon-file.svg","wd-icon-filter-checked.svg","wd-icon-filter.svg","wd-icon-find-inventory.svg","wd-icon-find-transactions.svg","wd-icon-fingerprint-android.svg","wd-icon-flag.svg","wd-icon-flash-auto.svg","wd-icon-flow.svg","wd-icon-folder-close.svg","wd-icon-folder-minus.svg","wd-icon-folder-move.svg","wd-icon-folder-open.svg","wd-icon-folder-plus.svg","wd-icon-font-face.svg","wd-icon-font-size.svg","wd-icon-footer.svg","wd-icon-fork-knife.svg","wd-icon-formatting.svg","wd-icon-formula-clipboard.svg","wd-icon-formula-edit.svg","wd-icon-freeze-header.svg","wd-icon-fullscreen.svg","wd-icon-funnel.svg","wd-icon-fx-brackets.svg","wd-icon-fx-loop.svg","wd-icon-fx-writeback.svg","wd-icon-fx.svg","wd-icon-gear.svg","wd-icon-globe.svg","wd-icon-grid-view.svg","wd-icon-grid.svg","wd-icon-grow.svg","wd-icon-hash-mark.svg","wd-icon-heading.svg","wd-icon-heatmap.svg","wd-icon-hide-col.svg","wd-icon-hierarchy-child.svg","wd-icon-hierarchy-children.svg","wd-icon-hierarchy-diagonal-parent-child-child.svg","wd-icon-hierarchy-diagonal-parent-child.svg","wd-icon-hierarchy-diagonal-parent.svg","wd-icon-hierarchy-full.svg","wd-icon-hierarchy-parent-child.svg","wd-icon-hierarchy-parent.svg","wd-icon-hierarchy-partial.svg","wd-icon-hierarchy-right-full.svg","wd-icon-hierarchy.svg","wd-icon-highlight.svg","wd-icon-home-building.svg","wd-icon-home.svg","wd-icon-hour-glass.svg","wd-icon-image.svg","wd-icon-inbox-fill.svg","wd-icon-inbox-large.svg","wd-icon-inbox.svg","wd-icon-indent.svg","wd-icon-info.svg","wd-icon-insert-column-after.svg","wd-icon-insert-column-before.svg","wd-icon-insert-row-after.svg","wd-icon-insert-row-before.svg","wd-icon-instance.svg","wd-icon-interactiongroup.svg","wd-icon-inventory-count.svg","wd-icon-inventory-search.svg","wd-icon-invisible.svg","wd-icon-italics.svg","wd-icon-itemize.svg","wd-icon-job-info.svg","wd-icon-join-full.svg","wd-icon-join-inner.svg","wd-icon-join-left.svg","wd-icon-join-right.svg","wd-icon-justify.svg","wd-icon-keyboard.svg","wd-icon-kpi.svg","wd-icon-labeled-image.svg","wd-icon-laptop.svg","wd-icon-left-sidebar.svg","wd-icon-legal.svg","wd-icon-legend.svg","wd-icon-letter-a.svg","wd-icon-lightbulb.svg","wd-icon-link.svg","wd-icon-list-detail.svg","wd-icon-list-view.svg","wd-icon-live-data.svg","wd-icon-livepages.svg","wd-icon-location.svg","wd-icon-lock-keyhole.svg","wd-icon-lock-plus.svg","wd-icon-lock.svg","wd-icon-loop.svg","wd-icon-mail-letter.svg","wd-icon-mail.svg","wd-icon-manage-delivery.svg","wd-icon-map.svg","wd-icon-marker.svg","wd-icon-medal.svg","wd-icon-media-classroom.svg","wd-icon-media-error.svg","wd-icon-media-mylearning.svg","wd-icon-media-pause.svg","wd-icon-media-play.svg","wd-icon-media-quiz.svg","wd-icon-media-survey.svg","wd-icon-media-topics.svg","wd-icon-megaphone.svg","wd-icon-menu-group.svg","wd-icon-merge-small.svg","wd-icon-merge-tag.svg","wd-icon-merge.svg","wd-icon-messaging.svg","wd-icon-microphone.svg","wd-icon-minus-circle.svg","wd-icon-minus.svg","wd-icon-mobile-notifications.svg","wd-icon-move-inventory.svg","wd-icon-multi-instance.svg","wd-icon-my-learning.svg","wd-icon-my-referrals.svg","wd-icon-nbox.svg","wd-icon-nearby.svg","wd-icon-no-bid.svg","wd-icon-note.svg","wd-icon-notifications-large.svg","wd-icon-notifications.svg","wd-icon-number-input.svg","wd-icon-numbers.svg","wd-icon-object.svg","wd-icon-onboarding-home.svg","wd-icon-one-column.svg","wd-icon-openresponse.svg","wd-icon-operator.svg","wd-icon-opportunity-graph.svg","wd-icon-ordered-list.svg","wd-icon-org-chart-people.svg","wd-icon-org-chart.svg","wd-icon-package-arrow-down.svg","wd-icon-package-arrow-up.svg","wd-icon-panel-list.svg","wd-icon-paragraph.svg","wd-icon-password.svg","wd-icon-paste.svg","wd-icon-pattern.svg","wd-icon-pdf.svg","wd-icon-percentage.svg","wd-icon-perspective.svg","wd-icon-phone-unlock.svg","wd-icon-phone.svg","wd-icon-pi.svg","wd-icon-picked-short.svg","wd-icon-pie-chart.svg","wd-icon-pill.svg","wd-icon-pin.svg","wd-icon-pivot-table.svg","wd-icon-pivot.svg","wd-icon-placeholder.svg","wd-icon-platform-cart.svg","wd-icon-play-circle.svg","wd-icon-playbook.svg","wd-icon-plus-circle.svg","wd-icon-plus-small.svg","wd-icon-plus.svg","wd-icon-power-of-one.svg","wd-icon-powerpoint.svg","wd-icon-previous.svg","wd-icon-print.svg","wd-icon-prism.svg","wd-icon-progress-circle.svg","wd-icon-projects.svg","wd-icon-prompts.svg","wd-icon-proof-of-delivery.svg","wd-icon-proxy-user.svg","wd-icon-pyramid.svg","wd-icon-qr-code.svg","wd-icon-question-fill.svg","wd-icon-question-outline.svg","wd-icon-question.svg","wd-icon-radio-mobile-selected.svg","wd-icon-radio-mobile.svg","wd-icon-radio.svg","wd-icon-range-period.svg","wd-icon-ranking.svg","wd-icon-receipts.svg","wd-icon-region.svg","wd-icon-related-actions-vertical.svg","wd-icon-related-actions.svg","wd-icon-remove-column-after.svg","wd-icon-remove-indent.svg","wd-icon-remove-row-after.svg","wd-icon-remove-split-row.svg","wd-icon-remove-zero.svg","wd-icon-rename-split-row.svg","wd-icon-rename.svg","wd-icon-reorder-v2.svg","wd-icon-reorder.svg","wd-icon-replay.svg","wd-icon-report-parameter.svg","wd-icon-reset.svg","wd-icon-resizable.svg","wd-icon-restore.svg","wd-icon-rewind-30.svg","wd-icon-ribbon.svg","wd-icon-right-sidebar.svg","wd-icon-rocket.svg","wd-icon-rotate.svg","wd-icon-rows-check.svg","wd-icon-rows-plus.svg","wd-icon-rpm.svg","wd-icon-rte-emphasis.svg","wd-icon-rte-list.svg","wd-icon-save-as.svg","wd-icon-save.svg","wd-icon-screen-magnification.svg","wd-icon-screen-reader.svg","wd-icon-search-user.svg","wd-icon-search.svg","wd-icon-select.svg","wd-icon-send.svg","wd-icon-setup.svg","wd-icon-shapes.svg","wd-icon-share.svg","wd-icon-show-col.svg","wd-icon-shrink.svg","wd-icon-signal-four.svg","wd-icon-signal-one.svg","wd-icon-signal-three.svg","wd-icon-signal-two.svg","wd-icon-signout.svg","wd-icon-skills.svg","wd-icon-skip.svg","wd-icon-slider.svg","wd-icon-soccer-ball.svg","wd-icon-social-media.svg","wd-icon-sort-a-z.svg","wd-icon-sort-down.svg","wd-icon-sort-up.svg","wd-icon-sort-z-a.svg","wd-icon-sort.svg","wd-icon-sparkle.svg","wd-icon-speech-bubble.svg","wd-icon-speech-exclamation.svg","wd-icon-split-small.svg","wd-icon-split.svg","wd-icon-square.svg","wd-icon-star-half.svg","wd-icon-star.svg","wd-icon-strikethrough.svg","wd-icon-suborg.svg","wd-icon-substitute.svg","wd-icon-switch.svg","wd-icon-system-notification.svg","wd-icon-table.svg","wd-icon-tag.svg","wd-icon-task-academic.svg","wd-icon-task-benefits.svg","wd-icon-task-career.svg","wd-icon-task-company-property.svg","wd-icon-task-compensation.svg","wd-icon-task-contact.svg","wd-icon-task-job.svg","wd-icon-task-overview.svg","wd-icon-task-pay.svg","wd-icon-task-performance.svg","wd-icon-task-timeoff.svg","wd-icon-text-area.svg","wd-icon-text-color.svg","wd-icon-text-edit.svg","wd-icon-text-input.svg","wd-icon-text-wrap.svg","wd-icon-text.svg","wd-icon-three-column.svg","wd-icon-time-off-balance.svg","wd-icon-time.svg","wd-icon-timeline-all.svg","wd-icon-timeline-milestone.svg","wd-icon-timeline-performance-input.svg","wd-icon-toggle.svg","wd-icon-tokens.svg","wd-icon-tools.svg","wd-icon-touch-id.svg","wd-icon-transcription.svg","wd-icon-transformation-groupby.svg","wd-icon-transformation-import.svg","wd-icon-transformation-join.svg","wd-icon-transformation-union.svg","wd-icon-translation.svg","wd-icon-trash.svg","wd-icon-travel.svg","wd-icon-trophy.svg","wd-icon-two-column.svg","wd-icon-underline.svg","wd-icon-undo-l.svg","wd-icon-undo-r.svg","wd-icon-unfreeze.svg","wd-icon-unknown.svg","wd-icon-unlink.svg","wd-icon-unlocked.svg","wd-icon-unordered-list.svg","wd-icon-unpivot.svg","wd-icon-unsort.svg","wd-icon-upload-clip.svg","wd-icon-upload-cloud.svg","wd-icon-user-check.svg","wd-icon-user-forward.svg","wd-icon-user-locked.svg","wd-icon-user-plus.svg","wd-icon-user-remove.svg","wd-icon-user.svg","wd-icon-versions.svg","wd-icon-video.svg","wd-icon-view-team.svg","wd-icon-viewsite.svg","wd-icon-virtual-version-locked.svg","wd-icon-virtual-version.svg","wd-icon-visible.svg","wd-icon-webinar.svg","wd-icon-webpage.svg","wd-icon-wizard.svg","wd-icon-word.svg","wd-icon-workbook.svg","wd-icon-worksheets.svg","wd-icon-x-circle.svg","wd-icon-x-small.svg","wd-icon-x.svg","wd-icon-xo-instance-list.svg","wd-icon-zoom-area.svg","wd-icon-zoomin.svg","wd-icon-zoomout.svg"]
|
|
@@ -0,0 +1,9 @@
|
|
|
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: 'chartVisualsFan',
|
|
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-chart-visuals-fan wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path d="M21 13v7l-9 1-4-3.5-7-.5 7-2 4 2 9-4z" class="wd-icon-fill"/><path d="M21 3v8l-9 4-4-2-7 2.5L8 10l4 1 9-8z" class="wd-icon-accent"/></g></svg>',
|
|
8
|
+
};
|
|
9
|
+
exports.default = icon;
|
|
@@ -0,0 +1,9 @@
|
|
|
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: 'chevronHierarchyClosed',
|
|
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-chevron-hierarchy-closed wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path d="M3.628 9.39L6.203 12l-2.575 2.61a.44.44 0 0 0 0 .62l.635.64.002.002a.44.44 0 0 0 .622-.002l3.482-3.523A.44.44 0 0 0 8.496 12a.44.44 0 0 0-.127-.347L4.887 8.13l-.002-.002a.44.44 0 0 0-.622.002l-.635.64a.44.44 0 0 0 0 .62zM17 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm2 0a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0z" class="wd-icon-fill" clip-rule="evenodd"/></g></svg>',
|
|
8
|
+
};
|
|
9
|
+
exports.default = icon;
|
|
@@ -0,0 +1,9 @@
|
|
|
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: 'chevronHierarchyOpen',
|
|
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-chevron-hierarchy-open wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path fill-rule="evenodd" d="M18.5 8.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 10a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z" class="wd-icon-background" clip-rule="evenodd"/><path fill-rule="evenodd" d="M18.5 10.5A3.5 3.5 0 1 0 15.145 6H12.5a.5.5 0 0 0-.5.5v11a.5.5 0 0 0 .5.5h2.645A3.502 3.502 0 0 0 22 17a3.5 3.5 0 0 0-6.855-1H14V8h1.145a3.502 3.502 0 0 0 3.355 2.5zm0-2a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 10a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z" class="wd-icon-fill" clip-rule="evenodd"/><path d="M8.61 10.128L6 12.703l-2.61-2.575a.44.44 0 0 0-.62 0l-.64.635-.002.002a.44.44 0 0 0 .002.622l3.523 3.482a.44.44 0 0 0 .347.127.44.44 0 0 0 .347-.127l3.523-3.482.002-.002a.44.44 0 0 0-.002-.622l-.64-.635a.44.44 0 0 0-.62 0z" class="wd-icon-fill"/></g></svg>',
|
|
8
|
+
};
|
|
9
|
+
exports.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: 'fanChart',
|
|
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-fan-chart wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path d="M21 13v7l-9 1-4-3.5-7-.5 7-2 4 2 9-4z" class="wd-icon-fill"/><path d="M21 3v8l-9 4-4-2-7 2.5L8 10l4 1 9-8z" class="wd-icon-accent"/></g></svg>',
|
|
8
|
+
filename: 'wd-icon-fan-chart.svg',
|
|
9
|
+
category: 'Charts',
|
|
10
|
+
tags: ['data vis', 'data viz', 'data visualization', 'charting', 'graph'],
|
|
11
|
+
};
|
|
12
|
+
exports.default = icon;
|
|
@@ -4,7 +4,7 @@ var design_assets_types_1 = require("@workday/design-assets-types");
|
|
|
4
4
|
var icon = {
|
|
5
5
|
name: 'hierarchy',
|
|
6
6
|
type: design_assets_types_1.CanvasIconTypes.System,
|
|
7
|
-
svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-hierarchy wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path fill-rule="evenodd" d="
|
|
7
|
+
svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-hierarchy wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path fill-rule="evenodd" d="M5.5 8a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zM18.5 8a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zM18.5 19a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z" class="wd-icon-fill" clip-rule="evenodd"/><path d="M13 5.5h3v2h-3v-2zM13 16.5h3v2h-3v-2zM11 5.5h2v13h-1.5a.5.5 0 0 1-.5-.5V5.5zM8 5.5h3v2H8v-2z" class="wd-icon-fill"/></g></svg>',
|
|
8
8
|
filename: 'wd-icon-hierarchy.svg',
|
|
9
9
|
category: 'Data Stream',
|
|
10
10
|
tags: ['hierarchy', 'order', 'organize', 'arrange', 'sort', 'classify', 'categorize', 'analytics'],
|
|
@@ -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: 'hierarchyChild',
|
|
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-hierarchy-child wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path fill-rule="evenodd" d="M5.5 8a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zM18.5 8a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zM18.5 19a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z" class="wd-icon-fill" clip-rule="evenodd"/><path d="M13 5.5h3v2h-3v-2zM13 16.5h3v2h-3v-2zM11 5.5h2v13h-1.5a.5.5 0 0 1-.5-.5V5.5zM8 5.5h3v2H8v-2z" class="wd-icon-fill"/><circle cx="18.5" cy="6.5" r="3.5" class="wd-icon-accent"/></g></svg>',
|
|
8
|
+
filename: 'wd-icon-hierarchy-child.svg',
|
|
9
|
+
category: 'Data Stream',
|
|
10
|
+
tags: ['hierarchy', 'order', 'organize', 'arrange', 'sort', 'classify', 'categorize', 'analytics', 'node', 'parent', 'child'],
|
|
11
|
+
};
|
|
12
|
+
exports.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: 'hierarchyDiagonalParent',
|
|
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-hierarchy-diagonal-parent wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path fill-rule="evenodd" d="M18.5 17a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm0-2a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7zM12 10.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm0-2a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7zm-5-3a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0zm2 0a3.5 3.5 0 1 0-7 0 3.5 3.5 0 0 0 7 0z" class="wd-icon-fill" clip-rule="evenodd"/><path d="M9 5.5a3.5 3.5 0 1 0-7 0 3.5 3.5 0 0 0 7 0z" class="wd-icon-accent"/></g></svg>',
|
|
8
|
+
filename: 'wd-icon-hierarchy-diagonal-parent.svg',
|
|
9
|
+
category: 'Data Stream',
|
|
10
|
+
tags: ['hierarchy', 'order', 'organize', 'arrange', 'sort', 'classify', 'categorize', 'analytics', 'node', 'parent', 'child'],
|
|
11
|
+
};
|
|
12
|
+
exports.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: 'hierarchyDiagonalParentChild',
|
|
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-hierarchy-diagonal-parent-child wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path fill-rule="evenodd" d="M18.5 17a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm0-2a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7zM12 10.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm0-2a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7zm-5-3a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0zm2 0a3.5 3.5 0 1 0-7 0 3.5 3.5 0 0 0 7 0z" class="wd-icon-fill" clip-rule="evenodd"/><path fill-rule="evenodd" d="M15.5 12a3.5 3.5 0 0 0-6.855-1H6.5V8.855A3.502 3.502 0 0 0 5.5 2a3.5 3.5 0 0 0-1 6.855V12a1 1 0 0 0 1 1h3.145a3.502 3.502 0 0 0 6.855-1z" class="wd-icon-accent" clip-rule="evenodd"/></g></svg>',
|
|
8
|
+
filename: 'wd-icon-hierarchy-diagonal-parent-child.svg',
|
|
9
|
+
category: 'Data Stream',
|
|
10
|
+
tags: ['hierarchy', 'order', 'organize', 'arrange', 'sort', 'classify', 'categorize', 'analytics', 'node', 'parent', 'child'],
|
|
11
|
+
};
|
|
12
|
+
exports.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: 'hierarchyDiagonalParentChildChild',
|
|
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-hierarchy-diagonal-parent-child-child wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path fill-rule="evenodd" d="M18.5 17a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm0-2a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7zM12 10.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm0-2a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7zm-5-3a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0zm2 0a3.5 3.5 0 1 0-7 0 3.5 3.5 0 0 0 7 0z" class="wd-icon-fill" clip-rule="evenodd"/><path fill-rule="evenodd" d="M18.5 15a3.5 3.5 0 1 1-3.355 4.5H12a1 1 0 0 1-1-1v-3.145A3.508 3.508 0 0 1 8.645 13H5.5a1 1 0 0 1-1-1V8.855A3.502 3.502 0 0 1 5.5 2a3.5 3.5 0 0 1 1 6.855V11h2.145a3.502 3.502 0 0 1 6.855 1 3.502 3.502 0 0 1-2.5 3.355V17.5h2.145A3.502 3.502 0 0 1 18.5 15z" class="wd-icon-accent" clip-rule="evenodd"/></g></svg>',
|
|
8
|
+
filename: 'wd-icon-hierarchy-diagonal-parent-child-child.svg',
|
|
9
|
+
category: 'Data Stream',
|
|
10
|
+
tags: ['hierarchy', 'order', 'organize', 'arrange', 'sort', 'classify', 'categorize', 'analytics', 'node', 'parent', 'child'],
|
|
11
|
+
};
|
|
12
|
+
exports.default = icon;
|
|
@@ -4,7 +4,7 @@ var design_assets_types_1 = require("@workday/design-assets-types");
|
|
|
4
4
|
var icon = {
|
|
5
5
|
name: 'hierarchyFull',
|
|
6
6
|
type: design_assets_types_1.CanvasIconTypes.System,
|
|
7
|
-
svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-hierarchy-full wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path d="M13 5.5h3v2h-3v-2zM13 16.5h3v2h-3v-2zM11 5.5h2v13h-1.5a.5.5 0 0 1-.5-.5V5.5zM8 5.5h3v2H8v-2z" class="wd-icon-fill"/><path d="M9 6.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7
|
|
7
|
+
svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-hierarchy-full wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path fill-rule="evenodd" d="M5.5 8a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zM18.5 8a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zM18.5 19a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z" class="wd-icon-fill" clip-rule="evenodd"/><path d="M13 5.5h3v2h-3v-2zM13 16.5h3v2h-3v-2zM11 5.5h2v13h-1.5a.5.5 0 0 1-.5-.5V5.5zM8 5.5h3v2H8v-2z" class="wd-icon-fill"/><path fill-rule="evenodd" d="M9 6.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0zm13 0a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0zM18.5 21a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z" class="wd-icon-accent" clip-rule="evenodd"/></g></svg>',
|
|
8
8
|
filename: 'wd-icon-hierarchy-full.svg',
|
|
9
9
|
category: 'Data Stream',
|
|
10
10
|
tags: ['hierarchy', 'order', 'organize', 'arrange', 'sort', 'classify', 'categorize', 'analytics'],
|
|
@@ -4,7 +4,7 @@ var design_assets_types_1 = require("@workday/design-assets-types");
|
|
|
4
4
|
var icon = {
|
|
5
5
|
name: 'hierarchyParent',
|
|
6
6
|
type: design_assets_types_1.CanvasIconTypes.System,
|
|
7
|
-
svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-hierarchy-parent wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path fill-rule="evenodd" d="
|
|
7
|
+
svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-hierarchy-parent wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path fill-rule="evenodd" d="M5.5 8a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zM18.5 8a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zM18.5 19a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z" class="wd-icon-fill" clip-rule="evenodd"/><path d="M13 5.5h3v2h-3v-2zM13 16.5h3v2h-3v-2zM11 5.5h2v13h-1.5a.5.5 0 0 1-.5-.5V5.5zM8 5.5h3v2H8v-2z" class="wd-icon-fill"/><circle cx="5.5" cy="6.5" r="3.5" class="wd-icon-accent"/></g></svg>',
|
|
8
8
|
filename: 'wd-icon-hierarchy-parent.svg',
|
|
9
9
|
category: 'Data Stream',
|
|
10
10
|
tags: ['hierarchy', 'order', 'organize', 'arrange', 'sort', 'classify', 'categorize', 'scout', 'analytics'],
|
|
@@ -0,0 +1,9 @@
|
|
|
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: 'hierarchyParentChild',
|
|
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-hierarchy-parent-child wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path d="M13 5.5h3v2h-3v-2zM13 16.5h3v2h-3v-2zM11 5.5h2v13h-1.5a.5.5 0 0 1-.5-.5V5.5zM8 5.5h3v2H8v-2z" class="wd-icon-fill"/><path d="M9 6.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0zM22 6.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0z" class="wd-icon-fill"/><path fill-rule="evenodd" d="M18.5 19a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z" class="wd-icon-fill" clip-rule="evenodd"/><g><path d="M8 5.5h8v2H8v-2z" class="wd-icon-accent"/><path d="M9 6.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0zM22 6.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0z" class="wd-icon-accent"/></g></g></svg>',
|
|
8
|
+
};
|
|
9
|
+
exports.default = icon;
|
|
@@ -0,0 +1,9 @@
|
|
|
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: 'hierarchyRightFull',
|
|
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-hierarchy-right-full wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path fill-rule="evenodd" d="M5.5 8a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zM18.5 8a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zM18.5 19a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z" class="wd-icon-fill" clip-rule="evenodd"/><path d="M13 5.5h3v2h-3v-2zM13 16.5h3v2h-3v-2zM11 5.5h2v13h-1.5a.5.5 0 0 1-.5-.5V5.5zM8 5.5h3v2H8v-2z" class="wd-icon-fill"/><path fill-rule="evenodd" d="M22 6.5a3.5 3.5 0 0 1-6.855 1H13v9h2.145a3.502 3.502 0 0 1 6.855 1 3.5 3.5 0 0 1-6.855 1H11.5a.5.5 0 0 1-.5-.5V5.5h4.145A3.502 3.502 0 0 1 22 6.5z" class="wd-icon-accent" clip-rule="evenodd"/></g></svg>',
|
|
8
|
+
};
|
|
9
|
+
exports.default = icon;
|
package/dist/commonjs/index.d.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';
|
|
@@ -474,6 +484,7 @@ import sortDownIcon from './sortDown';
|
|
|
474
484
|
import sortUpIcon from './sortUp';
|
|
475
485
|
import sortZAIcon from './sortZA';
|
|
476
486
|
import sortIcon from './sort';
|
|
487
|
+
import sparkleIcon from './sparkle';
|
|
477
488
|
import speechBubbleIcon from './speechBubble';
|
|
478
489
|
import speechExclamationIcon from './speechExclamation';
|
|
479
490
|
import splitSmallIcon from './splitSmall';
|
|
@@ -563,4 +574,4 @@ import xoInstanceListIcon from './xoInstanceList';
|
|
|
563
574
|
import zoomAreaIcon from './zoomArea';
|
|
564
575
|
import zoominIcon from './zoomin';
|
|
565
576
|
import zoomoutIcon from './zoomout';
|
|
566
|
-
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, 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, };
|
|
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, };
|