@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="icon" transform="translate(42.666667, 42.666667)"><path d="M250.929,70.72 L314.314,232.128 L283.413333,241.216 L346.66944,409.38432 L306.71936,424.365653 L242.368,253.290667 L213.44,261.781333 L153.778347,424.38016 L114.561493,407.572907 L162.56,276.757333 L37.7361067,313.4784 L-7.10542736e-15,238.005973 L250.929,70.72 Z M357.009067,0 L440.57856,194.9952 L355.407,220.043 L287.257,46.501 L357.009067,0 Z" id="Combined-Shape"/></g></g></svg>
|
package/svg/explore.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="M337.988693,63.9552 L302.978347,87.29856 L340.096,180.032 L382.404693,167.613867 L337.988693,63.9552 Z M266.709333,111.445333 L55.0020267,252.605867 L59.9300267,262.461867 L298.965333,192.128 L266.709333,111.445333 Z M357.009067,0 L440.57856,194.9952 L283.413333,241.216 L346.66944,409.38432 L306.71936,424.365653 L242.368,253.290667 L213.44,261.781333 L153.778347,424.38016 L114.561493,407.572907 L162.56,276.757333 L37.7361067,313.4784 L-2.13162821e-14,238.005973 L357.009067,0 Z" id="Shape"/></g></g></svg>
|
package/svg/export.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="Combined-Shape" transform="translate(64.000000, 48.915055)"><path d="M170.666667,36.418278 L170.666667,79.0849447 L42.6666667,79.0849447 L42.6666667,356.418278 L341.333333,356.418278 L341.333333,228.418278 L384,228.418278 L384,399.084945 L0,399.084945 L0,36.418278 L170.666667,36.418278 Z M313.751611,0 L414.169889,100.418278 L313.751611,200.836556 L283.581722,170.666667 L332.485,121.751 L277.333333,121.751611 C243.249474,121.751611 215.388568,148.395237 213.441977,181.991125 L213.333333,185.751611 L213.333333,292.418278 L170.666667,292.418278 L170.666667,185.751611 C170.666667,128.391511 215.942543,81.6061582 272.706355,79.1834943 L277.333333,79.0849447 L332.484,79.084 L283.581722,30.1698893 L313.751611,0 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="M47.0849493,2.84217094e-14 L409.751616,362.666662 L379.581717,392.836561 L320.374817,333.628896 C291.246618,353.329494 255.728838,367.084945 213.333333,367.084945 C64,367.084945 7.10542736e-15,196.418278 7.10542736e-15,196.418278 C7.10542736e-15,196.418278 22.8621027,135.452671 73.141042,86.3971998 L16.9150553,30.169894 L47.0849493,2.84217094e-14 Z M213.333333,25.7516113 C362.666667,25.7516113 426.666667,196.418278 426.666667,196.418278 C426.666667,196.418278 412.428071,234.387867 381.712212,274.508373 L285.871605,178.644581 C279.289844,151.690235 258.075932,130.47205 231.123994,123.884151 L145.662385,38.4000762 C165.913597,30.494948 188.437631,25.7516113 213.333333,25.7516113 Z M138.666667,196.418278 C138.666667,237.655539 172.096072,271.084945 213.333333,271.084945 C226.192194,271.084945 238.291853,267.834416 248.85545,262.110219 L215.113754,228.369585 C214.524387,228.401906 213.930772,228.418278 213.333333,228.418278 C195.660221,228.418278 181.333333,214.09139 181.333333,196.418278 C181.333333,195.820501 181.349724,195.226552 181.382081,194.636857 L147.641392,160.896162 C141.917195,171.459758 138.666667,183.559417 138.666667,196.418278 Z" transform="translate(42.667 59.582)"/></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="M47.0849493,2.84217094e-14 L185.740632,138.655563 C194.095501,134.657276 203.45297,132.418278 213.333333,132.418278 C248.679253,132.418278 277.333333,161.072358 277.333333,196.418278 C277.333333,206.299034 275.094157,215.656855 271.095572,224.011976 L409.751616,362.666662 L379.581717,392.836561 L320.374817,333.628896 C291.246618,353.329494 255.728838,367.084945 213.333333,367.084945 C64,367.084945 7.10542736e-15,196.418278 7.10542736e-15,196.418278 C7.10542736e-15,196.418278 22.862032,135.452859 73.1408088,86.3974274 L16.9150553,30.169894 L47.0849493,2.84217094e-14 Z M103.440016,116.694904 C74.7091717,144.512844 55.9626236,177.598744 46.7136,196.424891 C64.7370667,233.114811 119.071573,324.418278 213.333333,324.418278 C242.440012,324.418278 267.739844,315.712374 289.339919,302.595012 L240.926035,254.180993 C232.571166,258.17928 223.213696,260.418278 213.333333,260.418278 C177.987413,260.418278 149.333333,231.764198 149.333333,196.418278 C149.333333,186.537915 151.572331,177.180445 155.570618,168.825577 Z M213.333333,25.7516113 C362.666667,25.7516113 426.666667,196.418278 426.666667,196.418278 C426.666667,196.418278 412.428071,234.387867 381.712212,274.508373 L351.151213,243.941206 C364.581948,225.697449 374.142733,208.239347 379.954347,196.410385 C361.9296,159.721745 307.595093,68.418278 213.333333,68.418278 C201.495833,68.418278 190.287983,69.858232 179.702584,72.449263 L145.662385,38.4000762 C165.913597,30.494948 188.437631,25.7516113 213.333333,25.7516113 Z" transform="translate(42.667 59.582)"/></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="eye" transform="translate(42.666667, 85.333333)"><path d="M213.333333,1.42108547e-14 C362.666667,1.42108547e-14 426.666667,170.666667 426.666667,170.666667 C426.666667,170.666667 362.666667,341.333333 213.333333,341.333333 C64,341.333333 7.10542736e-15,170.666667 7.10542736e-15,170.666667 C7.10542736e-15,170.666667 64,1.42108547e-14 213.333333,1.42108547e-14 Z M213.333333,96 C172.096427,96 138.666667,129.42976 138.666667,170.666667 C138.666667,211.903573 172.096427,245.333333 213.333333,245.333333 C254.57024,245.333333 288,211.903573 288,170.666667 C288,129.42976 254.57024,96 213.333333,96 Z M213.333333,202.666667 C195.688747,202.666667 181.333333,188.311253 181.333333,170.666667 C181.333333,153.02208 195.688747,138.666667 213.333333,138.666667 C230.97792,138.666667 245.333333,153.02208 245.333333,170.666667 C245.333333,188.311253 230.97792,202.666667 213.333333,202.666667 Z" id="Shape"/></g></g></svg>
|
package/svg/eye.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="Shape" transform="translate(42.666667, 85.333333)"><path d="M213.333333,1.42108547e-14 C64,1.42108547e-14 7.10542736e-15,170.666667 7.10542736e-15,170.666667 C7.10542736e-15,170.666667 64,341.333333 213.333333,341.333333 C362.666667,341.333333 426.666667,170.666667 426.666667,170.666667 C426.666667,170.666667 362.666667,1.42108547e-14 213.333333,1.42108547e-14 Z M213.333333,298.666667 C119.071573,298.666667 64.7370667,207.3632 46.7136,170.67328 C64.7850667,133.88928 119.114667,42.6666667 213.333333,42.6666667 C307.595093,42.6666667 361.9296,133.970133 379.954347,170.658773 C361.8816,207.444053 307.552,298.666667 213.333333,298.666667 Z M213.333333,96 C172.096427,96 138.666667,129.42976 138.666667,170.666667 C138.666667,211.903573 172.096427,245.333333 213.333333,245.333333 C254.57024,245.333333 288,211.903573 288,170.666667 C288,129.42976 254.57024,96 213.333333,96 Z M213.333333,202.666667 C195.688747,202.666667 181.333333,188.311253 181.333333,170.666667 C181.333333,153.02208 195.688747,138.666667 213.333333,138.666667 C230.97792,138.666667 245.333333,153.02208 245.333333,170.666667 C245.333333,188.311253 230.97792,202.666667 213.333333,202.666667 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="M405.333333,42.6666667 L405.333333,85.3333333 L336.667394,85.3303853 C372.744828,116.988529 394.855414,163.321355 394.813425,213.803851 C394.748279,291.98295 341.571722,360.121539 265.75113,379.179704 C189.930538,398.237869 110.855351,363.341907 73.8315898,294.485411 C60.0532004,268.860473 53.4100238,240.970854 53.4739967,213.332797 L96.0123884,213.333103 C96.0033438,213.972568 95.9992065,214.612661 96,215.253333 C97.0492403,285.194843 154.050621,341.341203 224,341.333333 C288.071713,342.388718 342.708652,295.138227 350.905639,231.584253 C357.029826,184.101393 335.770546,138.84385 298.669136,112.637083 L298.666667,192 L256,192 L256,42.6666667 L405.333333,42.6666667 Z M42.6666667,1.42108547e-14 L42.6666667,85.3333333 L128,42.6666667 L128,85.3333333 L213.333333,42.6666667 L213.333333,192 L7.10542736e-15,192 L7.10542736e-15,1.42108547e-14 L42.6666667,1.42108547e-14 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="M405.333333,42.6666667 L405.333333,85.3333333 L336.667394,85.3303853 C372.744828,116.988529 394.855414,163.321355 394.813425,213.803851 C394.748279,291.98295 341.571722,360.121539 265.75113,379.179704 C189.930538,398.237869 110.855351,363.341907 73.8315898,294.485411 C60.0532004,268.860473 53.4100238,240.970854 53.4739967,213.332797 L96.0123884,213.333103 C96.0033438,213.972568 95.9992065,214.612661 96,215.253333 C97.0492403,285.194843 154.050621,341.341203 224,341.333333 C288.071713,342.388718 342.708652,295.138227 350.905639,231.584253 C357.029826,184.101393 335.770546,138.84385 298.669136,112.637083 L298.666667,192 L256,192 L256,42.6666667 L405.333333,42.6666667 Z M42.6666667,1.42108547e-14 L42.6666667,85.3333333 L128,42.6666667 L128,85.3333333 L213.333333,42.6666667 L213.333333,192 L7.10542736e-15,192 L7.10542736e-15,1.42108547e-14 L42.6666667,1.42108547e-14 Z M170.666667,106.666667 L42.6666667,106.666667 L42.6666667,149.333333 L170.666667,149.333333 L170.666667,106.666667 Z" transform="translate(42.667 85.333)"/></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="filter" transform="translate(42.666667, 85.333333)"><polygon id="Shape" points="7.10542736e-15 1.42108547e-14 191.565013 234.666667 192 234.666667 192 384 234.666667 384 234.666667 234.666667 426.666667 1.42108547e-14"/></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="filter" transform="translate(42.666667, 85.333333)"><path d="M3.55271368e-14,1.42108547e-14 L191.565013,234.666667 L192,234.666667 L192,384 L234.666667,384 L234.666667,234.666667 L426.666667,1.42108547e-14 L3.55271368e-14,1.42108547e-14 Z M214.448,192 L211.81248,192 L89.9076267,42.6666667 L336.630187,42.6666667 L214.448,192 Z" id="Shape"/></g></g></svg>
|
package/svg/filter.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="Shape" transform="translate(42.666667, 85.333333)"><path d="M3.55271368e-14,1.42108547e-14 L191.565013,234.666667 L192,234.666667 L192,384 L234.666667,384 L234.666667,234.666667 L426.666667,1.42108547e-14 L3.55271368e-14,1.42108547e-14 Z M214.448,192 L211.81248,192 L89.9076267,42.6666667 L336.630187,42.6666667 L214.448,192 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 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 M384,42.6666667 L42.6666667,42.6666667 L42.6666667,298.666667 L384,298.666667 L384,42.6666667 Z M240.915055,208.915055 L271.084945,239.084945 L228.418278,281.751611 L213.333333,296.836556 L155.581722,239.084945 L185.751611,208.915055 L213.333333,236.48 L240.915055,208.915055 Z M102.248389,112.915055 L132.418278,143.084945 L104.853333,170.666667 L132.418278,198.248389 L102.248389,228.418278 L44.4967773,170.666667 L59.581722,155.581722 L102.248389,112.915055 Z M324.418278,112.915055 L382.169889,170.666667 L367.084945,185.751611 L324.418278,228.418278 L294.248389,198.248389 L321.813333,170.666667 L294.248389,143.084945 L324.418278,112.915055 Z M213.333333,44.4967773 L228.418278,59.581722 L271.084945,102.248389 L240.915055,132.418278 L213.333333,104.853333 L185.751611,132.418278 L155.581722,102.248389 L213.333333,44.4967773 Z" transform="translate(42.667 85.333)"/></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(128.000000, 85.333333)"><path d="M277.333333,1.42108547e-14 L213.333333,85.3333333 L277.333333,170.666667 L42.666,170.666 L42.6666667,341.333333 L0,341.333333 L0,1.42108547e-14 L277.333333,1.42108547e-14 Z" id="Combined-Shape"/></g></g></svg>
|
package/svg/flag.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(128.000000, 85.333333)"><path d="M277.333333,1.42108547e-14 L213.333333,85.3333333 L277.333333,170.666667 L42.666,170.666 L42.6666667,341.333333 L0,341.333333 L0,1.42108547e-14 L277.333333,1.42108547e-14 Z M192,42.6666667 L42.6666667,42.6666667 L42.6666667,128 L192,128 L160,85.3333333 L192,42.6666667 Z" 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="icon" transform="translate(42.666667, 85.333333)"><path d="M178.083413,1.42108547e-14 L232.041813,42.6666667 L426.666667,42.6666667 L426.666667,341.333333 L3.55271368e-14,341.333333 L3.55271368e-14,1.42108547e-14 L178.083413,1.42108547e-14 Z M234.604945,85.3333333 L191.938278,85.3333333 L191.937333,215.151556 L143.023223,166.248389 L112.853333,196.418278 L213.271611,296.836556 L313.689889,196.418278 L283.52,166.248389 L234.604333,215.152556 L234.604945,85.3333333 Z" id="Path-2"/></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.666667, 85.333333)"><path d="M178.083413,1.42108547e-14 L232.041813,42.6666667 L426.666667,42.6666667 L426.666667,341.333333 L3.55271368e-14,341.333333 L3.55271368e-14,1.42108547e-14 L178.083413,1.42108547e-14 Z M234.666055,193.819223 L283.581722,144.915055 L313.751611,175.084945 L213.333333,275.503223 L112.915055,175.084945 L143.084945,144.915055 L191.999055,193.818223 L191.999,65.399 L163.24992,42.6666667 L42.6666667,42.6666667 L42.6666667,298.666667 L384,298.666667 L384,85.3333333 L234.666,85.333 L234.666055,193.819223 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="folder-outline" transform="translate(42.666667, 85.333333)"><polygon id="Shape" points="426.666667 341.333333 3.55271368e-14 341.333333 3.55271368e-14 1.42108547e-14 178.083413 1.42108547e-14 232.041813 42.6666667 426.666667 42.6666667"/></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="M178.083413,1.42108547e-14 L232.041813,42.6666667 L426.666667,42.6666667 L426.666667,341.333333 L3.55271368e-14,341.333333 L3.55271368e-14,1.42108547e-14 L178.083413,1.42108547e-14 Z M298.666667,128 L256,128 L256,170.666667 L213.333333,170.666667 L213.333333,213.333333 L256,213.333333 L256,256 L298.666667,256 L298.666667,213.333333 L341.333333,213.333333 L341.333333,170.666667 L298.666667,170.666667 L298.666667,128 Z" transform="translate(42.667 85.333)"/></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="folder-new" transform="translate(42.666667, 85.333333)"><path d="M234.666667,128 L234.666667,170.666667 L277.333333,170.666667 L277.333333,213.333333 L234.666667,213.333333 L234.666667,256 L192,256 L192,213.333333 L149.333333,213.333333 L149.333333,170.666667 L192,170.666667 L192,128 L234.666667,128 Z M426.666667,42.6666667 L426.666667,341.333333 L3.55271368e-14,341.333333 L3.55271368e-14,1.42108547e-14 L178.083413,1.42108547e-14 L232.041813,42.6666667 L426.666667,42.6666667 Z M384,85.3333333 L217.20832,85.3333333 L163.24992,42.6666667 L42.6666667,42.6666667 L42.6666667,298.666667 L384,298.666667 L384,85.3333333 Z" id="Shape"/></g></g></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M469.334 128v298.667H42.667V85.334H220.75L274.709 128h194.625Zm-42.667 42.667H259.875L205.917 128H85.334v256h341.333V170.667ZM341.334 256v-42.667h-42.667V256H256v42.667h42.667v42.666h42.667v-42.666H384V256h-42.666Z"/></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="M178.0832,1.42108547e-14 L232.0416,42.6666667 L384,42.6666667 L384,106.626 L73.9840567,106.626565 L1.337,341.333 L-2.13162821e-14,341.333333 L-2.13162821e-14,1.42108547e-14 L178.0832,1.42108547e-14 Z M105.447376,149.287746 L436.204,149.292 L377.916587,341.333333 L46,341.333 L105.447376,149.287746 Z" transform="translate(42.667 85.333)"/></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="folder-open" transform="translate(42.666667, 85.333333)"><path d="M384,128 L384,42.6666667 L232.0416,42.6666667 L178.0832,1.42108547e-14 L7.10542736e-15,1.42108547e-14 L7.10542736e-15,341.333333 L60.9376,341.333333 L352.437547,341.333333 L361.604267,341.333333 L426.354347,128 L384,128 Z M42.6666667,253.44 L42.6666667,42.6666667 L163.24992,42.6666667 L217.20832,85.3333333 L341.333333,85.3333333 L341.333333,128 L82.0209067,128 L42.6666667,253.44 Z M329.979093,298.666667 L73.1874133,298.666667 L113.354027,170.666667 L368.812373,170.666667 L329.979093,298.666667 Z" id="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="M384,128 L384,42.6666667 L232.0416,42.6666667 L178.0832,1.42108547e-14 L-2.13162821e-14,1.42108547e-14 L-2.13162821e-14,341.333333 L60.9376,341.333333 L363.416533,341.333333 L372.583253,341.333333 L437.333333,128 L384,128 Z M42.6666667,253.44 L42.6666667,42.6666667 L163.24992,42.6666667 L217.20832,85.3333333 L341.333333,85.3333333 L341.333333,128 L82.0209067,128 L42.6666667,253.44 Z M340.95808,298.666667 L73.1874133,298.666667 L113.354027,170.666667 L379.79136,170.666667 L340.95808,298.666667 Z" transform="translate(42.667 85.333)"/></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="folder" transform="translate(42.666667, 85.333333)"><path d="M426.666667,341.333333 L3.55271368e-14,341.333333 L3.55271368e-14,1.42108547e-14 L178.083413,1.42108547e-14 L232.041813,42.6666667 L426.666667,42.6666667 L426.666667,341.333333 Z M42.6666667,298.666667 L384,298.666667 L384,85.3333333 L217.20832,85.3333333 L163.24992,42.6666667 L42.6666667,42.6666667 L42.6666667,298.666667 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="icon" transform="translate(42.666667, 85.333333)"><path d="M178.083413,1.42108547e-14 L232.041813,42.6666667 L426.666667,42.6666667 L426.666667,341.333333 L3.55271368e-14,341.333333 L3.55271368e-14,1.42108547e-14 L178.083413,1.42108547e-14 Z M213.873987,107.838255 L113.456067,208.360495 L143.62268,238.527108 L192.540654,189.609135 L192,298.666667 L234.666667,298.666667 L235.20732,189.611695 L284.122734,238.527108 L314.289347,208.360495 L213.873987,107.838255 Z" 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="icon" transform="translate(42.666667, 85.333333)"><path d="M178.083413,1.42108547e-14 L232.041813,42.6666667 L426.666667,42.6666667 L426.666667,341.333333 L3.55271368e-14,341.333333 L3.55271368e-14,1.42108547e-14 L178.083413,1.42108547e-14 Z M163.24992,42.6666667 L42.6666667,42.6666667 L42.6666667,298.666667 L192.088,298.666 L192.540654,189.609135 L143.62268,238.527108 L113.456067,208.360495 L213.873987,107.838255 L314.289347,208.360495 L284.122734,238.527108 L235.20732,189.611695 L234.755,298.666 L384,298.666667 L384,85.3333333 L217.20832,85.3333333 L163.24992,42.6666667 Z" id="Shape"/></g></g></svg>
|
package/svg/folder.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="Shape" transform="translate(42.666667, 85.333333)"><path d="M426.666667,341.333333 L3.55271368e-14,341.333333 L3.55271368e-14,1.42108547e-14 L178.083413,1.42108547e-14 L232.041813,42.6666667 L426.666667,42.6666667 L426.666667,341.333333 Z M42.6666667,298.666667 L384,298.666667 L384,85.3333333 L217.20832,85.3333333 L163.24992,42.6666667 L42.6666667,42.6666667 L42.6666667,298.666667 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="drop" transform="translate(64.000000, 64.000000)"><path d="M128,-1.42108547e-14 L127.999,85.333 L128,85.3333333 L128,128 L127.999,127.999 L128,128 L85.3333333,128 L85.333,127.999 L2.7000624e-13,128 L2.7000624e-13,85.3333333 L85.333,85.333 L85.3333333,-1.42108547e-14 L128,-1.42108547e-14 Z M128,256 L128,298.666667 L127.999,298.666 L128,384 L85.3333333,384 L85.333,298.666 L2.7000624e-13,298.666667 L2.7000624e-13,256 L128,256 Z M298.666667,-1.42108547e-14 L298.666,85.333 L384,85.3333333 L384,128 L298.666,127.999 L298.666667,128 L256,128 L256,-1.42108547e-14 L298.666667,-1.42108547e-14 Z M384,256 L384,298.666667 L298.666,298.666 L298.666667,384 L256,384 L256,256 L384,256 Z" 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(64.000000, 64.000000)"><path d="M42.6666667,-4.26325641e-14 L-4.26325641e-14,-4.26325641e-14 L-4.26325641e-14,42.6666667 L-4.26325641e-14,128 L42.6666667,128 L42.6666667,42.6666667 L128,42.6666667 L128,-4.26325641e-14 L42.6666667,-4.26325641e-14 Z M42.6666667,256 L-4.26325641e-14,256 L-4.26325641e-14,341.333333 L-4.26325641e-14,384 L42.6666667,384 L128,384 L128,341.333333 L42.6666667,341.333333 L42.6666667,256 Z M256,-4.26325641e-14 L256,42.6666667 L341.333333,42.6666667 L341.333333,128 L384,128 L384,42.6666667 L384,-4.26325641e-14 L341.333333,-4.26325641e-14 L256,-4.26325641e-14 Z M341.333333,341.333333 L256,341.333333 L256,384 L341.333333,384 L384,384 L384,341.333333 L384,256 L341.333333,256 L341.333333,341.333333 Z" 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(64.000000, 64.000000)"><path d="M128,-1.42108547e-14 L127.999,85.333 L128,85.3333333 L128,128 L127.999,127.999 L128,128 L85.3333333,128 L85.333,127.999 L2.7000624e-13,128 L2.7000624e-13,85.3333333 L85.333,85.333 L85.3333333,-1.42108547e-14 L128,-1.42108547e-14 Z M128,256 L128,298.666667 L127.999,298.666 L128,384 L85.3333333,384 L85.333,298.666 L2.7000624e-13,298.666667 L2.7000624e-13,256 L128,256 Z M298.666667,-1.42108547e-14 L298.666,85.333 L384,85.3333333 L384,128 L298.666,127.999 L298.666667,128 L256,128 L256,-1.42108547e-14 L298.666667,-1.42108547e-14 Z M384,256 L384,298.666667 L298.666,298.666 L298.666667,384 L256,384 L256,256 L384,256 Z" 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(64.000000, 64.000000)"><path d="M42.6666667,-4.26325641e-14 L-4.26325641e-14,-4.26325641e-14 L-4.26325641e-14,42.6666667 L-4.26325641e-14,128 L42.6666667,128 L42.6666667,42.6666667 L128,42.6666667 L128,-4.26325641e-14 L42.6666667,-4.26325641e-14 Z M42.6666667,256 L-4.26325641e-14,256 L-4.26325641e-14,341.333333 L-4.26325641e-14,384 L42.6666667,384 L128,384 L128,341.333333 L42.6666667,341.333333 L42.6666667,256 Z M256,-4.26325641e-14 L256,42.6666667 L341.333333,42.6666667 L341.333333,128 L384,128 L384,42.6666667 L384,-4.26325641e-14 L341.333333,-4.26325641e-14 L256,-4.26325641e-14 Z M341.333333,341.333333 L256,341.333333 L256,384 L341.333333,384 L384,384 L384,341.333333 L384,256 L341.333333,256 L341.333333,341.333333 Z" 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="Combined-Shape" transform="translate(64.000000, 64.000000)"><path d="M362.666667,213.333333 L362.666,298.666333 L405.333333,298.666667 L405.333333,320 L362.666,319.999333 L362.666667,405.333333 L234.666667,405.333333 L234.666,362.666 L192,362.666667 L192,341.333333 L234.666,341.333 L234.666,277.333 L192,277.333333 L192,256 L234.666,255.999 L234.666667,213.333333 L362.666667,213.333333 Z M330.666667,245.333333 L266.666667,245.333333 L266.666667,373.333333 L330.666667,373.333333 L330.666667,245.333333 Z M170.666,234.666 L170.666,277.333 L1.42108547e-14,277.333333 L1.42108547e-14,234.666667 L170.666,234.666 Z M64,1.42108547e-14 L64,213.333333 L21.3333333,213.333333 L21.3333333,1.42108547e-14 L64,1.42108547e-14 Z M128,21.3333333 L128,213.333333 L85.3333333,213.333333 L85.3333333,21.3333333 L128,21.3333333 Z M192,21.3333333 L192,213.333333 L149.333333,213.333333 L149.333333,21.3333333 L192,21.3333333 Z M260.235865,25.8387255 L294.229,191.999 L239.083,191.999 L209.813708,36.9522088 L260.235865,25.8387255 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="Combined-Shape"><path d="M426.666667,320 L426.666,383.999333 L490.666667,384 L490.666667,426.666667 L426.666,426.666333 L426.666667,490.666667 L384,490.666667 L384,426.666333 L320,426.666667 L320,384 L384,383.999333 L384,320 L426.666667,320 Z M341.333333,85.3333333 L341.332,234.666333 L405.333333,234.666667 L405.333333,277.333333 L341.332,277.333333 L341.333,362.666333 L298.666667,362.666667 L298.666667,128 L170.666667,128 L170.666667,384 L298.666667,384 L298.666,426.666333 L128,426.666667 L128,341.333333 L64,341.333333 L64,298.666667 L128,298.666333 L128,213.332333 L64,213.333333 L64,170.666667 L128,170.666333 L128,85.3333333 L341.333333,85.3333333 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="Combined-Shape"><path d="M362.666667,85.3333333 L362.666333,234.666333 L426.666667,234.666667 L426.666667,277.333333 L362.666333,277.333333 L362.666667,426.666667 L149.333333,426.666667 L149.333333,341.333333 L85.3333333,341.333333 L85.3333333,298.666667 L149.333333,298.666333 L149.333333,213.333333 L85.3333333,213.333333 L85.3333333,170.666667 L149.333333,170.666333 L149.333333,85.3333333 L362.666667,85.3333333 Z M320,128 L192,128 L192,384 L320,384 L320,128 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="Combined-Shape"><path d="M426.666667,320 L426.666,384 L490.666667,384 L490.666667,426.666667 L426.666,426.666 L426.666667,490.666667 L384,490.666667 L384,426.666 L320,426.666667 L320,384 L384,384 L384,320 L426.666667,320 Z M426.666667,64 L426.666,298.666 L384,298.666 L384,106.666667 L106.666667,106.666667 L106.666667,384 L298.666,384 L298.666,426.666 L64,426.666667 L64,64 L426.666667,64 Z M234.666667,149.333333 L234.666667,256 L213.333333,255.999333 L213.333333,277.333333 L277.333333,277.333333 L277.333333,234.666667 L362.666667,234.666667 L362.666667,341.333333 L277.333333,341.333333 L277.333333,298.666667 L192,298.666667 L191.999333,255.999333 L149.333333,256 L149.333333,149.333333 L234.666667,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="Combined-Shape"><path d="M448,64 L448,448 L64,448 L64,64 L448,64 Z M405.333333,106.666667 L106.666667,106.666667 L106.666667,405.333333 L405.333333,405.333333 L405.333333,106.666667 Z M234.666667,149.333333 L234.666667,256 L213.333,256 L213.333,298.666 L277.333,298.666 L277.333333,256 L362.666667,256 L362.666667,362.666667 L277.333333,362.666667 L277.333,319.999 L213.333,319.999 L213.333333,320 L192,320 L192,256 L149.333333,256 L149.333333,149.333333 L234.666667,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="icon" transform="translate(42.666667, 64.000000)"><path d="M213.333333,-1.42108547e-14 C331.15408,-1.42108547e-14 426.666667,95.5125867 426.666667,213.333333 C426.666667,283.121534 393.156154,345.082935 341.348241,384.004426 L85.3184259,384.004426 C33.5105123,345.082935 7.10542736e-15,283.121534 7.10542736e-15,213.333333 C7.10542736e-15,95.5125867 95.5125867,-1.42108547e-14 213.333333,-1.42108547e-14 Z M91.815415,258.858125 L54.8649978,280.191458 L76.1983311,317.141875 L113.148748,295.808542 L91.815415,258.858125 Z M334.851252,258.858125 L313.517918,295.808542 L350.468336,317.141875 L371.801669,280.191458 L334.851252,258.858125 Z M258.858125,91.815415 L213.333333,170.666667 L212.627762,170.672383 C189.389044,171.049163 170.666667,190.004826 170.666667,213.333333 C170.666667,236.897483 189.769184,256 213.333333,256 C236.897483,256 256,236.897483 256,213.333333 C256,205.559217 253.920834,198.270715 250.288235,191.993562 L250.288235,191.993562 L295.808542,113.148748 L258.858125,91.815415 Z M350.468336,109.524791 L313.517918,130.858125 L334.851252,167.808542 L371.801669,146.475209 L350.468336,109.524791 Z M76.1983311,109.524791 L54.8649978,146.475209 L91.815415,167.808542 L113.148748,130.858125 L76.1983311,109.524791 Z M234.666667,42.6666667 L192,42.6666667 L192,85.3333333 L234.666667,85.3333333 L234.666667,42.6666667 Z" id="Combined-Shape"/></g></g></svg>
|
package/svg/gauge.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, 64.000000)"><path d="M213.333333,-1.42108547e-14 C331.15408,-1.42108547e-14 426.666667,95.5125867 426.666667,213.333333 C426.666667,283.126906 393.150995,345.092474 341.336277,384.013413 L341.333333,384 L341.332,383.999 L85.334,383.999 C85.3333333,384.003016 85.3333336,384.006032 85.3333343,384.009048 C33.5156713,345.092474 3.55271368e-14,283.126906 3.55271368e-14,213.333333 C3.55271368e-14,95.5125867 95.5125867,-1.42108547e-14 213.333333,-1.42108547e-14 Z M234.667936,43.9872251 L234.666667,85.3333333 L192,85.3333333 L191.998065,43.9873081 C145.29984,49.8110356 104.460817,74.5012373 77.3493162,110.189594 L113.148748,130.858125 L91.815415,167.808542 L55.9855465,147.122362 C47.4080353,167.481796 42.6666667,189.853862 42.6666667,213.333333 C42.6666667,236.812805 47.4080353,259.184871 55.9855465,279.544304 L91.815415,258.858125 L113.148748,295.808542 L77.3499902,316.47796 C84.2117164,325.510305 91.9527535,333.83816 100.445543,341.333966 L326.221124,341.333966 C334.713913,333.83816 342.45495,325.510305 349.316677,316.47796 L313.517918,295.808542 L334.851252,258.858125 L370.6807,279.545301 C379.258477,259.185601 384,236.813188 384,213.333333 C384,189.853479 379.258477,167.481066 370.6807,147.121366 L334.851252,167.808542 L313.517918,130.858125 L349.31735,110.189594 C322.205721,74.5010678 281.366439,49.8108012 234.667936,43.9872251 Z M258.858125,91.815415 L295.808542,113.148748 L250.287659,191.992568 C253.920614,198.269946 256,205.558806 256,213.333333 C256,236.897483 236.897483,256 213.333333,256 C189.769184,256 170.666667,236.897483 170.666667,213.333333 C170.666667,189.769184 189.769184,170.666667 213.333333,170.666667 L213.333333,170.666667 L258.858125,91.815415 Z" 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="add" transform="translate(42.666667, 64.000000)"><path d="M277.333333,234.666667 L277.333333,256 L149.333333,256 L149.333333,234.666667 L277.333333,234.666667 Z M213.333333,1.42108547e-14 C331.15408,1.42108547e-14 426.666667,95.5125867 426.666667,213.333333 C426.666667,220.541345 426.30919,227.665864 425.610998,234.690127 L339.560664,234.68388 C340.72649,227.740674 341.333333,220.607872 341.333333,213.333333 C341.333333,142.640885 284.025781,85.3333333 213.333333,85.3333333 C142.640885,85.3333333 85.3333333,142.640885 85.3333333,213.333333 C85.3333333,220.607872 85.9401768,227.740674 87.1060024,234.68388 L1.05566913,234.690127 C0.357476948,227.665864 3.55271368e-14,220.541345 3.55271368e-14,213.333333 C3.55271368e-14,95.5125867 95.5125867,1.42108547e-14 213.333333,1.42108547e-14 Z M298.666667,192 L298.666667,213.333333 L128,213.333333 L128,192 L298.666667,192 Z M330.857723,75.2352148 L317.023255,91.4751796 C347.809931,117.697233 368.535544,155.379993 372.600898,197.924266 L372.970667,202.666667 L394.3476,202.688 L394.3476,202.48635 C391.343794,151.571272 367.332085,106.305809 330.857723,75.2352148 Z M256,149.333333 L256,170.666667 L170.666667,170.666667 L170.666667,149.333333 L256,149.333333 Z M21.3333333,320 L405.333333,320 L405.333333,362.666667 L21.3333333,362.666667 L21.3333333,320 Z" 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="global-plant-filled" fill-rule="nonzero"><g id="drop" transform="translate(64.000000, 64.000000)"><path d="M298.666667,192 C357.57704,192 405.333333,239.756293 405.333333,298.666667 C405.333333,357.57704 357.57704,405.333333 298.666667,405.333333 C239.756293,405.333333 192,357.57704 192,298.666667 C192,239.756293 239.756293,192 298.666667,192 Z M314.043933,314.666636 L283.2894,314.666636 C284.710804,332.721125 288.49458,348.932054 293.907029,360.95972 C295.288437,364.029516 296.700392,366.647229 298.060018,368.772913 L298.666667,369.664 L299.273315,368.772913 C300.179733,367.355791 301.109407,365.719988 302.037783,363.877342 L303.426304,360.95972 C308.838754,348.932054 312.622529,332.721125 314.043933,314.666636 Z M371.614958,314.667056 L346.13021,314.667476 C344.921671,332.520457 341.722009,348.924404 337.049792,362.726946 C354.398689,352.307816 367.166433,335.04228 371.614958,314.667056 Z M251.203123,314.667476 L225.718376,314.667056 C230.166986,335.042673 242.935138,352.308483 260.284283,362.725939 C255.611478,348.925194 252.411691,332.520887 251.203123,314.667476 Z M320,0 L320.001999,172.436782 C313.063589,171.272624 305.935892,170.666667 298.666667,170.666667 C227.974219,170.666667 170.666667,227.974219 170.666667,298.666667 C170.666667,313.627466 173.233369,327.988781 177.950446,341.334283 L1.13686838e-13,341.333333 L1.13686838e-13,96 L128,170.666667 L128,96 L256,170.666667 L256,0 L320,0 Z M260.283541,234.606388 L259.335453,235.186783 C242.470318,245.658365 230.085773,262.663538 225.718525,282.665595 L251.203123,282.665857 C252.411662,264.812876 255.611324,248.408929 260.283541,234.606388 Z M298.666667,227.648 L298.060018,228.56042 C296.700392,230.686104 295.288437,233.303817 293.907029,236.373613 C288.49468,248.401057 284.710944,264.611609 283.289479,282.665696 L314.043855,282.665696 C312.622389,264.611609 308.838654,248.401057 303.426304,236.373613 C302.044896,233.303817 300.632942,230.686104 299.273315,228.56042 L298.666667,227.648 Z M337.050055,234.607997 L337.405451,235.670719 C341.884407,249.249132 344.952586,265.269571 346.13021,282.665857 L371.614809,282.665595 C367.166148,262.290668 354.398495,245.025401 337.050055,234.607997 Z" id="Combined-Shape"/></g></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="global-plant" fill-rule="nonzero"><g id="drop" transform="translate(64.000000, 64.000000)"><path d="M298.666667,192 C357.57704,192 405.333333,239.756293 405.333333,298.666667 C405.333333,357.57704 357.57704,405.333333 298.666667,405.333333 C239.756293,405.333333 192,357.57704 192,298.666667 C192,239.756293 239.756293,192 298.666667,192 Z M314.043933,314.666636 L283.2894,314.666636 C284.710804,332.721125 288.49458,348.932054 293.907029,360.95972 C295.288437,364.029516 296.700392,366.647229 298.060018,368.772913 L298.666667,369.664 L299.273315,368.772913 C300.179733,367.355791 301.109407,365.719988 302.037783,363.877342 L303.426304,360.95972 C308.838754,348.932054 312.622529,332.721125 314.043933,314.666636 Z M371.614958,314.667056 L346.13021,314.667476 C344.921671,332.520457 341.722009,348.924404 337.049792,362.726946 C354.398689,352.307816 367.166433,335.04228 371.614958,314.667056 Z M251.203123,314.667476 L225.718376,314.667056 C230.166986,335.042673 242.935138,352.308483 260.284283,362.725939 C255.611478,348.925194 252.411691,332.520887 251.203123,314.667476 Z M320,1.42108547e-14 L320.001999,172.436782 C313.063589,171.272624 305.935892,170.666667 298.666667,170.666667 C260.758506,170.666667 226.699225,187.145681 203.261616,213.33092 L42.6666667,213.333333 L42.6666667,298.666667 L170.666667,298.666667 L170.666667,298.666667 C170.666667,313.627466 173.233369,327.988781 177.950446,341.334283 L7.10542736e-14,341.333333 L7.10542736e-14,96 L128,170.666667 L128,96 L256,170.666667 L256,1.42108547e-14 L320,1.42108547e-14 Z M260.283541,234.606388 L259.335453,235.186783 C242.470318,245.658365 230.085773,262.663538 225.718525,282.665595 L251.203123,282.665857 C252.411662,264.812876 255.611324,248.408929 260.283541,234.606388 Z M298.666667,227.648 L298.060018,228.56042 C296.700392,230.686104 295.288437,233.303817 293.907029,236.373613 C288.49468,248.401057 284.710944,264.611609 283.289479,282.665696 L314.043855,282.665696 C312.622389,264.611609 308.838654,248.401057 303.426304,236.373613 C302.044896,233.303817 300.632942,230.686104 299.273315,228.56042 L298.666667,227.648 Z M337.050055,234.607997 L337.405451,235.670719 C341.884407,249.249132 344.952586,265.269571 346.13021,282.665857 L371.614809,282.665595 C367.166148,262.290668 354.398495,245.025401 337.050055,234.607997 Z" id="Combined-Shape"/></g></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(43.968809, 42.666667)"><path d="M280.817212,292.276831 L278.815577,304.261201 C265.679659,376.949213 238.166345,426.666667 212.031191,426.666667 C185.896037,426.666667 158.382722,376.949213 145.246804,304.261201 L143.245169,292.276831 C140.576627,274.905407 138.723057,256.382098 137.879506,237.03802 L286.182875,237.03802 C285.339324,256.382098 283.485754,274.905407 280.817212,292.276831 Z M287.515277,412.927661 C311.254894,370.512542 326.175398,307.735502 328.909215,237.038046 L424.062371,237.038284 C415.124465,317.887486 361.006391,385.119653 287.515277,412.927661 Z M136.548244,412.925386 C63.0556581,385.118866 8.93784957,317.887051 1.44891608e-06,237.038187 L95.1531675,237.038043 C97.8869941,307.73548 112.8076,370.512315 136.548244,412.925386 Z M136.546104,13.7393841 C112.807124,56.155084 97.8868084,118.932241 95.153124,189.6297 L5.70918454e-14,189.628479 C8.93783307,108.779601 63.0554702,41.547634 136.546104,13.7393841 Z M212.031191,7.10542736e-15 C238.166345,3.55271368e-14 265.679659,49.717454 278.815577,122.405466 L280.817212,134.389836 C283.485783,151.761444 285.339364,170.284961 286.182902,189.629262 L137.879479,189.629262 C138.723017,170.284961 140.576598,151.761444 143.245169,134.389836 L145.246804,122.405466 C158.251363,50.4443341 185.347208,0.996646136 211.246738,0.0148884893 L212.031191,7.10542736e-15 Z M287.516277,13.7393841 C361.006911,41.547634 415.124548,108.779601 424.062381,189.628479 L328.909259,189.629787 C326.186652,119.218958 311.375886,56.6645523 287.802912,14.2589684 L287.516277,13.7393841 Z" id="Combined-Shape"/></g></g></svg>
|
package/svg/globe.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="M213.333333,3.55271368e-14 C331.15408,3.55271368e-14 426.666667,95.5125867 426.666667,213.333333 C426.666667,331.15408 331.15408,426.666667 213.333333,426.666667 C95.5125867,426.666667 3.55271368e-14,331.15408 3.55271368e-14,213.333333 C3.55271368e-14,95.5125867 95.5125867,3.55271368e-14 213.333333,3.55271368e-14 Z M266.172298,234.667478 L160.494368,234.667478 C160.751768,240.206011 161.106447,245.657866 161.550763,251.010752 L161.550763,251.010752 L162.704606,262.937617 C162.921272,264.895577 163.149845,266.838175 163.389916,268.764752 L163.389916,268.764752 L164.965056,280.126708 C168.947083,306.164829 175.022606,328.805283 182.070301,346.244557 L182.070301,346.244557 L185.146993,353.394833 C194.014405,372.721908 204.079077,384 213.333333,384 C222.587589,384 232.652262,372.721908 241.519674,353.394833 L241.519674,353.394833 L244.596366,346.244557 C251.644061,328.805283 257.719584,306.164829 261.70161,280.126708 L261.70161,280.126708 L263.276751,268.764752 C263.516822,266.838175 263.745395,264.895577 263.962061,262.937617 L263.962061,262.937617 L265.115904,251.010752 C265.56022,245.657866 265.914899,240.206011 266.172298,234.667478 Z M117.754967,234.66677 L43.9872251,234.667936 C51.6157469,295.840065 91.6183169,346.958142 146.308509,370.33574 C138.57713,353.987478 132.247881,334.685279 127.499175,313.242562 L127.499175,313.242562 L125.162369,301.846285 C122.240964,286.402937 120.101888,269.989331 118.804978,252.881408 L118.804978,252.881408 L117.991138,239.924593 C117.903797,238.178165 117.825053,236.425465 117.754967,234.66677 Z M382.679442,234.667936 L308.91169,234.667013 C308.841606,236.425627 308.762866,238.178245 308.675529,239.924593 L308.675529,239.924593 L307.861688,252.881408 C306.564779,269.989331 304.425703,286.402937 301.504298,301.846285 L301.504298,301.846285 L299.167492,313.242562 C294.418786,334.685279 288.089536,353.987478 280.356624,370.333484 C335.048468,346.95799 375.050931,295.839974 382.679442,234.667936 Z M146.309622,56.3340705 L144.461776,57.1333159 C90.7190775,80.8641078 51.5294756,131.517428 43.9871834,191.999065 L117.754927,192.000892 C117.825024,190.241863 117.90378,188.488831 117.991138,186.742074 L117.991138,186.742074 L118.804978,173.785259 C120.101888,156.677336 122.240964,140.26373 125.162369,124.820381 L125.162369,124.820381 L127.499175,113.424105 C132.247795,91.9817764 138.576901,72.6798877 146.309622,56.3340705 Z M213.333333,42.6666667 L213.055465,42.6700469 C203.877904,42.8930334 193.925731,54.138029 185.146993,73.2718336 L185.146993,73.2718336 L182.070301,80.4221102 C175.022606,97.8613834 168.947083,120.501838 164.965056,146.539958 L164.965056,146.539958 L163.389916,157.901915 C163.149845,159.828492 162.921272,161.771089 162.704606,163.72905 L162.704606,163.72905 L161.550763,175.655914 C161.106447,181.008801 160.751768,186.460656 160.494368,191.999189 L266.172298,191.999189 C265.914899,186.460656 265.56022,181.008801 265.115904,175.655914 L265.115904,175.655914 L263.962061,163.72905 C263.745395,161.771089 263.516822,159.828492 263.276751,157.901915 L263.276751,157.901915 L261.70161,146.539958 C257.719584,120.501838 251.644061,97.8613834 244.596366,80.4221102 L244.596366,80.4221102 L241.519674,73.2718336 C232.652262,53.9447582 222.587589,42.6666667 213.333333,42.6666667 L213.333333,42.6666667 Z M280.358401,56.3310303 L281.002522,57.7124012 C288.442537,73.7611795 294.551675,92.5814462 299.167492,113.424105 L299.167492,113.424105 L301.504298,124.820381 C304.425703,140.26373 306.564779,156.677336 307.861688,173.785259 L307.861688,173.785259 L308.675529,186.742074 C308.762886,188.488831 308.841643,190.241863 308.911739,192.000892 L382.679483,191.999065 C375.051077,130.826878 335.048568,79.7087191 280.358401,56.3310303 Z" id="Combined-Shape"/></g></g></svg>
|
package/svg/goto.svg
ADDED
@@ -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="M298.666667,128 L170.666667,256 L140.373333,225.706667 L216.96,149.333333 L-2.13162821e-14,149.333333 L-2.13162821e-14,106.666667 L21.3333333,106.666667 L216.96,106.666667 L140.373333,30.2933333 L170.666667,-2.84217094e-14 L298.666667,128 Z M373.333333,181.333333 C402.78852,181.333333 426.666667,157.455187 426.666667,128 C426.666667,98.5448133 402.78852,74.6666667 373.333333,74.6666667 C343.878147,74.6666667 320,98.5448133 320,128 C320,157.455187 343.878147,181.333333 373.333333,181.333333 Z" transform="translate(42.667 128)"/></svg>
|
package/svg/group.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(64.000000, 64.000000)"><path d="M106.666667,1.42108547e-14 L106.666667,42.6666667 L42.6666667,42.6666667 L42.6666667,341.333333 L106.666667,341.333333 L106.666667,384 L1.42108547e-14,384 L1.42108547e-14,1.42108547e-14 L106.666667,1.42108547e-14 Z M384,1.42108547e-14 L384,384 L277.333333,384 L277.333333,341.333333 L341.333333,341.333333 L341.333333,42.6666667 L277.333333,42.6666667 L277.333333,1.42108547e-14 L384,1.42108547e-14 Z M298.666667,256 L298.666667,298.666667 L85.3333333,298.666667 L85.3333333,256 L298.666667,256 Z M298.666667,170.666667 L298.666667,213.333333 L85.3333333,213.333333 L85.3333333,170.666667 L298.666667,170.666667 Z M298.666667,85.3333333 L298.666667,128 L85.3333333,128 L85.3333333,85.3333333 L298.666667,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="M405.973333,64 L405.973333,106.666667 L337.307394,106.663719 C373.384828,138.321862 395.495414,184.654689 395.453425,235.137184 C395.388279,313.316284 342.211722,381.454872 266.39113,400.513037 C190.570538,419.571202 111.495351,384.67524 74.4715898,315.818745 C60.6932004,290.193806 54.0500238,262.304187 54.1139967,234.66613 L96.6523884,234.666437 C96.6433438,235.305901 96.6392065,235.945994 96.64,236.586667 C97.6892403,306.528176 154.690621,362.674536 224.64,362.666667 C288.711713,363.722052 343.348652,316.471561 351.545639,252.917586 C357.669826,205.434726 336.410546,160.177183 299.309136,133.970417 L299.306667,213.333333 L256.64,213.333333 L256.64,64 L405.973333,64 Z M136.820488,1.42108547e-14 L136.821163,22.8359635 C147.224391,26.5130721 156.738741,32.0718495 164.955274,39.1033566 L184.752086,27.6733214 L214.381716,78.9933453 L194.597797,90.4166575 C195.571071,95.6851349 196.079747,101.116497 196.079747,106.666667 C196.079747,112.216944 195.571052,117.648409 194.597741,122.916982 L214.381716,134.339988 L184.752086,185.660012 L164.955274,174.229977 C156.738741,181.261484 147.224391,186.820261 136.821163,190.49737 L136.820488,213.333333 L77.5612283,213.333333 L77.5605526,190.49737 C67.1577102,186.820398 57.6436802,181.261896 49.4273561,174.230759 L29.6296296,185.660012 L-2.32347475e-12,134.339988 L19.7839749,122.916982 C18.8106642,117.648409 18.301969,112.216944 18.301969,106.666667 C18.301969,101.116146 18.8107089,95.6844472 19.7841032,90.4156568 L2.32055211e-11,78.9933453 L29.6296296,27.6733214 L49.4263622,39.1034251 C57.6429129,32.0718856 67.1572907,26.513084 77.5605526,22.8359635 L77.5612283,1.42108547e-14 L136.820488,1.42108547e-14 Z M107.190858,71.1111111 C87.5540668,71.1111111 71.6353023,87.0298756 71.6353023,106.666667 C71.6353023,126.303458 87.5540668,142.222222 107.190858,142.222222 C126.827649,142.222222 142.746413,126.303458 142.746413,106.666667 C142.746413,87.0298756 126.827649,71.1111111 107.190858,71.1111111 Z" transform="translate(42.027 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(106.666667, 42.666667)"><path d="M298.666667,7.10542736e-15 L298.666667,426.666667 L4.26325641e-14,426.666667 L4.26325641e-14,7.10542736e-15 L298.666667,7.10542736e-15 Z M256,85.3333333 L42.6666667,85.3333333 L42.6666667,384 L256,384 L256,85.3333333 Z M106.666667,277.333333 L106.666667,362.666667 L64,362.666667 L64,277.333333 L106.666667,277.333333 Z M234.666667,298.666667 L234.666667,341.333333 L128,341.333333 L128,298.666667 L234.666667,298.666667 Z M170.666667,192 L170.666667,256 L128,256 L128,192 L170.666667,192 Z M234.666667,192 L234.666667,256 L192,256 L192,192 L234.666667,192 Z M106.666667,192 L106.666667,256 L64,256 L64,192 L106.666667,192 Z M234.666667,106.666667 L234.666667,170.666667 L64,170.666667 L64,106.666667 L234.666667,106.666667 Z" id="Combined-Shape" transform="translate(149.333333, 213.333333) scale(1, -1) translate(-149.333333, -213.333333) "/></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="add" transform="translate(64.000000, 64.000000)"><path d="M128,154.368 L192,282.36945 L226.517333,213.333333 L356.735892,213.332557 C326.677773,271.159881 271.765809,335.16014 192,405.333333 C112.234191,335.16014 57.3222272,271.159881 27.2641079,213.332557 L98.5180584,213.333333 L128,154.368 Z M268.8,1.42108547e-14 C332.423203,1.42108547e-14 384,51.5767968 384,115.2 C384,132.924092 380.921643,151.412754 374.764929,170.665986 L247.850667,170.666667 L224,122.963883 L192,186.944 L128,58.9638831 L72.128,170.666667 L9.23507092,170.665986 C3.07835697,151.412754 1.42108547e-14,132.924092 1.42108547e-14,115.2 C1.42108547e-14,51.5767968 51.5767968,1.42108547e-14 115.2,1.42108547e-14 C144.712861,1.42108547e-14 171.633638,11.098031 192.016682,29.348444 C212.383272,11.091061 239.296408,1.42108547e-14 268.8,1.42108547e-14 Z" id="Combined-Shape"/></g></g></svg>
|
package/svg/health.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="add" transform="translate(42.666667, 64.000000)"><path d="M365.491733,234.665926 C339.947827,276.368766 302.121072,321.347032 252.011468,369.600724 L237.061717,383.7547 C234.512147,386.129148 231.933605,388.511322 229.32609,390.901222 L213.333333,405.333333 C205.163121,398.070922 197.253659,390.878044 189.604949,383.7547 L174.655198,369.600724 C124.545595,321.347032 86.7188401,276.368766 61.174934,234.665926 L112.222458,234.666026 C134.857516,266.728129 165.548935,301.609704 204.481843,339.08546 L213.333333,347.498667 L214.816772,346.115558 C257.264819,305.964102 290.400085,268.724113 314.444476,234.665648 L365.491733,234.665926 Z M149.333333,58.9638831 L213.333333,186.944 L245.333333,122.963883 L269.184,170.666667 L426.666667,170.666667 L426.666667,213.333333 L247.850667,213.333333 L213.333333,282.36945 L149.333333,154.368 L119.851392,213.333333 L3.55271368e-14,213.333333 L3.55271368e-14,170.666667 L93.4613333,170.666667 L149.333333,58.9638831 Z M290.133333,0 C353.756537,0 405.333333,51.5775732 405.333333,115.2 C405.333333,126.248908 404.101625,137.626272 401.63821,149.33209 L357.793994,149.332408 C360.62486,138.880112 362.217829,128.905378 362.584434,119.422244 L362.666667,115.2 C362.666667,75.1414099 330.192075,42.6666667 290.133333,42.6666667 C273.651922,42.6666667 258.124715,48.1376509 245.521279,58.0219169 L241.829932,61.1185374 L213.366947,86.6338354 L184.888885,61.1353673 C171.661383,49.2918281 154.669113,42.6666667 136.533333,42.6666667 C96.4742795,42.6666667 64,75.1409461 64,115.2 C64,125.932203 65.6184007,137.316846 68.8727259,149.332605 L25.028457,149.33209 C22.5650412,137.626272 21.3333333,126.248908 21.3333333,115.2 C21.3333333,51.5767968 72.9101302,0 136.533333,0 C166.046194,0 192.966972,11.098031 213.350016,29.348444 C233.716605,11.091061 260.629741,0 290.133333,0 Z" 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="add" transform="translate(64.000000, 64.000000)"><path d="M277.333333,1.42108547e-14 C336.243707,1.42108547e-14 384,47.7562934 384,106.666667 C384,128.680222 377.331511,149.136268 365.904398,166.124941 L362.666667,170.666667 L192,405.333333 L21.3333333,170.666667 L20.0724678,168.963675 C7.4412507,151.436859 1.42108547e-14,129.920761 1.42108547e-14,106.666667 C1.42108547e-14,47.7562934 47.7562934,1.42108547e-14 106.666667,1.42108547e-14 C141.562252,1.42108547e-14 172.544105,16.7566826 192.004698,42.6625209 C211.455895,16.7566826 242.437748,1.42108547e-14 277.333333,1.42108547e-14 Z" id="Combined-Shape"/></g></g></svg>
|
package/svg/heart.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="add" transform="translate(64.000000, 64.000000)"><path d="M277.333333,1.42108547e-14 C336.243707,1.42108547e-14 384,47.7562934 384,106.666667 C384,128.680222 377.331511,149.136268 365.904398,166.124941 L362.666667,170.666667 L192,405.333333 L21.3333333,170.666667 L20.0724678,168.963675 C7.4412507,151.436859 1.42108547e-14,129.920761 1.42108547e-14,106.666667 C1.42108547e-14,47.7562934 47.7562934,1.42108547e-14 106.666667,1.42108547e-14 C141.562252,1.42108547e-14 172.544105,16.7566826 192.004698,42.6625209 C211.455895,16.7566826 242.437748,1.42108547e-14 277.333333,1.42108547e-14 Z M277.333333,42.6666667 C258.370842,42.6666667 240.852311,50.9243575 228.805341,64.9443675 L226.124233,68.2809084 L192.012936,113.711621 L157.891104,68.2888197 C145.838668,52.2446795 127.088613,42.6666667 106.666667,42.6666667 C71.3204427,42.6666667 42.6666667,71.3204427 42.6666667,106.666667 C42.6666667,118.799065 46.0123617,130.338865 51.9969212,140.030114 L54.3634473,143.575229 L192,332.778667 L328.96,144.448 L331.171707,141.295798 C336.94216,132.360117 340.394315,122.13723 341.167191,111.331382 L341.333333,106.666667 C341.333333,71.3204427 312.679557,42.6666667 277.333333,42.6666667 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"><g fill-rule="evenodd" transform="translate(42.667 34.246)"><path d="M192,7.10542736e-15 L384,110.851252 L384.001134,185.48897 C368.274441,181.451555 350.081492,179.086945 330.666667,179.086945 C319.519838,179.086945 308.776099,179.868194 298.666408,181.315806 L298.666667,168.420278 L256,168.420278 L256,192.892 L255.43909,193.139407 C228.705759,205.020888 215.096345,223.191635 213.375754,241.580297 L213.333,242.067 L213.333333,125.753611 L170.666667,125.753611 L170.666667,317.753611 L213.333333,317.753611 L213.333,250.621 L213.461,431.015 L192,443.405007 L-2.13162821e-14,332.553755 L-2.13162821e-14,110.851252 L192,7.10542736e-15 Z M128,168.420278 L85.3333333,168.420278 L85.3333333,275.086945 L128,275.086945 L128,168.420278 Z"/><path fill-rule="nonzero" d="M426.247658,367.086537 C426.525741,368.402966 426.666667,369.737641 426.666667,371.086945 L426.666667,392.420278 C426.666667,415.984427 383.686003,435.086945 330.666667,435.086945 C277.647331,435.086945 234.666667,415.984427 234.666667,392.420278 L234.666667,371.086945 L234.679528,370.381373 C234.719905,369.274557 234.855108,368.177986 235.081684,367.093195 C240.961696,371.511899 248.119437,375.587359 256.413327,379.076445 C275.772109,387.220327 301.875889,392.420278 330.666667,392.420278 C360.599038,392.420278 387.623237,386.791466 407.213205,378.084814 C414.535528,374.830448 420.909655,371.102819 426.247658,367.086537 Z M426.247658,303.086537 C426.525741,304.402966 426.666667,305.737641 426.666667,307.086945 L426.666667,328.420278 C426.666667,351.984427 383.686003,371.086945 330.666667,371.086945 C277.647331,371.086945 234.666667,351.984427 234.666667,328.420278 L234.666667,307.086945 L234.679528,306.381373 C234.719905,305.274557 234.855108,304.177986 235.081684,303.093195 C240.961696,307.511899 248.119437,311.587359 256.413327,315.076445 C275.772109,323.220327 301.875889,328.420278 330.666667,328.420278 C360.599038,328.420278 387.623237,322.791466 407.213205,314.084814 C414.535528,310.830448 420.909655,307.102819 426.247658,303.086537 Z M330.666667,200.420278 C383.155809,200.420278 425.80605,219.142655 426.653805,242.381373 L426.666667,243.086945 L426.666667,264.420278 C426.666667,287.984427 383.686003,307.086945 330.666667,307.086945 C278.177524,307.086945 235.527284,288.364568 234.679528,265.12585 L234.666667,264.420278 L234.666667,243.086945 L234.808715,240.745944 C237.543198,218.270519 279.414642,200.420278 330.666667,200.420278 Z"/></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="M192,7.10542736e-15 L384,110.851252 L384.001134,185.48897 C371.19095,182.200292 356.744425,180.021507 341.33408,179.3265 L341.333333,135.488 L192,49.2586667 L42.6666667,135.466667 L42.6666667,307.925333 L192,394.133333 L213.426,381.761 L213.461,431.015 L192,443.405007 L7.10542736e-15,332.553755 L7.10542736e-15,110.851252 L192,7.10542736e-15 Z M426.247658,367.086537 C426.525741,368.402966 426.666667,369.737641 426.666667,371.086945 L426.666648,371.113978 L426.665667,392.366278 L426.666667,392.420278 C426.666667,415.748786 384.541318,434.704448 332.254202,435.081229 L330.666667,435.086945 C277.647331,435.086945 234.666667,415.984427 234.666667,392.420278 L234.666667,371.086945 L234.679528,370.381373 C234.719905,369.274557 234.855108,368.177986 235.081684,367.093195 C240.961696,371.511899 248.119437,375.587359 256.413327,379.076445 C275.772109,387.220327 301.875889,392.420278 330.666667,392.420278 C360.599038,392.420278 387.623237,386.791466 407.213205,378.084814 C414.535528,374.830448 420.909655,371.102819 426.247658,367.086537 Z M426.247658,303.086537 C426.525741,304.402966 426.666667,305.737641 426.666667,307.086945 L426.666648,307.113978 L426.665667,328.366278 L426.666667,328.420278 C426.666667,351.748786 384.541318,370.704448 332.254202,371.081229 L330.666667,371.086945 C277.647331,371.086945 234.666667,351.984427 234.666667,328.420278 L234.666667,307.086945 L234.679528,306.381373 C234.719905,305.274557 234.855108,304.177986 235.081684,303.093195 C240.961696,307.511899 248.119437,311.587359 256.413327,315.076445 C275.772109,323.220327 301.875889,328.420278 330.666667,328.420278 C360.599038,328.420278 387.623237,322.791466 407.213205,314.084814 C414.535528,310.830448 420.909655,307.102819 426.247658,303.086537 Z M213.333333,125.753611 L213.333,242.067 L213.327253,242.13759 L213.333,250.621 L213.333333,317.753611 L170.666667,317.753611 L170.666667,125.753611 L213.333333,125.753611 Z M330.666667,200.420278 C383.155809,200.420278 425.80605,219.142655 426.653805,242.381373 L426.666667,243.086945 L426.666667,264.420278 C426.666667,287.984427 383.686003,307.086945 330.666667,307.086945 C278.177524,307.086945 235.527284,288.364568 234.679528,265.12585 L234.666667,264.420278 L234.666667,243.086945 L234.808715,240.745944 C237.543198,218.270519 279.414642,200.420278 330.666667,200.420278 Z M128,168.420278 L128,275.086945 L85.3333333,275.086945 L85.3333333,168.420278 L128,168.420278 Z M298.666667,168.420278 L298.666408,181.315806 C282.257873,183.665352 267.519605,187.77029 255.43909,193.139407 L256,192.892 L256,168.420278 L298.666667,168.420278 Z" transform="translate(42.667 34.246)"/></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="M192,7.10542736e-15 L384,110.851252 L384,332.553755 L192,443.405007 L1.42108547e-14,332.553755 L1.42108547e-14,110.851252 L192,7.10542736e-15 Z M213.333333,125.753611 L170.666667,125.753611 L170.666667,317.753611 L213.333333,317.753611 L213.333333,125.753611 Z M128,168.420278 L85.3333333,168.420278 L85.3333333,275.086945 L128,275.086945 L128,168.420278 Z M298.666667,168.420278 L256,168.420278 L256,275.086945 L298.666667,275.086945 L298.666667,168.420278 Z" transform="translate(64 34.246)"/></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="M192,7.10542736e-15 L384,110.851252 L384,332.553755 L192,443.405007 L1.42108547e-14,332.553755 L1.42108547e-14,110.851252 L192,7.10542736e-15 Z M192,49.2586667 L42.6666667,135.466667 L42.6666667,307.925333 L192,394.133333 L341.333333,307.904 L341.333333,135.488 L192,49.2586667 Z M213.333333,125.753611 L213.333333,317.753611 L170.666667,317.753611 L170.666667,125.753611 L213.333333,125.753611 Z M128,168.420278 L128,275.086945 L85.3333333,275.086945 L85.3333333,168.420278 L128,168.420278 Z M298.666667,168.420278 L298.666667,275.086945 L256,275.086945 L256,168.420278 L298.666667,168.420278 Z" transform="translate(64 34.246)"/></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="scheduler" transform="translate(42.666667, 64.000000)"><path d="M128,-1.42108547e-14 L298.666667,-1.42108547e-14 L298.666667,106.666667 L128,106.666667 L128,-1.42108547e-14 Z M3.55271368e-14,277.333333 L128,277.333333 L128,362.666667 L3.55271368e-14,362.666667 L3.55271368e-14,277.333333 Z M298.666667,277.333333 L426.666667,277.333333 L426.666667,362.666667 L298.666667,362.666667 L298.666667,277.333333 Z M149.333333,277.333333 L277.333333,277.333333 L277.333333,362.666667 L149.333333,362.666667 L149.333333,277.333333 Z M234.666667,128 L234.666,170.666 L384,170.666667 L384,256 L341.333333,256 L341.333333,213.312 L234.666,213.312 L234.666667,256 L192,256 L192,213.312 L85.3333333,213.312 L85.3333333,256 L42.6666667,256 L42.6666667,170.666667 L192,170.666 L192,128 L234.666667,128 Z" 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(64.000000, 44.956885)"><path d="M405.333333,381.709781 L362.666667,424.376448 L85.3333333,424.376448 L128,381.709781 L405.333333,381.709781 Z M41.168,299.372 L103.67,361.874 L42.6666667,392.376448 L1.42108547e-14,403.043115 L10.6666667,360.376448 L41.168,299.372 Z M61.1,191.304 L212.137,342.341 L206.971557,347.655494 L201.097332,347.365048 L194.94444,347.269241 C184.457401,347.271762 172.809254,348.085275 160,349.709781 L151.970104,350.837434 L144.123951,352.129117 L136.61735,353.518237 L127.387,355.421 L48.9491375,276.983016 C50.507182,270.709588 52.0860762,262.939495 53.3333333,253.709781 C55.8645145,234.979019 56.7941068,216.011107 56.1221103,196.806047 L59.4284876,193.08414 L61.1,191.304 Z M282.327442,7.10542736e-15 L403.006999,120.679557 L384.970948,143.928809 L352.415716,185.42913 L333.317316,209.393653 L316.302987,230.396289 L304.909911,244.204529 L291.542704,260.023864 L282.884971,269.944627 L275.399527,278.199329 L269.086373,284.787971 L254.094195,299.615469 L227.035,327.069 L75.976,176.01 L78.5389897,173.389008 L116.39305,135.764502 L128.060065,124.568671 L141.033549,112.687653 L152.352994,102.689504 L164.50858,92.2528346 L177.500305,81.3776459 L191.328171,70.0639374 L205.992177,58.3117091 L229.55595,39.8611422 L246.310307,27.0126145 L263.900804,13.7255671 L282.327442,7.10542736e-15 Z" 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(64.000000, 44.956885)"><path d="M405.333333,381.709781 L362.666667,424.376448 L85.3333333,424.376448 L128,381.709781 L405.333333,381.709781 Z M282.327442,7.10542736e-15 L403.006999,120.679557 L384.970948,143.928809 L352.415716,185.42913 L333.317316,209.393653 L316.302987,230.396289 L304.909911,244.204529 L291.542704,260.023864 L282.884971,269.944627 L275.399527,278.199329 L269.086373,284.787971 L254.094195,299.615469 L223.246131,330.913053 L206.971557,347.655494 L201.097332,347.365048 L194.94444,347.269241 C184.457401,347.271762 172.809254,348.085275 160,349.709781 L151.970104,350.837434 L144.123951,352.129117 L136.61735,353.518237 L126.334944,355.638938 L106.666667,360.376448 L42.6666667,392.376448 L1.42108547e-14,403.043115 L10.6666667,360.376448 L42.6666667,296.376448 L43.6781629,293.970042 L45.4668727,289.038094 L46.9677202,284.280153 L48.6019332,278.358143 C50.270448,271.857501 51.9932963,263.626067 53.3333333,253.709781 C55.8645145,234.979019 56.7941068,216.011107 56.1221103,196.806047 L59.4284876,193.08414 L62.8024546,189.492637 L78.5389897,173.389008 L116.39305,135.764502 L128.060065,124.568671 L141.033549,112.687653 L152.352994,102.689504 L164.50858,92.2528346 L177.500305,81.3776459 L191.328171,70.0639374 L205.992177,58.3117091 L229.55595,39.8611422 L246.310307,27.0126145 L263.900804,13.7255671 L282.327442,7.10542736e-15 Z M98.2491614,232.79585 C97.9559598,237.447641 97.5768923,242.08805 97.1119193,246.716812 L95.6156779,259.423605 C94.6195581,266.7949 93.4216694,273.638856 92.0665399,279.972262 L87.7883357,298.089846 L106.435281,315.212199 L124.845508,312.355266 C135.006153,310.301434 145.001214,308.603546 154.631889,307.382156 C160.282804,306.665491 165.770852,306.085382 171.099187,305.644179 L98.2491614,232.79585 Z M278.293333,56.312448 L272.274533,60.8697171 L247.868843,79.6578618 L232.674928,91.6054817 L218.346317,103.086115 L204.887227,114.094629 L192.302682,124.624617 L180.598706,134.668 L169.782552,144.214456 L156.548615,156.344005 L146.471044,166.026008 L119.059,193.266 L209.655,283.862 L215.23475,278.178375 L234.212668,259.239604 L238.2793,255.269016 L243.792887,249.538123 L250.73823,241.890545 L258.952887,232.48574 L271.99948,217.050376 L283.149955,203.53887 L299.950576,182.802205 L318.845645,159.094841 L346.197333,124.216448 L278.293333,56.312448 Z" 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="icon" transform="translate(33.830111, 42.666667)"><path d="M456.836556,405.333333 L456.836556,448 L350.169889,448 L350.169889,405.333333 L456.836556,405.333333 Z M328.836556,405.333333 L328.836556,448 L286.169889,448 L286.169889,405.333333 L328.836556,405.333333 Z M456.836556,341.333333 L456.836556,384 L350.169889,384 L350.169889,341.333333 L456.836556,341.333333 Z M328.836556,341.333333 L328.836556,384 L286.169889,384 L286.169889,341.333333 L328.836556,341.333333 Z M131.660221,261.176335 C154.823665,284.339779 186.823665,298.666667 222.169889,298.666667 C237.130689,298.666667 251.492003,296.099965 264.837506,291.382887 L264.838264,335.956148 C251.200633,339.466383 236.903286,341.333333 222.169889,341.333333 C175.041086,341.333333 132.37401,322.230407 101.489339,291.345231 L131.660221,261.176335 Z M456.836556,277.333333 L456.836556,320 L350.169889,320 L350.169889,277.333333 L456.836556,277.333333 Z M328.836556,277.333333 L328.836556,320 L286.169889,320 L286.169889,277.333333 L328.836556,277.333333 Z M222.169889,7.10542736e-15 C316.426487,7.10542736e-15 392.836556,76.4100694 392.836556,170.666667 C392.836556,201.752854 384.525389,230.897864 370.003903,256.000851 L317.574603,256.00279 C337.844458,233.356846 350.169889,203.451136 350.169889,170.666667 C350.169889,99.9742187 292.862337,42.6666667 222.169889,42.6666667 C151.477441,42.6666667 94.1698893,99.9742187 94.1698893,170.666667 C94.1698893,174.692297 94.3557269,178.674522 94.7192911,182.605232 L115.503223,161.830111 L145.673112,192 L72.836556,264.836556 L4.97379915e-14,192 L30.1698893,161.830111 L51.989071,183.641815 C51.6671112,179.358922 51.5032227,175.031933 51.5032227,170.666667 C51.5032227,76.4100694 127.913292,7.10542736e-15 222.169889,7.10542736e-15 Z M243.503223,64 L243.503223,159.146667 L297.903223,195.626667 L274.436556,231.04 L200.836556,182.186667 L200.836556,64 L243.503223,64 Z" id="Combined-Shape"/></g></g></svg>
|
package/svg/history.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(12.496777, 64.000000)"><path d="M264.836556,1.42108547e-14 C370.875228,1.42108547e-14 456.836556,85.961328 456.836556,192 C456.836556,298.038672 370.875228,384 264.836556,384 C212.762984,384 165.531274,363.269523 130.944023,329.611165 L160.69855,299.03152 C187.599689,325.209881 224.335206,341.333333 264.836556,341.333333 C347.311079,341.333333 414.169889,274.474523 414.169889,192 C414.169889,109.525477 347.311079,42.6666667 264.836556,42.6666667 C182.362033,42.6666667 115.503223,109.525477 115.503223,192 C115.503223,196.042236 115.663829,200.046961 115.979008,204.008141 L158.169889,161.830111 L188.339779,192 L94.1698893,286.169889 L1.77635684e-14,192 L30.1698893,161.830111 L73.2641059,204.915722 C72.9805787,200.647132 72.836556,196.340385 72.836556,192 C72.836556,85.961328 158.797884,1.42108547e-14 264.836556,1.42108547e-14 Z M286.169889,106.666667 L286.169889,201.813333 L340.569889,238.293333 L317.103223,273.706667 L243.503223,224.853333 L243.503223,106.666667 L286.169889,106.666667 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"><polygon fill-rule="evenodd" points="192 0 0 153.6 0 384 149.333 384 149.333 256 234.667 256 234.667 384 384 384 384 153.6" transform="translate(64 64)"/></svg>
|
package/svg/home.svg
ADDED
@@ -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="M192,1.42108547e-14 L384,153.6 L384,384 L213.333333,384 L213.333333,277.333333 L170.666667,277.333333 L170.666667,384 L1.42108547e-14,384 L1.42108547e-14,153.6 L192,1.42108547e-14 Z M192,53.3333333 L42.6666667,170.666667 L42.6666667,341.333333 L128,341.333333 L128,234.666667 L256,234.666667 L256,341.333333 L341.333333,341.333333 L341.333333,170.666667 L192,53.3333333 Z" transform="translate(64 64)"/></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,7.10542736e-15 L256,115.477333 L158.165333,213.333333 L256,311.146667 L256,426.666667 L-2.84217094e-14,426.666667 L-2.84217094e-14,311.146667 L97.8133333,213.333333 L-2.84217094e-14,115.477333 L-2.84217094e-14,7.10542736e-15 L256,7.10542736e-15 Z M128,243.498667 L42.6666667,328.832 L42.6666667,373.333333 L128,320 L213.333333,373.333333 L213.333333,328.832 L128,243.498667 Z M213.333333,42.6666667 L42.6666667,42.6666667 L42.6666667,97.8133333 L72.9030755,128.057301 L183.356249,127.797912 L213.333333,97.8133333 L213.333333,42.6666667 Z" transform="translate(128 42.667)"/></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(64.000000, 64.000000)"><path d="M384,1.42108547e-14 L384,384 L1.42108547e-14,384 L1.42108547e-14,1.42108547e-14 L384,1.42108547e-14 Z M109.226667,142.933333 L42.666,249.881 L42.666,341.333 L341.333,341.333 L341.333,264.746 L277.333333,200.746667 L211.84,266.24 L109.226667,142.933333 Z M245.333333,85.3333333 C227.660221,85.3333333 213.333333,99.6602213 213.333333,117.333333 C213.333333,135.006445 227.660221,149.333333 245.333333,149.333333 C263.006445,149.333333 277.333333,135.006445 277.333333,117.333333 C277.333333,99.6602213 263.006445,85.3333333 245.333333,85.3333333 Z" id="Combined-Shape"/></g></g></svg>
|
package/svg/image.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(64.000000, 64.000000)"><path d="M1.42108547e-14,384 L1.42108547e-14,1.45661261e-11 L384,1.45661261e-11 L384,384 L1.42108547e-14,384 Z M109.226667,185.6 L42.666,292.548 L42.666,341.333 L341.333,341.333 L341.333,307.413 L277.333333,243.413333 L211.84,308.906667 L109.226667,185.6 Z M341.333,42.666 L42.666,42.666 L42.666,211.877 L104.106667,113.066667 L214.826667,245.76 L277.333333,183.253333 L341.333,247.253 L341.333,42.666 Z M245.333333,85.3333333 C263.006445,85.3333333 277.333333,99.6602213 277.333333,117.333333 C277.333333,135.006445 263.006445,149.333333 245.333333,149.333333 C227.660221,149.333333 213.333333,135.006445 213.333333,117.333333 C213.333333,99.6602213 227.660221,85.3333333 245.333333,85.3333333 Z" id="Combined-Shape"/></g></g></svg>
|
package/svg/import.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="Combined-Shape" transform="translate(42.666667, 85.333333)"><path d="M405.333333,-1.42108547e-14 L405.333333,362.666667 L21.3333333,362.666667 L21.3333333,85.3333333 L64,85.3333333 L64,320 L362.666667,320 L362.666667,42.6666667 L277.333333,42.6666667 L277.333333,-1.42108547e-14 L405.333333,-1.42108547e-14 Z M128,-1.42108547e-14 C185.3601,-1.42108547e-14 232.145453,45.2758765 234.568117,102.039688 L234.666667,106.666667 L234.666,183.152 L283.581722,134.248389 L313.751611,164.418278 L213.333333,264.836556 L112.915055,164.418278 L143.084945,134.248389 L192,183.152 L192,106.666667 C192,72.5828078 165.356374,44.7219012 131.760486,42.7753108 L128,42.6666667 L7.10542736e-15,42.6666667 L7.10542736e-15,-1.42108547e-14 L128,-1.42108547e-14 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="drop" transform="translate(64.000000, 85.333333)"><path d="M128.021333,42.688 L384.042667,42.688 L384.042667,0.0213333333 L128.021333,0.0213333333 L128.021333,42.688 Z M0.0426666667,85.3546667 L85.376,85.3546667 L85.376,1.42108547e-14 L0.0426666667,1.42108547e-14 L0.0426666667,85.3546667 Z M128.021333,128.021333 L384.042667,128.021333 L384.042667,85.3546667 L128.021333,85.3546667 L128.021333,128.021333 Z M298.688,298.688 L384.042667,298.688 L384.042667,213.333333 L298.688,213.333333 L298.688,298.688 Z M-1.42108547e-14,256.021333 L256,256.021333 L256,213.333333 L-1.42108547e-14,213.333333 L-1.42108547e-14,256.021333 Z M0.0426666667,341.354667 L256.042667,341.354667 L256.042667,298.688 L0.0426666667,298.688 L0.0426666667,341.354667 Z" 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="add" transform="translate(42.666667, 42.666667)"><path d="M213.333333,3.55271368e-14 C95.51296,3.55271368e-14 3.55271368e-14,95.51168 3.55271368e-14,213.333333 C3.55271368e-14,331.153707 95.51296,426.666667 213.333333,426.666667 C331.154987,426.666667 426.666667,331.153707 426.666667,213.333333 C426.666667,95.51168 331.154987,3.55271368e-14 213.333333,3.55271368e-14 Z M240.04672,128 C240.04672,143.46752 228.785067,154.666667 213.55008,154.666667 C197.698773,154.666667 186.713387,143.46752 186.713387,127.704107 C186.713387,112.5536 197.99616,101.333333 213.55008,101.333333 C228.785067,101.333333 240.04672,112.5536 240.04672,128 Z M192.04672,192 L234.713387,192 L234.713387,320 L192.04672,320 L192.04672,192 Z" id="Shape"/></g></g></svg>
|
package/svg/info.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="add" transform="translate(42.666667, 42.666667)"><path d="M213.333333,3.55271368e-14 C95.51296,3.55271368e-14 3.55271368e-14,95.51168 3.55271368e-14,213.333333 C3.55271368e-14,331.153707 95.51296,426.666667 213.333333,426.666667 C331.154987,426.666667 426.666667,331.153707 426.666667,213.333333 C426.666667,95.51168 331.154987,3.55271368e-14 213.333333,3.55271368e-14 Z M213.333333,384 C119.227947,384 42.6666667,307.43872 42.6666667,213.333333 C42.6666667,119.227947 119.227947,42.6666667 213.333333,42.6666667 C307.44,42.6666667 384,119.227947 384,213.333333 C384,307.43872 307.44,384 213.333333,384 Z M240.04672,128 C240.04672,143.46752 228.785067,154.666667 213.55008,154.666667 C197.698773,154.666667 186.713387,143.46752 186.713387,127.704107 C186.713387,112.5536 197.99616,101.333333 213.55008,101.333333 C228.785067,101.333333 240.04672,112.5536 240.04672,128 Z M192.04672,192 L234.713387,192 L234.713387,320 L192.04672,320 L192.04672,192 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="add" transform="translate(42.668667, 64.002000)"><g id="Group" transform="translate(0.000000, 0.000000)"><path d="M341.333611,21.3336113 L426.666945,106.666945 L426.666945,362.666945 L0.000277998647,362.666945 L0.000277998647,234.666945 L42.666278,234.666611 L42.6669447,320.000278 L384.000278,320.000278 L384.000278,117.333611 L330.666945,64.000278 L234.666278,63.9996113 L234.666278,21.3336113 L341.333611,21.3336113 Z M341.333611,256.000278 L341.333611,277.333611 L85.3336113,277.333611 L85.3336113,256.000278 L341.333611,256.000278 Z M213.333611,0.000277998653 L213.333611,213.333611 L0.000277998647,213.333611 L-4.26325641e-14,30.169 L97.83,128 L42.6669447,128.000278 L42.6669447,170.666945 L170.666945,170.666945 L170.666945,42.6669447 L128.000278,42.6669447 L128,97.83 L30.169,0 L213.333611,0.000277998653 Z M234.666278,191.999611 L341.333611,192.000278 L341.333611,213.333611 L234.666278,213.332611 L234.666278,191.999611 Z M234.666278,127.999611 L341.333611,128.000278 L341.333611,149.333611 L234.666278,149.333611 L234.666278,127.999611 Z" id="Combined-Shape"/></g></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="add" transform="translate(48.915055, 48.915055)"><path d="M377.751611,15.0849447 L377.751611,377.751611 L15.0849447,377.751611 L15.0849447,143.084945 L57.7509447,143.084945 L57.7516113,335.084945 L335.084945,335.084945 L335.084945,57.7516113 L143.084945,57.7509447 L143.084945,15.0849447 L377.751611,15.0849447 Z M30.1698893,1.42108547e-14 L228.418,198.248 L228.418278,121.751611 L271.084945,121.751611 L271.084945,271.084945 L121.751611,271.084945 L121.751611,228.418278 L198.248,228.418 L-1.42108547e-14,30.1698893 L30.1698893,1.42108547e-14 Z" id="Combined-Shape"/></g></g></svg>
|
package/svg/ink-pen.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(71.447342, 64.000000)"><path d="M237.238,46.437 L330.114,139.313 L280.552658,288 L15.466,376.362 L179.038345,212.613806 C180.797325,213.083146 182.645775,213.333333 184.552658,213.333333 C196.334733,213.333333 205.885991,203.782075 205.885991,192 C205.885991,180.217925 196.334733,170.666667 184.552658,170.666667 C172.770583,170.666667 163.219325,180.217925 163.219325,192 C163.219325,193.915222 163.471705,195.771497 163.945022,197.537382 L1.42108547e-14,361.66 L88.552658,96 L237.238,46.437 Z M291.219325,-1.42108547e-14 L376.552658,85.3333333 L341.428,120.457 L256.095,35.124 L291.219325,-1.42108547e-14 Z" 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="inquiry-" transform="translate(64.000000, 85.333333)"><path d="M384,1.42108547e-14 L384,298.666667 L277.333333,298.666667 L277.333333,384 L147.2,298.666667 L1.42108547e-14,298.666667 L1.42108547e-14,1.42108547e-14 L384,1.42108547e-14 Z M192.935,201.066667 C186.101632,201.066667 180.435023,203.295811 175.935,207.754167 C171.434978,212.212522 169.185,217.774967 169.185,224.441667 C169.185,231.441702 171.393311,237.191644 175.81,241.691667 C180.226689,246.191689 185.934965,248.441667 192.935,248.441667 C199.768368,248.441667 205.414144,246.191689 209.8725,241.691667 C214.330856,237.191644 216.56,231.5667 216.56,224.816667 C216.56,217.983299 214.330856,212.316689 209.8725,207.816667 C205.414144,203.316644 199.768368,201.066667 192.935,201.066667 Z M202.185,65.0666667 C183.601574,65.0666667 165.060093,69.8999517 146.56,79.5666667 L146.56,79.5666667 L157.685,107.316667 C172.768409,98.7332904 185.64328,94.4416667 196.31,94.4416667 C202.810033,94.4416667 207.955814,96.004151 211.7475,99.1291667 C215.539186,102.254182 217.435,106.483307 217.435,111.816667 C217.435,116.066688 216.080847,119.774984 213.3725,122.941667 C211.34124,125.316679 207.493614,128.58228 201.829549,132.738531 L201.829549,132.738531 L188.419684,142.338357 C187.103359,143.316246 185.967309,144.18359 185.011529,144.940391 L185.011529,144.940391 L182.685,146.879167 C180.601656,148.754176 178.935006,150.899988 177.685,153.316667 C175.518323,157.483354 174.435,164.85828 174.435,175.441667 L174.435,175.441667 L174.435,186.441667 L211.31,186.441667 L211.31,181.316667 C211.31,173.733295 212.268324,168.462515 214.185,165.504167 C216.101676,162.545819 221.226667,158.275028 229.56,152.691667 L229.56,152.691667 L233.497515,149.997322 C242.320454,143.767492 248.591231,137.936485 252.31,132.504167 C256.560021,126.295802 258.685,118.81671 258.685,110.066667 C258.685,97.1499354 254.310044,86.6500404 245.56,78.5666667 C235.643284,69.5666217 221.185095,65.0666667 202.185,65.0666667 Z" 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="Combined-Shape" transform="translate(64.000000, 42.622744)"><path d="M165.038,106.71 L156.772032,113.05581 L156.191363,113.585364 C151.004556,118.377839 146.876423,123.885164 143.786922,130.092721 C141.51654,134.630213 139.592628,141.02803 138.309261,149.377248 L80,149.377256 L150.11448,209.47533 C141.366891,219.139172 136.843212,230.90732 136.843212,244.908876 C136.843212,247.503027 136.988305,250.014916 137.275115,252.446011 L42.6666667,170.710589 L42.6666667,362.710589 L341.333333,362.710589 L341.333333,170.710589 L242.592094,256.016904 C243.201772,252.637604 243.509878,249.104725 243.509878,245.415472 C243.509878,231.969501 239.477066,220.644723 231.777234,211.283609 L304,149.377256 L263.368151,149.37771 C277.809561,138.431104 287.979291,127.989133 294.288724,118.41053 C296.719678,114.720001 298.832043,110.821517 300.611881,106.710516 L384,106.710589 L384,405.377256 L1.42108547e-14,405.377256 L1.42108547e-14,106.710589 L165.038,106.71 Z M193.310118,298.593378 L192,299.723922 L190.772231,298.662413 C191.626926,298.655851 192.472874,298.632807 193.310118,298.593378 Z M192.087825,213.333333 C201.319182,213.333333 208.946194,216.372881 214.969092,222.452067 C220.991989,228.531253 224.003392,236.186409 224.003392,245.417766 C224.003392,254.536545 220.991989,262.135414 214.969092,268.2146 C208.946194,274.293786 201.319182,277.333333 192.087825,277.333333 C182.631313,277.333333 174.919869,274.293786 168.953261,268.2146 C162.986652,262.135414 160.003392,254.367681 160.003392,244.91117 C160.003392,235.904968 163.04294,228.390531 169.122126,222.367634 C175.201312,216.344737 182.856469,213.333333 192.087825,213.333333 Z M202.004136,7.10542736e-15 C230.924384,7.10542736e-15 252.931349,7.11836342 268.025689,21.3553038 C281.344225,34.1421855 288.003392,50.7517001 288.003392,71.184346 C288.003392,85.0258159 284.768939,96.8567995 278.299936,106.677652 C272.639559,115.270898 263.094741,124.494818 249.665251,134.349625 L243.671917,138.61174 C230.987661,147.443916 223.186858,154.199771 220.269465,158.879506 C217.352071,163.559241 215.893396,171.896953 215.893396,183.892894 L215.893396,192 L159.765563,192 L159.765563,174.599382 C159.765563,157.857795 161.414499,146.191588 164.712423,139.600412 C166.61507,135.77753 169.151896,132.383125 172.322976,129.417096 L175.864212,126.350196 C177.319014,125.153033 179.048209,123.781003 181.0518,122.234105 L201.463099,107.048386 C210.084435,100.47372 215.940947,95.3079488 219.03275,91.5509784 C223.155153,86.5416845 225.216324,80.6756258 225.216324,73.9526262 C225.216324,65.5159207 222.330685,58.8259773 216.55932,53.8825953 C210.787954,48.9392132 202.955504,46.4675592 193.061735,46.4675592 C176.825806,46.4675592 157.228826,53.2563688 134.270208,66.8341916 L117.336726,22.9371782 C145.495915,7.6456496 173.718103,7.10542736e-15 202.004136,7.10542736e-15 Z"/></g></g></svg>
|
package/svg/inquiry.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="Path" transform="translate(64.000000, 85.333333)"><path d="M384,1.42108547e-14 L384,298.666667 L277.333333,298.666667 L277.333333,384 L147.2,298.666667 L1.42108547e-14,298.666667 L1.42108547e-14,1.42108547e-14 L384,1.42108547e-14 Z M341.333333,42.6666667 L42.6666667,42.6666667 L42.6666667,256 L159.941531,256 L234.666667,305.002667 L234.666667,256 L341.333333,256 L341.333333,42.6666667 Z M192.935,201.066667 C199.768368,201.066667 205.414144,203.316644 209.8725,207.816667 C214.330856,212.316689 216.56,217.983299 216.56,224.816667 C216.56,231.5667 214.330856,237.191644 209.8725,241.691667 C205.414144,246.191689 199.768368,248.441667 192.935,248.441667 C185.934965,248.441667 180.226689,246.191689 175.81,241.691667 C171.393311,237.191644 169.185,231.441702 169.185,224.441667 C169.185,217.774967 171.434978,212.212522 175.935,207.754167 C180.435023,203.295811 186.101632,201.066667 192.935,201.066667 Z M202.185,65.0666667 C221.185095,65.0666667 235.643284,69.5666217 245.56,78.5666667 C254.310044,86.6500404 258.685,97.1499354 258.685,110.066667 C258.685,118.81671 256.560021,126.295802 252.31,132.504167 C248.591231,137.936485 242.320454,143.767492 233.497515,149.997322 L229.56,152.691667 C221.226667,158.275028 216.101676,162.545819 214.185,165.504167 C212.268324,168.462515 211.31,173.733295 211.31,181.316667 L211.31,186.441667 L174.435,186.441667 L174.435,175.441667 C174.435,164.85828 175.518323,157.483354 177.685,153.316667 C178.935006,150.899988 180.601656,148.754176 182.685,146.879167 L185.011529,144.940391 C185.967309,144.18359 187.103359,143.316246 188.419684,142.338357 L201.829549,132.738531 C207.493614,128.58228 211.34124,125.316679 213.3725,122.941667 C216.080847,119.774984 217.435,116.066688 217.435,111.816667 C217.435,106.483307 215.539186,102.254182 211.7475,99.1291667 C207.955814,96.004151 202.810033,94.4416667 196.31,94.4416667 C185.64328,94.4416667 172.768409,98.7332904 157.685,107.316667 L146.56,79.5666667 C165.060093,69.8999517 183.601574,65.0666667 202.185,65.0666667 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.666667, 85.333333)"><path 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 M362.666667,213.333333 L234.666667,213.333333 L234.666667,245.333333 L362.666667,245.333333 L362.666667,213.333333 Z M362.666667,149.333333 L234.666667,149.333333 L234.666667,181.333333 L362.666667,181.333333 L362.666667,149.333333 Z M192,85.3333333 L64,85.3333333 L64,181.333333 L192,181.333333 L192,85.3333333 Z M362.666667,85.3333333 L234.666667,85.3333333 L234.666667,117.333333 L362.666667,117.333333 L362.666667,85.3333333 Z" 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="icon" transform="translate(42.666667, 85.333333)"><path 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 M384,42.6666667 L42.6666667,42.6666667 L42.6666667,298.666667 L384,298.666667 L384,42.6666667 Z M341.333333,213.333333 L341.333333,245.333333 L234.666667,245.333333 L234.666667,213.333333 L341.333333,213.333333 Z M341.333333,149.333333 L341.333333,181.333333 L234.666667,181.333333 L234.666667,149.333333 L341.333333,149.333333 Z M192,85.3333333 L192,170.666667 L85.3333333,170.666667 L85.3333333,85.3333333 L192,85.3333333 Z M341.333333,85.3333333 L341.333333,117.333333 L234.666667,117.333333 L234.666667,85.3333333 L341.333333,85.3333333 Z" 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="icon" transform="translate(21.333333, 106.666667)"><path d="M448,2.84217094e-14 L448,298.666667 L106.666667,298.666667 L3.55271368e-15,149.333333 L106.666667,2.84217094e-14 L448,2.84217094e-14 Z M362.666667,170.666667 L213.333333,170.666667 L213.333333,213.333333 L362.666667,213.333333 L362.666667,170.666667 Z M117.333333,117.333333 C99.6602213,117.333333 85.3333333,131.660221 85.3333333,149.333333 C85.3333333,167.006445 99.6602213,181.333333 117.333333,181.333333 C135.006445,181.333333 149.333333,167.006445 149.333333,149.333333 C149.333333,131.660221 135.006445,117.333333 117.333333,117.333333 Z M362.666667,85.3333333 L213.333333,85.3333333 L213.333333,128 L362.666667,128 L362.666667,85.3333333 Z" id="Combined-Shape"/></g></g></svg>
|
package/svg/label.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(21.333333, 106.666667)"><path d="M448,2.84217094e-14 L448,298.666667 L106.666667,298.666667 L3.55271368e-15,149.333333 L106.666667,2.84217094e-14 L448,2.84217094e-14 Z M405.333333,42.6666667 L128.597333,42.6666667 L52.416,149.333333 L128.618667,256 L405.333333,256 L405.333333,42.6666667 Z M138.666667,117.333333 C156.339779,117.333333 170.666667,131.660221 170.666667,149.333333 C170.666667,167.006445 156.339779,181.333333 138.666667,181.333333 C120.993555,181.333333 106.666667,167.006445 106.666667,149.333333 C106.666667,131.660221 120.993555,117.333333 138.666667,117.333333 Z M213.333333,170.666667 L362.666667,170.666667 L362.666667,213.333333 L213.333333,213.333333 L213.333333,170.666667 Z M213.333333,85.3333333 L362.666667,85.3333333 L362.666667,128 L213.333333,128 L213.333333,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="M7.10542736e-15,234.574418 L86.744527,114.224663 L4.30411775,-2.84217094e-14 L65.7205672,-2.84217094e-14 L120.349754,76.4808616 L175.641113,-2.84217094e-14 L236.064304,-2.84217094e-14 L150.809664,115.549007 L237.057562,234.574418 L173.323511,234.574418 L117.701066,156.272583 L62.4097074,234.574418 L7.10542736e-15,234.574418 Z M252.855515,307.413333 L252.855515,130.282334 C252.855515,98.4980793 252.303705,75.3772417 251.200085,60.9198205 L300.69744,60.9198205 L302.35287,83.1025812 C310.740381,73.3907258 318.824397,66.5758727 326.604918,62.6580219 C334.385438,58.7401711 343.683436,56.7812457 354.498912,56.7812457 C378.447464,56.7812457 396.49165,65.8309292 408.631469,83.9302962 C419.998755,100.926043 425.682397,122.501813 425.682397,148.657605 C425.682397,176.910276 419.17104,199.203399 406.148325,215.536974 C393.787781,230.987653 376.847215,238.712992 355.326627,238.712992 C333.254228,238.712992 316.148119,230.325481 304.008299,213.550458 L304.008299,307.413333 L252.855515,307.413333 Z M305.714966,172.826882 C310.681256,181.766204 316.392489,188.663828 322.848666,193.519756 C329.304842,198.375684 336.009333,200.803647 342.962139,200.803647 C353.00508,200.803647 360.785601,195.561453 366.303701,185.077063 C371.8218,174.592674 374.58085,161.845864 374.58085,146.836633 C374.58085,132.048125 371.766619,119.742763 366.138158,109.920546 C360.399334,99.7672423 352.011822,94.6905906 340.975623,94.6905906 C328.504718,94.6905906 316.751165,103.409188 305.714966,120.846383 L305.714966,172.826882 Z" transform="translate(45.76 106.667)"/></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.666667, 85.333333)"><path d="M426.666667,85.3333333 L426.666667,341.333333 L362.626302,341.333333 L362.666667,405.333333 L256,341.333333 L170.666667,341.333333 L170.666667,85.3333333 L426.666667,85.3333333 Z M256,1.42108547e-14 L256,64 L149.333333,64 L149.333,268.8 L64,320 L64.0403648,256 L6.39488462e-14,256 L6.39488462e-14,1.42108547e-14 L256,1.42108547e-14 Z M311.198683,149.333333 L286.267137,149.333333 L238.933333,277.333333 L261.425923,277.333333 L274.524018,240.658669 L322.580475,240.658669 L335.768901,277.333333 L359.616467,277.333333 L311.198683,149.333333 Z M298.552247,170.741943 C300.501905,177.275935 302.566831,183.717713 304.747024,190.067278 L305.68845,192.782875 L316.43792,223.134321 L280.576241,223.134321 L291.325712,192.782875 C294.336768,184.412138 296.745613,177.065161 298.552247,170.741943 Z M117.030949,34.5391157 L95.6976158,34.5391157 L95.6973576,45.2051157 L42.3642825,45.2057824 L42.3642825,66.5391157 L121.995716,66.5400848 C120.716368,84.7084858 116.106956,101.073346 108.17419,115.733999 C99.560792,103.887475 93.627247,90.6461433 90.3372583,75.9278184 L90.1264414,74.9658328 L69.2687902,79.445732 L70.8337641,85.9582885 C75.5835399,103.786573 83.778254,119.851708 95.3786478,134.061926 C82.7968575,147.638694 64.7668657,157.161751 40.9572973,162.588992 L40.0503576,162.79312 L44.6782074,183.618444 L51.0461873,182.085779 C75.8970327,175.630085 95.7303277,164.729984 110.29054,149.351848 C120.495309,158.153416 133.141117,166.473384 148.224582,174.354521 L149.332601,174.930407 L149.332449,150.637452 C139.011433,144.692193 130.308211,138.579415 123.22105,132.322953 C134.984339,113.206613 141.674551,91.5943352 143.304052,67.6309686 L143.374635,66.540106 L149.332358,66.5391157 L149.332358,45.2051157 L117.030358,45.2051157 L117.030949,34.5391157 Z" id="Combined-Shape"/></g></g></svg>
|
package/svg/language.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, 85.333333)"><path d="M426.666667,85.3333333 L426.666667,341.333333 L362.626302,341.333333 L362.666667,405.333333 L256,341.333333 L170.666667,341.333333 L170.666667,85.3333333 L426.666667,85.3333333 Z M256,1.42108547e-14 L256,64 L213.333,64 L213.333333,42.6666667 L42.6666667,42.6666667 L42.6666667,213.333333 L149.333,213.333 L149.333,268.8 L64,320 L64.0403648,256 L6.39488462e-14,256 L6.39488462e-14,1.42108547e-14 L256,1.42108547e-14 Z M384,128 L213.333333,128 L213.333333,298.666667 L384,298.666667 L384,128 Z M311.198683,149.333333 L359.616467,277.333333 L335.768901,277.333333 L322.580475,240.658669 L274.524018,240.658669 L261.425923,277.333333 L238.933333,277.333333 L286.267137,149.333333 L311.198683,149.333333 Z M298.552247,170.741943 C296.817878,176.812232 294.528512,183.826018 291.684148,191.7833 L291.325712,192.782875 L280.576241,223.134321 L316.43792,223.134321 L305.68845,192.782875 L304.747024,190.067278 C302.566831,183.717713 300.501905,177.275935 298.552247,170.741943 Z M138.364283,55.8724491 L138.363691,66.5384491 L149.332691,66.5384491 L149.334032,145.217282 C147.846623,148.082062 146.253419,150.895209 144.554383,153.656286 C146.072758,154.996689 147.66531,156.330498 149.332056,157.657476 L149.332744,183.9067 C142.782625,179.623374 136.879514,175.218148 131.623873,170.685181 C117.063661,186.063317 97.230366,196.963418 72.3795207,203.419113 L66.0115407,204.951778 L61.383691,184.126454 C85.6428706,178.735525 103.970928,169.143885 116.711981,155.39526 C105.111587,141.185042 96.9168733,125.119906 92.1670974,107.291622 L90.6021236,100.779065 L111.459775,96.2991661 C114.703867,111.403107 120.706878,124.963276 129.507523,137.067333 C137.440289,122.406679 142.049701,106.041819 143.329049,87.8734181 L63.6976158,87.8724491 L63.6976158,66.5391157 L117.030691,66.5384491 L117.030949,55.8724491 L138.364283,55.8724491 Z" 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="layers-filled" fill-rule="nonzero"><g id="drop" transform="translate(42.666667, 53.973333)"><path d="M378.986667,273.557333 L426.666667,297.386667 L213.333333,404.053333 L7.10542736e-15,297.386667 L47.68,273.557333 L213.333333,356.396117 L378.986667,273.557333 Z M213.333333,190.72 L235.925333,202.026667 L213.333333,213.331174 L190.741333,202.026667 L213.333333,190.72 Z" id="Shape"/><polygon id="Path" points="379.008 178.180039 426.666667 202.026667 213.333333 308.693333 3.55271368e-14 202.026667 47.6586667 178.180039 213.333333 261.036117"/><polygon id="Combined-Shape" points="213.333333 -7.10542736e-15 426.666667 106.666667 213.333333 213.333333 3.55271368e-14 106.666667"/></g></g></g></svg>
|
package/svg/layers.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="Combined-Shape" transform="translate(42.666667, 53.973333)"><path d="M378.986667,273.557333 L426.666667,297.386667 L213.333333,404.053333 L3.55271368e-14,297.386667 L47.68,273.557333 L213.333333,356.396117 L378.986667,273.557333 Z M379.008,178.180039 L426.666667,202.026667 L213.333333,308.693333 L3.55271368e-14,202.026667 L47.6586667,178.180039 L213.333333,261.036117 L379.008,178.180039 Z M213.333333,1.42108547e-14 L426.666667,106.666667 L213.333333,213.333333 L3.55271368e-14,106.666667 L213.333333,1.42108547e-14 Z M213.333333,47.68 L95.3813333,106.666667 L213.333333,165.632 L331.264,106.666667 L213.333333,47.68 Z"/></g></g></svg>
|
package/svg/leaf.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="Combined-Shape" transform="translate(64.000000, 54.248389)"><path d="M363.581722,1.42108547e-14 L393.751611,30.1698893 L312.643994,111.281159 C352.32983,164.885322 347.6706,238.081012 298.666667,287.084945 C256,329.751611 156.444444,365.307167 7.10542736e-14,393.751611 C28.4444444,237.307167 64,137.751611 106.666667,95.0849447 C155.670851,46.0807605 228.867189,41.4217334 282.471451,81.1083588 L363.581722,1.42108547e-14 Z M288.915055,90.6666667 L241.652861,137.750667 L138.666667,137.751611 L138.666667,159.084945 L220.238861,159.084667 L155.996861,223.084667 L96,223.084945 L96,244.418278 L134.582861,244.417667 L45.790861,332.875806 L60.8758057,347.96075 L149.332861,259.835667 L149.333333,297.751611 L170.666667,297.751611 L170.665861,238.582667 L234.665861,174.823667 L234.666667,255.084945 L256,255.084945 L255.999861,153.569667 L304,105.751611 L288.915055,90.6666667 Z"/></g></g></svg>
|