@ultraviolet/icons 2.12.5 → 2.12.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/CategoryIcon/Icons.d.ts +27 -0
- package/dist/components/CategoryIcon/Icons.js +28 -28
- package/dist/components/CategoryIcon/assets/ai.svg.js +10 -10
- package/dist/components/CategoryIcon/assets/application-integration.svg.js +11 -11
- package/dist/components/CategoryIcon/assets/baremetal.svg.js +12 -12
- package/dist/components/CategoryIcon/assets/billing.svg.js +11 -11
- package/dist/components/CategoryIcon/assets/compute.svg.js +11 -11
- package/dist/components/CategoryIcon/assets/console.svg.js +11 -11
- package/dist/components/CategoryIcon/assets/containers.svg.js +10 -10
- package/dist/components/CategoryIcon/assets/database.svg.js +11 -11
- package/dist/components/CategoryIcon/assets/datacenter.svg.js +11 -11
- package/dist/components/CategoryIcon/assets/dedicated-server.svg.js +10 -10
- package/dist/components/CategoryIcon/assets/dev-tools.svg.js +14 -14
- package/dist/components/CategoryIcon/assets/documentation.svg.js +11 -11
- package/dist/components/CategoryIcon/assets/iot.svg.js +11 -11
- package/dist/components/CategoryIcon/assets/labs.svg.js +11 -11
- package/dist/components/CategoryIcon/assets/managed-services.svg.js +11 -11
- package/dist/components/CategoryIcon/assets/network.svg.js +12 -12
- package/dist/components/CategoryIcon/assets/observability.svg.js +11 -11
- package/dist/components/CategoryIcon/assets/pin.svg.js +25 -12
- package/dist/components/CategoryIcon/assets/security.svg.js +11 -11
- package/dist/components/CategoryIcon/assets/serverless.svg.js +10 -10
- package/dist/components/CategoryIcon/assets/storage.svg.js +10 -10
- package/dist/components/CategoryIcon/assets/tools-services.svg.js +11 -11
- package/dist/components/CategoryIcon/assets/use-case.svg.js +11 -11
- package/dist/components/CategoryIcon/assets/vpc.svg.js +16 -16
- package/dist/components/CategoryIcon/assets/web-hosting.svg.js +11 -11
- package/dist/components/CategoryIcon/index.d.ts +12 -0
- package/dist/components/CategoryIcon/index.js +16 -22
- package/dist/components/Icon/Icons.d.ts +208 -0
- package/dist/components/Icon/Icons.js +216 -216
- package/dist/components/Icon/SmallIcons.d.ts +208 -0
- package/dist/components/Icon/SmallIcons.js +216 -216
- package/dist/components/Icon/assets/default/anchor.svg.js +23 -10
- package/dist/components/Icon/assets/default/arrow-down.svg.js +23 -10
- package/dist/components/Icon/assets/default/arrow-left-bottom.svg.js +23 -10
- package/dist/components/Icon/assets/default/arrow-left-double.svg.js +23 -10
- package/dist/components/Icon/assets/default/arrow-left.svg.js +23 -10
- package/dist/components/Icon/assets/default/arrow-right-bottom.svg.js +23 -10
- package/dist/components/Icon/assets/default/arrow-right-double.svg.js +23 -10
- package/dist/components/Icon/assets/default/arrow-right.svg.js +23 -10
- package/dist/components/Icon/assets/default/arrow-up.svg.js +23 -10
- package/dist/components/Icon/assets/default/asterisk.svg.js +23 -10
- package/dist/components/Icon/assets/default/attach.svg.js +24 -11
- package/dist/components/Icon/assets/default/burger.svg.js +23 -10
- package/dist/components/Icon/assets/default/cancel.svg.js +23 -10
- package/dist/components/Icon/assets/default/check.svg.js +23 -10
- package/dist/components/Icon/assets/default/close-circle-outline.svg.js +23 -10
- package/dist/components/Icon/assets/default/close.svg.js +23 -10
- package/dist/components/Icon/assets/default/copy-content.svg.js +24 -11
- package/dist/components/Icon/assets/default/detach.svg.js +26 -13
- package/dist/components/Icon/assets/default/dots-horizontal.svg.js +23 -10
- package/dist/components/Icon/assets/default/dots-vertical.svg.js +23 -10
- package/dist/components/Icon/assets/default/download.svg.js +24 -11
- package/dist/components/Icon/assets/default/drag-variant.svg.js +23 -10
- package/dist/components/Icon/assets/default/drag.svg.js +23 -10
- package/dist/components/Icon/assets/default/east.svg.js +23 -10
- package/dist/components/Icon/assets/default/equal.svg.js +23 -10
- package/dist/components/Icon/assets/default/escape.svg.js +23 -10
- package/dist/components/Icon/assets/default/expand-more.svg.js +23 -10
- package/dist/components/Icon/assets/default/expand.svg.js +23 -10
- package/dist/components/Icon/assets/default/github.svg.js +23 -10
- package/dist/components/Icon/assets/default/instagram.svg.js +23 -10
- package/dist/components/Icon/assets/default/linkedin.svg.js +23 -10
- package/dist/components/Icon/assets/default/logout.svg.js +23 -10
- package/dist/components/Icon/assets/default/minus.svg.js +23 -10
- package/dist/components/Icon/assets/default/north.svg.js +23 -10
- package/dist/components/Icon/assets/default/open-in-new.svg.js +24 -11
- package/dist/components/Icon/assets/default/organization.svg.js +23 -10
- package/dist/components/Icon/assets/default/plus.svg.js +23 -10
- package/dist/components/Icon/assets/default/progress-check.svg.js +24 -11
- package/dist/components/Icon/assets/default/ray-end-arrow.svg.js +24 -11
- package/dist/components/Icon/assets/default/ray-start-arrow.svg.js +24 -11
- package/dist/components/Icon/assets/default/ray-start-end.svg.js +24 -11
- package/dist/components/Icon/assets/default/ray-top-arrow.svg.js +24 -11
- package/dist/components/Icon/assets/default/reboot.svg.js +23 -10
- package/dist/components/Icon/assets/default/restore.svg.js +23 -10
- package/dist/components/Icon/assets/default/revoke.svg.js +24 -11
- package/dist/components/Icon/assets/default/rss.svg.js +24 -11
- package/dist/components/Icon/assets/default/search.svg.js +23 -10
- package/dist/components/Icon/assets/default/send.svg.js +23 -10
- package/dist/components/Icon/assets/default/slack.svg.js +23 -10
- package/dist/components/Icon/assets/default/sort.svg.js +23 -10
- package/dist/components/Icon/assets/default/south.svg.js +23 -10
- package/dist/components/Icon/assets/default/switch-orga.svg.js +23 -10
- package/dist/components/Icon/assets/default/twitter.svg.js +23 -10
- package/dist/components/Icon/assets/default/upload.svg.js +24 -11
- package/dist/components/Icon/assets/default/view.svg.js +23 -10
- package/dist/components/Icon/assets/default/west.svg.js +23 -10
- package/dist/components/Icon/assets/default/youtube.svg.js +23 -10
- package/dist/components/Icon/assets/default-outline/address.svg.js +23 -10
- package/dist/components/Icon/assets/default-outline/alert-circle.svg.js +23 -10
- package/dist/components/Icon/assets/default-outline/auto-fix.svg.js +23 -10
- package/dist/components/Icon/assets/default-outline/book-open-outline.svg.js +23 -10
- package/dist/components/Icon/assets/default-outline/bullhorn.svg.js +23 -10
- package/dist/components/Icon/assets/default-outline/calculator.svg.js +23 -10
- package/dist/components/Icon/assets/default-outline/calendar-range.svg.js +23 -10
- package/dist/components/Icon/assets/default-outline/chat.svg.js +23 -10
- package/dist/components/Icon/assets/default-outline/check-circle.svg.js +23 -10
- package/dist/components/Icon/assets/default-outline/clock-outline.svg.js +23 -10
- package/dist/components/Icon/assets/default-outline/console.svg.js +23 -10
- package/dist/components/Icon/assets/default-outline/credential.svg.js +23 -10
- package/dist/components/Icon/assets/default-outline/credit-card.svg.js +23 -10
- package/dist/components/Icon/assets/default-outline/database.svg.js +23 -10
- package/dist/components/Icon/assets/default-outline/delete.svg.js +23 -10
- package/dist/components/Icon/assets/default-outline/doc.svg.js +23 -10
- package/dist/components/Icon/assets/default-outline/earth.svg.js +23 -10
- package/dist/components/Icon/assets/default-outline/email-remove.svg.js +24 -11
- package/dist/components/Icon/assets/default-outline/email.svg.js +23 -10
- package/dist/components/Icon/assets/default-outline/eye-off.svg.js +23 -10
- package/dist/components/Icon/assets/default-outline/eye.svg.js +23 -10
- package/dist/components/Icon/assets/default-outline/filter.svg.js +23 -10
- package/dist/components/Icon/assets/default-outline/folder.svg.js +23 -10
- package/dist/components/Icon/assets/default-outline/help-circle.svg.js +23 -10
- package/dist/components/Icon/assets/default-outline/id.svg.js +23 -10
- package/dist/components/Icon/assets/default-outline/information.svg.js +23 -10
- package/dist/components/Icon/assets/default-outline/lock.svg.js +23 -10
- package/dist/components/Icon/assets/default-outline/members.svg.js +23 -10
- package/dist/components/Icon/assets/default-outline/moon.svg.js +23 -10
- package/dist/components/Icon/assets/default-outline/mosaic.svg.js +23 -10
- package/dist/components/Icon/assets/default-outline/pen.svg.js +23 -10
- package/dist/components/Icon/assets/default-outline/pencil.svg.js +23 -10
- package/dist/components/Icon/assets/default-outline/phone.svg.js +23 -10
- package/dist/components/Icon/assets/default-outline/pin.svg.js +23 -10
- package/dist/components/Icon/assets/default-outline/play.svg.js +23 -10
- package/dist/components/Icon/assets/default-outline/privacy.svg.js +23 -10
- package/dist/components/Icon/assets/default-outline/profile.svg.js +23 -10
- package/dist/components/Icon/assets/default-outline/rocket.svg.js +23 -10
- package/dist/components/Icon/assets/default-outline/settings.svg.js +23 -10
- package/dist/components/Icon/assets/default-outline/sun.svg.js +23 -10
- package/dist/components/Icon/assets/default-outline/support.svg.js +23 -10
- package/dist/components/Icon/assets/default-outline/unlock.svg.js +23 -10
- package/dist/components/Icon/assets/default-outline/unpin.svg.js +23 -10
- package/dist/components/Icon/assets/default-outline/weather-night.svg.js +24 -11
- package/dist/components/Icon/assets/default-solid/address.svg.js +23 -10
- package/dist/components/Icon/assets/default-solid/alert-circle.svg.js +23 -10
- package/dist/components/Icon/assets/default-solid/auto-fix.svg.js +23 -10
- package/dist/components/Icon/assets/default-solid/book-open-outline.svg.js +23 -10
- package/dist/components/Icon/assets/default-solid/bullhorn.svg.js +23 -10
- package/dist/components/Icon/assets/default-solid/calculator.svg.js +23 -10
- package/dist/components/Icon/assets/default-solid/calendar-range.svg.js +24 -11
- package/dist/components/Icon/assets/default-solid/chat.svg.js +23 -10
- package/dist/components/Icon/assets/default-solid/check-circle.svg.js +23 -10
- package/dist/components/Icon/assets/default-solid/clock-outline.svg.js +23 -10
- package/dist/components/Icon/assets/default-solid/console.svg.js +23 -10
- package/dist/components/Icon/assets/default-solid/credential.svg.js +23 -10
- package/dist/components/Icon/assets/default-solid/credit-card.svg.js +24 -11
- package/dist/components/Icon/assets/default-solid/database.svg.js +25 -12
- package/dist/components/Icon/assets/default-solid/delete.svg.js +23 -10
- package/dist/components/Icon/assets/default-solid/doc.svg.js +23 -10
- package/dist/components/Icon/assets/default-solid/earth.svg.js +23 -10
- package/dist/components/Icon/assets/default-solid/email-remove.svg.js +25 -12
- package/dist/components/Icon/assets/default-solid/email.svg.js +24 -11
- package/dist/components/Icon/assets/default-solid/eye-off.svg.js +24 -11
- package/dist/components/Icon/assets/default-solid/eye.svg.js +24 -11
- package/dist/components/Icon/assets/default-solid/filter.svg.js +23 -10
- package/dist/components/Icon/assets/default-solid/folder.svg.js +23 -10
- package/dist/components/Icon/assets/default-solid/help-circle.svg.js +23 -10
- package/dist/components/Icon/assets/default-solid/id.svg.js +23 -10
- package/dist/components/Icon/assets/default-solid/information.svg.js +23 -10
- package/dist/components/Icon/assets/default-solid/lock.svg.js +23 -10
- package/dist/components/Icon/assets/default-solid/members.svg.js +23 -10
- package/dist/components/Icon/assets/default-solid/moon.svg.js +23 -10
- package/dist/components/Icon/assets/default-solid/mosaic.svg.js +23 -10
- package/dist/components/Icon/assets/default-solid/pen.svg.js +23 -10
- package/dist/components/Icon/assets/default-solid/pencil.svg.js +24 -11
- package/dist/components/Icon/assets/default-solid/phone.svg.js +23 -10
- package/dist/components/Icon/assets/default-solid/pin.svg.js +23 -10
- package/dist/components/Icon/assets/default-solid/play.svg.js +23 -10
- package/dist/components/Icon/assets/default-solid/privacy.svg.js +23 -10
- package/dist/components/Icon/assets/default-solid/profile.svg.js +23 -10
- package/dist/components/Icon/assets/default-solid/rocket.svg.js +24 -11
- package/dist/components/Icon/assets/default-solid/settings.svg.js +23 -10
- package/dist/components/Icon/assets/default-solid/sun.svg.js +23 -10
- package/dist/components/Icon/assets/default-solid/support.svg.js +23 -10
- package/dist/components/Icon/assets/default-solid/unlock.svg.js +23 -10
- package/dist/components/Icon/assets/default-solid/unpin.svg.js +23 -10
- package/dist/components/Icon/assets/default-solid/weather-night.svg.js +24 -11
- package/dist/components/Icon/assets/small/anchor.svg.js +23 -10
- package/dist/components/Icon/assets/small/arrow-down.svg.js +23 -10
- package/dist/components/Icon/assets/small/arrow-left-bottom.svg.js +23 -10
- package/dist/components/Icon/assets/small/arrow-left-double.svg.js +23 -10
- package/dist/components/Icon/assets/small/arrow-left.svg.js +23 -10
- package/dist/components/Icon/assets/small/arrow-right-bottom.svg.js +23 -10
- package/dist/components/Icon/assets/small/arrow-right-double.svg.js +23 -10
- package/dist/components/Icon/assets/small/arrow-right.svg.js +23 -10
- package/dist/components/Icon/assets/small/arrow-up.svg.js +23 -10
- package/dist/components/Icon/assets/small/asterisk.svg.js +23 -10
- package/dist/components/Icon/assets/small/attach.svg.js +24 -11
- package/dist/components/Icon/assets/small/burger.svg.js +23 -10
- package/dist/components/Icon/assets/small/cancel.svg.js +23 -10
- package/dist/components/Icon/assets/small/check.svg.js +23 -10
- package/dist/components/Icon/assets/small/close-circle-outline.svg.js +23 -10
- package/dist/components/Icon/assets/small/close.svg.js +23 -10
- package/dist/components/Icon/assets/small/copy-content.svg.js +24 -11
- package/dist/components/Icon/assets/small/detach.svg.js +26 -13
- package/dist/components/Icon/assets/small/dots-horizontal.svg.js +23 -10
- package/dist/components/Icon/assets/small/dots-vertical.svg.js +23 -10
- package/dist/components/Icon/assets/small/download.svg.js +24 -11
- package/dist/components/Icon/assets/small/drag-variant.svg.js +23 -10
- package/dist/components/Icon/assets/small/drag.svg.js +23 -10
- package/dist/components/Icon/assets/small/east.svg.js +23 -10
- package/dist/components/Icon/assets/small/equal.svg.js +23 -10
- package/dist/components/Icon/assets/small/escape.svg.js +23 -10
- package/dist/components/Icon/assets/small/expand-more.svg.js +23 -10
- package/dist/components/Icon/assets/small/expand.svg.js +23 -10
- package/dist/components/Icon/assets/small/github.svg.js +23 -10
- package/dist/components/Icon/assets/small/instagram.svg.js +23 -10
- package/dist/components/Icon/assets/small/linkedin.svg.js +23 -10
- package/dist/components/Icon/assets/small/logout.svg.js +23 -10
- package/dist/components/Icon/assets/small/minus.svg.js +23 -10
- package/dist/components/Icon/assets/small/north.svg.js +23 -10
- package/dist/components/Icon/assets/small/open-in-new.svg.js +24 -11
- package/dist/components/Icon/assets/small/organization.svg.js +23 -10
- package/dist/components/Icon/assets/small/plus.svg.js +23 -10
- package/dist/components/Icon/assets/small/progress-check.svg.js +24 -11
- package/dist/components/Icon/assets/small/ray-end-arrow.svg.js +24 -11
- package/dist/components/Icon/assets/small/ray-start-arrow.svg.js +24 -11
- package/dist/components/Icon/assets/small/ray-start-end.svg.js +24 -11
- package/dist/components/Icon/assets/small/ray-top-arrow.svg.js +24 -11
- package/dist/components/Icon/assets/small/reboot.svg.js +23 -10
- package/dist/components/Icon/assets/small/restore.svg.js +23 -10
- package/dist/components/Icon/assets/small/revoke.svg.js +23 -10
- package/dist/components/Icon/assets/small/rss.svg.js +24 -11
- package/dist/components/Icon/assets/small/search.svg.js +23 -10
- package/dist/components/Icon/assets/small/send.svg.js +23 -10
- package/dist/components/Icon/assets/small/slack.svg.js +23 -10
- package/dist/components/Icon/assets/small/sort.svg.js +23 -10
- package/dist/components/Icon/assets/small/south.svg.js +23 -10
- package/dist/components/Icon/assets/small/switch-orga.svg.js +23 -10
- package/dist/components/Icon/assets/small/twitter.svg.js +23 -10
- package/dist/components/Icon/assets/small/upload.svg.js +24 -11
- package/dist/components/Icon/assets/small/view.svg.js +23 -10
- package/dist/components/Icon/assets/small/west.svg.js +23 -10
- package/dist/components/Icon/assets/small/youtube.svg.js +23 -10
- package/dist/components/Icon/assets/small-outline/address.svg.js +23 -10
- package/dist/components/Icon/assets/small-outline/alert-circle.svg.js +23 -10
- package/dist/components/Icon/assets/small-outline/auto-fix.svg.js +26 -13
- package/dist/components/Icon/assets/small-outline/book-open-outline.svg.js +23 -10
- package/dist/components/Icon/assets/small-outline/bullhorn.svg.js +23 -10
- package/dist/components/Icon/assets/small-outline/calculator.svg.js +23 -10
- package/dist/components/Icon/assets/small-outline/calendar-range.svg.js +23 -10
- package/dist/components/Icon/assets/small-outline/chat.svg.js +23 -10
- package/dist/components/Icon/assets/small-outline/check-circle.svg.js +23 -10
- package/dist/components/Icon/assets/small-outline/clock-outline.svg.js +23 -10
- package/dist/components/Icon/assets/small-outline/console.svg.js +23 -10
- package/dist/components/Icon/assets/small-outline/credential.svg.js +23 -10
- package/dist/components/Icon/assets/small-outline/credit-card.svg.js +23 -10
- package/dist/components/Icon/assets/small-outline/database.svg.js +23 -10
- package/dist/components/Icon/assets/small-outline/delete.svg.js +23 -10
- package/dist/components/Icon/assets/small-outline/doc.svg.js +23 -10
- package/dist/components/Icon/assets/small-outline/earth.svg.js +23 -10
- package/dist/components/Icon/assets/small-outline/email-remove.svg.js +24 -11
- package/dist/components/Icon/assets/small-outline/email.svg.js +23 -10
- package/dist/components/Icon/assets/small-outline/eye-off.svg.js +23 -10
- package/dist/components/Icon/assets/small-outline/eye.svg.js +23 -10
- package/dist/components/Icon/assets/small-outline/filter.svg.js +26 -13
- package/dist/components/Icon/assets/small-outline/folder.svg.js +23 -10
- package/dist/components/Icon/assets/small-outline/help-circle.svg.js +23 -10
- package/dist/components/Icon/assets/small-outline/id.svg.js +23 -10
- package/dist/components/Icon/assets/small-outline/information.svg.js +23 -10
- package/dist/components/Icon/assets/small-outline/lock.svg.js +23 -10
- package/dist/components/Icon/assets/small-outline/members.svg.js +23 -10
- package/dist/components/Icon/assets/small-outline/moon.svg.js +23 -10
- package/dist/components/Icon/assets/small-outline/mosaic.svg.js +23 -10
- package/dist/components/Icon/assets/small-outline/pen.svg.js +23 -10
- package/dist/components/Icon/assets/small-outline/pencil.svg.js +23 -10
- package/dist/components/Icon/assets/small-outline/phone.svg.js +23 -10
- package/dist/components/Icon/assets/small-outline/pin.svg.js +23 -10
- package/dist/components/Icon/assets/small-outline/play.svg.js +23 -10
- package/dist/components/Icon/assets/small-outline/privacy.svg.js +23 -10
- package/dist/components/Icon/assets/small-outline/profile.svg.js +23 -10
- package/dist/components/Icon/assets/small-outline/rocket.svg.js +26 -13
- package/dist/components/Icon/assets/small-outline/settings.svg.js +23 -10
- package/dist/components/Icon/assets/small-outline/sun.svg.js +23 -10
- package/dist/components/Icon/assets/small-outline/support.svg.js +23 -10
- package/dist/components/Icon/assets/small-outline/unlock.svg.js +23 -10
- package/dist/components/Icon/assets/small-outline/unpin.svg.js +23 -10
- package/dist/components/Icon/assets/small-outline/weather-night.svg.js +24 -11
- package/dist/components/Icon/assets/small-solid/address.svg.js +23 -10
- package/dist/components/Icon/assets/small-solid/alert-circle.svg.js +23 -10
- package/dist/components/Icon/assets/small-solid/auto-fix.svg.js +23 -10
- package/dist/components/Icon/assets/small-solid/book-open-outline.svg.js +23 -10
- package/dist/components/Icon/assets/small-solid/bullhorn.svg.js +23 -10
- package/dist/components/Icon/assets/small-solid/calculator.svg.js +23 -10
- package/dist/components/Icon/assets/small-solid/calendar-range.svg.js +24 -11
- package/dist/components/Icon/assets/small-solid/chat.svg.js +23 -10
- package/dist/components/Icon/assets/small-solid/check-circle.svg.js +23 -10
- package/dist/components/Icon/assets/small-solid/clock-outline.svg.js +23 -10
- package/dist/components/Icon/assets/small-solid/console.svg.js +23 -10
- package/dist/components/Icon/assets/small-solid/credential.svg.js +23 -10
- package/dist/components/Icon/assets/small-solid/credit-card.svg.js +24 -11
- package/dist/components/Icon/assets/small-solid/database.svg.js +25 -12
- package/dist/components/Icon/assets/small-solid/delete.svg.js +23 -10
- package/dist/components/Icon/assets/small-solid/doc.svg.js +23 -10
- package/dist/components/Icon/assets/small-solid/earth.svg.js +23 -10
- package/dist/components/Icon/assets/small-solid/email-remove.svg.js +23 -10
- package/dist/components/Icon/assets/small-solid/email.svg.js +24 -11
- package/dist/components/Icon/assets/small-solid/eye-off.svg.js +24 -11
- package/dist/components/Icon/assets/small-solid/eye.svg.js +24 -11
- package/dist/components/Icon/assets/small-solid/filter.svg.js +23 -10
- package/dist/components/Icon/assets/small-solid/folder.svg.js +23 -10
- package/dist/components/Icon/assets/small-solid/help-circle.svg.js +23 -10
- package/dist/components/Icon/assets/small-solid/id.svg.js +23 -10
- package/dist/components/Icon/assets/small-solid/information.svg.js +23 -10
- package/dist/components/Icon/assets/small-solid/lock.svg.js +23 -10
- package/dist/components/Icon/assets/small-solid/members.svg.js +23 -10
- package/dist/components/Icon/assets/small-solid/moon.svg.js +23 -10
- package/dist/components/Icon/assets/small-solid/mosaic.svg.js +23 -10
- package/dist/components/Icon/assets/small-solid/pen.svg.js +23 -10
- package/dist/components/Icon/assets/small-solid/pencil.svg.js +24 -11
- package/dist/components/Icon/assets/small-solid/phone.svg.js +23 -10
- package/dist/components/Icon/assets/small-solid/pin.svg.js +23 -10
- package/dist/components/Icon/assets/small-solid/play.svg.js +23 -10
- package/dist/components/Icon/assets/small-solid/privacy.svg.js +23 -10
- package/dist/components/Icon/assets/small-solid/profile.svg.js +23 -10
- package/dist/components/Icon/assets/small-solid/rocket.svg.js +24 -11
- package/dist/components/Icon/assets/small-solid/settings.svg.js +23 -10
- package/dist/components/Icon/assets/small-solid/sun.svg.js +23 -10
- package/dist/components/Icon/assets/small-solid/support.svg.js +23 -10
- package/dist/components/Icon/assets/small-solid/unlock.svg.js +23 -10
- package/dist/components/Icon/assets/small-solid/unpin.svg.js +23 -10
- package/dist/components/Icon/assets/small-solid/weather-night.svg.js +24 -11
- package/dist/components/Icon/index.d.ts +26 -0
- package/dist/components/Icon/index.js +52 -64
- package/dist/components/ProductIcon/Icons.d.ts +145 -0
- package/dist/components/ProductIcon/Icons.js +146 -146
- package/dist/components/ProductIcon/assets/abuse.svg.js +10 -10
- package/dist/components/ProductIcon/assets/account-experience.svg.js +33 -20
- package/dist/components/ProductIcon/assets/additional-disk.svg.js +35 -22
- package/dist/components/ProductIcon/assets/advanced-settings.svg.js +14 -14
- package/dist/components/ProductIcon/assets/ansible.svg.js +26 -13
- package/dist/components/ProductIcon/assets/api-gateway.svg.js +13 -13
- package/dist/components/ProductIcon/assets/api-key.svg.js +19 -19
- package/dist/components/ProductIcon/assets/api.svg.js +30 -17
- package/dist/components/ProductIcon/assets/apple-silicon.svg.js +13 -13
- package/dist/components/ProductIcon/assets/application-library.svg.js +11 -11
- package/dist/components/ProductIcon/assets/application.svg.js +15 -15
- package/dist/components/ProductIcon/assets/backends.svg.js +12 -12
- package/dist/components/ProductIcon/assets/bandwidth.svg.js +28 -15
- package/dist/components/ProductIcon/assets/basic-support.svg.js +13 -13
- package/dist/components/ProductIcon/assets/billing.svg.js +15 -15
- package/dist/components/ProductIcon/assets/block-storage.svg.js +13 -13
- package/dist/components/ProductIcon/assets/cb.svg.js +14 -14
- package/dist/components/ProductIcon/assets/cdn.svg.js +15 -15
- package/dist/components/ProductIcon/assets/changelog.svg.js +14 -14
- package/dist/components/ProductIcon/assets/cli.svg.js +13 -13
- package/dist/components/ProductIcon/assets/cloud-hosting.svg.js +31 -18
- package/dist/components/ProductIcon/assets/cockpit.svg.js +16 -16
- package/dist/components/ProductIcon/assets/cold-storage.svg.js +31 -18
- package/dist/components/ProductIcon/assets/console.svg.js +13 -13
- package/dist/components/ProductIcon/assets/containers.svg.js +14 -14
- package/dist/components/ProductIcon/assets/cost-manager.svg.js +39 -26
- package/dist/components/ProductIcon/assets/data-warehouse.svg.js +32 -19
- package/dist/components/ProductIcon/assets/ddos.svg.js +32 -19
- package/dist/components/ProductIcon/assets/ddx-core-servers.svg.js +31 -18
- package/dist/components/ProductIcon/assets/ddx-pro-servers.svg.js +31 -18
- package/dist/components/ProductIcon/assets/ddx-start-servers.svg.js +31 -18
- package/dist/components/ProductIcon/assets/dedibackup.svg.js +29 -16
- package/dist/components/ProductIcon/assets/dedibox.svg.js +16 -16
- package/dist/components/ProductIcon/assets/dedicated-control-plane.svg.js +43 -30
- package/dist/components/ProductIcon/assets/dedicated-server.svg.js +12 -12
- package/dist/components/ProductIcon/assets/devices.svg.js +12 -12
- package/dist/components/ProductIcon/assets/direct-connect.svg.js +12 -12
- package/dist/components/ProductIcon/assets/distributed-data-lab.svg.js +40 -27
- package/dist/components/ProductIcon/assets/dns.svg.js +13 -13
- package/dist/components/ProductIcon/assets/document-db.svg.js +14 -14
- package/dist/components/ProductIcon/assets/documentation.svg.js +17 -17
- package/dist/components/ProductIcon/assets/domains.svg.js +17 -17
- package/dist/components/ProductIcon/assets/edge-services.svg.js +37 -24
- package/dist/components/ProductIcon/assets/elastic-metal-aluminium.svg.js +36 -23
- package/dist/components/ProductIcon/assets/elastic-metal-beryllium.svg.js +36 -23
- package/dist/components/ProductIcon/assets/elastic-metal-iridium.svg.js +36 -23
- package/dist/components/ProductIcon/assets/elastic-metal-lithium.svg.js +36 -23
- package/dist/components/ProductIcon/assets/elastic-metal-titanium.svg.js +36 -23
- package/dist/components/ProductIcon/assets/elastic-metal.svg.js +15 -15
- package/dist/components/ProductIcon/assets/environmental-footprint-calculator.svg.js +33 -20
- package/dist/components/ProductIcon/assets/file.svg.js +17 -17
- package/dist/components/ProductIcon/assets/flexible-ip.svg.js +12 -12
- package/dist/components/ProductIcon/assets/folder.svg.js +15 -15
- package/dist/components/ProductIcon/assets/front-ends.svg.js +12 -12
- package/dist/components/ProductIcon/assets/functions.svg.js +13 -13
- package/dist/components/ProductIcon/assets/gold-support.svg.js +15 -15
- package/dist/components/ProductIcon/assets/hub-networks.svg.js +14 -14
- package/dist/components/ProductIcon/assets/hub-routes.svg.js +12 -12
- package/dist/components/ProductIcon/assets/iam.svg.js +14 -14
- package/dist/components/ProductIcon/assets/icon-elastic-metal.svg.js +34 -21
- package/dist/components/ProductIcon/assets/icon-sdk-js.svg.js +32 -19
- package/dist/components/ProductIcon/assets/icon-sdk.svg.js +32 -19
- package/dist/components/ProductIcon/assets/images.svg.js +12 -12
- package/dist/components/ProductIcon/assets/inference.svg.js +28 -15
- package/dist/components/ProductIcon/assets/instance-cost-optimized.svg.js +28 -15
- package/dist/components/ProductIcon/assets/instance-enterprise.svg.js +12 -12
- package/dist/components/ProductIcon/assets/instance-gpu.svg.js +12 -12
- package/dist/components/ProductIcon/assets/instance-learn.svg.js +28 -15
- package/dist/components/ProductIcon/assets/instance-pop.svg.js +29 -16
- package/dist/components/ProductIcon/assets/instance-wop.svg.js +30 -17
- package/dist/components/ProductIcon/assets/instance.svg.js +12 -12
- package/dist/components/ProductIcon/assets/iot-edge.svg.js +13 -13
- package/dist/components/ProductIcon/assets/iot.svg.js +12 -12
- package/dist/components/ProductIcon/assets/ip-failover.svg.js +13 -13
- package/dist/components/ProductIcon/assets/ipfs-naming.svg.js +19 -19
- package/dist/components/ProductIcon/assets/ipfs.svg.js +12 -12
- package/dist/components/ProductIcon/assets/jero.svg.js +33 -20
- package/dist/components/ProductIcon/assets/k8s-kosmos.svg.js +25 -25
- package/dist/components/ProductIcon/assets/kubernetes.svg.js +12 -12
- package/dist/components/ProductIcon/assets/lb.svg.js +14 -14
- package/dist/components/ProductIcon/assets/life-cycle-rules.svg.js +13 -13
- package/dist/components/ProductIcon/assets/mac-mini-m2.svg.js +13 -13
- package/dist/components/ProductIcon/assets/mac-mini.svg.js +30 -17
- package/dist/components/ProductIcon/assets/managed-search-database.svg.js +33 -20
- package/dist/components/ProductIcon/assets/monitoring.svg.js +31 -18
- package/dist/components/ProductIcon/assets/multi-user.svg.js +13 -13
- package/dist/components/ProductIcon/assets/nabu.svg.js +33 -20
- package/dist/components/ProductIcon/assets/nats.svg.js +13 -13
- package/dist/components/ProductIcon/assets/object-storage.svg.js +12 -12
- package/dist/components/ProductIcon/assets/os.svg.js +35 -22
- package/dist/components/ProductIcon/assets/packer.svg.js +13 -13
- package/dist/components/ProductIcon/assets/placement-group.svg.js +19 -19
- package/dist/components/ProductIcon/assets/platinum-support.svg.js +13 -13
- package/dist/components/ProductIcon/assets/policy.svg.js +16 -16
- package/dist/components/ProductIcon/assets/pool.svg.js +12 -12
- package/dist/components/ProductIcon/assets/postgresql-mysql.svg.js +14 -14
- package/dist/components/ProductIcon/assets/private-network.svg.js +13 -13
- package/dist/components/ProductIcon/assets/public-gateway.svg.js +12 -12
- package/dist/components/ProductIcon/assets/qaas.svg.js +34 -21
- package/dist/components/ProductIcon/assets/queueing.svg.js +14 -14
- package/dist/components/ProductIcon/assets/rabbit-mq.svg.js +17 -17
- package/dist/components/ProductIcon/assets/rdb.svg.js +12 -12
- package/dist/components/ProductIcon/assets/redis.svg.js +12 -12
- package/dist/components/ProductIcon/assets/registry.svg.js +13 -13
- package/dist/components/ProductIcon/assets/rocket.svg.js +15 -15
- package/dist/components/ProductIcon/assets/router.svg.js +33 -20
- package/dist/components/ProductIcon/assets/rpn-san.svg.js +31 -18
- package/dist/components/ProductIcon/assets/rpn-v1.svg.js +29 -16
- package/dist/components/ProductIcon/assets/rpn-v2.svg.js +29 -16
- package/dist/components/ProductIcon/assets/rpn.svg.js +29 -16
- package/dist/components/ProductIcon/assets/saving-plan.svg.js +36 -23
- package/dist/components/ProductIcon/assets/sdk-go.svg.js +35 -22
- package/dist/components/ProductIcon/assets/sdk-python.svg.js +35 -22
- package/dist/components/ProductIcon/assets/secret-manager.svg.js +15 -15
- package/dist/components/ProductIcon/assets/security-group.svg.js +13 -13
- package/dist/components/ProductIcon/assets/sepa.svg.js +13 -13
- package/dist/components/ProductIcon/assets/server.svg.js +14 -14
- package/dist/components/ProductIcon/assets/serverless-db.svg.js +18 -18
- package/dist/components/ProductIcon/assets/serverless-jobs.svg.js +28 -28
- package/dist/components/ProductIcon/assets/service-level.svg.js +31 -18
- package/dist/components/ProductIcon/assets/silver-support.svg.js +15 -15
- package/dist/components/ProductIcon/assets/sms.svg.js +13 -13
- package/dist/components/ProductIcon/assets/smtp.svg.js +14 -14
- package/dist/components/ProductIcon/assets/snapshots.svg.js +15 -15
- package/dist/components/ProductIcon/assets/sns.svg.js +24 -24
- package/dist/components/ProductIcon/assets/sqs.svg.js +16 -16
- package/dist/components/ProductIcon/assets/ssl-certificates.svg.js +14 -14
- package/dist/components/ProductIcon/assets/store-servers.svg.js +31 -18
- package/dist/components/ProductIcon/assets/support.svg.js +15 -15
- package/dist/components/ProductIcon/assets/terraform.svg.js +13 -13
- package/dist/components/ProductIcon/assets/transactional-email.svg.js +12 -12
- package/dist/components/ProductIcon/assets/tutorial.svg.js +15 -15
- package/dist/components/ProductIcon/assets/user.svg.js +13 -13
- package/dist/components/ProductIcon/assets/verify-card.svg.js +14 -14
- package/dist/components/ProductIcon/assets/video.svg.js +14 -14
- package/dist/components/ProductIcon/assets/volume.svg.js +12 -12
- package/dist/components/ProductIcon/assets/vpc.svg.js +12 -12
- package/dist/components/ProductIcon/assets/vps-pro-servers.svg.js +34 -21
- package/dist/components/ProductIcon/assets/vps-servers.svg.js +33 -20
- package/dist/components/ProductIcon/assets/vps-start-servers.svg.js +34 -21
- package/dist/components/ProductIcon/assets/web-platform.svg.js +30 -17
- package/dist/components/ProductIcon/assets/webhosting.svg.js +21 -21
- package/dist/components/ProductIcon/assets/zone.svg.js +12 -12
- package/dist/components/ProductIcon/index.d.ts +20 -0
- package/dist/components/ProductIcon/index.js +18 -24
- package/dist/components/index.d.ts +3 -0
- package/dist/index.d.ts +1 -231
- package/dist/index.js +8 -3
- package/dist/utils/capitalize.d.ts +2 -0
- package/dist/utils/capitalize.js +4 -3
- package/package.json +18 -12
|
@@ -1,17 +1,30 @@
|
|
|
1
|
-
import * as React from
|
|
2
|
-
import { memo } from
|
|
3
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { memo } from "react";
|
|
4
3
|
var _path;
|
|
5
|
-
function _extends() {
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
function _extends() {
|
|
5
|
+
_extends = Object.assign ? Object.assign.bind() : function(target) {
|
|
6
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
7
|
+
var source = arguments[i];
|
|
8
|
+
for (var key in source) {
|
|
9
|
+
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
10
|
+
target[key] = source[key];
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
return target;
|
|
15
|
+
};
|
|
16
|
+
return _extends.apply(this, arguments);
|
|
17
|
+
}
|
|
18
|
+
var SvgEarth = function SvgEarth2(props) {
|
|
19
|
+
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
8
20
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
-
}, props), _path || (_path =
|
|
21
|
+
}, props), _path || (_path = /* @__PURE__ */ React.createElement("path", {
|
|
10
22
|
fillRule: "evenodd",
|
|
11
23
|
d: "M18 10a8 8 0 1 1-16 0 8 8 0 0 1 16 0m-1.503.204A6.5 6.5 0 1 1 7.95 3.83L6.927 5.62a1.453 1.453 0 0 0 1.91 2.02l.175-.087a.5.5 0 0 1 .224-.053h.146a.5.5 0 0 1 .447.724l-.028.055a.4.4 0 0 1-.357.221h-.502a2.26 2.26 0 0 0-1.88 1.006l-.044.066a2.1 2.1 0 0 0 1.085 3.156.58.58 0 0 1 .397.547v1.05a1.175 1.175 0 0 0 2.093.734l1.611-2.014c.192-.24.296-.536.296-.842 0-.316.128-.624.353-.85a1.36 1.36 0 0 0 .173-1.716l-.464-.696a.369.369 0 0 1 .527-.499l.343.257a1.04 1.04 0 0 0 1.091.098.59.59 0 0 1 .677.11z",
|
|
12
24
|
clipRule: "evenodd"
|
|
13
25
|
})));
|
|
14
26
|
};
|
|
15
|
-
var Memo =
|
|
16
|
-
|
|
17
|
-
|
|
27
|
+
var Memo = /* @__PURE__ */ memo(SvgEarth);
|
|
28
|
+
export {
|
|
29
|
+
Memo as ReactComponent
|
|
30
|
+
};
|
|
@@ -1,21 +1,34 @@
|
|
|
1
|
-
import * as React from
|
|
2
|
-
import { memo } from
|
|
3
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { memo } from "react";
|
|
4
3
|
var _path, _path2, _path3;
|
|
5
|
-
function _extends() {
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
function _extends() {
|
|
5
|
+
_extends = Object.assign ? Object.assign.bind() : function(target) {
|
|
6
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
7
|
+
var source = arguments[i];
|
|
8
|
+
for (var key in source) {
|
|
9
|
+
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
10
|
+
target[key] = source[key];
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
return target;
|
|
15
|
+
};
|
|
16
|
+
return _extends.apply(this, arguments);
|
|
17
|
+
}
|
|
18
|
+
var SvgEmailRemove = function SvgEmailRemove2(props) {
|
|
19
|
+
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
8
20
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
-
}, props), _path || (_path =
|
|
21
|
+
}, props), _path || (_path = /* @__PURE__ */ React.createElement("path", {
|
|
10
22
|
d: "M0 6a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v1.161l-8.441 4.221a1.25 1.25 0 0 1-1.118 0L0 7.162zm15.065 4.306L18 8.84v1.224a2 2 0 0 0-.914.523l-.836.836-.836-.836a2 2 0 0 0-.35-.28"
|
|
11
|
-
})), _path2 || (_path2 =
|
|
23
|
+
})), _path2 || (_path2 = /* @__PURE__ */ React.createElement("path", {
|
|
12
24
|
d: "m12.007 11.835-1.777.889a2.75 2.75 0 0 1-2.46 0L0 8.839V14a2 2 0 0 0 2 2h10.063a2 2 0 0 1 .523-.914l.836-.836-.836-.836a2 2 0 0 1-.58-1.579"
|
|
13
|
-
})), _path3 || (_path3 =
|
|
25
|
+
})), _path3 || (_path3 = /* @__PURE__ */ React.createElement("path", {
|
|
14
26
|
fillRule: "evenodd",
|
|
15
27
|
d: "M13.22 11.22a.75.75 0 0 1 1.06 0L16 12.94l1.72-1.72a.75.75 0 1 1 1.06 1.06L17.06 14l1.72 1.72a.75.75 0 1 1-1.06 1.06L16 15.06l-1.72 1.72a.75.75 0 1 1-1.06-1.06L14.94 14l-1.72-1.72a.75.75 0 0 1 0-1.06",
|
|
16
28
|
clipRule: "evenodd"
|
|
17
29
|
})));
|
|
18
30
|
};
|
|
19
|
-
var Memo =
|
|
20
|
-
|
|
21
|
-
|
|
31
|
+
var Memo = /* @__PURE__ */ memo(SvgEmailRemove);
|
|
32
|
+
export {
|
|
33
|
+
Memo as ReactComponent
|
|
34
|
+
};
|
|
@@ -1,17 +1,30 @@
|
|
|
1
|
-
import * as React from
|
|
2
|
-
import { memo } from
|
|
3
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { memo } from "react";
|
|
4
3
|
var _path, _path2;
|
|
5
|
-
function _extends() {
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
function _extends() {
|
|
5
|
+
_extends = Object.assign ? Object.assign.bind() : function(target) {
|
|
6
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
7
|
+
var source = arguments[i];
|
|
8
|
+
for (var key in source) {
|
|
9
|
+
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
10
|
+
target[key] = source[key];
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
return target;
|
|
15
|
+
};
|
|
16
|
+
return _extends.apply(this, arguments);
|
|
17
|
+
}
|
|
18
|
+
var SvgEmail = function SvgEmail2(props) {
|
|
19
|
+
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
8
20
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
-
}, props), _path || (_path =
|
|
21
|
+
}, props), _path || (_path = /* @__PURE__ */ React.createElement("path", {
|
|
10
22
|
d: "M3 4a2 2 0 0 0-2 2v1.161l8.441 4.221a1.25 1.25 0 0 0 1.118 0L19 7.162V6a2 2 0 0 0-2-2z"
|
|
11
|
-
})), _path2 || (_path2 =
|
|
23
|
+
})), _path2 || (_path2 = /* @__PURE__ */ React.createElement("path", {
|
|
12
24
|
d: "m19 8.839-7.77 3.885a2.75 2.75 0 0 1-2.46 0L1 8.839V14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2z"
|
|
13
25
|
})));
|
|
14
26
|
};
|
|
15
|
-
var Memo =
|
|
16
|
-
|
|
17
|
-
|
|
27
|
+
var Memo = /* @__PURE__ */ memo(SvgEmail);
|
|
28
|
+
export {
|
|
29
|
+
Memo as ReactComponent
|
|
30
|
+
};
|
|
@@ -1,19 +1,32 @@
|
|
|
1
|
-
import * as React from
|
|
2
|
-
import { memo } from
|
|
3
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { memo } from "react";
|
|
4
3
|
var _path, _path2;
|
|
5
|
-
function _extends() {
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
function _extends() {
|
|
5
|
+
_extends = Object.assign ? Object.assign.bind() : function(target) {
|
|
6
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
7
|
+
var source = arguments[i];
|
|
8
|
+
for (var key in source) {
|
|
9
|
+
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
10
|
+
target[key] = source[key];
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
return target;
|
|
15
|
+
};
|
|
16
|
+
return _extends.apply(this, arguments);
|
|
17
|
+
}
|
|
18
|
+
var SvgEyeOff = function SvgEyeOff2(props) {
|
|
19
|
+
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
8
20
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
-
}, props), _path || (_path =
|
|
21
|
+
}, props), _path || (_path = /* @__PURE__ */ React.createElement("path", {
|
|
10
22
|
fillRule: "evenodd",
|
|
11
23
|
d: "M3.598 2.21a.715.715 0 0 0-1.011 1.01l13.816 13.816a.715.715 0 1 0 1.011-1.01l-1.663-1.663a9.56 9.56 0 0 0 3.144-4.172c.14-.364.14-.767 0-1.13A9.532 9.532 0 0 0 5.48 4.09zm4.26 4.26 1.04 1.04a2.382 2.382 0 0 1 3.214 3.214l1.042 1.041A3.811 3.811 0 0 0 7.859 6.47",
|
|
12
24
|
clipRule: "evenodd"
|
|
13
|
-
})), _path2 || (_path2 =
|
|
25
|
+
})), _path2 || (_path2 = /* @__PURE__ */ React.createElement("path", {
|
|
14
26
|
d: "m10.714 13.368 2.403 2.403a9.5 9.5 0 0 1-3.116.522 9.53 9.53 0 0 1-8.896-6.108 1.57 1.57 0 0 1 0-1.13A9.5 9.5 0 0 1 3.176 5.83l3.08 3.08q-.066.348-.067.713a3.81 3.81 0 0 0 4.525 3.745"
|
|
15
27
|
})));
|
|
16
28
|
};
|
|
17
|
-
var Memo =
|
|
18
|
-
|
|
19
|
-
|
|
29
|
+
var Memo = /* @__PURE__ */ memo(SvgEyeOff);
|
|
30
|
+
export {
|
|
31
|
+
Memo as ReactComponent
|
|
32
|
+
};
|
|
@@ -1,19 +1,32 @@
|
|
|
1
|
-
import * as React from
|
|
2
|
-
import { memo } from
|
|
3
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { memo } from "react";
|
|
4
3
|
var _path, _path2;
|
|
5
|
-
function _extends() {
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
function _extends() {
|
|
5
|
+
_extends = Object.assign ? Object.assign.bind() : function(target) {
|
|
6
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
7
|
+
var source = arguments[i];
|
|
8
|
+
for (var key in source) {
|
|
9
|
+
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
10
|
+
target[key] = source[key];
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
return target;
|
|
15
|
+
};
|
|
16
|
+
return _extends.apply(this, arguments);
|
|
17
|
+
}
|
|
18
|
+
var SvgEye = function SvgEye2(props) {
|
|
19
|
+
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
8
20
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
-
}, props), _path || (_path =
|
|
21
|
+
}, props), _path || (_path = /* @__PURE__ */ React.createElement("path", {
|
|
10
22
|
d: "M10 12.052a2.382 2.382 0 1 0 0-4.764 2.382 2.382 0 0 0 0 4.764"
|
|
11
|
-
})), _path2 || (_path2 =
|
|
23
|
+
})), _path2 || (_path2 = /* @__PURE__ */ React.createElement("path", {
|
|
12
24
|
fillRule: "evenodd",
|
|
13
25
|
d: "M1.105 10.233a1.57 1.57 0 0 1 0-1.13 9.532 9.532 0 0 1 17.79.004c.14.364.14.767 0 1.13a9.532 9.532 0 0 1-17.79-.005m12.707-.563a3.811 3.811 0 1 1-7.623 0 3.811 3.811 0 0 1 7.623 0",
|
|
14
26
|
clipRule: "evenodd"
|
|
15
27
|
})));
|
|
16
28
|
};
|
|
17
|
-
var Memo =
|
|
18
|
-
|
|
19
|
-
|
|
29
|
+
var Memo = /* @__PURE__ */ memo(SvgEye);
|
|
30
|
+
export {
|
|
31
|
+
Memo as ReactComponent
|
|
32
|
+
};
|
|
@@ -1,17 +1,30 @@
|
|
|
1
|
-
import * as React from
|
|
2
|
-
import { memo } from
|
|
3
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { memo } from "react";
|
|
4
3
|
var _path;
|
|
5
|
-
function _extends() {
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
function _extends() {
|
|
5
|
+
_extends = Object.assign ? Object.assign.bind() : function(target) {
|
|
6
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
7
|
+
var source = arguments[i];
|
|
8
|
+
for (var key in source) {
|
|
9
|
+
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
10
|
+
target[key] = source[key];
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
return target;
|
|
15
|
+
};
|
|
16
|
+
return _extends.apply(this, arguments);
|
|
17
|
+
}
|
|
18
|
+
var SvgFilter = function SvgFilter2(props) {
|
|
19
|
+
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
8
20
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
-
}, props), _path || (_path =
|
|
21
|
+
}, props), _path || (_path = /* @__PURE__ */ React.createElement("path", {
|
|
10
22
|
fillRule: "evenodd",
|
|
11
23
|
d: "M2.628 1.601C5.028 1.206 7.49 1 10 1s4.973.206 7.372.601a.75.75 0 0 1 .628.74v2.288a2.25 2.25 0 0 1-.659 1.59l-4.682 4.683a2.25 2.25 0 0 0-.659 1.59v3.037c0 .684-.31 1.33-.844 1.757l-1.937 1.55A.75.75 0 0 1 8 18.25v-5.757a2.25 2.25 0 0 0-.659-1.591L2.659 6.22A2.25 2.25 0 0 1 2 4.629V2.34a.75.75 0 0 1 .628-.74",
|
|
12
24
|
clipRule: "evenodd"
|
|
13
25
|
})));
|
|
14
26
|
};
|
|
15
|
-
var Memo =
|
|
16
|
-
|
|
17
|
-
|
|
27
|
+
var Memo = /* @__PURE__ */ memo(SvgFilter);
|
|
28
|
+
export {
|
|
29
|
+
Memo as ReactComponent
|
|
30
|
+
};
|
|
@@ -1,15 +1,28 @@
|
|
|
1
|
-
import * as React from
|
|
2
|
-
import { memo } from
|
|
3
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { memo } from "react";
|
|
4
3
|
var _path;
|
|
5
|
-
function _extends() {
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
function _extends() {
|
|
5
|
+
_extends = Object.assign ? Object.assign.bind() : function(target) {
|
|
6
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
7
|
+
var source = arguments[i];
|
|
8
|
+
for (var key in source) {
|
|
9
|
+
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
10
|
+
target[key] = source[key];
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
return target;
|
|
15
|
+
};
|
|
16
|
+
return _extends.apply(this, arguments);
|
|
17
|
+
}
|
|
18
|
+
var SvgFolder = function SvgFolder2(props) {
|
|
19
|
+
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
8
20
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
-
}, props), _path || (_path =
|
|
21
|
+
}, props), _path || (_path = /* @__PURE__ */ React.createElement("path", {
|
|
10
22
|
d: "M3.75 3A1.75 1.75 0 0 0 2 4.75v3.26a3.24 3.24 0 0 1 1.75-.51h12.5c.644 0 1.245.188 1.75.51V6.75A1.75 1.75 0 0 0 16.25 5h-4.836a.25.25 0 0 1-.177-.073L9.823 3.513A1.75 1.75 0 0 0 8.586 3zm0 6A1.75 1.75 0 0 0 2 10.75v4.5c0 .966.784 1.75 1.75 1.75h12.5A1.75 1.75 0 0 0 18 15.25v-4.5A1.75 1.75 0 0 0 16.25 9z"
|
|
11
23
|
})));
|
|
12
24
|
};
|
|
13
|
-
var Memo =
|
|
14
|
-
|
|
15
|
-
|
|
25
|
+
var Memo = /* @__PURE__ */ memo(SvgFolder);
|
|
26
|
+
export {
|
|
27
|
+
Memo as ReactComponent
|
|
28
|
+
};
|
|
@@ -1,17 +1,30 @@
|
|
|
1
|
-
import * as React from
|
|
2
|
-
import { memo } from
|
|
3
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { memo } from "react";
|
|
4
3
|
var _path;
|
|
5
|
-
function _extends() {
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
function _extends() {
|
|
5
|
+
_extends = Object.assign ? Object.assign.bind() : function(target) {
|
|
6
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
7
|
+
var source = arguments[i];
|
|
8
|
+
for (var key in source) {
|
|
9
|
+
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
10
|
+
target[key] = source[key];
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
return target;
|
|
15
|
+
};
|
|
16
|
+
return _extends.apply(this, arguments);
|
|
17
|
+
}
|
|
18
|
+
var SvgHelpCircle = function SvgHelpCircle2(props) {
|
|
19
|
+
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
8
20
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
-
}, props), _path || (_path =
|
|
21
|
+
}, props), _path || (_path = /* @__PURE__ */ React.createElement("path", {
|
|
10
22
|
fillRule: "evenodd",
|
|
11
23
|
d: "M18 10a8 8 0 1 1-16 0 8 8 0 0 1 16 0M8.94 6.94a.75.75 0 1 1-1.061-1.061 3 3 0 1 1 2.871 5.026v.345a.75.75 0 0 1-1.5 0v-.5c0-.72.57-1.172 1.081-1.287A1.5 1.5 0 1 0 8.94 6.94M10 15a1 1 0 1 0 0-2 1 1 0 0 0 0 2",
|
|
12
24
|
clipRule: "evenodd"
|
|
13
25
|
})));
|
|
14
26
|
};
|
|
15
|
-
var Memo =
|
|
16
|
-
|
|
17
|
-
|
|
27
|
+
var Memo = /* @__PURE__ */ memo(SvgHelpCircle);
|
|
28
|
+
export {
|
|
29
|
+
Memo as ReactComponent
|
|
30
|
+
};
|
|
@@ -1,17 +1,30 @@
|
|
|
1
|
-
import * as React from
|
|
2
|
-
import { memo } from
|
|
3
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { memo } from "react";
|
|
4
3
|
var _path;
|
|
5
|
-
function _extends() {
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
function _extends() {
|
|
5
|
+
_extends = Object.assign ? Object.assign.bind() : function(target) {
|
|
6
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
7
|
+
var source = arguments[i];
|
|
8
|
+
for (var key in source) {
|
|
9
|
+
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
10
|
+
target[key] = source[key];
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
return target;
|
|
15
|
+
};
|
|
16
|
+
return _extends.apply(this, arguments);
|
|
17
|
+
}
|
|
18
|
+
var SvgId = function SvgId2(props) {
|
|
19
|
+
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
8
20
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
-
}, props), _path || (_path =
|
|
21
|
+
}, props), _path || (_path = /* @__PURE__ */ React.createElement("path", {
|
|
10
22
|
fillRule: "evenodd",
|
|
11
23
|
d: "M1 6a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3zm4 1.5a2 2 0 1 1 4 0 2 2 0 0 1-4 0m2 3a4 4 0 0 0-3.665 2.395.75.75 0 0 0 .416 1A9 9 0 0 0 7 14.5a9 9 0 0 0 3.249-.604.75.75 0 0 0 .416-1.001A4 4 0 0 0 7 10.5m5-3.75a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75m0 6.5a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75m.75-4a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5z",
|
|
12
24
|
clipRule: "evenodd"
|
|
13
25
|
})));
|
|
14
26
|
};
|
|
15
|
-
var Memo =
|
|
16
|
-
|
|
17
|
-
|
|
27
|
+
var Memo = /* @__PURE__ */ memo(SvgId);
|
|
28
|
+
export {
|
|
29
|
+
Memo as ReactComponent
|
|
30
|
+
};
|
|
@@ -1,17 +1,30 @@
|
|
|
1
|
-
import * as React from
|
|
2
|
-
import { memo } from
|
|
3
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { memo } from "react";
|
|
4
3
|
var _path;
|
|
5
|
-
function _extends() {
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
function _extends() {
|
|
5
|
+
_extends = Object.assign ? Object.assign.bind() : function(target) {
|
|
6
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
7
|
+
var source = arguments[i];
|
|
8
|
+
for (var key in source) {
|
|
9
|
+
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
10
|
+
target[key] = source[key];
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
return target;
|
|
15
|
+
};
|
|
16
|
+
return _extends.apply(this, arguments);
|
|
17
|
+
}
|
|
18
|
+
var SvgInformation = function SvgInformation2(props) {
|
|
19
|
+
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
8
20
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
-
}, props), _path || (_path =
|
|
21
|
+
}, props), _path || (_path = /* @__PURE__ */ React.createElement("path", {
|
|
10
22
|
fillRule: "evenodd",
|
|
11
23
|
d: "M18 10a8 8 0 1 1-16 0 8 8 0 0 1 16 0m-7-4a1 1 0 1 1-2 0 1 1 0 0 1 2 0M9 9a.75.75 0 0 0 0 1.5h.253a.25.25 0 0 1 .244.304l-.459 2.066A1.75 1.75 0 0 0 10.747 15H11a.75.75 0 0 0 0-1.5h-.253a.25.25 0 0 1-.244-.304l.459-2.066A1.75 1.75 0 0 0 9.253 9z",
|
|
12
24
|
clipRule: "evenodd"
|
|
13
25
|
})));
|
|
14
26
|
};
|
|
15
|
-
var Memo =
|
|
16
|
-
|
|
17
|
-
|
|
27
|
+
var Memo = /* @__PURE__ */ memo(SvgInformation);
|
|
28
|
+
export {
|
|
29
|
+
Memo as ReactComponent
|
|
30
|
+
};
|
|
@@ -1,17 +1,30 @@
|
|
|
1
|
-
import * as React from
|
|
2
|
-
import { memo } from
|
|
3
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { memo } from "react";
|
|
4
3
|
var _path;
|
|
5
|
-
function _extends() {
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
function _extends() {
|
|
5
|
+
_extends = Object.assign ? Object.assign.bind() : function(target) {
|
|
6
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
7
|
+
var source = arguments[i];
|
|
8
|
+
for (var key in source) {
|
|
9
|
+
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
10
|
+
target[key] = source[key];
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
return target;
|
|
15
|
+
};
|
|
16
|
+
return _extends.apply(this, arguments);
|
|
17
|
+
}
|
|
18
|
+
var SvgLock = function SvgLock2(props) {
|
|
19
|
+
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
8
20
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
-
}, props), _path || (_path =
|
|
21
|
+
}, props), _path || (_path = /* @__PURE__ */ React.createElement("path", {
|
|
10
22
|
fillRule: "evenodd",
|
|
11
23
|
d: "M10 2.5a3.75 3.75 0 0 0-3.75 3.75v2.917h-.417c-.92 0-1.666.746-1.666 1.666v5c0 .92.746 1.667 1.666 1.667h8.334c.92 0 1.666-.746 1.666-1.667v-5c0-.92-.746-1.666-1.666-1.666h-.417V6.25A3.75 3.75 0 0 0 10 2.5m2.5 6.667V6.25a2.5 2.5 0 0 0-5 0v2.917z",
|
|
12
24
|
clipRule: "evenodd"
|
|
13
25
|
})));
|
|
14
26
|
};
|
|
15
|
-
var Memo =
|
|
16
|
-
|
|
17
|
-
|
|
27
|
+
var Memo = /* @__PURE__ */ memo(SvgLock);
|
|
28
|
+
export {
|
|
29
|
+
Memo as ReactComponent
|
|
30
|
+
};
|
|
@@ -1,15 +1,28 @@
|
|
|
1
|
-
import * as React from
|
|
2
|
-
import { memo } from
|
|
3
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { memo } from "react";
|
|
4
3
|
var _path;
|
|
5
|
-
function _extends() {
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
function _extends() {
|
|
5
|
+
_extends = Object.assign ? Object.assign.bind() : function(target) {
|
|
6
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
7
|
+
var source = arguments[i];
|
|
8
|
+
for (var key in source) {
|
|
9
|
+
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
10
|
+
target[key] = source[key];
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
return target;
|
|
15
|
+
};
|
|
16
|
+
return _extends.apply(this, arguments);
|
|
17
|
+
}
|
|
18
|
+
var SvgMembers = function SvgMembers2(props) {
|
|
19
|
+
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
8
20
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
-
}, props), _path || (_path =
|
|
21
|
+
}, props), _path || (_path = /* @__PURE__ */ React.createElement("path", {
|
|
10
22
|
d: "M10 9a3 3 0 1 0 0-6 3 3 0 0 0 0 6M6 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0m-4.51 7.326a.78.78 0 0 1-.358-.442 3 3 0 0 1 4.308-3.516 6.48 6.48 0 0 0-1.905 3.959q-.034.335.025.654a5 5 0 0 1-2.07-.655m14.95.654a5 5 0 0 0 2.07-.654.78.78 0 0 0 .357-.442 3 3 0 0 0-4.308-3.517 6.48 6.48 0 0 1 1.907 3.96 2.3 2.3 0 0 1-.026.654M18 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0M5.304 16.19a.84.84 0 0 1-.277-.71 5 5 0 0 1 9.947 0 .84.84 0 0 1-.277.71A6.98 6.98 0 0 1 10 18a6.97 6.97 0 0 1-4.696-1.81"
|
|
11
23
|
})));
|
|
12
24
|
};
|
|
13
|
-
var Memo =
|
|
14
|
-
|
|
15
|
-
|
|
25
|
+
var Memo = /* @__PURE__ */ memo(SvgMembers);
|
|
26
|
+
export {
|
|
27
|
+
Memo as ReactComponent
|
|
28
|
+
};
|
|
@@ -1,17 +1,30 @@
|
|
|
1
|
-
import * as React from
|
|
2
|
-
import { memo } from
|
|
3
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { memo } from "react";
|
|
4
3
|
var _path;
|
|
5
|
-
function _extends() {
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
function _extends() {
|
|
5
|
+
_extends = Object.assign ? Object.assign.bind() : function(target) {
|
|
6
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
7
|
+
var source = arguments[i];
|
|
8
|
+
for (var key in source) {
|
|
9
|
+
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
10
|
+
target[key] = source[key];
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
return target;
|
|
15
|
+
};
|
|
16
|
+
return _extends.apply(this, arguments);
|
|
17
|
+
}
|
|
18
|
+
var SvgMoon = function SvgMoon2(props) {
|
|
19
|
+
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
8
20
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
-
}, props), _path || (_path =
|
|
21
|
+
}, props), _path || (_path = /* @__PURE__ */ React.createElement("path", {
|
|
10
22
|
fillRule: "evenodd",
|
|
11
23
|
d: "M7.455 2.164a.75.75 0 0 1 .26.77 7 7 0 0 0 9.958 7.967.75.75 0 0 1 1.067.853A8.5 8.5 0 1 1 6.647 2.082a.75.75 0 0 1 .808.082",
|
|
12
24
|
clipRule: "evenodd"
|
|
13
25
|
})));
|
|
14
26
|
};
|
|
15
|
-
var Memo =
|
|
16
|
-
|
|
17
|
-
|
|
27
|
+
var Memo = /* @__PURE__ */ memo(SvgMoon);
|
|
28
|
+
export {
|
|
29
|
+
Memo as ReactComponent
|
|
30
|
+
};
|
|
@@ -1,17 +1,30 @@
|
|
|
1
|
-
import * as React from
|
|
2
|
-
import { memo } from
|
|
3
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { memo } from "react";
|
|
4
3
|
var _path;
|
|
5
|
-
function _extends() {
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
function _extends() {
|
|
5
|
+
_extends = Object.assign ? Object.assign.bind() : function(target) {
|
|
6
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
7
|
+
var source = arguments[i];
|
|
8
|
+
for (var key in source) {
|
|
9
|
+
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
10
|
+
target[key] = source[key];
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
return target;
|
|
15
|
+
};
|
|
16
|
+
return _extends.apply(this, arguments);
|
|
17
|
+
}
|
|
18
|
+
var SvgMosaic = function SvgMosaic2(props) {
|
|
19
|
+
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
8
20
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
-
}, props), _path || (_path =
|
|
21
|
+
}, props), _path || (_path = /* @__PURE__ */ React.createElement("path", {
|
|
10
22
|
fillRule: "evenodd",
|
|
11
23
|
d: "M4.25 2A2.25 2.25 0 0 0 2 4.25v2.5A2.25 2.25 0 0 0 4.25 9h2.5A2.25 2.25 0 0 0 9 6.75v-2.5A2.25 2.25 0 0 0 6.75 2zm0 9A2.25 2.25 0 0 0 2 13.25v2.5A2.25 2.25 0 0 0 4.25 18h2.5A2.25 2.25 0 0 0 9 15.75v-2.5A2.25 2.25 0 0 0 6.75 11zm9-9A2.25 2.25 0 0 0 11 4.25v2.5A2.25 2.25 0 0 0 13.25 9h2.5A2.25 2.25 0 0 0 18 6.75v-2.5A2.25 2.25 0 0 0 15.75 2zm0 9A2.25 2.25 0 0 0 11 13.25v2.5A2.25 2.25 0 0 0 13.25 18h2.5A2.25 2.25 0 0 0 18 15.75v-2.5A2.25 2.25 0 0 0 15.75 11z",
|
|
12
24
|
clipRule: "evenodd"
|
|
13
25
|
})));
|
|
14
26
|
};
|
|
15
|
-
var Memo =
|
|
16
|
-
|
|
17
|
-
|
|
27
|
+
var Memo = /* @__PURE__ */ memo(SvgMosaic);
|
|
28
|
+
export {
|
|
29
|
+
Memo as ReactComponent
|
|
30
|
+
};
|
|
@@ -1,19 +1,32 @@
|
|
|
1
|
-
import * as React from
|
|
2
|
-
import { memo } from
|
|
3
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { memo } from "react";
|
|
4
3
|
var _path;
|
|
5
|
-
function _extends() {
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
function _extends() {
|
|
5
|
+
_extends = Object.assign ? Object.assign.bind() : function(target) {
|
|
6
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
7
|
+
var source = arguments[i];
|
|
8
|
+
for (var key in source) {
|
|
9
|
+
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
10
|
+
target[key] = source[key];
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
return target;
|
|
15
|
+
};
|
|
16
|
+
return _extends.apply(this, arguments);
|
|
17
|
+
}
|
|
18
|
+
var SvgPen = function SvgPen2(props) {
|
|
19
|
+
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
8
20
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
21
|
width: 20,
|
|
10
22
|
height: 20,
|
|
11
23
|
fill: "none",
|
|
12
24
|
viewBox: "0 0 20 20"
|
|
13
|
-
}, props), _path || (_path =
|
|
25
|
+
}, props), _path || (_path = /* @__PURE__ */ React.createElement("path", {
|
|
14
26
|
d: "m2.695 14.762-1.262 3.155a.5.5 0 0 0 .65.65l3.154-1.262a4 4 0 0 0 1.343-.886L17.5 5.501a2.121 2.121 0 0 0-3-3L3.58 13.419a4 4 0 0 0-.885 1.343"
|
|
15
27
|
})));
|
|
16
28
|
};
|
|
17
|
-
var Memo =
|
|
18
|
-
|
|
19
|
-
|
|
29
|
+
var Memo = /* @__PURE__ */ memo(SvgPen);
|
|
30
|
+
export {
|
|
31
|
+
Memo as ReactComponent
|
|
32
|
+
};
|