@workday/canvas-system-icons-web 3.0.25 → 3.0.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist/asset-list/wd-system-icons-list.json +1 -1
- package/dist/commonjs/documentSparkle.d.ts +3 -0
- package/dist/commonjs/documentSparkle.js +12 -0
- package/dist/commonjs/editSparkle.d.ts +3 -0
- package/dist/commonjs/editSparkle.js +12 -0
- package/dist/commonjs/filterExclamation.d.ts +3 -0
- package/dist/commonjs/filterExclamation.js +12 -0
- package/dist/commonjs/index.d.ts +14 -1
- package/dist/commonjs/index.js +40 -1
- package/dist/commonjs/moon.d.ts +3 -0
- package/dist/commonjs/moon.js +12 -0
- package/dist/commonjs/noConnectionCloud.d.ts +3 -0
- package/dist/commonjs/noConnectionCloud.js +12 -0
- package/dist/commonjs/referenceLine.d.ts +3 -0
- package/dist/commonjs/referenceLine.js +12 -0
- package/dist/commonjs/searchSparkle.d.ts +3 -0
- package/dist/commonjs/searchSparkle.js +12 -0
- package/dist/commonjs/sparkleSingleSmall.d.ts +3 -0
- package/dist/commonjs/sparkleSingleSmall.js +12 -0
- package/dist/commonjs/thumbsDownFilled.d.ts +3 -0
- package/dist/commonjs/thumbsDownFilled.js +12 -0
- package/dist/commonjs/thumbsDownOutlined.d.ts +3 -0
- package/dist/commonjs/thumbsDownOutlined.js +12 -0
- package/dist/commonjs/thumbsUpFilled.d.ts +3 -0
- package/dist/commonjs/thumbsUpFilled.js +12 -0
- package/dist/commonjs/thumbsUpOutlined.d.ts +3 -0
- package/dist/commonjs/thumbsUpOutlined.js +12 -0
- package/dist/commonjs/upload.d.ts +3 -0
- package/dist/commonjs/upload.js +12 -0
- package/dist/es6/documentSparkle.d.ts +3 -0
- package/dist/es6/documentSparkle.js +10 -0
- package/dist/es6/editSparkle.d.ts +3 -0
- package/dist/es6/editSparkle.js +10 -0
- package/dist/es6/filterExclamation.d.ts +3 -0
- package/dist/es6/filterExclamation.js +10 -0
- package/dist/es6/index.d.ts +27 -1
- package/dist/es6/index.js +27 -1
- package/dist/es6/moon.d.ts +3 -0
- package/dist/es6/moon.js +10 -0
- package/dist/es6/noConnectionCloud.d.ts +3 -0
- package/dist/es6/noConnectionCloud.js +10 -0
- package/dist/es6/referenceLine.d.ts +3 -0
- package/dist/es6/referenceLine.js +10 -0
- package/dist/es6/searchSparkle.d.ts +3 -0
- package/dist/es6/searchSparkle.js +10 -0
- package/dist/es6/sparkleSingleSmall.d.ts +3 -0
- package/dist/es6/sparkleSingleSmall.js +10 -0
- package/dist/es6/thumbsDownFilled.d.ts +3 -0
- package/dist/es6/thumbsDownFilled.js +10 -0
- package/dist/es6/thumbsDownOutlined.d.ts +3 -0
- package/dist/es6/thumbsDownOutlined.js +10 -0
- package/dist/es6/thumbsUpFilled.d.ts +3 -0
- package/dist/es6/thumbsUpFilled.js +10 -0
- package/dist/es6/thumbsUpOutlined.d.ts +3 -0
- package/dist/es6/thumbsUpOutlined.js +10 -0
- package/dist/es6/upload.d.ts +3 -0
- package/dist/es6/upload.js +10 -0
- package/dist/sprite/wd-system-icon-sprite.svg +1 -1
- package/dist/svg/wd-icon-document-sparkle.svg +11 -0
- package/dist/svg/wd-icon-edit-sparkle.svg +6 -0
- package/dist/svg/wd-icon-filter-exclamation.svg +14 -0
- package/dist/svg/wd-icon-moon.svg +6 -0
- package/dist/svg/wd-icon-no-connection-cloud.svg +9 -0
- package/dist/svg/wd-icon-reference-line.svg +16 -0
- package/dist/svg/wd-icon-search-sparkle.svg +6 -0
- package/dist/svg/wd-icon-sparkle-single-small.svg +5 -0
- package/dist/svg/wd-icon-thumbs-down-filled.svg +6 -0
- package/dist/svg/wd-icon-thumbs-down-outlined.svg +5 -0
- package/dist/svg/wd-icon-thumbs-up-filled.svg +6 -0
- package/dist/svg/wd-icon-thumbs-up-outlined.svg +5 -0
- package/dist/svg/wd-icon-upload.svg +6 -0
- package/dist/ts/documentSparkle.ts +10 -0
- package/dist/ts/editSparkle.ts +10 -0
- package/dist/ts/filterExclamation.ts +10 -0
- package/dist/ts/index.ts +39 -0
- package/dist/ts/moon.ts +10 -0
- package/dist/ts/noConnectionCloud.ts +10 -0
- package/dist/ts/referenceLine.ts +10 -0
- package/dist/ts/searchSparkle.ts +10 -0
- package/dist/ts/sparkleSingleSmall.ts +10 -0
- package/dist/ts/thumbsDownFilled.ts +10 -0
- package/dist/ts/thumbsDownOutlined.ts +10 -0
- package/dist/ts/thumbsUpFilled.ts +10 -0
- package/dist/ts/thumbsUpOutlined.ts +10 -0
- package/dist/ts/upload.ts +10 -0
- 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.27](https://ghe.megaleo.com/design/design-assets/compare/@workday/canvas-system-icons-web@3.0.26...@workday/canvas-system-icons-web@3.0.27) (2024-07-29)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @workday/canvas-system-icons-web
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [3.0.26](https://ghe.megaleo.com/design/design-assets/compare/@workday/canvas-system-icons-web@3.0.25...@workday/canvas-system-icons-web@3.0.26) (2024-06-26)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @workday/canvas-system-icons-web
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [3.0.25](https://ghe.megaleo.com/design/design-assets/compare/@workday/canvas-system-icons-web@3.0.24...@workday/canvas-system-icons-web@3.0.25) (2024-05-24)
|
|
7
23
|
|
|
8
24
|
|
|
@@ -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-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-mapping.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-translated-actuals.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-sparkle.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-sparkle.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-exclamation.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-mapping.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-moon.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-no-connection-cloud.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-reference-line.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-sparkle.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-single-small.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-thumbs-down-filled.svg","wd-icon-thumbs-down-outlined.svg","wd-icon-thumbs-up-filled.svg","wd-icon-thumbs-up-outlined.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-translated-actuals.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-upload.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,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: 'documentSparkle',
|
|
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-document-sparkle wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path d="M4.5 2a.5.5 0 0 0-.5.5v19a.5.5 0 0 0 .5.5h15a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5V20H6V4h7.5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z" class="wd-icon-fill"/><g><path d="M7 8.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5z" class="wd-icon-accent"/><path d="M7 11.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5z" class="wd-icon-accent"/><path d="M7 14.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5z" class="wd-icon-accent"/><path fill-rule="evenodd" d="M17.5 2c.181 0 .407.113.456.371.185.988.582 1.814 1.184 2.438.6.622 1.42 1.059 2.479 1.244.509.089.507.805 0 .894-1.058.185-1.878.622-2.479 1.244-.602.624-1 1.45-1.184 2.438A.46.46 0 0 1 17.5 11a.456.456 0 0 1-.456-.371c-.185-.988-.582-1.814-1.184-2.438-.6-.622-1.42-1.059-2.479-1.244-.509-.09-.507-.805 0-.894 1.058-.185 1.878-.622 2.479-1.244.602-.624 1-1.45 1.184-2.438A.46.46 0 0 1 17.5 2Z" class="wd-icon-accent" clip-rule="evenodd"/></g></g></svg>',
|
|
8
|
+
filename: 'wd-icon-document-sparkle',
|
|
9
|
+
category: 'Files & Docs',
|
|
10
|
+
tags: ['Doc', 'Article', 'File', 'Generate', 'Edit', 'Content', 'AI', 'artificial', 'intelligence'],
|
|
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: 'editSparkle',
|
|
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-edit-sparkle wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path fill-rule="evenodd" d="M15.046 9.45 6.93 17.567 7 18.91l1.344.07 8.118-8.117zm1.415-1.415 1.414 1.415 1.414-1.415-1.414-1.414zM5.016 17.14c.002-.271.16-.65.35-.839L17.522 4.146a.5.5 0 0 1 .7-.006l3.548 3.548a.497.497 0 0 1-.006.7L9.61 20.545a1.4 1.4 0 0 1-.839.35l-3.267.016A.5.5 0 0 1 5 20.407z" class="wd-icon-fill" clip-rule="evenodd"/><path fill-rule="evenodd" d="M6.5 2c.181 0 .407.113.456.371.185.988.582 1.814 1.184 2.438.6.622 1.42 1.059 2.479 1.244.509.089.507.805 0 .894-1.058.185-1.878.622-2.479 1.244-.602.624-1 1.45-1.184 2.438A.46.46 0 0 1 6.5 11a.456.456 0 0 1-.456-.371C5.86 9.64 5.462 8.815 4.86 8.19c-.6-.622-1.42-1.059-2.479-1.244-.509-.09-.507-.805 0-.894C3.44 5.868 4.26 5.431 4.86 4.81c.602-.624 1-1.45 1.184-2.438A.46.46 0 0 1 6.5 2Z" class="wd-icon-accent" clip-rule="evenodd"/></g></svg>',
|
|
8
|
+
filename: 'wd-icon-edit-sparkle',
|
|
9
|
+
category: 'Editor',
|
|
10
|
+
tags: ['editing', 'pencil', 'pen', 'new', 'AI', 'artificial', 'intelligence', 'Generate'],
|
|
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: 'filterExclamation',
|
|
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-filter-exclamation wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><g><path d="M2 5.505C2 5.226 2.225 5 2.494 5h19.012c.273 0 .494.214.494.505v.99a.5.5 0 0 1-.494.505H2.494A.49.49 0 0 1 2 6.495z" class="wd-icon-fill"/><path d="M7 13.505c0-.279.228-.505.51-.505h6.24a.25.25 0 0 1 .25.25v1.5a.25.25 0 0 1-.25.25H7.51a.5.5 0 0 1-.51-.505z" class="wd-icon-fill"/><path d="M14 17.25a.25.25 0 0 0-.25-.25H9.491a.503.503 0 0 0-.491.505v.99c0 .291.22.505.491.505h4.259a.25.25 0 0 0 .25-.25z" class="wd-icon-fill"/><path d="M18.502 11a.5.5 0 0 0 .498-.505v-.99A.494.494 0 0 0 18.502 9H5.498A.5.5 0 0 0 5 9.505v.99c0 .291.223.505.498.505z" class="wd-icon-fill"/></g><g><path d="M16 13.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5z" class="wd-icon-accent"/><path d="M16 19.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5z" class="wd-icon-accent"/></g></g></svg>',
|
|
8
|
+
filename: 'wd-icon-filter-exclamation',
|
|
9
|
+
category: 'Core',
|
|
10
|
+
tags: ['filter', 'reduce', 'critical'],
|
|
11
|
+
};
|
|
12
|
+
exports.default = icon;
|
package/dist/commonjs/index.d.ts
CHANGED
|
@@ -206,6 +206,7 @@ import documentCsvIcon from './documentCsv';
|
|
|
206
206
|
import documentDownloadIcon from './documentDownload';
|
|
207
207
|
import documentHtmlIcon from './documentHtml';
|
|
208
208
|
import documentLockedIcon from './documentLocked';
|
|
209
|
+
import documentSparkleIcon from './documentSparkle';
|
|
209
210
|
import documentStarIcon from './documentStar';
|
|
210
211
|
import documentTsvIcon from './documentTsv';
|
|
211
212
|
import documentIcon from './document';
|
|
@@ -221,6 +222,7 @@ import dropdownButtonIcon from './dropdownButton';
|
|
|
221
222
|
import dropdownIcon from './dropdown';
|
|
222
223
|
import editButtonBarIcon from './editButtonBar';
|
|
223
224
|
import editButtonIcon from './editButton';
|
|
225
|
+
import editSparkleIcon from './editSparkle';
|
|
224
226
|
import editIcon from './edit';
|
|
225
227
|
import emptyAppIcon from './emptyApp';
|
|
226
228
|
import endpointsIcon from './endpoints';
|
|
@@ -245,6 +247,7 @@ import fastForward15Icon from './fastForward15';
|
|
|
245
247
|
import fetchDataIcon from './fetchData';
|
|
246
248
|
import fileIcon from './file';
|
|
247
249
|
import filterCheckedIcon from './filterChecked';
|
|
250
|
+
import filterExclamationIcon from './filterExclamation';
|
|
248
251
|
import filterIcon from './filter';
|
|
249
252
|
import findInventoryIcon from './findInventory';
|
|
250
253
|
import findTransactionsIcon from './findTransactions';
|
|
@@ -362,6 +365,7 @@ import microphoneIcon from './microphone';
|
|
|
362
365
|
import minusCircleIcon from './minusCircle';
|
|
363
366
|
import minusIcon from './minus';
|
|
364
367
|
import mobileNotificationsIcon from './mobileNotifications';
|
|
368
|
+
import moonIcon from './moon';
|
|
365
369
|
import moveInventoryIcon from './moveInventory';
|
|
366
370
|
import multiInstanceIcon from './multiInstance';
|
|
367
371
|
import myLearningIcon from './myLearning';
|
|
@@ -369,6 +373,7 @@ import myReferralsIcon from './myReferrals';
|
|
|
369
373
|
import nboxIcon from './nbox';
|
|
370
374
|
import nearbyIcon from './nearby';
|
|
371
375
|
import noBidIcon from './noBid';
|
|
376
|
+
import noConnectionCloudIcon from './noConnectionCloud';
|
|
372
377
|
import noteIcon from './note';
|
|
373
378
|
import notificationsLargeIcon from './notificationsLarge';
|
|
374
379
|
import notificationsIcon from './notifications';
|
|
@@ -430,6 +435,7 @@ import radioIcon from './radio';
|
|
|
430
435
|
import rangePeriodIcon from './rangePeriod';
|
|
431
436
|
import rankingIcon from './ranking';
|
|
432
437
|
import receiptsIcon from './receipts';
|
|
438
|
+
import referenceLineIcon from './referenceLine';
|
|
433
439
|
import regionIcon from './region';
|
|
434
440
|
import relatedActionsVerticalIcon from './relatedActionsVertical';
|
|
435
441
|
import relatedActionsIcon from './relatedActions';
|
|
@@ -461,6 +467,7 @@ import saveAsIcon from './saveAs';
|
|
|
461
467
|
import saveIcon from './save';
|
|
462
468
|
import screenMagnificationIcon from './screenMagnification';
|
|
463
469
|
import screenReaderIcon from './screenReader';
|
|
470
|
+
import searchSparkleIcon from './searchSparkle';
|
|
464
471
|
import searchUserIcon from './searchUser';
|
|
465
472
|
import searchIcon from './search';
|
|
466
473
|
import selectIcon from './select';
|
|
@@ -485,6 +492,7 @@ import sortDownIcon from './sortDown';
|
|
|
485
492
|
import sortUpIcon from './sortUp';
|
|
486
493
|
import sortZAIcon from './sortZA';
|
|
487
494
|
import sortIcon from './sort';
|
|
495
|
+
import sparkleSingleSmallIcon from './sparkleSingleSmall';
|
|
488
496
|
import sparkleIcon from './sparkle';
|
|
489
497
|
import speechBubbleIcon from './speechBubble';
|
|
490
498
|
import speechExclamationIcon from './speechExclamation';
|
|
@@ -518,6 +526,10 @@ import textInputIcon from './textInput';
|
|
|
518
526
|
import textWrapIcon from './textWrap';
|
|
519
527
|
import textIcon from './text';
|
|
520
528
|
import threeColumnIcon from './threeColumn';
|
|
529
|
+
import thumbsDownFilledIcon from './thumbsDownFilled';
|
|
530
|
+
import thumbsDownOutlinedIcon from './thumbsDownOutlined';
|
|
531
|
+
import thumbsUpFilledIcon from './thumbsUpFilled';
|
|
532
|
+
import thumbsUpOutlinedIcon from './thumbsUpOutlined';
|
|
521
533
|
import timeOffBalanceIcon from './timeOffBalance';
|
|
522
534
|
import timeIcon from './time';
|
|
523
535
|
import timelineAllIcon from './timelineAll';
|
|
@@ -550,6 +562,7 @@ import unpivotIcon from './unpivot';
|
|
|
550
562
|
import unsortIcon from './unsort';
|
|
551
563
|
import uploadClipIcon from './uploadClip';
|
|
552
564
|
import uploadCloudIcon from './uploadCloud';
|
|
565
|
+
import uploadIcon from './upload';
|
|
553
566
|
import userCheckIcon from './userCheck';
|
|
554
567
|
import userForwardIcon from './userForward';
|
|
555
568
|
import userLockedIcon from './userLocked';
|
|
@@ -576,4 +589,4 @@ import xoInstanceListIcon from './xoInstanceList';
|
|
|
576
589
|
import zoomAreaIcon from './zoomArea';
|
|
577
590
|
import zoominIcon from './zoomin';
|
|
578
591
|
import zoomoutIcon from './zoomout';
|
|
579
|
-
export { academicAppointmentTitleIcon, accessibilityIcon, accountsIcon, activityStreamIcon, actualsLockedIcon, actualsIcon, adHocDeliveryIcon, addAboveIcon, addBelowIcon, addFooterWsIcon, addLeftIcon, addRightIcon, addSplitRowIcon, addZeroIcon, adjustInventoryIcon, alarmClockPlusIcon, alarmClockIcon, alignBottomIcon, alignCenterIcon, alignLeftIcon, alignMiddleIcon, alignRightIcon, alignTopIcon, anomalyDetectionIcon, arrayIcon, arrowArcIcon, arrowCircleIcon, arrowDiagonalSmallIcon, arrowDownIcon, arrowLeftSmallIcon, arrowLeftIcon, arrowRightSmallIcon, arrowRightIcon, arrowUpIcon, articleStackedIcon, asAppliedIcon, assistantIcon, atTagMentionIcon, attributeIcon, audioMaxIcon, audioMinIcon, audioMuteIcon, audioNoneIcon, audioIcon, authenticationTagIcon, autosumIcon, avatarIcon, barcodeScannerIcon, benefitsIcon, bgColorIcon, bidIcon, birthdayIcon, boldIcon, boltFillIcon, boltIcon, bookOpenIcon, booleanIcon, borderAllIcon, borderBottomIcon, borderBtm2Icon, borderCenterIcon, borderColorIcon, borderDblIcon, borderLeftIcon, borderNoneIcon, borderOutsideIcon, borderRightIcon, borderTopIcon, boxPlusIcon, boxTextCheckIcon, boxTextPlusIcon, boxTextSearchIcon, boxTextUserSolidIcon, boxTextXIcon, boxTextIcon, businessIntelligenceIcon, buttonIcon, cArea100Icon, cAreaLayeredIcon, cAreaStackedIcon, cBar100Icon, cBarClusteredIcon, cBarStackedIcon, cBubbleIcon, cColumn100Icon, cColumnClusteredIcon, cColumnLineIcon, cColumnStackedIcon, cDualLineIcon, cLineIcon, cPieIcon, cScatterIcon, cWaterfallIcon, calculatorLockedIcon, calculatorRefreshIcon, calculatorIcon, calendarAltIcon, calendarUserSolidIcon, calendarIcon, cameraPlusIcon, cameraIcon, captureDeliveryIcon, cardViewIcon, cardIcon, caretBottomSmallIcon, caretBottomIcon, caretDownSmallIcon, caretDownIcon, caretLeftSmallIcon, caretRightSmallIcon, caretTopSmallIcon, caretTopIcon, caretUpSmallIcon, caretUpIcon, cartIcon, cellFilterIcon, cellGearIcon, cellResetIcon, cellRowIcon, cellSearchIcon, cellSwapAxisIcon, cellTemplateIcon, chartConfigIcon, chartVisualsFanIcon, chartIcon, checkCircleIcon, checkInIcon, checkSmallIcon, checkIcon, checkboxIcon, checkboxesIcon, chevron2xDownSmallIcon, chevron2xLeftSmallIcon, chevron2xRightSmallIcon, chevron2xUpSmallIcon, chevron2xleftIcon, chevron2xrightIcon, chevronDownSmallIcon, chevronDownIcon, chevronHierarchyClosedIcon, chevronHierarchyOpenIcon, chevronLeftSmallIcon, chevronLeftIcon, chevronRightSmallIcon, chevronRightIcon, chevronUpSmallIcon, chevronUpIcon, chipIcon, clipboardBlankCheckIcon, clipboardCheckIcon, clipboardPlusIcon, clipboardRemoveIcon, clipboardSearchIcon, clipboardIcon, clockCheckIcon, clockExclamationIcon, clockMinusIcon, clockPauseIcon, clockPlusIcon, clockXIcon, clockIcon, closeIcon, closedcaptionIcon, cloudLockIcon, clusterIcon, codeIcon, coffeeIcon, commaWsIcon, commentActiveIcon, commentPlusIcon, compareFilesIcon, compassIcon, componentEditIcon, componentIcon, conclusionPopupIcon, conclusionIcon, configureIcon, contactCardCostCenterIcon, contactCardDeskIcon, contactCardIdIcon, contactCardJobProfileIcon, contactCardMatrixManagerIcon, convertInventoryIcon, copyIcon, courseIcon, creditCardIcon, cubeIcon, cutIcon, dashboardExpensesIcon, dashboardWorkforceIcon, dashboardIcon, dataComplexIcon, dataInputIcon, dataSourceIcon, deltaIcon, deviceDesktopIcon, devicePhoneIcon, deviceTabletIcon, discoveryBoardIcon, docIcon, documentAltIcon, documentCandidateActionRequiredIcon, documentCandidateInactiveIcon, documentCandidateSearchIcon, documentCsvIcon, documentDownloadIcon, documentHtmlIcon, documentLockedIcon, documentStarIcon, documentTsvIcon, documentIcon, documentsCheckIcon, dollarSignIcon, dollarIcon, dotIcon, downloadIcon, draggableVerticalIcon, draggableIcon, drillDownIcon, dropdownButtonIcon, dropdownIcon, editButtonBarIcon, editButtonIcon, editIcon, emptyAppIcon, endpointsIcon, eraserCellIcon, eraserFontIcon, eraserIcon, esignatureIcon, excelIcon, exclamationCircleIcon, exclamationTriangleIcon, exclamationIcon, expandTableIcon, exportIcon, extLinkIcon, faceHappyIcon, faceIdIcon, faceNeutralIcon, faceUnhappyIcon, faceVeryHappyIcon, fanChartIcon, fastForward15Icon, fetchDataIcon, fileIcon, filterCheckedIcon, filterIcon, findInventoryIcon, findTransactionsIcon, fingerprintAndroidIcon, flagIcon, flashAutoIcon, flowIcon, folderCloseIcon, folderMinusIcon, folderMoveIcon, folderOpenIcon, folderPlusIcon, fontFaceIcon, fontSizeIcon, footerIcon, forkKnifeIcon, formattingIcon, formulaClipboardIcon, formulaEditIcon, freezeHeaderIcon, fullscreenIcon, funnelIcon, fxBracketsIcon, fxLoopIcon, fxWritebackIcon, fxIcon, gearIcon, globeIcon, gridViewIcon, gridIcon, growIcon, hashMarkIcon, headingIcon, heatmapIcon, hideColIcon, hierarchyChildIcon, hierarchyChildrenIcon, hierarchyDiagonalParentChildChildIcon, hierarchyDiagonalParentChildIcon, hierarchyDiagonalParentIcon, hierarchyFullIcon, hierarchyParentChildIcon, hierarchyParentIcon, hierarchyPartialIcon, hierarchyRightFullIcon, hierarchyIcon, highlightIcon, homeBuildingIcon, homeIcon, hourGlassIcon, imageIcon, inboxFillIcon, inboxLargeIcon, inboxIcon, indentIcon, infoIcon, insertColumnAfterIcon, insertColumnBeforeIcon, insertRowAfterIcon, insertRowBeforeIcon, instanceMappingIcon, instanceIcon, interactiongroupIcon, inventoryCountIcon, inventorySearchIcon, invisibleIcon, italicsIcon, itemizeIcon, jobInfoIcon, joinFullIcon, joinInnerIcon, joinLeftIcon, joinRightIcon, justifyIcon, keyboardIcon, kpiIcon, labeledImageIcon, laptopIcon, leftSidebarIcon, legalIcon, legendIcon, letterAIcon, lightbulbIcon, linkIcon, listDetailIcon, listViewIcon, liveDataIcon, livepagesIcon, locationIcon, lockKeyholeIcon, lockPlusIcon, lockIcon, loopIcon, mailLetterIcon, mailIcon, manageDeliveryIcon, mapIcon, markerIcon, medalIcon, mediaClassroomIcon, mediaErrorIcon, mediaMylearningIcon, mediaPauseIcon, mediaPlayIcon, mediaQuizIcon, mediaSurveyIcon, mediaTopicsIcon, megaphoneIcon, menuGroupIcon, mergeSmallIcon, mergeTagIcon, mergeIcon, messagingIcon, microphoneIcon, minusCircleIcon, minusIcon, mobileNotificationsIcon, moveInventoryIcon, multiInstanceIcon, myLearningIcon, myReferralsIcon, nboxIcon, nearbyIcon, noBidIcon, noteIcon, notificationsLargeIcon, notificationsIcon, numberInputIcon, numbersIcon, objectIcon, onboardingHomeIcon, oneColumnIcon, openresponseIcon, operatorIcon, opportunityGraphIcon, orderedListIcon, orgChartPeopleIcon, orgChartIcon, packageArrowDownIcon, packageArrowUpIcon, panelListIcon, paragraphIcon, passwordIcon, pasteIcon, patternIcon, pdfIcon, percentageIcon, perspectiveIcon, phoneUnlockIcon, phoneIcon, piIcon, pickedShortIcon, pieChartIcon, pillIcon, pinIcon, pivotTableIcon, pivotIcon, placeholderIcon, platformCartIcon, playCircleIcon, playbookIcon, plusCircleIcon, plusSmallIcon, plusIcon, powerOfOneIcon, powerpointIcon, previousIcon, printIcon, prismIcon, progressCircleIcon, projectsIcon, promptsIcon, proofOfDeliveryIcon, proxyUserIcon, pyramidIcon, qrCodeIcon, questionFillIcon, questionOutlineIcon, questionIcon, radioMobileSelectedIcon, radioMobileIcon, radioIcon, rangePeriodIcon, rankingIcon, receiptsIcon, regionIcon, relatedActionsVerticalIcon, relatedActionsIcon, removeColumnAfterIcon, removeIndentIcon, removeRowAfterIcon, removeSplitRowIcon, removeZeroIcon, renameSplitRowIcon, renameIcon, reorderV2Icon, reorderIcon, replayIcon, reportParameterIcon, resetIcon, resizableIcon, restoreIcon, rewind30Icon, ribbonIcon, rightSidebarIcon, rocketIcon, rotateIcon, rowsCheckIcon, rowsPlusIcon, rpmIcon, rteEmphasisIcon, rteListIcon, saveAsIcon, saveIcon, screenMagnificationIcon, screenReaderIcon, searchUserIcon, searchIcon, selectIcon, sendIcon, setupIcon, shapesIcon, shareIcon, showColIcon, shrinkIcon, signalFourIcon, signalOneIcon, signalThreeIcon, signalTwoIcon, signoutIcon, skillsIcon, skipIcon, sliderIcon, soccerBallIcon, socialMediaIcon, sortAZIcon, sortDownIcon, sortUpIcon, sortZAIcon, sortIcon, sparkleIcon, speechBubbleIcon, speechExclamationIcon, splitSmallIcon, splitIcon, squareIcon, starHalfIcon, starIcon, strikethroughIcon, suborgIcon, substituteIcon, switchIcon, systemNotificationIcon, tableIcon, tagIcon, taskAcademicIcon, taskBenefitsIcon, taskCareerIcon, taskCompanyPropertyIcon, taskCompensationIcon, taskContactIcon, taskJobIcon, taskOverviewIcon, taskPayIcon, taskPerformanceIcon, taskTimeoffIcon, textAreaIcon, textColorIcon, textEditIcon, textInputIcon, textWrapIcon, textIcon, threeColumnIcon, timeOffBalanceIcon, timeIcon, timelineAllIcon, timelineMilestoneIcon, timelinePerformanceInputIcon, toggleIcon, tokensIcon, toolsIcon, touchIdIcon, transcriptionIcon, transformationGroupbyIcon, transformationImportIcon, transformationJoinIcon, transformationUnionIcon, translatedActualsIcon, translationIcon, trashIcon, travelIcon, trophyIcon, twoColumnIcon, underlineIcon, undoLIcon, undoRIcon, unfreezeIcon, unknownIcon, unlinkIcon, unlockedIcon, unorderedListIcon, unpivotIcon, unsortIcon, uploadClipIcon, uploadCloudIcon, userCheckIcon, userForwardIcon, userLockedIcon, userPlusIcon, userRemoveIcon, userIcon, versionsIcon, videoIcon, viewTeamIcon, viewsiteIcon, virtualVersionLockedIcon, virtualVersionIcon, visibleIcon, webinarIcon, webpageIcon, wizardIcon, wordIcon, workbookIcon, worksheetsIcon, xCircleIcon, xSmallIcon, xIcon, xoInstanceListIcon, zoomAreaIcon, zoominIcon, zoomoutIcon, };
|
|
592
|
+
export { academicAppointmentTitleIcon, accessibilityIcon, accountsIcon, activityStreamIcon, actualsLockedIcon, actualsIcon, adHocDeliveryIcon, addAboveIcon, addBelowIcon, addFooterWsIcon, addLeftIcon, addRightIcon, addSplitRowIcon, addZeroIcon, adjustInventoryIcon, alarmClockPlusIcon, alarmClockIcon, alignBottomIcon, alignCenterIcon, alignLeftIcon, alignMiddleIcon, alignRightIcon, alignTopIcon, anomalyDetectionIcon, arrayIcon, arrowArcIcon, arrowCircleIcon, arrowDiagonalSmallIcon, arrowDownIcon, arrowLeftSmallIcon, arrowLeftIcon, arrowRightSmallIcon, arrowRightIcon, arrowUpIcon, articleStackedIcon, asAppliedIcon, assistantIcon, atTagMentionIcon, attributeIcon, audioMaxIcon, audioMinIcon, audioMuteIcon, audioNoneIcon, audioIcon, authenticationTagIcon, autosumIcon, avatarIcon, barcodeScannerIcon, benefitsIcon, bgColorIcon, bidIcon, birthdayIcon, boldIcon, boltFillIcon, boltIcon, bookOpenIcon, booleanIcon, borderAllIcon, borderBottomIcon, borderBtm2Icon, borderCenterIcon, borderColorIcon, borderDblIcon, borderLeftIcon, borderNoneIcon, borderOutsideIcon, borderRightIcon, borderTopIcon, boxPlusIcon, boxTextCheckIcon, boxTextPlusIcon, boxTextSearchIcon, boxTextUserSolidIcon, boxTextXIcon, boxTextIcon, businessIntelligenceIcon, buttonIcon, cArea100Icon, cAreaLayeredIcon, cAreaStackedIcon, cBar100Icon, cBarClusteredIcon, cBarStackedIcon, cBubbleIcon, cColumn100Icon, cColumnClusteredIcon, cColumnLineIcon, cColumnStackedIcon, cDualLineIcon, cLineIcon, cPieIcon, cScatterIcon, cWaterfallIcon, calculatorLockedIcon, calculatorRefreshIcon, calculatorIcon, calendarAltIcon, calendarUserSolidIcon, calendarIcon, cameraPlusIcon, cameraIcon, captureDeliveryIcon, cardViewIcon, cardIcon, caretBottomSmallIcon, caretBottomIcon, caretDownSmallIcon, caretDownIcon, caretLeftSmallIcon, caretRightSmallIcon, caretTopSmallIcon, caretTopIcon, caretUpSmallIcon, caretUpIcon, cartIcon, cellFilterIcon, cellGearIcon, cellResetIcon, cellRowIcon, cellSearchIcon, cellSwapAxisIcon, cellTemplateIcon, chartConfigIcon, chartVisualsFanIcon, chartIcon, checkCircleIcon, checkInIcon, checkSmallIcon, checkIcon, checkboxIcon, checkboxesIcon, chevron2xDownSmallIcon, chevron2xLeftSmallIcon, chevron2xRightSmallIcon, chevron2xUpSmallIcon, chevron2xleftIcon, chevron2xrightIcon, chevronDownSmallIcon, chevronDownIcon, chevronHierarchyClosedIcon, chevronHierarchyOpenIcon, chevronLeftSmallIcon, chevronLeftIcon, chevronRightSmallIcon, chevronRightIcon, chevronUpSmallIcon, chevronUpIcon, chipIcon, clipboardBlankCheckIcon, clipboardCheckIcon, clipboardPlusIcon, clipboardRemoveIcon, clipboardSearchIcon, clipboardIcon, clockCheckIcon, clockExclamationIcon, clockMinusIcon, clockPauseIcon, clockPlusIcon, clockXIcon, clockIcon, closeIcon, closedcaptionIcon, cloudLockIcon, clusterIcon, codeIcon, coffeeIcon, commaWsIcon, commentActiveIcon, commentPlusIcon, compareFilesIcon, compassIcon, componentEditIcon, componentIcon, conclusionPopupIcon, conclusionIcon, configureIcon, contactCardCostCenterIcon, contactCardDeskIcon, contactCardIdIcon, contactCardJobProfileIcon, contactCardMatrixManagerIcon, convertInventoryIcon, copyIcon, courseIcon, creditCardIcon, cubeIcon, cutIcon, dashboardExpensesIcon, dashboardWorkforceIcon, dashboardIcon, dataComplexIcon, dataInputIcon, dataSourceIcon, deltaIcon, deviceDesktopIcon, devicePhoneIcon, deviceTabletIcon, discoveryBoardIcon, docIcon, documentAltIcon, documentCandidateActionRequiredIcon, documentCandidateInactiveIcon, documentCandidateSearchIcon, documentCsvIcon, documentDownloadIcon, documentHtmlIcon, documentLockedIcon, documentSparkleIcon, documentStarIcon, documentTsvIcon, documentIcon, documentsCheckIcon, dollarSignIcon, dollarIcon, dotIcon, downloadIcon, draggableVerticalIcon, draggableIcon, drillDownIcon, dropdownButtonIcon, dropdownIcon, editButtonBarIcon, editButtonIcon, editSparkleIcon, editIcon, emptyAppIcon, endpointsIcon, eraserCellIcon, eraserFontIcon, eraserIcon, esignatureIcon, excelIcon, exclamationCircleIcon, exclamationTriangleIcon, exclamationIcon, expandTableIcon, exportIcon, extLinkIcon, faceHappyIcon, faceIdIcon, faceNeutralIcon, faceUnhappyIcon, faceVeryHappyIcon, fanChartIcon, fastForward15Icon, fetchDataIcon, fileIcon, filterCheckedIcon, filterExclamationIcon, filterIcon, findInventoryIcon, findTransactionsIcon, fingerprintAndroidIcon, flagIcon, flashAutoIcon, flowIcon, folderCloseIcon, folderMinusIcon, folderMoveIcon, folderOpenIcon, folderPlusIcon, fontFaceIcon, fontSizeIcon, footerIcon, forkKnifeIcon, formattingIcon, formulaClipboardIcon, formulaEditIcon, freezeHeaderIcon, fullscreenIcon, funnelIcon, fxBracketsIcon, fxLoopIcon, fxWritebackIcon, fxIcon, gearIcon, globeIcon, gridViewIcon, gridIcon, growIcon, hashMarkIcon, headingIcon, heatmapIcon, hideColIcon, hierarchyChildIcon, hierarchyChildrenIcon, hierarchyDiagonalParentChildChildIcon, hierarchyDiagonalParentChildIcon, hierarchyDiagonalParentIcon, hierarchyFullIcon, hierarchyParentChildIcon, hierarchyParentIcon, hierarchyPartialIcon, hierarchyRightFullIcon, hierarchyIcon, highlightIcon, homeBuildingIcon, homeIcon, hourGlassIcon, imageIcon, inboxFillIcon, inboxLargeIcon, inboxIcon, indentIcon, infoIcon, insertColumnAfterIcon, insertColumnBeforeIcon, insertRowAfterIcon, insertRowBeforeIcon, instanceMappingIcon, instanceIcon, interactiongroupIcon, inventoryCountIcon, inventorySearchIcon, invisibleIcon, italicsIcon, itemizeIcon, jobInfoIcon, joinFullIcon, joinInnerIcon, joinLeftIcon, joinRightIcon, justifyIcon, keyboardIcon, kpiIcon, labeledImageIcon, laptopIcon, leftSidebarIcon, legalIcon, legendIcon, letterAIcon, lightbulbIcon, linkIcon, listDetailIcon, listViewIcon, liveDataIcon, livepagesIcon, locationIcon, lockKeyholeIcon, lockPlusIcon, lockIcon, loopIcon, mailLetterIcon, mailIcon, manageDeliveryIcon, mapIcon, markerIcon, medalIcon, mediaClassroomIcon, mediaErrorIcon, mediaMylearningIcon, mediaPauseIcon, mediaPlayIcon, mediaQuizIcon, mediaSurveyIcon, mediaTopicsIcon, megaphoneIcon, menuGroupIcon, mergeSmallIcon, mergeTagIcon, mergeIcon, messagingIcon, microphoneIcon, minusCircleIcon, minusIcon, mobileNotificationsIcon, moonIcon, moveInventoryIcon, multiInstanceIcon, myLearningIcon, myReferralsIcon, nboxIcon, nearbyIcon, noBidIcon, noConnectionCloudIcon, noteIcon, notificationsLargeIcon, notificationsIcon, numberInputIcon, numbersIcon, objectIcon, onboardingHomeIcon, oneColumnIcon, openresponseIcon, operatorIcon, opportunityGraphIcon, orderedListIcon, orgChartPeopleIcon, orgChartIcon, packageArrowDownIcon, packageArrowUpIcon, panelListIcon, paragraphIcon, passwordIcon, pasteIcon, patternIcon, pdfIcon, percentageIcon, perspectiveIcon, phoneUnlockIcon, phoneIcon, piIcon, pickedShortIcon, pieChartIcon, pillIcon, pinIcon, pivotTableIcon, pivotIcon, placeholderIcon, platformCartIcon, playCircleIcon, playbookIcon, plusCircleIcon, plusSmallIcon, plusIcon, powerOfOneIcon, powerpointIcon, previousIcon, printIcon, prismIcon, progressCircleIcon, projectsIcon, promptsIcon, proofOfDeliveryIcon, proxyUserIcon, pyramidIcon, qrCodeIcon, questionFillIcon, questionOutlineIcon, questionIcon, radioMobileSelectedIcon, radioMobileIcon, radioIcon, rangePeriodIcon, rankingIcon, receiptsIcon, referenceLineIcon, regionIcon, relatedActionsVerticalIcon, relatedActionsIcon, removeColumnAfterIcon, removeIndentIcon, removeRowAfterIcon, removeSplitRowIcon, removeZeroIcon, renameSplitRowIcon, renameIcon, reorderV2Icon, reorderIcon, replayIcon, reportParameterIcon, resetIcon, resizableIcon, restoreIcon, rewind30Icon, ribbonIcon, rightSidebarIcon, rocketIcon, rotateIcon, rowsCheckIcon, rowsPlusIcon, rpmIcon, rteEmphasisIcon, rteListIcon, saveAsIcon, saveIcon, screenMagnificationIcon, screenReaderIcon, searchSparkleIcon, searchUserIcon, searchIcon, selectIcon, sendIcon, setupIcon, shapesIcon, shareIcon, showColIcon, shrinkIcon, signalFourIcon, signalOneIcon, signalThreeIcon, signalTwoIcon, signoutIcon, skillsIcon, skipIcon, sliderIcon, soccerBallIcon, socialMediaIcon, sortAZIcon, sortDownIcon, sortUpIcon, sortZAIcon, sortIcon, sparkleSingleSmallIcon, sparkleIcon, speechBubbleIcon, speechExclamationIcon, splitSmallIcon, splitIcon, squareIcon, starHalfIcon, starIcon, strikethroughIcon, suborgIcon, substituteIcon, switchIcon, systemNotificationIcon, tableIcon, tagIcon, taskAcademicIcon, taskBenefitsIcon, taskCareerIcon, taskCompanyPropertyIcon, taskCompensationIcon, taskContactIcon, taskJobIcon, taskOverviewIcon, taskPayIcon, taskPerformanceIcon, taskTimeoffIcon, textAreaIcon, textColorIcon, textEditIcon, textInputIcon, textWrapIcon, textIcon, threeColumnIcon, thumbsDownFilledIcon, thumbsDownOutlinedIcon, thumbsUpFilledIcon, thumbsUpOutlinedIcon, timeOffBalanceIcon, timeIcon, timelineAllIcon, timelineMilestoneIcon, timelinePerformanceInputIcon, toggleIcon, tokensIcon, toolsIcon, touchIdIcon, transcriptionIcon, transformationGroupbyIcon, transformationImportIcon, transformationJoinIcon, transformationUnionIcon, translatedActualsIcon, translationIcon, trashIcon, travelIcon, trophyIcon, twoColumnIcon, underlineIcon, undoLIcon, undoRIcon, unfreezeIcon, unknownIcon, unlinkIcon, unlockedIcon, unorderedListIcon, unpivotIcon, unsortIcon, uploadClipIcon, uploadCloudIcon, uploadIcon, userCheckIcon, userForwardIcon, userLockedIcon, userPlusIcon, userRemoveIcon, userIcon, versionsIcon, videoIcon, viewTeamIcon, viewsiteIcon, virtualVersionLockedIcon, virtualVersionIcon, visibleIcon, webinarIcon, webpageIcon, wizardIcon, wordIcon, workbookIcon, worksheetsIcon, xCircleIcon, xSmallIcon, xIcon, xoInstanceListIcon, zoomAreaIcon, zoominIcon, zoomoutIcon, };
|
package/dist/commonjs/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.zoomoutIcon = exports.zoominIcon = exports.zoomAreaIcon = exports.xoInstanceListIcon = exports.xIcon = exports.xSmallIcon = exports.xCircleIcon = exports.worksheetsIcon = exports.workbookIcon = exports.wordIcon = exports.wizardIcon = exports.webpageIcon = exports.webinarIcon = exports.visibleIcon = exports.virtualVersionIcon = exports.virtualVersionLockedIcon = exports.viewsiteIcon = exports.viewTeamIcon = exports.videoIcon = exports.versionsIcon = exports.userIcon = exports.userRemoveIcon = exports.userPlusIcon = exports.userLockedIcon = exports.userForwardIcon = exports.userCheckIcon = exports.uploadCloudIcon = exports.uploadClipIcon = exports.unsortIcon = exports.unpivotIcon = exports.unorderedListIcon = exports.unlockedIcon = exports.unlinkIcon = exports.unknownIcon = exports.unfreezeIcon = exports.undoRIcon = exports.undoLIcon = exports.underlineIcon = exports.twoColumnIcon = exports.trophyIcon = exports.travelIcon = exports.trashIcon = exports.translationIcon = exports.translatedActualsIcon = exports.transformationUnionIcon = exports.transformationJoinIcon = exports.transformationImportIcon = exports.transformationGroupbyIcon = exports.transcriptionIcon = exports.touchIdIcon = exports.toolsIcon = exports.tokensIcon = exports.toggleIcon = exports.timelinePerformanceInputIcon = exports.timelineMilestoneIcon = exports.timelineAllIcon = exports.timeIcon = exports.timeOffBalanceIcon = exports.threeColumnIcon = exports.textIcon = exports.textWrapIcon = exports.textInputIcon = exports.textEditIcon = exports.textColorIcon = exports.textAreaIcon = exports.taskTimeoffIcon = exports.taskPerformanceIcon = exports.taskPayIcon = exports.taskOverviewIcon = exports.taskJobIcon = exports.taskContactIcon = exports.taskCompensationIcon = exports.taskCompanyPropertyIcon = exports.taskCareerIcon = exports.taskBenefitsIcon = exports.taskAcademicIcon = exports.tagIcon = exports.tableIcon = exports.systemNotificationIcon = exports.switchIcon = exports.substituteIcon = exports.suborgIcon = exports.strikethroughIcon = exports.starIcon = exports.starHalfIcon = exports.squareIcon = exports.splitIcon = exports.splitSmallIcon = exports.speechExclamationIcon = exports.speechBubbleIcon = exports.sparkleIcon = exports.sortIcon = exports.sortZAIcon = exports.sortUpIcon = exports.sortDownIcon = exports.sortAZIcon = exports.socialMediaIcon = exports.soccerBallIcon = exports.sliderIcon = exports.skipIcon = exports.skillsIcon = exports.signoutIcon = exports.signalTwoIcon = exports.signalThreeIcon = exports.signalOneIcon = exports.signalFourIcon = exports.shrinkIcon = exports.showColIcon = exports.shareIcon = exports.shapesIcon = exports.setupIcon = exports.sendIcon = exports.selectIcon = exports.searchIcon = exports.searchUserIcon = exports.screenReaderIcon = exports.screenMagnificationIcon = exports.saveIcon = exports.saveAsIcon = exports.rteListIcon = exports.rteEmphasisIcon = exports.rpmIcon = exports.rowsPlusIcon = exports.rowsCheckIcon = exports.rotateIcon = exports.rocketIcon = exports.rightSidebarIcon = exports.ribbonIcon = exports.rewind30Icon = exports.restoreIcon = exports.resizableIcon = exports.resetIcon = exports.reportParameterIcon = exports.replayIcon = exports.reorderIcon = exports.reorderV2Icon = exports.renameIcon = exports.renameSplitRowIcon = exports.removeZeroIcon = exports.removeSplitRowIcon = exports.removeRowAfterIcon = exports.removeIndentIcon = exports.removeColumnAfterIcon = exports.relatedActionsIcon = exports.relatedActionsVerticalIcon = exports.regionIcon = exports.receiptsIcon = exports.rankingIcon = exports.rangePeriodIcon = exports.radioIcon = exports.radioMobileIcon = exports.radioMobileSelectedIcon = exports.questionIcon = exports.questionOutlineIcon = exports.questionFillIcon = exports.qrCodeIcon = exports.pyramidIcon = exports.proxyUserIcon = exports.proofOfDeliveryIcon = exports.promptsIcon = exports.projectsIcon = exports.progressCircleIcon = exports.prismIcon = exports.printIcon = exports.previousIcon = exports.powerpointIcon = exports.powerOfOneIcon = exports.plusIcon = exports.plusSmallIcon = exports.plusCircleIcon = exports.playbookIcon = exports.playCircleIcon = exports.platformCartIcon = exports.placeholderIcon = exports.pivotIcon = exports.pivotTableIcon = exports.pinIcon = exports.pillIcon = exports.pieChartIcon = exports.pickedShortIcon = exports.piIcon = exports.phoneIcon = exports.phoneUnlockIcon = exports.perspectiveIcon = exports.percentageIcon = exports.pdfIcon = exports.patternIcon = exports.pasteIcon = exports.passwordIcon = exports.paragraphIcon = exports.panelListIcon = exports.packageArrowUpIcon = exports.packageArrowDownIcon = exports.orgChartIcon = exports.orgChartPeopleIcon = exports.orderedListIcon = exports.opportunityGraphIcon = exports.operatorIcon = exports.openresponseIcon = exports.oneColumnIcon = exports.onboardingHomeIcon = exports.objectIcon = exports.numbersIcon = exports.numberInputIcon = exports.notificationsIcon = exports.notificationsLargeIcon = exports.noteIcon = exports.noBidIcon = exports.nearbyIcon = exports.nboxIcon = exports.myReferralsIcon = exports.myLearningIcon = exports.multiInstanceIcon = exports.moveInventoryIcon = exports.mobileNotificationsIcon = exports.minusIcon = exports.minusCircleIcon = exports.microphoneIcon = exports.messagingIcon = exports.mergeIcon = exports.mergeTagIcon = exports.mergeSmallIcon = exports.menuGroupIcon = exports.megaphoneIcon = exports.mediaTopicsIcon = exports.mediaSurveyIcon = exports.mediaQuizIcon = exports.mediaPlayIcon = exports.mediaPauseIcon = exports.mediaMylearningIcon = exports.mediaErrorIcon = exports.mediaClassroomIcon = exports.medalIcon = exports.markerIcon = exports.mapIcon = exports.manageDeliveryIcon = exports.mailIcon = exports.mailLetterIcon = exports.loopIcon = exports.lockIcon = exports.lockPlusIcon = exports.lockKeyholeIcon = exports.locationIcon = exports.livepagesIcon = exports.liveDataIcon = exports.listViewIcon = exports.listDetailIcon = exports.linkIcon = exports.lightbulbIcon = exports.letterAIcon = exports.legendIcon = exports.legalIcon = exports.leftSidebarIcon = exports.laptopIcon = exports.labeledImageIcon = exports.kpiIcon = exports.keyboardIcon = exports.justifyIcon = exports.joinRightIcon = exports.joinLeftIcon = exports.joinInnerIcon = exports.joinFullIcon = exports.jobInfoIcon = exports.itemizeIcon = exports.italicsIcon = exports.invisibleIcon = exports.inventorySearchIcon = exports.inventoryCountIcon = exports.interactiongroupIcon = exports.instanceIcon = exports.instanceMappingIcon = exports.insertRowBeforeIcon = exports.insertRowAfterIcon = exports.insertColumnBeforeIcon = exports.insertColumnAfterIcon = exports.infoIcon = exports.indentIcon = exports.inboxIcon = exports.inboxLargeIcon = exports.inboxFillIcon = exports.imageIcon = exports.hourGlassIcon = exports.homeIcon = exports.homeBuildingIcon = exports.highlightIcon = exports.hierarchyIcon = exports.hierarchyRightFullIcon = exports.hierarchyPartialIcon = exports.hierarchyParentIcon = exports.hierarchyParentChildIcon = exports.hierarchyFullIcon = exports.hierarchyDiagonalParentIcon = exports.hierarchyDiagonalParentChildIcon = exports.hierarchyDiagonalParentChildChildIcon = exports.hierarchyChildrenIcon = exports.hierarchyChildIcon = exports.hideColIcon = exports.heatmapIcon = exports.headingIcon = exports.hashMarkIcon = exports.growIcon = exports.gridIcon = exports.gridViewIcon = exports.globeIcon = exports.gearIcon = exports.fxIcon = exports.fxWritebackIcon = exports.fxLoopIcon = exports.fxBracketsIcon = exports.funnelIcon = exports.fullscreenIcon = exports.freezeHeaderIcon = exports.formulaEditIcon = exports.formulaClipboardIcon = exports.formattingIcon = exports.forkKnifeIcon = exports.footerIcon = exports.fontSizeIcon = exports.fontFaceIcon = exports.folderPlusIcon = exports.folderOpenIcon = exports.folderMoveIcon = exports.folderMinusIcon = exports.folderCloseIcon = exports.flowIcon = exports.flashAutoIcon = exports.flagIcon = exports.fingerprintAndroidIcon = exports.findTransactionsIcon = exports.findInventoryIcon = exports.filterIcon = exports.filterCheckedIcon = exports.fileIcon = exports.fetchDataIcon = exports.fastForward15Icon = exports.fanChartIcon = exports.faceVeryHappyIcon = exports.faceUnhappyIcon = exports.faceNeutralIcon = exports.faceIdIcon = exports.faceHappyIcon = exports.extLinkIcon = exports.exportIcon = exports.expandTableIcon = exports.exclamationIcon = exports.exclamationTriangleIcon = exports.exclamationCircleIcon = exports.excelIcon = exports.esignatureIcon = exports.eraserIcon = exports.eraserFontIcon = exports.eraserCellIcon = exports.endpointsIcon = exports.emptyAppIcon = exports.editIcon = exports.editButtonIcon = exports.editButtonBarIcon = exports.dropdownIcon = exports.dropdownButtonIcon = exports.drillDownIcon = exports.draggableIcon = exports.draggableVerticalIcon = exports.downloadIcon = exports.dotIcon = exports.dollarIcon = exports.dollarSignIcon = exports.documentsCheckIcon = exports.documentIcon = exports.documentTsvIcon = exports.documentStarIcon = exports.documentLockedIcon = exports.documentHtmlIcon = exports.documentDownloadIcon = exports.documentCsvIcon = exports.documentCandidateSearchIcon = exports.documentCandidateInactiveIcon = exports.documentCandidateActionRequiredIcon = exports.documentAltIcon = exports.docIcon = exports.discoveryBoardIcon = exports.deviceTabletIcon = exports.devicePhoneIcon = exports.deviceDesktopIcon = exports.deltaIcon = exports.dataSourceIcon = exports.dataInputIcon = exports.dataComplexIcon = exports.dashboardIcon = exports.dashboardWorkforceIcon = exports.dashboardExpensesIcon = exports.cutIcon = exports.cubeIcon = exports.creditCardIcon = exports.courseIcon = exports.copyIcon = exports.convertInventoryIcon = exports.contactCardMatrixManagerIcon = exports.contactCardJobProfileIcon = exports.contactCardIdIcon = exports.contactCardDeskIcon = exports.contactCardCostCenterIcon = exports.configureIcon = exports.conclusionIcon = exports.conclusionPopupIcon = exports.componentIcon = exports.componentEditIcon = exports.compassIcon = exports.compareFilesIcon = exports.commentPlusIcon = exports.commentActiveIcon = exports.commaWsIcon = exports.coffeeIcon = exports.codeIcon = exports.clusterIcon = exports.cloudLockIcon = exports.closedcaptionIcon = exports.closeIcon = exports.clockIcon = exports.clockXIcon = exports.clockPlusIcon = exports.clockPauseIcon = exports.clockMinusIcon = exports.clockExclamationIcon = exports.clockCheckIcon = exports.clipboardIcon = exports.clipboardSearchIcon = exports.clipboardRemoveIcon = exports.clipboardPlusIcon = exports.clipboardCheckIcon = exports.clipboardBlankCheckIcon = exports.chipIcon = exports.chevronUpIcon = exports.chevronUpSmallIcon = exports.chevronRightIcon = exports.chevronRightSmallIcon = exports.chevronLeftIcon = exports.chevronLeftSmallIcon = exports.chevronHierarchyOpenIcon = exports.chevronHierarchyClosedIcon = exports.chevronDownIcon = exports.chevronDownSmallIcon = exports.chevron2xrightIcon = exports.chevron2xleftIcon = exports.chevron2xUpSmallIcon = exports.chevron2xRightSmallIcon = exports.chevron2xLeftSmallIcon = exports.chevron2xDownSmallIcon = exports.checkboxesIcon = exports.checkboxIcon = exports.checkIcon = exports.checkSmallIcon = exports.checkInIcon = exports.checkCircleIcon = exports.chartIcon = exports.chartVisualsFanIcon = exports.chartConfigIcon = exports.cellTemplateIcon = exports.cellSwapAxisIcon = exports.cellSearchIcon = exports.cellRowIcon = exports.cellResetIcon = exports.cellGearIcon = exports.cellFilterIcon = exports.cartIcon = exports.caretUpIcon = exports.caretUpSmallIcon = exports.caretTopIcon = exports.caretTopSmallIcon = exports.caretRightSmallIcon = exports.caretLeftSmallIcon = exports.caretDownIcon = exports.caretDownSmallIcon = exports.caretBottomIcon = exports.caretBottomSmallIcon = exports.cardIcon = exports.cardViewIcon = exports.captureDeliveryIcon = exports.cameraIcon = exports.cameraPlusIcon = exports.calendarIcon = exports.calendarUserSolidIcon = exports.calendarAltIcon = exports.calculatorIcon = exports.calculatorRefreshIcon = exports.calculatorLockedIcon = exports.cWaterfallIcon = exports.cScatterIcon = exports.cPieIcon = exports.cLineIcon = exports.cDualLineIcon = exports.cColumnStackedIcon = exports.cColumnLineIcon = exports.cColumnClusteredIcon = exports.cColumn100Icon = exports.cBubbleIcon = exports.cBarStackedIcon = exports.cBarClusteredIcon = exports.cBar100Icon = exports.cAreaStackedIcon = exports.cAreaLayeredIcon = exports.cArea100Icon = exports.buttonIcon = exports.businessIntelligenceIcon = exports.boxTextIcon = exports.boxTextXIcon = exports.boxTextUserSolidIcon = exports.boxTextSearchIcon = exports.boxTextPlusIcon = exports.boxTextCheckIcon = exports.boxPlusIcon = exports.borderTopIcon = exports.borderRightIcon = exports.borderOutsideIcon = exports.borderNoneIcon = exports.borderLeftIcon = exports.borderDblIcon = exports.borderColorIcon = exports.borderCenterIcon = exports.borderBtm2Icon = exports.borderBottomIcon = exports.borderAllIcon = exports.booleanIcon = exports.bookOpenIcon = exports.boltIcon = exports.boltFillIcon = exports.boldIcon = exports.birthdayIcon = exports.bidIcon = exports.bgColorIcon = exports.benefitsIcon = exports.barcodeScannerIcon = exports.avatarIcon = exports.autosumIcon = exports.authenticationTagIcon = exports.audioIcon = exports.audioNoneIcon = exports.audioMuteIcon = exports.audioMinIcon = exports.audioMaxIcon = exports.attributeIcon = exports.atTagMentionIcon = exports.assistantIcon = exports.asAppliedIcon = exports.articleStackedIcon = exports.arrowUpIcon = exports.arrowRightIcon = exports.arrowRightSmallIcon = exports.arrowLeftIcon = exports.arrowLeftSmallIcon = exports.arrowDownIcon = exports.arrowDiagonalSmallIcon = exports.arrowCircleIcon = exports.arrowArcIcon = exports.arrayIcon = exports.anomalyDetectionIcon = exports.alignTopIcon = exports.alignRightIcon = exports.alignMiddleIcon = exports.alignLeftIcon = exports.alignCenterIcon = exports.alignBottomIcon = exports.alarmClockIcon = exports.alarmClockPlusIcon = exports.adjustInventoryIcon = exports.addZeroIcon = exports.addSplitRowIcon = exports.addRightIcon = exports.addLeftIcon = exports.addFooterWsIcon = exports.addBelowIcon = exports.addAboveIcon = exports.adHocDeliveryIcon = exports.actualsIcon = exports.actualsLockedIcon = exports.activityStreamIcon = exports.accountsIcon = exports.accessibilityIcon = exports.academicAppointmentTitleIcon = void 0;
|
|
3
|
+
exports.zoomoutIcon = exports.zoominIcon = exports.zoomAreaIcon = exports.xoInstanceListIcon = exports.xIcon = exports.xSmallIcon = exports.xCircleIcon = exports.worksheetsIcon = exports.workbookIcon = exports.wordIcon = exports.wizardIcon = exports.webpageIcon = exports.webinarIcon = exports.visibleIcon = exports.virtualVersionIcon = exports.virtualVersionLockedIcon = exports.viewsiteIcon = exports.viewTeamIcon = exports.videoIcon = exports.versionsIcon = exports.userIcon = exports.userRemoveIcon = exports.userPlusIcon = exports.userLockedIcon = exports.userForwardIcon = exports.userCheckIcon = exports.uploadIcon = exports.uploadCloudIcon = exports.uploadClipIcon = exports.unsortIcon = exports.unpivotIcon = exports.unorderedListIcon = exports.unlockedIcon = exports.unlinkIcon = exports.unknownIcon = exports.unfreezeIcon = exports.undoRIcon = exports.undoLIcon = exports.underlineIcon = exports.twoColumnIcon = exports.trophyIcon = exports.travelIcon = exports.trashIcon = exports.translationIcon = exports.translatedActualsIcon = exports.transformationUnionIcon = exports.transformationJoinIcon = exports.transformationImportIcon = exports.transformationGroupbyIcon = exports.transcriptionIcon = exports.touchIdIcon = exports.toolsIcon = exports.tokensIcon = exports.toggleIcon = exports.timelinePerformanceInputIcon = exports.timelineMilestoneIcon = exports.timelineAllIcon = exports.timeIcon = exports.timeOffBalanceIcon = exports.thumbsUpOutlinedIcon = exports.thumbsUpFilledIcon = exports.thumbsDownOutlinedIcon = exports.thumbsDownFilledIcon = exports.threeColumnIcon = exports.textIcon = exports.textWrapIcon = exports.textInputIcon = exports.textEditIcon = exports.textColorIcon = exports.textAreaIcon = exports.taskTimeoffIcon = exports.taskPerformanceIcon = exports.taskPayIcon = exports.taskOverviewIcon = exports.taskJobIcon = exports.taskContactIcon = exports.taskCompensationIcon = exports.taskCompanyPropertyIcon = exports.taskCareerIcon = exports.taskBenefitsIcon = exports.taskAcademicIcon = exports.tagIcon = exports.tableIcon = exports.systemNotificationIcon = exports.switchIcon = exports.substituteIcon = exports.suborgIcon = exports.strikethroughIcon = exports.starIcon = exports.starHalfIcon = exports.squareIcon = exports.splitIcon = exports.splitSmallIcon = exports.speechExclamationIcon = exports.speechBubbleIcon = exports.sparkleIcon = exports.sparkleSingleSmallIcon = exports.sortIcon = exports.sortZAIcon = exports.sortUpIcon = exports.sortDownIcon = exports.sortAZIcon = exports.socialMediaIcon = exports.soccerBallIcon = exports.sliderIcon = exports.skipIcon = exports.skillsIcon = exports.signoutIcon = exports.signalTwoIcon = exports.signalThreeIcon = exports.signalOneIcon = exports.signalFourIcon = exports.shrinkIcon = exports.showColIcon = exports.shareIcon = exports.shapesIcon = exports.setupIcon = exports.sendIcon = exports.selectIcon = exports.searchIcon = exports.searchUserIcon = exports.searchSparkleIcon = exports.screenReaderIcon = exports.screenMagnificationIcon = exports.saveIcon = exports.saveAsIcon = exports.rteListIcon = exports.rteEmphasisIcon = exports.rpmIcon = exports.rowsPlusIcon = exports.rowsCheckIcon = exports.rotateIcon = exports.rocketIcon = exports.rightSidebarIcon = exports.ribbonIcon = exports.rewind30Icon = exports.restoreIcon = exports.resizableIcon = exports.resetIcon = exports.reportParameterIcon = exports.replayIcon = exports.reorderIcon = exports.reorderV2Icon = exports.renameIcon = exports.renameSplitRowIcon = exports.removeZeroIcon = exports.removeSplitRowIcon = exports.removeRowAfterIcon = exports.removeIndentIcon = exports.removeColumnAfterIcon = exports.relatedActionsIcon = exports.relatedActionsVerticalIcon = exports.regionIcon = exports.referenceLineIcon = exports.receiptsIcon = exports.rankingIcon = exports.rangePeriodIcon = exports.radioIcon = exports.radioMobileIcon = exports.radioMobileSelectedIcon = exports.questionIcon = exports.questionOutlineIcon = exports.questionFillIcon = exports.qrCodeIcon = exports.pyramidIcon = exports.proxyUserIcon = exports.proofOfDeliveryIcon = exports.promptsIcon = exports.projectsIcon = exports.progressCircleIcon = exports.prismIcon = exports.printIcon = exports.previousIcon = exports.powerpointIcon = exports.powerOfOneIcon = exports.plusIcon = exports.plusSmallIcon = exports.plusCircleIcon = exports.playbookIcon = exports.playCircleIcon = exports.platformCartIcon = exports.placeholderIcon = exports.pivotIcon = exports.pivotTableIcon = exports.pinIcon = exports.pillIcon = exports.pieChartIcon = exports.pickedShortIcon = exports.piIcon = exports.phoneIcon = exports.phoneUnlockIcon = exports.perspectiveIcon = exports.percentageIcon = exports.pdfIcon = exports.patternIcon = exports.pasteIcon = exports.passwordIcon = exports.paragraphIcon = exports.panelListIcon = exports.packageArrowUpIcon = exports.packageArrowDownIcon = exports.orgChartIcon = exports.orgChartPeopleIcon = exports.orderedListIcon = exports.opportunityGraphIcon = exports.operatorIcon = exports.openresponseIcon = exports.oneColumnIcon = exports.onboardingHomeIcon = exports.objectIcon = exports.numbersIcon = exports.numberInputIcon = exports.notificationsIcon = exports.notificationsLargeIcon = exports.noteIcon = exports.noConnectionCloudIcon = exports.noBidIcon = exports.nearbyIcon = exports.nboxIcon = exports.myReferralsIcon = exports.myLearningIcon = exports.multiInstanceIcon = exports.moveInventoryIcon = exports.moonIcon = exports.mobileNotificationsIcon = exports.minusIcon = exports.minusCircleIcon = exports.microphoneIcon = exports.messagingIcon = exports.mergeIcon = exports.mergeTagIcon = exports.mergeSmallIcon = exports.menuGroupIcon = exports.megaphoneIcon = exports.mediaTopicsIcon = exports.mediaSurveyIcon = exports.mediaQuizIcon = exports.mediaPlayIcon = exports.mediaPauseIcon = exports.mediaMylearningIcon = exports.mediaErrorIcon = exports.mediaClassroomIcon = exports.medalIcon = exports.markerIcon = exports.mapIcon = exports.manageDeliveryIcon = exports.mailIcon = exports.mailLetterIcon = exports.loopIcon = exports.lockIcon = exports.lockPlusIcon = exports.lockKeyholeIcon = exports.locationIcon = exports.livepagesIcon = exports.liveDataIcon = exports.listViewIcon = exports.listDetailIcon = exports.linkIcon = exports.lightbulbIcon = exports.letterAIcon = exports.legendIcon = exports.legalIcon = exports.leftSidebarIcon = exports.laptopIcon = exports.labeledImageIcon = exports.kpiIcon = exports.keyboardIcon = exports.justifyIcon = exports.joinRightIcon = exports.joinLeftIcon = exports.joinInnerIcon = exports.joinFullIcon = exports.jobInfoIcon = exports.itemizeIcon = exports.italicsIcon = exports.invisibleIcon = exports.inventorySearchIcon = exports.inventoryCountIcon = exports.interactiongroupIcon = exports.instanceIcon = exports.instanceMappingIcon = exports.insertRowBeforeIcon = exports.insertRowAfterIcon = exports.insertColumnBeforeIcon = exports.insertColumnAfterIcon = exports.infoIcon = exports.indentIcon = exports.inboxIcon = exports.inboxLargeIcon = exports.inboxFillIcon = exports.imageIcon = exports.hourGlassIcon = exports.homeIcon = exports.homeBuildingIcon = exports.highlightIcon = exports.hierarchyIcon = exports.hierarchyRightFullIcon = exports.hierarchyPartialIcon = exports.hierarchyParentIcon = exports.hierarchyParentChildIcon = exports.hierarchyFullIcon = exports.hierarchyDiagonalParentIcon = exports.hierarchyDiagonalParentChildIcon = exports.hierarchyDiagonalParentChildChildIcon = exports.hierarchyChildrenIcon = exports.hierarchyChildIcon = exports.hideColIcon = exports.heatmapIcon = exports.headingIcon = exports.hashMarkIcon = exports.growIcon = exports.gridIcon = exports.gridViewIcon = exports.globeIcon = exports.gearIcon = exports.fxIcon = exports.fxWritebackIcon = exports.fxLoopIcon = exports.fxBracketsIcon = exports.funnelIcon = exports.fullscreenIcon = exports.freezeHeaderIcon = exports.formulaEditIcon = exports.formulaClipboardIcon = exports.formattingIcon = exports.forkKnifeIcon = exports.footerIcon = exports.fontSizeIcon = exports.fontFaceIcon = exports.folderPlusIcon = exports.folderOpenIcon = exports.folderMoveIcon = exports.folderMinusIcon = exports.folderCloseIcon = exports.flowIcon = exports.flashAutoIcon = exports.flagIcon = exports.fingerprintAndroidIcon = exports.findTransactionsIcon = exports.findInventoryIcon = exports.filterIcon = exports.filterExclamationIcon = exports.filterCheckedIcon = exports.fileIcon = exports.fetchDataIcon = exports.fastForward15Icon = exports.fanChartIcon = exports.faceVeryHappyIcon = exports.faceUnhappyIcon = exports.faceNeutralIcon = exports.faceIdIcon = exports.faceHappyIcon = exports.extLinkIcon = exports.exportIcon = exports.expandTableIcon = exports.exclamationIcon = exports.exclamationTriangleIcon = exports.exclamationCircleIcon = exports.excelIcon = exports.esignatureIcon = exports.eraserIcon = exports.eraserFontIcon = exports.eraserCellIcon = exports.endpointsIcon = exports.emptyAppIcon = exports.editIcon = exports.editSparkleIcon = exports.editButtonIcon = exports.editButtonBarIcon = exports.dropdownIcon = exports.dropdownButtonIcon = exports.drillDownIcon = exports.draggableIcon = exports.draggableVerticalIcon = exports.downloadIcon = exports.dotIcon = exports.dollarIcon = exports.dollarSignIcon = exports.documentsCheckIcon = exports.documentIcon = exports.documentTsvIcon = exports.documentStarIcon = exports.documentSparkleIcon = exports.documentLockedIcon = exports.documentHtmlIcon = exports.documentDownloadIcon = exports.documentCsvIcon = exports.documentCandidateSearchIcon = exports.documentCandidateInactiveIcon = exports.documentCandidateActionRequiredIcon = exports.documentAltIcon = exports.docIcon = exports.discoveryBoardIcon = exports.deviceTabletIcon = exports.devicePhoneIcon = exports.deviceDesktopIcon = exports.deltaIcon = exports.dataSourceIcon = exports.dataInputIcon = exports.dataComplexIcon = exports.dashboardIcon = exports.dashboardWorkforceIcon = exports.dashboardExpensesIcon = exports.cutIcon = exports.cubeIcon = exports.creditCardIcon = exports.courseIcon = exports.copyIcon = exports.convertInventoryIcon = exports.contactCardMatrixManagerIcon = exports.contactCardJobProfileIcon = exports.contactCardIdIcon = exports.contactCardDeskIcon = exports.contactCardCostCenterIcon = exports.configureIcon = exports.conclusionIcon = exports.conclusionPopupIcon = exports.componentIcon = exports.componentEditIcon = exports.compassIcon = exports.compareFilesIcon = exports.commentPlusIcon = exports.commentActiveIcon = exports.commaWsIcon = exports.coffeeIcon = exports.codeIcon = exports.clusterIcon = exports.cloudLockIcon = exports.closedcaptionIcon = exports.closeIcon = exports.clockIcon = exports.clockXIcon = exports.clockPlusIcon = exports.clockPauseIcon = exports.clockMinusIcon = exports.clockExclamationIcon = exports.clockCheckIcon = exports.clipboardIcon = exports.clipboardSearchIcon = exports.clipboardRemoveIcon = exports.clipboardPlusIcon = exports.clipboardCheckIcon = exports.clipboardBlankCheckIcon = exports.chipIcon = exports.chevronUpIcon = exports.chevronUpSmallIcon = exports.chevronRightIcon = exports.chevronRightSmallIcon = exports.chevronLeftIcon = exports.chevronLeftSmallIcon = exports.chevronHierarchyOpenIcon = exports.chevronHierarchyClosedIcon = exports.chevronDownIcon = exports.chevronDownSmallIcon = exports.chevron2xrightIcon = exports.chevron2xleftIcon = exports.chevron2xUpSmallIcon = exports.chevron2xRightSmallIcon = exports.chevron2xLeftSmallIcon = exports.chevron2xDownSmallIcon = exports.checkboxesIcon = exports.checkboxIcon = exports.checkIcon = exports.checkSmallIcon = exports.checkInIcon = exports.checkCircleIcon = exports.chartIcon = exports.chartVisualsFanIcon = exports.chartConfigIcon = exports.cellTemplateIcon = exports.cellSwapAxisIcon = exports.cellSearchIcon = exports.cellRowIcon = exports.cellResetIcon = exports.cellGearIcon = exports.cellFilterIcon = exports.cartIcon = exports.caretUpIcon = exports.caretUpSmallIcon = exports.caretTopIcon = exports.caretTopSmallIcon = exports.caretRightSmallIcon = exports.caretLeftSmallIcon = exports.caretDownIcon = exports.caretDownSmallIcon = exports.caretBottomIcon = exports.caretBottomSmallIcon = exports.cardIcon = exports.cardViewIcon = exports.captureDeliveryIcon = exports.cameraIcon = exports.cameraPlusIcon = exports.calendarIcon = exports.calendarUserSolidIcon = exports.calendarAltIcon = exports.calculatorIcon = exports.calculatorRefreshIcon = exports.calculatorLockedIcon = exports.cWaterfallIcon = exports.cScatterIcon = exports.cPieIcon = exports.cLineIcon = exports.cDualLineIcon = exports.cColumnStackedIcon = exports.cColumnLineIcon = exports.cColumnClusteredIcon = exports.cColumn100Icon = exports.cBubbleIcon = exports.cBarStackedIcon = exports.cBarClusteredIcon = exports.cBar100Icon = exports.cAreaStackedIcon = exports.cAreaLayeredIcon = exports.cArea100Icon = exports.buttonIcon = exports.businessIntelligenceIcon = exports.boxTextIcon = exports.boxTextXIcon = exports.boxTextUserSolidIcon = exports.boxTextSearchIcon = exports.boxTextPlusIcon = exports.boxTextCheckIcon = exports.boxPlusIcon = exports.borderTopIcon = exports.borderRightIcon = exports.borderOutsideIcon = exports.borderNoneIcon = exports.borderLeftIcon = exports.borderDblIcon = exports.borderColorIcon = exports.borderCenterIcon = exports.borderBtm2Icon = exports.borderBottomIcon = exports.borderAllIcon = exports.booleanIcon = exports.bookOpenIcon = exports.boltIcon = exports.boltFillIcon = exports.boldIcon = exports.birthdayIcon = exports.bidIcon = exports.bgColorIcon = exports.benefitsIcon = exports.barcodeScannerIcon = exports.avatarIcon = exports.autosumIcon = exports.authenticationTagIcon = exports.audioIcon = exports.audioNoneIcon = exports.audioMuteIcon = exports.audioMinIcon = exports.audioMaxIcon = exports.attributeIcon = exports.atTagMentionIcon = exports.assistantIcon = exports.asAppliedIcon = exports.articleStackedIcon = exports.arrowUpIcon = exports.arrowRightIcon = exports.arrowRightSmallIcon = exports.arrowLeftIcon = exports.arrowLeftSmallIcon = exports.arrowDownIcon = exports.arrowDiagonalSmallIcon = exports.arrowCircleIcon = exports.arrowArcIcon = exports.arrayIcon = exports.anomalyDetectionIcon = exports.alignTopIcon = exports.alignRightIcon = exports.alignMiddleIcon = exports.alignLeftIcon = exports.alignCenterIcon = exports.alignBottomIcon = exports.alarmClockIcon = exports.alarmClockPlusIcon = exports.adjustInventoryIcon = exports.addZeroIcon = exports.addSplitRowIcon = exports.addRightIcon = exports.addLeftIcon = exports.addFooterWsIcon = exports.addBelowIcon = exports.addAboveIcon = exports.adHocDeliveryIcon = exports.actualsIcon = exports.actualsLockedIcon = exports.activityStreamIcon = exports.accountsIcon = exports.accessibilityIcon = exports.academicAppointmentTitleIcon = void 0;
|
|
4
4
|
var academicAppointmentTitle_1 = require("./academicAppointmentTitle");
|
|
5
5
|
exports.academicAppointmentTitleIcon = academicAppointmentTitle_1.default;
|
|
6
6
|
var accessibility_1 = require("./accessibility");
|
|
@@ -417,6 +417,8 @@ var documentHtml_1 = require("./documentHtml");
|
|
|
417
417
|
exports.documentHtmlIcon = documentHtml_1.default;
|
|
418
418
|
var documentLocked_1 = require("./documentLocked");
|
|
419
419
|
exports.documentLockedIcon = documentLocked_1.default;
|
|
420
|
+
var documentSparkle_1 = require("./documentSparkle");
|
|
421
|
+
exports.documentSparkleIcon = documentSparkle_1.default;
|
|
420
422
|
var documentStar_1 = require("./documentStar");
|
|
421
423
|
exports.documentStarIcon = documentStar_1.default;
|
|
422
424
|
var documentTsv_1 = require("./documentTsv");
|
|
@@ -447,6 +449,8 @@ var editButtonBar_1 = require("./editButtonBar");
|
|
|
447
449
|
exports.editButtonBarIcon = editButtonBar_1.default;
|
|
448
450
|
var editButton_1 = require("./editButton");
|
|
449
451
|
exports.editButtonIcon = editButton_1.default;
|
|
452
|
+
var editSparkle_1 = require("./editSparkle");
|
|
453
|
+
exports.editSparkleIcon = editSparkle_1.default;
|
|
450
454
|
var edit_1 = require("./edit");
|
|
451
455
|
exports.editIcon = edit_1.default;
|
|
452
456
|
var emptyApp_1 = require("./emptyApp");
|
|
@@ -495,6 +499,8 @@ var file_1 = require("./file");
|
|
|
495
499
|
exports.fileIcon = file_1.default;
|
|
496
500
|
var filterChecked_1 = require("./filterChecked");
|
|
497
501
|
exports.filterCheckedIcon = filterChecked_1.default;
|
|
502
|
+
var filterExclamation_1 = require("./filterExclamation");
|
|
503
|
+
exports.filterExclamationIcon = filterExclamation_1.default;
|
|
498
504
|
var filter_1 = require("./filter");
|
|
499
505
|
exports.filterIcon = filter_1.default;
|
|
500
506
|
var findInventory_1 = require("./findInventory");
|
|
@@ -729,6 +735,8 @@ var minus_1 = require("./minus");
|
|
|
729
735
|
exports.minusIcon = minus_1.default;
|
|
730
736
|
var mobileNotifications_1 = require("./mobileNotifications");
|
|
731
737
|
exports.mobileNotificationsIcon = mobileNotifications_1.default;
|
|
738
|
+
var moon_1 = require("./moon");
|
|
739
|
+
exports.moonIcon = moon_1.default;
|
|
732
740
|
var moveInventory_1 = require("./moveInventory");
|
|
733
741
|
exports.moveInventoryIcon = moveInventory_1.default;
|
|
734
742
|
var multiInstance_1 = require("./multiInstance");
|
|
@@ -743,6 +751,8 @@ var nearby_1 = require("./nearby");
|
|
|
743
751
|
exports.nearbyIcon = nearby_1.default;
|
|
744
752
|
var noBid_1 = require("./noBid");
|
|
745
753
|
exports.noBidIcon = noBid_1.default;
|
|
754
|
+
var noConnectionCloud_1 = require("./noConnectionCloud");
|
|
755
|
+
exports.noConnectionCloudIcon = noConnectionCloud_1.default;
|
|
746
756
|
var note_1 = require("./note");
|
|
747
757
|
exports.noteIcon = note_1.default;
|
|
748
758
|
var notificationsLarge_1 = require("./notificationsLarge");
|
|
@@ -865,6 +875,8 @@ var ranking_1 = require("./ranking");
|
|
|
865
875
|
exports.rankingIcon = ranking_1.default;
|
|
866
876
|
var receipts_1 = require("./receipts");
|
|
867
877
|
exports.receiptsIcon = receipts_1.default;
|
|
878
|
+
var referenceLine_1 = require("./referenceLine");
|
|
879
|
+
exports.referenceLineIcon = referenceLine_1.default;
|
|
868
880
|
var region_1 = require("./region");
|
|
869
881
|
exports.regionIcon = region_1.default;
|
|
870
882
|
var relatedActionsVertical_1 = require("./relatedActionsVertical");
|
|
@@ -927,6 +939,8 @@ var screenMagnification_1 = require("./screenMagnification");
|
|
|
927
939
|
exports.screenMagnificationIcon = screenMagnification_1.default;
|
|
928
940
|
var screenReader_1 = require("./screenReader");
|
|
929
941
|
exports.screenReaderIcon = screenReader_1.default;
|
|
942
|
+
var searchSparkle_1 = require("./searchSparkle");
|
|
943
|
+
exports.searchSparkleIcon = searchSparkle_1.default;
|
|
930
944
|
var searchUser_1 = require("./searchUser");
|
|
931
945
|
exports.searchUserIcon = searchUser_1.default;
|
|
932
946
|
var search_1 = require("./search");
|
|
@@ -975,6 +989,8 @@ var sortZA_1 = require("./sortZA");
|
|
|
975
989
|
exports.sortZAIcon = sortZA_1.default;
|
|
976
990
|
var sort_1 = require("./sort");
|
|
977
991
|
exports.sortIcon = sort_1.default;
|
|
992
|
+
var sparkleSingleSmall_1 = require("./sparkleSingleSmall");
|
|
993
|
+
exports.sparkleSingleSmallIcon = sparkleSingleSmall_1.default;
|
|
978
994
|
var sparkle_1 = require("./sparkle");
|
|
979
995
|
exports.sparkleIcon = sparkle_1.default;
|
|
980
996
|
var speechBubble_1 = require("./speechBubble");
|
|
@@ -1041,6 +1057,14 @@ var text_1 = require("./text");
|
|
|
1041
1057
|
exports.textIcon = text_1.default;
|
|
1042
1058
|
var threeColumn_1 = require("./threeColumn");
|
|
1043
1059
|
exports.threeColumnIcon = threeColumn_1.default;
|
|
1060
|
+
var thumbsDownFilled_1 = require("./thumbsDownFilled");
|
|
1061
|
+
exports.thumbsDownFilledIcon = thumbsDownFilled_1.default;
|
|
1062
|
+
var thumbsDownOutlined_1 = require("./thumbsDownOutlined");
|
|
1063
|
+
exports.thumbsDownOutlinedIcon = thumbsDownOutlined_1.default;
|
|
1064
|
+
var thumbsUpFilled_1 = require("./thumbsUpFilled");
|
|
1065
|
+
exports.thumbsUpFilledIcon = thumbsUpFilled_1.default;
|
|
1066
|
+
var thumbsUpOutlined_1 = require("./thumbsUpOutlined");
|
|
1067
|
+
exports.thumbsUpOutlinedIcon = thumbsUpOutlined_1.default;
|
|
1044
1068
|
var timeOffBalance_1 = require("./timeOffBalance");
|
|
1045
1069
|
exports.timeOffBalanceIcon = timeOffBalance_1.default;
|
|
1046
1070
|
var time_1 = require("./time");
|
|
@@ -1105,6 +1129,8 @@ var uploadClip_1 = require("./uploadClip");
|
|
|
1105
1129
|
exports.uploadClipIcon = uploadClip_1.default;
|
|
1106
1130
|
var uploadCloud_1 = require("./uploadCloud");
|
|
1107
1131
|
exports.uploadCloudIcon = uploadCloud_1.default;
|
|
1132
|
+
var upload_1 = require("./upload");
|
|
1133
|
+
exports.uploadIcon = upload_1.default;
|
|
1108
1134
|
var userCheck_1 = require("./userCheck");
|
|
1109
1135
|
exports.userCheckIcon = userCheck_1.default;
|
|
1110
1136
|
var userForward_1 = require("./userForward");
|
|
@@ -1367,6 +1393,7 @@ exports.CanvasSystemIcons = {
|
|
|
1367
1393
|
DocumentDownload: 'documentDownload',
|
|
1368
1394
|
DocumentHtml: 'documentHtml',
|
|
1369
1395
|
DocumentLocked: 'documentLocked',
|
|
1396
|
+
DocumentSparkle: 'documentSparkle',
|
|
1370
1397
|
DocumentStar: 'documentStar',
|
|
1371
1398
|
DocumentTsv: 'documentTsv',
|
|
1372
1399
|
Document: 'document',
|
|
@@ -1382,6 +1409,7 @@ exports.CanvasSystemIcons = {
|
|
|
1382
1409
|
Dropdown: 'dropdown',
|
|
1383
1410
|
EditButtonBar: 'editButtonBar',
|
|
1384
1411
|
EditButton: 'editButton',
|
|
1412
|
+
EditSparkle: 'editSparkle',
|
|
1385
1413
|
Edit: 'edit',
|
|
1386
1414
|
EmptyApp: 'emptyApp',
|
|
1387
1415
|
Endpoints: 'endpoints',
|
|
@@ -1406,6 +1434,7 @@ exports.CanvasSystemIcons = {
|
|
|
1406
1434
|
FetchData: 'fetchData',
|
|
1407
1435
|
File: 'file',
|
|
1408
1436
|
FilterChecked: 'filterChecked',
|
|
1437
|
+
FilterExclamation: 'filterExclamation',
|
|
1409
1438
|
Filter: 'filter',
|
|
1410
1439
|
FindInventory: 'findInventory',
|
|
1411
1440
|
FindTransactions: 'findTransactions',
|
|
@@ -1523,6 +1552,7 @@ exports.CanvasSystemIcons = {
|
|
|
1523
1552
|
MinusCircle: 'minusCircle',
|
|
1524
1553
|
Minus: 'minus',
|
|
1525
1554
|
MobileNotifications: 'mobileNotifications',
|
|
1555
|
+
Moon: 'moon',
|
|
1526
1556
|
MoveInventory: 'moveInventory',
|
|
1527
1557
|
MultiInstance: 'multiInstance',
|
|
1528
1558
|
MyLearning: 'myLearning',
|
|
@@ -1530,6 +1560,7 @@ exports.CanvasSystemIcons = {
|
|
|
1530
1560
|
Nbox: 'nbox',
|
|
1531
1561
|
Nearby: 'nearby',
|
|
1532
1562
|
NoBid: 'noBid',
|
|
1563
|
+
NoConnectionCloud: 'noConnectionCloud',
|
|
1533
1564
|
Note: 'note',
|
|
1534
1565
|
NotificationsLarge: 'notificationsLarge',
|
|
1535
1566
|
Notifications: 'notifications',
|
|
@@ -1591,6 +1622,7 @@ exports.CanvasSystemIcons = {
|
|
|
1591
1622
|
RangePeriod: 'rangePeriod',
|
|
1592
1623
|
Ranking: 'ranking',
|
|
1593
1624
|
Receipts: 'receipts',
|
|
1625
|
+
ReferenceLine: 'referenceLine',
|
|
1594
1626
|
Region: 'region',
|
|
1595
1627
|
RelatedActionsVertical: 'relatedActionsVertical',
|
|
1596
1628
|
RelatedActions: 'relatedActions',
|
|
@@ -1622,6 +1654,7 @@ exports.CanvasSystemIcons = {
|
|
|
1622
1654
|
Save: 'save',
|
|
1623
1655
|
ScreenMagnification: 'screenMagnification',
|
|
1624
1656
|
ScreenReader: 'screenReader',
|
|
1657
|
+
SearchSparkle: 'searchSparkle',
|
|
1625
1658
|
SearchUser: 'searchUser',
|
|
1626
1659
|
Search: 'search',
|
|
1627
1660
|
Select: 'select',
|
|
@@ -1646,6 +1679,7 @@ exports.CanvasSystemIcons = {
|
|
|
1646
1679
|
SortUp: 'sortUp',
|
|
1647
1680
|
SortZA: 'sortZA',
|
|
1648
1681
|
Sort: 'sort',
|
|
1682
|
+
SparkleSingleSmall: 'sparkleSingleSmall',
|
|
1649
1683
|
Sparkle: 'sparkle',
|
|
1650
1684
|
SpeechBubble: 'speechBubble',
|
|
1651
1685
|
SpeechExclamation: 'speechExclamation',
|
|
@@ -1679,6 +1713,10 @@ exports.CanvasSystemIcons = {
|
|
|
1679
1713
|
TextWrap: 'textWrap',
|
|
1680
1714
|
Text: 'text',
|
|
1681
1715
|
ThreeColumn: 'threeColumn',
|
|
1716
|
+
ThumbsDownFilled: 'thumbsDownFilled',
|
|
1717
|
+
ThumbsDownOutlined: 'thumbsDownOutlined',
|
|
1718
|
+
ThumbsUpFilled: 'thumbsUpFilled',
|
|
1719
|
+
ThumbsUpOutlined: 'thumbsUpOutlined',
|
|
1682
1720
|
TimeOffBalance: 'timeOffBalance',
|
|
1683
1721
|
Time: 'time',
|
|
1684
1722
|
TimelineAll: 'timelineAll',
|
|
@@ -1711,6 +1749,7 @@ exports.CanvasSystemIcons = {
|
|
|
1711
1749
|
Unsort: 'unsort',
|
|
1712
1750
|
UploadClip: 'uploadClip',
|
|
1713
1751
|
UploadCloud: 'uploadCloud',
|
|
1752
|
+
Upload: 'upload',
|
|
1714
1753
|
UserCheck: 'userCheck',
|
|
1715
1754
|
UserForward: 'userForward',
|
|
1716
1755
|
UserLocked: 'userLocked',
|
|
@@ -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: 'moon',
|
|
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-moon wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path d="M13.34 2.087c.498.065.61.728.24 1.069-2.137 1.97-2.754 5.309-1.078 7.843 1.842 2.784 5.658 3.513 8.525 1.628.416-.274 1.025-.008.97.486a9.98 9.98 0 0 1-4.445 7.236c-4.624 3.04-10.844 1.769-13.894-2.842S1.884 6.695 6.508 3.654a10 10 0 0 1 6.831-1.567Z" class="wd-icon-fill"/><path fill-rule="evenodd" d="M3.658 17.507c3.05 4.61 9.27 5.883 13.894 2.842a9.96 9.96 0 0 0 4.177-5.806l.02-.074a10 10 0 0 0 .247-1.356c.056-.494-.553-.76-.97-.486a6.5 6.5 0 0 1-1.023.548l-.034.014c-2.688 1.12-5.844.264-7.467-2.19-1.447-2.187-1.185-4.974.287-6.962l.02-.028a6.3 6.3 0 0 1 .77-.853c.37-.341.26-1.004-.24-1.07A10 10 0 0 0 11.972 2H11.9a10 10 0 0 0-5.392 1.654c-4.624 3.04-5.9 9.243-2.85 13.853Zm1.668-1.103a7.983 7.983 0 0 1 2.28-11.08 8 8 0 0 1 2.777-1.156c-1.187 2.441-1.196 5.445.451 7.935 1.883 2.847 5.263 4.056 8.42 3.392a7.97 7.97 0 0 1-2.801 3.183c-3.704 2.436-8.686 1.415-11.127-2.274Z" class="wd-icon-accent" clip-rule="evenodd"/></g></svg>',
|
|
8
|
+
filename: 'wd-icon-moon',
|
|
9
|
+
category: 'Core',
|
|
10
|
+
tags: ['crescent', 'dark-mode', 'night'],
|
|
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: 'noConnectionCloud',
|
|
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-no-connection-cloud wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><g><path d="M5.088 5.424a.5.5 0 0 1 .707 0L19.27 18.898a.5.5 0 0 1 0 .707l-.707.707a.5.5 0 0 1-.707 0L4.38 6.839a.5.5 0 0 1 0-.707z" class="wd-icon-fill"/><path d="M9.768 7.002c1.156.035 2.205.676 2.813 1.697l.662 1.111.909-.92a1.7 1.7 0 0 1 1.216-.516c.965 0 1.763.829 1.763 1.87q0 .066-.004.131l-.066 1 1 .063c1.078.068 1.939 1.015 1.939 2.18 0 .931-.477 1.949-1.065 2.55l1.415 1.416c.997-1 1.65-2.526 1.65-3.967 0-1.889-1.222-3.504-2.92-4.015-.297-1.826-1.84-3.228-3.712-3.228a3.7 3.7 0 0 0-1.714.424A5.35 5.35 0 0 0 9.665 5c-.572 0-1.122.09-1.64.26z" class="wd-icon-fill"/><path d="M4.238 10.3C2.9 10.924 2 12.308 2 13.875 2 16.15 3.723 18.7 5.816 18.7h7.165l-2-2H5.816C5.031 16.7 4 15.174 4 13.875c0-.927.621-1.71 1.455-1.887l.67-.143-1.63-1.63z" class="wd-icon-fill"/></g></g></svg>',
|
|
8
|
+
filename: 'wd-icon-no-connection-cloud',
|
|
9
|
+
category: 'Core',
|
|
10
|
+
tags: ['disconnected', 'error', 'nimbus'],
|
|
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: 'referenceLine',
|
|
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-reference-line wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><g><path d="M6.5 4a.5.5 0 0 0-.5.5v15a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-15a.5.5 0 0 0-.5-.5z" class="wd-icon-fill"/><path d="M13.5 13a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-6a.5.5 0 0 0-.5-.5z" class="wd-icon-fill"/></g><g><path d="M3 8.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5z" class="wd-icon-accent"/><path d="M6 8.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5z" class="wd-icon-accent"/><path d="M12 8.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5z" class="wd-icon-accent"/><path d="M15 8.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5z" class="wd-icon-accent"/><path d="M18 8.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5z" class="wd-icon-accent"/><path d="M9 8.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5z" class="wd-icon-accent"/></g></g></svg>',
|
|
8
|
+
filename: 'wd-icon-reference-line.svg',
|
|
9
|
+
category: 'Chart Visuals',
|
|
10
|
+
tags: ['chart', 'numbers', 'line', 'data-viz', 'graph', 'discovery', 'board'],
|
|
11
|
+
};
|
|
12
|
+
exports.default = icon;
|