@siemens/ix-icons 0.0.0-20240422125504
Sign up to get free protection for your applications and to get access to all the features.
- package/LICENSE.md +9 -0
- package/README.md +69 -0
- package/dist/cjs/app-globals-3a1e7e63.js +7 -0
- package/dist/cjs/app-globals-3a1e7e63.js.map +1 -0
- package/dist/cjs/icon-58cf66e3.js +244 -0
- package/dist/cjs/icon-58cf66e3.js.map +1 -0
- package/dist/cjs/icons-0dd6f96e.js +1405 -0
- package/dist/cjs/icons-0dd6f96e.js.map +1 -0
- package/dist/cjs/index-af0541e0.js +1808 -0
- package/dist/cjs/index-af0541e0.js.map +1 -0
- package/dist/cjs/index.cjs.js +12 -0
- package/dist/cjs/index.cjs.js.map +1 -0
- package/dist/cjs/ix-icon.cjs.entry.js +12 -0
- package/dist/cjs/ix-icon.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-icons.cjs.js +27 -0
- package/dist/cjs/ix-icons.cjs.js.map +1 -0
- package/dist/cjs/loader.cjs.js +17 -0
- package/dist/cjs/loader.cjs.js.map +1 -0
- package/dist/collection/collection-manifest.json +12 -0
- package/dist/collection/components/icon/icon.css +54 -0
- package/dist/collection/components/icon/icon.js +165 -0
- package/dist/collection/components/icon/icon.js.map +1 -0
- package/dist/collection/components/icon/icons.js +702 -0
- package/dist/collection/components/icon/icons.js.map +1 -0
- package/dist/collection/components/icon/meta-tag.js +42 -0
- package/dist/collection/components/icon/meta-tag.js.map +1 -0
- package/dist/collection/components/icon/resolveIcon.js +131 -0
- package/dist/collection/components/icon/resolveIcon.js.map +1 -0
- package/dist/collection/components/icon/test/ix-icon.spec.js +61 -0
- package/dist/collection/components/icon/test/ix-icon.spec.js.map +1 -0
- package/dist/collection/components/icon/test/resolveIcon.spec.js +72 -0
- package/dist/collection/components/icon/test/resolveIcon.spec.js.map +1 -0
- package/dist/collection/components/icon/test/rocker-example.js +5 -0
- package/dist/collection/components/icon/test/rocker-example.js.map +1 -0
- package/dist/collection/index.js +2 -0
- package/dist/collection/index.js.map +1 -0
- package/dist/components/icon.js +266 -0
- package/dist/components/icon.js.map +1 -0
- package/dist/components/icons.js +705 -0
- package/dist/components/icons.js.map +1 -0
- package/dist/components/index.d.ts +33 -0
- package/dist/components/index.js +4 -0
- package/dist/components/index.js.map +1 -0
- package/dist/components/ix-icon.d.ts +11 -0
- package/dist/components/ix-icon.js +8 -0
- package/dist/components/ix-icon.js.map +1 -0
- package/dist/esm/app-globals-0f993ce5.js +5 -0
- package/dist/esm/app-globals-0f993ce5.js.map +1 -0
- package/dist/esm/icon-022f3b5e.js +242 -0
- package/dist/esm/icon-022f3b5e.js.map +1 -0
- package/dist/esm/icons-84dc9236.js +705 -0
- package/dist/esm/icons-84dc9236.js.map +1 -0
- package/dist/esm/index-8088fea1.js +1779 -0
- package/dist/esm/index-8088fea1.js.map +1 -0
- package/dist/esm/index.js +4 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/ix-icon.entry.js +4 -0
- package/dist/esm/ix-icon.entry.js.map +1 -0
- package/dist/esm/ix-icons.js +22 -0
- package/dist/esm/ix-icons.js.map +1 -0
- package/dist/esm/loader.js +13 -0
- package/dist/esm/loader.js.map +1 -0
- package/dist/esm/polyfills/core-js.js +11 -0
- package/dist/esm/polyfills/dom.js +79 -0
- package/dist/esm/polyfills/es5-html-element.js +1 -0
- package/dist/esm/polyfills/index.js +34 -0
- package/dist/esm/polyfills/system.js +6 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/ix-icons/index.esm.js +2 -0
- package/dist/ix-icons/index.esm.js.map +1 -0
- package/dist/ix-icons/ix-icons.esm.js +2 -0
- package/dist/ix-icons/ix-icons.esm.js.map +1 -0
- package/dist/ix-icons/p-51684ec4.js +2 -0
- package/dist/ix-icons/p-51684ec4.js.map +1 -0
- package/dist/ix-icons/p-7d7f048e.js +2 -0
- package/dist/ix-icons/p-7d7f048e.js.map +1 -0
- package/dist/ix-icons/p-99baafb2.entry.js +2 -0
- package/dist/ix-icons/p-99baafb2.entry.js.map +1 -0
- package/dist/ix-icons/p-e1255160.js +2 -0
- package/dist/ix-icons/p-e1255160.js.map +1 -0
- package/dist/ix-icons/p-efdd4090.js +3 -0
- package/dist/ix-icons/p-efdd4090.js.map +1 -0
- package/dist/sample.json +703 -0
- package/dist/types/components/icon/icon.d.ts +32 -0
- package/dist/types/components/icon/icons.d.ts +700 -0
- package/dist/types/components/icon/meta-tag.d.ts +12 -0
- package/dist/types/components/icon/resolveIcon.d.ts +9 -0
- package/dist/types/components/icon/test/rocker-example.d.ts +1 -0
- package/dist/types/components.d.ts +63 -0
- package/dist/types/index.d.ts +2 -0
- package/dist/types/stencil-public-runtime.d.ts +1681 -0
- package/icons/index.d.ts +702 -0
- package/icons/index.js +702 -0
- package/icons/index.mjs +702 -0
- package/icons/package.json +8 -0
- package/loader/cdn.js +3 -0
- package/loader/index.cjs.js +3 -0
- package/loader/index.d.ts +21 -0
- package/loader/index.es2017.js +3 -0
- package/loader/index.js +4 -0
- package/loader/package.json +11 -0
- package/package.json +70 -0
- package/svg/about-filled.svg +1 -0
- package/svg/about.svg +1 -0
- package/svg/add-application.svg +1 -0
- package/svg/add-circle-filled.svg +1 -0
- package/svg/add-circle.svg +1 -0
- package/svg/add-document-note.svg +1 -0
- package/svg/add-eye-filled.svg +1 -0
- package/svg/add-eye.svg +1 -0
- package/svg/add-task-list.svg +1 -0
- package/svg/add-task.svg +1 -0
- package/svg/add-user-filled.svg +1 -0
- package/svg/add-user.svg +1 -0
- package/svg/add.svg +1 -0
- package/svg/ai.svg +1 -0
- package/svg/alarm-bell-cancelled-filled.svg +1 -0
- package/svg/alarm-bell-cancelled.svg +1 -0
- package/svg/alarm-bell-filled.svg +1 -0
- package/svg/alarm-bell.svg +1 -0
- package/svg/alarm-clock-filled.svg +1 -0
- package/svg/alarm-clock.svg +1 -0
- package/svg/alarm-filled.svg +1 -0
- package/svg/alarm.svg +1 -0
- package/svg/analyze.svg +1 -0
- package/svg/anomaly-found.svg +1 -0
- package/svg/anomaly.svg +1 -0
- package/svg/app-menu.svg +1 -0
- package/svg/application-screen.svg +1 -0
- package/svg/applications.svg +1 -0
- package/svg/apps.svg +1 -0
- package/svg/arrow-diagonal-bottom-left.svg +1 -0
- package/svg/arrow-diagonal-bottom-right.svg +1 -0
- package/svg/arrow-diagonal-top-left.svg +1 -0
- package/svg/arrow-diagonal-top-right.svg +1 -0
- package/svg/arrow-down-right.svg +1 -0
- package/svg/arrow-down.svg +1 -0
- package/svg/arrow-left.svg +1 -0
- package/svg/arrow-right-down.svg +1 -0
- package/svg/arrow-right.svg +1 -0
- package/svg/arrow-up.svg +1 -0
- package/svg/attach.svg +1 -0
- package/svg/attachment-upload.svg +1 -0
- package/svg/audio-description1.svg +1 -0
- package/svg/audio-description2.svg +1 -0
- package/svg/audit-report.svg +1 -0
- package/svg/average.svg +1 -0
- package/svg/backup-filled.svg +1 -0
- package/svg/backup.svg +1 -0
- package/svg/bar-code.svg +1 -0
- package/svg/barchart.svg +1 -0
- package/svg/battery-check.svg +1 -0
- package/svg/battery-empty-question.svg +1 -0
- package/svg/battery-empty.svg +1 -0
- package/svg/battery-exclamation.svg +1 -0
- package/svg/battery-full-check.svg +1 -0
- package/svg/battery-full.svg +1 -0
- package/svg/battery-half.svg +1 -0
- package/svg/battery-low.svg +1 -0
- package/svg/battery-quarter.svg +1 -0
- package/svg/battery-slash.svg +1 -0
- package/svg/battery-three-quarter.svg +1 -0
- package/svg/battery-xmark.svg +1 -0
- package/svg/bezier-curve.svg +1 -0
- package/svg/binoculars-filled.svg +1 -0
- package/svg/binoculars.svg +1 -0
- package/svg/blazor.svg +1 -0
- package/svg/book.svg +1 -0
- package/svg/bookmark-filled.svg +1 -0
- package/svg/bookmark.svg +1 -0
- package/svg/boundary-signals.svg +1 -0
- package/svg/building1-filled.svg +1 -0
- package/svg/building1.svg +1 -0
- package/svg/building2-filled.svg +1 -0
- package/svg/building2.svg +1 -0
- package/svg/bulb-filled.svg +1 -0
- package/svg/bulb.svg +1 -0
- package/svg/calendar-filled.svg +1 -0
- package/svg/calendar-settings.svg +1 -0
- package/svg/calendar.svg +1 -0
- package/svg/cancel.svg +1 -0
- package/svg/cancelled.svg +1 -0
- package/svg/capacity-filled.svg +1 -0
- package/svg/capacity.svg +1 -0
- package/svg/capture.svg +1 -0
- package/svg/car-filled.svg +1 -0
- package/svg/car.svg +1 -0
- package/svg/card-layout-filled.svg +1 -0
- package/svg/card-layout.svg +1 -0
- package/svg/certificate-error-filled.svg +1 -0
- package/svg/certificate-error.svg +1 -0
- package/svg/certificate-exclamation-filled.svg +1 -0
- package/svg/certificate-exclamation.svg +1 -0
- package/svg/certificate-success-filled.svg +1 -0
- package/svg/certificate-success.svg +1 -0
- package/svg/chart-cursor.svg +1 -0
- package/svg/chart-curve-linear.svg +1 -0
- package/svg/chart-curve-spline.svg +1 -0
- package/svg/chart-curve-stepped.svg +1 -0
- package/svg/chart-diagram-add.svg +1 -0
- package/svg/chart-diagram.svg +1 -0
- package/svg/chart-diagrams.svg +1 -0
- package/svg/chart-labels-filled.svg +1 -0
- package/svg/chart-labels.svg +1 -0
- package/svg/check-in.svg +1 -0
- package/svg/check-out.svg +1 -0
- package/svg/check.svg +1 -0
- package/svg/checkbox-component-checked.svg +1 -0
- package/svg/checkbox-component-mixed.svg +1 -0
- package/svg/checkbox-component-unchecked.svg +1 -0
- package/svg/checkbox-filled.svg +1 -0
- package/svg/checkbox.svg +1 -0
- package/svg/checkboxes-filled.svg +1 -0
- package/svg/checkboxes.svg +1 -0
- package/svg/chevron-down-small.svg +1 -0
- package/svg/chevron-down.svg +1 -0
- package/svg/chevron-left-small.svg +1 -0
- package/svg/chevron-left.svg +1 -0
- package/svg/chevron-right-small.svg +1 -0
- package/svg/chevron-right.svg +1 -0
- package/svg/chevron-up-small.svg +1 -0
- package/svg/chevron-up.svg +1 -0
- package/svg/circle-dot-filled.svg +1 -0
- package/svg/circle-dot.svg +1 -0
- package/svg/circle-filled.svg +1 -0
- package/svg/circle-pause-filled.svg +1 -0
- package/svg/circle-pause.svg +1 -0
- package/svg/circle-play-filled.svg +1 -0
- package/svg/circle-play.svg +1 -0
- package/svg/circle-stop-filled.svg +1 -0
- package/svg/circle-stop.svg +1 -0
- package/svg/circle.svg +1 -0
- package/svg/clear-filter-filled.svg +1 -0
- package/svg/clear-filter.svg +1 -0
- package/svg/clear.svg +1 -0
- package/svg/clock-filled.svg +1 -0
- package/svg/clock.svg +1 -0
- package/svg/close-small.svg +1 -0
- package/svg/close.svg +1 -0
- package/svg/cloud-download-add-filled.svg +1 -0
- package/svg/cloud-download-add.svg +1 -0
- package/svg/cloud-download-filled.svg +1 -0
- package/svg/cloud-download-list-filled.svg +1 -0
- package/svg/cloud-download-list.svg +1 -0
- package/svg/cloud-download.svg +1 -0
- package/svg/cloud-fail-filled.svg +1 -0
- package/svg/cloud-fail.svg +1 -0
- package/svg/cloud-filled.svg +1 -0
- package/svg/cloud-new-filled.svg +1 -0
- package/svg/cloud-new.svg +1 -0
- package/svg/cloud-success-filled.svg +1 -0
- package/svg/cloud-success.svg +1 -0
- package/svg/cloud-upload-filled.svg +1 -0
- package/svg/cloud-upload.svg +1 -0
- package/svg/cloud.svg +1 -0
- package/svg/code.svg +1 -0
- package/svg/coffee-empty-filled.svg +1 -0
- package/svg/coffee-empty.svg +1 -0
- package/svg/coffee-filled.svg +1 -0
- package/svg/coffee.svg +1 -0
- package/svg/cogwheel-filled.svg +1 -0
- package/svg/cogwheel.svg +1 -0
- package/svg/combine.svg +1 -0
- package/svg/compact-disc-filled.svg +1 -0
- package/svg/compact-disc.svg +1 -0
- package/svg/compound-block.svg +1 -0
- package/svg/configuration.svg +1 -0
- package/svg/configure-filled.svg +1 -0
- package/svg/configure.svg +1 -0
- package/svg/connected.svg +1 -0
- package/svg/connector-chart-filled.svg +1 -0
- package/svg/connector-chart.svg +1 -0
- package/svg/connector-filled.svg +1 -0
- package/svg/connector-hex-filled.svg +1 -0
- package/svg/connector-hex.svg +1 -0
- package/svg/connector-rect-filled.svg +1 -0
- package/svg/connector-rect.svg +1 -0
- package/svg/connector-rhomb-filled.svg +1 -0
- package/svg/connector-rhomb.svg +1 -0
- package/svg/connector.svg +1 -0
- package/svg/consistency-check.svg +1 -0
- package/svg/contact-details-filled.svg +1 -0
- package/svg/contact-details.svg +1 -0
- package/svg/context-menu.svg +1 -0
- package/svg/controlled-device.svg +1 -0
- package/svg/controller-device.svg +1 -0
- package/svg/copy.svg +1 -0
- package/svg/corner-arrow-up-left.svg +1 -0
- package/svg/couch-filled.svg +1 -0
- package/svg/couch.svg +1 -0
- package/svg/create-plant-filled.svg +1 -0
- package/svg/create-plant.svg +1 -0
- package/svg/cut.svg +1 -0
- package/svg/cycle.svg +1 -0
- package/svg/data-egress.svg +1 -0
- package/svg/data-ingress-egress.svg +1 -0
- package/svg/data-ingress.svg +1 -0
- package/svg/database-filled.svg +1 -0
- package/svg/database.svg +1 -0
- package/svg/details.svg +1 -0
- package/svg/diagram-module-library.svg +1 -0
- package/svg/diagram-module-new.svg +1 -0
- package/svg/diagram-module.svg +1 -0
- package/svg/diamond.svg +1 -0
- package/svg/disconnected.svg +1 -0
- package/svg/disk-filled.svg +1 -0
- package/svg/disk-pen.svg +1 -0
- package/svg/disk.svg +1 -0
- package/svg/distribution.svg +1 -0
- package/svg/doc-document.svg +1 -0
- package/svg/document-bulk.svg +1 -0
- package/svg/document-fail.svg +1 -0
- package/svg/document-info.svg +1 -0
- package/svg/document-link.svg +1 -0
- package/svg/document-management.svg +1 -0
- package/svg/document-reference.svg +1 -0
- package/svg/document-settings.svg +1 -0
- package/svg/document-success.svg +1 -0
- package/svg/document.svg +1 -0
- package/svg/double-check.svg +1 -0
- package/svg/double-chevron-down.svg +1 -0
- package/svg/double-chevron-left.svg +1 -0
- package/svg/double-chevron-right.svg +1 -0
- package/svg/double-chevron-up.svg +1 -0
- package/svg/doublet-filled.svg +1 -0
- package/svg/doublet.svg +1 -0
- package/svg/download-add.svg +1 -0
- package/svg/download-list.svg +1 -0
- package/svg/download.svg +1 -0
- package/svg/drop.svg +1 -0
- package/svg/duplicate-document.svg +1 -0
- package/svg/duplicate.svg +1 -0
- package/svg/e-mail-filled.svg +1 -0
- package/svg/e-mail.svg +1 -0
- package/svg/earth-filled.svg +1 -0
- package/svg/earth.svg +1 -0
- package/svg/edit-plant.svg +1 -0
- package/svg/electrical-energy-filled.svg +1 -0
- package/svg/electrical-energy.svg +1 -0
- package/svg/ellipse-arc.svg +1 -0
- package/svg/ellipse-filled.svg +1 -0
- package/svg/ellipse.svg +1 -0
- package/svg/error-filled.svg +1 -0
- package/svg/error.svg +1 -0
- package/svg/explore-filled.svg +1 -0
- package/svg/explore.svg +1 -0
- package/svg/export.svg +1 -0
- package/svg/eye-cancelled-filled.svg +1 -0
- package/svg/eye-cancelled.svg +1 -0
- package/svg/eye-filled.svg +1 -0
- package/svg/eye.svg +1 -0
- package/svg/factory-reset-filled.svg +1 -0
- package/svg/factory-reset.svg +1 -0
- package/svg/filter-filled.svg +1 -0
- package/svg/filter-outline.svg +1 -0
- package/svg/filter.svg +1 -0
- package/svg/fit-to-screen.svg +1 -0
- package/svg/flag-filled.svg +1 -0
- package/svg/flag.svg +1 -0
- package/svg/folder-down-filled.svg +1 -0
- package/svg/folder-down.svg +1 -0
- package/svg/folder-filled.svg +1 -0
- package/svg/folder-new-filled.svg +1 -0
- package/svg/folder-new-outline.svg +1 -0
- package/svg/folder-new.svg +1 -0
- package/svg/folder-open-filled.svg +1 -0
- package/svg/folder-open-outline.svg +1 -0
- package/svg/folder-open.svg +1 -0
- package/svg/folder-outline.svg +1 -0
- package/svg/folder-up-filled.svg +1 -0
- package/svg/folder-up.svg +1 -0
- package/svg/folder.svg +1 -0
- package/svg/full-screeen-exit.svg +1 -0
- package/svg/full-screeen.svg +1 -0
- package/svg/full-screen-exit.svg +1 -0
- package/svg/full-screen.svg +1 -0
- package/svg/function-block-library.svg +1 -0
- package/svg/function-block-new.svg +1 -0
- package/svg/function-block.svg +1 -0
- package/svg/function-diagram-new.svg +1 -0
- package/svg/function-diagram.svg +1 -0
- package/svg/gauge-filled.svg +1 -0
- package/svg/gauge.svg +1 -0
- package/svg/gaugechart.svg +1 -0
- package/svg/global-plant-filled.svg +1 -0
- package/svg/global-plant.svg +1 -0
- package/svg/globe-filled.svg +1 -0
- package/svg/globe.svg +1 -0
- package/svg/goto.svg +1 -0
- package/svg/group.svg +1 -0
- package/svg/hard-reset.svg +1 -0
- package/svg/hardware-cabinet.svg +1 -0
- package/svg/health-filled.svg +1 -0
- package/svg/health.svg +1 -0
- package/svg/heart-filled.svg +1 -0
- package/svg/heart.svg +1 -0
- package/svg/hexagon-vertical-bars-database-filled.svg +1 -0
- package/svg/hexagon-vertical-bars-database.svg +1 -0
- package/svg/hexagon-vertical-bars-filled.svg +1 -0
- package/svg/hexagon-vertical-bars.svg +1 -0
- package/svg/hierarchy.svg +1 -0
- package/svg/highlight-filled.svg +1 -0
- package/svg/highlight.svg +1 -0
- package/svg/history-list.svg +1 -0
- package/svg/history.svg +1 -0
- package/svg/home-filled.svg +1 -0
- package/svg/home.svg +1 -0
- package/svg/hourglass.svg +1 -0
- package/svg/image-filled.svg +1 -0
- package/svg/image.svg +1 -0
- package/svg/import.svg +1 -0
- package/svg/info-feed.svg +1 -0
- package/svg/info-filled.svg +1 -0
- package/svg/info.svg +1 -0
- package/svg/ingestion-report.svg +1 -0
- package/svg/ingestion.svg +1 -0
- package/svg/ink-pen.svg +1 -0
- package/svg/inquiry-filled.svg +1 -0
- package/svg/inquiry-mail.svg +1 -0
- package/svg/inquiry.svg +1 -0
- package/svg/item-details-filled.svg +1 -0
- package/svg/item-details.svg +1 -0
- package/svg/label-filled.svg +1 -0
- package/svg/label.svg +1 -0
- package/svg/landing-page-logo.svg +1 -0
- package/svg/language-filled.svg +1 -0
- package/svg/language.svg +1 -0
- package/svg/layers-filled.svg +1 -0
- package/svg/layers.svg +1 -0
- package/svg/leaf.svg +1 -0
- package/svg/legal.svg +1 -0
- package/svg/library-new.svg +1 -0
- package/svg/library.svg +1 -0
- package/svg/license.svg +1 -0
- package/svg/light-dark.svg +1 -0
- package/svg/line-diagonal.svg +1 -0
- package/svg/link.svg +1 -0
- package/svg/list.svg +1 -0
- package/svg/live-schedule.svg +1 -0
- package/svg/location-filled.svg +1 -0
- package/svg/location-outline.svg +1 -0
- package/svg/location.svg +1 -0
- package/svg/lock-filled.svg +1 -0
- package/svg/lock-key-filled.svg +1 -0
- package/svg/lock-key.svg +1 -0
- package/svg/lock.svg +1 -0
- package/svg/log-in.svg +1 -0
- package/svg/log-out.svg +1 -0
- package/svg/log.svg +1 -0
- package/svg/logic-diagram.svg +1 -0
- package/svg/lower-limit.svg +1 -0
- package/svg/mail-filled.svg +1 -0
- package/svg/mail.svg +1 -0
- package/svg/maintenance-documents.svg +1 -0
- package/svg/maintenance-info.svg +1 -0
- package/svg/maintenance-warning-filled.svg +1 -0
- package/svg/maintenance-warning.svg +1 -0
- package/svg/maintenance.svg +1 -0
- package/svg/mandatory-done.svg +1 -0
- package/svg/mandatory.svg +1 -0
- package/svg/map.svg +1 -0
- package/svg/maximize.svg +1 -0
- package/svg/microphone-filled.svg +1 -0
- package/svg/microphone.svg +1 -0
- package/svg/minimize.svg +1 -0
- package/svg/minus.svg +1 -0
- package/svg/missing-symbol.svg +1 -0
- package/svg/mix.svg +1 -0
- package/svg/monitor-filled.svg +1 -0
- package/svg/monitor-trend.svg +1 -0
- package/svg/monitor.svg +1 -0
- package/svg/monitoring-add.svg +1 -0
- package/svg/monitoring.svg +1 -0
- package/svg/monitorings.svg +1 -0
- package/svg/moon-filled.svg +1 -0
- package/svg/moon.svg +1 -0
- package/svg/more-menu.svg +1 -0
- package/svg/mouse-click-filled.svg +1 -0
- package/svg/mouse-click.svg +1 -0
- package/svg/mouse-select-filled.svg +1 -0
- package/svg/mouse-select.svg +1 -0
- package/svg/mp4-document.svg +1 -0
- package/svg/namur-check-function-filled.svg +1 -0
- package/svg/namur-check-function.svg +1 -0
- package/svg/namur-failure-filled.svg +1 -0
- package/svg/namur-failure.svg +1 -0
- package/svg/namur-maintenance-required-filled.svg +1 -0
- package/svg/namur-maintenance-required.svg +1 -0
- package/svg/namur-ok-filled.svg +1 -0
- package/svg/namur-ok.svg +1 -0
- package/svg/namur-out-of-spec-filled.svg +1 -0
- package/svg/namur-out-of-spec.svg +1 -0
- package/svg/navigation-filled.svg +1 -0
- package/svg/navigation-left.svg +1 -0
- package/svg/navigation-right.svg +1 -0
- package/svg/navigation.svg +1 -0
- package/svg/new-indicator-filled.svg +1 -0
- package/svg/new-indicator.svg +1 -0
- package/svg/no-filter-filled.svg +1 -0
- package/svg/no-filter.svg +1 -0
- package/svg/no-image.svg +1 -0
- package/svg/note-filled.svg +1 -0
- package/svg/note.svg +1 -0
- package/svg/notification-filled.svg +1 -0
- package/svg/notification.svg +1 -0
- package/svg/notifications-filled.svg +1 -0
- package/svg/notifications.svg +1 -0
- package/svg/ontology-filled.svg +1 -0
- package/svg/ontology.svg +1 -0
- package/svg/open-external.svg +1 -0
- package/svg/open-file-filled.svg +1 -0
- package/svg/open-file.svg +1 -0
- package/svg/operate-plant-filled.svg +1 -0
- package/svg/operate-plant.svg +1 -0
- package/svg/optimize.svg +1 -0
- package/svg/p-and-i-symbols.svg +1 -0
- package/svg/p-i-diagram.svg +1 -0
- package/svg/pan.svg +1 -0
- package/svg/paste.svg +1 -0
- package/svg/pause.svg +1 -0
- package/svg/pc-tower-filled.svg +1 -0
- package/svg/pc-tower.svg +1 -0
- package/svg/pdf-document.svg +1 -0
- package/svg/pen-filled.svg +1 -0
- package/svg/pen.svg +1 -0
- package/svg/phone-filled.svg +1 -0
- package/svg/phone.svg +1 -0
- package/svg/photo-camera-add.svg +1 -0
- package/svg/photo-camera-cancelled-filled.svg +1 -0
- package/svg/photo-camera-cancelled.svg +1 -0
- package/svg/photo-camera-filled.svg +1 -0
- package/svg/photo-camera.svg +1 -0
- package/svg/photo-cameras.svg +1 -0
- package/svg/piechart-filled.svg +1 -0
- package/svg/piechart.svg +1 -0
- package/svg/pin-filled.svg +1 -0
- package/svg/pin.svg +1 -0
- package/svg/plant-filled.svg +1 -0
- package/svg/plant-handbook-filled.svg +1 -0
- package/svg/plant-handbook.svg +1 -0
- package/svg/plant-outline.svg +1 -0
- package/svg/plant-security.svg +1 -0
- package/svg/plant-settings-filled.svg +1 -0
- package/svg/plant-settings.svg +1 -0
- package/svg/plant-user-filled.svg +1 -0
- package/svg/plant-user.svg +1 -0
- package/svg/plant.svg +1 -0
- package/svg/plants-filled.svg +1 -0
- package/svg/plants.svg +1 -0
- package/svg/play-filled.svg +1 -0
- package/svg/play-pause-filled.svg +1 -0
- package/svg/play-pause.svg +1 -0
- package/svg/play-stepwise-filled.svg +1 -0
- package/svg/play-stepwise.svg +1 -0
- package/svg/play.svg +1 -0
- package/svg/plus-minus-times-divide.svg +1 -0
- package/svg/plus.svg +1 -0
- package/svg/point-up-filled.svg +1 -0
- package/svg/point-up.svg +1 -0
- package/svg/polar-plot.svg +1 -0
- package/svg/polygon-filled.svg +1 -0
- package/svg/polygon-line.svg +1 -0
- package/svg/polygon.svg +1 -0
- package/svg/ppt-document.svg +1 -0
- package/svg/print-filled.svg +1 -0
- package/svg/print.svg +1 -0
- package/svg/prio-high.svg +1 -0
- package/svg/prio-low.svg +1 -0
- package/svg/prio-middle.svg +1 -0
- package/svg/product-catalog.svg +1 -0
- package/svg/product-management.svg +1 -0
- package/svg/product.svg +1 -0
- package/svg/project-configuration.svg +1 -0
- package/svg/project-new.svg +1 -0
- package/svg/project-scenarios.svg +1 -0
- package/svg/project-server-filled.svg +1 -0
- package/svg/project-server.svg +1 -0
- package/svg/project.svg +1 -0
- package/svg/protocol.svg +1 -0
- package/svg/publish-document.svg +1 -0
- package/svg/publish.svg +1 -0
- package/svg/qr-code.svg +1 -0
- package/svg/quality-report.svg +1 -0
- package/svg/question-filled.svg +1 -0
- package/svg/question.svg +1 -0
- package/svg/radarchart.svg +1 -0
- package/svg/radio-waves-off.svg +1 -0
- package/svg/radio-waves-warning.svg +1 -0
- package/svg/radio-waves.svg +1 -0
- package/svg/random-filled.svg +1 -0
- package/svg/random.svg +1 -0
- package/svg/reboot.svg +1 -0
- package/svg/rectangle-filled.svg +1 -0
- package/svg/rectangle.svg +1 -0
- package/svg/redo.svg +1 -0
- package/svg/reference.svg +1 -0
- package/svg/refresh-cancelled.svg +1 -0
- package/svg/refresh.svg +1 -0
- package/svg/reload.svg +1 -0
- package/svg/remove-application.svg +1 -0
- package/svg/remove-eye-filled.svg +1 -0
- package/svg/remove-eye.svg +1 -0
- package/svg/rename.svg +1 -0
- package/svg/replace.svg +1 -0
- package/svg/report-barchart.svg +1 -0
- package/svg/report-linechart.svg +1 -0
- package/svg/report-text.svg +1 -0
- package/svg/reset.svg +1 -0
- package/svg/restore-backup-filled.svg +1 -0
- package/svg/restore-backup-pc.svg +1 -0
- package/svg/restore-backup.svg +1 -0
- package/svg/rhomb-filled.svg +1 -0
- package/svg/rhomb.svg +1 -0
- package/svg/road-filled.svg +1 -0
- package/svg/road.svg +1 -0
- package/svg/rocket-filled.svg +1 -0
- package/svg/rocket.svg +1 -0
- package/svg/route-target.svg +1 -0
- package/svg/route.svg +1 -0
- package/svg/scatterplot.svg +1 -0
- package/svg/scheduler-filled.svg +1 -0
- package/svg/scheduler.svg +1 -0
- package/svg/screen-filled.svg +1 -0
- package/svg/screen.svg +1 -0
- package/svg/screenshot-filled.svg +1 -0
- package/svg/screenshot.svg +1 -0
- package/svg/script-add.svg +1 -0
- package/svg/script.svg +1 -0
- package/svg/scripts.svg +1 -0
- package/svg/search.svg +1 -0
- package/svg/share-filled.svg +1 -0
- package/svg/share.svg +1 -0
- package/svg/shopping-cart-filled.svg +1 -0
- package/svg/shopping-cart.svg +1 -0
- package/svg/shout-filled.svg +1 -0
- package/svg/shout.svg +1 -0
- package/svg/sign-language.svg +1 -0
- package/svg/signal-strength-0.svg +1 -0
- package/svg/signal-strength-1.svg +1 -0
- package/svg/signal-strength-2.svg +1 -0
- package/svg/signal-strength-3.svg +1 -0
- package/svg/signal-strength-4.svg +1 -0
- package/svg/signal-strength-5.svg +1 -0
- package/svg/signal-strength-6.svg +1 -0
- package/svg/signal-strength-7.svg +1 -0
- package/svg/signal-strength-8.svg +1 -0
- package/svg/simit-component.svg +1 -0
- package/svg/simit-macro-component-editor.svg +1 -0
- package/svg/simit-macro.svg +1 -0
- package/svg/single-check.svg +1 -0
- package/svg/skip-back-filled.svg +1 -0
- package/svg/skip-back.svg +1 -0
- package/svg/skip-filled.svg +1 -0
- package/svg/skip.svg +1 -0
- package/svg/snowflake.svg +1 -0
- package/svg/sort-ascending.svg +1 -0
- package/svg/sort-descending.svg +1 -0
- package/svg/sort.svg +1 -0
- package/svg/sound-loud-filled.svg +1 -0
- package/svg/sound-loud.svg +1 -0
- package/svg/sound-mute-filled.svg +1 -0
- package/svg/sound-mute.svg +1 -0
- package/svg/sound-off-filled.svg +1 -0
- package/svg/sound-off.svg +1 -0
- package/svg/sound-quiet-filled.svg +1 -0
- package/svg/sound-quiet.svg +1 -0
- package/svg/spatial.svg +1 -0
- package/svg/split-horizontally.svg +1 -0
- package/svg/split-vertically.svg +1 -0
- package/svg/stamp-filled.svg +1 -0
- package/svg/stamp.svg +1 -0
- package/svg/standby.svg +1 -0
- package/svg/star-add-filled.svg +1 -0
- package/svg/star-add.svg +1 -0
- package/svg/star-cancelled-filled.svg +1 -0
- package/svg/star-cancelled.svg +1 -0
- package/svg/star-filled.svg +1 -0
- package/svg/star-list-filled.svg +1 -0
- package/svg/star-list.svg +1 -0
- package/svg/star.svg +1 -0
- package/svg/start-data-analysis.svg +1 -0
- package/svg/steering-user-filled.svg +1 -0
- package/svg/steering-user.svg +1 -0
- package/svg/steering.svg +1 -0
- package/svg/stethoscope.svg +1 -0
- package/svg/stop-filled.svg +1 -0
- package/svg/stop.svg +1 -0
- package/svg/success-filled.svg +1 -0
- package/svg/success.svg +1 -0
- package/svg/sun-filled.svg +1 -0
- package/svg/sun.svg +1 -0
- package/svg/support.svg +1 -0
- package/svg/surveillance-cancelled-filled.svg +1 -0
- package/svg/surveillance-cancelled.svg +1 -0
- package/svg/surveillance-filled.svg +1 -0
- package/svg/surveillance.svg +1 -0
- package/svg/svg-document.svg +1 -0
- package/svg/swap-left-right.svg +1 -0
- package/svg/switch-slider.svg +1 -0
- package/svg/table-columns.svg +1 -0
- package/svg/table-rows.svg +1 -0
- package/svg/table-settings.svg +1 -0
- package/svg/table.svg +1 -0
- package/svg/tag-filled.svg +1 -0
- package/svg/tag-plus-filled.svg +1 -0
- package/svg/tag-plus.svg +1 -0
- package/svg/tag.svg +1 -0
- package/svg/tasks-all.svg +1 -0
- package/svg/tasks-done.svg +1 -0
- package/svg/tasks-open.svg +1 -0
- package/svg/text-circle-rectangle-filled.svg +1 -0
- package/svg/text-circle-rectangle.svg +1 -0
- package/svg/text-document.svg +1 -0
- package/svg/text.svg +1 -0
- package/svg/threshold-cancelled.svg +1 -0
- package/svg/threshold-off.svg +1 -0
- package/svg/threshold-on.svg +1 -0
- package/svg/to-be-published.svg +1 -0
- package/svg/to-search.svg +1 -0
- package/svg/topic-filled.svg +1 -0
- package/svg/topic.svg +1 -0
- package/svg/touch-filled.svg +1 -0
- package/svg/touch.svg +1 -0
- package/svg/trashcan-filled.svg +1 -0
- package/svg/trashcan.svg +1 -0
- package/svg/tree.svg +1 -0
- package/svg/trend-downward-filled.svg +1 -0
- package/svg/trend-downward.svg +1 -0
- package/svg/trend-sideways-filled.svg +1 -0
- package/svg/trend-sideways.svg +1 -0
- package/svg/trend-upward-filled.svg +1 -0
- package/svg/trend-upward.svg +1 -0
- package/svg/trend.svg +1 -0
- package/svg/triangle-filled.svg +1 -0
- package/svg/triangle.svg +1 -0
- package/svg/truck-filled.svg +1 -0
- package/svg/truck.svg +1 -0
- package/svg/tulip-filled.svg +1 -0
- package/svg/tulip.svg +1 -0
- package/svg/txt-document.svg +1 -0
- package/svg/undo.svg +1 -0
- package/svg/ungroup.svg +1 -0
- package/svg/unlock-filled.svg +1 -0
- package/svg/unlock-plant-filled.svg +1 -0
- package/svg/unlock-plant.svg +1 -0
- package/svg/unlock.svg +1 -0
- package/svg/upload-document-note.svg +1 -0
- package/svg/upload-fail.svg +1 -0
- package/svg/upload-success.svg +1 -0
- package/svg/upload.svg +1 -0
- package/svg/upper-limit.svg +1 -0
- package/svg/user-check-filled.svg +1 -0
- package/svg/user-check.svg +1 -0
- package/svg/user-fail-filled.svg +1 -0
- package/svg/user-fail.svg +1 -0
- package/svg/user-filled.svg +1 -0
- package/svg/user-management-filled.svg +1 -0
- package/svg/user-management.svg +1 -0
- package/svg/user-profile-filled.svg +1 -0
- package/svg/user-profile.svg +1 -0
- package/svg/user-reading-reading.svg +1 -0
- package/svg/user-reading.svg +1 -0
- package/svg/user-settings-filled.svg +1 -0
- package/svg/user-settings.svg +1 -0
- package/svg/user.svg +1 -0
- package/svg/validate.svg +1 -0
- package/svg/vdi-folder.svg +1 -0
- package/svg/version-history.svg +1 -0
- package/svg/video-file-filled.svg +1 -0
- package/svg/video-file.svg +1 -0
- package/svg/warning-filled.svg +1 -0
- package/svg/warning-rhomb-filled.svg +1 -0
- package/svg/warning-rhomb.svg +1 -0
- package/svg/warning.svg +1 -0
- package/svg/water-bathing.svg +1 -0
- package/svg/water-fish.svg +1 -0
- package/svg/water-plant.svg +1 -0
- package/svg/water-sunbathing.svg +1 -0
- package/svg/waveform.svg +1 -0
- package/svg/webcam-cancelled-filled.svg +1 -0
- package/svg/webcam-cancelled.svg +1 -0
- package/svg/webcam-filled.svg +1 -0
- package/svg/webcam.svg +1 -0
- package/svg/wlan-off.svg +1 -0
- package/svg/wlan-strength-0.svg +1 -0
- package/svg/wlan-strength-1.svg +1 -0
- package/svg/wlan-strength-2.svg +1 -0
- package/svg/wlan-strength-3.svg +1 -0
- package/svg/work-case-filled.svg +1 -0
- package/svg/work-case.svg +1 -0
- package/svg/workspace.svg +1 -0
- package/svg/workspaces.svg +1 -0
- package/svg/x-axis-settings.svg +1 -0
- package/svg/xls-document.svg +1 -0
- package/svg/xml-document.svg +1 -0
- package/svg/y-axis-settings.svg +1 -0
- package/svg/youtube-filled.svg +1 -0
- package/svg/youtube.svg +1 -0
- package/svg/zoom-in.svg +1 -0
- package/svg/zoom-out.svg +1 -0
- package/svg/zoom-selection.svg +1 -0
@@ -0,0 +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, 42.660270)"><path d="M149.330933,191.95714 L149.330933,234.526363 L191.997067,234.526363 L191.997067,149.248824 L234.6632,149.248824 L234.6632,234.526363 L277.329333,234.526363 L277.329333,191.95714 L330.666667,245.33973 L360.831623,215.190175 L265.937476,120.271989 C258.065574,111.956341 247.036379,106.604475 234.6632,106.604475 L191.997067,106.604475 C179.687887,106.604475 168.680025,111.892375 160.893455,120.250667 L65.8350437,215.190175 L96,245.33973 L149.330933,191.95714 Z M426.666667,341.33973 L426.666667,384.006397 C426.158675,384.006397 425.456014,384.216928 424.513041,384.687111 L422.293153,385.988235 C421.865261,386.267642 421.407286,386.579537 420.917538,386.92574 L417.584252,389.429212 C416.96065,389.919925 416.301894,390.448586 415.606294,391.017012 L410.977033,394.919318 L397.365293,406.971888 L392.813332,410.75437 C380.031861,421.02111 368.801445,426.673063 355.555556,426.673063 C341.294727,426.673063 332.05509,422.241195 317.114667,409.800019 L309.775255,403.476203 L300.134078,394.919318 L295.504817,391.017012 L291.759826,388.069093 L288.817958,385.988235 L286.59807,384.687111 C285.655097,384.216928 284.952436,384.006397 284.444444,384.006397 C283.936453,384.006397 283.233792,384.216928 282.290819,384.687111 L280.070931,385.988235 C279.643038,386.267642 279.185064,386.579537 278.695316,386.92574 L275.36203,389.429212 C274.738428,389.919925 274.079672,390.448586 273.384072,391.017012 L268.754811,394.919318 L255.32809,406.785173 C238.22557,421.533145 228.691149,426.673063 213.333333,426.673063 C197.975518,426.673063 188.441097,421.533145 171.338577,406.785173 L157.911856,394.919318 L153.282595,391.017012 L149.537603,388.069093 C148.427635,387.235815 147.451521,386.547048 146.595736,385.988235 L144.375848,384.687111 C143.432874,384.216928 142.730214,384.006397 142.222222,384.006397 C141.714231,384.006397 141.01157,384.216928 140.068597,384.687111 L137.848708,385.988235 L134.906841,388.069093 L131.16185,391.017012 L126.532589,394.919318 L116.891412,403.476203 L109.552,409.800019 C94.6115766,422.241195 85.3719398,426.673063 71.1111111,426.673063 C55.7532956,426.673063 46.2188743,421.533145 29.1163545,406.785173 L15.6896333,394.919318 L11.0603727,391.017012 L7.31538116,388.069093 C6.20541272,387.235815 5.22929831,386.547048 4.37351377,385.988235 L2.15362563,384.687111 C1.52497669,384.373655 1.00313347,384.175601 0.574571818,384.078393 L-2.13162821e-14,384.006397 L-2.13162821e-14,341.33973 C15.3578155,341.33973 24.8922368,346.479649 41.9947566,361.227621 L55.4214778,373.093475 L60.0507384,376.995781 L63.79573,379.9437 C64.9056984,380.776978 65.8818128,381.465746 66.7375973,382.024558 L68.9574855,383.325682 C69.9004589,383.795866 70.6031194,384.006397 71.1111111,384.006397 C71.6191028,384.006397 72.3217633,383.795866 73.2647367,383.325682 L75.4846249,382.024558 L78.4264923,379.9437 L82.1714838,376.995781 L86.8007444,373.093475 L96.4419214,364.536591 L103.781333,358.212775 C118.721757,345.771599 127.961394,341.33973 142.222222,341.33973 C157.580038,341.33973 167.114459,346.479649 184.216979,361.227621 L197.6437,373.093475 L202.272961,376.995781 L206.017952,379.9437 C207.127921,380.776978 208.104035,381.465746 208.95982,382.024558 L211.179708,383.325682 C212.122681,383.795866 212.825342,384.006397 213.333333,384.006397 C213.841325,384.006397 214.543986,383.795866 215.486959,383.325682 L217.706847,382.024558 C218.134739,381.745152 218.592714,381.433257 219.082462,381.087054 L222.415748,378.583581 C223.03935,378.092868 223.698106,377.564208 224.393706,376.995781 L229.022967,373.093475 L242.449688,361.227621 C259.552208,346.479649 269.086629,341.33973 284.444444,341.33973 C298.705273,341.33973 307.94491,345.771599 322.885333,358.212775 L330.224745,364.536591 L339.865922,373.093475 L344.495183,376.995781 L348.240174,379.9437 L351.182042,382.024558 L353.40193,383.325682 C354.344903,383.795866 355.047564,384.006397 355.555556,384.006397 C356.363464,384.006397 358.596773,382.984085 362.130796,380.490613 L366.093772,377.490131 L369.766678,374.429224 L384.67191,361.227621 C400.552821,347.533075 409.908178,342.123025 423.45996,341.420031 L426.666667,341.33973 Z M426.666667,256.006397 L426.666667,298.673063 C426.158675,298.673063 425.456014,298.883594 424.513041,299.353778 L422.293153,300.654902 C421.865261,300.934308 421.407286,301.246203 420.917538,301.592406 L417.584252,304.095879 C416.96065,304.586592 416.301894,305.115252 415.606294,305.683678 L410.977033,309.585984 L397.365293,321.638555 L392.813332,325.421037 C380.031861,335.687777 368.801445,341.33973 355.555556,341.33973 C341.294727,341.33973 332.05509,336.907861 317.114667,324.466685 L309.775255,318.142869 L300.134078,309.585984 L295.504817,305.683678 L291.759826,302.73576 L288.817958,300.654902 L286.59807,299.353778 C285.655097,298.883594 284.952436,298.673063 284.444444,298.673063 C283.936453,298.673063 283.233792,298.883594 282.290819,299.353778 L280.070931,300.654902 C279.643038,300.934308 279.185064,301.246203 278.695316,301.592406 L275.36203,304.095879 C274.738428,304.586592 274.079672,305.115252 273.384072,305.683678 L268.754811,309.585984 L255.32809,321.451839 C238.22557,336.199811 228.691149,341.33973 213.333333,341.33973 C197.975518,341.33973 188.441097,336.199811 171.338577,321.451839 L157.911856,309.585984 L153.282595,305.683678 L149.537603,302.73576 C148.427635,301.902482 147.451521,301.213714 146.595736,300.654902 L144.375848,299.353778 C143.432874,298.883594 142.730214,298.673063 142.222222,298.673063 C141.714231,298.673063 141.01157,298.883594 140.068597,299.353778 L137.848708,300.654902 L134.906841,302.73576 L131.16185,305.683678 L126.532589,309.585984 L116.891412,318.142869 L109.552,324.466685 C94.6115766,336.907861 85.3719398,341.33973 71.1111111,341.33973 C55.7532956,341.33973 46.2188743,336.199811 29.1163545,321.451839 L15.6896333,309.585984 L11.0603727,305.683678 L7.31538116,302.73576 C6.20541272,301.902482 5.22929831,301.213714 4.37351377,300.654902 L2.15362563,299.353778 C1.52497669,299.040322 1.00313347,298.842268 0.574571818,298.74506 L-2.13162821e-14,298.673063 L-2.13162821e-14,256.006397 C15.3578155,256.006397 24.8922368,261.146315 41.9947566,275.894287 L55.4214778,287.760142 L60.0507384,291.662448 L63.79573,294.610367 C64.9056984,295.443645 65.8818128,296.132412 66.7375973,296.691225 L68.9574855,297.992349 C69.9004589,298.462532 70.6031194,298.673063 71.1111111,298.673063 C71.6191028,298.673063 72.3217633,298.462532 73.2647367,297.992349 L75.4846249,296.691225 L78.4264923,294.610367 L82.1714838,291.662448 L86.8007444,287.760142 L96.4419214,279.203257 L103.781333,272.879441 C118.721757,260.438265 127.961394,256.006397 142.222222,256.006397 C157.580038,256.006397 167.114459,261.146315 184.216979,275.894287 L197.6437,287.760142 L202.272961,291.662448 L206.017952,294.610367 C207.127921,295.443645 208.104035,296.132412 208.95982,296.691225 L211.179708,297.992349 C212.122681,298.462532 212.825342,298.673063 213.333333,298.673063 C213.841325,298.673063 214.543986,298.462532 215.486959,297.992349 L217.706847,296.691225 C218.134739,296.411818 218.592714,296.099923 219.082462,295.75372 L222.415748,293.250248 C223.03935,292.759535 223.698106,292.230874 224.393706,291.662448 L229.022967,287.760142 L242.449688,275.894287 C259.552208,261.146315 269.086629,256.006397 284.444444,256.006397 C298.705273,256.006397 307.94491,260.438265 322.885333,272.879441 L330.224745,279.203257 L339.865922,287.760142 L344.495183,291.662448 L348.240174,294.610367 L351.182042,296.691225 L353.40193,297.992349 C354.344903,298.462532 355.047564,298.673063 355.555556,298.673063 C356.363464,298.673063 358.596773,297.650751 362.130796,295.15728 L366.093772,292.156798 L369.766678,289.095891 L384.67191,275.894287 C400.552821,262.199742 409.908178,256.789691 423.45996,256.086697 L426.666667,256.006397 Z M213.330133,85.2886977 C236.903172,85.2886977 255.996267,66.2053516 255.996267,42.6443489 C255.996267,19.0833461 236.903172,7.10542736e-15 213.330133,7.10542736e-15 C189.757095,7.10542736e-15 170.664,19.0833461 170.664,42.6443489 C170.664,66.2053516 189.757095,85.2886977 213.330133,85.2886977" id="Combined-Shape"/></g></g></svg>
|
@@ -0,0 +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, 64.000000)"><path d="M426.666667,234.666667 L426.666667,277.333333 C426.158675,277.333333 425.456014,277.543864 424.513041,278.014048 L422.293153,279.315172 C421.865261,279.594578 421.407286,279.906473 420.917538,280.252676 L417.584252,282.756149 C416.96065,283.246862 416.301894,283.775522 415.606294,284.343948 L410.977033,288.246255 L397.365293,300.298825 L392.813332,304.081307 C380.031861,314.348047 368.801445,320 355.555556,320 C341.294727,320 332.05509,315.568131 317.114667,303.126955 L309.775255,296.803139 L300.134078,288.246255 L295.504817,284.343948 L291.759826,281.39603 L288.817958,279.315172 L286.59807,278.014048 C285.655097,277.543864 284.952436,277.333333 284.444444,277.333333 C283.936453,277.333333 283.233792,277.543864 282.290819,278.014048 L280.070931,279.315172 C279.643038,279.594578 279.185064,279.906473 278.695316,280.252676 L275.36203,282.756149 C274.738428,283.246862 274.079672,283.775522 273.384072,284.343948 L268.754811,288.246255 L255.32809,300.112109 C238.22557,314.860081 228.691149,320 213.333333,320 C197.975518,320 188.441097,314.860081 171.338577,300.112109 L157.911856,288.246255 L153.282595,284.343948 L149.537603,281.39603 C148.427635,280.562752 147.451521,279.873984 146.595736,279.315172 L144.375848,278.014048 C143.432874,277.543864 142.730214,277.333333 142.222222,277.333333 C141.714231,277.333333 141.01157,277.543864 140.068597,278.014048 L137.848708,279.315172 L134.906841,281.39603 L131.16185,284.343948 L126.532589,288.246255 L116.891412,296.803139 L109.552,303.126955 C94.6115766,315.568131 85.3719398,320 71.1111111,320 C55.7532956,320 46.2188743,314.860081 29.1163545,300.112109 L15.6896333,288.246255 L11.0603727,284.343948 L7.31538116,281.39603 C6.20541272,280.562752 5.22929831,279.873984 4.37351377,279.315172 L2.15362563,278.014048 C1.52497669,277.700592 1.00313347,277.502538 0.574571818,277.40533 L-2.13162821e-14,277.333333 L-2.13162821e-14,234.666667 C15.3578155,234.666667 24.8922368,239.806585 41.9947566,254.554557 L55.4214778,266.420412 L60.0507384,270.322718 L63.79573,273.270637 C64.9056984,274.103915 65.8818128,274.792682 66.7375973,275.351495 L68.9574855,276.652619 C69.9004589,277.122802 70.6031194,277.333333 71.1111111,277.333333 C71.6191028,277.333333 72.3217633,277.122802 73.2647367,276.652619 L75.4846249,275.351495 L78.4264923,273.270637 L82.1714838,270.322718 L86.8007444,266.420412 L96.4419214,257.863527 L103.781333,251.539711 C118.721757,239.098535 127.961394,234.666667 142.222222,234.666667 C157.580038,234.666667 167.114459,239.806585 184.216979,254.554557 L197.6437,266.420412 L202.272961,270.322718 L206.017952,273.270637 C207.127921,274.103915 208.104035,274.792682 208.95982,275.351495 L211.179708,276.652619 C212.122681,277.122802 212.825342,277.333333 213.333333,277.333333 C213.841325,277.333333 214.543986,277.122802 215.486959,276.652619 L217.706847,275.351495 C218.134739,275.072088 218.592714,274.760193 219.082462,274.41399 L222.415748,271.910518 C223.03935,271.419805 223.698106,270.891144 224.393706,270.322718 L229.022967,266.420412 L242.449688,254.554557 C259.552208,239.806585 269.086629,234.666667 284.444444,234.666667 C298.705273,234.666667 307.94491,239.098535 322.885333,251.539711 L330.224745,257.863527 L339.865922,266.420412 L344.495183,270.322718 L348.240174,273.270637 L351.182042,275.351495 L353.40193,276.652619 C354.344903,277.122802 355.047564,277.333333 355.555556,277.333333 C356.363464,277.333333 358.596773,276.311021 362.130796,273.81755 L366.093772,270.817068 L369.766678,267.756161 L384.67191,254.554557 C400.552821,240.860012 409.908178,235.449961 423.45996,234.746967 L426.666667,234.666667 Z M426.666667,320 L426.666667,362.666667 C426.158675,362.666667 425.456014,362.877198 424.513041,363.347381 L422.293153,364.648505 C421.865261,364.927912 421.407286,365.239807 420.917538,365.58601 L417.584252,368.089482 C416.96065,368.580195 416.301894,369.108856 415.606294,369.677282 L410.977033,373.579588 L397.365293,385.632158 L392.813332,389.41464 C380.031861,399.68138 368.801445,405.333333 355.555556,405.333333 C341.294727,405.333333 332.05509,400.901465 317.114667,388.460289 L309.775255,382.136473 L300.134078,373.579588 L295.504817,369.677282 L291.759826,366.729363 L288.817958,364.648505 L286.59807,363.347381 C285.655097,362.877198 284.952436,362.666667 284.444444,362.666667 C283.936453,362.666667 283.233792,362.877198 282.290819,363.347381 L280.070931,364.648505 C279.643038,364.927912 279.185064,365.239807 278.695316,365.58601 L275.36203,368.089482 C274.738428,368.580195 274.079672,369.108856 273.384072,369.677282 L268.754811,373.579588 L255.32809,385.445443 C238.22557,400.193415 228.691149,405.333333 213.333333,405.333333 C197.975518,405.333333 188.441097,400.193415 171.338577,385.445443 L157.911856,373.579588 L153.282595,369.677282 L149.537603,366.729363 C148.427635,365.896085 147.451521,365.207318 146.595736,364.648505 L144.375848,363.347381 C143.432874,362.877198 142.730214,362.666667 142.222222,362.666667 C141.714231,362.666667 141.01157,362.877198 140.068597,363.347381 L137.848708,364.648505 L134.906841,366.729363 L131.16185,369.677282 L126.532589,373.579588 L116.891412,382.136473 L109.552,388.460289 C94.6115766,400.901465 85.3719398,405.333333 71.1111111,405.333333 C55.7532956,405.333333 46.2188743,400.193415 29.1163545,385.445443 L15.6896333,373.579588 L11.0603727,369.677282 L7.31538116,366.729363 C6.20541272,365.896085 5.22929831,365.207318 4.37351377,364.648505 L2.15362563,363.347381 C1.52497669,363.033925 1.00313347,362.835871 0.574571818,362.738663 L-2.13162821e-14,362.666667 L-2.13162821e-14,320 C15.3578155,320 24.8922368,325.139919 41.9947566,339.887891 L55.4214778,351.753745 L60.0507384,355.656052 L63.79573,358.60397 C64.9056984,359.437248 65.8818128,360.126016 66.7375973,360.684828 L68.9574855,361.985952 C69.9004589,362.456136 70.6031194,362.666667 71.1111111,362.666667 C71.6191028,362.666667 72.3217633,362.456136 73.2647367,361.985952 L75.4846249,360.684828 L78.4264923,358.60397 L82.1714838,355.656052 L86.8007444,351.753745 L96.4419214,343.196861 L103.781333,336.873045 C118.721757,324.431869 127.961394,320 142.222222,320 C157.580038,320 167.114459,325.139919 184.216979,339.887891 L197.6437,351.753745 L202.272961,355.656052 L206.017952,358.60397 C207.127921,359.437248 208.104035,360.126016 208.95982,360.684828 L211.179708,361.985952 C212.122681,362.456136 212.825342,362.666667 213.333333,362.666667 C213.841325,362.666667 214.543986,362.456136 215.486959,361.985952 L217.706847,360.684828 C218.134739,360.405422 218.592714,360.093527 219.082462,359.747324 L222.415748,357.243851 C223.03935,356.753138 223.698106,356.224478 224.393706,355.656052 L229.022967,351.753745 L242.449688,339.887891 C259.552208,325.139919 269.086629,320 284.444444,320 C298.705273,320 307.94491,324.431869 322.885333,336.873045 L330.224745,343.196861 L339.865922,351.753745 L344.495183,355.656052 L348.240174,358.60397 L351.182042,360.684828 L353.40193,361.985952 C354.344903,362.456136 355.047564,362.666667 355.555556,362.666667 C356.363464,362.666667 358.596773,361.644355 362.130796,359.150883 L366.093772,356.150401 L369.766678,353.089494 L384.67191,339.887891 C400.552821,326.193345 409.908178,320.783295 423.45996,320.080301 L426.666667,320 Z M170.666667,1.42108547e-14 C206.17851,1.42108547e-14 237.637166,17.3537562 257.024901,44.043534 L259.812408,43.6458465 C264.35222,42.9973019 268.757787,41.6211063 272.859544,39.5702282 L300.324454,25.8377732 C306.248952,22.8755239 312.781776,21.3333333 319.405567,21.3333333 L405.333333,21.3333333 L405.333333,38.4 C405.333333,64 397.333333,76.8 389.333333,85.3333333 L385.928086,88.7541302 L379.677357,94.6254616 C375.945578,98.307483 373.333333,101.790476 373.333333,106.666667 C373.333333,111.585333 376.055556,115.812554 379.912037,120.391889 L387.337963,128.781818 C395.944444,138.666462 405.333333,151.822222 405.333333,174.933333 L405.333333,192 L319.405567,192 C312.781776,192 306.248952,190.457809 300.324454,187.49556 L272.859544,173.763105 C268.757787,171.712227 264.35222,170.336031 259.812408,169.687487 L257.024901,169.289799 C237.637166,195.979577 206.17851,213.333333 170.666667,213.333333 L128,213.333333 C69.0896267,213.333333 21.3333333,165.57704 21.3333333,106.666667 C21.3333333,47.7562934 69.0896267,1.42108547e-14 128,1.42108547e-14 L170.666667,1.42108547e-14 Z M170.666667,42.6666667 L128,42.6666667 C92.653776,42.6666667 64,71.3204427 64,106.666667 C64,140.750526 90.6436259,168.611432 124.239514,170.558023 L128,170.666667 L170.666667,170.666667 C190.065524,170.666667 207.952565,162.019237 220.011416,147.430138 L222.504676,144.213945 L237.60885,123.421053 L265.846386,127.449642 C273.110085,128.487313 280.201951,130.456378 286.948348,133.302596 L291.940657,135.600878 L319.405567,149.333333 L348.629333,149.333333 L346.30367,146.511388 L342.967463,142.285497 C342.4704,141.630441 342.01112,141.00886 341.602068,140.434019 L340.723154,139.150934 C334.450609,129.537067 330.666667,118.912542 330.666667,106.666667 C330.666667,91.7784354 335.935382,79.9878852 344.530145,69.8212565 L347.961314,66.0342713 L349.994667,64 L319.405567,64 L291.940657,77.732455 C285.377847,81.0138599 278.426159,83.4316713 271.255216,84.9322221 L265.838549,85.8848103 L237.60885,89.9122801 L222.504676,69.1193884 C211.300445,53.6952849 193.959713,44.0195814 174.798852,42.7980392 L170.666667,42.6666667 Z M128,85.3333333 C139.782075,85.3333333 149.333333,94.884592 149.333333,106.666667 C149.333333,118.448741 139.782075,128 128,128 C116.217925,128 106.666667,118.448741 106.666667,106.666667 C106.666667,94.884592 116.217925,85.3333333 128,85.3333333 Z" id="Combined-Shape"/></g></g></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><path fill-rule="evenodd" d="M85.3333333,1.42108547e-14 L85.3333333,170.666667 L234.666667,101.333333 L234.666667,170.666667 L384,100.548267 L384,384 L1.42108547e-14,384 L1.42108547e-14,1.42108547e-14 L85.3333333,1.42108547e-14 Z M320,256 L320,298.666667 C311.665185,298.666667 308.650256,299.872638 299.833604,305.750406 C284.650256,315.872638 274.331852,320 256,320 C237.668148,320 227.349744,315.872638 212.166396,305.750406 C203.349744,299.872638 200.334815,298.666667 192,298.666667 C183.665185,298.666667 180.650256,299.872638 171.833604,305.750406 C156.650256,315.872638 146.331852,320 128,320 C109.668148,320 99.3497436,315.872638 84.1663958,305.750406 C75.3497436,299.872638 72.3348149,298.666667 64,298.666667 L64,256 C82.3318517,256 92.6502564,260.127362 107.833604,270.249594 C116.650256,276.127362 119.665185,277.333333 128,277.333333 C136.334815,277.333333 139.349744,276.127362 148.166396,270.249594 C163.349744,260.127362 173.668148,256 192,256 C210.331852,256 220.650256,260.127362 235.833604,270.249594 C244.650256,276.127362 247.665185,277.333333 256,277.333333 C264.334815,277.333333 267.349744,276.127362 276.166396,270.249594 C291.349744,260.127362 301.668148,256 320,256 Z M42.6666667,237.517254 L42.6666667,341.333333 L341.333333,341.333333 L341.333333,167.701333 L192,237.836455 L192,168.192 L42.6666667,237.517254 Z" transform="translate(64 64)"/></svg>
|
@@ -0,0 +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, 42.666667)"><path d="M426.666667,341.333333 L426.666667,384 C426.158675,384 425.456014,384.210531 424.513041,384.680714 L422.293153,385.981839 C421.865261,386.261245 421.407286,386.57314 420.917538,386.919343 L417.584252,389.422815 C416.96065,389.913529 416.301894,390.442189 415.606294,391.010615 L410.977033,394.912921 L397.365293,406.965492 L392.813332,410.747973 C380.031861,421.014713 368.801445,426.666667 355.555556,426.666667 C341.294727,426.666667 332.05509,422.234798 317.114667,409.793622 L309.775255,403.469806 L300.134078,394.912921 L295.504817,391.010615 L291.759826,388.062697 L288.817958,385.981839 L286.59807,384.680714 C285.655097,384.210531 284.952436,384 284.444444,384 C283.936453,384 283.233792,384.210531 282.290819,384.680714 L280.070931,385.981839 C279.643038,386.261245 279.185064,386.57314 278.695316,386.919343 L275.36203,389.422815 C274.738428,389.913529 274.079672,390.442189 273.384072,391.010615 L268.754811,394.912921 L255.32809,406.778776 C238.22557,421.526748 228.691149,426.666667 213.333333,426.666667 C197.975518,426.666667 188.441097,421.526748 171.338577,406.778776 L157.911856,394.912921 L153.282595,391.010615 L149.537603,388.062697 C148.427635,387.229419 147.451521,386.540651 146.595736,385.981839 L144.375848,384.680714 C143.432874,384.210531 142.730214,384 142.222222,384 C141.714231,384 141.01157,384.210531 140.068597,384.680714 L137.848708,385.981839 L134.906841,388.062697 L131.16185,391.010615 L126.532589,394.912921 L116.891412,403.469806 L109.552,409.793622 C94.6115766,422.234798 85.3719398,426.666667 71.1111111,426.666667 C55.7532956,426.666667 46.2188743,421.526748 29.1163545,406.778776 L15.6896333,394.912921 L11.0603727,391.010615 L7.31538116,388.062697 C6.20541272,387.229419 5.22929831,386.540651 4.37351377,385.981839 L2.15362563,384.680714 C1.52497669,384.367259 1.00313347,384.169204 0.574571818,384.071996 L5.00932629e-12,384 L5.00932629e-12,341.333333 C15.3578155,341.333333 24.8922368,346.473252 41.9947566,361.221224 L55.4214778,373.087079 L60.0507384,376.989385 L63.79573,379.937303 C64.9056984,380.770581 65.8818128,381.459349 66.7375973,382.018161 L68.9574855,383.319286 C69.9004589,383.789469 70.6031194,384 71.1111111,384 C71.6191028,384 72.3217633,383.789469 73.2647367,383.319286 L75.4846249,382.018161 L78.4264923,379.937303 L82.1714838,376.989385 L86.8007444,373.087079 L96.4419214,364.530194 L103.781333,358.206378 C118.721757,345.765202 127.961394,341.333333 142.222222,341.333333 C157.580038,341.333333 167.114459,346.473252 184.216979,361.221224 L197.6437,373.087079 L202.272961,376.989385 L206.017952,379.937303 C207.127921,380.770581 208.104035,381.459349 208.95982,382.018161 L211.179708,383.319286 C212.122681,383.789469 212.825342,384 213.333333,384 C213.841325,384 214.543986,383.789469 215.486959,383.319286 L217.706847,382.018161 C218.134739,381.738755 218.592714,381.42686 219.082462,381.080657 L222.415748,378.577185 C223.03935,378.086471 223.698106,377.557811 224.393706,376.989385 L229.022967,373.087079 L242.449688,361.221224 C259.552208,346.473252 269.086629,341.333333 284.444444,341.333333 C298.705273,341.333333 307.94491,345.765202 322.885333,358.206378 L330.224745,364.530194 L339.865922,373.087079 L344.495183,376.989385 L348.240174,379.937303 L351.182042,382.018161 L353.40193,383.319286 C354.344903,383.789469 355.047564,384 355.555556,384 C356.363464,384 358.596773,382.977688 362.130796,380.484217 L366.093772,377.483735 L369.766678,374.422828 L384.67191,361.221224 C400.552821,347.526679 409.908178,342.116628 423.45996,341.413634 L426.666667,341.333333 Z M192,3.55271368e-14 C245.030095,3.55271368e-14 293.038816,21.4990546 327.785652,56.2566513 L207.106,176.936 L307.503,277.333 L426.666667,277.333333 L426.666667,320 L170.666667,320 L170.666667,277.333333 L247.163,277.333 L176.936,207.106 L56.2566513,327.785652 C21.4990546,293.038816 7.10542736e-15,245.030095 7.10542736e-15,192 C7.10542736e-15,146.666633 15.7112416,105.002823 41.9856962,72.1565992 L27.581722,57.7516113 C19.2505371,49.4204264 19.2505371,35.9129069 27.581722,27.581722 C35.2720465,19.8913975 47.3729757,19.2998341 55.7418548,25.8070317 L57.7516113,27.581722 L72.1565992,41.9856962 C105.002823,15.7112416 146.666633,3.55271368e-14 192,3.55271368e-14 Z M52.9074527,137.549438 L52.6536851,138.194268 C46.2034978,154.887791 42.6666667,173.03086 42.6666667,192 C42.6666667,216.561052 48.6019506,240.142048 59.5771342,261.125225 L60.6293333,263.04 L102.988792,220.67869 C79.8364593,192.333508 62.7162959,163.515159 52.9074527,137.549438 Z M91.0508992,86.0833035 L86.4426667,86.4426667 L86.2440632,88.2787626 L86.071171,91.4477644 C85.876446,99.3111424 88.1528784,110.341904 93.1560792,123.350226 C100.222236,141.722233 111.836741,161.927995 127.014709,182.170033 L133.333333,190.314667 L190.314667,133.333333 L185.216063,129.326394 C165.454277,114.163121 145.663883,102.365089 127.551459,94.8369165 L121.578473,92.4869093 C110.638167,88.4313941 101.19702,86.3613697 93.9971654,86.0900186 L91.0508992,86.0833035 Z M192,42.6666667 C172.785223,42.6666667 154.41805,46.2956895 137.546492,52.9057249 C163.514409,62.7157985 192.333552,79.836377 220.679473,102.989431 L263.04,60.6293333 L261.125225,59.5771342 C242.049609,49.5996946 220.827036,43.7874613 198.672954,42.8131498 L192,42.6666667 Z" id="Combined-Shape"/></g></g></svg>
|
package/svg/waveform.svg
ADDED
@@ -0,0 +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, 42.666667)"><path d="M384,170.666667 L426.666667,170.666667 L426.666667,256 L384,256 L384,170.666667 Z M320,106.666667 L362.666667,106.666667 L362.666667,320 L320,320 L320,106.666667 Z M256,128 L298.666667,128 L298.666667,298.666667 L256,298.666667 L256,128 Z M192,64 L234.666667,64 L234.666667,362.666667 L192,362.666667 L192,64 Z M7.10542736e-15,170.666667 L42.6666667,170.666667 L42.6666667,256 L7.10542736e-15,256 L7.10542736e-15,170.666667 Z M64,106.666667 L106.666667,106.666667 L106.666667,320 L64,320 L64,106.666667 Z M128,7.10542736e-15 L170.666667,7.10542736e-15 L170.666667,426.666667 L128,426.666667 L128,7.10542736e-15 Z" id="Combined-Shape"/></g></g></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><path fill-rule="evenodd" d="M30.169894,0 L392.836561,362.666662 L362.666662,392.836561 C350.722247,379.517399 338.934618,366.515432 327.303775,353.830657 L85.3333333,353.830101 L85.3333333,311.163435 L287.644597,311.162425 C280.831392,303.935954 274.075501,296.825433 267.376923,289.830863 L128,289.830101 C57.307552,289.830101 3.55271368e-14,232.522549 3.55271368e-14,161.830101 C3.55271368e-14,124.964627 15.5849519,91.7392133 40.5257026,68.3830133 C27.5576017,56.1264751 14.0481724,43.3883403 3.55271368e-14,30.169894 L30.169894,0 Z M298.666667,33.8301013 C369.359115,33.8301013 426.666667,91.1376534 426.666667,161.830101 C426.666667,209.065019 401.08127,250.324148 363.013124,272.50484 L273.686867,183.176853 C276.048322,176.500445 277.333333,169.315338 277.333333,161.830101 C277.333333,126.483877 248.679557,97.8301013 213.333333,97.8301013 C205.847722,97.8301013 198.662271,99.1152411 191.985579,101.476922 L124.390823,33.8800044 C125.589834,33.8468086 126.792966,33.8301013 128,33.8301013 L298.666667,33.8301013 Z M150.317052,173.060293 L150.344235,173.222189 C155.158133,200.016421 176.649286,221.02136 203.688886,225.108197 C188.375561,209.966311 170.584326,192.617046 150.317052,173.060293 Z" transform="translate(42.667 72.837)"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><path fill-rule="evenodd" d="M30.169894,0 L392.836561,362.666662 L362.666662,392.836561 C350.722247,379.517399 338.934618,366.515432 327.303775,353.830657 L85.3333333,353.830101 L85.3333333,311.163435 L287.644597,311.162425 C280.831392,303.935954 274.075501,296.825433 267.376923,289.830863 L128,289.830101 C57.307552,289.830101 3.55271368e-14,232.522549 3.55271368e-14,161.830101 C3.55271368e-14,124.964627 15.5849519,91.7392133 40.5257026,68.3830133 C27.5576017,56.1264751 14.0481724,43.3883403 3.55271368e-14,30.169894 L30.169894,0 Z M298.666667,33.8301013 C369.359115,33.8301013 426.666667,91.1376534 426.666667,161.830101 C426.666667,209.065019 401.08127,250.324148 363.013124,272.50484 L331.235486,240.727931 C362.206695,227.929021 384,197.424611 384,161.830101 C384,116.129933 348.075339,78.8204186 302.925661,76.6012012 L298.666667,76.496768 L167.004,76.496 L124.390823,33.8800044 C125.589834,33.8468086 126.792966,33.8301013 128,33.8301013 L298.666667,33.8301013 Z M71.5933699,97.8011564 L71.4776063,97.8991536 C53.8072548,113.533563 42.6666667,136.38082 42.6666667,161.830101 C42.6666667,207.53027 78.5913274,244.839784 123.741006,247.059001 L128,247.163435 L225.798895,247.162813 C223.106502,244.450031 220.424075,241.757408 217.751611,239.084945 C213.322804,234.656137 208.635853,229.997184 203.690758,225.108085 C176.594604,221.013095 155.071234,199.931397 150.315235,173.059562 C127.275986,150.826989 101.034758,125.74061 71.5933699,97.8011564 Z M213.333333,97.8301013 C248.679557,97.8301013 277.333333,126.483877 277.333333,161.830101 C277.333333,169.315338 276.048322,176.500445 273.686867,183.176853 L191.985579,101.476922 C198.662271,99.1152411 205.847722,97.8301013 213.333333,97.8301013 Z" transform="translate(42.667 72.837)"/></svg>
|
@@ -0,0 +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, 106.666667)"><path d="M298.666667,2.84217094e-14 C369.359115,2.84217094e-14 426.666667,57.307552 426.666667,128 C426.666667,198.692448 369.359115,256 298.666667,256 L128,256 C57.307552,256 7.10542736e-15,198.692448 7.10542736e-15,128 C7.10542736e-15,57.307552 57.307552,2.84217094e-14 128,2.84217094e-14 L298.666667,2.84217094e-14 Z M213.333333,64 C177.987109,64 149.333333,92.653776 149.333333,128 C149.333333,163.346224 177.987109,192 213.333333,192 C248.679557,192 277.333333,163.346224 277.333333,128 C277.333333,92.653776 248.679557,64 213.333333,64 Z M213.333333,106.666667 C225.115408,106.666667 234.666667,116.217925 234.666667,128 C234.666667,139.782075 225.115408,149.333333 213.333333,149.333333 C201.551259,149.333333 192,139.782075 192,128 C192,116.217925 201.551259,106.666667 213.333333,106.666667 Z M341.333333,277.333333 L341.333333,320 L85.3333333,320 L85.3333333,277.333333 L341.333333,277.333333 Z" id="Combined-Shape"/></g></g></svg>
|
package/svg/webcam.svg
ADDED
@@ -0,0 +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, 106.666667)"><path d="M298.666667,2.84217094e-14 C369.359115,2.84217094e-14 426.666667,57.307552 426.666667,128 C426.666667,198.692448 369.359115,256 298.666667,256 L128,256 C57.307552,256 7.10542736e-15,198.692448 7.10542736e-15,128 C7.10542736e-15,57.307552 57.307552,2.84217094e-14 128,2.84217094e-14 L298.666667,2.84217094e-14 Z M298.666667,42.6666667 L128,42.6666667 C80.8717013,42.6666667 42.6666667,80.8717013 42.6666667,128 C42.6666667,173.700168 78.5913274,211.009683 123.741006,213.2289 L128,213.333333 L298.666667,213.333333 C345.794965,213.333333 384,175.128299 384,128 C384,82.2998316 348.075339,44.9903173 302.925661,42.7710999 L298.666667,42.6666667 Z M213.333333,64 C248.679557,64 277.333333,92.653776 277.333333,128 C277.333333,163.346224 248.679557,192 213.333333,192 C177.987109,192 149.333333,163.346224 149.333333,128 C149.333333,92.653776 177.987109,64 213.333333,64 Z M213.333333,106.666667 C201.551259,106.666667 192,116.217925 192,128 C192,139.782075 201.551259,149.333333 213.333333,149.333333 C225.115408,149.333333 234.666667,139.782075 234.666667,128 C234.666667,116.217925 225.115408,106.666667 213.333333,106.666667 Z M341.333333,277.333333 L341.333333,320 L85.3333333,320 L85.3333333,277.333333 L341.333333,277.333333 Z" id="Combined-Shape"/></g></g></svg>
|
package/svg/wlan-off.svg
ADDED
@@ -0,0 +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(52.437333, 59.581722)"><path d="M378.647616,341.333329 L348.477717,371.503227 L257.814,280.84 L256.341333,282.314811 C242.96797,268.945667 224.56816,260.60714 204.255868,260.421446 L203.562667,260.418278 C182.976,260.418278 164.309333,268.793745 150.784,282.314811 L150.784,282.314811 L120.64,252.158011 C140.003743,232.796212 166.082401,220.149327 195.033157,218.058556 L158.514149,181.538749 C132.477393,189.189021 109.17764,203.296104 90.4746667,221.999078 L90.4746667,221.999078 L60.3306667,191.844411 C78.7820995,173.390833 100.766876,158.469519 125.170113,148.194269 L93.0519246,116.076592 C69.705425,127.904602 48.4948414,143.357507 30.1653333,161.689745 L30.1653333,161.689745 L4.26325641e-14,131.532945 C18.2651367,113.270946 38.9631068,97.4435062 61.5598585,84.5849166 L7.14438867,30.169894 L37.3142827,7.10542736e-15 L378.647616,341.333329 Z M203.562667,303.084945 C221.226667,303.084945 235.562667,317.412411 235.562667,335.084945 C235.562667,352.757478 221.226667,367.084945 203.562667,367.084945 C185.898667,367.084945 171.562667,352.757478 171.562667,335.084945 C171.562667,317.412411 185.898667,303.084945 203.562667,303.084945 Z M232.071583,134.41706 C276.561543,140.707945 316.454762,161.500979 346.794667,191.844411 L346.794667,191.844411 L318.151,220.497 Z M203.562667,47.0849447 C282.965333,47.0849447 354.965333,79.3816913 407.125333,131.530171 L407.125333,131.530171 L376.96,161.691878 C332.522667,117.267131 271.189333,89.7516113 203.562667,89.7516113 C198.30202,89.7516113 193.079561,89.9180086 187.900275,90.2458141 L149.77556,52.1205982 C167.205286,48.8149138 185.185716,47.0849447 203.562667,47.0849447 Z" id="Shape"/></g></g></svg>
|
@@ -0,0 +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(107.690667, 128.000000)"><path d="M180.309333,266.666667 C180.309333,284.3392 165.973333,298.666667 148.309333,298.666667 C130.645333,298.666667 116.309333,284.3392 116.309333,266.666667 C116.309333,248.994133 130.645333,234.666667 148.309333,234.666667 C165.973333,234.666667 180.309333,248.994133 180.309333,266.666667 Z M190.976,157.582933 L190.976,206.135467 C196.48,210.088533 201.621333,214.496 205.909333,219.739733 L236.309333,189.329067 C224.064,175.396267 208.512,164.5056 190.976,157.582933 L190.976,157.582933 Z M60.3093333,189.329067 L90.7093333,219.739733 C94.9973333,214.496 100.138667,210.088533 105.642667,206.135467 L105.642667,157.582933 C88.1066667,164.503467 72.5546667,175.396267 60.3093333,189.329067 L60.3093333,189.329067 Z M30.144,159.165867 C50.176,137.1776 76.2453333,120.922027 105.642667,112.70848 L105.642667,68.5469867 C64.3626667,77.4845867 27.776,99.1016533 -2.84217094e-14,129.015467 L30.144,159.165867 Z M190.976,68.5469867 L190.976,112.70848 C220.373333,120.922027 246.442667,137.1776 266.474667,159.165867 L296.618667,129.015467 C268.842667,99.1016533 232.256,77.4843733 190.976,68.5469867 Z M169.642667,2.84217094e-14 L126.976,2.84217094e-14 L126.976,208 L169.642667,208 L169.642667,2.84217094e-14 L169.642667,2.84217094e-14 Z" id="Shape"/></g></g></svg>
|
@@ -0,0 +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(173.077333, 277.333333)"><path d="M114.922667,117.333333 C114.922667,135.005867 100.586667,149.333333 82.9226667,149.333333 C65.2586667,149.333333 50.9226667,135.005867 50.9226667,117.333333 C50.9226667,99.6608 65.2586667,85.3333333 82.9226667,85.3333333 C100.586667,85.3333333 114.922667,99.6608 114.922667,117.333333 Z M0,34.4064 L30.144,64.5632 C43.6693333,51.0421333 62.336,42.6666667 82.9226667,42.6666667 C103.509333,42.6666667 122.176,51.0421333 135.701333,64.5632 L165.845333,34.4085333 C144.597333,13.1605333 115.264,0 82.9226667,0 C50.5813333,0 21.248,13.1605333 0,34.4064 L0,34.4064 Z" id="Shape"/></g></g></svg>
|
@@ -0,0 +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(112.768000, 192.000000)"><path d="M175.232,202.666667 C175.232,220.3392 160.896,234.666667 143.232,234.666667 C125.568,234.666667 111.232,220.3392 111.232,202.666667 C111.232,184.994133 125.568,170.666667 143.232,170.666667 C160.896,170.666667 175.232,184.994133 175.232,202.666667 Z M60.3093333,119.739733 L90.4533333,149.896533 C103.978667,136.375467 122.645333,128 143.232,128 C163.818667,128 182.485333,136.375467 196.010667,149.896533 L226.154667,119.741867 C204.906667,98.4938667 175.573333,85.3333333 143.232,85.3333333 C110.890667,85.3333333 81.5573333,98.4938667 60.3093333,119.739733 L60.3093333,119.739733 Z M2.84217094e-14,59.4261333 L30.144,89.5808 C59.1146667,60.6101333 99.1146667,42.6666667 143.232,42.6666667 C187.349333,42.6666667 227.349333,60.6101333 256.32,89.5808 L286.464,59.4261333 C249.770667,22.7285333 199.104,5.68434189e-14 143.232,5.68434189e-14 C87.36,5.68434189e-14 36.6933333,22.7285333 2.84217094e-14,59.4261333 L2.84217094e-14,59.4261333 Z" id="Shape"/></g></g></svg>
|
@@ -0,0 +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(52.437333, 106.666667)"><path d="M235.562667,288 C235.562667,305.672533 221.226667,320 203.562667,320 C185.898667,320 171.562667,305.672533 171.562667,288 C171.562667,270.327467 185.898667,256 203.562667,256 C221.226667,256 235.562667,270.327467 235.562667,288 Z M120.64,205.073067 L150.784,235.229867 C164.309333,221.7088 182.976,213.333333 203.562667,213.333333 C224.149333,213.333333 242.816,221.7088 256.341333,235.229867 L286.485333,205.0752 C265.237333,183.8272 235.904,170.666667 203.562667,170.666667 C171.221333,170.666667 141.888,183.8272 120.64,205.073067 L120.64,205.073067 Z M60.3306667,144.759467 L90.4746667,174.914133 C119.445333,145.943467 159.445333,128 203.562667,128 C247.68,128 287.68,145.943467 316.650667,174.914133 L346.794667,144.759467 C310.101333,108.061867 259.434667,85.3333333 203.562667,85.3333333 C147.690667,85.3333333 97.024,108.061867 60.3306667,144.759467 L60.3306667,144.759467 Z M203.562667,-1.42108547e-14 C124.16,-1.42108547e-14 52.16,32.29696 0,84.448 L30.1653333,114.6048 C74.5813333,70.1821867 135.914667,42.6666667 203.562667,42.6666667 C271.189333,42.6666667 332.522667,70.1821867 376.96,114.606933 L407.125333,84.4452267 C354.965333,32.2967467 282.965333,-1.42108547e-14 203.562667,-1.42108547e-14 L203.562667,-1.42108547e-14 Z" id="Shape"/></g></g></svg>
|
@@ -0,0 +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="work-case" transform="translate(42.666667, 64.000000)"><path d="M1.20792265e-13,197.76 C54.5835501,218.995667 112.186031,231.452204 170.666667,234.666667 L170.666667,277.333333 L256,277.333333 L256,234.666667 C314.339546,231.013 371.833936,218.86731 426.666667,198.613333 L426.666667,362.666667 L1.20792265e-13,362.666667 L1.20792265e-13,197.76 Z M277.333333,-1.42108547e-14 L298.666667,21.3333333 L298.666667,64 L426.666667,64 L426.666667,175.146667 C361.254942,199.569074 292.110481,212.488551 222.293333,213.333333 L222.293333,213.333333 L206.933333,213.333333 C136.179047,212.568604 66.119345,199.278929 7.10542736e-15,174.08 L7.10542736e-15,174.08 L7.10542736e-15,64 L128,64 L128,21.3333333 L149.333333,-1.42108547e-14 L277.333333,-1.42108547e-14 Z M256,42.6666667 L170.666667,42.6666667 L170.666667,64 L256,64 L256,42.6666667 Z" id="Combined-Shape-Copy"/></g></g></svg>
|
@@ -0,0 +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(42.666667, 64.000000)"><path d="M277.333333,1.42108547e-14 L298.666667,21.3333333 L298.666,64 L426.666667,64 L426.666667,362.666667 L3.55271368e-14,362.666667 L3.55271368e-14,64 L128,64 L128,21.3333333 L149.333333,1.42108547e-14 L277.333333,1.42108547e-14 Z M42.6664912,220.935181 L42.6666667,320 L384,320 L384.000468,220.935097 C341.375319,233.130501 298.701692,240.759085 256.000479,243.809455 L256,277.333333 L170.666667,277.333333 L170.666323,243.809465 C127.965163,240.759108 85.2915887,233.130549 42.6664912,220.935181 Z M384,106.666667 L42.6666667,106.666667 L42.6668606,176.433085 C99.6386775,193.933257 156.507113,202.666667 213.333333,202.666667 C270.159803,202.666667 327.028489,193.933181 384.000558,176.432854 L384,106.666667 Z M256,42.6666667 L170.666667,42.6666667 L170.666667,64 L256,64 L256,42.6666667 Z"/></g></g></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><path fill-rule="evenodd" d="M426.666667,1.42108547e-14 L426.666667,341.333333 L3.55271368e-14,341.333333 L3.55271368e-14,1.42108547e-14 L426.666667,1.42108547e-14 Z M149.333333,106.666667 L42.6666667,106.666667 L42.6666667,298.666667 L149.333333,298.666667 L149.333333,106.666667 Z M384,106.666667 L192,106.666667 L192,298.666667 L384,298.666667 L384,106.666667 Z M384,42.6666667 L42.6666667,42.6666667 L42.6666667,64 L384,64 L384,42.6666667 Z" transform="translate(42.667 85.333)"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><path fill-rule="evenodd" d="M256,213.333333 L256,384 L1.42108547e-14,384 L1.42108547e-14,213.333333 L256,213.333333 Z M213.333333,277.333333 L128,277.333333 L128,341.333333 L213.333333,341.333333 L213.333333,277.333333 Z M85.3333333,277.333333 L42.6666667,277.333333 L42.6666667,341.333333 L85.3333333,341.333333 L85.3333333,277.333333 Z M405.333333,106.666667 L405.333333,277.333333 L277.333,277.333 L277.333333,234.666667 L362.666667,234.666667 L362.666667,170.666667 L277.333333,170.666667 L277.333333,192 L234.666,192 L234.666667,170.666667 L192,170.666667 L192,192 L149.333,192 L149.333333,106.666667 L405.333333,106.666667 Z M256,1.42108547e-14 L256,85.333 L213.333,85.333 L213.333333,64 L128,64 L128,170.666 L1.42108547e-14,170.666667 L1.42108547e-14,1.42108547e-14 L256,1.42108547e-14 Z M85.3333333,64 L42.6666667,64 L42.6666667,128 L85.3333333,128 L85.3333333,64 Z" transform="translate(64 64)"/></svg>
|
@@ -0,0 +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(42.666667, 64.000000)"><path d="M64,1.94546601e-11 L64,298.666 L353.818,298.666 L304.915055,249.751611 L335.084945,219.581722 L435.503223,320 L335.084945,420.418278 L304.915055,390.248389 L353.817,341.333 L64,341.333 L64,362.666667 L42.6666667,362.666667 L42.666,341.333 L6.39488462e-14,341.333333 L6.39488462e-14,298.666667 L42.666,298.666 L42.6666667,1.94546601e-11 L64,1.94546601e-11 Z M349.513821,2.91180413e-11 L349.514497,22.8359635 C359.917725,26.5130721 369.432074,32.0718495 377.648607,39.1033566 L397.445419,27.6733214 L427.075049,78.9933453 L407.291131,90.4166575 C408.264405,95.6851349 408.77308,101.116497 408.77308,106.666667 C408.77308,112.216944 408.264385,117.648409 407.291074,122.916982 L427.075049,134.339988 L397.445419,185.660012 L377.648607,174.229977 C369.432074,181.261484 359.917725,186.820261 349.514497,190.49737 L349.513821,213.333333 L290.254562,213.333333 L290.253886,190.49737 C279.851044,186.820398 270.337014,181.261896 262.120689,174.230759 L242.322963,185.660012 L212.693333,134.339988 L232.477308,122.916982 C231.503998,117.648409 230.995302,112.216944 230.995302,106.666667 C230.995302,101.116146 231.504042,95.6844472 232.477437,90.4156568 L212.693333,78.9933453 L242.322963,27.6733214 L262.119696,39.1034251 C270.336246,32.0718856 279.850624,26.513084 290.253886,22.8359635 L290.254562,2.91180413e-11 L349.513821,2.91180413e-11 Z M319.884191,71.1111111 C300.2474,71.1111111 284.328636,87.0298756 284.328636,106.666667 C284.328636,126.303458 300.2474,142.222222 319.884191,142.222222 C339.520982,142.222222 355.439747,126.303458 355.439747,106.666667 C355.439747,87.0298756 339.520982,71.1111111 319.884191,71.1111111 Z"/></g></g></svg>
|
@@ -0,0 +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(83.411200, 42.666667)"><path d="M236.5888,7.10542736e-15 L1.92213333,7.10542736e-15 L1.92213333,234.666667 L44.5888,234.666667 L44.5888,192 L44.5888,169.6 L44.5888,42.6666667 L218.882133,42.6666667 L300.5888,124.373333 L300.5888,169.6 L300.5888,192 L300.5888,234.666667 L343.255467,234.666667 L343.255467,106.666667 L236.5888,7.10542736e-15 L236.5888,7.10542736e-15 Z M338.244267,341.851733 C335.534933,339.803733 332.6336,338.011733 329.582933,336.475733 C326.4896,334.939733 320.2176,332.209067 310.766933,328.283733 C301.252267,324.379733 295.214933,321.435733 292.718933,319.473067 C290.222933,317.5104 288.964267,314.801067 288.964267,311.3664 C288.964267,307.3984 290.4576,304.113067 293.4016,301.5104 C296.2176,299.121067 300.3776,297.905067 305.796267,297.905067 C310.5536,297.905067 315.118933,298.417067 319.492267,299.441067 C323.844267,300.4864 330.3936,302.577067 339.054933,305.777067 L344.8576,282.267733 C330.1376,277.617067 316.5056,275.313067 303.982933,275.313067 C286.6176,275.313067 274.1376,280.6464 266.564267,291.313067 C261.5936,298.1824 259.140267,306.161067 259.140267,315.2704 C259.140267,325.809067 262.894933,333.8944 270.4256,339.505067 C273.070933,341.489067 275.9936,343.259733 279.150933,344.8384 C282.3296,346.395733 287.7696,348.785067 295.470933,351.985067 C305.902933,356.273067 312.452267,359.409067 315.0976,361.4784 C317.742933,363.5264 319.086933,366.385067 319.086933,370.0544 C319.086933,374.171733 317.7216,377.627733 315.012267,380.465067 C311.876267,383.707733 306.990933,385.329067 300.3776,385.329067 C290.180267,385.329067 277.764267,382.2784 263.1296,376.113067 L258.948267,400.7104 C272.644267,405.531733 286.958933,407.9424 301.892267,407.9424 C316.2496,407.9424 327.3856,404.955733 335.342933,399.003733 C344.708267,391.9424 349.358933,381.531733 349.358933,367.8144 C349.358933,356.1664 345.668267,347.5264 338.244267,341.851733 M95.936,277.568 L65.728,319.338667 L35.904,277.568 L2.34666667,277.568 L47.3813333,339.946667 L-1.42108547e-14,405.696 L34.0693333,405.696 L64.2986667,362.922667 L94.6773333,405.696 L129.472,405.696 L82.3893333,340.672 L128.938667,277.568 L95.936,277.568 Z M154.2848,277.568 L154.2848,405.696 L238.1888,405.696 L238.1888,383.082667 L183.1488,383.082667 L183.1488,277.568 L154.2848,277.568 Z" id="XLS"/></g></g></svg>
|
@@ -0,0 +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(62.077867, 42.666667)"><path d="M257.922133,7.10542736e-15 L23.2554667,7.10542736e-15 L23.2554667,234.666667 L65.9221333,234.666667 L65.9221333,192 L65.9221333,169.6 L65.9221333,42.6666667 L240.215467,42.6666667 L321.922133,124.373333 L321.922133,169.6 L321.922133,192 L321.922133,234.666667 L364.5888,234.666667 L364.5888,106.666667 L257.922133,7.10542736e-15 L257.922133,7.10542736e-15 Z M95.936,277.568 L65.728,319.338667 L35.904,277.568 L2.34666667,277.568 L47.3813333,339.946667 L-2.13162821e-14,405.696 L34.0693333,405.696 L64.2986667,362.922667 L94.6773333,405.696 L129.472,405.696 L82.3893333,340.672 L128.938667,277.568 L95.936,277.568 Z M231.0848,346.606933 C228.9088,353.284267 226.4128,361.924267 223.575467,372.462933 C220.759467,361.796267 218.263467,353.1776 216.1728,346.606933 L194.0288,277.3376 L151.255467,277.3376 L151.255467,405.4656 L177.922133,405.4656 L177.922133,301.742933 C180.866133,312.7936 183.447467,321.646933 185.602133,328.3456 L210.562133,405.4656 L235.330133,405.4656 L261.015467,326.1696 C263.6608,318.084267 266.0288,309.956267 268.055467,301.742933 L268.055467,405.4656 L295.831467,405.4656 L295.831467,277.3376 L253.527467,277.3376 L231.0848,346.606933 Z M324.951467,277.568 L324.951467,405.696 L408.855467,405.696 L408.855467,383.082667 L353.815467,383.082667 L353.815467,277.568 L324.951467,277.568 Z" id="XLS"/></g></g></svg>
|
@@ -0,0 +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(27.581722, 33.830111)"><path d="M100.418278,7.10542736e-15 L200.836556,100.418278 L170.666667,130.588167 L121.751,81.684 L121.751278,371.503223 L420.418278,371.503223 L420.418278,392.836556 L121.751278,392.836223 L121.751611,435.503223 L79.0849447,435.503223 L79.084278,392.836223 L36.418278,392.836556 L36.418278,371.503223 L79.084278,371.503223 L79.084,81.685 L30.1698893,130.588167 L7.10542736e-15,100.418278 L100.418278,7.10542736e-15 Z M364.598766,30.1698893 L364.599441,53.0058528 C375.002669,56.6829614 384.517019,62.2417388 392.733552,69.2732459 L412.530364,57.8432107 L442.159994,109.163235 L422.376075,120.586547 C423.349349,125.855024 423.858025,131.286386 423.858025,136.836556 C423.858025,142.386833 423.34933,147.818298 422.376019,153.086871 L442.159994,164.509877 L412.530364,215.829901 L392.733552,204.399866 C384.517019,211.431373 375.002669,216.990151 364.599441,220.667259 L364.598766,243.503223 L305.339506,243.503223 L305.338831,220.667259 C294.935988,216.990287 285.421958,211.431785 277.205634,204.400648 L257.407908,215.829901 L227.778278,164.509877 L247.562253,153.086871 C246.588942,147.818298 246.080247,142.386833 246.080247,136.836556 C246.080247,131.286035 246.588987,125.854336 247.562381,120.585546 L227.778278,109.163235 L257.407908,57.8432107 L277.20464,69.2733144 C285.421191,62.2417749 294.935569,56.6829733 305.338831,53.0058528 L305.339506,30.1698893 L364.598766,30.1698893 Z M334.969136,101.281 C315.332345,101.281 299.41358,117.199765 299.41358,136.836556 C299.41358,156.473347 315.332345,172.392112 334.969136,172.392112 C354.605927,172.392112 370.524691,156.473347 370.524691,136.836556 C370.524691,117.199765 354.605927,101.281 334.969136,101.281 Z"/></g></g></svg>
|
@@ -0,0 +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.666738, 106.667236)"><path d="M214.304705,0.000543068834 C226.424729,0.0216871426 348.414862,0.444568619 380.010595,8.90219814 C398.378595,13.7775234 412.821262,28.1915286 417.749262,46.6329765 C426.309902,78.5811951 426.652328,143.739282 426.666025,148.900811 L426.666025,149.553735 C426.652328,154.730893 426.309902,220.084332 417.749262,252.032551 C412.821262,270.473998 398.378595,284.888004 380.010595,289.763329 C347.417102,298.488042 218.629945,298.662536 213.491496,298.666026 L213.175003,298.666026 C208.035726,298.662536 79.2276622,298.488042 46.6132622,289.763329 C28.2665955,284.888004 13.8025955,270.473998 8.89592883,252.032551 C0.355768832,220.084332 0.014162432,154.730893 0.000498176,149.553735 L0.000498176,148.900811 C0.014162432,143.739282 0.355768832,78.5811951 8.89592883,46.6329765 C13.8025955,28.1915286 28.2665955,13.7775234 46.6132622,8.90219814 C78.2292622,0.444568619 200.239662,0.0216871426 212.361662,0.000543068834 Z M169.685262,86.2714908 L169.685262,212.394036 L281.215929,149.226778 L169.685262,86.2714908 Z" id="Shape"/></g></g></svg>
|
package/svg/youtube.svg
ADDED
@@ -0,0 +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.687753, 106.720314)"><path d="M196.390255,0.0414579151 L225.158849,5.68434189e-14 L256.425765,0.400046625 L276.402552,0.842264534 L297.703552,1.50583657 L312.057915,2.09337432 L326.12785,2.81256448 L339.564171,3.6767162 C356.901662,4.93147469 371.618351,6.60828831 379.98958,8.84912105 C398.35758,13.7244463 412.800247,28.1384515 417.728247,46.5798994 C419.568331,53.447076 421.028716,61.8486233 422.187751,70.8589046 L423.438961,81.9041937 C423.811157,85.6438603 424.140153,89.4216836 424.430961,93.1784229 L425.498761,109.741495 L425.97437,120.033005 L426.555872,140.543114 L426.624442,152.631053 L426.296074,169.094762 L425.757684,183.449876 L424.839161,199.69055 C424.458348,205.284539 423.997256,210.992047 423.438961,216.612329 L422.187751,227.677116 C421.028716,236.701724 419.568331,245.112297 417.728247,251.979474 C412.800247,270.420921 398.35758,284.834927 379.98958,289.710252 C371.618351,291.951085 356.901662,293.627898 339.564171,294.882657 L326.12785,295.746808 L312.057915,296.465999 L290.528831,297.302095 L276.402552,297.717108 L238.951696,298.425108 L208.032903,298.597999 L179.710235,298.317369 L153.988826,297.812971 L137.0471,297.333505 L113.968497,296.439492 L96.1200722,295.488723 L84.8506143,294.721424 L74.3361528,293.83778 C72.6586304,293.680355 71.021545,293.517739 69.4293857,293.349763 L60.4514593,292.276205 C54.873471,291.515788 50.1579608,290.66412 46.5922465,289.710252 C28.2455799,284.834927 13.7815799,270.420921 8.87491319,251.979474 C6.30495763,242.365426 4.47743368,229.726322 3.17786109,216.612329 L2.18823349,205.314944 L1.42717958,194.141835 L0.86468464,183.449876 L0.327583076,169.094762 L1.42108547e-14,152.631053 L1.42108547e-14,145.72665 L0.327583076,129.309399 L0.86468464,114.991924 L1.42717958,104.326148 L2.18823349,93.1784229 L3.17786109,81.9041937 C4.47743368,68.8153604 6.30495763,56.1939466 8.87491319,46.5798994 C13.7815799,28.1384515 28.2455799,13.7244463 46.5922465,8.84912105 C50.1579608,7.89525306 54.873471,7.04358521 60.4514593,6.28316748 L69.4293857,5.20960974 C71.021545,5.04163347 72.6586304,4.87901814 74.3361528,4.72159266 L84.8506143,3.83794924 L96.1200722,3.07064974 L113.968497,2.11988045 L126.182684,1.60751099 L153.988826,0.746402373 L184.273073,0.177547076 L196.390255,0.0414579151 Z M218.590719,42.6276211 L208.222052,42.6276211 L186.212746,42.8169156 L162.6855,43.2195437 L138.544964,43.8662341 L121.687389,44.4891668 L99.2256529,45.6366534 L84.8274491,46.6399426 L76.5676822,47.3611769 L69.4869588,48.1146258 C68.410226,48.242424 67.3864704,48.3712186 66.4176176,48.5008366 L61.278734,49.2870422 C59.7956514,49.5514821 58.5475816,49.8178322 57.5499266,50.0847087 C53.9614505,51.0382873 51.0713222,53.9263913 50.0943016,57.5983595 C47.8764484,65.8952133 46.1808701,78.3481977 44.9705115,92.6745642 L44.0510263,105.359852 L43.3640141,118.643264 C43.2685968,120.889262 43.1826497,123.146872 43.106065,125.409437 L42.7580394,138.991062 L42.6647443,145.72665 L42.6647443,152.226041 L42.7491663,158.629877 L43.063124,171.516498 L43.5742466,184.292534 L44.2869502,196.698961 L45.2056506,208.476757 C46.39935,221.750087 48.0226423,233.211125 50.1070832,241.00894 C51.0713222,244.632982 53.9614505,247.521086 57.6183424,248.492905 L59.2893076,248.889618 L63.7151993,249.677547 L69.5077617,250.451043 L76.5726612,251.201581 L84.8155645,251.920635 L94.1421382,252.599679 L109.957526,253.524576 L127.680547,254.311495 L138.423165,254.689034 L162.647063,255.338604 L186.189451,255.742236 L213.410223,255.946418 L230.558384,255.850049 L256.257368,255.496615 C265.037068,255.333197 273.96716,255.121922 282.858704,254.856035 L302.142934,254.184357 L319.054834,253.396595 L334.119861,252.485354 L347.058723,251.474383 L357.592131,250.387432 L363.140118,249.632315 C363.96075,249.504918 364.728216,249.376848 365.440793,249.24825 L369.043788,248.471507 C372.63883,247.517293 375.528514,244.629633 376.515457,240.936358 C378.895617,232.053627 380.675823,218.372968 381.901287,202.680797 L382.717077,190.578048 C382.835942,188.512576 382.946315,186.426559 383.048286,184.325438 L383.559981,171.581014 L383.874243,158.735339 L383.978958,149.235739 L383.875132,139.751162 L383.560597,126.905788 L383.048607,114.168891 L382.334793,101.79871 C381.110521,83.647592 379.190354,67.6056854 376.507949,57.5949579 C375.528514,53.9297398 372.63883,51.0420799 368.956884,50.0647015 C367.994295,49.807033 366.797282,49.5500155 365.379758,49.2948535 L360.47956,48.5361386 L354.339758,47.7957843 L347.043822,47.0810182 L338.675218,46.3990677 L324.293647,45.4534816 L313.608548,44.8851906 L296.143491,44.1439727 C287.33773,43.821784 278.398952,43.5575854 269.523101,43.3446373 L243.280283,42.8528056 L218.590719,42.6276211 Z" id="Shape"/><polygon id="Path" points="169.664247 212.340959 169.664247 86.2184137 281.194913 149.173701"/></g></g></svg>
|
package/svg/zoom-in.svg
ADDED
@@ -0,0 +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="zoom-in" transform="translate(42.666667, 42.666667)"><path d="M170.666667,7.10542736e-15 C264.768,7.10542736e-15 341.333333,76.5653333 341.333333,170.666667 C341.333333,210.048 327.786667,246.250667 305.322667,275.136 L305.322667,275.136 L426.624,396.458667 L396.458667,426.624 L275.136,305.322667 C246.250667,327.786667 210.048,341.333333 170.666667,341.333333 C76.5653333,341.333333 7.10542736e-15,264.768 7.10542736e-15,170.666667 C7.10542736e-15,76.5653333 76.5653333,7.10542736e-15 170.666667,7.10542736e-15 Z M170.666667,42.6666667 C100.074667,42.6666667 42.6666667,100.074667 42.6666667,170.666667 C42.6666667,241.258667 100.074667,298.666667 170.666667,298.666667 C241.258667,298.666667 298.666667,241.258667 298.666667,170.666667 C298.666667,100.074667 241.258667,42.6666667 170.666667,42.6666667 Z M192,85.3333333 L192,149.333333 L256,149.333333 L256,192 L192,192 L192,256 L149.333333,256 L149.333333,192 L85.3333333,192 L85.3333333,149.333333 L149.333333,149.333333 L149.333333,85.3333333 L192,85.3333333 Z"/></g></g></svg>
|
package/svg/zoom-out.svg
ADDED
@@ -0,0 +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="zoom-out" transform="translate(42.666667, 42.666667)"><path d="M170.666667,7.10542736e-15 C264.768,7.10542736e-15 341.333333,76.5653333 341.333333,170.666667 C341.333333,210.048 327.786667,246.250667 305.322667,275.136 L305.322667,275.136 L426.624,396.458667 L396.458667,426.624 L275.136,305.322667 C246.250667,327.786667 210.048,341.333333 170.666667,341.333333 C76.5653333,341.333333 7.10542736e-15,264.768 7.10542736e-15,170.666667 C7.10542736e-15,76.5653333 76.5653333,7.10542736e-15 170.666667,7.10542736e-15 Z M170.666667,42.6666667 C100.074667,42.6666667 42.6666667,100.074667 42.6666667,170.666667 C42.6666667,241.258667 100.074667,298.666667 170.666667,298.666667 C241.258667,298.666667 298.666667,241.258667 298.666667,170.666667 C298.666667,100.074667 241.258667,42.6666667 170.666667,42.6666667 Z M256,149.333333 L256,192 L85.3333333,192 L85.3333333,149.333333 L256,149.333333 Z"/></g></g></svg>
|
@@ -0,0 +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="zoom-out" transform="translate(64.000000, 64.000000)"><path d="M202.666667,106.666667 C267.468077,106.666667 320,159.198589 320,224 C320,248.693232 312.372008,271.60485 299.343845,290.507034 L380.561809,371.725253 L350.391919,401.895142 L269.173594,320.677252 C250.271431,333.70537 227.359852,341.333333 202.666667,341.333333 C137.865256,341.333333 85.3333333,288.801411 85.3333333,224 C85.3333333,159.198589 137.865256,106.666667 202.666667,106.666667 Z M202.666667,149.333333 C161.429405,149.333333 128,182.762739 128,224 C128,265.237261 161.429405,298.666667 202.666667,298.666667 C243.903928,298.666667 277.333333,265.237261 277.333333,224 C277.333333,182.762739 243.903928,149.333333 202.666667,149.333333 Z M384,213.333333 L384,277.333333 L341.333333,277.333333 L341.333333,213.333333 L384,213.333333 Z M42.6666667,213.333333 L42.6666667,234.666667 L64,234.666667 L64,277.333333 L-1.42108547e-14,277.333333 L-1.42108547e-14,213.333333 L42.6666667,213.333333 Z M42.6666667,106.666667 L42.6666667,170.666667 L-1.42108547e-14,170.666667 L-1.42108547e-14,106.666667 L42.6666667,106.666667 Z M384,106.666667 L384,170.666667 L341.333333,170.666667 L341.333333,106.666667 L384,106.666667 Z M384,2.91239196e-11 L384,64 L341.333333,64 L341.333333,42.6666667 L320,42.6666667 L320,2.9112163e-11 L384,2.91239196e-11 Z M64,1.42108547e-14 L64,42.6666667 L42.6666667,42.6666667 L42.6666667,64 L-1.42108547e-14,64 L-1.42108547e-14,1.42108547e-14 L64,1.42108547e-14 Z M277.333333,9.71189208e-12 L277.333333,42.6666667 L213.333333,42.6666667 L213.333333,9.70013547e-12 L277.333333,9.71189208e-12 Z M170.666667,8.73257022e-11 L170.666667,42.6666667 L106.666667,42.6666667 L106.666667,8.73257022e-11 L170.666667,8.73257022e-11 Z" id="Combined-Shape"/></g></g></svg>
|