@siemens/ix-icons 0.0.0-20240827135516 → 0.0.0-20260121143851
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/README.md +47 -16
- package/READMEOSS.html +214 -0
- package/components/index.js +1537 -2
- package/components/index.js.map +1 -1
- package/components/ix-icon.js +2 -1
- package/dist/cjs/app-globals-V2Kpy_OQ.js +8 -0
- package/dist/cjs/app-globals-V2Kpy_OQ.js.map +1 -0
- package/dist/cjs/index-HU55KNQP.js +1507 -0
- package/dist/cjs/index-HU55KNQP.js.map +1 -0
- package/dist/cjs/index.cjs.js +269 -6
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/cjs/ix-icon.cjs.entry.js +4 -7
- package/dist/cjs/ix-icon.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-icons.cjs.js +14 -15
- package/dist/cjs/ix-icons.cjs.js.map +1 -1
- package/dist/cjs/loader.cjs.js +4 -7
- package/dist/cjs/loader.cjs.js.map +1 -1
- package/dist/collection/collection-manifest.json +2 -2
- package/dist/collection/components/icon/icon.js +59 -29
- package/dist/collection/components/icon/icon.js.map +1 -1
- package/dist/collection/components/icon/parser.js +34 -0
- package/dist/collection/components/icon/parser.js.map +1 -0
- package/dist/collection/components/icon/resolveIcon.js +67 -42
- package/dist/collection/components/icon/resolveIcon.js.map +1 -1
- package/dist/collection/components/icon/test/{rocker-example.js → rocket-example.js} +1 -1
- package/dist/collection/components/icon/test/{rocker-example.js.map → rocket-example.js.map} +1 -1
- package/dist/collection/index.js +1 -0
- package/dist/collection/index.js.map +1 -1
- package/dist/esm/app-globals-DQuL1Twl.js +6 -0
- package/dist/esm/app-globals-DQuL1Twl.js.map +1 -0
- package/dist/esm/index-CyicTMfq.js +1479 -0
- package/dist/esm/index-CyicTMfq.js.map +1 -0
- package/dist/esm/index.js +271 -3
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/ix-icon.entry.js +3 -4
- package/dist/esm/ix-icon.entry.js.map +1 -1
- package/dist/esm/ix-icons.js +14 -14
- package/dist/esm/ix-icons.js.map +1 -1
- package/dist/esm/loader.js +5 -6
- package/dist/esm/loader.js.map +1 -1
- package/dist/ix-icons/index.esm.js +1 -1
- package/dist/ix-icons/index.esm.js.map +1 -1
- package/dist/ix-icons/ix-icon.entry.esm.js.map +1 -0
- package/dist/ix-icons/ix-icons.esm.js +1 -1
- package/dist/ix-icons/ix-icons.esm.js.map +1 -1
- package/dist/ix-icons/loader.esm.js.map +1 -0
- package/dist/ix-icons/p-9fcb498f.entry.js +2 -0
- package/dist/ix-icons/p-9fcb498f.entry.js.map +1 -0
- package/dist/ix-icons/p-CyicTMfq.js +3 -0
- package/dist/ix-icons/p-CyicTMfq.js.map +1 -0
- package/dist/ix-icons/p-DQuL1Twl.js +2 -0
- package/dist/ix-icons/p-DQuL1Twl.js.map +1 -0
- package/dist/ix-icons/svg/about-filled.svg +1 -1
- package/dist/ix-icons/svg/about.svg +1 -1
- package/dist/ix-icons/svg/add-application.svg +1 -1
- package/dist/ix-icons/svg/add-circle-filled.svg +1 -1
- package/dist/ix-icons/svg/add-circle-small-filled.svg +1 -0
- package/dist/ix-icons/svg/add-circle-small.svg +1 -0
- package/dist/ix-icons/svg/add-circle.svg +1 -1
- package/dist/ix-icons/svg/add-document-note.svg +1 -1
- package/dist/ix-icons/svg/add-eye-filled.svg +1 -1
- package/dist/ix-icons/svg/add-eye.svg +1 -1
- package/dist/ix-icons/svg/add-filter-filled.svg +1 -1
- package/dist/ix-icons/svg/add-filter.svg +1 -1
- package/dist/ix-icons/svg/add-selection.svg +1 -1
- package/dist/ix-icons/svg/add-shield-half.svg +1 -1
- package/dist/ix-icons/svg/add-task-list.svg +1 -1
- package/dist/ix-icons/svg/add-task.svg +1 -1
- package/dist/ix-icons/svg/add-user-filled.svg +1 -1
- package/dist/ix-icons/svg/add-user.svg +1 -1
- package/dist/ix-icons/svg/add.svg +1 -1
- package/dist/ix-icons/svg/agent-filled.svg +1 -0
- package/dist/ix-icons/svg/agent.svg +1 -0
- package/dist/ix-icons/svg/ai.svg +1 -1
- package/dist/ix-icons/svg/alarm-bell-cancelled-filled.svg +1 -1
- package/dist/ix-icons/svg/alarm-bell-cancelled.svg +1 -1
- package/dist/ix-icons/svg/alarm-bell-filled.svg +1 -1
- package/dist/ix-icons/svg/alarm-bell.svg +1 -1
- package/dist/ix-icons/svg/alarm-clock-cancelled.svg +1 -1
- package/dist/ix-icons/svg/alarm-clock-filled.svg +1 -1
- package/dist/ix-icons/svg/alarm-clock-success.svg +1 -1
- package/dist/ix-icons/svg/alarm-clock.svg +1 -1
- package/dist/ix-icons/svg/alarm-filled.svg +1 -1
- package/dist/ix-icons/svg/alarm.svg +1 -1
- package/dist/ix-icons/svg/align-center-horizontally.svg +1 -0
- package/dist/ix-icons/svg/align-center-vertically.svg +1 -0
- package/dist/ix-icons/svg/align-object-dimensions.svg +1 -0
- package/dist/ix-icons/svg/align-object-height.svg +1 -0
- package/dist/ix-icons/svg/align-object-width.svg +1 -0
- package/dist/ix-icons/svg/align-objects-bottom.svg +1 -0
- package/dist/ix-icons/svg/align-objects-centered.svg +1 -0
- package/dist/ix-icons/svg/align-objects-horizontally.svg +1 -0
- package/dist/ix-icons/svg/align-objects-left.svg +1 -0
- package/dist/ix-icons/svg/align-objects-right.svg +1 -0
- package/dist/ix-icons/svg/align-objects-top.svg +1 -0
- package/dist/ix-icons/svg/align-objects-vertically.svg +1 -0
- package/dist/ix-icons/svg/align-objects.svg +1 -0
- package/dist/ix-icons/svg/analysis-filled.svg +1 -0
- package/dist/ix-icons/svg/analysis.svg +1 -0
- package/dist/ix-icons/svg/analyze.svg +1 -1
- package/dist/ix-icons/svg/anomaly-found.svg +1 -1
- package/dist/ix-icons/svg/anomaly-none.svg +1 -0
- package/dist/ix-icons/svg/anomaly.svg +1 -1
- package/dist/ix-icons/svg/app-document-filled.svg +1 -0
- package/dist/ix-icons/svg/app-document.svg +1 -0
- package/dist/ix-icons/svg/app-menu.svg +1 -1
- package/dist/ix-icons/svg/app-update.svg +1 -0
- package/dist/ix-icons/svg/application-screen-alarm-classes.svg +1 -0
- package/dist/ix-icons/svg/application-screen-globe.svg +1 -0
- package/dist/ix-icons/svg/application-screen-play.svg +1 -0
- package/dist/ix-icons/svg/application-screen.svg +1 -1
- package/dist/ix-icons/svg/application-screens.svg +1 -0
- package/dist/ix-icons/svg/applications.svg +1 -1
- package/dist/ix-icons/svg/apps.svg +1 -1
- package/dist/ix-icons/svg/archive-document-filled.svg +1 -0
- package/dist/ix-icons/svg/archive-document.svg +1 -0
- package/dist/ix-icons/svg/areachart.svg +1 -0
- package/dist/ix-icons/svg/arrow-diagonal-bottom-left.svg +1 -1
- package/dist/ix-icons/svg/arrow-diagonal-bottom-right.svg +1 -1
- package/dist/ix-icons/svg/arrow-diagonal-top-left.svg +1 -1
- package/dist/ix-icons/svg/arrow-diagonal-top-right.svg +1 -1
- package/dist/ix-icons/svg/arrow-down-right.svg +1 -1
- package/dist/ix-icons/svg/arrow-down.svg +1 -1
- package/dist/ix-icons/svg/arrow-left.svg +1 -1
- package/dist/ix-icons/svg/arrow-right-down.svg +1 -1
- package/dist/ix-icons/svg/arrow-right.svg +1 -1
- package/dist/ix-icons/svg/arrow-up-left.svg +1 -0
- package/dist/ix-icons/svg/arrow-up.svg +1 -1
- package/dist/ix-icons/svg/aspects-filled.svg +1 -0
- package/dist/ix-icons/svg/aspects.svg +1 -0
- package/dist/ix-icons/svg/asset-indoor.svg +1 -0
- package/dist/ix-icons/svg/asset-network-filled.svg +1 -0
- package/dist/ix-icons/svg/asset-network.svg +1 -0
- package/dist/ix-icons/svg/asset-outdoor.svg +1 -0
- package/dist/ix-icons/svg/asterisk.svg +1 -0
- package/dist/ix-icons/svg/attach.svg +1 -1
- package/dist/ix-icons/svg/attachment-upload.svg +1 -1
- package/dist/ix-icons/svg/audio-description1.svg +1 -1
- package/dist/ix-icons/svg/audio-description2.svg +1 -1
- package/dist/ix-icons/svg/audit-report.svg +1 -1
- package/dist/ix-icons/svg/average.svg +1 -1
- package/dist/ix-icons/svg/axes-synchronous.svg +1 -0
- package/dist/ix-icons/svg/axis-positioning.svg +1 -0
- package/dist/ix-icons/svg/axis-rotation.svg +1 -0
- package/dist/ix-icons/svg/backup-filled.svg +1 -1
- package/dist/ix-icons/svg/backup.svg +1 -1
- package/dist/ix-icons/svg/bar-code.svg +1 -1
- package/dist/ix-icons/svg/barchart-horizontal.svg +1 -0
- package/dist/ix-icons/svg/barchart.svg +1 -1
- package/dist/ix-icons/svg/battery-charge.svg +1 -0
- package/dist/ix-icons/svg/battery-check.svg +1 -1
- package/dist/ix-icons/svg/battery-empty-question.svg +1 -1
- package/dist/ix-icons/svg/battery-empty.svg +1 -1
- package/dist/ix-icons/svg/battery-exclamation.svg +1 -1
- package/dist/ix-icons/svg/battery-full-check.svg +1 -1
- package/dist/ix-icons/svg/battery-full.svg +1 -1
- package/dist/ix-icons/svg/battery-half.svg +1 -1
- package/dist/ix-icons/svg/battery-low.svg +1 -1
- package/dist/ix-icons/svg/battery-quarter.svg +1 -1
- package/dist/ix-icons/svg/battery-slash.svg +1 -1
- package/dist/ix-icons/svg/battery-three-quarter.svg +1 -1
- package/dist/ix-icons/svg/battery-upright-charge.svg +1 -0
- package/dist/ix-icons/svg/battery-upright-check.svg +1 -1
- package/dist/ix-icons/svg/battery-upright-empty.svg +1 -1
- package/dist/ix-icons/svg/battery-upright-exclamation.svg +1 -1
- package/dist/ix-icons/svg/battery-upright-full-check.svg +1 -1
- package/dist/ix-icons/svg/battery-upright-full.svg +1 -1
- package/dist/ix-icons/svg/battery-upright-half.svg +1 -1
- package/dist/ix-icons/svg/battery-upright-low.svg +1 -1
- package/dist/ix-icons/svg/battery-upright-quarter.svg +1 -1
- package/dist/ix-icons/svg/battery-upright-question.svg +1 -1
- package/dist/ix-icons/svg/battery-upright-slash.svg +1 -1
- package/dist/ix-icons/svg/battery-upright-three-quarter.svg +1 -1
- package/dist/ix-icons/svg/battery-upright-xmark.svg +1 -1
- package/dist/ix-icons/svg/battery-xmark.svg +1 -1
- package/dist/ix-icons/svg/bezier-curve.svg +1 -1
- package/dist/ix-icons/svg/bilibili-logo.svg +1 -0
- package/dist/ix-icons/svg/binoculars-filled.svg +1 -1
- package/dist/ix-icons/svg/binoculars.svg +1 -1
- package/dist/ix-icons/svg/blazor.svg +1 -1
- package/dist/ix-icons/svg/book.svg +1 -1
- package/dist/ix-icons/svg/bookmark-filled.svg +1 -1
- package/dist/ix-icons/svg/bookmark.svg +1 -1
- package/dist/ix-icons/svg/boundary-signals.svg +1 -1
- package/dist/ix-icons/svg/box-closed.svg +1 -1
- package/dist/ix-icons/svg/box-ipc-fail.svg +1 -1
- package/dist/ix-icons/svg/box-ipc-question.svg +1 -1
- package/dist/ix-icons/svg/box-ipc-success.svg +1 -1
- package/dist/ix-icons/svg/box-ipc.svg +1 -1
- package/dist/ix-icons/svg/box-open.svg +1 -1
- package/dist/ix-icons/svg/box-plot-filled.svg +1 -0
- package/dist/ix-icons/svg/box-plot.svg +1 -0
- package/dist/ix-icons/svg/bring-forward.svg +1 -0
- package/dist/ix-icons/svg/bring-to-front.svg +1 -0
- package/dist/ix-icons/svg/brush.svg +1 -0
- package/dist/ix-icons/svg/bug-filled.svg +1 -1
- package/dist/ix-icons/svg/bug-runtime-filled.svg +1 -0
- package/dist/ix-icons/svg/bug-runtime.svg +1 -0
- package/dist/ix-icons/svg/bug.svg +1 -1
- package/dist/ix-icons/svg/building-block-filled.svg +1 -0
- package/dist/ix-icons/svg/building-block.svg +1 -0
- package/dist/ix-icons/svg/building1-filled.svg +1 -1
- package/dist/ix-icons/svg/building1.svg +1 -1
- package/dist/ix-icons/svg/building2-filled.svg +1 -1
- package/dist/ix-icons/svg/building2.svg +1 -1
- package/dist/ix-icons/svg/bulb-filled.svg +1 -1
- package/dist/ix-icons/svg/bulb.svg +1 -1
- package/dist/ix-icons/svg/calculator.svg +1 -1
- package/dist/ix-icons/svg/calendar-day-filled.svg +1 -0
- package/dist/ix-icons/svg/calendar-day.svg +1 -0
- package/dist/ix-icons/svg/calendar-filled.svg +1 -1
- package/dist/ix-icons/svg/calendar-settings.svg +1 -1
- package/dist/ix-icons/svg/calendar-week-filled.svg +1 -0
- package/dist/ix-icons/svg/calendar-week.svg +1 -0
- package/dist/ix-icons/svg/calendar.svg +1 -1
- package/dist/ix-icons/svg/cam-disk-10k.svg +1 -0
- package/dist/ix-icons/svg/cam-disk-600-seg.svg +1 -0
- package/dist/ix-icons/svg/cam-disk-6k-seg.svg +1 -0
- package/dist/ix-icons/svg/cam-disk.svg +1 -0
- package/dist/ix-icons/svg/cam-track.svg +1 -0
- package/dist/ix-icons/svg/cam.svg +1 -0
- package/dist/ix-icons/svg/cancel.svg +1 -1
- package/dist/ix-icons/svg/cancelled.svg +1 -1
- package/dist/ix-icons/svg/capacity-check-filled.svg +1 -0
- package/dist/ix-icons/svg/capacity-check.svg +1 -0
- package/dist/ix-icons/svg/capacity-filled.svg +1 -1
- package/dist/ix-icons/svg/capacity-locked-filled.svg +1 -0
- package/dist/ix-icons/svg/capacity-locked.svg +1 -0
- package/dist/ix-icons/svg/capacity-pen-filled.svg +1 -0
- package/dist/ix-icons/svg/capacity-pen.svg +1 -0
- package/dist/ix-icons/svg/capacity.svg +1 -1
- package/dist/ix-icons/svg/capture.svg +1 -1
- package/dist/ix-icons/svg/car-filled.svg +1 -1
- package/dist/ix-icons/svg/car.svg +1 -1
- package/dist/ix-icons/svg/card-layout-filled.svg +1 -1
- package/dist/ix-icons/svg/card-layout.svg +1 -1
- package/dist/ix-icons/svg/certificate-error-filled.svg +1 -1
- package/dist/ix-icons/svg/certificate-error.svg +1 -1
- package/dist/ix-icons/svg/certificate-exclamation-filled.svg +1 -1
- package/dist/ix-icons/svg/certificate-exclamation.svg +1 -1
- package/dist/ix-icons/svg/certificate-success-filled.svg +1 -1
- package/dist/ix-icons/svg/certificate-success.svg +1 -1
- package/dist/ix-icons/svg/certificate.svg +1 -0
- package/dist/ix-icons/svg/chain-alternative.svg +1 -0
- package/dist/ix-icons/svg/chain-parallel.svg +1 -0
- package/dist/ix-icons/svg/chain-step.svg +1 -0
- package/dist/ix-icons/svg/chart-cursor.svg +1 -1
- package/dist/ix-icons/svg/chart-curve-linear.svg +1 -1
- package/dist/ix-icons/svg/chart-curve-spline.svg +1 -1
- package/dist/ix-icons/svg/chart-curve-stepped.svg +1 -1
- package/dist/ix-icons/svg/chart-diagram-add.svg +1 -1
- package/dist/ix-icons/svg/chart-diagram.svg +1 -1
- package/dist/ix-icons/svg/chart-diagrams.svg +1 -1
- package/dist/ix-icons/svg/chart-duration-curve.svg +1 -0
- package/dist/ix-icons/svg/chart-error-bar.svg +1 -0
- package/dist/ix-icons/svg/chart-labels-filled.svg +1 -1
- package/dist/ix-icons/svg/chart-labels.svg +1 -1
- package/dist/ix-icons/svg/chart-types-filled.svg +1 -0
- package/dist/ix-icons/svg/chart-types.svg +1 -0
- package/dist/ix-icons/svg/chart-value-horizontal.svg +1 -0
- package/dist/ix-icons/svg/chart-value-vertical.svg +1 -0
- package/dist/ix-icons/svg/check-in.svg +1 -1
- package/dist/ix-icons/svg/check-out.svg +1 -1
- package/dist/ix-icons/svg/check.svg +1 -1
- package/dist/ix-icons/svg/checkbox-empty-filled.svg +1 -0
- package/dist/ix-icons/svg/checkbox-empty.svg +1 -0
- package/dist/ix-icons/svg/checkbox-filled.svg +1 -1
- package/dist/ix-icons/svg/checkbox-mixed-filled.svg +1 -0
- package/dist/ix-icons/svg/checkbox-mixed.svg +1 -0
- package/dist/ix-icons/svg/checkbox.svg +1 -1
- package/dist/ix-icons/svg/checkboxes-empty-filled.svg +1 -0
- package/dist/ix-icons/svg/checkboxes-empty.svg +1 -0
- package/dist/ix-icons/svg/checkboxes-filled.svg +1 -1
- package/dist/ix-icons/svg/checkboxes.svg +1 -1
- package/dist/ix-icons/svg/chevron-down-bar-small.svg +1 -1
- package/dist/ix-icons/svg/chevron-down-bar.svg +1 -1
- package/dist/ix-icons/svg/chevron-down-small.svg +1 -1
- package/dist/ix-icons/svg/chevron-down.svg +1 -1
- package/dist/ix-icons/svg/chevron-left-bar-small.svg +1 -1
- package/dist/ix-icons/svg/chevron-left-bar.svg +1 -1
- package/dist/ix-icons/svg/chevron-left-small.svg +1 -1
- package/dist/ix-icons/svg/chevron-left.svg +1 -1
- package/dist/ix-icons/svg/chevron-right-bar-small.svg +1 -1
- package/dist/ix-icons/svg/chevron-right-bar.svg +1 -1
- package/dist/ix-icons/svg/chevron-right-small.svg +1 -1
- package/dist/ix-icons/svg/chevron-right.svg +1 -1
- package/dist/ix-icons/svg/chevron-up-bar-small.svg +1 -1
- package/dist/ix-icons/svg/chevron-up-bar.svg +1 -1
- package/dist/ix-icons/svg/chevron-up-small.svg +1 -1
- package/dist/ix-icons/svg/chevron-up.svg +1 -1
- package/dist/ix-icons/svg/circle-dot-filled.svg +1 -1
- package/dist/ix-icons/svg/circle-dot.svg +1 -1
- package/dist/ix-icons/svg/circle-filled.svg +1 -1
- package/dist/ix-icons/svg/circle-pause-filled.svg +1 -1
- package/dist/ix-icons/svg/circle-pause.svg +1 -1
- package/dist/ix-icons/svg/circle-play-filled.svg +1 -1
- package/dist/ix-icons/svg/circle-play.svg +1 -1
- package/dist/ix-icons/svg/circle-stop-filled.svg +1 -1
- package/dist/ix-icons/svg/circle-stop.svg +1 -1
- package/dist/ix-icons/svg/circle.svg +1 -1
- package/dist/ix-icons/svg/clear-filter-filled.svg +1 -1
- package/dist/ix-icons/svg/clear-filter.svg +1 -1
- package/dist/ix-icons/svg/clear.svg +1 -1
- package/dist/ix-icons/svg/client-interface.svg +1 -0
- package/dist/ix-icons/svg/clipboard-filled.svg +1 -0
- package/dist/ix-icons/svg/clipboard.svg +1 -0
- package/dist/ix-icons/svg/clock-filled.svg +1 -1
- package/dist/ix-icons/svg/clock-person.svg +1 -0
- package/dist/ix-icons/svg/clock.svg +1 -1
- package/dist/ix-icons/svg/close-small.svg +1 -1
- package/dist/ix-icons/svg/close.svg +1 -1
- package/dist/ix-icons/svg/cloud-cancelled-filled.svg +1 -0
- package/dist/ix-icons/svg/cloud-cancelled.svg +1 -0
- package/dist/ix-icons/svg/cloud-download-add-filled.svg +1 -1
- package/dist/ix-icons/svg/cloud-download-add.svg +1 -1
- package/dist/ix-icons/svg/cloud-download-filled.svg +1 -1
- package/dist/ix-icons/svg/cloud-download-list-filled.svg +1 -1
- package/dist/ix-icons/svg/cloud-download-list.svg +1 -1
- package/dist/ix-icons/svg/cloud-download.svg +1 -1
- package/dist/ix-icons/svg/cloud-fail-filled.svg +1 -1
- package/dist/ix-icons/svg/cloud-fail.svg +1 -1
- package/dist/ix-icons/svg/cloud-filled.svg +1 -1
- package/dist/ix-icons/svg/cloud-new-filled.svg +1 -1
- package/dist/ix-icons/svg/cloud-new.svg +1 -1
- package/dist/ix-icons/svg/cloud-rain-filled.svg +1 -0
- package/dist/ix-icons/svg/cloud-rain.svg +1 -0
- package/dist/ix-icons/svg/cloud-snow-filled.svg +1 -0
- package/dist/ix-icons/svg/cloud-snow.svg +1 -0
- package/dist/ix-icons/svg/cloud-success-filled.svg +1 -1
- package/dist/ix-icons/svg/cloud-success.svg +1 -1
- package/dist/ix-icons/svg/cloud-thunder-filled.svg +1 -0
- package/dist/ix-icons/svg/cloud-thunder.svg +1 -0
- package/dist/ix-icons/svg/cloud-upload-filled.svg +1 -1
- package/dist/ix-icons/svg/cloud-upload.svg +1 -1
- package/dist/ix-icons/svg/cloud.svg +1 -1
- package/dist/ix-icons/svg/code-document-check.svg +1 -0
- package/dist/ix-icons/svg/code-function.svg +1 -0
- package/dist/ix-icons/svg/code-script.svg +1 -0
- package/dist/ix-icons/svg/code.svg +1 -1
- package/dist/ix-icons/svg/coffee-empty-filled.svg +1 -1
- package/dist/ix-icons/svg/coffee-empty.svg +1 -1
- package/dist/ix-icons/svg/coffee-filled.svg +1 -1
- package/dist/ix-icons/svg/coffee.svg +1 -1
- package/dist/ix-icons/svg/cogwheel-filled.svg +1 -1
- package/dist/ix-icons/svg/cogwheel.svg +1 -1
- package/dist/ix-icons/svg/coin-filled.svg +1 -0
- package/dist/ix-icons/svg/coin-stack-filled.svg +1 -0
- package/dist/ix-icons/svg/coin-stack.svg +1 -0
- package/dist/ix-icons/svg/coin.svg +1 -0
- package/dist/ix-icons/svg/coins-filled.svg +1 -0
- package/dist/ix-icons/svg/coins.svg +1 -0
- package/dist/ix-icons/svg/collapse-all.svg +1 -0
- package/dist/ix-icons/svg/combine.svg +1 -1
- package/dist/ix-icons/svg/command-line-filled.svg +1 -0
- package/dist/ix-icons/svg/command-line.svg +1 -0
- package/dist/ix-icons/svg/comment-alt-filled.svg +1 -0
- package/dist/ix-icons/svg/comment-alt.svg +1 -0
- package/dist/ix-icons/svg/communication-filled.svg +1 -0
- package/dist/ix-icons/svg/communication.svg +1 -0
- package/dist/ix-icons/svg/compact-disc-filled.svg +1 -1
- package/dist/ix-icons/svg/compact-disc.svg +1 -1
- package/dist/ix-icons/svg/compare.svg +1 -1
- package/dist/ix-icons/svg/compound-block.svg +1 -1
- package/dist/ix-icons/svg/configuration-safety.svg +1 -0
- package/dist/ix-icons/svg/configuration.svg +1 -1
- package/dist/ix-icons/svg/configure-filled.svg +1 -1
- package/dist/ix-icons/svg/configure.svg +1 -1
- package/dist/ix-icons/svg/connected-circle-filled.svg +1 -0
- package/dist/ix-icons/svg/connected-circle.svg +1 -0
- package/dist/ix-icons/svg/connected.svg +1 -1
- package/dist/ix-icons/svg/connection-bulb.svg +1 -0
- package/dist/ix-icons/svg/connection-fail.svg +1 -0
- package/dist/ix-icons/svg/connection-local.svg +1 -0
- package/dist/ix-icons/svg/connection-signal.svg +1 -0
- package/dist/ix-icons/svg/connection-success.svg +1 -0
- package/dist/ix-icons/svg/connections-settings.svg +1 -0
- package/dist/ix-icons/svg/connections.svg +1 -0
- package/dist/ix-icons/svg/connectivity.svg +1 -0
- package/dist/ix-icons/svg/connector-chart-filled.svg +1 -1
- package/dist/ix-icons/svg/connector-chart.svg +1 -1
- package/dist/ix-icons/svg/connector-filled.svg +1 -1
- package/dist/ix-icons/svg/connector-hex-filled.svg +1 -1
- package/dist/ix-icons/svg/connector-hex.svg +1 -1
- package/dist/ix-icons/svg/connector-rect-filled.svg +1 -1
- package/dist/ix-icons/svg/connector-rect.svg +1 -1
- package/dist/ix-icons/svg/connector-rhomb-filled.svg +1 -1
- package/dist/ix-icons/svg/connector-rhomb.svg +1 -1
- package/dist/ix-icons/svg/connector.svg +1 -1
- package/dist/ix-icons/svg/consistency-check.svg +1 -1
- package/dist/ix-icons/svg/contact-details-filled.svg +1 -1
- package/dist/ix-icons/svg/contact-details.svg +1 -1
- package/dist/ix-icons/svg/context-menu.svg +1 -1
- package/dist/ix-icons/svg/control-button.svg +1 -0
- package/dist/ix-icons/svg/control-checkbox.svg +1 -0
- package/dist/ix-icons/svg/control-io-field.svg +1 -0
- package/dist/ix-icons/svg/control-label.svg +1 -0
- package/dist/ix-icons/svg/control-list-box.svg +1 -0
- package/dist/ix-icons/svg/control-radiobutton.svg +1 -0
- package/dist/ix-icons/svg/control-select.svg +1 -0
- package/dist/ix-icons/svg/control-slider.svg +1 -0
- package/dist/ix-icons/svg/control-spinner.svg +1 -0
- package/dist/ix-icons/svg/control-switch.svg +1 -0
- package/dist/ix-icons/svg/control-text-button.svg +1 -0
- package/dist/ix-icons/svg/control-textbox.svg +1 -0
- package/dist/ix-icons/svg/control-touch-area.svg +1 -0
- package/dist/ix-icons/svg/control-value-bar.svg +1 -0
- package/dist/ix-icons/svg/controlled-device.svg +1 -1
- package/dist/ix-icons/svg/controller-device-safety.svg +1 -0
- package/dist/ix-icons/svg/controller-device.svg +1 -1
- package/dist/ix-icons/svg/conversation-filled.svg +1 -0
- package/dist/ix-icons/svg/conversation.svg +1 -0
- package/dist/ix-icons/svg/copy-filled.svg +1 -1
- package/dist/ix-icons/svg/copy.svg +1 -1
- package/dist/ix-icons/svg/couch-filled.svg +1 -1
- package/dist/ix-icons/svg/couch.svg +1 -1
- package/dist/ix-icons/svg/counter.svg +1 -1
- package/dist/ix-icons/svg/create-plant-filled.svg +1 -1
- package/dist/ix-icons/svg/create-plant.svg +1 -1
- package/dist/ix-icons/svg/crosshairs-filled.svg +1 -1
- package/dist/ix-icons/svg/crosshairs.svg +1 -1
- package/dist/ix-icons/svg/customer-filled.svg +1 -1
- package/dist/ix-icons/svg/customer.svg +1 -1
- package/dist/ix-icons/svg/cut-filled.svg +1 -1
- package/dist/ix-icons/svg/cut.svg +1 -1
- package/dist/ix-icons/svg/cycle-alt.svg +1 -0
- package/dist/ix-icons/svg/cycle.svg +1 -1
- package/dist/ix-icons/svg/dashboard-filled.svg +1 -0
- package/dist/ix-icons/svg/dashboard-pen-filled.svg +1 -0
- package/dist/ix-icons/svg/dashboard-pen.svg +1 -0
- package/dist/ix-icons/svg/dashboard.svg +1 -0
- package/dist/ix-icons/svg/data-egress.svg +1 -1
- package/dist/ix-icons/svg/data-ingress-egress.svg +1 -1
- package/dist/ix-icons/svg/data-ingress.svg +1 -1
- package/dist/ix-icons/svg/data-management-filled.svg +1 -0
- package/dist/ix-icons/svg/data-management.svg +1 -0
- package/dist/ix-icons/svg/data-type-boolean.svg +1 -0
- package/dist/ix-icons/svg/data-type-double.svg +1 -0
- package/dist/ix-icons/svg/data-type-enum.svg +1 -0
- package/dist/ix-icons/svg/data-type-integer.svg +1 -0
- package/dist/ix-icons/svg/data-type-string-list.svg +1 -0
- package/dist/ix-icons/svg/data-type-string.svg +1 -0
- package/dist/ix-icons/svg/database-arrow-left.svg +1 -0
- package/dist/ix-icons/svg/database-filled.svg +1 -1
- package/dist/ix-icons/svg/database-safety.svg +1 -0
- package/dist/ix-icons/svg/database.svg +1 -1
- package/dist/ix-icons/svg/details.svg +1 -1
- package/dist/ix-icons/svg/device-driver.svg +1 -1
- package/dist/ix-icons/svg/device-fan.svg +1 -1
- package/dist/ix-icons/svg/device-manager.svg +1 -0
- package/dist/ix-icons/svg/device-play-filled.svg +1 -0
- package/dist/ix-icons/svg/device-play.svg +1 -0
- package/dist/ix-icons/svg/device-view-flat.svg +1 -0
- package/dist/ix-icons/svg/device-view-hierarchical.svg +1 -0
- package/dist/ix-icons/svg/diagram-module-library.svg +1 -1
- package/dist/ix-icons/svg/diagram-module-new.svg +1 -1
- package/dist/ix-icons/svg/diagram-module.svg +1 -1
- package/dist/ix-icons/svg/diamond.svg +1 -1
- package/dist/ix-icons/svg/disconnected-circle-filled.svg +1 -0
- package/dist/ix-icons/svg/disconnected-circle.svg +1 -0
- package/dist/ix-icons/svg/disconnected.svg +1 -1
- package/dist/ix-icons/svg/disk-filled.svg +1 -1
- package/dist/ix-icons/svg/disk-pen.svg +1 -1
- package/dist/ix-icons/svg/disk.svg +1 -1
- package/dist/ix-icons/svg/distribute-objects-horizontally.svg +1 -0
- package/dist/ix-icons/svg/distribute-objects-vertically.svg +1 -0
- package/dist/ix-icons/svg/distribution.svg +1 -1
- package/dist/ix-icons/svg/doc-document.svg +1 -1
- package/dist/ix-icons/svg/document-bulk.svg +1 -1
- package/dist/ix-icons/svg/document-code-filled.svg +1 -0
- package/dist/ix-icons/svg/document-code.svg +1 -0
- package/dist/ix-icons/svg/document-fail.svg +1 -1
- package/dist/ix-icons/svg/document-filled.svg +1 -0
- package/dist/ix-icons/svg/document-info.svg +1 -1
- package/dist/ix-icons/svg/document-link.svg +1 -1
- package/dist/ix-icons/svg/document-management.svg +1 -1
- package/dist/ix-icons/svg/document-mapping-filled.svg +1 -0
- package/dist/ix-icons/svg/document-mapping.svg +1 -0
- package/dist/ix-icons/svg/document-plus-minus-filled.svg +1 -0
- package/dist/ix-icons/svg/document-plus-minus.svg +1 -0
- package/dist/ix-icons/svg/document-program-filled.svg +1 -0
- package/dist/ix-icons/svg/document-program.svg +1 -0
- package/dist/ix-icons/svg/document-reference.svg +1 -1
- package/dist/ix-icons/svg/document-settings.svg +1 -1
- package/dist/ix-icons/svg/document-success.svg +1 -1
- package/dist/ix-icons/svg/document.svg +1 -1
- package/dist/ix-icons/svg/double-check.svg +1 -1
- package/dist/ix-icons/svg/double-chevron-down.svg +1 -1
- package/dist/ix-icons/svg/double-chevron-left.svg +1 -1
- package/dist/ix-icons/svg/double-chevron-right.svg +1 -1
- package/dist/ix-icons/svg/double-chevron-up.svg +1 -1
- package/dist/ix-icons/svg/doublet-filled.svg +1 -1
- package/dist/ix-icons/svg/doublet.svg +1 -1
- package/dist/ix-icons/svg/doughnutchart-filled.svg +1 -0
- package/dist/ix-icons/svg/doughnutchart.svg +1 -0
- package/dist/ix-icons/svg/download-add.svg +1 -1
- package/dist/ix-icons/svg/download-delta.svg +1 -0
- package/dist/ix-icons/svg/download-full.svg +1 -0
- package/dist/ix-icons/svg/download-list.svg +1 -1
- package/dist/ix-icons/svg/download.svg +1 -1
- package/dist/ix-icons/svg/downtime.svg +1 -0
- package/dist/ix-icons/svg/drag-and-drop.svg +1 -1
- package/dist/ix-icons/svg/drag-gripper.svg +1 -1
- package/dist/ix-icons/svg/draw-circle-arc.svg +1 -0
- package/dist/ix-icons/svg/draw-circle-segment.svg +1 -0
- package/dist/ix-icons/svg/draw-circle.svg +1 -0
- package/dist/ix-icons/svg/draw-ellipse-segment.svg +1 -0
- package/dist/ix-icons/svg/drawer-documents.svg +1 -0
- package/dist/ix-icons/svg/drawing-document-filled.svg +1 -0
- package/dist/ix-icons/svg/drawing-document.svg +1 -0
- package/dist/ix-icons/svg/drive-safety.svg +1 -0
- package/dist/ix-icons/svg/drive.svg +1 -0
- package/dist/ix-icons/svg/drop-zone.svg +1 -1
- package/dist/ix-icons/svg/drop.svg +1 -1
- package/dist/ix-icons/svg/duplicate-document.svg +1 -1
- package/dist/ix-icons/svg/duplicate-filled.svg +1 -1
- package/dist/ix-icons/svg/duplicate.svg +1 -1
- package/dist/ix-icons/svg/e-mail-filled.svg +1 -1
- package/dist/ix-icons/svg/e-mail.svg +1 -1
- package/dist/ix-icons/svg/earth-filled.svg +1 -1
- package/dist/ix-icons/svg/earth.svg +1 -1
- package/dist/ix-icons/svg/edit-document-filled.svg +1 -1
- package/dist/ix-icons/svg/edit-document.svg +1 -1
- package/dist/ix-icons/svg/edit-plant-filled.svg +1 -0
- package/dist/ix-icons/svg/edit-plant.svg +1 -1
- package/dist/ix-icons/svg/editor-grid-dots.svg +1 -0
- package/dist/ix-icons/svg/editor-grid-lines.svg +1 -0
- package/dist/ix-icons/svg/editor-grid-magnet.svg +1 -0
- package/dist/ix-icons/svg/editor-grid-none.svg +1 -0
- package/dist/ix-icons/svg/editor-grid.svg +1 -0
- package/dist/ix-icons/svg/editor-guide-lines-magnet.svg +1 -0
- package/dist/ix-icons/svg/editor-guides.svg +1 -0
- package/dist/ix-icons/svg/editor-resources.svg +1 -0
- package/dist/ix-icons/svg/electrical-energy-filled.svg +1 -1
- package/dist/ix-icons/svg/electrical-energy.svg +1 -1
- package/dist/ix-icons/svg/element-filled.svg +1 -0
- package/dist/ix-icons/svg/element.svg +1 -0
- package/dist/ix-icons/svg/ellipse-arc.svg +1 -1
- package/dist/ix-icons/svg/ellipse-filled.svg +1 -1
- package/dist/ix-icons/svg/ellipse.svg +1 -1
- package/dist/ix-icons/svg/email-document-filled.svg +1 -0
- package/dist/ix-icons/svg/email-document.svg +1 -0
- package/dist/ix-icons/svg/emergency-stop-filled.svg +1 -0
- package/dist/ix-icons/svg/emergency-stop.svg +1 -0
- package/dist/ix-icons/svg/emote-happy-filled.svg +1 -0
- package/dist/ix-icons/svg/emote-happy.svg +1 -0
- package/dist/ix-icons/svg/emote-neutral-filled.svg +1 -0
- package/dist/ix-icons/svg/emote-neutral.svg +1 -0
- package/dist/ix-icons/svg/emote-sad-filled.svg +1 -0
- package/dist/ix-icons/svg/emote-sad.svg +1 -0
- package/dist/ix-icons/svg/error-filled.svg +1 -1
- package/dist/ix-icons/svg/error-multiple-filled.svg +1 -0
- package/dist/ix-icons/svg/error-multiple.svg +1 -0
- package/dist/ix-icons/svg/error.svg +1 -1
- package/dist/ix-icons/svg/exclamation-mark.svg +1 -0
- package/dist/ix-icons/svg/expand-all.svg +1 -0
- package/dist/ix-icons/svg/explore-filled.svg +1 -1
- package/dist/ix-icons/svg/explore.svg +1 -1
- package/dist/ix-icons/svg/export-check.svg +1 -0
- package/dist/ix-icons/svg/export-failed.svg +1 -0
- package/dist/ix-icons/svg/export-progress.svg +1 -0
- package/dist/ix-icons/svg/export.svg +1 -1
- package/dist/ix-icons/svg/extension.svg +1 -0
- package/dist/ix-icons/svg/external-encoder.svg +1 -0
- package/dist/ix-icons/svg/eye-cancelled-filled.svg +1 -1
- package/dist/ix-icons/svg/eye-cancelled.svg +1 -1
- package/dist/ix-icons/svg/eye-dropper.svg +1 -0
- package/dist/ix-icons/svg/eye-filled.svg +1 -1
- package/dist/ix-icons/svg/eye-focus.svg +1 -0
- package/dist/ix-icons/svg/eye-magnifying-glass.svg +1 -0
- package/dist/ix-icons/svg/eye.svg +1 -1
- package/dist/ix-icons/svg/facebook-logo.svg +1 -0
- package/dist/ix-icons/svg/faceplate-container.svg +1 -0
- package/dist/ix-icons/svg/factory-reset-filled.svg +1 -1
- package/dist/ix-icons/svg/factory-reset.svg +1 -1
- package/dist/ix-icons/svg/fast-forward-filled.svg +1 -0
- package/dist/ix-icons/svg/fast-forward.svg +1 -0
- package/dist/ix-icons/svg/feedback-filled.svg +1 -0
- package/dist/ix-icons/svg/feedback.svg +1 -0
- package/dist/ix-icons/svg/filter-filled.svg +1 -1
- package/dist/ix-icons/svg/filter-update.svg +1 -0
- package/dist/ix-icons/svg/filter.svg +1 -1
- package/dist/ix-icons/svg/firmware.svg +1 -1
- package/dist/ix-icons/svg/fit-to-screen.svg +1 -1
- package/dist/ix-icons/svg/flag-alt-filled.svg +1 -0
- package/dist/ix-icons/svg/flag-alt.svg +1 -0
- package/dist/ix-icons/svg/flag-filled.svg +1 -1
- package/dist/ix-icons/svg/flag.svg +1 -1
- package/dist/ix-icons/svg/flare.svg +1 -0
- package/dist/ix-icons/svg/flashing.svg +1 -1
- package/dist/ix-icons/svg/flow-physically.svg +1 -0
- package/dist/ix-icons/svg/folder-application-screen.svg +1 -0
- package/dist/ix-icons/svg/folder-collapse-all.svg +1 -0
- package/dist/ix-icons/svg/folder-down-filled.svg +1 -1
- package/dist/ix-icons/svg/folder-down.svg +1 -1
- package/dist/ix-icons/svg/folder-expand-all.svg +1 -0
- package/dist/ix-icons/svg/folder-filled.svg +1 -1
- package/dist/ix-icons/svg/folder-new-filled.svg +1 -1
- package/dist/ix-icons/svg/folder-new.svg +1 -1
- package/dist/ix-icons/svg/folder-open-filled.svg +1 -1
- package/dist/ix-icons/svg/folder-open.svg +1 -1
- package/dist/ix-icons/svg/folder-tag.svg +1 -0
- package/dist/ix-icons/svg/folder-up-filled.svg +1 -1
- package/dist/ix-icons/svg/folder-up.svg +1 -1
- package/dist/ix-icons/svg/folder.svg +1 -1
- package/dist/ix-icons/svg/frames-filled.svg +1 -0
- package/dist/ix-icons/svg/frames.svg +1 -0
- package/dist/ix-icons/svg/full-screen-exit.svg +1 -1
- package/dist/ix-icons/svg/full-screen.svg +1 -1
- package/dist/ix-icons/svg/function-block-library.svg +1 -1
- package/dist/ix-icons/svg/function-block-new.svg +1 -1
- package/dist/ix-icons/svg/function-block-safety.svg +1 -0
- package/dist/ix-icons/svg/function-block.svg +1 -1
- package/dist/ix-icons/svg/function-diagram-new.svg +1 -1
- package/dist/ix-icons/svg/function-diagram.svg +1 -1
- package/dist/ix-icons/svg/ganttchart.svg +1 -0
- package/dist/ix-icons/svg/gauge-filled.svg +1 -1
- package/dist/ix-icons/svg/gauge.svg +1 -1
- package/dist/ix-icons/svg/gaugechart.svg +1 -1
- package/dist/ix-icons/svg/generic-device-alarm.svg +1 -0
- package/dist/ix-icons/svg/generic-device-brackets.svg +1 -0
- package/dist/ix-icons/svg/generic-device-cancelled.svg +1 -0
- package/dist/ix-icons/svg/generic-device-connected.svg +1 -0
- package/dist/ix-icons/svg/generic-device-dashed.svg +1 -0
- package/dist/ix-icons/svg/generic-device-disconnected.svg +1 -0
- package/dist/ix-icons/svg/generic-device-error.svg +1 -0
- package/dist/ix-icons/svg/generic-device-flare.svg +1 -0
- package/dist/ix-icons/svg/generic-device-forced-mode.svg +1 -0
- package/dist/ix-icons/svg/generic-device-incompatible.svg +1 -0
- package/dist/ix-icons/svg/generic-device-io-unavailable.svg +1 -0
- package/dist/ix-icons/svg/generic-device-lock.svg +1 -0
- package/dist/ix-icons/svg/generic-device-maintenance.svg +1 -0
- package/dist/ix-icons/svg/generic-device-pause.svg +1 -0
- package/dist/ix-icons/svg/generic-device-play.svg +1 -0
- package/dist/ix-icons/svg/generic-device-power-saving.svg +1 -0
- package/dist/ix-icons/svg/generic-device-published.svg +1 -0
- package/dist/ix-icons/svg/generic-device-question.svg +1 -0
- package/dist/ix-icons/svg/generic-device-refresh.svg +1 -0
- package/dist/ix-icons/svg/generic-device-reset.svg +1 -0
- package/dist/ix-icons/svg/generic-device-restart.svg +1 -0
- package/dist/ix-icons/svg/generic-device-rocket.svg +1 -0
- package/dist/ix-icons/svg/generic-device-safety.svg +1 -0
- package/dist/ix-icons/svg/generic-device-shield.svg +1 -0
- package/dist/ix-icons/svg/generic-device-shutdown.svg +1 -0
- package/dist/ix-icons/svg/generic-device-slash.svg +1 -0
- package/dist/ix-icons/svg/generic-device-software-alarm.svg +1 -0
- package/dist/ix-icons/svg/generic-device-standby.svg +1 -0
- package/dist/ix-icons/svg/generic-device-stop-userprogram.svg +1 -0
- package/dist/ix-icons/svg/generic-device-stop.svg +1 -0
- package/dist/ix-icons/svg/generic-device-success.svg +1 -0
- package/dist/ix-icons/svg/generic-device-synchronized.svg +1 -0
- package/dist/ix-icons/svg/generic-device-traffic.svg +1 -0
- package/dist/ix-icons/svg/generic-device.svg +1 -0
- package/dist/ix-icons/svg/github-logo.svg +1 -0
- package/dist/ix-icons/svg/glasses-play.svg +1 -0
- package/dist/ix-icons/svg/global-plant-filled.svg +1 -1
- package/dist/ix-icons/svg/global-plant.svg +1 -1
- package/dist/ix-icons/svg/globe-filled.svg +1 -1
- package/dist/ix-icons/svg/globe-tag.svg +1 -0
- package/dist/ix-icons/svg/globe.svg +1 -1
- package/dist/ix-icons/svg/goto.svg +1 -1
- package/dist/ix-icons/svg/graph-filled.svg +1 -0
- package/dist/ix-icons/svg/graph.svg +1 -0
- package/dist/ix-icons/svg/grid-pen.svg +1 -0
- package/dist/ix-icons/svg/group-objects.svg +1 -0
- package/dist/ix-icons/svg/group.svg +1 -1
- package/dist/ix-icons/svg/hand-filled.svg +1 -0
- package/dist/ix-icons/svg/hand.svg +1 -0
- package/dist/ix-icons/svg/handshake.svg +1 -1
- package/dist/ix-icons/svg/hard-disk-drive.svg +1 -1
- package/dist/ix-icons/svg/hard-reset.svg +1 -1
- package/dist/ix-icons/svg/hardware-cabinet.svg +1 -1
- package/dist/ix-icons/svg/hat-man-filled.svg +1 -0
- package/dist/ix-icons/svg/hat-man.svg +1 -0
- package/dist/ix-icons/svg/heading.svg +1 -1
- package/dist/ix-icons/svg/health-filled.svg +1 -1
- package/dist/ix-icons/svg/health.svg +1 -1
- package/dist/ix-icons/svg/heart-filled.svg +1 -1
- package/dist/ix-icons/svg/heart.svg +1 -1
- package/dist/ix-icons/svg/heat-map-chart-filled.svg +1 -0
- package/dist/ix-icons/svg/heat-map-chart.svg +1 -0
- package/dist/ix-icons/svg/height.svg +1 -1
- package/dist/ix-icons/svg/helmet-safety-filled.svg +1 -0
- package/dist/ix-icons/svg/helmet-safety.svg +1 -0
- package/dist/ix-icons/svg/hexagon-vertical-bars-database-filled.svg +1 -1
- package/dist/ix-icons/svg/hexagon-vertical-bars-database.svg +1 -1
- package/dist/ix-icons/svg/hexagon-vertical-bars-filled.svg +1 -1
- package/dist/ix-icons/svg/hexagon-vertical-bars.svg +1 -1
- package/dist/ix-icons/svg/hierarchy.svg +1 -1
- package/dist/ix-icons/svg/highlight-filled.svg +1 -1
- package/dist/ix-icons/svg/highlight.svg +1 -1
- package/dist/ix-icons/svg/history-list.svg +1 -1
- package/dist/ix-icons/svg/history.svg +1 -1
- package/dist/ix-icons/svg/home-filled.svg +1 -1
- package/dist/ix-icons/svg/home.svg +1 -1
- package/dist/ix-icons/svg/hourglass-empty.svg +1 -1
- package/dist/ix-icons/svg/hourglass-end.svg +1 -1
- package/dist/ix-icons/svg/hourglass-filled.svg +1 -1
- package/dist/ix-icons/svg/hourglass-start.svg +1 -1
- package/dist/ix-icons/svg/hourglass.svg +1 -1
- package/dist/ix-icons/svg/id-filled.svg +1 -0
- package/dist/ix-icons/svg/id.svg +1 -0
- package/dist/ix-icons/svg/image-filled.svg +1 -1
- package/dist/ix-icons/svg/image.svg +1 -1
- package/dist/ix-icons/svg/import-check.svg +1 -0
- package/dist/ix-icons/svg/import-failed.svg +1 -0
- package/dist/ix-icons/svg/import-progress.svg +1 -0
- package/dist/ix-icons/svg/import.svg +1 -1
- package/dist/ix-icons/svg/incompatible.svg +1 -0
- package/dist/ix-icons/svg/indicator-filled.svg +1 -0
- package/dist/ix-icons/svg/indicator.svg +1 -0
- package/dist/ix-icons/svg/info-feed.svg +1 -1
- package/dist/ix-icons/svg/info-filled.svg +1 -1
- package/dist/ix-icons/svg/info-multiple-filled.svg +1 -0
- package/dist/ix-icons/svg/info-multiple.svg +1 -0
- package/dist/ix-icons/svg/info.svg +1 -1
- package/dist/ix-icons/svg/ingestion-report.svg +1 -1
- package/dist/ix-icons/svg/ingestion.svg +1 -1
- package/dist/ix-icons/svg/ink-pen-add.svg +1 -0
- package/dist/ix-icons/svg/ink-pen-filled.svg +1 -0
- package/dist/ix-icons/svg/ink-pen.svg +1 -1
- package/dist/ix-icons/svg/inquiry-filled.svg +1 -1
- package/dist/ix-icons/svg/inquiry-mail.svg +1 -1
- package/dist/ix-icons/svg/inquiry.svg +1 -1
- package/dist/ix-icons/svg/instagram-logo.svg +1 -0
- package/dist/ix-icons/svg/interpreter-filled.svg +1 -0
- package/dist/ix-icons/svg/interpreter.svg +1 -0
- package/dist/ix-icons/svg/ipcs.svg +1 -1
- package/dist/ix-icons/svg/item-details-filled.svg +1 -1
- package/dist/ix-icons/svg/item-details.svg +1 -1
- package/dist/ix-icons/svg/java-script-connection.svg +1 -0
- package/dist/ix-icons/svg/java-script.svg +1 -0
- package/dist/ix-icons/svg/jigsaw-details-filled.svg +1 -0
- package/dist/ix-icons/svg/jigsaw-details.svg +1 -0
- package/dist/ix-icons/svg/jigsaw-filled.svg +1 -0
- package/dist/ix-icons/svg/jigsaw.svg +1 -0
- package/dist/ix-icons/svg/join.svg +1 -1
- package/dist/ix-icons/svg/json-document-filled.svg +1 -0
- package/dist/ix-icons/svg/json-document.svg +1 -0
- package/dist/ix-icons/svg/key.svg +1 -0
- package/dist/ix-icons/svg/keyboard-docked-bottom.svg +1 -0
- package/dist/ix-icons/svg/keyboard-floating.svg +1 -0
- package/dist/ix-icons/svg/keyboard-framed.svg +1 -0
- package/dist/ix-icons/svg/keyboard.svg +1 -0
- package/dist/ix-icons/svg/kinematics.svg +1 -0
- package/dist/ix-icons/svg/kpi-filled.svg +1 -0
- package/dist/ix-icons/svg/kpi.svg +1 -0
- package/dist/ix-icons/svg/label-filled.svg +1 -1
- package/dist/ix-icons/svg/label.svg +1 -1
- package/dist/ix-icons/svg/language-filled.svg +1 -1
- package/dist/ix-icons/svg/language.svg +1 -1
- package/dist/ix-icons/svg/layers-filled.svg +1 -1
- package/dist/ix-icons/svg/layers.svg +1 -1
- package/dist/ix-icons/svg/leading-axis-proxy.svg +1 -0
- package/dist/ix-icons/svg/leaf.svg +1 -1
- package/dist/ix-icons/svg/legal-circle-filled.svg +1 -0
- package/dist/ix-icons/svg/legal-circle.svg +1 -0
- package/dist/ix-icons/svg/legal.svg +1 -1
- package/dist/ix-icons/svg/library-new.svg +1 -1
- package/dist/ix-icons/svg/library.svg +1 -1
- package/dist/ix-icons/svg/license.svg +1 -1
- package/dist/ix-icons/svg/light-dark.svg +1 -1
- package/dist/ix-icons/svg/limits-cancelled.svg +1 -0
- package/dist/ix-icons/svg/limits-check.svg +1 -0
- package/dist/ix-icons/svg/line-cap-flat.svg +1 -0
- package/dist/ix-icons/svg/line-cap-round.svg +1 -0
- package/dist/ix-icons/svg/line-cap-square.svg +1 -0
- package/dist/ix-icons/svg/line-dash-dot-dot.svg +1 -0
- package/dist/ix-icons/svg/line-dash-dot.svg +1 -0
- package/dist/ix-icons/svg/line-dash.svg +1 -0
- package/dist/ix-icons/svg/line-diagonal.svg +1 -1
- package/dist/ix-icons/svg/line-dot.svg +1 -0
- package/dist/ix-icons/svg/line-solid.svg +1 -0
- package/dist/ix-icons/svg/linechart.svg +1 -0
- package/dist/ix-icons/svg/link-break.svg +1 -1
- package/dist/ix-icons/svg/link-diagonal.svg +1 -1
- package/dist/ix-icons/svg/link.svg +1 -1
- package/dist/ix-icons/svg/linkedin-logo.svg +1 -0
- package/dist/ix-icons/svg/list-add.svg +1 -0
- package/dist/ix-icons/svg/list-graphics-text.svg +1 -0
- package/dist/ix-icons/svg/list-graphics.svg +1 -0
- package/dist/ix-icons/svg/list-percentage.svg +1 -0
- package/dist/ix-icons/svg/list-remove.svg +1 -0
- package/dist/ix-icons/svg/list-sorted-alt.svg +1 -1
- package/dist/ix-icons/svg/list-sorted.svg +1 -1
- package/dist/ix-icons/svg/list-text.svg +1 -0
- package/dist/ix-icons/svg/list.svg +1 -1
- package/dist/ix-icons/svg/live-feed.svg +1 -0
- package/dist/ix-icons/svg/live-schedule.svg +1 -1
- package/dist/ix-icons/svg/location-filled.svg +1 -1
- package/dist/ix-icons/svg/location.svg +1 -1
- package/dist/ix-icons/svg/lock-check.svg +1 -0
- package/dist/ix-icons/svg/lock-filled.svg +1 -1
- package/dist/ix-icons/svg/lock-key-filled.svg +1 -1
- package/dist/ix-icons/svg/lock-key.svg +1 -1
- package/dist/ix-icons/svg/lock.svg +1 -1
- package/dist/ix-icons/svg/log-in.svg +1 -1
- package/dist/ix-icons/svg/log-out.svg +1 -1
- package/dist/ix-icons/svg/log.svg +1 -1
- package/dist/ix-icons/svg/logic-diagram.svg +1 -1
- package/dist/ix-icons/svg/longer.svg +1 -0
- package/dist/ix-icons/svg/lower-limit.svg +1 -1
- package/dist/ix-icons/svg/machine-a-filled.svg +1 -0
- package/dist/ix-icons/svg/machine-a.svg +1 -0
- package/dist/ix-icons/svg/machine-b-filled.svg +1 -0
- package/dist/ix-icons/svg/machine-b.svg +1 -0
- package/dist/ix-icons/svg/machine-c-filled.svg +1 -0
- package/dist/ix-icons/svg/machine-c.svg +1 -0
- package/dist/ix-icons/svg/magnet-cancelled.svg +1 -0
- package/dist/ix-icons/svg/magnet.svg +1 -0
- package/dist/ix-icons/svg/mail-alarm-analog.svg +1 -0
- package/dist/ix-icons/svg/mail-alarm-classes.svg +1 -0
- package/dist/ix-icons/svg/mail-alarm-discrete.svg +1 -0
- package/dist/ix-icons/svg/mail-filled.svg +1 -1
- package/dist/ix-icons/svg/mail.svg +1 -1
- package/dist/ix-icons/svg/maintenance-documents.svg +1 -1
- package/dist/ix-icons/svg/maintenance-filled.svg +1 -0
- package/dist/ix-icons/svg/maintenance-info-filled.svg +1 -0
- package/dist/ix-icons/svg/maintenance-info.svg +1 -1
- package/dist/ix-icons/svg/maintenance-octagon-filled.svg +1 -0
- package/dist/ix-icons/svg/maintenance-octagon.svg +1 -0
- package/dist/ix-icons/svg/maintenance-rhomb-filled.svg +1 -0
- package/dist/ix-icons/svg/maintenance-rhomb.svg +1 -0
- package/dist/ix-icons/svg/maintenance-square-filled.svg +1 -0
- package/dist/ix-icons/svg/maintenance-square.svg +1 -0
- package/dist/ix-icons/svg/maintenance-triangle-filled.svg +1 -0
- package/dist/ix-icons/svg/maintenance-triangle.svg +1 -0
- package/dist/ix-icons/svg/maintenance-warning-filled.svg +1 -1
- package/dist/ix-icons/svg/maintenance-warning.svg +1 -1
- package/dist/ix-icons/svg/maintenance.svg +1 -1
- package/dist/ix-icons/svg/mandatory-done.svg +1 -1
- package/dist/ix-icons/svg/mandatory.svg +1 -1
- package/dist/ix-icons/svg/map-alt-1-filled.svg +1 -0
- package/dist/ix-icons/svg/map-alt-1.svg +1 -0
- package/dist/ix-icons/svg/map-alt-2-filled.svg +1 -0
- package/dist/ix-icons/svg/map-alt-2.svg +1 -0
- package/dist/ix-icons/svg/map-alt-3-filled.svg +1 -0
- package/dist/ix-icons/svg/map-alt-3.svg +1 -0
- package/dist/ix-icons/svg/map.svg +1 -1
- package/dist/ix-icons/svg/mastodon-logo.svg +1 -0
- package/dist/ix-icons/svg/maximize.svg +1 -1
- package/dist/ix-icons/svg/measuring-input.svg +1 -0
- package/dist/ix-icons/svg/media-player.svg +1 -0
- package/dist/ix-icons/svg/microphone-filled.svg +1 -1
- package/dist/ix-icons/svg/microphone.svg +1 -1
- package/dist/ix-icons/svg/minimize.svg +1 -1
- package/dist/ix-icons/svg/minus.svg +1 -1
- package/dist/ix-icons/svg/missing-symbol.svg +1 -1
- package/dist/ix-icons/svg/mix.svg +1 -1
- package/dist/ix-icons/svg/mobile-phone-filled.svg +1 -0
- package/dist/ix-icons/svg/mobile-phone.svg +1 -0
- package/dist/ix-icons/svg/monitor-filled.svg +1 -1
- package/dist/ix-icons/svg/monitor-trend.svg +1 -1
- package/dist/ix-icons/svg/monitor.svg +1 -1
- package/dist/ix-icons/svg/monitoring-add.svg +1 -1
- package/dist/ix-icons/svg/monitoring.svg +1 -1
- package/dist/ix-icons/svg/monitorings.svg +1 -1
- package/dist/ix-icons/svg/moon-filled.svg +1 -1
- package/dist/ix-icons/svg/moon.svg +1 -1
- package/dist/ix-icons/svg/more-menu.svg +1 -1
- package/dist/ix-icons/svg/mouse-click-filled.svg +1 -1
- package/dist/ix-icons/svg/mouse-click.svg +1 -1
- package/dist/ix-icons/svg/mouse-select-filled.svg +1 -1
- package/dist/ix-icons/svg/mouse-select.svg +1 -1
- package/dist/ix-icons/svg/move-horizontally.svg +1 -0
- package/dist/ix-icons/svg/move-layer-down.svg +1 -0
- package/dist/ix-icons/svg/move-layer-up.svg +1 -0
- package/dist/ix-icons/svg/move-vertically.svg +1 -0
- package/dist/ix-icons/svg/move.svg +1 -1
- package/dist/ix-icons/svg/movie-filled.svg +1 -0
- package/dist/ix-icons/svg/movie.svg +1 -0
- package/dist/ix-icons/svg/mp4-document.svg +1 -1
- package/dist/ix-icons/svg/mqtt-filled.svg +1 -0
- package/dist/ix-icons/svg/mqtt.svg +1 -0
- package/dist/ix-icons/svg/music-note.svg +1 -0
- package/dist/ix-icons/svg/namur-check-function-filled.svg +1 -1
- package/dist/ix-icons/svg/namur-check-function.svg +1 -1
- package/dist/ix-icons/svg/namur-diagnostics-passive-filled.svg +1 -0
- package/dist/ix-icons/svg/namur-diagnostics-passive.svg +1 -0
- package/dist/ix-icons/svg/namur-failure-filled.svg +1 -1
- package/dist/ix-icons/svg/namur-failure.svg +1 -1
- package/dist/ix-icons/svg/namur-maintenance-required-filled.svg +1 -1
- package/dist/ix-icons/svg/namur-maintenance-required.svg +1 -1
- package/dist/ix-icons/svg/namur-ok-filled.svg +1 -1
- package/dist/ix-icons/svg/namur-ok.svg +1 -1
- package/dist/ix-icons/svg/namur-out-of-spec-filled.svg +1 -1
- package/dist/ix-icons/svg/namur-out-of-spec.svg +1 -1
- package/dist/ix-icons/svg/navigation-filled.svg +1 -1
- package/dist/ix-icons/svg/navigation-left-hide.svg +1 -0
- package/dist/ix-icons/svg/navigation-left.svg +1 -1
- package/dist/ix-icons/svg/navigation-right-hide.svg +1 -0
- package/dist/ix-icons/svg/navigation-right.svg +1 -1
- package/dist/ix-icons/svg/navigation.svg +1 -1
- package/dist/ix-icons/svg/network-device-filled.svg +1 -0
- package/dist/ix-icons/svg/network-device-play-filled.svg +1 -0
- package/dist/ix-icons/svg/network-device-play.svg +1 -0
- package/dist/ix-icons/svg/network-device.svg +1 -0
- package/dist/ix-icons/svg/network-wired-wireless.svg +1 -0
- package/dist/ix-icons/svg/network-wired.svg +1 -0
- package/dist/ix-icons/svg/no-filter-filled.svg +1 -1
- package/dist/ix-icons/svg/no-filter.svg +1 -1
- package/dist/ix-icons/svg/no-image.svg +1 -1
- package/dist/ix-icons/svg/note-filled.svg +1 -1
- package/dist/ix-icons/svg/note.svg +1 -1
- package/dist/ix-icons/svg/notebook-filled.svg +1 -0
- package/dist/ix-icons/svg/notebook.svg +1 -0
- package/dist/ix-icons/svg/notification-filled.svg +1 -1
- package/dist/ix-icons/svg/notification.svg +1 -1
- package/dist/ix-icons/svg/notifications-filled.svg +1 -1
- package/dist/ix-icons/svg/notifications.svg +1 -1
- package/dist/ix-icons/svg/objects-tree.svg +1 -0
- package/dist/ix-icons/svg/objects.svg +1 -0
- package/dist/ix-icons/svg/ontology-filled.svg +1 -1
- package/dist/ix-icons/svg/ontology.svg +1 -1
- package/dist/ix-icons/svg/open-external.svg +1 -1
- package/dist/ix-icons/svg/open-file-filled.svg +1 -1
- package/dist/ix-icons/svg/open-file.svg +1 -1
- package/dist/ix-icons/svg/operate-plant-filled.svg +1 -1
- package/dist/ix-icons/svg/operate-plant.svg +1 -1
- package/dist/ix-icons/svg/operating-system-add.svg +1 -0
- package/dist/ix-icons/svg/operating-system-settings.svg +1 -0
- package/dist/ix-icons/svg/operating-system.svg +1 -1
- package/dist/ix-icons/svg/optimize.svg +1 -1
- package/dist/ix-icons/svg/output-cam.svg +1 -0
- package/dist/ix-icons/svg/p-and-i-symbols.svg +1 -1
- package/dist/ix-icons/svg/p-i-diagram.svg +1 -1
- package/dist/ix-icons/svg/package-filled.svg +1 -0
- package/dist/ix-icons/svg/package.svg +1 -0
- package/dist/ix-icons/svg/palette-filled.svg +1 -0
- package/dist/ix-icons/svg/palette.svg +1 -0
- package/dist/ix-icons/svg/pan.svg +1 -1
- package/dist/ix-icons/svg/panel-ipc-fail.svg +1 -1
- package/dist/ix-icons/svg/panel-ipc-question.svg +1 -1
- package/dist/ix-icons/svg/panel-ipc-success.svg +1 -1
- package/dist/ix-icons/svg/panel-ipc.svg +1 -1
- package/dist/ix-icons/svg/parameter.svg +1 -0
- package/dist/ix-icons/svg/paste-filled.svg +1 -0
- package/dist/ix-icons/svg/paste.svg +1 -1
- package/dist/ix-icons/svg/pause.svg +1 -1
- package/dist/ix-icons/svg/pc-tower-filled.svg +1 -1
- package/dist/ix-icons/svg/pc-tower-settings-filled.svg +1 -0
- package/dist/ix-icons/svg/pc-tower-settings.svg +1 -0
- package/dist/ix-icons/svg/pc-tower.svg +1 -1
- package/dist/ix-icons/svg/pdf-document-filled.svg +1 -0
- package/dist/ix-icons/svg/pdf-document.svg +1 -1
- package/dist/ix-icons/svg/pen-cancelled-filled.svg +1 -0
- package/dist/ix-icons/svg/pen-cancelled.svg +1 -0
- package/dist/ix-icons/svg/pen-filled.svg +1 -1
- package/dist/ix-icons/svg/pen.svg +1 -1
- package/dist/ix-icons/svg/phone-filled.svg +1 -1
- package/dist/ix-icons/svg/phone.svg +1 -1
- package/dist/ix-icons/svg/photo-camera-add.svg +1 -1
- package/dist/ix-icons/svg/photo-camera-cancelled-filled.svg +1 -1
- package/dist/ix-icons/svg/photo-camera-cancelled.svg +1 -1
- package/dist/ix-icons/svg/photo-camera-filled.svg +1 -1
- package/dist/ix-icons/svg/photo-camera.svg +1 -1
- package/dist/ix-icons/svg/photo-cameras.svg +1 -1
- package/dist/ix-icons/svg/piechart-filled.svg +1 -1
- package/dist/ix-icons/svg/piechart.svg +1 -1
- package/dist/ix-icons/svg/pin-cancelled-filled.svg +1 -0
- package/dist/ix-icons/svg/pin-cancelled.svg +1 -0
- package/dist/ix-icons/svg/pin-filled.svg +1 -1
- package/dist/ix-icons/svg/pin.svg +1 -1
- package/dist/ix-icons/svg/plant-details-filled.svg +1 -0
- package/dist/ix-icons/svg/plant-details.svg +1 -0
- package/dist/ix-icons/svg/plant-filled.svg +1 -1
- package/dist/ix-icons/svg/plant-handbook-filled.svg +1 -1
- package/dist/ix-icons/svg/plant-handbook.svg +1 -1
- package/dist/ix-icons/svg/plant-search-filled.svg +1 -0
- package/dist/ix-icons/svg/plant-search.svg +1 -0
- package/dist/ix-icons/svg/plant-security-filled.svg +1 -0
- package/dist/ix-icons/svg/plant-security.svg +1 -1
- package/dist/ix-icons/svg/plant-settings-filled.svg +1 -1
- package/dist/ix-icons/svg/plant-settings.svg +1 -1
- package/dist/ix-icons/svg/plant-user-filled.svg +1 -1
- package/dist/ix-icons/svg/plant-user.svg +1 -1
- package/dist/ix-icons/svg/plant.svg +1 -1
- package/dist/ix-icons/svg/plants-filled.svg +1 -1
- package/dist/ix-icons/svg/plants.svg +1 -1
- package/dist/ix-icons/svg/play-filled.svg +1 -1
- package/dist/ix-icons/svg/play-pause-filled.svg +1 -1
- package/dist/ix-icons/svg/play-pause.svg +1 -1
- package/dist/ix-icons/svg/play-stepwise-filled.svg +1 -1
- package/dist/ix-icons/svg/play-stepwise.svg +1 -1
- package/dist/ix-icons/svg/play.svg +1 -1
- package/dist/ix-icons/svg/plc-device-tag.svg +1 -0
- package/dist/ix-icons/svg/plc-device-user-data-type.svg +1 -0
- package/dist/ix-icons/svg/plc-device.svg +1 -0
- package/dist/ix-icons/svg/plc-tag.svg +1 -0
- package/dist/ix-icons/svg/plc-user-data-type.svg +1 -0
- package/dist/ix-icons/svg/plc.svg +1 -0
- package/dist/ix-icons/svg/plus-minus-times-divide.svg +1 -1
- package/dist/ix-icons/svg/plus.svg +1 -1
- package/dist/ix-icons/svg/point-up-filled.svg +1 -1
- package/dist/ix-icons/svg/point-up.svg +1 -1
- package/dist/ix-icons/svg/polar-plot.svg +1 -1
- package/dist/ix-icons/svg/polarchart-filled.svg +1 -0
- package/dist/ix-icons/svg/polarchart.svg +1 -0
- package/dist/ix-icons/svg/polygon-filled.svg +1 -1
- package/dist/ix-icons/svg/polygon-line.svg +1 -1
- package/dist/ix-icons/svg/polygon.svg +1 -1
- package/dist/ix-icons/svg/power-supply.svg +1 -1
- package/dist/ix-icons/svg/ppt-document.svg +1 -1
- package/dist/ix-icons/svg/print-filled.svg +1 -1
- package/dist/ix-icons/svg/print.svg +1 -1
- package/dist/ix-icons/svg/prio-high.svg +1 -1
- package/dist/ix-icons/svg/prio-low.svg +1 -1
- package/dist/ix-icons/svg/prio-middle.svg +1 -1
- package/dist/ix-icons/svg/process-control.svg +1 -0
- package/dist/ix-icons/svg/product-catalog.svg +1 -1
- package/dist/ix-icons/svg/product-management.svg +1 -1
- package/dist/ix-icons/svg/product.svg +1 -1
- package/dist/ix-icons/svg/profisafe-logo.svg +1 -0
- package/dist/ix-icons/svg/project-arrow-diagonal-top-right.svg +1 -0
- package/dist/ix-icons/svg/project-arrow-left.svg +1 -0
- package/dist/ix-icons/svg/project-arrow-right.svg +1 -0
- package/dist/ix-icons/svg/project-close.svg +1 -0
- package/dist/ix-icons/svg/project-configuration.svg +1 -1
- package/dist/ix-icons/svg/project-duplicate.svg +1 -0
- package/dist/ix-icons/svg/project-history.svg +1 -0
- package/dist/ix-icons/svg/project-new.svg +1 -1
- package/dist/ix-icons/svg/project-scenarios.svg +1 -1
- package/dist/ix-icons/svg/project-server-filled.svg +1 -1
- package/dist/ix-icons/svg/project-server.svg +1 -1
- package/dist/ix-icons/svg/project-settings.svg +1 -0
- package/dist/ix-icons/svg/project-simulation.svg +1 -0
- package/dist/ix-icons/svg/project.svg +1 -1
- package/dist/ix-icons/svg/projects-close.svg +1 -0
- package/dist/ix-icons/svg/projects.svg +1 -0
- package/dist/ix-icons/svg/protocol.svg +1 -1
- package/dist/ix-icons/svg/publish-document.svg +1 -1
- package/dist/ix-icons/svg/publish.svg +1 -1
- package/dist/ix-icons/svg/qr-code.svg +1 -1
- package/dist/ix-icons/svg/quality-report.svg +1 -1
- package/dist/ix-icons/svg/question-filled.svg +1 -1
- package/dist/ix-icons/svg/question-mark.svg +1 -0
- package/dist/ix-icons/svg/question.svg +1 -1
- package/dist/ix-icons/svg/quote.svg +1 -1
- package/dist/ix-icons/svg/rack-ipc-fail.svg +1 -1
- package/dist/ix-icons/svg/rack-ipc-question.svg +1 -1
- package/dist/ix-icons/svg/rack-ipc-success.svg +1 -1
- package/dist/ix-icons/svg/rack-ipc.svg +1 -1
- package/dist/ix-icons/svg/radarchart.svg +1 -1
- package/dist/ix-icons/svg/radio-waves-off.svg +1 -1
- package/dist/ix-icons/svg/radio-waves-warning.svg +1 -1
- package/dist/ix-icons/svg/radio-waves.svg +1 -1
- package/dist/ix-icons/svg/random-filled.svg +1 -1
- package/dist/ix-icons/svg/random.svg +1 -1
- package/dist/ix-icons/svg/reboot.svg +1 -1
- package/dist/ix-icons/svg/record-filled.svg +1 -0
- package/dist/ix-icons/svg/record.svg +1 -0
- package/dist/ix-icons/svg/rectangle-filled.svg +1 -1
- package/dist/ix-icons/svg/rectangle.svg +1 -1
- package/dist/ix-icons/svg/reddit-logo.svg +1 -0
- package/dist/ix-icons/svg/redo.svg +1 -1
- package/dist/ix-icons/svg/reference-point-bottom-left.svg +1 -0
- package/dist/ix-icons/svg/reference-point-bottom-right.svg +1 -0
- package/dist/ix-icons/svg/reference-point-centered.svg +1 -0
- package/dist/ix-icons/svg/reference-point-top-left.svg +1 -0
- package/dist/ix-icons/svg/reference-point-top-right.svg +1 -0
- package/dist/ix-icons/svg/reference.svg +1 -1
- package/dist/ix-icons/svg/refresh-arrow-down.svg +1 -0
- package/dist/ix-icons/svg/refresh-cancelled.svg +1 -1
- package/dist/ix-icons/svg/refresh-exclamation.svg +1 -1
- package/dist/ix-icons/svg/refresh-settings.svg +1 -1
- package/dist/ix-icons/svg/refresh.svg +1 -1
- package/dist/ix-icons/svg/reload.svg +1 -1
- package/dist/ix-icons/svg/remote-access.svg +1 -0
- package/dist/ix-icons/svg/remove-application.svg +1 -1
- package/dist/ix-icons/svg/remove-circle-filled.svg +1 -0
- package/dist/ix-icons/svg/remove-circle.svg +1 -0
- package/dist/ix-icons/svg/remove-eye-filled.svg +1 -1
- package/dist/ix-icons/svg/remove-eye.svg +1 -1
- package/dist/ix-icons/svg/rename.svg +1 -1
- package/dist/ix-icons/svg/reorder.svg +1 -1
- package/dist/ix-icons/svg/replace.svg +1 -1
- package/dist/ix-icons/svg/report-barchart.svg +1 -1
- package/dist/ix-icons/svg/report-general.svg +1 -0
- package/dist/ix-icons/svg/report-linechart.svg +1 -1
- package/dist/ix-icons/svg/report-text.svg +1 -1
- package/dist/ix-icons/svg/reset.svg +1 -1
- package/dist/ix-icons/svg/restart.svg +1 -0
- package/dist/ix-icons/svg/restore-backup-filled.svg +1 -1
- package/dist/ix-icons/svg/restore-backup-pc.svg +1 -1
- package/dist/ix-icons/svg/restore-backup.svg +1 -1
- package/dist/ix-icons/svg/restore.svg +1 -0
- package/dist/ix-icons/svg/rewind-filled.svg +1 -0
- package/dist/ix-icons/svg/rewind.svg +1 -0
- package/dist/ix-icons/svg/rhomb-filled.svg +1 -1
- package/dist/ix-icons/svg/rhomb.svg +1 -1
- package/dist/ix-icons/svg/road-filled.svg +1 -1
- package/dist/ix-icons/svg/road.svg +1 -1
- package/dist/ix-icons/svg/robotic-arm.svg +1 -0
- package/dist/ix-icons/svg/robotic-gripper.svg +1 -0
- package/dist/ix-icons/svg/rocket-circle-filled.svg +1 -0
- package/dist/ix-icons/svg/rocket-circle.svg +1 -0
- package/dist/ix-icons/svg/rocket-filled.svg +1 -1
- package/dist/ix-icons/svg/rocket.svg +1 -1
- package/dist/ix-icons/svg/roles-filled.svg +1 -0
- package/dist/ix-icons/svg/roles.svg +1 -0
- package/dist/ix-icons/svg/rotate-180.svg +1 -0
- package/dist/ix-icons/svg/rotate-90-left.svg +1 -0
- package/dist/ix-icons/svg/rotate-90-right.svg +1 -0
- package/dist/ix-icons/svg/rotate.svg +1 -0
- package/dist/ix-icons/svg/route-target.svg +1 -1
- package/dist/ix-icons/svg/route.svg +1 -1
- package/dist/ix-icons/svg/ruler-diagonal.svg +1 -0
- package/dist/ix-icons/svg/ruler-horizontal.svg +1 -0
- package/dist/ix-icons/svg/ruler-vertical.svg +1 -0
- package/dist/ix-icons/svg/rules-filled.svg +1 -0
- package/dist/ix-icons/svg/rules.svg +1 -0
- package/dist/ix-icons/svg/runtime-play.svg +1 -0
- package/dist/ix-icons/svg/runtime-settings.svg +1 -1
- package/dist/ix-icons/svg/runtime-stop.svg +1 -0
- package/dist/ix-icons/svg/safety-settings.svg +1 -0
- package/dist/ix-icons/svg/sankeychart.svg +1 -0
- package/dist/ix-icons/svg/save-all.svg +1 -0
- package/dist/ix-icons/svg/scale.svg +1 -0
- package/dist/ix-icons/svg/scatterplot.svg +1 -1
- package/dist/ix-icons/svg/scheduler-filled.svg +1 -1
- package/dist/ix-icons/svg/scheduler.svg +1 -1
- package/dist/ix-icons/svg/screen-duplicate-filled.svg +1 -0
- package/dist/ix-icons/svg/screen-duplicate.svg +1 -0
- package/dist/ix-icons/svg/screen-filled.svg +1 -1
- package/dist/ix-icons/svg/screen-pc-tower-filled.svg +1 -0
- package/dist/ix-icons/svg/screen-pc-tower-settings-filled.svg +1 -0
- package/dist/ix-icons/svg/screen-pc-tower-settings.svg +1 -0
- package/dist/ix-icons/svg/screen-pc-tower.svg +1 -0
- package/dist/ix-icons/svg/screen-settings-filled.svg +1 -0
- package/dist/ix-icons/svg/screen-settings.svg +1 -0
- package/dist/ix-icons/svg/screen.svg +1 -1
- package/dist/ix-icons/svg/screens-filled.svg +1 -0
- package/dist/ix-icons/svg/screens.svg +1 -0
- package/dist/ix-icons/svg/screenshot-filled.svg +1 -1
- package/dist/ix-icons/svg/screenshot.svg +1 -1
- package/dist/ix-icons/svg/script-add.svg +1 -1
- package/dist/ix-icons/svg/script.svg +1 -1
- package/dist/ix-icons/svg/scripts.svg +1 -1
- package/dist/ix-icons/svg/sd-card-filled.svg +1 -1
- package/dist/ix-icons/svg/sd-card-micro-filled.svg +1 -1
- package/dist/ix-icons/svg/sd-card-micro.svg +1 -1
- package/dist/ix-icons/svg/sd-card.svg +1 -1
- package/dist/ix-icons/svg/search.svg +1 -1
- package/dist/ix-icons/svg/select-alt-filled.svg +1 -0
- package/dist/ix-icons/svg/select-alt.svg +1 -0
- package/dist/ix-icons/svg/send-backward.svg +1 -0
- package/dist/ix-icons/svg/send-right-filled.svg +1 -0
- package/dist/ix-icons/svg/send-right.svg +1 -0
- package/dist/ix-icons/svg/send-to-back.svg +1 -0
- package/dist/ix-icons/svg/send-top-right-filled.svg +1 -0
- package/dist/ix-icons/svg/send-top-right.svg +1 -0
- package/dist/ix-icons/svg/sensor.svg +1 -0
- package/dist/ix-icons/svg/separator-line.svg +1 -1
- package/dist/ix-icons/svg/server-interface.svg +1 -0
- package/dist/ix-icons/svg/shapes-filled.svg +1 -0
- package/dist/ix-icons/svg/shapes.svg +1 -0
- package/dist/ix-icons/svg/share-alt-filled.svg +1 -0
- package/dist/ix-icons/svg/share-alt.svg +1 -0
- package/dist/ix-icons/svg/share-filled.svg +1 -1
- package/dist/ix-icons/svg/share.svg +1 -1
- package/dist/ix-icons/svg/shield-broken-filled.svg +1 -1
- package/dist/ix-icons/svg/shield-broken.svg +1 -1
- package/dist/ix-icons/svg/shield-check-filled.svg +1 -1
- package/dist/ix-icons/svg/shield-check.svg +1 -1
- package/dist/ix-icons/svg/shield-filled.svg +1 -1
- package/dist/ix-icons/svg/shield-half.svg +1 -1
- package/dist/ix-icons/svg/shield.svg +1 -1
- package/dist/ix-icons/svg/shift-filled.svg +1 -0
- package/dist/ix-icons/svg/shift.svg +1 -0
- package/dist/ix-icons/svg/shopping-cart-filled.svg +1 -1
- package/dist/ix-icons/svg/shopping-cart.svg +1 -1
- package/dist/ix-icons/svg/shorter.svg +1 -0
- package/dist/ix-icons/svg/shout-filled.svg +1 -1
- package/dist/ix-icons/svg/shout.svg +1 -1
- package/dist/ix-icons/svg/shutdown.svg +1 -0
- package/dist/ix-icons/svg/sign-language.svg +1 -1
- package/dist/ix-icons/svg/signal-strength-0.svg +1 -1
- package/dist/ix-icons/svg/signal-strength-1.svg +1 -1
- package/dist/ix-icons/svg/signal-strength-2.svg +1 -1
- package/dist/ix-icons/svg/signal-strength-3.svg +1 -1
- package/dist/ix-icons/svg/signal-strength-4.svg +1 -1
- package/dist/ix-icons/svg/signal-strength-5.svg +1 -1
- package/dist/ix-icons/svg/signal-strength-6.svg +1 -1
- package/dist/ix-icons/svg/signal-strength-7.svg +1 -1
- package/dist/ix-icons/svg/signal-strength-8.svg +1 -1
- package/dist/ix-icons/svg/simit-component.svg +1 -1
- package/dist/ix-icons/svg/simit-macro-component-editor.svg +1 -1
- package/dist/ix-icons/svg/simit-macro.svg +1 -1
- package/dist/ix-icons/svg/simulation-table.svg +1 -0
- package/dist/ix-icons/svg/single-check.svg +1 -1
- package/dist/ix-icons/svg/skip-back-filled.svg +1 -1
- package/dist/ix-icons/svg/skip-back.svg +1 -1
- package/dist/ix-icons/svg/skip-filled.svg +1 -1
- package/dist/ix-icons/svg/skip.svg +1 -1
- package/dist/ix-icons/svg/sms.svg +1 -0
- package/dist/ix-icons/svg/snowflake.svg +1 -1
- package/dist/ix-icons/svg/solid-state-drive.svg +1 -1
- package/dist/ix-icons/svg/sort-alt.svg +1 -1
- package/dist/ix-icons/svg/sort-ascending.svg +1 -1
- package/dist/ix-icons/svg/sort-descending.svg +1 -1
- package/dist/ix-icons/svg/sort.svg +1 -1
- package/dist/ix-icons/svg/sound-loud-filled.svg +1 -1
- package/dist/ix-icons/svg/sound-loud.svg +1 -1
- package/dist/ix-icons/svg/sound-mute-filled.svg +1 -1
- package/dist/ix-icons/svg/sound-mute.svg +1 -1
- package/dist/ix-icons/svg/sound-off-filled.svg +1 -1
- package/dist/ix-icons/svg/sound-off.svg +1 -1
- package/dist/ix-icons/svg/sound-quiet-filled.svg +1 -1
- package/dist/ix-icons/svg/sound-quiet.svg +1 -1
- package/dist/ix-icons/svg/spatial.svg +1 -1
- package/dist/ix-icons/svg/spiderchart-filled.svg +1 -0
- package/dist/ix-icons/svg/spiderchart.svg +1 -0
- package/dist/ix-icons/svg/split-horizontally.svg +1 -1
- package/dist/ix-icons/svg/split-vertically.svg +1 -1
- package/dist/ix-icons/svg/split.svg +1 -1
- package/dist/ix-icons/svg/stacked-barchart.svg +1 -0
- package/dist/ix-icons/svg/stamp-filled.svg +1 -1
- package/dist/ix-icons/svg/stamp.svg +1 -1
- package/dist/ix-icons/svg/standby.svg +1 -1
- package/dist/ix-icons/svg/star-add-filled.svg +1 -1
- package/dist/ix-icons/svg/star-add.svg +1 -1
- package/dist/ix-icons/svg/star-cancelled-filled.svg +1 -1
- package/dist/ix-icons/svg/star-cancelled.svg +1 -1
- package/dist/ix-icons/svg/star-filled.svg +1 -1
- package/dist/ix-icons/svg/star-half-filled.svg +1 -0
- package/dist/ix-icons/svg/star-list-filled.svg +1 -1
- package/dist/ix-icons/svg/star-list.svg +1 -1
- package/dist/ix-icons/svg/star.svg +1 -1
- package/dist/ix-icons/svg/start-data-analysis.svg +1 -1
- package/dist/ix-icons/svg/steering-user-filled.svg +1 -1
- package/dist/ix-icons/svg/steering-user.svg +1 -1
- package/dist/ix-icons/svg/steering.svg +1 -1
- package/dist/ix-icons/svg/stethoscope.svg +1 -1
- package/dist/ix-icons/svg/stop-filled.svg +1 -1
- package/dist/ix-icons/svg/stop.svg +1 -1
- package/dist/ix-icons/svg/stopwatch-filled.svg +1 -0
- package/dist/ix-icons/svg/stopwatch.svg +1 -0
- package/dist/ix-icons/svg/storage-filled.svg +1 -0
- package/dist/ix-icons/svg/storage.svg +1 -0
- package/dist/ix-icons/svg/subtitle-filled.svg +1 -0
- package/dist/ix-icons/svg/subtitle.svg +1 -0
- package/dist/ix-icons/svg/success-filled.svg +1 -1
- package/dist/ix-icons/svg/success-multiple-filled.svg +1 -0
- package/dist/ix-icons/svg/success-multiple.svg +1 -0
- package/dist/ix-icons/svg/success.svg +1 -1
- package/dist/ix-icons/svg/sun-cloud-filled.svg +1 -0
- package/dist/ix-icons/svg/sun-cloud.svg +1 -0
- package/dist/ix-icons/svg/sun-filled.svg +1 -1
- package/dist/ix-icons/svg/sun.svg +1 -1
- package/dist/ix-icons/svg/sunrise-filled.svg +1 -0
- package/dist/ix-icons/svg/sunrise.svg +1 -0
- package/dist/ix-icons/svg/sunset-filled.svg +1 -0
- package/dist/ix-icons/svg/sunset.svg +1 -0
- package/dist/ix-icons/svg/support.svg +1 -1
- package/dist/ix-icons/svg/surveillance-cancelled-filled.svg +1 -1
- package/dist/ix-icons/svg/surveillance-cancelled.svg +1 -1
- package/dist/ix-icons/svg/surveillance-filled.svg +1 -1
- package/dist/ix-icons/svg/surveillance.svg +1 -1
- package/dist/ix-icons/svg/svg-document.svg +1 -1
- package/dist/ix-icons/svg/swap-left-right.svg +1 -1
- package/dist/ix-icons/svg/switch-slider.svg +1 -1
- package/dist/ix-icons/svg/sword-swing.svg +1 -1
- package/dist/ix-icons/svg/table-add-column-right.svg +1 -0
- package/dist/ix-icons/svg/table-add-row-below.svg +1 -0
- package/dist/ix-icons/svg/table-columns.svg +1 -1
- package/dist/ix-icons/svg/table-insert-column-left.svg +1 -0
- package/dist/ix-icons/svg/table-insert-column-right.svg +1 -0
- package/dist/ix-icons/svg/table-insert-row-above.svg +1 -0
- package/dist/ix-icons/svg/table-insert-row-below.svg +1 -0
- package/dist/ix-icons/svg/table-rows.svg +1 -1
- package/dist/ix-icons/svg/table-settings.svg +1 -1
- package/dist/ix-icons/svg/table-tag.svg +1 -0
- package/dist/ix-icons/svg/table.svg +1 -1
- package/dist/ix-icons/svg/tag-arrow-left-filled.svg +1 -0
- package/dist/ix-icons/svg/tag-arrow-left.svg +1 -0
- package/dist/ix-icons/svg/tag-arrow-right-filled.svg +1 -0
- package/dist/ix-icons/svg/tag-arrow-right.svg +1 -0
- package/dist/ix-icons/svg/tag-circle-arrow-down-filled.svg +1 -0
- package/dist/ix-icons/svg/tag-circle-arrow-down.svg +1 -0
- package/dist/ix-icons/svg/tag-connection-filled.svg +1 -0
- package/dist/ix-icons/svg/tag-connection-view.svg +1 -0
- package/dist/ix-icons/svg/tag-connection.svg +1 -0
- package/dist/ix-icons/svg/tag-eye-filled.svg +1 -0
- package/dist/ix-icons/svg/tag-eye.svg +1 -0
- package/dist/ix-icons/svg/tag-filled.svg +1 -1
- package/dist/ix-icons/svg/tag-logging-filled.svg +1 -0
- package/dist/ix-icons/svg/tag-logging.svg +1 -0
- package/dist/ix-icons/svg/tag-plus-filled.svg +1 -1
- package/dist/ix-icons/svg/tag-plus.svg +1 -1
- package/dist/ix-icons/svg/tag-safety-filled.svg +1 -0
- package/dist/ix-icons/svg/tag-safety.svg +1 -0
- package/dist/ix-icons/svg/tag.svg +1 -1
- package/dist/ix-icons/svg/tasks-all.svg +1 -1
- package/dist/ix-icons/svg/tasks-done.svg +1 -1
- package/dist/ix-icons/svg/tasks-open.svg +1 -1
- package/dist/ix-icons/svg/telegram-logo.svg +1 -0
- package/dist/ix-icons/svg/text-alginment-center.svg +1 -0
- package/dist/ix-icons/svg/text-alginment-justified.svg +1 -0
- package/dist/ix-icons/svg/text-alginment-left.svg +1 -0
- package/dist/ix-icons/svg/text-alginment-right.svg +1 -0
- package/dist/ix-icons/svg/text-bold.svg +1 -1
- package/dist/ix-icons/svg/text-circle-rectangle-filled.svg +1 -1
- package/dist/ix-icons/svg/text-circle-rectangle.svg +1 -1
- package/dist/ix-icons/svg/text-document.svg +1 -1
- package/dist/ix-icons/svg/text-italic.svg +1 -1
- package/dist/ix-icons/svg/text-strike-through.svg +1 -1
- package/dist/ix-icons/svg/text-underline.svg +1 -1
- package/dist/ix-icons/svg/text.svg +1 -1
- package/dist/ix-icons/svg/theme-filled.svg +1 -0
- package/dist/ix-icons/svg/theme.svg +1 -0
- package/dist/ix-icons/svg/thermometer-filled.svg +1 -0
- package/dist/ix-icons/svg/thermometer.svg +1 -1
- package/dist/ix-icons/svg/threads-logo.svg +1 -0
- package/dist/ix-icons/svg/threshold-cancelled.svg +1 -1
- package/dist/ix-icons/svg/threshold-off.svg +1 -1
- package/dist/ix-icons/svg/threshold-on.svg +1 -1
- package/dist/ix-icons/svg/thumb-down-filled.svg +1 -0
- package/dist/ix-icons/svg/thumb-down.svg +1 -0
- package/dist/ix-icons/svg/thumb-up-filled.svg +1 -0
- package/dist/ix-icons/svg/thumb-up.svg +1 -0
- package/dist/ix-icons/svg/ticket-filled.svg +1 -0
- package/dist/ix-icons/svg/ticket.svg +1 -0
- package/dist/ix-icons/svg/tiktok-logo.svg +1 -0
- package/dist/ix-icons/svg/tiles-filled.svg +1 -0
- package/dist/ix-icons/svg/tiles.svg +1 -0
- package/dist/ix-icons/svg/time-zone-filled.svg +1 -0
- package/dist/ix-icons/svg/time-zone.svg +1 -0
- package/dist/ix-icons/svg/to-be-published.svg +1 -1
- package/dist/ix-icons/svg/to-search.svg +1 -1
- package/dist/ix-icons/svg/topic-filled.svg +1 -1
- package/dist/ix-icons/svg/topic.svg +1 -1
- package/dist/ix-icons/svg/touch-filled.svg +1 -1
- package/dist/ix-icons/svg/touch.svg +1 -1
- package/dist/ix-icons/svg/trace-eye.svg +1 -0
- package/dist/ix-icons/svg/traffic-left-right.svg +1 -0
- package/dist/ix-icons/svg/train-filled.svg +1 -0
- package/dist/ix-icons/svg/train.svg +1 -0
- package/dist/ix-icons/svg/trashcan-filled.svg +1 -1
- package/dist/ix-icons/svg/trashcan.svg +1 -1
- package/dist/ix-icons/svg/tree-two-level.svg +1 -0
- package/dist/ix-icons/svg/tree.svg +1 -1
- package/dist/ix-icons/svg/trend-companion.svg +1 -0
- package/dist/ix-icons/svg/trend-downward-circle.svg +1 -1
- package/dist/ix-icons/svg/trend-downward-filled.svg +1 -1
- package/dist/ix-icons/svg/trend-downward.svg +1 -1
- package/dist/ix-icons/svg/trend-flat-curve.svg +1 -0
- package/dist/ix-icons/svg/trend-sideways-circle.svg +1 -1
- package/dist/ix-icons/svg/trend-sideways-filled.svg +1 -1
- package/dist/ix-icons/svg/trend-sideways.svg +1 -1
- package/dist/ix-icons/svg/trend-upward-circle.svg +1 -1
- package/dist/ix-icons/svg/trend-upward-filled.svg +1 -1
- package/dist/ix-icons/svg/trend-upward.svg +1 -1
- package/dist/ix-icons/svg/trend.svg +1 -1
- package/dist/ix-icons/svg/triangle-filled.svg +1 -1
- package/dist/ix-icons/svg/triangle.svg +1 -1
- package/dist/ix-icons/svg/trophy-filled.svg +1 -1
- package/dist/ix-icons/svg/trophy.svg +1 -1
- package/dist/ix-icons/svg/truck-filled.svg +1 -1
- package/dist/ix-icons/svg/truck.svg +1 -1
- package/dist/ix-icons/svg/tulip-filled.svg +1 -1
- package/dist/ix-icons/svg/tulip.svg +1 -1
- package/dist/ix-icons/svg/txt-document-filled.svg +1 -0
- package/dist/ix-icons/svg/txt-document.svg +1 -1
- package/dist/ix-icons/svg/undo.svg +1 -1
- package/dist/ix-icons/svg/ungroup-objects.svg +1 -0
- package/dist/ix-icons/svg/ungroup.svg +1 -1
- package/dist/ix-icons/svg/unlock-filled.svg +1 -1
- package/dist/ix-icons/svg/unlock-plant-filled.svg +1 -1
- package/dist/ix-icons/svg/unlock-plant.svg +1 -1
- package/dist/ix-icons/svg/unlock.svg +1 -1
- package/dist/ix-icons/svg/update-application.svg +1 -0
- package/dist/ix-icons/svg/upload-document-note.svg +1 -1
- package/dist/ix-icons/svg/upload-fail.svg +1 -1
- package/dist/ix-icons/svg/upload-success.svg +1 -1
- package/dist/ix-icons/svg/upload.svg +1 -1
- package/dist/ix-icons/svg/upper-limit.svg +1 -1
- package/dist/ix-icons/svg/usb-drive.svg +1 -1
- package/dist/ix-icons/svg/user-check-filled.svg +1 -1
- package/dist/ix-icons/svg/user-check.svg +1 -1
- package/dist/ix-icons/svg/user-data-types.svg +1 -0
- package/dist/ix-icons/svg/user-fail-filled.svg +1 -1
- package/dist/ix-icons/svg/user-fail.svg +1 -1
- package/dist/ix-icons/svg/user-filled.svg +1 -1
- package/dist/ix-icons/svg/user-group.svg +1 -0
- package/dist/ix-icons/svg/user-key.svg +1 -0
- package/dist/ix-icons/svg/user-lock-filled.svg +1 -0
- package/dist/ix-icons/svg/user-lock.svg +1 -0
- package/dist/ix-icons/svg/user-management-filled.svg +1 -1
- package/dist/ix-icons/svg/user-management-settings-filled.svg +1 -0
- package/dist/ix-icons/svg/user-management-settings.svg +1 -0
- package/dist/ix-icons/svg/user-management.svg +1 -1
- package/dist/ix-icons/svg/user-manual-filled.svg +1 -0
- package/dist/ix-icons/svg/user-manual.svg +1 -0
- package/dist/ix-icons/svg/user-pen.svg +1 -0
- package/dist/ix-icons/svg/user-profile-filled.svg +1 -1
- package/dist/ix-icons/svg/user-profile.svg +1 -1
- package/dist/ix-icons/svg/user-reading-filled.svg +1 -0
- package/dist/ix-icons/svg/user-reading.svg +1 -1
- package/dist/ix-icons/svg/user-settings-filled.svg +1 -1
- package/dist/ix-icons/svg/user-settings.svg +1 -1
- package/dist/ix-icons/svg/user-success-filled.svg +1 -1
- package/dist/ix-icons/svg/user-success.svg +1 -1
- package/dist/ix-icons/svg/user.svg +1 -1
- package/dist/ix-icons/svg/variable.svg +1 -0
- package/dist/ix-icons/svg/vdi-folder.svg +1 -1
- package/dist/ix-icons/svg/version-history.svg +1 -1
- package/dist/ix-icons/svg/video-camera-filled.svg +1 -0
- package/dist/ix-icons/svg/video-camera-record-filled.svg +1 -0
- package/dist/ix-icons/svg/video-camera-record.svg +1 -0
- package/dist/ix-icons/svg/video-camera.svg +1 -0
- package/dist/ix-icons/svg/video-file-filled.svg +1 -1
- package/dist/ix-icons/svg/video-file.svg +1 -1
- package/dist/ix-icons/svg/viva-engage-logo.svg +1 -0
- package/dist/ix-icons/svg/voltage-filled.svg +1 -0
- package/dist/ix-icons/svg/voltage.svg +1 -0
- package/dist/ix-icons/svg/warning-filled.svg +1 -1
- package/dist/ix-icons/svg/warning-hexagon-filled.svg +1 -0
- package/dist/ix-icons/svg/warning-hexagon.svg +1 -0
- package/dist/ix-icons/svg/warning-multiple-filled.svg +1 -0
- package/dist/ix-icons/svg/warning-multiple.svg +1 -0
- package/dist/ix-icons/svg/warning-octagon-filled.svg +1 -0
- package/dist/ix-icons/svg/warning-octagon.svg +1 -0
- package/dist/ix-icons/svg/warning-rhomb-filled.svg +1 -1
- package/dist/ix-icons/svg/warning-rhomb-multiple-filled.svg +1 -0
- package/dist/ix-icons/svg/warning-rhomb-multiple.svg +1 -0
- package/dist/ix-icons/svg/warning-rhomb.svg +1 -1
- package/dist/ix-icons/svg/warning-square-filled.svg +1 -0
- package/dist/ix-icons/svg/warning-square.svg +1 -0
- package/dist/ix-icons/svg/warning.svg +1 -1
- package/dist/ix-icons/svg/watch-table.svg +1 -0
- package/dist/ix-icons/svg/water-bathing.svg +1 -1
- package/dist/ix-icons/svg/water-fish.svg +1 -1
- package/dist/ix-icons/svg/water-plant.svg +1 -1
- package/dist/ix-icons/svg/water-sunbathing.svg +1 -1
- package/dist/ix-icons/svg/waveform.svg +1 -1
- package/dist/ix-icons/svg/web-browser-screen.svg +1 -0
- package/dist/ix-icons/svg/webcam-cancelled-filled.svg +1 -1
- package/dist/ix-icons/svg/webcam-cancelled.svg +1 -1
- package/dist/ix-icons/svg/webcam-filled.svg +1 -1
- package/dist/ix-icons/svg/webcam.svg +1 -1
- package/dist/ix-icons/svg/wechat-logo.svg +1 -0
- package/dist/ix-icons/svg/weibo-logo.svg +1 -0
- package/dist/ix-icons/svg/width.svg +1 -1
- package/dist/ix-icons/svg/wlan-off.svg +1 -1
- package/dist/ix-icons/svg/wlan-strength-0.svg +1 -1
- package/dist/ix-icons/svg/wlan-strength-1-lock.svg +1 -0
- package/dist/ix-icons/svg/wlan-strength-1.svg +1 -1
- package/dist/ix-icons/svg/wlan-strength-2-lock.svg +1 -0
- package/dist/ix-icons/svg/wlan-strength-2.svg +1 -1
- package/dist/ix-icons/svg/wlan-strength-3-lock.svg +1 -0
- package/dist/ix-icons/svg/wlan-strength-3.svg +1 -1
- package/dist/ix-icons/svg/wlan-warning.svg +1 -0
- package/dist/ix-icons/svg/work-case-filled.svg +1 -1
- package/dist/ix-icons/svg/work-case.svg +1 -1
- package/dist/ix-icons/svg/workspace.svg +1 -1
- package/dist/ix-icons/svg/workspaces.svg +1 -1
- package/dist/ix-icons/svg/x-axis-settings.svg +1 -1
- package/dist/ix-icons/svg/x-logo.svg +1 -0
- package/dist/ix-icons/svg/xls-document-filled.svg +1 -0
- package/dist/ix-icons/svg/xls-document.svg +1 -1
- package/dist/ix-icons/svg/xml-document.svg +1 -1
- package/dist/ix-icons/svg/y-axis-settings.svg +1 -1
- package/dist/ix-icons/svg/youtube-filled.svg +1 -1
- package/dist/ix-icons/svg/youtube.svg +1 -1
- package/dist/ix-icons/svg/zone.svg +1 -1
- package/dist/ix-icons/svg/zoom-in.svg +1 -1
- package/dist/ix-icons/svg/zoom-out.svg +1 -1
- package/dist/ix-icons/svg/zoom-selection.svg +1 -1
- package/dist/sample.json +1419 -0
- package/dist/types/components/icon/icon.d.ts +6 -3
- package/dist/types/components/icon/meta-tag.d.ts +1 -1
- package/dist/types/components/icon/parser.d.ts +2 -0
- package/dist/types/components/icon/resolveIcon.d.ts +6 -3
- package/dist/types/components.d.ts +12 -2
- package/dist/types/index.d.ts +1 -0
- package/dist/types/stencil-public-runtime.d.ts +89 -14
- package/icons/index.d.ts +619 -19
- package/icons/index.js +1415 -815
- package/icons/index.mjs +1415 -815
- package/icons/package.json +1 -1
- package/loader/cdn.js +1 -3
- package/loader/index.cjs.js +1 -3
- package/loader/index.d.ts +3 -0
- package/loader/index.es2017.js +1 -3
- package/loader/index.js +1 -3
- package/package.json +52 -13
- package/svg/about-filled.svg +1 -1
- package/svg/about.svg +1 -1
- package/svg/add-application.svg +1 -1
- package/svg/add-circle-filled.svg +1 -1
- package/svg/add-circle-small-filled.svg +1 -0
- package/svg/add-circle-small.svg +1 -0
- package/svg/add-circle.svg +1 -1
- package/svg/add-document-note.svg +1 -1
- package/svg/add-eye-filled.svg +1 -1
- package/svg/add-eye.svg +1 -1
- package/svg/add-filter-filled.svg +1 -1
- package/svg/add-filter.svg +1 -1
- package/svg/add-selection.svg +1 -1
- package/svg/add-shield-half.svg +1 -1
- package/svg/add-task-list.svg +1 -1
- package/svg/add-task.svg +1 -1
- package/svg/add-user-filled.svg +1 -1
- package/svg/add-user.svg +1 -1
- package/svg/add.svg +1 -1
- package/svg/agent-filled.svg +1 -0
- package/svg/agent.svg +1 -0
- package/svg/ai.svg +1 -1
- package/svg/alarm-bell-cancelled-filled.svg +1 -1
- package/svg/alarm-bell-cancelled.svg +1 -1
- package/svg/alarm-bell-filled.svg +1 -1
- package/svg/alarm-bell.svg +1 -1
- package/svg/alarm-clock-cancelled.svg +1 -1
- package/svg/alarm-clock-filled.svg +1 -1
- package/svg/alarm-clock-success.svg +1 -1
- package/svg/alarm-clock.svg +1 -1
- package/svg/alarm-filled.svg +1 -1
- package/svg/alarm.svg +1 -1
- package/svg/align-center-horizontally.svg +1 -0
- package/svg/align-center-vertically.svg +1 -0
- package/svg/align-object-dimensions.svg +1 -0
- package/svg/align-object-height.svg +1 -0
- package/svg/align-object-width.svg +1 -0
- package/svg/align-objects-bottom.svg +1 -0
- package/svg/align-objects-centered.svg +1 -0
- package/svg/align-objects-horizontally.svg +1 -0
- package/svg/align-objects-left.svg +1 -0
- package/svg/align-objects-right.svg +1 -0
- package/svg/align-objects-top.svg +1 -0
- package/svg/align-objects-vertically.svg +1 -0
- package/svg/align-objects.svg +1 -0
- package/svg/analysis-filled.svg +1 -0
- package/svg/analysis.svg +1 -0
- package/svg/analyze.svg +1 -1
- package/svg/anomaly-found.svg +1 -1
- package/svg/anomaly-none.svg +1 -0
- package/svg/anomaly.svg +1 -1
- package/svg/app-document-filled.svg +1 -0
- package/svg/app-document.svg +1 -0
- package/svg/app-menu.svg +1 -1
- package/svg/app-update.svg +1 -0
- package/svg/application-screen-alarm-classes.svg +1 -0
- package/svg/application-screen-globe.svg +1 -0
- package/svg/application-screen-play.svg +1 -0
- package/svg/application-screen.svg +1 -1
- package/svg/application-screens.svg +1 -0
- package/svg/applications.svg +1 -1
- package/svg/apps.svg +1 -1
- package/svg/archive-document-filled.svg +1 -0
- package/svg/archive-document.svg +1 -0
- package/svg/areachart.svg +1 -0
- package/svg/arrow-diagonal-bottom-left.svg +1 -1
- package/svg/arrow-diagonal-bottom-right.svg +1 -1
- package/svg/arrow-diagonal-top-left.svg +1 -1
- package/svg/arrow-diagonal-top-right.svg +1 -1
- package/svg/arrow-down-right.svg +1 -1
- package/svg/arrow-down.svg +1 -1
- package/svg/arrow-left.svg +1 -1
- package/svg/arrow-right-down.svg +1 -1
- package/svg/arrow-right.svg +1 -1
- package/svg/arrow-up-left.svg +1 -0
- package/svg/arrow-up.svg +1 -1
- package/svg/aspects-filled.svg +1 -0
- package/svg/aspects.svg +1 -0
- package/svg/asset-indoor.svg +1 -0
- package/svg/asset-network-filled.svg +1 -0
- package/svg/asset-network.svg +1 -0
- package/svg/asset-outdoor.svg +1 -0
- package/svg/asterisk.svg +1 -0
- package/svg/attach.svg +1 -1
- package/svg/attachment-upload.svg +1 -1
- package/svg/audio-description1.svg +1 -1
- package/svg/audio-description2.svg +1 -1
- package/svg/audit-report.svg +1 -1
- package/svg/average.svg +1 -1
- package/svg/axes-synchronous.svg +1 -0
- package/svg/axis-positioning.svg +1 -0
- package/svg/axis-rotation.svg +1 -0
- package/svg/backup-filled.svg +1 -1
- package/svg/backup.svg +1 -1
- package/svg/bar-code.svg +1 -1
- package/svg/barchart-horizontal.svg +1 -0
- package/svg/barchart.svg +1 -1
- package/svg/battery-charge.svg +1 -0
- package/svg/battery-check.svg +1 -1
- package/svg/battery-empty-question.svg +1 -1
- package/svg/battery-empty.svg +1 -1
- package/svg/battery-exclamation.svg +1 -1
- package/svg/battery-full-check.svg +1 -1
- package/svg/battery-full.svg +1 -1
- package/svg/battery-half.svg +1 -1
- package/svg/battery-low.svg +1 -1
- package/svg/battery-quarter.svg +1 -1
- package/svg/battery-slash.svg +1 -1
- package/svg/battery-three-quarter.svg +1 -1
- package/svg/battery-upright-charge.svg +1 -0
- package/svg/battery-upright-check.svg +1 -1
- package/svg/battery-upright-empty.svg +1 -1
- package/svg/battery-upright-exclamation.svg +1 -1
- package/svg/battery-upright-full-check.svg +1 -1
- package/svg/battery-upright-full.svg +1 -1
- package/svg/battery-upright-half.svg +1 -1
- package/svg/battery-upright-low.svg +1 -1
- package/svg/battery-upright-quarter.svg +1 -1
- package/svg/battery-upright-question.svg +1 -1
- package/svg/battery-upright-slash.svg +1 -1
- package/svg/battery-upright-three-quarter.svg +1 -1
- package/svg/battery-upright-xmark.svg +1 -1
- package/svg/battery-xmark.svg +1 -1
- package/svg/bezier-curve.svg +1 -1
- package/svg/bilibili-logo.svg +1 -0
- package/svg/binoculars-filled.svg +1 -1
- package/svg/binoculars.svg +1 -1
- package/svg/blazor.svg +1 -1
- package/svg/book.svg +1 -1
- package/svg/bookmark-filled.svg +1 -1
- package/svg/bookmark.svg +1 -1
- package/svg/boundary-signals.svg +1 -1
- package/svg/box-closed.svg +1 -1
- package/svg/box-ipc-fail.svg +1 -1
- package/svg/box-ipc-question.svg +1 -1
- package/svg/box-ipc-success.svg +1 -1
- package/svg/box-ipc.svg +1 -1
- package/svg/box-open.svg +1 -1
- package/svg/box-plot-filled.svg +1 -0
- package/svg/box-plot.svg +1 -0
- package/svg/bring-forward.svg +1 -0
- package/svg/bring-to-front.svg +1 -0
- package/svg/brush.svg +1 -0
- package/svg/bug-filled.svg +1 -1
- package/svg/bug-runtime-filled.svg +1 -0
- package/svg/bug-runtime.svg +1 -0
- package/svg/bug.svg +1 -1
- package/svg/building-block-filled.svg +1 -0
- package/svg/building-block.svg +1 -0
- package/svg/building1-filled.svg +1 -1
- package/svg/building1.svg +1 -1
- package/svg/building2-filled.svg +1 -1
- package/svg/building2.svg +1 -1
- package/svg/bulb-filled.svg +1 -1
- package/svg/bulb.svg +1 -1
- package/svg/calculator.svg +1 -1
- package/svg/calendar-day-filled.svg +1 -0
- package/svg/calendar-day.svg +1 -0
- package/svg/calendar-filled.svg +1 -1
- package/svg/calendar-settings.svg +1 -1
- package/svg/calendar-week-filled.svg +1 -0
- package/svg/calendar-week.svg +1 -0
- package/svg/calendar.svg +1 -1
- package/svg/cam-disk-10k.svg +1 -0
- package/svg/cam-disk-600-seg.svg +1 -0
- package/svg/cam-disk-6k-seg.svg +1 -0
- package/svg/cam-disk.svg +1 -0
- package/svg/cam-track.svg +1 -0
- package/svg/cam.svg +1 -0
- package/svg/cancel.svg +1 -1
- package/svg/cancelled.svg +1 -1
- package/svg/capacity-check-filled.svg +1 -0
- package/svg/capacity-check.svg +1 -0
- package/svg/capacity-filled.svg +1 -1
- package/svg/capacity-locked-filled.svg +1 -0
- package/svg/capacity-locked.svg +1 -0
- package/svg/capacity-pen-filled.svg +1 -0
- package/svg/capacity-pen.svg +1 -0
- package/svg/capacity.svg +1 -1
- package/svg/capture.svg +1 -1
- package/svg/car-filled.svg +1 -1
- package/svg/car.svg +1 -1
- package/svg/card-layout-filled.svg +1 -1
- package/svg/card-layout.svg +1 -1
- package/svg/certificate-error-filled.svg +1 -1
- package/svg/certificate-error.svg +1 -1
- package/svg/certificate-exclamation-filled.svg +1 -1
- package/svg/certificate-exclamation.svg +1 -1
- package/svg/certificate-success-filled.svg +1 -1
- package/svg/certificate-success.svg +1 -1
- package/svg/certificate.svg +1 -0
- package/svg/chain-alternative.svg +1 -0
- package/svg/chain-parallel.svg +1 -0
- package/svg/chain-step.svg +1 -0
- package/svg/chart-cursor.svg +1 -1
- package/svg/chart-curve-linear.svg +1 -1
- package/svg/chart-curve-spline.svg +1 -1
- package/svg/chart-curve-stepped.svg +1 -1
- package/svg/chart-diagram-add.svg +1 -1
- package/svg/chart-diagram.svg +1 -1
- package/svg/chart-diagrams.svg +1 -1
- package/svg/chart-duration-curve.svg +1 -0
- package/svg/chart-error-bar.svg +1 -0
- package/svg/chart-labels-filled.svg +1 -1
- package/svg/chart-labels.svg +1 -1
- package/svg/chart-types-filled.svg +1 -0
- package/svg/chart-types.svg +1 -0
- package/svg/chart-value-horizontal.svg +1 -0
- package/svg/chart-value-vertical.svg +1 -0
- package/svg/check-in.svg +1 -1
- package/svg/check-out.svg +1 -1
- package/svg/check.svg +1 -1
- package/svg/checkbox-empty-filled.svg +1 -0
- package/svg/checkbox-empty.svg +1 -0
- package/svg/checkbox-filled.svg +1 -1
- package/svg/checkbox-mixed-filled.svg +1 -0
- package/svg/checkbox-mixed.svg +1 -0
- package/svg/checkbox.svg +1 -1
- package/svg/checkboxes-empty-filled.svg +1 -0
- package/svg/checkboxes-empty.svg +1 -0
- package/svg/checkboxes-filled.svg +1 -1
- package/svg/checkboxes.svg +1 -1
- package/svg/chevron-down-bar-small.svg +1 -1
- package/svg/chevron-down-bar.svg +1 -1
- package/svg/chevron-down-small.svg +1 -1
- package/svg/chevron-down.svg +1 -1
- package/svg/chevron-left-bar-small.svg +1 -1
- package/svg/chevron-left-bar.svg +1 -1
- package/svg/chevron-left-small.svg +1 -1
- package/svg/chevron-left.svg +1 -1
- package/svg/chevron-right-bar-small.svg +1 -1
- package/svg/chevron-right-bar.svg +1 -1
- package/svg/chevron-right-small.svg +1 -1
- package/svg/chevron-right.svg +1 -1
- package/svg/chevron-up-bar-small.svg +1 -1
- package/svg/chevron-up-bar.svg +1 -1
- package/svg/chevron-up-small.svg +1 -1
- package/svg/chevron-up.svg +1 -1
- package/svg/circle-dot-filled.svg +1 -1
- package/svg/circle-dot.svg +1 -1
- package/svg/circle-filled.svg +1 -1
- package/svg/circle-pause-filled.svg +1 -1
- package/svg/circle-pause.svg +1 -1
- package/svg/circle-play-filled.svg +1 -1
- package/svg/circle-play.svg +1 -1
- package/svg/circle-stop-filled.svg +1 -1
- package/svg/circle-stop.svg +1 -1
- package/svg/circle.svg +1 -1
- package/svg/clear-filter-filled.svg +1 -1
- package/svg/clear-filter.svg +1 -1
- package/svg/clear.svg +1 -1
- package/svg/client-interface.svg +1 -0
- package/svg/clipboard-filled.svg +1 -0
- package/svg/clipboard.svg +1 -0
- package/svg/clock-filled.svg +1 -1
- package/svg/clock-person.svg +1 -0
- package/svg/clock.svg +1 -1
- package/svg/close-small.svg +1 -1
- package/svg/close.svg +1 -1
- package/svg/cloud-cancelled-filled.svg +1 -0
- package/svg/cloud-cancelled.svg +1 -0
- package/svg/cloud-download-add-filled.svg +1 -1
- package/svg/cloud-download-add.svg +1 -1
- package/svg/cloud-download-filled.svg +1 -1
- package/svg/cloud-download-list-filled.svg +1 -1
- package/svg/cloud-download-list.svg +1 -1
- package/svg/cloud-download.svg +1 -1
- package/svg/cloud-fail-filled.svg +1 -1
- package/svg/cloud-fail.svg +1 -1
- package/svg/cloud-filled.svg +1 -1
- package/svg/cloud-new-filled.svg +1 -1
- package/svg/cloud-new.svg +1 -1
- package/svg/cloud-rain-filled.svg +1 -0
- package/svg/cloud-rain.svg +1 -0
- package/svg/cloud-snow-filled.svg +1 -0
- package/svg/cloud-snow.svg +1 -0
- package/svg/cloud-success-filled.svg +1 -1
- package/svg/cloud-success.svg +1 -1
- package/svg/cloud-thunder-filled.svg +1 -0
- package/svg/cloud-thunder.svg +1 -0
- package/svg/cloud-upload-filled.svg +1 -1
- package/svg/cloud-upload.svg +1 -1
- package/svg/cloud.svg +1 -1
- package/svg/code-document-check.svg +1 -0
- package/svg/code-function.svg +1 -0
- package/svg/code-script.svg +1 -0
- package/svg/code.svg +1 -1
- package/svg/coffee-empty-filled.svg +1 -1
- package/svg/coffee-empty.svg +1 -1
- package/svg/coffee-filled.svg +1 -1
- package/svg/coffee.svg +1 -1
- package/svg/cogwheel-filled.svg +1 -1
- package/svg/cogwheel.svg +1 -1
- package/svg/coin-filled.svg +1 -0
- package/svg/coin-stack-filled.svg +1 -0
- package/svg/coin-stack.svg +1 -0
- package/svg/coin.svg +1 -0
- package/svg/coins-filled.svg +1 -0
- package/svg/coins.svg +1 -0
- package/svg/collapse-all.svg +1 -0
- package/svg/combine.svg +1 -1
- package/svg/command-line-filled.svg +1 -0
- package/svg/command-line.svg +1 -0
- package/svg/comment-alt-filled.svg +1 -0
- package/svg/comment-alt.svg +1 -0
- package/svg/communication-filled.svg +1 -0
- package/svg/communication.svg +1 -0
- package/svg/compact-disc-filled.svg +1 -1
- package/svg/compact-disc.svg +1 -1
- package/svg/compare.svg +1 -1
- package/svg/compound-block.svg +1 -1
- package/svg/configuration-safety.svg +1 -0
- package/svg/configuration.svg +1 -1
- package/svg/configure-filled.svg +1 -1
- package/svg/configure.svg +1 -1
- package/svg/connected-circle-filled.svg +1 -0
- package/svg/connected-circle.svg +1 -0
- package/svg/connected.svg +1 -1
- package/svg/connection-bulb.svg +1 -0
- package/svg/connection-fail.svg +1 -0
- package/svg/connection-local.svg +1 -0
- package/svg/connection-signal.svg +1 -0
- package/svg/connection-success.svg +1 -0
- package/svg/connections-settings.svg +1 -0
- package/svg/connections.svg +1 -0
- package/svg/connectivity.svg +1 -0
- package/svg/connector-chart-filled.svg +1 -1
- package/svg/connector-chart.svg +1 -1
- package/svg/connector-filled.svg +1 -1
- package/svg/connector-hex-filled.svg +1 -1
- package/svg/connector-hex.svg +1 -1
- package/svg/connector-rect-filled.svg +1 -1
- package/svg/connector-rect.svg +1 -1
- package/svg/connector-rhomb-filled.svg +1 -1
- package/svg/connector-rhomb.svg +1 -1
- package/svg/connector.svg +1 -1
- package/svg/consistency-check.svg +1 -1
- package/svg/contact-details-filled.svg +1 -1
- package/svg/contact-details.svg +1 -1
- package/svg/context-menu.svg +1 -1
- package/svg/control-button.svg +1 -0
- package/svg/control-checkbox.svg +1 -0
- package/svg/control-io-field.svg +1 -0
- package/svg/control-label.svg +1 -0
- package/svg/control-list-box.svg +1 -0
- package/svg/control-radiobutton.svg +1 -0
- package/svg/control-select.svg +1 -0
- package/svg/control-slider.svg +1 -0
- package/svg/control-spinner.svg +1 -0
- package/svg/control-switch.svg +1 -0
- package/svg/control-text-button.svg +1 -0
- package/svg/control-textbox.svg +1 -0
- package/svg/control-touch-area.svg +1 -0
- package/svg/control-value-bar.svg +1 -0
- package/svg/controlled-device.svg +1 -1
- package/svg/controller-device-safety.svg +1 -0
- package/svg/controller-device.svg +1 -1
- package/svg/conversation-filled.svg +1 -0
- package/svg/conversation.svg +1 -0
- package/svg/copy-filled.svg +1 -1
- package/svg/copy.svg +1 -1
- package/svg/couch-filled.svg +1 -1
- package/svg/couch.svg +1 -1
- package/svg/counter.svg +1 -1
- package/svg/create-plant-filled.svg +1 -1
- package/svg/create-plant.svg +1 -1
- package/svg/crosshairs-filled.svg +1 -1
- package/svg/crosshairs.svg +1 -1
- package/svg/customer-filled.svg +1 -1
- package/svg/customer.svg +1 -1
- package/svg/cut-filled.svg +1 -1
- package/svg/cut.svg +1 -1
- package/svg/cycle-alt.svg +1 -0
- package/svg/cycle.svg +1 -1
- package/svg/dashboard-filled.svg +1 -0
- package/svg/dashboard-pen-filled.svg +1 -0
- package/svg/dashboard-pen.svg +1 -0
- package/svg/dashboard.svg +1 -0
- package/svg/data-egress.svg +1 -1
- package/svg/data-ingress-egress.svg +1 -1
- package/svg/data-ingress.svg +1 -1
- package/svg/data-management-filled.svg +1 -0
- package/svg/data-management.svg +1 -0
- package/svg/data-type-boolean.svg +1 -0
- package/svg/data-type-double.svg +1 -0
- package/svg/data-type-enum.svg +1 -0
- package/svg/data-type-integer.svg +1 -0
- package/svg/data-type-string-list.svg +1 -0
- package/svg/data-type-string.svg +1 -0
- package/svg/database-arrow-left.svg +1 -0
- package/svg/database-filled.svg +1 -1
- package/svg/database-safety.svg +1 -0
- package/svg/database.svg +1 -1
- package/svg/details.svg +1 -1
- package/svg/device-driver.svg +1 -1
- package/svg/device-fan.svg +1 -1
- package/svg/device-manager.svg +1 -0
- package/svg/device-play-filled.svg +1 -0
- package/svg/device-play.svg +1 -0
- package/svg/device-view-flat.svg +1 -0
- package/svg/device-view-hierarchical.svg +1 -0
- package/svg/diagram-module-library.svg +1 -1
- package/svg/diagram-module-new.svg +1 -1
- package/svg/diagram-module.svg +1 -1
- package/svg/diamond.svg +1 -1
- package/svg/disconnected-circle-filled.svg +1 -0
- package/svg/disconnected-circle.svg +1 -0
- package/svg/disconnected.svg +1 -1
- package/svg/disk-filled.svg +1 -1
- package/svg/disk-pen.svg +1 -1
- package/svg/disk.svg +1 -1
- package/svg/distribute-objects-horizontally.svg +1 -0
- package/svg/distribute-objects-vertically.svg +1 -0
- package/svg/distribution.svg +1 -1
- package/svg/doc-document.svg +1 -1
- package/svg/document-bulk.svg +1 -1
- package/svg/document-code-filled.svg +1 -0
- package/svg/document-code.svg +1 -0
- package/svg/document-fail.svg +1 -1
- package/svg/document-filled.svg +1 -0
- package/svg/document-info.svg +1 -1
- package/svg/document-link.svg +1 -1
- package/svg/document-management.svg +1 -1
- package/svg/document-mapping-filled.svg +1 -0
- package/svg/document-mapping.svg +1 -0
- package/svg/document-plus-minus-filled.svg +1 -0
- package/svg/document-plus-minus.svg +1 -0
- package/svg/document-program-filled.svg +1 -0
- package/svg/document-program.svg +1 -0
- package/svg/document-reference.svg +1 -1
- package/svg/document-settings.svg +1 -1
- package/svg/document-success.svg +1 -1
- package/svg/document.svg +1 -1
- package/svg/double-check.svg +1 -1
- package/svg/double-chevron-down.svg +1 -1
- package/svg/double-chevron-left.svg +1 -1
- package/svg/double-chevron-right.svg +1 -1
- package/svg/double-chevron-up.svg +1 -1
- package/svg/doublet-filled.svg +1 -1
- package/svg/doublet.svg +1 -1
- package/svg/doughnutchart-filled.svg +1 -0
- package/svg/doughnutchart.svg +1 -0
- package/svg/download-add.svg +1 -1
- package/svg/download-delta.svg +1 -0
- package/svg/download-full.svg +1 -0
- package/svg/download-list.svg +1 -1
- package/svg/download.svg +1 -1
- package/svg/downtime.svg +1 -0
- package/svg/drag-and-drop.svg +1 -1
- package/svg/drag-gripper.svg +1 -1
- package/svg/draw-circle-arc.svg +1 -0
- package/svg/draw-circle-segment.svg +1 -0
- package/svg/draw-circle.svg +1 -0
- package/svg/draw-ellipse-segment.svg +1 -0
- package/svg/drawer-documents.svg +1 -0
- package/svg/drawing-document-filled.svg +1 -0
- package/svg/drawing-document.svg +1 -0
- package/svg/drive-safety.svg +1 -0
- package/svg/drive.svg +1 -0
- package/svg/drop-zone.svg +1 -1
- package/svg/drop.svg +1 -1
- package/svg/duplicate-document.svg +1 -1
- package/svg/duplicate-filled.svg +1 -1
- package/svg/duplicate.svg +1 -1
- package/svg/e-mail-filled.svg +1 -1
- package/svg/e-mail.svg +1 -1
- package/svg/earth-filled.svg +1 -1
- package/svg/earth.svg +1 -1
- package/svg/edit-document-filled.svg +1 -1
- package/svg/edit-document.svg +1 -1
- package/svg/edit-plant-filled.svg +1 -0
- package/svg/edit-plant.svg +1 -1
- package/svg/editor-grid-dots.svg +1 -0
- package/svg/editor-grid-lines.svg +1 -0
- package/svg/editor-grid-magnet.svg +1 -0
- package/svg/editor-grid-none.svg +1 -0
- package/svg/editor-grid.svg +1 -0
- package/svg/editor-guide-lines-magnet.svg +1 -0
- package/svg/editor-guides.svg +1 -0
- package/svg/editor-resources.svg +1 -0
- package/svg/electrical-energy-filled.svg +1 -1
- package/svg/electrical-energy.svg +1 -1
- package/svg/element-filled.svg +1 -0
- package/svg/element.svg +1 -0
- package/svg/ellipse-arc.svg +1 -1
- package/svg/ellipse-filled.svg +1 -1
- package/svg/ellipse.svg +1 -1
- package/svg/email-document-filled.svg +1 -0
- package/svg/email-document.svg +1 -0
- package/svg/emergency-stop-filled.svg +1 -0
- package/svg/emergency-stop.svg +1 -0
- package/svg/emote-happy-filled.svg +1 -0
- package/svg/emote-happy.svg +1 -0
- package/svg/emote-neutral-filled.svg +1 -0
- package/svg/emote-neutral.svg +1 -0
- package/svg/emote-sad-filled.svg +1 -0
- package/svg/emote-sad.svg +1 -0
- package/svg/error-filled.svg +1 -1
- package/svg/error-multiple-filled.svg +1 -0
- package/svg/error-multiple.svg +1 -0
- package/svg/error.svg +1 -1
- package/svg/exclamation-mark.svg +1 -0
- package/svg/expand-all.svg +1 -0
- package/svg/explore-filled.svg +1 -1
- package/svg/explore.svg +1 -1
- package/svg/export-check.svg +1 -0
- package/svg/export-failed.svg +1 -0
- package/svg/export-progress.svg +1 -0
- package/svg/export.svg +1 -1
- package/svg/extension.svg +1 -0
- package/svg/external-encoder.svg +1 -0
- package/svg/eye-cancelled-filled.svg +1 -1
- package/svg/eye-cancelled.svg +1 -1
- package/svg/eye-dropper.svg +1 -0
- package/svg/eye-filled.svg +1 -1
- package/svg/eye-focus.svg +1 -0
- package/svg/eye-magnifying-glass.svg +1 -0
- package/svg/eye.svg +1 -1
- package/svg/facebook-logo.svg +1 -0
- package/svg/faceplate-container.svg +1 -0
- package/svg/factory-reset-filled.svg +1 -1
- package/svg/factory-reset.svg +1 -1
- package/svg/fast-forward-filled.svg +1 -0
- package/svg/fast-forward.svg +1 -0
- package/svg/feedback-filled.svg +1 -0
- package/svg/feedback.svg +1 -0
- package/svg/filter-filled.svg +1 -1
- package/svg/filter-update.svg +1 -0
- package/svg/filter.svg +1 -1
- package/svg/firmware.svg +1 -1
- package/svg/fit-to-screen.svg +1 -1
- package/svg/flag-alt-filled.svg +1 -0
- package/svg/flag-alt.svg +1 -0
- package/svg/flag-filled.svg +1 -1
- package/svg/flag.svg +1 -1
- package/svg/flare.svg +1 -0
- package/svg/flashing.svg +1 -1
- package/svg/flow-physically.svg +1 -0
- package/svg/folder-application-screen.svg +1 -0
- package/svg/folder-collapse-all.svg +1 -0
- package/svg/folder-down-filled.svg +1 -1
- package/svg/folder-down.svg +1 -1
- package/svg/folder-expand-all.svg +1 -0
- package/svg/folder-filled.svg +1 -1
- package/svg/folder-new-filled.svg +1 -1
- package/svg/folder-new.svg +1 -1
- package/svg/folder-open-filled.svg +1 -1
- package/svg/folder-open.svg +1 -1
- package/svg/folder-tag.svg +1 -0
- package/svg/folder-up-filled.svg +1 -1
- package/svg/folder-up.svg +1 -1
- package/svg/folder.svg +1 -1
- package/svg/frames-filled.svg +1 -0
- package/svg/frames.svg +1 -0
- package/svg/full-screen-exit.svg +1 -1
- package/svg/full-screen.svg +1 -1
- package/svg/function-block-library.svg +1 -1
- package/svg/function-block-new.svg +1 -1
- package/svg/function-block-safety.svg +1 -0
- package/svg/function-block.svg +1 -1
- package/svg/function-diagram-new.svg +1 -1
- package/svg/function-diagram.svg +1 -1
- package/svg/ganttchart.svg +1 -0
- package/svg/gauge-filled.svg +1 -1
- package/svg/gauge.svg +1 -1
- package/svg/gaugechart.svg +1 -1
- package/svg/generic-device-alarm.svg +1 -0
- package/svg/generic-device-brackets.svg +1 -0
- package/svg/generic-device-cancelled.svg +1 -0
- package/svg/generic-device-connected.svg +1 -0
- package/svg/generic-device-dashed.svg +1 -0
- package/svg/generic-device-disconnected.svg +1 -0
- package/svg/generic-device-error.svg +1 -0
- package/svg/generic-device-flare.svg +1 -0
- package/svg/generic-device-forced-mode.svg +1 -0
- package/svg/generic-device-incompatible.svg +1 -0
- package/svg/generic-device-io-unavailable.svg +1 -0
- package/svg/generic-device-lock.svg +1 -0
- package/svg/generic-device-maintenance.svg +1 -0
- package/svg/generic-device-pause.svg +1 -0
- package/svg/generic-device-play.svg +1 -0
- package/svg/generic-device-power-saving.svg +1 -0
- package/svg/generic-device-published.svg +1 -0
- package/svg/generic-device-question.svg +1 -0
- package/svg/generic-device-refresh.svg +1 -0
- package/svg/generic-device-reset.svg +1 -0
- package/svg/generic-device-restart.svg +1 -0
- package/svg/generic-device-rocket.svg +1 -0
- package/svg/generic-device-safety.svg +1 -0
- package/svg/generic-device-shield.svg +1 -0
- package/svg/generic-device-shutdown.svg +1 -0
- package/svg/generic-device-slash.svg +1 -0
- package/svg/generic-device-software-alarm.svg +1 -0
- package/svg/generic-device-standby.svg +1 -0
- package/svg/generic-device-stop-userprogram.svg +1 -0
- package/svg/generic-device-stop.svg +1 -0
- package/svg/generic-device-success.svg +1 -0
- package/svg/generic-device-synchronized.svg +1 -0
- package/svg/generic-device-traffic.svg +1 -0
- package/svg/generic-device.svg +1 -0
- package/svg/github-logo.svg +1 -0
- package/svg/glasses-play.svg +1 -0
- package/svg/global-plant-filled.svg +1 -1
- package/svg/global-plant.svg +1 -1
- package/svg/globe-filled.svg +1 -1
- package/svg/globe-tag.svg +1 -0
- package/svg/globe.svg +1 -1
- package/svg/goto.svg +1 -1
- package/svg/graph-filled.svg +1 -0
- package/svg/graph.svg +1 -0
- package/svg/grid-pen.svg +1 -0
- package/svg/group-objects.svg +1 -0
- package/svg/group.svg +1 -1
- package/svg/hand-filled.svg +1 -0
- package/svg/hand.svg +1 -0
- package/svg/handshake.svg +1 -1
- package/svg/hard-disk-drive.svg +1 -1
- package/svg/hard-reset.svg +1 -1
- package/svg/hardware-cabinet.svg +1 -1
- package/svg/hat-man-filled.svg +1 -0
- package/svg/hat-man.svg +1 -0
- package/svg/heading.svg +1 -1
- package/svg/health-filled.svg +1 -1
- package/svg/health.svg +1 -1
- package/svg/heart-filled.svg +1 -1
- package/svg/heart.svg +1 -1
- package/svg/heat-map-chart-filled.svg +1 -0
- package/svg/heat-map-chart.svg +1 -0
- package/svg/height.svg +1 -1
- package/svg/helmet-safety-filled.svg +1 -0
- package/svg/helmet-safety.svg +1 -0
- package/svg/hexagon-vertical-bars-database-filled.svg +1 -1
- package/svg/hexagon-vertical-bars-database.svg +1 -1
- package/svg/hexagon-vertical-bars-filled.svg +1 -1
- package/svg/hexagon-vertical-bars.svg +1 -1
- package/svg/hierarchy.svg +1 -1
- package/svg/highlight-filled.svg +1 -1
- package/svg/highlight.svg +1 -1
- package/svg/history-list.svg +1 -1
- package/svg/history.svg +1 -1
- package/svg/home-filled.svg +1 -1
- package/svg/home.svg +1 -1
- package/svg/hourglass-empty.svg +1 -1
- package/svg/hourglass-end.svg +1 -1
- package/svg/hourglass-filled.svg +1 -1
- package/svg/hourglass-start.svg +1 -1
- package/svg/hourglass.svg +1 -1
- package/svg/id-filled.svg +1 -0
- package/svg/id.svg +1 -0
- package/svg/image-filled.svg +1 -1
- package/svg/image.svg +1 -1
- package/svg/import-check.svg +1 -0
- package/svg/import-failed.svg +1 -0
- package/svg/import-progress.svg +1 -0
- package/svg/import.svg +1 -1
- package/svg/incompatible.svg +1 -0
- package/svg/indicator-filled.svg +1 -0
- package/svg/indicator.svg +1 -0
- package/svg/info-feed.svg +1 -1
- package/svg/info-filled.svg +1 -1
- package/svg/info-multiple-filled.svg +1 -0
- package/svg/info-multiple.svg +1 -0
- package/svg/info.svg +1 -1
- package/svg/ingestion-report.svg +1 -1
- package/svg/ingestion.svg +1 -1
- package/svg/ink-pen-add.svg +1 -0
- package/svg/ink-pen-filled.svg +1 -0
- package/svg/ink-pen.svg +1 -1
- package/svg/inquiry-filled.svg +1 -1
- package/svg/inquiry-mail.svg +1 -1
- package/svg/inquiry.svg +1 -1
- package/svg/instagram-logo.svg +1 -0
- package/svg/interpreter-filled.svg +1 -0
- package/svg/interpreter.svg +1 -0
- package/svg/ipcs.svg +1 -1
- package/svg/item-details-filled.svg +1 -1
- package/svg/item-details.svg +1 -1
- package/svg/java-script-connection.svg +1 -0
- package/svg/java-script.svg +1 -0
- package/svg/jigsaw-details-filled.svg +1 -0
- package/svg/jigsaw-details.svg +1 -0
- package/svg/jigsaw-filled.svg +1 -0
- package/svg/jigsaw.svg +1 -0
- package/svg/join.svg +1 -1
- package/svg/json-document-filled.svg +1 -0
- package/svg/json-document.svg +1 -0
- package/svg/key.svg +1 -0
- package/svg/keyboard-docked-bottom.svg +1 -0
- package/svg/keyboard-floating.svg +1 -0
- package/svg/keyboard-framed.svg +1 -0
- package/svg/keyboard.svg +1 -0
- package/svg/kinematics.svg +1 -0
- package/svg/kpi-filled.svg +1 -0
- package/svg/kpi.svg +1 -0
- package/svg/label-filled.svg +1 -1
- package/svg/label.svg +1 -1
- package/svg/language-filled.svg +1 -1
- package/svg/language.svg +1 -1
- package/svg/layers-filled.svg +1 -1
- package/svg/layers.svg +1 -1
- package/svg/leading-axis-proxy.svg +1 -0
- package/svg/leaf.svg +1 -1
- package/svg/legal-circle-filled.svg +1 -0
- package/svg/legal-circle.svg +1 -0
- package/svg/legal.svg +1 -1
- package/svg/library-new.svg +1 -1
- package/svg/library.svg +1 -1
- package/svg/license.svg +1 -1
- package/svg/light-dark.svg +1 -1
- package/svg/limits-cancelled.svg +1 -0
- package/svg/limits-check.svg +1 -0
- package/svg/line-cap-flat.svg +1 -0
- package/svg/line-cap-round.svg +1 -0
- package/svg/line-cap-square.svg +1 -0
- package/svg/line-dash-dot-dot.svg +1 -0
- package/svg/line-dash-dot.svg +1 -0
- package/svg/line-dash.svg +1 -0
- package/svg/line-diagonal.svg +1 -1
- package/svg/line-dot.svg +1 -0
- package/svg/line-solid.svg +1 -0
- package/svg/linechart.svg +1 -0
- package/svg/link-break.svg +1 -1
- package/svg/link-diagonal.svg +1 -1
- package/svg/link.svg +1 -1
- package/svg/linkedin-logo.svg +1 -0
- package/svg/list-add.svg +1 -0
- package/svg/list-graphics-text.svg +1 -0
- package/svg/list-graphics.svg +1 -0
- package/svg/list-percentage.svg +1 -0
- package/svg/list-remove.svg +1 -0
- package/svg/list-sorted-alt.svg +1 -1
- package/svg/list-sorted.svg +1 -1
- package/svg/list-text.svg +1 -0
- package/svg/list.svg +1 -1
- package/svg/live-feed.svg +1 -0
- package/svg/live-schedule.svg +1 -1
- package/svg/location-filled.svg +1 -1
- package/svg/location.svg +1 -1
- package/svg/lock-check.svg +1 -0
- package/svg/lock-filled.svg +1 -1
- package/svg/lock-key-filled.svg +1 -1
- package/svg/lock-key.svg +1 -1
- package/svg/lock.svg +1 -1
- package/svg/log-in.svg +1 -1
- package/svg/log-out.svg +1 -1
- package/svg/log.svg +1 -1
- package/svg/logic-diagram.svg +1 -1
- package/svg/longer.svg +1 -0
- package/svg/lower-limit.svg +1 -1
- package/svg/machine-a-filled.svg +1 -0
- package/svg/machine-a.svg +1 -0
- package/svg/machine-b-filled.svg +1 -0
- package/svg/machine-b.svg +1 -0
- package/svg/machine-c-filled.svg +1 -0
- package/svg/machine-c.svg +1 -0
- package/svg/magnet-cancelled.svg +1 -0
- package/svg/magnet.svg +1 -0
- package/svg/mail-alarm-analog.svg +1 -0
- package/svg/mail-alarm-classes.svg +1 -0
- package/svg/mail-alarm-discrete.svg +1 -0
- package/svg/mail-filled.svg +1 -1
- package/svg/mail.svg +1 -1
- package/svg/maintenance-documents.svg +1 -1
- package/svg/maintenance-filled.svg +1 -0
- package/svg/maintenance-info-filled.svg +1 -0
- package/svg/maintenance-info.svg +1 -1
- package/svg/maintenance-octagon-filled.svg +1 -0
- package/svg/maintenance-octagon.svg +1 -0
- package/svg/maintenance-rhomb-filled.svg +1 -0
- package/svg/maintenance-rhomb.svg +1 -0
- package/svg/maintenance-square-filled.svg +1 -0
- package/svg/maintenance-square.svg +1 -0
- package/svg/maintenance-triangle-filled.svg +1 -0
- package/svg/maintenance-triangle.svg +1 -0
- package/svg/maintenance-warning-filled.svg +1 -1
- package/svg/maintenance-warning.svg +1 -1
- package/svg/maintenance.svg +1 -1
- package/svg/mandatory-done.svg +1 -1
- package/svg/mandatory.svg +1 -1
- package/svg/map-alt-1-filled.svg +1 -0
- package/svg/map-alt-1.svg +1 -0
- package/svg/map-alt-2-filled.svg +1 -0
- package/svg/map-alt-2.svg +1 -0
- package/svg/map-alt-3-filled.svg +1 -0
- package/svg/map-alt-3.svg +1 -0
- package/svg/map.svg +1 -1
- package/svg/mastodon-logo.svg +1 -0
- package/svg/maximize.svg +1 -1
- package/svg/measuring-input.svg +1 -0
- package/svg/media-player.svg +1 -0
- package/svg/microphone-filled.svg +1 -1
- package/svg/microphone.svg +1 -1
- package/svg/minimize.svg +1 -1
- package/svg/minus.svg +1 -1
- package/svg/missing-symbol.svg +1 -1
- package/svg/mix.svg +1 -1
- package/svg/mobile-phone-filled.svg +1 -0
- package/svg/mobile-phone.svg +1 -0
- package/svg/monitor-filled.svg +1 -1
- package/svg/monitor-trend.svg +1 -1
- package/svg/monitor.svg +1 -1
- package/svg/monitoring-add.svg +1 -1
- package/svg/monitoring.svg +1 -1
- package/svg/monitorings.svg +1 -1
- package/svg/moon-filled.svg +1 -1
- package/svg/moon.svg +1 -1
- package/svg/more-menu.svg +1 -1
- package/svg/mouse-click-filled.svg +1 -1
- package/svg/mouse-click.svg +1 -1
- package/svg/mouse-select-filled.svg +1 -1
- package/svg/mouse-select.svg +1 -1
- package/svg/move-horizontally.svg +1 -0
- package/svg/move-layer-down.svg +1 -0
- package/svg/move-layer-up.svg +1 -0
- package/svg/move-vertically.svg +1 -0
- package/svg/move.svg +1 -1
- package/svg/movie-filled.svg +1 -0
- package/svg/movie.svg +1 -0
- package/svg/mp4-document.svg +1 -1
- package/svg/mqtt-filled.svg +1 -0
- package/svg/mqtt.svg +1 -0
- package/svg/music-note.svg +1 -0
- package/svg/namur-check-function-filled.svg +1 -1
- package/svg/namur-check-function.svg +1 -1
- package/svg/namur-diagnostics-passive-filled.svg +1 -0
- package/svg/namur-diagnostics-passive.svg +1 -0
- package/svg/namur-failure-filled.svg +1 -1
- package/svg/namur-failure.svg +1 -1
- package/svg/namur-maintenance-required-filled.svg +1 -1
- package/svg/namur-maintenance-required.svg +1 -1
- package/svg/namur-ok-filled.svg +1 -1
- package/svg/namur-ok.svg +1 -1
- package/svg/namur-out-of-spec-filled.svg +1 -1
- package/svg/namur-out-of-spec.svg +1 -1
- package/svg/navigation-filled.svg +1 -1
- package/svg/navigation-left-hide.svg +1 -0
- package/svg/navigation-left.svg +1 -1
- package/svg/navigation-right-hide.svg +1 -0
- package/svg/navigation-right.svg +1 -1
- package/svg/navigation.svg +1 -1
- package/svg/network-device-filled.svg +1 -0
- package/svg/network-device-play-filled.svg +1 -0
- package/svg/network-device-play.svg +1 -0
- package/svg/network-device.svg +1 -0
- package/svg/network-wired-wireless.svg +1 -0
- package/svg/network-wired.svg +1 -0
- package/svg/no-filter-filled.svg +1 -1
- package/svg/no-filter.svg +1 -1
- package/svg/no-image.svg +1 -1
- package/svg/note-filled.svg +1 -1
- package/svg/note.svg +1 -1
- package/svg/notebook-filled.svg +1 -0
- package/svg/notebook.svg +1 -0
- package/svg/notification-filled.svg +1 -1
- package/svg/notification.svg +1 -1
- package/svg/notifications-filled.svg +1 -1
- package/svg/notifications.svg +1 -1
- package/svg/objects-tree.svg +1 -0
- package/svg/objects.svg +1 -0
- package/svg/ontology-filled.svg +1 -1
- package/svg/ontology.svg +1 -1
- package/svg/open-external.svg +1 -1
- package/svg/open-file-filled.svg +1 -1
- package/svg/open-file.svg +1 -1
- package/svg/operate-plant-filled.svg +1 -1
- package/svg/operate-plant.svg +1 -1
- package/svg/operating-system-add.svg +1 -0
- package/svg/operating-system-settings.svg +1 -0
- package/svg/operating-system.svg +1 -1
- package/svg/optimize.svg +1 -1
- package/svg/output-cam.svg +1 -0
- package/svg/p-and-i-symbols.svg +1 -1
- package/svg/p-i-diagram.svg +1 -1
- package/svg/package-filled.svg +1 -0
- package/svg/package.svg +1 -0
- package/svg/palette-filled.svg +1 -0
- package/svg/palette.svg +1 -0
- package/svg/pan.svg +1 -1
- package/svg/panel-ipc-fail.svg +1 -1
- package/svg/panel-ipc-question.svg +1 -1
- package/svg/panel-ipc-success.svg +1 -1
- package/svg/panel-ipc.svg +1 -1
- package/svg/parameter.svg +1 -0
- package/svg/paste-filled.svg +1 -0
- package/svg/paste.svg +1 -1
- package/svg/pause.svg +1 -1
- package/svg/pc-tower-filled.svg +1 -1
- package/svg/pc-tower-settings-filled.svg +1 -0
- package/svg/pc-tower-settings.svg +1 -0
- package/svg/pc-tower.svg +1 -1
- package/svg/pdf-document-filled.svg +1 -0
- package/svg/pdf-document.svg +1 -1
- package/svg/pen-cancelled-filled.svg +1 -0
- package/svg/pen-cancelled.svg +1 -0
- package/svg/pen-filled.svg +1 -1
- package/svg/pen.svg +1 -1
- package/svg/phone-filled.svg +1 -1
- package/svg/phone.svg +1 -1
- package/svg/photo-camera-add.svg +1 -1
- package/svg/photo-camera-cancelled-filled.svg +1 -1
- package/svg/photo-camera-cancelled.svg +1 -1
- package/svg/photo-camera-filled.svg +1 -1
- package/svg/photo-camera.svg +1 -1
- package/svg/photo-cameras.svg +1 -1
- package/svg/piechart-filled.svg +1 -1
- package/svg/piechart.svg +1 -1
- package/svg/pin-cancelled-filled.svg +1 -0
- package/svg/pin-cancelled.svg +1 -0
- package/svg/pin-filled.svg +1 -1
- package/svg/pin.svg +1 -1
- package/svg/plant-details-filled.svg +1 -0
- package/svg/plant-details.svg +1 -0
- package/svg/plant-filled.svg +1 -1
- package/svg/plant-handbook-filled.svg +1 -1
- package/svg/plant-handbook.svg +1 -1
- package/svg/plant-search-filled.svg +1 -0
- package/svg/plant-search.svg +1 -0
- package/svg/plant-security-filled.svg +1 -0
- package/svg/plant-security.svg +1 -1
- package/svg/plant-settings-filled.svg +1 -1
- package/svg/plant-settings.svg +1 -1
- package/svg/plant-user-filled.svg +1 -1
- package/svg/plant-user.svg +1 -1
- package/svg/plant.svg +1 -1
- package/svg/plants-filled.svg +1 -1
- package/svg/plants.svg +1 -1
- package/svg/play-filled.svg +1 -1
- package/svg/play-pause-filled.svg +1 -1
- package/svg/play-pause.svg +1 -1
- package/svg/play-stepwise-filled.svg +1 -1
- package/svg/play-stepwise.svg +1 -1
- package/svg/play.svg +1 -1
- package/svg/plc-device-tag.svg +1 -0
- package/svg/plc-device-user-data-type.svg +1 -0
- package/svg/plc-device.svg +1 -0
- package/svg/plc-tag.svg +1 -0
- package/svg/plc-user-data-type.svg +1 -0
- package/svg/plc.svg +1 -0
- package/svg/plus-minus-times-divide.svg +1 -1
- package/svg/plus.svg +1 -1
- package/svg/point-up-filled.svg +1 -1
- package/svg/point-up.svg +1 -1
- package/svg/polar-plot.svg +1 -1
- package/svg/polarchart-filled.svg +1 -0
- package/svg/polarchart.svg +1 -0
- package/svg/polygon-filled.svg +1 -1
- package/svg/polygon-line.svg +1 -1
- package/svg/polygon.svg +1 -1
- package/svg/power-supply.svg +1 -1
- package/svg/ppt-document.svg +1 -1
- package/svg/print-filled.svg +1 -1
- package/svg/print.svg +1 -1
- package/svg/prio-high.svg +1 -1
- package/svg/prio-low.svg +1 -1
- package/svg/prio-middle.svg +1 -1
- package/svg/process-control.svg +1 -0
- package/svg/product-catalog.svg +1 -1
- package/svg/product-management.svg +1 -1
- package/svg/product.svg +1 -1
- package/svg/profisafe-logo.svg +1 -0
- package/svg/project-arrow-diagonal-top-right.svg +1 -0
- package/svg/project-arrow-left.svg +1 -0
- package/svg/project-arrow-right.svg +1 -0
- package/svg/project-close.svg +1 -0
- package/svg/project-configuration.svg +1 -1
- package/svg/project-duplicate.svg +1 -0
- package/svg/project-history.svg +1 -0
- package/svg/project-new.svg +1 -1
- package/svg/project-scenarios.svg +1 -1
- package/svg/project-server-filled.svg +1 -1
- package/svg/project-server.svg +1 -1
- package/svg/project-settings.svg +1 -0
- package/svg/project-simulation.svg +1 -0
- package/svg/project.svg +1 -1
- package/svg/projects-close.svg +1 -0
- package/svg/projects.svg +1 -0
- package/svg/protocol.svg +1 -1
- package/svg/publish-document.svg +1 -1
- package/svg/publish.svg +1 -1
- package/svg/qr-code.svg +1 -1
- package/svg/quality-report.svg +1 -1
- package/svg/question-filled.svg +1 -1
- package/svg/question-mark.svg +1 -0
- package/svg/question.svg +1 -1
- package/svg/quote.svg +1 -1
- package/svg/rack-ipc-fail.svg +1 -1
- package/svg/rack-ipc-question.svg +1 -1
- package/svg/rack-ipc-success.svg +1 -1
- package/svg/rack-ipc.svg +1 -1
- package/svg/radarchart.svg +1 -1
- package/svg/radio-waves-off.svg +1 -1
- package/svg/radio-waves-warning.svg +1 -1
- package/svg/radio-waves.svg +1 -1
- package/svg/random-filled.svg +1 -1
- package/svg/random.svg +1 -1
- package/svg/reboot.svg +1 -1
- package/svg/record-filled.svg +1 -0
- package/svg/record.svg +1 -0
- package/svg/rectangle-filled.svg +1 -1
- package/svg/rectangle.svg +1 -1
- package/svg/reddit-logo.svg +1 -0
- package/svg/redo.svg +1 -1
- package/svg/reference-point-bottom-left.svg +1 -0
- package/svg/reference-point-bottom-right.svg +1 -0
- package/svg/reference-point-centered.svg +1 -0
- package/svg/reference-point-top-left.svg +1 -0
- package/svg/reference-point-top-right.svg +1 -0
- package/svg/reference.svg +1 -1
- package/svg/refresh-arrow-down.svg +1 -0
- package/svg/refresh-cancelled.svg +1 -1
- package/svg/refresh-exclamation.svg +1 -1
- package/svg/refresh-settings.svg +1 -1
- package/svg/refresh.svg +1 -1
- package/svg/reload.svg +1 -1
- package/svg/remote-access.svg +1 -0
- package/svg/remove-application.svg +1 -1
- package/svg/remove-circle-filled.svg +1 -0
- package/svg/remove-circle.svg +1 -0
- package/svg/remove-eye-filled.svg +1 -1
- package/svg/remove-eye.svg +1 -1
- package/svg/rename.svg +1 -1
- package/svg/reorder.svg +1 -1
- package/svg/replace.svg +1 -1
- package/svg/report-barchart.svg +1 -1
- package/svg/report-general.svg +1 -0
- package/svg/report-linechart.svg +1 -1
- package/svg/report-text.svg +1 -1
- package/svg/reset.svg +1 -1
- package/svg/restart.svg +1 -0
- package/svg/restore-backup-filled.svg +1 -1
- package/svg/restore-backup-pc.svg +1 -1
- package/svg/restore-backup.svg +1 -1
- package/svg/restore.svg +1 -0
- package/svg/rewind-filled.svg +1 -0
- package/svg/rewind.svg +1 -0
- package/svg/rhomb-filled.svg +1 -1
- package/svg/rhomb.svg +1 -1
- package/svg/road-filled.svg +1 -1
- package/svg/road.svg +1 -1
- package/svg/robotic-arm.svg +1 -0
- package/svg/robotic-gripper.svg +1 -0
- package/svg/rocket-circle-filled.svg +1 -0
- package/svg/rocket-circle.svg +1 -0
- package/svg/rocket-filled.svg +1 -1
- package/svg/rocket.svg +1 -1
- package/svg/roles-filled.svg +1 -0
- package/svg/roles.svg +1 -0
- package/svg/rotate-180.svg +1 -0
- package/svg/rotate-90-left.svg +1 -0
- package/svg/rotate-90-right.svg +1 -0
- package/svg/rotate.svg +1 -0
- package/svg/route-target.svg +1 -1
- package/svg/route.svg +1 -1
- package/svg/ruler-diagonal.svg +1 -0
- package/svg/ruler-horizontal.svg +1 -0
- package/svg/ruler-vertical.svg +1 -0
- package/svg/rules-filled.svg +1 -0
- package/svg/rules.svg +1 -0
- package/svg/runtime-play.svg +1 -0
- package/svg/runtime-settings.svg +1 -1
- package/svg/runtime-stop.svg +1 -0
- package/svg/safety-settings.svg +1 -0
- package/svg/sankeychart.svg +1 -0
- package/svg/save-all.svg +1 -0
- package/svg/scale.svg +1 -0
- package/svg/scatterplot.svg +1 -1
- package/svg/scheduler-filled.svg +1 -1
- package/svg/scheduler.svg +1 -1
- package/svg/screen-duplicate-filled.svg +1 -0
- package/svg/screen-duplicate.svg +1 -0
- package/svg/screen-filled.svg +1 -1
- package/svg/screen-pc-tower-filled.svg +1 -0
- package/svg/screen-pc-tower-settings-filled.svg +1 -0
- package/svg/screen-pc-tower-settings.svg +1 -0
- package/svg/screen-pc-tower.svg +1 -0
- package/svg/screen-settings-filled.svg +1 -0
- package/svg/screen-settings.svg +1 -0
- package/svg/screen.svg +1 -1
- package/svg/screens-filled.svg +1 -0
- package/svg/screens.svg +1 -0
- package/svg/screenshot-filled.svg +1 -1
- package/svg/screenshot.svg +1 -1
- package/svg/script-add.svg +1 -1
- package/svg/script.svg +1 -1
- package/svg/scripts.svg +1 -1
- package/svg/sd-card-filled.svg +1 -1
- package/svg/sd-card-micro-filled.svg +1 -1
- package/svg/sd-card-micro.svg +1 -1
- package/svg/sd-card.svg +1 -1
- package/svg/search.svg +1 -1
- package/svg/select-alt-filled.svg +1 -0
- package/svg/select-alt.svg +1 -0
- package/svg/send-backward.svg +1 -0
- package/svg/send-right-filled.svg +1 -0
- package/svg/send-right.svg +1 -0
- package/svg/send-to-back.svg +1 -0
- package/svg/send-top-right-filled.svg +1 -0
- package/svg/send-top-right.svg +1 -0
- package/svg/sensor.svg +1 -0
- package/svg/separator-line.svg +1 -1
- package/svg/server-interface.svg +1 -0
- package/svg/shapes-filled.svg +1 -0
- package/svg/shapes.svg +1 -0
- package/svg/share-alt-filled.svg +1 -0
- package/svg/share-alt.svg +1 -0
- package/svg/share-filled.svg +1 -1
- package/svg/share.svg +1 -1
- package/svg/shield-broken-filled.svg +1 -1
- package/svg/shield-broken.svg +1 -1
- package/svg/shield-check-filled.svg +1 -1
- package/svg/shield-check.svg +1 -1
- package/svg/shield-filled.svg +1 -1
- package/svg/shield-half.svg +1 -1
- package/svg/shield.svg +1 -1
- package/svg/shift-filled.svg +1 -0
- package/svg/shift.svg +1 -0
- package/svg/shopping-cart-filled.svg +1 -1
- package/svg/shopping-cart.svg +1 -1
- package/svg/shorter.svg +1 -0
- package/svg/shout-filled.svg +1 -1
- package/svg/shout.svg +1 -1
- package/svg/shutdown.svg +1 -0
- package/svg/sign-language.svg +1 -1
- package/svg/signal-strength-0.svg +1 -1
- package/svg/signal-strength-1.svg +1 -1
- package/svg/signal-strength-2.svg +1 -1
- package/svg/signal-strength-3.svg +1 -1
- package/svg/signal-strength-4.svg +1 -1
- package/svg/signal-strength-5.svg +1 -1
- package/svg/signal-strength-6.svg +1 -1
- package/svg/signal-strength-7.svg +1 -1
- package/svg/signal-strength-8.svg +1 -1
- package/svg/simit-component.svg +1 -1
- package/svg/simit-macro-component-editor.svg +1 -1
- package/svg/simit-macro.svg +1 -1
- package/svg/simulation-table.svg +1 -0
- package/svg/single-check.svg +1 -1
- package/svg/skip-back-filled.svg +1 -1
- package/svg/skip-back.svg +1 -1
- package/svg/skip-filled.svg +1 -1
- package/svg/skip.svg +1 -1
- package/svg/sms.svg +1 -0
- package/svg/snowflake.svg +1 -1
- package/svg/solid-state-drive.svg +1 -1
- package/svg/sort-alt.svg +1 -1
- package/svg/sort-ascending.svg +1 -1
- package/svg/sort-descending.svg +1 -1
- package/svg/sort.svg +1 -1
- package/svg/sound-loud-filled.svg +1 -1
- package/svg/sound-loud.svg +1 -1
- package/svg/sound-mute-filled.svg +1 -1
- package/svg/sound-mute.svg +1 -1
- package/svg/sound-off-filled.svg +1 -1
- package/svg/sound-off.svg +1 -1
- package/svg/sound-quiet-filled.svg +1 -1
- package/svg/sound-quiet.svg +1 -1
- package/svg/spatial.svg +1 -1
- package/svg/spiderchart-filled.svg +1 -0
- package/svg/spiderchart.svg +1 -0
- package/svg/split-horizontally.svg +1 -1
- package/svg/split-vertically.svg +1 -1
- package/svg/split.svg +1 -1
- package/svg/stacked-barchart.svg +1 -0
- package/svg/stamp-filled.svg +1 -1
- package/svg/stamp.svg +1 -1
- package/svg/standby.svg +1 -1
- package/svg/star-add-filled.svg +1 -1
- package/svg/star-add.svg +1 -1
- package/svg/star-cancelled-filled.svg +1 -1
- package/svg/star-cancelled.svg +1 -1
- package/svg/star-filled.svg +1 -1
- package/svg/star-half-filled.svg +1 -0
- package/svg/star-list-filled.svg +1 -1
- package/svg/star-list.svg +1 -1
- package/svg/star.svg +1 -1
- package/svg/start-data-analysis.svg +1 -1
- package/svg/steering-user-filled.svg +1 -1
- package/svg/steering-user.svg +1 -1
- package/svg/steering.svg +1 -1
- package/svg/stethoscope.svg +1 -1
- package/svg/stop-filled.svg +1 -1
- package/svg/stop.svg +1 -1
- package/svg/stopwatch-filled.svg +1 -0
- package/svg/stopwatch.svg +1 -0
- package/svg/storage-filled.svg +1 -0
- package/svg/storage.svg +1 -0
- package/svg/subtitle-filled.svg +1 -0
- package/svg/subtitle.svg +1 -0
- package/svg/success-filled.svg +1 -1
- package/svg/success-multiple-filled.svg +1 -0
- package/svg/success-multiple.svg +1 -0
- package/svg/success.svg +1 -1
- package/svg/sun-cloud-filled.svg +1 -0
- package/svg/sun-cloud.svg +1 -0
- package/svg/sun-filled.svg +1 -1
- package/svg/sun.svg +1 -1
- package/svg/sunrise-filled.svg +1 -0
- package/svg/sunrise.svg +1 -0
- package/svg/sunset-filled.svg +1 -0
- package/svg/sunset.svg +1 -0
- package/svg/support.svg +1 -1
- package/svg/surveillance-cancelled-filled.svg +1 -1
- package/svg/surveillance-cancelled.svg +1 -1
- package/svg/surveillance-filled.svg +1 -1
- package/svg/surveillance.svg +1 -1
- package/svg/svg-document.svg +1 -1
- package/svg/swap-left-right.svg +1 -1
- package/svg/switch-slider.svg +1 -1
- package/svg/sword-swing.svg +1 -1
- package/svg/table-add-column-right.svg +1 -0
- package/svg/table-add-row-below.svg +1 -0
- package/svg/table-columns.svg +1 -1
- package/svg/table-insert-column-left.svg +1 -0
- package/svg/table-insert-column-right.svg +1 -0
- package/svg/table-insert-row-above.svg +1 -0
- package/svg/table-insert-row-below.svg +1 -0
- package/svg/table-rows.svg +1 -1
- package/svg/table-settings.svg +1 -1
- package/svg/table-tag.svg +1 -0
- package/svg/table.svg +1 -1
- package/svg/tag-arrow-left-filled.svg +1 -0
- package/svg/tag-arrow-left.svg +1 -0
- package/svg/tag-arrow-right-filled.svg +1 -0
- package/svg/tag-arrow-right.svg +1 -0
- package/svg/tag-circle-arrow-down-filled.svg +1 -0
- package/svg/tag-circle-arrow-down.svg +1 -0
- package/svg/tag-connection-filled.svg +1 -0
- package/svg/tag-connection-view.svg +1 -0
- package/svg/tag-connection.svg +1 -0
- package/svg/tag-eye-filled.svg +1 -0
- package/svg/tag-eye.svg +1 -0
- package/svg/tag-filled.svg +1 -1
- package/svg/tag-logging-filled.svg +1 -0
- package/svg/tag-logging.svg +1 -0
- package/svg/tag-plus-filled.svg +1 -1
- package/svg/tag-plus.svg +1 -1
- package/svg/tag-safety-filled.svg +1 -0
- package/svg/tag-safety.svg +1 -0
- package/svg/tag.svg +1 -1
- package/svg/tasks-all.svg +1 -1
- package/svg/tasks-done.svg +1 -1
- package/svg/tasks-open.svg +1 -1
- package/svg/telegram-logo.svg +1 -0
- package/svg/text-alginment-center.svg +1 -0
- package/svg/text-alginment-justified.svg +1 -0
- package/svg/text-alginment-left.svg +1 -0
- package/svg/text-alginment-right.svg +1 -0
- package/svg/text-bold.svg +1 -1
- package/svg/text-circle-rectangle-filled.svg +1 -1
- package/svg/text-circle-rectangle.svg +1 -1
- package/svg/text-document.svg +1 -1
- package/svg/text-italic.svg +1 -1
- package/svg/text-strike-through.svg +1 -1
- package/svg/text-underline.svg +1 -1
- package/svg/text.svg +1 -1
- package/svg/theme-filled.svg +1 -0
- package/svg/theme.svg +1 -0
- package/svg/thermometer-filled.svg +1 -0
- package/svg/thermometer.svg +1 -1
- package/svg/threads-logo.svg +1 -0
- package/svg/threshold-cancelled.svg +1 -1
- package/svg/threshold-off.svg +1 -1
- package/svg/threshold-on.svg +1 -1
- package/svg/thumb-down-filled.svg +1 -0
- package/svg/thumb-down.svg +1 -0
- package/svg/thumb-up-filled.svg +1 -0
- package/svg/thumb-up.svg +1 -0
- package/svg/ticket-filled.svg +1 -0
- package/svg/ticket.svg +1 -0
- package/svg/tiktok-logo.svg +1 -0
- package/svg/tiles-filled.svg +1 -0
- package/svg/tiles.svg +1 -0
- package/svg/time-zone-filled.svg +1 -0
- package/svg/time-zone.svg +1 -0
- package/svg/to-be-published.svg +1 -1
- package/svg/to-search.svg +1 -1
- package/svg/topic-filled.svg +1 -1
- package/svg/topic.svg +1 -1
- package/svg/touch-filled.svg +1 -1
- package/svg/touch.svg +1 -1
- package/svg/trace-eye.svg +1 -0
- package/svg/traffic-left-right.svg +1 -0
- package/svg/train-filled.svg +1 -0
- package/svg/train.svg +1 -0
- package/svg/trashcan-filled.svg +1 -1
- package/svg/trashcan.svg +1 -1
- package/svg/tree-two-level.svg +1 -0
- package/svg/tree.svg +1 -1
- package/svg/trend-companion.svg +1 -0
- package/svg/trend-downward-circle.svg +1 -1
- package/svg/trend-downward-filled.svg +1 -1
- package/svg/trend-downward.svg +1 -1
- package/svg/trend-flat-curve.svg +1 -0
- package/svg/trend-sideways-circle.svg +1 -1
- package/svg/trend-sideways-filled.svg +1 -1
- package/svg/trend-sideways.svg +1 -1
- package/svg/trend-upward-circle.svg +1 -1
- package/svg/trend-upward-filled.svg +1 -1
- package/svg/trend-upward.svg +1 -1
- package/svg/trend.svg +1 -1
- package/svg/triangle-filled.svg +1 -1
- package/svg/triangle.svg +1 -1
- package/svg/trophy-filled.svg +1 -1
- package/svg/trophy.svg +1 -1
- package/svg/truck-filled.svg +1 -1
- package/svg/truck.svg +1 -1
- package/svg/tulip-filled.svg +1 -1
- package/svg/tulip.svg +1 -1
- package/svg/txt-document-filled.svg +1 -0
- package/svg/txt-document.svg +1 -1
- package/svg/undo.svg +1 -1
- package/svg/ungroup-objects.svg +1 -0
- package/svg/ungroup.svg +1 -1
- package/svg/unlock-filled.svg +1 -1
- package/svg/unlock-plant-filled.svg +1 -1
- package/svg/unlock-plant.svg +1 -1
- package/svg/unlock.svg +1 -1
- package/svg/update-application.svg +1 -0
- package/svg/upload-document-note.svg +1 -1
- package/svg/upload-fail.svg +1 -1
- package/svg/upload-success.svg +1 -1
- package/svg/upload.svg +1 -1
- package/svg/upper-limit.svg +1 -1
- package/svg/usb-drive.svg +1 -1
- package/svg/user-check-filled.svg +1 -1
- package/svg/user-check.svg +1 -1
- package/svg/user-data-types.svg +1 -0
- package/svg/user-fail-filled.svg +1 -1
- package/svg/user-fail.svg +1 -1
- package/svg/user-filled.svg +1 -1
- package/svg/user-group.svg +1 -0
- package/svg/user-key.svg +1 -0
- package/svg/user-lock-filled.svg +1 -0
- package/svg/user-lock.svg +1 -0
- package/svg/user-management-filled.svg +1 -1
- package/svg/user-management-settings-filled.svg +1 -0
- package/svg/user-management-settings.svg +1 -0
- package/svg/user-management.svg +1 -1
- package/svg/user-manual-filled.svg +1 -0
- package/svg/user-manual.svg +1 -0
- package/svg/user-pen.svg +1 -0
- package/svg/user-profile-filled.svg +1 -1
- package/svg/user-profile.svg +1 -1
- package/svg/user-reading-filled.svg +1 -0
- package/svg/user-reading.svg +1 -1
- package/svg/user-settings-filled.svg +1 -1
- package/svg/user-settings.svg +1 -1
- package/svg/user-success-filled.svg +1 -1
- package/svg/user-success.svg +1 -1
- package/svg/user.svg +1 -1
- package/svg/variable.svg +1 -0
- package/svg/vdi-folder.svg +1 -1
- package/svg/version-history.svg +1 -1
- package/svg/video-camera-filled.svg +1 -0
- package/svg/video-camera-record-filled.svg +1 -0
- package/svg/video-camera-record.svg +1 -0
- package/svg/video-camera.svg +1 -0
- package/svg/video-file-filled.svg +1 -1
- package/svg/video-file.svg +1 -1
- package/svg/viva-engage-logo.svg +1 -0
- package/svg/voltage-filled.svg +1 -0
- package/svg/voltage.svg +1 -0
- package/svg/warning-filled.svg +1 -1
- package/svg/warning-hexagon-filled.svg +1 -0
- package/svg/warning-hexagon.svg +1 -0
- package/svg/warning-multiple-filled.svg +1 -0
- package/svg/warning-multiple.svg +1 -0
- package/svg/warning-octagon-filled.svg +1 -0
- package/svg/warning-octagon.svg +1 -0
- package/svg/warning-rhomb-filled.svg +1 -1
- package/svg/warning-rhomb-multiple-filled.svg +1 -0
- package/svg/warning-rhomb-multiple.svg +1 -0
- package/svg/warning-rhomb.svg +1 -1
- package/svg/warning-square-filled.svg +1 -0
- package/svg/warning-square.svg +1 -0
- package/svg/warning.svg +1 -1
- package/svg/watch-table.svg +1 -0
- package/svg/water-bathing.svg +1 -1
- package/svg/water-fish.svg +1 -1
- package/svg/water-plant.svg +1 -1
- package/svg/water-sunbathing.svg +1 -1
- package/svg/waveform.svg +1 -1
- package/svg/web-browser-screen.svg +1 -0
- package/svg/webcam-cancelled-filled.svg +1 -1
- package/svg/webcam-cancelled.svg +1 -1
- package/svg/webcam-filled.svg +1 -1
- package/svg/webcam.svg +1 -1
- package/svg/wechat-logo.svg +1 -0
- package/svg/weibo-logo.svg +1 -0
- package/svg/width.svg +1 -1
- package/svg/wlan-off.svg +1 -1
- package/svg/wlan-strength-0.svg +1 -1
- package/svg/wlan-strength-1-lock.svg +1 -0
- package/svg/wlan-strength-1.svg +1 -1
- package/svg/wlan-strength-2-lock.svg +1 -0
- package/svg/wlan-strength-2.svg +1 -1
- package/svg/wlan-strength-3-lock.svg +1 -0
- package/svg/wlan-strength-3.svg +1 -1
- package/svg/wlan-warning.svg +1 -0
- package/svg/work-case-filled.svg +1 -1
- package/svg/work-case.svg +1 -1
- package/svg/workspace.svg +1 -1
- package/svg/workspaces.svg +1 -1
- package/svg/x-axis-settings.svg +1 -1
- package/svg/x-logo.svg +1 -0
- package/svg/xls-document-filled.svg +1 -0
- package/svg/xls-document.svg +1 -1
- package/svg/xml-document.svg +1 -1
- package/svg/y-axis-settings.svg +1 -1
- package/svg/youtube-filled.svg +1 -1
- package/svg/youtube.svg +1 -1
- package/svg/zone.svg +1 -1
- package/svg/zoom-in.svg +1 -1
- package/svg/zoom-out.svg +1 -1
- package/svg/zoom-selection.svg +1 -1
- package/components/icon.js +0 -218
- package/components/icon.js.map +0 -1
- package/dist/cjs/app-globals-3a1e7e63.js +0 -7
- package/dist/cjs/app-globals-3a1e7e63.js.map +0 -1
- package/dist/cjs/icon-93104dbb.js +0 -196
- package/dist/cjs/icon-93104dbb.js.map +0 -1
- package/dist/cjs/index-8f585802.js +0 -1810
- package/dist/cjs/index-8f585802.js.map +0 -1
- package/dist/cjs/ix-icon.cjs.entry.js.map +0 -1
- package/dist/collection/components/icon/icons.js +0 -818
- package/dist/collection/components/icon/icons.js.map +0 -1
- package/dist/collection/components/icon/test/ix-icon.spec.js +0 -61
- package/dist/collection/components/icon/test/ix-icon.spec.js.map +0 -1
- package/dist/collection/components/icon/test/resolveIcon.spec.js +0 -88
- package/dist/collection/components/icon/test/resolveIcon.spec.js.map +0 -1
- package/dist/esm/app-globals-0f993ce5.js +0 -5
- package/dist/esm/app-globals-0f993ce5.js.map +0 -1
- package/dist/esm/icon-97776d4a.js +0 -194
- package/dist/esm/icon-97776d4a.js.map +0 -1
- package/dist/esm/index-d1072d3f.js +0 -1780
- package/dist/esm/index-d1072d3f.js.map +0 -1
- package/dist/esm/polyfills/core-js.js +0 -11
- package/dist/esm/polyfills/dom.js +0 -79
- package/dist/esm/polyfills/es5-html-element.js +0 -1
- package/dist/esm/polyfills/index.js +0 -34
- package/dist/esm/polyfills/system.js +0 -6
- package/dist/ix-icons/p-05455ad0.js +0 -3
- package/dist/ix-icons/p-05455ad0.js.map +0 -1
- package/dist/ix-icons/p-60aebf69.entry.js +0 -2
- package/dist/ix-icons/p-60aebf69.entry.js.map +0 -1
- package/dist/ix-icons/p-cf592f05.js +0 -2
- package/dist/ix-icons/p-cf592f05.js.map +0 -1
- package/dist/ix-icons/p-e1255160.js +0 -2
- package/dist/ix-icons/p-e1255160.js.map +0 -1
- package/dist/ix-icons/svg/battery-bolt.svg +0 -1
- package/dist/ix-icons/svg/battery-upright-bolt.svg +0 -1
- package/dist/ix-icons/svg/checkbox-component-checked.svg +0 -1
- package/dist/ix-icons/svg/checkbox-component-mixed.svg +0 -1
- package/dist/ix-icons/svg/checkbox-component-unchecked.svg +0 -1
- package/dist/ix-icons/svg/corner-arrow-up-left.svg +0 -1
- package/dist/ix-icons/svg/filter-outline.svg +0 -1
- package/dist/ix-icons/svg/folder-new-outline.svg +0 -1
- package/dist/ix-icons/svg/folder-open-outline.svg +0 -1
- package/dist/ix-icons/svg/folder-outline.svg +0 -1
- package/dist/ix-icons/svg/full-screeen-exit.svg +0 -1
- package/dist/ix-icons/svg/full-screeen.svg +0 -1
- package/dist/ix-icons/svg/landing-page-logo.svg +0 -1
- package/dist/ix-icons/svg/location-outline.svg +0 -1
- package/dist/ix-icons/svg/new-indicator-filled.svg +0 -1
- package/dist/ix-icons/svg/new-indicator.svg +0 -1
- package/dist/ix-icons/svg/plant-outline.svg +0 -1
- package/dist/ix-icons/svg/user-reading-reading.svg +0 -1
- package/dist/ix-icons/svg/validate.svg +0 -1
- package/dist/types/components/icon/icons.d.ts +0 -816
- package/loader/package.json +0 -11
- package/svg/battery-bolt.svg +0 -1
- package/svg/battery-upright-bolt.svg +0 -1
- package/svg/checkbox-component-checked.svg +0 -1
- package/svg/checkbox-component-mixed.svg +0 -1
- package/svg/checkbox-component-unchecked.svg +0 -1
- package/svg/corner-arrow-up-left.svg +0 -1
- package/svg/filter-outline.svg +0 -1
- package/svg/folder-new-outline.svg +0 -1
- package/svg/folder-open-outline.svg +0 -1
- package/svg/folder-outline.svg +0 -1
- package/svg/full-screeen-exit.svg +0 -1
- package/svg/full-screeen.svg +0 -1
- package/svg/landing-page-logo.svg +0 -1
- package/svg/location-outline.svg +0 -1
- package/svg/new-indicator-filled.svg +0 -1
- package/svg/new-indicator.svg +0 -1
- package/svg/plant-outline.svg +0 -1
- package/svg/user-reading-reading.svg +0 -1
- package/svg/validate.svg +0 -1
- /package/dist/types/components/icon/test/{rocker-example.d.ts → rocket-example.d.ts} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"><desc>shopping-cart-filled</desc><path fill-rule="evenodd" clip-rule="evenodd" d="M170.667 149.333L149.333 42.6666H42.6666V85.3333H114.987L170.667 362.667H426.667L469.333 149.333H170.667Z"/><path d="M256 437.333C256 455.006 241.673 469.333 224 469.333C206.327 469.333 192 455.006 192 437.333C192 419.66 206.327 405.333 224 405.333C241.673 405.333 256 419.66 256 437.333Z"/><path d="M405.333 437.333C405.333 455.006 391.006 469.333 373.333 469.333C355.66 469.333 341.333 455.006 341.333 437.333C341.333 419.66 355.66 405.333 373.333 405.333C391.006 405.333 405.333 419.66 405.333 437.333Z"/></svg>
|
package/svg/shopping-cart.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"><desc>shopping-cart</desc><path fill-rule="evenodd" clip-rule="evenodd" d="M170.667 149.333L149.333 42.6666H42.6666V85.3333H114.987L170.667 362.667H426.667L469.333 149.333H170.667ZM390.827 320H205.653L180.053 192H417.28L390.827 320Z"/><path d="M256 437.333C256 455.006 241.673 469.333 224 469.333C206.327 469.333 192 455.006 192 437.333C192 419.66 206.327 405.333 224 405.333C241.673 405.333 256 419.66 256 437.333Z"/><path d="M405.333 437.333C405.333 455.006 391.006 469.333 373.333 469.333C355.66 469.333 341.333 455.006 341.333 437.333C341.333 419.66 355.66 405.333 373.333 405.333C391.006 405.333 405.333 419.66 405.333 437.333Z"/></svg>
|
package/svg/shorter.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"><desc>shorter</desc><path d="M234.667 384H277.333V128H234.667V384Z"/><path d="M192 255.36L107.307 341.12L77.0134 310.827L110.08 277.76H42.6667V233.813H110.08L77.0134 200.96L107.307 170.667L192 255.36Z"/><path d="M404.693 170.667L320 256.427L404.693 341.12L434.987 310.827L401.92 277.76H469.333V233.813H401.92L434.987 200.96L404.693 170.667Z"/></svg>
|
package/svg/shout-filled.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="drop" transform="translate(42.666667, 128.000000)"><path d="M85.333,55.466 L106.666667,53.3333333 L320,0 C334.222222,42.6666667 341.333333,85.3333333 341.333333,128 C341.333333,170.666667 334.222222,213.333333 320,256 L202.143432,226.536015 C198.2986,255.215667 173.732229,277.333333 144,277.333333 C112.799321,277.333333 87.2873754,252.976969 85.4404009,222.240476 L85.3333333,218.666667 L85.333,55.466 Z M359.264043,179.197776 L421.623727,193.594643 L412.025816,235.167766 L349.666132,220.770899 L359.264043,179.197776 Z M128,208 L128,218.666667 C128,227.503223 135.163444,234.666667 144,234.666667 C152.100176,234.666667 158.794474,228.647384 159.853939,220.837772 L160,218.666667 L160,216 L128,208 Z M64,57.6 L64,198.4 L3.55271368e-14,192 L3.55271368e-14,64 L64,57.6 Z M426.666667,106.666667 L426.666667,149.333333 L362.666667,149.333333 L362.666667,106.666667 L426.666667,106.666667 Z M412.025816,20.8322337 L421.623727,62.4053565 L359.264043,76.802224 L349.666132,35.2291012 L412.025816,20.8322337 Z" id="Combined-Shape"/></g></g></svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><desc>shout-filled</desc><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="drop" transform="translate(42.666667, 128.000000)"><path d="M85.333,55.466 L106.666667,53.3333333 L320,0 C334.222222,42.6666667 341.333333,85.3333333 341.333333,128 C341.333333,170.666667 334.222222,213.333333 320,256 L202.143432,226.536015 C198.2986,255.215667 173.732229,277.333333 144,277.333333 C112.799321,277.333333 87.2873754,252.976969 85.4404009,222.240476 L85.3333333,218.666667 L85.333,55.466 Z M359.264043,179.197776 L421.623727,193.594643 L412.025816,235.167766 L349.666132,220.770899 L359.264043,179.197776 Z M128,208 L128,218.666667 C128,227.503223 135.163444,234.666667 144,234.666667 C152.100176,234.666667 158.794474,228.647384 159.853939,220.837772 L160,218.666667 L160,216 L128,208 Z M64,57.6 L64,198.4 L3.55271368e-14,192 L3.55271368e-14,64 L64,57.6 Z M426.666667,106.666667 L426.666667,149.333333 L362.666667,149.333333 L362.666667,106.666667 L426.666667,106.666667 Z M412.025816,20.8322337 L421.623727,62.4053565 L359.264043,76.802224 L349.666132,35.2291012 L412.025816,20.8322337 Z" id="Combined-Shape"/></g></g></svg>
|
package/svg/shout.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="drop" transform="translate(42.666667, 128.000000)"><path d="M320,0 C334.222222,42.6666667 341.333333,85.3333333 341.333333,128 C341.333333,170.666667 334.222222,213.333333 320,256 L202.143432,226.536015 C198.2986,255.215667 173.732229,277.333333 144,277.333333 C112.799321,277.333333 87.2873754,252.976969 85.4404009,222.240476 L85.3333333,218.666667 L85.333,200.533 L3.55271368e-14,192 L3.55271368e-14,64 L106.666667,53.3333333 L320,0 Z M128,208 L128,218.666667 C128,227.503223 135.163444,234.666667 144,234.666667 C152.100176,234.666667 158.794474,228.647384 159.853939,220.837772 L160,218.666667 L160,216 L128,208 Z M290.048,51.456 L128,91.979 L128,164.019 L290.048,204.522667 L290.926769,200.740217 C295.355847,179.899745 297.878675,159.118474 298.509094,138.371024 L298.666667,128 C298.666667,103.806971 296.094027,79.5736667 290.926769,55.259783 L290.048,51.456 Z M85.333,98.346 L42.6666667,102.613333 L42.6666667,153.365333 L85.333,157.644 L85.333,98.346 Z M362.666667,106.666667 L426.666667,106.666667 L426.666667,149.333333 L362.666667,149.333333 L362.666667,106.666667 Z M359.264043,179.197776 L421.623727,193.594643 L412.025816,235.167766 L349.666132,220.770899 L359.264043,179.197776 Z M349.666132,35.2291012 L412.025816,20.8322337 L421.623727,62.4053565 L359.264043,76.802224 L349.666132,35.2291012 Z" id="Combined-Shape"/></g></g></svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><desc>shout</desc><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="drop" transform="translate(42.666667, 128.000000)"><path d="M320,0 C334.222222,42.6666667 341.333333,85.3333333 341.333333,128 C341.333333,170.666667 334.222222,213.333333 320,256 L202.143432,226.536015 C198.2986,255.215667 173.732229,277.333333 144,277.333333 C112.799321,277.333333 87.2873754,252.976969 85.4404009,222.240476 L85.3333333,218.666667 L85.333,200.533 L3.55271368e-14,192 L3.55271368e-14,64 L106.666667,53.3333333 L320,0 Z M128,208 L128,218.666667 C128,227.503223 135.163444,234.666667 144,234.666667 C152.100176,234.666667 158.794474,228.647384 159.853939,220.837772 L160,218.666667 L160,216 L128,208 Z M290.048,51.456 L128,91.979 L128,164.019 L290.048,204.522667 L290.926769,200.740217 C295.355847,179.899745 297.878675,159.118474 298.509094,138.371024 L298.666667,128 C298.666667,103.806971 296.094027,79.5736667 290.926769,55.259783 L290.048,51.456 Z M85.333,98.346 L42.6666667,102.613333 L42.6666667,153.365333 L85.333,157.644 L85.333,98.346 Z M362.666667,106.666667 L426.666667,106.666667 L426.666667,149.333333 L362.666667,149.333333 L362.666667,106.666667 Z M359.264043,179.197776 L421.623727,193.594643 L412.025816,235.167766 L349.666132,220.770899 L359.264043,179.197776 Z M349.666132,35.2291012 L412.025816,20.8322337 L421.623727,62.4053565 L359.264043,76.802224 L349.666132,35.2291012 Z" id="Combined-Shape"/></g></g></svg>
|
package/svg/shutdown.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><desc>shutdown</desc><path d="M15 5.58301C17.9316 6.76991 20 9.64282 20 13V17.6172L21.5859 16L23 17.4141L19.0508 21.4141L15 17.4141L16.4141 16L18 17.5547V13C18 10.7793 16.7932 8.8412 15 7.80371V5.58301ZM9 7.80371C7.20684 8.8412 6 10.7793 6 13C6 16.3137 8.68629 19 12 19C12.5321 19 13.0478 18.9298 13.5391 18.7998L15.165 20.3477C14.1942 20.7664 13.1245 21 12 21C7.58172 21 4 17.4183 4 13C4 9.64282 6.06844 6.76991 9 5.58301V7.80371ZM13 13H11V3H13V13Z"/></svg>
|
package/svg/sign-language.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="drop" transform="translate(42.607947, 42.705442)"><path d="M418.405386,319.961225 C415.800907,315.158746 412.493256,310.772513 408.592053,306.947892 L408.592053,306.947892 L408.592053,306.947892 C422.012971,294.391539 428.463033,276.076551 425.872053,257.881225 C425.364131,251.398193 423.549969,245.08491 420.538719,239.321225 C410.305633,219.758401 389.689468,207.870854 367.632053,208.814558 L365.925386,208.814558 L379.365386,183.854558 C381.77114,179.851415 383.636238,175.547343 384.912053,171.054558 C391.564892,146.298896 380.927348,120.141002 358.885386,107.054558 C354.410951,104.481336 349.600445,102.542774 344.592053,101.294558 L343.525386,101.294558 L351.632053,85.2945585 C353.844986,81.1481386 355.631898,76.7880734 356.965386,72.2812252 C364.232397,46.7448101 352.821672,19.5831939 329.497669,6.89820971 C306.173666,-5.78677444 277.17203,-0.603810715 259.685386,19.3745585 L259.685386,19.3745585 L259.685386,19.3745585 C256.206116,15.4498433 252.096349,12.1331898 247.525386,9.56122515 C234.635023,2.04375763 219.281025,-0.0290320119 204.858719,3.80122515 C189.380084,7.01754963 175.934434,16.5222327 167.738719,30.0412252 L111.418719,127.961225 L111.418719,126.041225 C106.279556,115.30603 97.9297053,106.434313 87.5253859,100.654558 C66.9250238,88.8461522 41.2283345,90.6728578 22.5055406,105.276637 C3.78274666,119.880416 -4.2454082,144.359089 2.19205261,167.214558 L52.7520526,311.214558 L80.6987193,262.361225 L77.7120526,253.614558 C68.3253859,226.307892 46.3520526,162.947892 44.2187193,155.694558 C42.4163679,151.46987 42.4163679,146.692581 44.2187193,142.467892 C46.3371915,138.227089 50.1240743,135.058472 54.6720526,133.721225 C59.1116788,132.24232 63.9612826,132.627209 68.1120526,134.787892 C72.3056376,136.965648 75.454789,140.729268 76.8587193,145.241225 C78.5653859,150.787892 88.8053859,178.521225 94.7787193,194.521225 L94.7787193,196.867892 L116.112053,196.867892 L201.445386,49.4545585 C205.944544,42.2356635 215.257634,39.7211292 222.778719,43.6945585 C230.089398,48.1251353 232.625977,57.5198723 228.538719,65.0278918 L187.365386,141.614558 L222.778719,162.947892 L288.485386,49.4545585 C290.473083,45.2818183 294.234116,42.2259786 298.725386,41.1345585 C302.91497,40.0751727 307.352361,40.6872266 311.098719,42.8412252 C314.866741,44.9053381 317.580909,48.4725307 318.565386,52.6545585 C319.612759,56.7748837 318.999867,61.141745 316.858719,64.8145585 L251.365386,178.094558 L286.565386,199.427892 L304.058719,169.134558 L317.072053,147.801225 C319.164516,144.145761 322.613996,141.462832 326.672053,140.334558 C330.955116,139.256432 335.49189,139.948482 339.258719,142.254558 C342.914184,144.347022 345.597113,147.796502 346.725386,151.854558 C347.80874,155.998303 347.112758,160.406191 344.805386,164.014558 L306.618719,234.841225 L306.618719,234.841225 L253.285386,261.934558 L253.285386,260.014558 C254.777864,248.570574 252.691252,236.945165 247.312053,226.734558 C239.807061,212.163568 226.470012,201.462913 210.618719,197.294558 C195.293329,193.30398 179.008476,195.60844 165.392053,203.694558 C152.860914,210.140165 143.361554,221.248287 138.938719,234.627892 L105.018719,383.961225 L155.792053,357.507892 L155.792053,356.441225 C155.792053,356.441225 177.125386,257.881225 180.325386,248.494558 C181.4758,243.935369 184.392401,240.020983 188.432053,237.614558 C192.530244,235.351818 197.338385,234.741261 201.872053,235.907892 C206.516696,237.137509 210.451141,240.223349 212.752053,244.441225 C215.115357,248.427915 215.732644,253.211882 214.458719,257.667892 C212.965386,263.001225 206.992053,290.947892 204.645386,302.254558 L220.645386,323.587892 L362.725386,250.201225 C366.55762,248.262183 370.991173,247.87998 375.098719,249.134558 C379.24659,250.457782 382.699487,253.373562 384.698719,257.241225 C386.397183,261.116632 386.397183,265.525818 384.698719,269.401225 C383.462258,273.478047 380.609639,276.87035 376.805386,278.787892 L268.858719,334.041225 L294.032053,366.894558 L360.165386,333.187892 C363.921524,331.274059 368.253077,330.818106 372.325386,331.907892 C376.484948,333.209899 379.945112,336.131816 381.925386,340.014558 C383.879148,343.720181 384.279962,348.050407 383.039565,352.051687 C381.799168,356.052967 379.01928,359.397176 375.312053,361.347892 L315.365386,394.627892 L341.392053,426.627892 L395.792053,396.974558 C399.940471,394.739588 403.807743,392.018174 407.312053,388.867892 C426.296724,371.119438 430.860527,342.771197 418.405386,319.961225 Z" id="sign-language"/></g></g></svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><desc>sign-language</desc><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="drop" transform="translate(42.607947, 42.705442)"><path d="M418.405386,319.961225 C415.800907,315.158746 412.493256,310.772513 408.592053,306.947892 L408.592053,306.947892 L408.592053,306.947892 C422.012971,294.391539 428.463033,276.076551 425.872053,257.881225 C425.364131,251.398193 423.549969,245.08491 420.538719,239.321225 C410.305633,219.758401 389.689468,207.870854 367.632053,208.814558 L365.925386,208.814558 L379.365386,183.854558 C381.77114,179.851415 383.636238,175.547343 384.912053,171.054558 C391.564892,146.298896 380.927348,120.141002 358.885386,107.054558 C354.410951,104.481336 349.600445,102.542774 344.592053,101.294558 L343.525386,101.294558 L351.632053,85.2945585 C353.844986,81.1481386 355.631898,76.7880734 356.965386,72.2812252 C364.232397,46.7448101 352.821672,19.5831939 329.497669,6.89820971 C306.173666,-5.78677444 277.17203,-0.603810715 259.685386,19.3745585 L259.685386,19.3745585 L259.685386,19.3745585 C256.206116,15.4498433 252.096349,12.1331898 247.525386,9.56122515 C234.635023,2.04375763 219.281025,-0.0290320119 204.858719,3.80122515 C189.380084,7.01754963 175.934434,16.5222327 167.738719,30.0412252 L111.418719,127.961225 L111.418719,126.041225 C106.279556,115.30603 97.9297053,106.434313 87.5253859,100.654558 C66.9250238,88.8461522 41.2283345,90.6728578 22.5055406,105.276637 C3.78274666,119.880416 -4.2454082,144.359089 2.19205261,167.214558 L52.7520526,311.214558 L80.6987193,262.361225 L77.7120526,253.614558 C68.3253859,226.307892 46.3520526,162.947892 44.2187193,155.694558 C42.4163679,151.46987 42.4163679,146.692581 44.2187193,142.467892 C46.3371915,138.227089 50.1240743,135.058472 54.6720526,133.721225 C59.1116788,132.24232 63.9612826,132.627209 68.1120526,134.787892 C72.3056376,136.965648 75.454789,140.729268 76.8587193,145.241225 C78.5653859,150.787892 88.8053859,178.521225 94.7787193,194.521225 L94.7787193,196.867892 L116.112053,196.867892 L201.445386,49.4545585 C205.944544,42.2356635 215.257634,39.7211292 222.778719,43.6945585 C230.089398,48.1251353 232.625977,57.5198723 228.538719,65.0278918 L187.365386,141.614558 L222.778719,162.947892 L288.485386,49.4545585 C290.473083,45.2818183 294.234116,42.2259786 298.725386,41.1345585 C302.91497,40.0751727 307.352361,40.6872266 311.098719,42.8412252 C314.866741,44.9053381 317.580909,48.4725307 318.565386,52.6545585 C319.612759,56.7748837 318.999867,61.141745 316.858719,64.8145585 L251.365386,178.094558 L286.565386,199.427892 L304.058719,169.134558 L317.072053,147.801225 C319.164516,144.145761 322.613996,141.462832 326.672053,140.334558 C330.955116,139.256432 335.49189,139.948482 339.258719,142.254558 C342.914184,144.347022 345.597113,147.796502 346.725386,151.854558 C347.80874,155.998303 347.112758,160.406191 344.805386,164.014558 L306.618719,234.841225 L306.618719,234.841225 L253.285386,261.934558 L253.285386,260.014558 C254.777864,248.570574 252.691252,236.945165 247.312053,226.734558 C239.807061,212.163568 226.470012,201.462913 210.618719,197.294558 C195.293329,193.30398 179.008476,195.60844 165.392053,203.694558 C152.860914,210.140165 143.361554,221.248287 138.938719,234.627892 L105.018719,383.961225 L155.792053,357.507892 L155.792053,356.441225 C155.792053,356.441225 177.125386,257.881225 180.325386,248.494558 C181.4758,243.935369 184.392401,240.020983 188.432053,237.614558 C192.530244,235.351818 197.338385,234.741261 201.872053,235.907892 C206.516696,237.137509 210.451141,240.223349 212.752053,244.441225 C215.115357,248.427915 215.732644,253.211882 214.458719,257.667892 C212.965386,263.001225 206.992053,290.947892 204.645386,302.254558 L220.645386,323.587892 L362.725386,250.201225 C366.55762,248.262183 370.991173,247.87998 375.098719,249.134558 C379.24659,250.457782 382.699487,253.373562 384.698719,257.241225 C386.397183,261.116632 386.397183,265.525818 384.698719,269.401225 C383.462258,273.478047 380.609639,276.87035 376.805386,278.787892 L268.858719,334.041225 L294.032053,366.894558 L360.165386,333.187892 C363.921524,331.274059 368.253077,330.818106 372.325386,331.907892 C376.484948,333.209899 379.945112,336.131816 381.925386,340.014558 C383.879148,343.720181 384.279962,348.050407 383.039565,352.051687 C381.799168,356.052967 379.01928,359.397176 375.312053,361.347892 L315.365386,394.627892 L341.392053,426.627892 L395.792053,396.974558 C399.940471,394.739588 403.807743,392.018174 407.312053,388.867892 C426.296724,371.119438 430.860527,342.771197 418.405386,319.961225 Z" id="sign-language"/></g></g></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="drop" transform="translate(42.666667, 85.333333)"><path d="M426.666667,1.42108547e-14 L426.666667,341.333333 L3.55271368e-14,341.333333 L426.666667,1.42108547e-14 Z M384,88.7466667 L121.6,298.666667 L384,298.666667 L384,88.7466667 Z" id="Path"/></g></g></svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><desc>signal-strength-0</desc><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="drop" transform="translate(42.666667, 85.333333)"><path d="M426.666667,1.42108547e-14 L426.666667,341.333333 L3.55271368e-14,341.333333 L426.666667,1.42108547e-14 Z M384,88.7466667 L121.6,298.666667 L384,298.666667 L384,88.7466667 Z" id="Path"/></g></g></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="drop" transform="translate(42.666667, 85.333333)"><path d="M426.666667,1.42108547e-14 L426.666667,341.333333 L3.55271368e-14,341.333333 L426.666667,1.42108547e-14 Z M384,88.7466667 L170.666,259.413 L170.666,298.666 L384,298.666667 L384,88.7466667 Z" id="Combined-Shape"/></g></g></svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><desc>signal-strength-1</desc><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="drop" transform="translate(42.666667, 85.333333)"><path d="M426.666667,1.42108547e-14 L426.666667,341.333333 L3.55271368e-14,341.333333 L426.666667,1.42108547e-14 Z M384,88.7466667 L170.666,259.413 L170.666,298.666 L384,298.666667 L384,88.7466667 Z" id="Combined-Shape"/></g></g></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="drop" transform="translate(42.666667, 85.333333)"><path d="M426.666667,1.42108547e-14 L426.666667,341.333333 L3.55271368e-14,341.333333 L426.666667,1.42108547e-14 Z M384,88.7466667 L213.333,225.28 L213.333,298.666 L384,298.666667 L384,88.7466667 Z" id="Combined-Shape"/></g></g></svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><desc>signal-strength-2</desc><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="drop" transform="translate(42.666667, 85.333333)"><path d="M426.666667,1.42108547e-14 L426.666667,341.333333 L3.55271368e-14,341.333333 L426.666667,1.42108547e-14 Z M384,88.7466667 L213.333,225.28 L213.333,298.666 L384,298.666667 L384,88.7466667 Z" id="Combined-Shape"/></g></g></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="drop" transform="translate(42.666667, 85.333333)"><path d="M426.666667,1.42108547e-14 L426.666667,341.333333 L3.55271368e-14,341.333333 L426.666667,1.42108547e-14 Z M384,88.7466667 L234.666,208.213 L234.666,298.666 L384,298.666667 L384,88.7466667 Z" id="Combined-Shape"/></g></g></svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><desc>signal-strength-3</desc><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="drop" transform="translate(42.666667, 85.333333)"><path d="M426.666667,1.42108547e-14 L426.666667,341.333333 L3.55271368e-14,341.333333 L426.666667,1.42108547e-14 Z M384,88.7466667 L234.666,208.213 L234.666,298.666 L384,298.666667 L384,88.7466667 Z" id="Combined-Shape"/></g></g></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="drop" transform="translate(42.666667, 85.333333)"><path d="M426.666667,1.42108547e-14 L426.666667,341.333333 L3.55271368e-14,341.333333 L426.666667,1.42108547e-14 Z M384,88.7466667 L255.999,191.147 L255.999,298.666 L384,298.666667 L384,88.7466667 Z" id="Combined-Shape"/></g></g></svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><desc>signal-strength-4</desc><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="drop" transform="translate(42.666667, 85.333333)"><path d="M426.666667,1.42108547e-14 L426.666667,341.333333 L3.55271368e-14,341.333333 L426.666667,1.42108547e-14 Z M384,88.7466667 L255.999,191.147 L255.999,298.666 L384,298.666667 L384,88.7466667 Z" id="Combined-Shape"/></g></g></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="drop" transform="translate(42.666667, 85.333333)"><path d="M426.666667,1.42108547e-14 L426.666667,341.333333 L3.55271368e-14,341.333333 L426.666667,1.42108547e-14 Z M384,88.7466667 L298.666,157.013 L298.666,298.666 L384,298.666667 L384,88.7466667 Z" id="Combined-Shape"/></g></g></svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><desc>signal-strength-5</desc><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="drop" transform="translate(42.666667, 85.333333)"><path d="M426.666667,1.42108547e-14 L426.666667,341.333333 L3.55271368e-14,341.333333 L426.666667,1.42108547e-14 Z M384,88.7466667 L298.666,157.013 L298.666,298.666 L384,298.666667 L384,88.7466667 Z" id="Combined-Shape"/></g></g></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="drop" transform="translate(42.666667, 85.333333)"><path d="M426.666667,1.42108547e-14 L426.666667,341.333333 L3.55271368e-14,341.333333 L426.666667,1.42108547e-14 Z M384,88.7466667 L320,139.946 L320,298.666 L384,298.666667 L384,88.7466667 Z" id="Combined-Shape"/></g></g></svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><desc>signal-strength-6</desc><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="drop" transform="translate(42.666667, 85.333333)"><path d="M426.666667,1.42108547e-14 L426.666667,341.333333 L3.55271368e-14,341.333333 L426.666667,1.42108547e-14 Z M384,88.7466667 L320,139.946 L320,298.666 L384,298.666667 L384,88.7466667 Z" id="Combined-Shape"/></g></g></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="drop" transform="translate(42.666667, 85.333333)"><path d="M426.666667,1.42108547e-14 L426.666667,341.333333 L3.55271368e-14,341.333333 L426.666667,1.42108547e-14 Z M384,88.7466667 L341.333,122.88 L341.333,298.666 L384,298.666667 L384,88.7466667 Z" id="Combined-Shape"/></g></g></svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><desc>signal-strength-7</desc><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="drop" transform="translate(42.666667, 85.333333)"><path d="M426.666667,1.42108547e-14 L426.666667,341.333333 L3.55271368e-14,341.333333 L426.666667,1.42108547e-14 Z M384,88.7466667 L341.333,122.88 L341.333,298.666 L384,298.666667 L384,88.7466667 Z" id="Combined-Shape"/></g></g></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="drop" transform="translate(42.666667, 85.333333)"><polygon id="Path" points="426.666667 1.42108547e-14 426.666667 341.333333 3.55271368e-14 341.333333"/></g></g></svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><desc>signal-strength-8</desc><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="drop" transform="translate(42.666667, 85.333333)"><polygon id="Path" points="426.666667 1.42108547e-14 426.666667 341.333333 3.55271368e-14 341.333333"/></g></g></svg>
|
package/svg/simit-component.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><path fill-rule="evenodd" d="M320,42.6666667 L64,42.6666667 L64,125.481813 L21.3333333,104.14848 L21.3333333,1.42108547e-14 L362.666667,1.42108547e-14 L362.666667,125.481813 L320,104.14848 L320,42.6666667 Z M320,237.184 L320,298.666667 L64,298.666667 L64,215.850667 L21.3333333,237.184 L21.3333333,341.333333 L362.666667,341.333333 L362.666667,215.850667 L320,237.184 Z M106.666667,170.666667 L0,224 L0,117.333333 L106.666667,170.666667 Z M298.666667,224 L405.333333,170.666667 L298.666667,117.333333 L298.666667,224 Z" transform="translate(64 85.333)"/></svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><desc>simit-component</desc><path fill-rule="evenodd" d="M320,42.6666667 L64,42.6666667 L64,125.481813 L21.3333333,104.14848 L21.3333333,1.42108547e-14 L362.666667,1.42108547e-14 L362.666667,125.481813 L320,104.14848 L320,42.6666667 Z M320,237.184 L320,298.666667 L64,298.666667 L64,215.850667 L21.3333333,237.184 L21.3333333,341.333333 L362.666667,341.333333 L362.666667,215.850667 L320,237.184 Z M106.666667,170.666667 L0,224 L0,117.333333 L106.666667,170.666667 Z M298.666667,224 L405.333333,170.666667 L298.666667,117.333333 L298.666667,224 Z" transform="translate(64 85.333)"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><path fill-rule="evenodd" d="M384,1.42108547e-14 L384,384 L1.42108547e-14,384 L1.42108547e-14,1.42108547e-14 L384,1.42108547e-14 Z M341.333333,42.6666667 L42.6666667,42.6666667 L42.6666667,341.333333 L341.333333,341.333333 L341.333333,42.6666667 Z M159.133867,190.1824 C165.211733,190.1824 170.743467,190.762667 175.7248,191.921067 C180.708267,193.0304 186.363733,195.022933 192.6912,197.8944 L184.693333,216.0448 C176.273067,211.406933 168.200533,209.088 160.477867,209.088 C151.1616,209.088 144.03584,212.3136 139.103147,218.766933 C133.92128,225.521067 131.330347,234.4448 131.330347,245.536 C131.330347,257.0304 134.045867,266.0288 139.476907,272.5312 C144.907947,278.984533 152.407467,282.210133 161.973333,282.210133 C166.308267,282.210133 170.293333,281.632 173.930667,280.471467 C177.568,279.261867 181.9776,277.0944 187.159467,273.969067 L194.109867,293.252267 C187.8336,296.3264 182.350933,298.3936 177.668267,299.451733 C172.9856,300.561067 167.204267,301.115733 160.328533,301.115733 C149.9648,301.115733 141.3952,299.6032 134.61888,296.578133 C125.152,292.343467 118.00192,285.664 113.168853,276.539733 C108.834133,268.373333 106.666667,258.391467 106.666667,246.594133 C106.666667,226.6816 112.67072,211.607467 124.678613,201.373867 C133.398187,193.9136 144.882987,190.1824 159.133867,190.1824 Z M275.195733,192 L275.195733,210.818133 L235.332267,210.818133 L235.332267,235.133867 L273.194667,235.133867 L273.194667,253.952 L235.332267,253.952 L235.332267,279.848533 L277.333333,279.848533 L277.333333,298.666667 L213.333333,298.666667 L213.333333,192 L275.195733,192 Z M165.864533,64 L185.476267,121.661653 C187.342933,127.131733 189.531733,134.308267 192.040533,143.190827 C194.5472,134.408533 196.763733,127.232213 198.683733,121.661653 L218.536533,64 L256,64 L256,170.666667 L231.424,170.666667 L231.424,84.3246933 C229.610667,91.1496533 227.528533,97.92448 225.179733,104.649173 L202.446933,170.666667 L180.512,170.666667 L158.4192,106.455893 C156.497067,100.885333 154.229333,93.5082667 151.613867,84.3246933 L151.613867,170.666667 L128,170.666667 L128,64 L165.864533,64 Z" transform="translate(64 64)"/></svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><desc>simit-macro-component-editor</desc><path fill-rule="evenodd" d="M384,1.42108547e-14 L384,384 L1.42108547e-14,384 L1.42108547e-14,1.42108547e-14 L384,1.42108547e-14 Z M341.333333,42.6666667 L42.6666667,42.6666667 L42.6666667,341.333333 L341.333333,341.333333 L341.333333,42.6666667 Z M159.133867,190.1824 C165.211733,190.1824 170.743467,190.762667 175.7248,191.921067 C180.708267,193.0304 186.363733,195.022933 192.6912,197.8944 L184.693333,216.0448 C176.273067,211.406933 168.200533,209.088 160.477867,209.088 C151.1616,209.088 144.03584,212.3136 139.103147,218.766933 C133.92128,225.521067 131.330347,234.4448 131.330347,245.536 C131.330347,257.0304 134.045867,266.0288 139.476907,272.5312 C144.907947,278.984533 152.407467,282.210133 161.973333,282.210133 C166.308267,282.210133 170.293333,281.632 173.930667,280.471467 C177.568,279.261867 181.9776,277.0944 187.159467,273.969067 L194.109867,293.252267 C187.8336,296.3264 182.350933,298.3936 177.668267,299.451733 C172.9856,300.561067 167.204267,301.115733 160.328533,301.115733 C149.9648,301.115733 141.3952,299.6032 134.61888,296.578133 C125.152,292.343467 118.00192,285.664 113.168853,276.539733 C108.834133,268.373333 106.666667,258.391467 106.666667,246.594133 C106.666667,226.6816 112.67072,211.607467 124.678613,201.373867 C133.398187,193.9136 144.882987,190.1824 159.133867,190.1824 Z M275.195733,192 L275.195733,210.818133 L235.332267,210.818133 L235.332267,235.133867 L273.194667,235.133867 L273.194667,253.952 L235.332267,253.952 L235.332267,279.848533 L277.333333,279.848533 L277.333333,298.666667 L213.333333,298.666667 L213.333333,192 L275.195733,192 Z M165.864533,64 L185.476267,121.661653 C187.342933,127.131733 189.531733,134.308267 192.040533,143.190827 C194.5472,134.408533 196.763733,127.232213 198.683733,121.661653 L218.536533,64 L256,64 L256,170.666667 L231.424,170.666667 L231.424,84.3246933 C229.610667,91.1496533 227.528533,97.92448 225.179733,104.649173 L202.446933,170.666667 L180.512,170.666667 L158.4192,106.455893 C156.497067,100.885333 154.229333,93.5082667 151.613867,84.3246933 L151.613867,170.666667 L128,170.666667 L128,64 L165.864533,64 Z" transform="translate(64 64)"/></svg>
|
package/svg/simit-macro.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><path fill-rule="evenodd" d="M64,42.6666667 L320,42.6666667 L320,125.481813 L362.666667,146.815147 L362.666667,0 L21.3333333,0 L21.3333333,29.4818133 L64,50.8151467 L64,42.6666667 Z M362.666667,237.184 L320,258.517333 L320,341.333333 L64,341.333333 L64,333.184 L21.3333333,354.517333 L21.3333333,384 L362.666667,384 L362.666667,237.184 Z M64,141.18464 L64,242.816 L21.3333333,221.482667 L21.3333333,162.517333 L64,141.18464 Z M106.666667,96 L0,149.333333 L0,42.6666667 L106.666667,96 Z M0,341.333333 L106.666667,288 L0,234.666667 L0,341.333333 Z M405.333333,192 L298.666667,245.333333 L298.666667,138.666667 L405.333333,192 Z M128,128 L128,256 L151.613867,256 L151.613867,152.3904 C154.229333,163.409067 156.497067,172.2624 158.4192,178.946133 L180.512,256 L202.446933,256 L225.179733,176.778667 C227.528533,168.7104 229.610667,160.580267 231.424,152.3904 L231.424,256 L256,256 L256,128 L218.536533,128 L198.683733,197.194667 C196.763733,203.8784 194.5472,212.490667 192.040533,223.029333 C189.531733,212.369067 187.342933,203.758933 185.476267,197.194667 L165.864533,128 L128,128 Z" transform="translate(64 64)"/></svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><desc>simit-macro</desc><path fill-rule="evenodd" d="M64,42.6666667 L320,42.6666667 L320,125.481813 L362.666667,146.815147 L362.666667,0 L21.3333333,0 L21.3333333,29.4818133 L64,50.8151467 L64,42.6666667 Z M362.666667,237.184 L320,258.517333 L320,341.333333 L64,341.333333 L64,333.184 L21.3333333,354.517333 L21.3333333,384 L362.666667,384 L362.666667,237.184 Z M64,141.18464 L64,242.816 L21.3333333,221.482667 L21.3333333,162.517333 L64,141.18464 Z M106.666667,96 L0,149.333333 L0,42.6666667 L106.666667,96 Z M0,341.333333 L106.666667,288 L0,234.666667 L0,341.333333 Z M405.333333,192 L298.666667,245.333333 L298.666667,138.666667 L405.333333,192 Z M128,128 L128,256 L151.613867,256 L151.613867,152.3904 C154.229333,163.409067 156.497067,172.2624 158.4192,178.946133 L180.512,256 L202.446933,256 L225.179733,176.778667 C227.528533,168.7104 229.610667,160.580267 231.424,152.3904 L231.424,256 L256,256 L256,128 L218.536533,128 L198.683733,197.194667 C196.763733,203.8784 194.5472,212.490667 192.040533,223.029333 C189.531733,212.369067 187.342933,203.758933 185.476267,197.194667 L165.864533,128 L128,128 Z" transform="translate(64 64)"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"><desc>simulation-table</desc><path fill-rule="evenodd" clip-rule="evenodd" d="M64 64V426.667H170.667V384H106.667V106.667H405.333V320H448V64H64ZM192 341.333V384H234.667V469.333H362.667V384H405.333V469.333H490.667V426.667H448V341.333H320V426.667H277.333V341.333H192ZM192 128H128V170.667H192V128ZM224 128H288V170.667H224V128ZM384 128H320V170.667H384V128ZM128 192H192V234.667H128V192ZM288 192H224V234.667H288V192ZM320 192H384V234.667H320V192ZM192 256H128V298.667H192V256ZM224 256H288V298.667H224V256ZM384 256H320V298.667H384V256Z"/></svg>
|
package/svg/single-check.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="add" transform="translate(91.581722, 94.833062)"><polygon id="check-small" points="304.534538 0 340.035351 23.6672084 154.934008 301.319223 1.42108547e-14 146.385216 30.1698893 116.215326 148.290278 234.318938"/></g></g></svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><desc>single-check</desc><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="add" transform="translate(91.581722, 94.833062)"><polygon id="check-small" points="304.534538 0 340.035351 23.6672084 154.934008 301.319223 1.42108547e-14 146.385216 30.1698893 116.215326 148.290278 234.318938"/></g></g></svg>
|
package/svg/skip-back-filled.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="add" transform="translate(128.000000, 128.000000)"><polygon id="Path" points="0 0 0 256 42.6666667 256 42.6666667 128.00512 256 256 256 0 42.6666667 127.989547 42.6666667 0"/></g></g></svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><desc>skip-back-filled</desc><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="add" transform="translate(128.000000, 128.000000)"><polygon id="Path" points="0 0 0 256 42.6666667 256 42.6666667 128.00512 256 256 256 0 42.6666667 127.989547 42.6666667 0"/></g></g></svg>
|
package/svg/skip-back.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="add" transform="translate(128.000000, 128.000000)"><path d="M0,-2.84217094e-14 L0,256 L42.6666667,256 L42.6666667,-2.84217094e-14 L0,-2.84217094e-14 Z M256,-2.84217094e-14 L256,256 L42.6666667,128 L256,-2.84217094e-14 Z M213.333333,75.328 L125.568,128 L213.333333,180.650667 L213.333333,75.328 Z" id="Combined-Shape"/></g></g></svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><desc>skip-back</desc><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="add" transform="translate(128.000000, 128.000000)"><path d="M0,-2.84217094e-14 L0,256 L42.6666667,256 L42.6666667,-2.84217094e-14 L0,-2.84217094e-14 Z M256,-2.84217094e-14 L256,256 L42.6666667,128 L256,-2.84217094e-14 Z M213.333333,75.328 L125.568,128 L213.333333,180.650667 L213.333333,75.328 Z" id="Combined-Shape"/></g></g></svg>
|
package/svg/skip-filled.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="add" transform="translate(128.000000, 128.000000)"><polygon id="Path" points="256 0 256 256 213.333333 256 213.333333 128.00512 0 256 0 0 213.333333 127.989547 213.333333 0"/></g></g></svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><desc>skip-filled</desc><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="add" transform="translate(128.000000, 128.000000)"><polygon id="Path" points="256 0 256 256 213.333333 256 213.333333 128.00512 0 256 0 0 213.333333 127.989547 213.333333 0"/></g></g></svg>
|
package/svg/skip.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="skip" transform="translate(0.000000, 0.000000)"><g id="add" transform="translate(128.000000, 128.000000)"><path d="M213.333333,-2.84217094e-14 L213.333333,256 L256,256 L256,-2.84217094e-14 L213.333333,-2.84217094e-14 Z M2.84217094e-14,-2.84217094e-14 L2.84217094e-14,256 L213.333333,128 L2.84217094e-14,-2.84217094e-14 Z M42.6666667,75.328 L130.432,128 L42.6666667,180.650667 L42.6666667,75.328 Z" id="Shape"/></g></g></g></svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><desc>skip</desc><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="skip" transform="translate(0.000000, 0.000000)"><g id="add" transform="translate(128.000000, 128.000000)"><path d="M213.333333,-2.84217094e-14 L213.333333,256 L256,256 L256,-2.84217094e-14 L213.333333,-2.84217094e-14 Z M2.84217094e-14,-2.84217094e-14 L2.84217094e-14,256 L213.333333,128 L2.84217094e-14,-2.84217094e-14 Z M42.6666667,75.328 L130.432,128 L42.6666667,180.650667 L42.6666667,75.328 Z" id="Shape"/></g></g></g></svg>
|
package/svg/sms.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"><desc>sms</desc><path fill-rule="evenodd" clip-rule="evenodd" d="M128 42.666C104.436 42.666 85.3333 61.7685 85.3333 85.3327V426.666C85.3333 450.23 104.436 469.333 128 469.333H298.667C322.231 469.333 341.333 450.23 341.333 426.666V319.999H309.333L298.667 330.666V426.666L128 426.666V85.3329H298.667V127.999H341.333V85.3329C341.333 61.7687 322.231 42.6662 298.667 42.6662L128 42.666ZM234.667 362.666V405.333H192V362.666H234.667ZM170.667 106.666H256V127.999H170.667V106.666ZM448 149.333H256V341.333L298.667 298.666H448V149.333ZM399.998 224C399.998 232.836 407.161 240 415.998 240C424.835 240 431.998 232.836 431.998 224C431.998 215.163 424.835 208 415.998 208C407.161 208 399.998 215.163 399.998 224ZM352 240C343.163 240 336 232.837 336 224C336 215.164 343.163 208 352 208C360.837 208 368 215.164 368 224C368 232.837 360.837 240 352 240ZM271.998 224C271.998 232.837 279.161 240 287.998 240C296.835 240 303.998 232.837 303.998 224C303.998 215.164 296.835 208 287.998 208C279.161 208 271.998 215.164 271.998 224Z"/></svg>
|
package/svg/snowflake.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="Combined-Shape" transform="translate(50.615481, 42.666667)"><path d="M226.717853,7.10542736e-15 L225.488252,49.174 L270.166041,14.0855732 L289.936331,39.2477601 L224.450252,90.701 L222.108,184.365 L302.054968,135.504795 L313.871142,53.06653 L345.54738,57.6070097 L337.477754,113.85486 L379.469939,88.191458 L400.803272,125.141875 L357.602539,148.66401 L410.328902,169.811897 L398.422954,199.514563 L321.120102,168.528575 L238.832,213.333 L317.049229,255.921717 L400.473073,227.573111 L410.769039,257.871512 L355.263968,276.729847 L400.803272,301.524791 L379.469939,338.475209 L335.227334,311.436315 L346.647973,368.932455 L315.260805,375.165088 L298.099229,288.74408 L222.108,242.3 L224.334252,331.332 L290.596787,389.404865 L269.505585,413.470634 L225.421252,374.831 L226.717853,426.666667 L184.051186,426.666667 L185.346252,374.832 L141.263454,413.470634 L120.172252,389.404865 L186.434252,331.332 L188.66,242.3 L112.669543,288.743616 L95.5082335,375.165088 L64.1210658,368.932455 L75.5418036,311.434486 L31.2990999,338.475209 L9.96576653,301.524791 L55.5034376,276.729018 L-4.26325641e-14,257.871512 L10.295966,227.573111 L93.7195426,255.921254 L171.935,213.333 L89.6478036,168.528539 L12.3460847,199.514563 L0.440136544,169.811897 L53.1870173,148.676473 L9.96576653,125.141875 L31.2990999,88.1914581 L73.2702326,113.843324 L65.2216584,57.6070097 L96.8978962,53.06653 L108.71467,135.505758 L188.66,184.365 L186.318252,90.7 L120.832708,39.2477601 L140.602998,14.0855732 L185.280252,49.198 L184.051186,7.10542736e-15 L226.717853,7.10542736e-15 Z"/></g></g></svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><desc>snowflake</desc><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="Combined-Shape" transform="translate(50.615481, 42.666667)"><path d="M226.717853,7.10542736e-15 L225.488252,49.174 L270.166041,14.0855732 L289.936331,39.2477601 L224.450252,90.701 L222.108,184.365 L302.054968,135.504795 L313.871142,53.06653 L345.54738,57.6070097 L337.477754,113.85486 L379.469939,88.191458 L400.803272,125.141875 L357.602539,148.66401 L410.328902,169.811897 L398.422954,199.514563 L321.120102,168.528575 L238.832,213.333 L317.049229,255.921717 L400.473073,227.573111 L410.769039,257.871512 L355.263968,276.729847 L400.803272,301.524791 L379.469939,338.475209 L335.227334,311.436315 L346.647973,368.932455 L315.260805,375.165088 L298.099229,288.74408 L222.108,242.3 L224.334252,331.332 L290.596787,389.404865 L269.505585,413.470634 L225.421252,374.831 L226.717853,426.666667 L184.051186,426.666667 L185.346252,374.832 L141.263454,413.470634 L120.172252,389.404865 L186.434252,331.332 L188.66,242.3 L112.669543,288.743616 L95.5082335,375.165088 L64.1210658,368.932455 L75.5418036,311.434486 L31.2990999,338.475209 L9.96576653,301.524791 L55.5034376,276.729018 L-4.26325641e-14,257.871512 L10.295966,227.573111 L93.7195426,255.921254 L171.935,213.333 L89.6478036,168.528539 L12.3460847,199.514563 L0.440136544,169.811897 L53.1870173,148.676473 L9.96576653,125.141875 L31.2990999,88.1914581 L73.2702326,113.843324 L65.2216584,57.6070097 L96.8978962,53.06653 L108.71467,135.505758 L188.66,184.365 L186.318252,90.7 L120.832708,39.2477601 L140.602998,14.0855732 L185.280252,49.198 L184.051186,7.10542736e-15 L226.717853,7.10542736e-15 Z"/></g></g></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M341.333 469.333H320V426.667H277.333V469.333H256V426.667H213.333V469.333H85.3335V42.6666H426.667V469.333H384V426.667H341.333V469.333ZM352 405.333L384 373.333V117.333L352 85.3333H160L128 117.333V373.333L160 405.333H352ZM320 149.333V128H192V149.333H149.333V192H192V213.333H149.333V256H192V277.333H149.333V320H192V341.333H320V320H362.667V277.333H320V256H362.667V213.333H320V192H362.667V149.333H320ZM213.333 149.333H298.667V320H213.333V149.333Z"/></svg>
|
|
1
|
+
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"><desc>solid-state-drive</desc><path fill-rule="evenodd" clip-rule="evenodd" d="M341.333 469.333H320V426.667H277.333V469.333H256V426.667H213.333V469.333H85.3335V42.6666H426.667V469.333H384V426.667H341.333V469.333ZM352 405.333L384 373.333V117.333L352 85.3333H160L128 117.333V373.333L160 405.333H352ZM320 149.333V128H192V149.333H149.333V192H192V213.333H149.333V256H192V277.333H149.333V320H192V341.333H320V320H362.667V277.333H320V256H362.667V213.333H320V192H362.667V149.333H320ZM213.333 149.333H298.667V320H213.333V149.333Z"/></svg>
|
package/svg/sort-alt.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M42.6666 128V85.3334H469.333V128H42.6666ZM42.6666 277.333V234.667H320V277.333H42.6666ZM42.6666 426.667V384H213.333V426.667H42.6666Z"/></svg>
|
|
1
|
+
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"><desc>sort-alt</desc><path fill-rule="evenodd" clip-rule="evenodd" d="M42.6666 128V85.3334H469.333V128H42.6666ZM42.6666 277.333V234.667H320V277.333H42.6666ZM42.6666 426.667V384H213.333V426.667H42.6666Z"/></svg>
|
package/svg/sort-ascending.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="add" transform="translate(64.000000, 106.666667)"><path d="M399.082027,100.52224 L368.915413,130.688853 L320,81.77344 L320,320 L277.333333,320 L277.333333,81.77088 L228.41536,130.688853 L198.248747,100.52224 L298.666667,-2.84217094e-14 L399.082027,100.52224 Z M106.666667,64 L-1.42108547e-14,64 L-1.42108547e-14,106.666667 L106.666667,106.666667 L106.666667,64 Z M149.333333,170.666667 L-1.42108547e-14,170.666667 L-1.42108547e-14,213.333333 L149.333333,213.333333 L149.333333,170.666667 Z M-1.42108547e-14,320 L192,320 L192,277.333333 L-1.42108547e-14,277.333333 L-1.42108547e-14,320 Z" id="Shape"/></g></g></svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><desc>sort-ascending</desc><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="add" transform="translate(64.000000, 106.666667)"><path d="M399.082027,100.52224 L368.915413,130.688853 L320,81.77344 L320,320 L277.333333,320 L277.333333,81.77088 L228.41536,130.688853 L198.248747,100.52224 L298.666667,-2.84217094e-14 L399.082027,100.52224 Z M106.666667,64 L-1.42108547e-14,64 L-1.42108547e-14,106.666667 L106.666667,106.666667 L106.666667,64 Z M149.333333,170.666667 L-1.42108547e-14,170.666667 L-1.42108547e-14,213.333333 L149.333333,213.333333 L149.333333,170.666667 Z M-1.42108547e-14,320 L192,320 L192,277.333333 L-1.42108547e-14,277.333333 L-1.42108547e-14,320 Z" id="Shape"/></g></g></svg>
|
package/svg/sort-descending.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="add" transform="translate(64.000000, 106.666667)"><path d="M-4.26325641e-14,213.333333 L106.666667,213.333333 L106.666667,256 L-4.26325641e-14,256 L-4.26325641e-14,213.333333 Z M-4.26325641e-14,149.333333 L149.333333,149.333333 L149.333333,106.666667 L-4.26325641e-14,106.666667 L-4.26325641e-14,149.333333 Z M-4.26325641e-14,42.6666667 L192,42.6666667 L192,-2.84217094e-14 L-4.26325641e-14,-2.84217094e-14 L-4.26325641e-14,42.6666667 Z M368.916693,189.31904 L320,238.235733 L320,-2.84217094e-14 L277.333333,-2.84217094e-14 L277.333333,238.235733 L228.41664,189.31904 L198.250027,219.485653 L298.666667,320 L399.083307,219.485653 L368.916693,189.31904 Z" id="Shape"/></g></g></svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><desc>sort-descending</desc><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="add" transform="translate(64.000000, 106.666667)"><path d="M-4.26325641e-14,213.333333 L106.666667,213.333333 L106.666667,256 L-4.26325641e-14,256 L-4.26325641e-14,213.333333 Z M-4.26325641e-14,149.333333 L149.333333,149.333333 L149.333333,106.666667 L-4.26325641e-14,106.666667 L-4.26325641e-14,149.333333 Z M-4.26325641e-14,42.6666667 L192,42.6666667 L192,-2.84217094e-14 L-4.26325641e-14,-2.84217094e-14 L-4.26325641e-14,42.6666667 Z M368.916693,189.31904 L320,238.235733 L320,-2.84217094e-14 L277.333333,-2.84217094e-14 L277.333333,238.235733 L228.41664,189.31904 L198.250027,219.485653 L298.666667,320 L399.083307,219.485653 L368.916693,189.31904 Z" id="Shape"/></g></g></svg>
|
package/svg/sort.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><path fill-rule="evenodd" d="M170.666667,210.652373 L200.83328,240.818987 L100.41664,341.333333 L-1.42108547e-14,240.818987 L30.1666133,210.652373 L79.0833067,259.569067 L79.0833067,21.3333333 L121.749973,21.3333333 L121.749973,259.569067 L170.666667,210.652373 Z M313.749973,1.42108547e-14 L213.332053,100.52224 L243.498667,130.688853 L292.41664,81.77088 L292.41664,320 L335.083307,320 L335.083307,81.77344 L383.99872,130.688853 L414.165333,100.52224 L313.749973,1.42108547e-14 Z" transform="translate(48.853 85.333)"/></svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><desc>sort</desc><path fill-rule="evenodd" d="M170.666667,210.652373 L200.83328,240.818987 L100.41664,341.333333 L-1.42108547e-14,240.818987 L30.1666133,210.652373 L79.0833067,259.569067 L79.0833067,21.3333333 L121.749973,21.3333333 L121.749973,259.569067 L170.666667,210.652373 Z M313.749973,1.42108547e-14 L213.332053,100.52224 L243.498667,130.688853 L292.41664,81.77088 L292.41664,320 L335.083307,320 L335.083307,81.77344 L383.99872,130.688853 L414.165333,100.52224 L313.749973,1.42108547e-14 Z" transform="translate(48.853 85.333)"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="icon" transform="translate(42.666667, 85.333333)"><path d="M361.299413,341.610667 L328.014293,314.98176 C402.206933,233.906133 402.206933,109.96608 328.013013,28.8906667 L361.298133,2.26304 C447.910187,98.97536 447.908907,244.898347 361.299413,341.610667 Z M276.912853,69.77216 L243.588693,96.4309333 C283.38432,138.998613 283.38304,204.87488 243.589973,247.44256 L276.914133,274.101333 C329.118507,215.880107 329.118507,127.992107 276.912853,69.77216 Z M191.749973,1.42108547e-14 L80.8957867,87.2292267 L7.10542736e-15,87.2292267 L7.10542736e-15,257.895893 L81.0208,257.895893 L191.749973,343.35424 L191.749973,1.42108547e-14 L191.749973,1.42108547e-14 Z" id="Shape"/></g></g></svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><desc>sound-loud-filled</desc><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="icon" transform="translate(42.666667, 85.333333)"><path d="M361.299413,341.610667 L328.014293,314.98176 C402.206933,233.906133 402.206933,109.96608 328.013013,28.8906667 L361.298133,2.26304 C447.910187,98.97536 447.908907,244.898347 361.299413,341.610667 Z M276.912853,69.77216 L243.588693,96.4309333 C283.38432,138.998613 283.38304,204.87488 243.589973,247.44256 L276.914133,274.101333 C329.118507,215.880107 329.118507,127.992107 276.912853,69.77216 Z M191.749973,1.42108547e-14 L80.8957867,87.2292267 L7.10542736e-15,87.2292267 L7.10542736e-15,257.895893 L81.0208,257.895893 L191.749973,343.35424 L191.749973,1.42108547e-14 L191.749973,1.42108547e-14 Z" id="Shape"/></g></g></svg>
|
package/svg/sound-loud.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="icon" transform="translate(42.666667, 85.333333)"><path d="M361.299413,341.610667 L328.014293,314.98176 C402.206933,233.906133 402.206933,109.96608 328.013013,28.8906667 L361.298133,2.26304 C447.910187,98.97536 447.908907,244.898347 361.299413,341.610667 Z M276.912853,69.77216 L243.588693,96.4309333 C283.38432,138.998613 283.38304,204.87488 243.589973,247.44256 L276.914133,274.101333 C329.118507,215.880107 329.118507,127.992107 276.912853,69.77216 Z M191.749973,1.42108547e-14 L80.8957867,87.2292267 L7.10542736e-15,87.2292267 L7.10542736e-15,257.895893 L81.0208,257.895893 L191.749973,343.35424 L191.749973,1.42108547e-14 L191.749973,1.42108547e-14 Z M42.6666667,129.895893 L95.6874667,129.895893 L149.083307,87.8749867 L149.083307,256.520747 L95.5624533,215.229227 L42.6666667,215.229227 L42.6666667,129.895893 Z" id="Shape"/></g></g></svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><desc>sound-loud</desc><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="icon" transform="translate(42.666667, 85.333333)"><path d="M361.299413,341.610667 L328.014293,314.98176 C402.206933,233.906133 402.206933,109.96608 328.013013,28.8906667 L361.298133,2.26304 C447.910187,98.97536 447.908907,244.898347 361.299413,341.610667 Z M276.912853,69.77216 L243.588693,96.4309333 C283.38432,138.998613 283.38304,204.87488 243.589973,247.44256 L276.914133,274.101333 C329.118507,215.880107 329.118507,127.992107 276.912853,69.77216 Z M191.749973,1.42108547e-14 L80.8957867,87.2292267 L7.10542736e-15,87.2292267 L7.10542736e-15,257.895893 L81.0208,257.895893 L191.749973,343.35424 L191.749973,1.42108547e-14 L191.749973,1.42108547e-14 Z M42.6666667,129.895893 L95.6874667,129.895893 L149.083307,87.8749867 L149.083307,256.520747 L95.5624533,215.229227 L42.6666667,215.229227 L42.6666667,129.895893 Z" id="Shape"/></g></g></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="icon" transform="translate(42.666667, 85.333333)"><path d="M360.708267,171.937493 L420.291627,231.520853 L390.125013,261.687467 L330.541653,202.104107 L270.958293,261.687467 L240.79168,231.520853 L300.37504,171.937493 L240.79168,112.354133 L270.958293,82.18752 L330.541653,141.77088 L390.125013,82.18752 L420.291627,112.354133 L360.708267,171.937493 Z M191.749973,1.42108547e-14 L80.8957867,87.2292267 L7.10542736e-15,87.2292267 L7.10542736e-15,257.895893 L81.0208,257.895893 L191.749973,343.35424 L191.749973,1.42108547e-14 L191.749973,1.42108547e-14 Z" id="Shape"/></g></g></svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><desc>sound-mute-filled</desc><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="icon" transform="translate(42.666667, 85.333333)"><path d="M360.708267,171.937493 L420.291627,231.520853 L390.125013,261.687467 L330.541653,202.104107 L270.958293,261.687467 L240.79168,231.520853 L300.37504,171.937493 L240.79168,112.354133 L270.958293,82.18752 L330.541653,141.77088 L390.125013,82.18752 L420.291627,112.354133 L360.708267,171.937493 Z M191.749973,1.42108547e-14 L80.8957867,87.2292267 L7.10542736e-15,87.2292267 L7.10542736e-15,257.895893 L81.0208,257.895893 L191.749973,343.35424 L191.749973,1.42108547e-14 L191.749973,1.42108547e-14 Z" id="Shape"/></g></g></svg>
|
package/svg/sound-mute.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="icon" transform="translate(42.666667, 85.333333)"><path d="M360.708267,171.937493 L420.291627,231.520853 L390.125013,261.687467 L330.541653,202.104107 L270.958293,261.687467 L240.79168,231.520853 L300.37504,171.937493 L240.79168,112.354133 L270.958293,82.18752 L330.541653,141.77088 L390.125013,82.18752 L420.291627,112.354133 L360.708267,171.937493 Z M191.749973,1.42108547e-14 L80.8957867,87.2292267 L7.10542736e-15,87.2292267 L7.10542736e-15,257.895893 L81.0208,257.895893 L191.749973,343.35424 L191.749973,1.42108547e-14 L191.749973,1.42108547e-14 Z M42.6666667,129.895893 L95.6874667,129.895893 L149.083307,87.8749867 L149.083307,256.520747 L95.5624533,215.229227 L42.6666667,215.229227 L42.6666667,129.895893 Z" id="Shape"/></g></g></svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><desc>sound-mute</desc><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="icon" transform="translate(42.666667, 85.333333)"><path d="M360.708267,171.937493 L420.291627,231.520853 L390.125013,261.687467 L330.541653,202.104107 L270.958293,261.687467 L240.79168,231.520853 L300.37504,171.937493 L240.79168,112.354133 L270.958293,82.18752 L330.541653,141.77088 L390.125013,82.18752 L420.291627,112.354133 L360.708267,171.937493 Z M191.749973,1.42108547e-14 L80.8957867,87.2292267 L7.10542736e-15,87.2292267 L7.10542736e-15,257.895893 L81.0208,257.895893 L191.749973,343.35424 L191.749973,1.42108547e-14 L191.749973,1.42108547e-14 Z M42.6666667,129.895893 L95.6874667,129.895893 L149.083307,87.8749867 L149.083307,256.520747 L95.5624533,215.229227 L42.6666667,215.229227 L42.6666667,129.895893 Z" id="Shape"/></g></g></svg>
|
package/svg/sound-off-filled.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="icon" transform="translate(42.666667, 59.581722)"><path d="M47.0849493,-1.42108547e-14 L298.668,251.583611 L304.101001,257.015597 L304.101,257.016 L353.573532,306.488791 C353.573732,306.488458 353.573933,306.488124 353.574133,306.48779 L384.435257,337.348961 L384.434,337.349 L409.751616,362.666662 L379.581717,392.836561 L191.749,205.003 L191.749973,369.105851 L81.0208,283.647505 L7.10542736e-15,283.647505 L7.10542736e-15,112.980838 L80.8957867,112.980838 L91.433,104.688 L16.9150553,30.169894 L47.0849493,-1.42108547e-14 Z M361.298133,28.0146513 C429.037729,103.653701 443.797162,209.394226 405.578884,298.151284 L372.628394,265.201173 C396.498256,194.197542 381.626623,113.228555 328.013013,54.642278 L361.298133,28.0146513 Z M276.912853,95.5237713 C305.539387,127.448193 318.4688,168.293162 315.701304,208.275874 L266.464558,159.040303 C261.641821,146.125608 254.316511,133.919279 244.488548,123.156461 L243.588693,122.182545 L276.912853,95.5237713 Z M191.749973,25.7516113 L191.749,84.3256113 L158.969,51.5456113 L191.749973,25.7516113 Z" id="Combined-Shape"/></g></g></svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><desc>sound-off-filled</desc><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="icon" transform="translate(42.666667, 59.581722)"><path d="M47.0849493,-1.42108547e-14 L298.668,251.583611 L304.101001,257.015597 L304.101,257.016 L353.573532,306.488791 C353.573732,306.488458 353.573933,306.488124 353.574133,306.48779 L384.435257,337.348961 L384.434,337.349 L409.751616,362.666662 L379.581717,392.836561 L191.749,205.003 L191.749973,369.105851 L81.0208,283.647505 L7.10542736e-15,283.647505 L7.10542736e-15,112.980838 L80.8957867,112.980838 L91.433,104.688 L16.9150553,30.169894 L47.0849493,-1.42108547e-14 Z M361.298133,28.0146513 C429.037729,103.653701 443.797162,209.394226 405.578884,298.151284 L372.628394,265.201173 C396.498256,194.197542 381.626623,113.228555 328.013013,54.642278 L361.298133,28.0146513 Z M276.912853,95.5237713 C305.539387,127.448193 318.4688,168.293162 315.701304,208.275874 L266.464558,159.040303 C261.641821,146.125608 254.316511,133.919279 244.488548,123.156461 L243.588693,122.182545 L276.912853,95.5237713 Z M191.749973,25.7516113 L191.749,84.3256113 L158.969,51.5456113 L191.749973,25.7516113 Z" id="Combined-Shape"/></g></g></svg>
|
package/svg/sound-off.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="icon" transform="translate(42.666667, 59.581722)"><path d="M47.0849493,-1.42108547e-14 L409.751616,362.666662 L379.581717,392.836561 L191.749,205.003 L191.749973,369.105851 L81.0208,283.647505 L7.10542736e-15,283.647505 L7.10542736e-15,112.980838 L80.8957867,112.980838 L91.433,104.688 L16.9150553,30.169894 L47.0849493,-1.42108547e-14 Z M361.298133,28.0146513 C429.03793,103.653926 443.79725,209.394854 405.578543,298.152074 L372.628731,265.200172 C396.498116,194.196781 381.626371,113.22828 328.013013,54.642278 L361.298133,28.0146513 Z M121.824,135.078 L95.6874667,155.647505 L42.6666667,155.647505 L42.6666667,240.980838 L95.5624533,240.980838 L149.083307,282.272358 L149.083,162.337 L121.824,135.078 Z M276.912853,95.5237713 C305.539112,127.447886 318.468552,168.292377 315.701384,208.274722 L266.463468,159.037386 C261.494642,145.732631 253.869746,133.179747 243.588693,122.182545 L243.588693,122.182545 Z M191.749973,25.7516113 L191.749,84.325 L158.969,51.545 L191.749973,25.7516113 Z" id="Combined-Shape"/></g></g></svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><desc>sound-off</desc><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="icon" transform="translate(42.666667, 59.581722)"><path d="M47.0849493,-1.42108547e-14 L409.751616,362.666662 L379.581717,392.836561 L191.749,205.003 L191.749973,369.105851 L81.0208,283.647505 L7.10542736e-15,283.647505 L7.10542736e-15,112.980838 L80.8957867,112.980838 L91.433,104.688 L16.9150553,30.169894 L47.0849493,-1.42108547e-14 Z M361.298133,28.0146513 C429.03793,103.653926 443.79725,209.394854 405.578543,298.152074 L372.628731,265.200172 C396.498116,194.196781 381.626371,113.22828 328.013013,54.642278 L361.298133,28.0146513 Z M121.824,135.078 L95.6874667,155.647505 L42.6666667,155.647505 L42.6666667,240.980838 L95.5624533,240.980838 L149.083307,282.272358 L149.083,162.337 L121.824,135.078 Z M276.912853,95.5237713 C305.539112,127.447886 318.468552,168.292377 315.701384,208.274722 L266.463468,159.037386 C261.494642,145.732631 253.869746,133.179747 243.588693,122.182545 L243.588693,122.182545 Z M191.749973,25.7516113 L191.749,84.325 L158.969,51.545 L191.749973,25.7516113 Z" id="Combined-Shape"/></g></g></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="icon" transform="translate(42.666667, 85.333333)"><path d="M276.914133,274.101547 L243.589973,247.442773 C283.38304,204.875093 283.38432,138.998827 243.588693,96.4311467 L276.912853,69.77216 C329.118507,127.992107 329.118507,215.880107 276.914133,274.101547 Z M191.749973,1.42108547e-14 L80.8957867,87.2292267 L7.10542736e-15,87.2292267 L7.10542736e-15,257.895893 L81.0208,257.895893 L191.749973,343.35424 L191.749973,1.42108547e-14 L191.749973,1.42108547e-14 Z" id="Shape"/></g></g></svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><desc>sound-quiet-filled</desc><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="icon" transform="translate(42.666667, 85.333333)"><path d="M276.914133,274.101547 L243.589973,247.442773 C283.38304,204.875093 283.38432,138.998827 243.588693,96.4311467 L276.912853,69.77216 C329.118507,127.992107 329.118507,215.880107 276.914133,274.101547 Z M191.749973,1.42108547e-14 L80.8957867,87.2292267 L7.10542736e-15,87.2292267 L7.10542736e-15,257.895893 L81.0208,257.895893 L191.749973,343.35424 L191.749973,1.42108547e-14 L191.749973,1.42108547e-14 Z" id="Shape"/></g></g></svg>
|
package/svg/sound-quiet.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="icon" transform="translate(42.666667, 85.333333)"><path d="M276.914133,274.101547 L243.589973,247.442773 C283.38304,204.875093 283.38432,138.998827 243.588693,96.4311467 L276.912853,69.77216 C329.118507,127.992107 329.118507,215.880107 276.914133,274.101547 Z M191.749973,1.42108547e-14 L80.8957867,87.2292267 L7.10542736e-15,87.2292267 L7.10542736e-15,257.895893 L81.0208,257.895893 L191.749973,343.35424 L191.749973,1.42108547e-14 L191.749973,1.42108547e-14 Z M42.6666667,129.895893 L95.6874667,129.895893 L149.083307,87.8749867 L149.083307,256.520747 L95.5624533,215.229227 L42.6666667,215.229227 L42.6666667,129.895893 Z" id="Shape"/></g></g></svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><desc>sound-quiet</desc><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="icon" transform="translate(42.666667, 85.333333)"><path d="M276.914133,274.101547 L243.589973,247.442773 C283.38304,204.875093 283.38432,138.998827 243.588693,96.4311467 L276.912853,69.77216 C329.118507,127.992107 329.118507,215.880107 276.914133,274.101547 Z M191.749973,1.42108547e-14 L80.8957867,87.2292267 L7.10542736e-15,87.2292267 L7.10542736e-15,257.895893 L81.0208,257.895893 L191.749973,343.35424 L191.749973,1.42108547e-14 L191.749973,1.42108547e-14 Z M42.6666667,129.895893 L95.6874667,129.895893 L149.083307,87.8749867 L149.083307,256.520747 L95.5624533,215.229227 L42.6666667,215.229227 L42.6666667,129.895893 Z" id="Shape"/></g></g></svg>
|
package/svg/spatial.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="icon" transform="translate(42.666667, 40.831848)"><path d="M258.454442,2.13162821e-14 L426.666667,96.1212711 L426.666667,348.100799 L168.212224,430.336304 L3.55271368e-14,334.215033 L3.55271368e-14,82.2355043 L258.454442,2.13162821e-14 Z M254.741333,258.752152 L192,278.718 L192,377.991 L366.336,322.507 L254.741333,258.752152 Z M149.333,292.295 L61.547,320.231 L149.333,370.405 L149.333,292.295 Z M384,137.676 L266.666,175.01 L266.666,240.978 L384,308.026 L384,137.676 Z M42.666,134.595 L42.666,303.853 L149.333,269.914 L149.333,195.548 L42.666,134.595 Z M245.333,181.797 L192,198.767 L192,256.338 L245.333,239.368 L245.333,181.797 Z M245.333,48.921 L74.088,103.41 L173.12,160.000152 L245.333,137.023 L245.333,48.921 Z M266.666,53.826 L266.666,130.235 L352.539,102.912 L266.666,53.826 Z" id="Combined-Shape"/></g></g></svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><desc>spatial</desc><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="icon" transform="translate(42.666667, 40.831848)"><path d="M258.454442,2.13162821e-14 L426.666667,96.1212711 L426.666667,348.100799 L168.212224,430.336304 L3.55271368e-14,334.215033 L3.55271368e-14,82.2355043 L258.454442,2.13162821e-14 Z M254.741333,258.752152 L192,278.718 L192,377.991 L366.336,322.507 L254.741333,258.752152 Z M149.333,292.295 L61.547,320.231 L149.333,370.405 L149.333,292.295 Z M384,137.676 L266.666,175.01 L266.666,240.978 L384,308.026 L384,137.676 Z M42.666,134.595 L42.666,303.853 L149.333,269.914 L149.333,195.548 L42.666,134.595 Z M245.333,181.797 L192,198.767 L192,256.338 L245.333,239.368 L245.333,181.797 Z M245.333,48.921 L74.088,103.41 L173.12,160.000152 L245.333,137.023 L245.333,48.921 Z M266.666,53.826 L266.666,130.235 L352.539,102.912 L266.666,53.826 Z" id="Combined-Shape"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"><desc>spiderchart-filled</desc><path fill-rule="evenodd" clip-rule="evenodd" d="M202.669 356.782L323.824 376.112L376.379 448H137.491L202.669 356.782ZM42.6667 219.842L149.158 247.657L183.798 347.157L119.512 437.114L42.6667 219.842ZM469.333 216.953L392.403 434.408L345.905 370.822L425.725 228.877L469.333 216.953ZM368.665 244.483L318.596 333.484L272.714 270.732L368.665 244.483ZM255.576 282.757L289.652 329.373L229.149 319.729L255.576 282.757ZM198.44 260.538L238.266 270.935L213.933 304.997L198.44 260.538ZM244.854 209.221V251.564L206.325 241.492L244.854 209.221ZM266.105 198.538L351.961 227.9L266.117 251.401L266.105 198.538ZM244.854 64V155.178L157.149 228.653L48.8296 200.37L244.854 64ZM266.105 64L459.473 198.498L422.155 208.712L266.105 155.34V64Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"><desc>spiderchart</desc><path fill-rule="evenodd" clip-rule="evenodd" d="M256 64L469.333 212.203L385.797 448H126.203L42.6667 212.203L256 64ZM200.25 357.868L161.752 408.074H350.234L327.248 378.11L200.25 357.868ZM95.1527 235.957L149.726 390.008L184.195 345.072L151.355 250.889L95.1527 235.957ZM408.67 258.894L346.455 369.386L362.238 389.988L408.67 258.894ZM366.644 249.292L273.342 274.065L319.085 333.733L366.644 249.292ZM256 285.206L227.934 321.796L291.881 331.997L256 285.206ZM199.832 263.765L214.447 305.626L238.644 274.065L199.832 263.765ZM266.432 203.258L266.439 255.202L351.988 232.483L266.432 203.258ZM245.554 213.739L207.933 245.2L245.554 255.201V213.739ZM245.554 120.594L105.383 217.971L159.831 232.424L245.554 160.698V120.594ZM266.432 120.594V160.858L380.444 199.785L266.432 120.594Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="audio-description1" transform="translate(64.000000, 64.000000)"><path d="M384,1.42108547e-14 L384,384 L1.42108547e-14,384 L1.42108547e-14,1.42108547e-14 L384,1.42108547e-14 Z M42.6666667,213.333333 L42.6666667,341.333333 L341.333333,341.333333 L341.333333,213.333333 L42.6666667,213.333333 Z M42.6666667,170.666667 L341.333333,170.666667 L341.333333,42.6666667 L42.6666667,42.6666667 L42.6666667,170.666667 Z" id="Combined-Shape"/></g></g></svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><desc>split-horizontally</desc><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="audio-description1" transform="translate(64.000000, 64.000000)"><path d="M384,1.42108547e-14 L384,384 L1.42108547e-14,384 L1.42108547e-14,1.42108547e-14 L384,1.42108547e-14 Z M42.6666667,213.333333 L42.6666667,341.333333 L341.333333,341.333333 L341.333333,213.333333 L42.6666667,213.333333 Z M42.6666667,170.666667 L341.333333,170.666667 L341.333333,42.6666667 L42.6666667,42.6666667 L42.6666667,170.666667 Z" id="Combined-Shape"/></g></g></svg>
|
package/svg/split-vertically.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="audio-description1" transform="translate(64.000000, 64.000000)"><path d="M384,1.42108547e-14 L384,384 L1.42108547e-14,384 L1.42108547e-14,1.42108547e-14 L384,1.42108547e-14 Z M42.6666667,42.6666667 L42.6666667,341.333333 L170.666667,341.333333 L170.666667,42.6666667 L42.6666667,42.6666667 Z M213.333333,341.333333 L341.333333,341.333333 L341.333333,42.6666667 L213.333333,42.6666667 L213.333333,341.333333 Z" id="Combined-Shape"/></g></g></svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><desc>split-vertically</desc><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="audio-description1" transform="translate(64.000000, 64.000000)"><path d="M384,1.42108547e-14 L384,384 L1.42108547e-14,384 L1.42108547e-14,1.42108547e-14 L384,1.42108547e-14 Z M42.6666667,42.6666667 L42.6666667,341.333333 L170.666667,341.333333 L170.666667,42.6666667 L42.6666667,42.6666667 Z M213.333333,341.333333 L341.333333,341.333333 L341.333333,42.6666667 L213.333333,42.6666667 L213.333333,341.333333 Z" id="Combined-Shape"/></g></g></svg>
|
package/svg/split.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M368.917 100.42L396.497 128H279.163L172.497 234.667H42.6665V277.333H172.497L279.163 384H396.5L368.917 411.583L399.086 441.753L478.171 362.668L399.086 283.583L368.917 313.753L396.497 341.333H296.836L211.503 256L296.836 170.667H396.5L368.917 198.25L399.086 228.42L478.171 149.335L399.086 70.25L368.917 100.42Z"/></svg>
|
|
1
|
+
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"><desc>split</desc><path fill-rule="evenodd" clip-rule="evenodd" d="M368.917 100.42L396.497 128H279.163L172.497 234.667H42.6665V277.333H172.497L279.163 384H396.5L368.917 411.583L399.086 441.753L478.171 362.668L399.086 283.583L368.917 313.753L396.497 341.333H296.836L211.503 256L296.836 170.667H396.5L368.917 198.25L399.086 228.42L478.171 149.335L399.086 70.25L368.917 100.42Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"><desc>stacked-barchart</desc><path fill-rule="evenodd" clip-rule="evenodd" d="M170.667 128.001H234.667V192.001H170.667V128.001ZM128 192.001H64V277.335H128V192.001ZM128 298.668H64V426.668H128V298.668ZM234.667 213.335H170.667V426.668H234.667V213.335ZM277.333 234.668H341.333V298.668H277.333V234.668ZM341.333 320.001H277.333V426.668H341.333V320.001ZM384 149.335H448V213.335H384V149.335ZM448 234.668H384V426.668H448V234.668Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M170.667 74.668H234.667V106.668H170.667V74.668ZM128 149.335H64V170.668H128V149.335ZM277.333 170.668H341.333V213.335H277.333V170.668ZM384 106.668H448V128.001H384V106.668Z"/></svg>
|
package/svg/stamp-filled.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><path fill-rule="evenodd" d="M42.6666667,384 L341.333333,384 L341.333333,426.666667 L42.6666667,426.666667 Z M192,7.10542736e-15 C239.128299,7.10542736e-15 277.333333,33.4294053 277.333333,74.6666667 C277.333333,102.303901 260.172826,126.43409 234.666594,139.344299 L234.666,213.333 L352,213.333333 L384,362.666667 L1.42108547e-14,362.666667 L32,213.333333 L149.333,213.333 L149.333406,139.344299 C123.827174,126.43409 106.666667,102.303901 106.666667,74.6666667 C106.666667,33.4294053 144.871701,7.10542736e-15 192,7.10542736e-15 Z" transform="translate(64 42.667)"/></svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><desc>stamp-filled</desc><path fill-rule="evenodd" d="M42.6666667,384 L341.333333,384 L341.333333,426.666667 L42.6666667,426.666667 Z M192,7.10542736e-15 C239.128299,7.10542736e-15 277.333333,33.4294053 277.333333,74.6666667 C277.333333,102.303901 260.172826,126.43409 234.666594,139.344299 L234.666,213.333 L352,213.333333 L384,362.666667 L1.42108547e-14,362.666667 L32,213.333333 L149.333,213.333 L149.333406,139.344299 C123.827174,126.43409 106.666667,102.303901 106.666667,74.6666667 C106.666667,33.4294053 144.871701,7.10542736e-15 192,7.10542736e-15 Z" transform="translate(64 42.667)"/></svg>
|
package/svg/stamp.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><path fill-rule="evenodd" d="M341.333333,384 L341.333333,426.666667 L42.6666667,426.666667 L42.6666667,384 L341.333333,384 Z M192,7.10542736e-15 C245.019336,7.10542736e-15 288,38.2050347 288,85.3333333 C288,110.598638 275.647392,133.299403 256.017668,148.924081 L256.007,213.333 L352,213.333333 L384,362.666667 L1.42108547e-14,362.666667 L32,213.333333 L128.001,213.333 L128.003315,148.940778 C108.361411,133.315577 96,110.607639 96,85.3333333 C96,38.2050347 138.980664,7.10542736e-15 192,7.10542736e-15 Z M317.504,256 L66.4746667,256 L52.7573333,320 L331.221333,320 L317.504,256 Z M192,42.6666667 C161.49867,42.6666667 138.666667,62.9617807 138.666667,85.3333333 C138.666667,96.5152257 144.220996,107.32165 154.565318,115.550593 L170.670618,128.362414 L170.669981,148.942099 L170.645333,213.333333 L213.333333,213.333333 L213.354395,128.350027 L229.446118,115.541493 C239.783288,107.313413 245.333333,96.5110564 245.333333,85.3333333 C245.333333,62.9617807 222.50133,42.6666667 192,42.6666667 Z" transform="translate(64 42.667)"/></svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><desc>stamp</desc><path fill-rule="evenodd" d="M341.333333,384 L341.333333,426.666667 L42.6666667,426.666667 L42.6666667,384 L341.333333,384 Z M192,7.10542736e-15 C245.019336,7.10542736e-15 288,38.2050347 288,85.3333333 C288,110.598638 275.647392,133.299403 256.017668,148.924081 L256.007,213.333 L352,213.333333 L384,362.666667 L1.42108547e-14,362.666667 L32,213.333333 L128.001,213.333 L128.003315,148.940778 C108.361411,133.315577 96,110.607639 96,85.3333333 C96,38.2050347 138.980664,7.10542736e-15 192,7.10542736e-15 Z M317.504,256 L66.4746667,256 L52.7573333,320 L331.221333,320 L317.504,256 Z M192,42.6666667 C161.49867,42.6666667 138.666667,62.9617807 138.666667,85.3333333 C138.666667,96.5152257 144.220996,107.32165 154.565318,115.550593 L170.670618,128.362414 L170.669981,148.942099 L170.645333,213.333333 L213.333333,213.333333 L213.354395,128.350027 L229.446118,115.541493 C239.783288,107.313413 245.333333,96.5110564 245.333333,85.3333333 C245.333333,62.9617807 222.50133,42.6666667 192,42.6666667 Z" transform="translate(64 42.667)"/></svg>
|
package/svg/standby.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><path fill-rule="evenodd" d="M234.667065,55.0725249 C297.212568,80.3904855 341.333333,141.709431 341.333333,213.333333 C341.333333,307.589931 264.923264,384 170.666667,384 C76.4100694,384 1.42108547e-14,307.589931 1.42108547e-14,213.333333 C1.42108547e-14,141.709431 44.1207654,80.3904855 106.666268,55.0725249 L106.666268,102.457685 C68.4072,124.589545 42.6666667,165.955427 42.6666667,213.333333 C42.6666667,284.025781 99.9742187,341.333333 170.666667,341.333333 C241.359115,341.333333 298.666667,284.025781 298.666667,213.333333 C298.666667,165.955419 272.926124,124.589531 234.667046,102.457674 L234.667065,55.0725249 Z M192,1.42108547e-14 L192,213.333333 L149.333333,213.333333 L149.333333,1.42108547e-14 L192,1.42108547e-14 Z" transform="translate(85.333 64)"/></svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><desc>standby</desc><path fill-rule="evenodd" d="M234.667065,55.0725249 C297.212568,80.3904855 341.333333,141.709431 341.333333,213.333333 C341.333333,307.589931 264.923264,384 170.666667,384 C76.4100694,384 1.42108547e-14,307.589931 1.42108547e-14,213.333333 C1.42108547e-14,141.709431 44.1207654,80.3904855 106.666268,55.0725249 L106.666268,102.457685 C68.4072,124.589545 42.6666667,165.955427 42.6666667,213.333333 C42.6666667,284.025781 99.9742187,341.333333 170.666667,341.333333 C241.359115,341.333333 298.666667,284.025781 298.666667,213.333333 C298.666667,165.955419 272.926124,124.589531 234.667046,102.457674 L234.667065,55.0725249 Z M192,1.42108547e-14 L192,213.333333 L149.333333,213.333333 L149.333333,1.42108547e-14 L192,1.42108547e-14 Z" transform="translate(85.333 64)"/></svg>
|
package/svg/star-add-filled.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="icon" transform="translate(30.257293, 18.640071)"><path d="M396.409374,301.359929 L396.408707,365.359929 L460.409374,365.359929 L460.409374,408.026596 L396.408707,408.025929 L396.409374,472.026596 L353.742707,472.026596 L353.741707,408.025929 L289.742707,408.026596 L289.742707,365.359929 L353.741707,365.359929 L353.742707,301.359929 L396.409374,301.359929 Z M204.409376,3.55271368e-15 L261.25875,136.682287 L408.818752,148.512105 L296.393595,244.816222 L320.058,344.026 L268.409374,344.026596 L268.409,350.737 L204.409376,311.646669 L78.077434,388.809738 L112.425157,244.816222 L7.10542736e-15,148.512105 L147.560002,136.682287 L204.409376,3.55271368e-15 Z" id="Combined-Shape"/></g></g></svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><desc>star-add-filled</desc><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="icon" transform="translate(30.257293, 18.640071)"><path d="M396.409374,301.359929 L396.408707,365.359929 L460.409374,365.359929 L460.409374,408.026596 L396.408707,408.025929 L396.409374,472.026596 L353.742707,472.026596 L353.741707,408.025929 L289.742707,408.026596 L289.742707,365.359929 L353.741707,365.359929 L353.742707,301.359929 L396.409374,301.359929 Z M204.409376,3.55271368e-15 L261.25875,136.682287 L408.818752,148.512105 L296.393595,244.816222 L320.058,344.026 L268.409374,344.026596 L268.409,350.737 L204.409376,311.646669 L78.077434,388.809738 L112.425157,244.816222 L7.10542736e-15,148.512105 L147.560002,136.682287 L204.409376,3.55271368e-15 Z" id="Combined-Shape"/></g></g></svg>
|
package/svg/star-add.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="icon" transform="translate(30.257293, 18.640071)"><path d="M396.409374,301.359929 L396.408707,365.359929 L460.409374,365.359929 L460.409374,408.026596 L396.408707,408.025929 L396.409374,472.026596 L353.742707,472.026596 L353.742707,408.025929 L289.742707,408.026596 L289.742707,365.359929 L353.742707,365.359929 L353.742707,301.359929 L396.409374,301.359929 Z M204.409376,3.55271368e-15 L261.25875,136.682287 L408.818752,148.512105 L296.393595,244.816222 L320.058,344.026 L268.409374,344.026596 L268.409,350.737 L204.409376,311.646669 L78.077434,388.809738 L112.425157,244.816222 L3.55271368e-14,148.512105 L147.560002,136.682287 L204.409376,3.55271368e-15 Z M204.409374,111.066596 L176.946921,177.129911 L105.657374,182.831929 L159.97419,229.366604 L143.374707,298.927929 L204.409376,261.650656 L265.422707,298.927929 L248.844562,229.366604 L303.140041,182.831929 L231.871831,177.129911 L204.409374,111.066596 Z" id="Combined-Shape"/></g></g></svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><desc>star-add</desc><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="icon" transform="translate(30.257293, 18.640071)"><path d="M396.409374,301.359929 L396.408707,365.359929 L460.409374,365.359929 L460.409374,408.026596 L396.408707,408.025929 L396.409374,472.026596 L353.742707,472.026596 L353.742707,408.025929 L289.742707,408.026596 L289.742707,365.359929 L353.742707,365.359929 L353.742707,301.359929 L396.409374,301.359929 Z M204.409376,3.55271368e-15 L261.25875,136.682287 L408.818752,148.512105 L296.393595,244.816222 L320.058,344.026 L268.409374,344.026596 L268.409,350.737 L204.409376,311.646669 L78.077434,388.809738 L112.425157,244.816222 L3.55271368e-14,148.512105 L147.560002,136.682287 L204.409376,3.55271368e-15 Z M204.409374,111.066596 L176.946921,177.129911 L105.657374,182.831929 L159.97419,229.366604 L143.374707,298.927929 L204.409376,261.650656 L265.422707,298.927929 L248.844562,229.366604 L303.140041,182.831929 L231.871831,177.129911 L204.409374,111.066596 Z" id="Combined-Shape"/></g></g></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="add" transform="translate(30.293333, 18.560000)"><path d="M48.8276647,51.60832 L346.041,348.821 L411.494331,414.274982 L381.324433,444.444881 L364.943,428.063 L365.259373,429.388145 L225.742707,344.171897 L86.2260415,429.388145 L124.158489,270.366642 L2.48689958e-14,164.011677 L93.402,156.523 L18.6577707,81.778214 L48.8276647,51.60832 Z M225.742707,-1.0658141e-14 L288.525207,150.947232 L451.485414,164.011677 L327.649,270.09 L176.339,118.78 L225.742707,-1.0658141e-14 Z" id="Combined-Shape"/></g></g></svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><desc>star-cancelled-filled</desc><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="add" transform="translate(30.293333, 18.560000)"><path d="M48.8276647,51.60832 L346.041,348.821 L411.494331,414.274982 L381.324433,444.444881 L364.943,428.063 L365.259373,429.388145 L225.742707,344.171897 L86.2260415,429.388145 L124.158489,270.366642 L2.48689958e-14,164.011677 L93.402,156.523 L18.6577707,81.778214 L48.8276647,51.60832 Z M225.742707,-1.0658141e-14 L288.525207,150.947232 L451.485414,164.011677 L327.649,270.09 L176.339,118.78 L225.742707,-1.0658141e-14 Z" id="Combined-Shape"/></g></g></svg>
|
package/svg/star-cancelled.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="add" transform="translate(30.293333, 18.560000)"><path d="M48.8276647,51.60832 L411.494331,414.274982 L381.324433,444.444881 L364.943,428.063 L365.259373,429.388145 L225.742707,344.171897 L86.2260415,429.388145 L124.158489,270.366642 L7.10542736e-15,164.011677 L93.402,156.523 L18.6577707,81.778214 L48.8276647,51.60832 Z M133.027,196.148 L105.657374,198.341262 L171.707523,254.917025 L151.524041,339.503929 L225.742707,294.175885 L239.396,302.516 L133.027,196.148 Z M225.742707,3.55271368e-15 L288.525207,150.947232 L451.485414,164.011677 L327.649,270.09 L297.387,239.828 L345.806707,198.341262 L259.138288,191.394856 L225.742707,111.087929 L208.973,151.414 L176.339,118.78 L225.742707,3.55271368e-15 Z" id="Combined-Shape"/></g></g></svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><desc>star-cancelled</desc><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="add" transform="translate(30.293333, 18.560000)"><path d="M48.8276647,51.60832 L411.494331,414.274982 L381.324433,444.444881 L364.943,428.063 L365.259373,429.388145 L225.742707,344.171897 L86.2260415,429.388145 L124.158489,270.366642 L7.10542736e-15,164.011677 L93.402,156.523 L18.6577707,81.778214 L48.8276647,51.60832 Z M133.027,196.148 L105.657374,198.341262 L171.707523,254.917025 L151.524041,339.503929 L225.742707,294.175885 L239.396,302.516 L133.027,196.148 Z M225.742707,3.55271368e-15 L288.525207,150.947232 L451.485414,164.011677 L327.649,270.09 L297.387,239.828 L345.806707,198.341262 L259.138288,191.394856 L225.742707,111.087929 L208.973,151.414 L176.339,118.78 L225.742707,3.55271368e-15 Z" id="Combined-Shape"/></g></g></svg>
|
package/svg/star-filled.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="add" transform="translate(18.640071, 18.640071)"><polygon id="Star" points="237.359929 344.171897 97.8432633 429.388145 135.775711 270.366642 11.6172218 164.011677 174.577429 150.947232 237.359929 3.90798505e-14 300.142429 150.947232 463.102636 164.011677 338.944147 270.366642 376.876595 429.388145"/></g></g></svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><desc>star-filled</desc><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="add" transform="translate(18.640071, 18.640071)"><polygon id="Star" points="237.359929 344.171897 97.8432633 429.388145 135.775711 270.366642 11.6172218 164.011677 174.577429 150.947232 237.359929 3.90798505e-14 300.142429 150.947232 463.102636 164.011677 338.944147 270.366642 376.876595 429.388145"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"><desc>star-half-filled</desc><path fill-rule="evenodd" clip-rule="evenodd" d="M257.749 22.8438H255.505V363.115L116.484 448.029L154.416 289.007L30.2578 182.652L193.218 169.588L256.001 18.6406L257.749 22.8438Z"/></svg>
|
package/svg/star-list-filled.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="icon" transform="translate(30.293333, 18.560000)"><path d="M460.373333,365.44 L460.373333,408.106667 L353.706667,408.106667 L353.706667,365.44 L460.373333,365.44 Z M332.373333,365.44 L332.373333,408.106667 L289.706667,408.106667 L289.706667,365.44 L332.373333,365.44 Z M204.409376,3.55271368e-15 L261.25875,136.682287 L408.818752,148.512105 L296.393595,244.816222 L304.811,280.106 L268.373333,280.106667 L268.409374,322.693262 L268.409,350.737 L204.409376,311.646669 L78.077434,388.809738 L112.425157,244.816222 L7.10542736e-15,148.512105 L147.560002,136.682287 L204.409376,3.55271368e-15 Z M460.373333,301.44 L460.373333,344.106667 L353.706667,344.106667 L353.706667,301.44 L460.373333,301.44 Z M332.373333,301.44 L332.373333,344.106667 L289.706667,344.106667 L289.706667,301.44 L332.373333,301.44 Z M460.373333,429.44 L460.373333,472.106667 L353.706667,472.106667 L353.706667,429.44 L460.373333,429.44 Z M332.373333,429.44 L332.373333,472.106667 L289.706667,472.106667 L289.706667,429.44 L332.373333,429.44 Z" id="Combined-Shape"/></g></g></svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><desc>star-list-filled</desc><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="icon" transform="translate(30.293333, 18.560000)"><path d="M460.373333,365.44 L460.373333,408.106667 L353.706667,408.106667 L353.706667,365.44 L460.373333,365.44 Z M332.373333,365.44 L332.373333,408.106667 L289.706667,408.106667 L289.706667,365.44 L332.373333,365.44 Z M204.409376,3.55271368e-15 L261.25875,136.682287 L408.818752,148.512105 L296.393595,244.816222 L304.811,280.106 L268.373333,280.106667 L268.409374,322.693262 L268.409,350.737 L204.409376,311.646669 L78.077434,388.809738 L112.425157,244.816222 L7.10542736e-15,148.512105 L147.560002,136.682287 L204.409376,3.55271368e-15 Z M460.373333,301.44 L460.373333,344.106667 L353.706667,344.106667 L353.706667,301.44 L460.373333,301.44 Z M332.373333,301.44 L332.373333,344.106667 L289.706667,344.106667 L289.706667,301.44 L332.373333,301.44 Z M460.373333,429.44 L460.373333,472.106667 L353.706667,472.106667 L353.706667,429.44 L460.373333,429.44 Z M332.373333,429.44 L332.373333,472.106667 L289.706667,472.106667 L289.706667,429.44 L332.373333,429.44 Z" id="Combined-Shape"/></g></g></svg>
|
package/svg/star-list.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="icon" transform="translate(30.293333, 18.560000)"><path d="M460.373333,365.44 L460.373333,408.106667 L353.706667,408.106667 L353.706667,365.44 L460.373333,365.44 Z M332.373333,365.44 L332.373333,408.106667 L289.706667,408.106667 L289.706667,365.44 L332.373333,365.44 Z M204.409376,3.55271368e-15 L261.25875,136.682287 L408.818752,148.512105 L296.393595,244.816222 L304.811,280.106 L268.373333,280.106667 L268.409374,322.693262 L268.409,350.737 L204.409376,311.646669 L78.077434,388.809738 L112.425157,244.816222 L7.10542736e-15,148.512105 L147.560002,136.682287 L204.409376,3.55271368e-15 Z M460.373333,301.44 L460.373333,344.106667 L353.706667,344.106667 L353.706667,301.44 L460.373333,301.44 Z M332.373333,301.44 L332.373333,344.106667 L289.706667,344.106667 L289.706667,301.44 L332.373333,301.44 Z M204.409374,111.066596 L176.946921,177.129911 L105.657374,182.831929 L159.97419,229.366604 L143.374707,298.927929 L204.409376,261.650656 L265.422707,298.927929 L248.844562,229.366604 L303.140041,182.831929 L231.871831,177.129911 L204.409374,111.066596 Z M460.373333,429.44 L460.373333,472.106667 L353.706667,472.106667 L353.706667,429.44 L460.373333,429.44 Z M332.373333,429.44 L332.373333,472.106667 L289.706667,472.106667 L289.706667,429.44 L332.373333,429.44 Z" id="Combined-Shape"/></g></g></svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><desc>star-list</desc><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="icon" transform="translate(30.293333, 18.560000)"><path d="M460.373333,365.44 L460.373333,408.106667 L353.706667,408.106667 L353.706667,365.44 L460.373333,365.44 Z M332.373333,365.44 L332.373333,408.106667 L289.706667,408.106667 L289.706667,365.44 L332.373333,365.44 Z M204.409376,3.55271368e-15 L261.25875,136.682287 L408.818752,148.512105 L296.393595,244.816222 L304.811,280.106 L268.373333,280.106667 L268.409374,322.693262 L268.409,350.737 L204.409376,311.646669 L78.077434,388.809738 L112.425157,244.816222 L7.10542736e-15,148.512105 L147.560002,136.682287 L204.409376,3.55271368e-15 Z M460.373333,301.44 L460.373333,344.106667 L353.706667,344.106667 L353.706667,301.44 L460.373333,301.44 Z M332.373333,301.44 L332.373333,344.106667 L289.706667,344.106667 L289.706667,301.44 L332.373333,301.44 Z M204.409374,111.066596 L176.946921,177.129911 L105.657374,182.831929 L159.97419,229.366604 L143.374707,298.927929 L204.409376,261.650656 L265.422707,298.927929 L248.844562,229.366604 L303.140041,182.831929 L231.871831,177.129911 L204.409374,111.066596 Z M460.373333,429.44 L460.373333,472.106667 L353.706667,472.106667 L353.706667,429.44 L460.373333,429.44 Z M332.373333,429.44 L332.373333,472.106667 L289.706667,472.106667 L289.706667,429.44 L332.373333,429.44 Z" id="Combined-Shape"/></g></g></svg>
|
package/svg/star.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="add" transform="translate(30.257293, 18.640071)"><path d="M225.742707,0 L288.525207,150.947232 L451.485414,164.011677 L327.326925,270.366642 L365.259373,429.388145 L225.742707,344.171897 L86.2260415,429.388145 L124.158489,270.366642 L2.84217094e-14,164.011677 L162.960208,150.947232 L225.742707,0 Z M259.138288,191.394856 L225.742707,111.087929 L192.347127,191.394856 L105.657374,198.341262 L171.707523,254.917025 L151.524041,339.503929 L225.742707,294.175885 L299.940041,339.503929 L279.777892,254.917025 L345.806707,198.341262 L259.138288,191.394856 Z" id="Star"/></g></g></svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><desc>star</desc><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="add" transform="translate(30.257293, 18.640071)"><path d="M225.742707,0 L288.525207,150.947232 L451.485414,164.011677 L327.326925,270.366642 L365.259373,429.388145 L225.742707,344.171897 L86.2260415,429.388145 L124.158489,270.366642 L2.84217094e-14,164.011677 L162.960208,150.947232 L225.742707,0 Z M259.138288,191.394856 L225.742707,111.087929 L192.347127,191.394856 L105.657374,198.341262 L171.707523,254.917025 L151.524041,339.503929 L225.742707,294.175885 L299.940041,339.503929 L279.777892,254.917025 L345.806707,198.341262 L259.138288,191.394856 Z" id="Star"/></g></g></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="add" transform="translate(42.666667, 64.000000)"><path d="M330.666667,213.333333 C383.686003,213.333333 426.666667,256.313997 426.666667,309.333333 C426.666667,362.352669 383.686003,405.333333 330.666667,405.333333 C277.647331,405.333333 234.666667,362.352669 234.666667,309.333333 C234.666667,256.313997 277.647331,213.333333 330.666667,213.333333 Z M298.666667,256 L298.666667,362.666667 L394.666667,309.333333 L298.666667,256 Z M217.750247,277.332553 C214.872978,287.505196 213.333333,298.239463 213.333333,309.333333 C213.333333,312.929471 213.495114,316.487822 213.811795,320.001506 L7.10542736e-15,320 L7.10542736e-15,277.333333 L217.750247,277.332553 Z M85.3333333,106.666667 L85.3333333,256 L21.3333333,256 L21.3333333,106.666667 L85.3333333,106.666667 Z M192,170.666667 L192,256 L128,256 L128,170.666667 L192,170.666667 Z M298.666667,149.333333 L298.665886,196.416914 C272.44898,203.832203 249.96235,220.131918 234.664106,241.857949 L234.666667,149.333333 L298.666667,149.333333 Z M405.333333,170.666667 L405.335205,218.821004 C387.620087,204.19017 365.537062,194.659753 341.33484,192.478461 L341.333333,170.666667 L405.333333,170.666667 Z M266.666667,1.42108547e-14 C284.339779,1.42108547e-14 298.666667,14.326888 298.666667,32 C298.666667,32.4356001 298.657963,32.8691674 298.64072,33.3005374 L349.283,53.5572349 C355.147737,46.8807505 363.748409,42.6666667 373.333333,42.6666667 C391.006445,42.6666667 405.333333,56.9935547 405.333333,74.6666667 C405.333333,92.3397787 391.006445,106.666667 373.333333,106.666667 C355.660221,106.666667 341.333333,92.3397787 341.333333,74.6666667 C341.333333,74.2307299 341.34205,73.7968291 341.35932,73.3651292 L290.718082,53.1081995 C284.853321,59.7853977 276.25218,64 266.666667,64 C258.917401,64 251.81149,61.245474 246.274635,56.6621239 L191.36331,89.6169018 C191.780845,91.6795653 192,93.8141895 192,96 C192,113.673112 177.673112,128 160,128 C142.326888,128 128,113.673112 128,96 C128,93.8156034 128.218871,91.6823268 128.63588,89.6209045 L73.7162402,56.6696749 C68.1807035,61.2484992 61.0783421,64 53.3333333,64 C35.6602213,64 21.3333333,49.673112 21.3333333,32 C21.3333333,14.326888 35.6602213,1.42108547e-14 53.3333333,1.42108547e-14 C71.0064453,1.42108547e-14 85.3333333,14.326888 85.3333333,32 C85.3333333,34.1847501 85.1143912,36.3183635 84.697251,38.3800962 L139.615099,71.3319749 C145.150924,66.7521617 152.254061,64 160,64 C167.745554,64 174.848371,66.7518885 180.384077,71.3312928 L235.302749,38.3800962 C234.885609,36.3183635 234.666667,34.1847501 234.666667,32 C234.666667,14.326888 248.993555,1.42108547e-14 266.666667,1.42108547e-14 Z" id="Combined-Shape"/></g></g></svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><desc>start-data-analysis</desc><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="add" transform="translate(42.666667, 64.000000)"><path d="M330.666667,213.333333 C383.686003,213.333333 426.666667,256.313997 426.666667,309.333333 C426.666667,362.352669 383.686003,405.333333 330.666667,405.333333 C277.647331,405.333333 234.666667,362.352669 234.666667,309.333333 C234.666667,256.313997 277.647331,213.333333 330.666667,213.333333 Z M298.666667,256 L298.666667,362.666667 L394.666667,309.333333 L298.666667,256 Z M217.750247,277.332553 C214.872978,287.505196 213.333333,298.239463 213.333333,309.333333 C213.333333,312.929471 213.495114,316.487822 213.811795,320.001506 L7.10542736e-15,320 L7.10542736e-15,277.333333 L217.750247,277.332553 Z M85.3333333,106.666667 L85.3333333,256 L21.3333333,256 L21.3333333,106.666667 L85.3333333,106.666667 Z M192,170.666667 L192,256 L128,256 L128,170.666667 L192,170.666667 Z M298.666667,149.333333 L298.665886,196.416914 C272.44898,203.832203 249.96235,220.131918 234.664106,241.857949 L234.666667,149.333333 L298.666667,149.333333 Z M405.333333,170.666667 L405.335205,218.821004 C387.620087,204.19017 365.537062,194.659753 341.33484,192.478461 L341.333333,170.666667 L405.333333,170.666667 Z M266.666667,1.42108547e-14 C284.339779,1.42108547e-14 298.666667,14.326888 298.666667,32 C298.666667,32.4356001 298.657963,32.8691674 298.64072,33.3005374 L349.283,53.5572349 C355.147737,46.8807505 363.748409,42.6666667 373.333333,42.6666667 C391.006445,42.6666667 405.333333,56.9935547 405.333333,74.6666667 C405.333333,92.3397787 391.006445,106.666667 373.333333,106.666667 C355.660221,106.666667 341.333333,92.3397787 341.333333,74.6666667 C341.333333,74.2307299 341.34205,73.7968291 341.35932,73.3651292 L290.718082,53.1081995 C284.853321,59.7853977 276.25218,64 266.666667,64 C258.917401,64 251.81149,61.245474 246.274635,56.6621239 L191.36331,89.6169018 C191.780845,91.6795653 192,93.8141895 192,96 C192,113.673112 177.673112,128 160,128 C142.326888,128 128,113.673112 128,96 C128,93.8156034 128.218871,91.6823268 128.63588,89.6209045 L73.7162402,56.6696749 C68.1807035,61.2484992 61.0783421,64 53.3333333,64 C35.6602213,64 21.3333333,49.673112 21.3333333,32 C21.3333333,14.326888 35.6602213,1.42108547e-14 53.3333333,1.42108547e-14 C71.0064453,1.42108547e-14 85.3333333,14.326888 85.3333333,32 C85.3333333,34.1847501 85.1143912,36.3183635 84.697251,38.3800962 L139.615099,71.3319749 C145.150924,66.7521617 152.254061,64 160,64 C167.745554,64 174.848371,66.7518885 180.384077,71.3312928 L235.302749,38.3800962 C234.885609,36.3183635 234.666667,34.1847501 234.666667,32 C234.666667,14.326888 248.993555,1.42108547e-14 266.666667,1.42108547e-14 Z" id="Combined-Shape"/></g></g></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><path fill-rule="evenodd" d="M181.384747,7.10542736e-15 C222.622008,7.10542736e-15 256.051413,33.4294053 256.051413,74.6666667 C256.051413,114.529353 224.813491,147.096031 185.481498,149.222851 L181.384747,149.333333 C140.147485,149.333333 106.71808,115.903928 106.71808,74.6666667 C106.71808,34.8039807 137.956002,2.23730242 177.287996,0.110482405 L181.384747,7.10542736e-15 Z M181.384747,170.666667 C265.67639,170.666667 337.613427,231.606479 351.470887,314.751244 L362.427817,380.492822 C366.595747,405.500403 331.443412,415.607463 321.692439,392.205128 L301.354419,343.389919 C283.215261,392.02758 236.3452,426.666667 181.384747,426.666667 C126.424293,426.666667 79.5542322,392.02758 61.4150743,343.389919 L41.0770543,392.205128 C31.3260813,415.607463 -3.82625399,405.500403 0.341676204,380.492822 L11.2986058,314.751244 C25.1560667,231.606479 97.0931031,170.666667 181.384747,170.666667 Z M165.383624,382.502232 L165.384898,338.23197 C152.563742,333.042156 142.839418,321.801226 139.753325,308.050582 L96.0797191,300.886274 C97.1180523,341.553029 126.607041,375.146036 165.383624,382.502232 Z M266.689774,300.886274 L223.016168,308.050582 C219.930075,321.801226 210.205751,333.042156 197.384595,338.23197 L197.385474,382.502307 C236.162252,375.146264 265.651437,341.553167 266.689774,300.886274 Z M181.384747,213.333333 C144.575597,213.333333 113.209867,236.639381 101.239008,269.300026 L144.944011,276.462113 C152.437209,264.191005 165.954422,256 181.384747,256 C196.814233,256 210.330815,264.190115 217.824261,276.460112 L261.530486,269.300026 C249.917726,237.616401 220.053106,214.736072 184.673117,213.395527 L181.384747,213.333333 Z" transform="translate(74.615 42.667)"/></svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><desc>steering-user-filled</desc><path fill-rule="evenodd" d="M181.384747,7.10542736e-15 C222.622008,7.10542736e-15 256.051413,33.4294053 256.051413,74.6666667 C256.051413,114.529353 224.813491,147.096031 185.481498,149.222851 L181.384747,149.333333 C140.147485,149.333333 106.71808,115.903928 106.71808,74.6666667 C106.71808,34.8039807 137.956002,2.23730242 177.287996,0.110482405 L181.384747,7.10542736e-15 Z M181.384747,170.666667 C265.67639,170.666667 337.613427,231.606479 351.470887,314.751244 L362.427817,380.492822 C366.595747,405.500403 331.443412,415.607463 321.692439,392.205128 L301.354419,343.389919 C283.215261,392.02758 236.3452,426.666667 181.384747,426.666667 C126.424293,426.666667 79.5542322,392.02758 61.4150743,343.389919 L41.0770543,392.205128 C31.3260813,415.607463 -3.82625399,405.500403 0.341676204,380.492822 L11.2986058,314.751244 C25.1560667,231.606479 97.0931031,170.666667 181.384747,170.666667 Z M165.383624,382.502232 L165.384898,338.23197 C152.563742,333.042156 142.839418,321.801226 139.753325,308.050582 L96.0797191,300.886274 C97.1180523,341.553029 126.607041,375.146036 165.383624,382.502232 Z M266.689774,300.886274 L223.016168,308.050582 C219.930075,321.801226 210.205751,333.042156 197.384595,338.23197 L197.385474,382.502307 C236.162252,375.146264 265.651437,341.553167 266.689774,300.886274 Z M181.384747,213.333333 C144.575597,213.333333 113.209867,236.639381 101.239008,269.300026 L144.944011,276.462113 C152.437209,264.191005 165.954422,256 181.384747,256 C196.814233,256 210.330815,264.190115 217.824261,276.460112 L261.530486,269.300026 C249.917726,237.616401 220.053106,214.736072 184.673117,213.395527 L181.384747,213.333333 Z" transform="translate(74.615 42.667)"/></svg>
|
package/svg/steering-user.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><path fill-rule="evenodd" d="M181.384747,7.10542736e-15 C222.622008,7.10542736e-15 256.051413,33.4294053 256.051413,74.6666667 C256.051413,114.529353 224.813491,147.096031 185.481498,149.222851 L181.384747,149.333333 C140.147485,149.333333 106.71808,115.903928 106.71808,74.6666667 C106.71808,34.8039807 137.956002,2.23730242 177.287996,0.110482405 L181.384747,7.10542736e-15 Z M181.384747,42.6666667 C163.711635,42.6666667 149.384747,56.9935547 149.384747,74.6666667 C149.384747,92.3397787 163.711635,106.666667 181.384747,106.666667 C199.057859,106.666667 213.384747,92.3397787 213.384747,74.6666667 C213.384747,56.9935547 199.057859,42.6666667 181.384747,42.6666667 Z M181.384747,170.666667 C265.67639,170.666667 337.613427,231.606479 351.470887,314.751244 L362.427817,380.492822 C366.595747,405.500403 331.443412,415.607463 321.692439,392.205128 L301.354419,343.389919 C283.215261,392.02758 236.3452,426.666667 181.384747,426.666667 C126.423916,426.666667 79.5535885,392.027105 61.4147006,343.388917 L48.3201291,374.821749 L41.0770543,392.205128 C31.3260813,415.607463 -3.82625399,405.500403 0.341676204,380.492822 L11.2986058,314.751244 C25.1560667,231.606479 97.0931031,170.666667 181.384747,170.666667 Z M165.383624,382.502232 L165.384898,338.23197 C152.563742,333.042156 142.839418,321.801226 139.753325,308.050582 L96.0797191,300.886274 C97.1180523,341.553029 126.607041,375.146036 165.383624,382.502232 Z M266.689774,300.886274 L223.016168,308.050582 C219.930075,321.801226 210.205751,333.042156 197.384595,338.23197 L197.385474,382.502307 C236.162252,375.146264 265.651437,341.553167 266.689774,300.886274 Z M181.384747,213.333333 C144.575597,213.333333 113.209867,236.639381 101.239008,269.300026 L144.944011,276.462113 C152.437209,264.191005 165.954422,256 181.384747,256 C196.814233,256 210.330815,264.190115 217.824261,276.460112 L261.530486,269.300026 C249.917726,237.616401 220.053106,214.736072 184.673117,213.395527 L181.384747,213.333333 Z" transform="translate(74.615 42.667)"/></svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><desc>steering-user</desc><path fill-rule="evenodd" d="M181.384747,7.10542736e-15 C222.622008,7.10542736e-15 256.051413,33.4294053 256.051413,74.6666667 C256.051413,114.529353 224.813491,147.096031 185.481498,149.222851 L181.384747,149.333333 C140.147485,149.333333 106.71808,115.903928 106.71808,74.6666667 C106.71808,34.8039807 137.956002,2.23730242 177.287996,0.110482405 L181.384747,7.10542736e-15 Z M181.384747,42.6666667 C163.711635,42.6666667 149.384747,56.9935547 149.384747,74.6666667 C149.384747,92.3397787 163.711635,106.666667 181.384747,106.666667 C199.057859,106.666667 213.384747,92.3397787 213.384747,74.6666667 C213.384747,56.9935547 199.057859,42.6666667 181.384747,42.6666667 Z M181.384747,170.666667 C265.67639,170.666667 337.613427,231.606479 351.470887,314.751244 L362.427817,380.492822 C366.595747,405.500403 331.443412,415.607463 321.692439,392.205128 L301.354419,343.389919 C283.215261,392.02758 236.3452,426.666667 181.384747,426.666667 C126.423916,426.666667 79.5535885,392.027105 61.4147006,343.388917 L48.3201291,374.821749 L41.0770543,392.205128 C31.3260813,415.607463 -3.82625399,405.500403 0.341676204,380.492822 L11.2986058,314.751244 C25.1560667,231.606479 97.0931031,170.666667 181.384747,170.666667 Z M165.383624,382.502232 L165.384898,338.23197 C152.563742,333.042156 142.839418,321.801226 139.753325,308.050582 L96.0797191,300.886274 C97.1180523,341.553029 126.607041,375.146036 165.383624,382.502232 Z M266.689774,300.886274 L223.016168,308.050582 C219.930075,321.801226 210.205751,333.042156 197.384595,338.23197 L197.385474,382.502307 C236.162252,375.146264 265.651437,341.553167 266.689774,300.886274 Z M181.384747,213.333333 C144.575597,213.333333 113.209867,236.639381 101.239008,269.300026 L144.944011,276.462113 C152.437209,264.191005 165.954422,256 181.384747,256 C196.814233,256 210.330815,264.190115 217.824261,276.460112 L261.530486,269.300026 C249.917726,237.616401 220.053106,214.736072 184.673117,213.395527 L181.384747,213.333333 Z" transform="translate(74.615 42.667)"/></svg>
|