@fibery/ui-kit 4.2.0 → 4.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/package.json +9 -11
- package/src/antd/input-number.tsx +4 -4
- package/src/antd/input.tsx +1 -1
- package/src/apca.lc-low.test.ts +1 -3
- package/src/apca.test.ts +42 -43
- package/src/apca.ts +38 -39
- package/src/app-icon-with-fallback.tsx +6 -2
- package/src/avatar-colors.ts +71 -0
- package/src/avatar.tsx +2 -10
- package/src/banner/banner.tsx +1 -2
- package/src/box.tsx +26 -16
- package/src/button/back-button.tsx +2 -2
- package/src/button/make-button-colors.ts +13 -13
- package/src/button/select-button.tsx +2 -2
- package/src/canvas-colors.ts +71 -118
- package/src/checkbox.tsx +3 -3
- package/src/collapsible-section.tsx +3 -3
- package/src/color-filter.test.ts +13 -0
- package/src/color-filter.ts +26 -3
- package/src/color-utils.ts +9 -2
- package/src/command-menu/nested-command-menu.tsx +2 -2
- package/src/date-picker/date-range-picker-popup-content.tsx +3 -2
- package/src/date-picker/date-range-picker.tsx +23 -1
- package/src/date-picker/relative-date-picker.tsx +3 -2
- package/src/date-picker/single-date-picker-popup-content.tsx +3 -2
- package/src/date-picker/single-date-picker.tsx +19 -2
- package/src/design-system/alpha-coefficients.ts +235 -0
- package/src/design-system/alpha.ts +10 -1
- package/src/design-system/colors-enum.dark.neutral.test.ts +168 -168
- package/src/design-system/colors-enum.dark.warm.test.ts +168 -168
- package/src/design-system/colors-enum.light.neutral.test.ts +168 -168
- package/src/design-system/colors-enum.light.warm.test.ts +168 -168
- package/src/design-system/colors.ts +231 -154
- package/src/design-system/fns.avatarPlaceholder.dark.neutral.test.ts +52 -0
- package/src/design-system/fns.avatarPlaceholder.dark.warm.test.ts +52 -0
- package/src/design-system/fns.avatarPlaceholder.light.neutral.test.ts +52 -0
- package/src/design-system/fns.avatarPlaceholder.light.warm.test.ts +52 -0
- package/src/design-system/fns.enum.ts +2 -0
- package/src/design-system/fns.icon.ts +1 -1
- package/src/design-system/fns.ts +43 -13
- package/src/design-system/theme.test.ts +4 -6
- package/src/design-system/theme.ts +22 -13
- package/src/design-system/vars.test.ts +2 -2
- package/src/design-system/vars.ts +3 -3
- package/src/design-system.ts +3 -1
- package/src/dot.tsx +1 -0
- package/src/double-apply.ts +2 -2
- package/src/emoji-picker/primitives/footer.tsx +1 -1
- package/src/emoji-picker/utils/frequently.ts +1 -1
- package/src/favorites-icon.tsx +2 -2
- package/src/fibermoji-placeholder.tsx +23 -56
- package/src/fibery-brand-logo.tsx +82 -0
- package/src/field-container.tsx +2 -2
- package/src/field-type-icon.tsx +18 -18
- package/src/file-item/file-menu-items.tsx +1 -1
- package/src/file-item/file-preview-actions.tsx +1 -1
- package/src/format-date-from-now.ts +10 -5
- package/src/header-layout.tsx +41 -24
- package/src/highlight-colors.test.ts +1 -1
- package/src/highlight-colors.ts +27 -0
- package/src/icons/ast/appearance-auto.ts +1 -1
- package/src/icons/ast/architect.ts +12 -0
- package/src/icons/ast/arrow-back.ts +12 -0
- package/src/icons/ast/arrow-down.ts +12 -0
- package/src/icons/ast/{send-arrow.ts → arrow-send.ts} +3 -3
- package/src/icons/ast/arrow-up.ts +12 -0
- package/src/icons/ast/avatar.ts +12 -0
- package/src/icons/ast/backlog.ts +12 -0
- package/src/icons/ast/{check-circle-filled.ts → circle-check-filled.ts} +3 -3
- package/src/icons/ast/{check-circle.ts → circle-check.ts} +3 -3
- package/src/icons/ast/{error-circle-filled.ts → circle-cross-filled.ts} +3 -3
- package/src/icons/ast/circle-cross.ts +12 -0
- package/src/icons/ast/{info-circle-filled.ts → circle-info-filled.ts} +3 -3
- package/src/icons/ast/{info-circle.ts → circle-info.ts} +3 -3
- package/src/icons/ast/circle-pause.ts +12 -0
- package/src/icons/ast/circle-play.ts +12 -0
- package/src/icons/ast/comments.ts +12 -0
- package/src/icons/ast/credits-filled.ts +1 -1
- package/src/icons/ast/{add-database.ts → database-add.ts} +3 -3
- package/src/icons/ast/database-outline.ts +12 -0
- package/src/icons/ast/eye-off.ts +12 -0
- package/src/icons/ast/favorites-filled.ts +12 -0
- package/src/icons/ast/{switch-to-mention.ts → field-units-large.ts} +3 -3
- package/src/icons/ast/files.ts +12 -0
- package/src/icons/ast/{smart-folder.ts → folder-smart.ts} +3 -3
- package/src/icons/ast/fullscreen-mode-off.ts +12 -0
- package/src/icons/ast/fullscreen-mode-on.ts +1 -1
- package/src/icons/ast/{add-group.ts → group-add.ts} +3 -3
- package/src/icons/ast/{image-xmark.ts → image-error.ts} +3 -3
- package/src/icons/ast/index.tsx +132 -217
- package/src/icons/ast/{add-integration.ts → integration-add.ts} +3 -3
- package/src/icons/ast/integration-discourse.ts +12 -0
- package/src/icons/ast/integration-fibery.ts +12 -0
- package/src/icons/ast/integration-figma.ts +12 -0
- package/src/icons/ast/integration-github.ts +12 -0
- package/src/icons/ast/integration-gitlab.ts +12 -0
- package/src/icons/ast/integration-google-drive.ts +12 -0
- package/src/icons/ast/integration-google-map.ts +12 -0
- package/src/icons/ast/integration-intercom.ts +12 -0
- package/src/icons/ast/integration-jira.ts +12 -0
- package/src/icons/ast/integration-loom.ts +12 -0
- package/src/icons/ast/integration-miro.ts +12 -0
- package/src/icons/ast/integration-mixpanel.ts +12 -0
- package/src/icons/ast/integration-slack.ts +12 -0
- package/src/icons/ast/{suggest-integration.ts → integration-suggest.ts} +3 -3
- package/src/icons/ast/integration-twitter.ts +12 -0
- package/src/icons/ast/integration-unsplash.ts +12 -0
- package/src/icons/ast/integration-youtube.ts +12 -0
- package/src/icons/ast/integration-zendesk.ts +12 -0
- package/src/icons/ast/limits.ts +12 -0
- package/src/icons/ast/lock-filled.ts +12 -0
- package/src/icons/ast/lock.ts +1 -1
- package/src/icons/ast/move-down.ts +12 -0
- package/src/icons/ast/move-up.ts +12 -0
- package/src/icons/ast/open-in-panel.ts +12 -0
- package/src/icons/ast/open-link.ts +12 -0
- package/src/icons/ast/people-all.ts +12 -0
- package/src/icons/ast/people-group-remove.ts +12 -0
- package/src/icons/ast/people-group.ts +12 -0
- package/src/icons/ast/{invite-people.ts → people-invite.ts} +3 -3
- package/src/icons/ast/{remove-people.ts → people-remove.ts} +3 -3
- package/src/icons/ast/people-role.ts +12 -0
- package/src/icons/ast/people-x.ts +12 -0
- package/src/icons/ast/plus.ts +12 -0
- package/src/icons/ast/preferences.ts +12 -0
- package/src/icons/ast/propagate.ts +12 -0
- package/src/icons/ast/{add-reactions.ts → reactions-add.ts} +3 -3
- package/src/icons/ast/redo.ts +12 -0
- package/src/icons/ast/references.ts +12 -0
- package/src/icons/ast/richeditor-block-callout.ts +1 -1
- package/src/icons/ast/richeditor-block-code.ts +1 -1
- package/src/icons/ast/richeditor-block-embed.ts +1 -1
- package/src/icons/ast/richeditor-block-entity.ts +1 -1
- package/src/icons/ast/richeditor-block-file.ts +1 -1
- package/src/icons/ast/richeditor-block-h1.ts +1 -1
- package/src/icons/ast/richeditor-block-h2.ts +1 -1
- package/src/icons/ast/richeditor-block-h3.ts +1 -1
- package/src/icons/ast/richeditor-block-h4.ts +1 -1
- package/src/icons/ast/richeditor-block-mention.ts +1 -1
- package/src/icons/ast/richeditor-block-paragraph.ts +1 -1
- package/src/icons/ast/richeditor-block-quote.ts +1 -1
- package/src/icons/ast/richeditor-checklist-create.ts +1 -1
- package/src/icons/ast/richeditor-image-align-center.ts +1 -1
- package/src/icons/ast/richeditor-image-align-left.ts +1 -1
- package/src/icons/ast/richeditor-image-align-right.ts +1 -1
- package/src/icons/ast/richeditor-image.ts +12 -0
- package/src/icons/ast/richeditor-linkedhighlight-create.ts +1 -1
- package/src/icons/ast/richeditor-list-bullet.ts +1 -1
- package/src/icons/ast/richeditor-list-indent.ts +1 -1
- package/src/icons/ast/richeditor-list-ordered.ts +1 -1
- package/src/icons/ast/richeditor-list-unindent.ts +1 -1
- package/src/icons/ast/richeditor-mark-code.ts +1 -1
- package/src/icons/ast/richeditor-mark-em.ts +1 -1
- package/src/icons/ast/richeditor-mark-highlight.ts +1 -1
- package/src/icons/ast/richeditor-mark-strike.ts +1 -1
- package/src/icons/ast/richeditor-mark-strong.ts +1 -1
- package/src/icons/ast/richeditor-mark-text-background-color.ts +1 -1
- package/src/icons/ast/richeditor-mark-underline.ts +1 -1
- package/src/icons/ast/richeditor-table-create.ts +1 -1
- package/src/icons/ast/richeditor-video-upload.ts +1 -1
- package/src/icons/ast/{bolt.ts → rule.ts} +3 -3
- package/src/icons/ast/simple-compass.ts +1 -1
- package/src/icons/ast/space-add.ts +12 -0
- package/src/icons/ast/{move-space.ts → space-move.ts} +3 -3
- package/src/icons/ast/type-button.ts +1 -1
- package/src/icons/ast/type-checkbox.ts +1 -1
- package/src/icons/ast/type-date.ts +1 -1
- package/src/icons/ast/type-email.ts +1 -1
- package/src/icons/ast/type-emoji.ts +1 -1
- package/src/icons/ast/type-formula.ts +1 -1
- package/src/icons/ast/type-location.ts +1 -1
- package/src/icons/ast/type-lookup.ts +1 -1
- package/src/icons/ast/type-money.ts +1 -1
- package/src/icons/ast/type-multi-select.ts +1 -1
- package/src/icons/ast/type-number.ts +1 -1
- package/src/icons/ast/type-percent.ts +1 -1
- package/src/icons/ast/type-phone.ts +1 -1
- package/src/icons/ast/type-relation.ts +1 -1
- package/src/icons/ast/type-rich-text.ts +1 -1
- package/src/icons/ast/type-single-select.ts +1 -1
- package/src/icons/ast/type-text.ts +1 -1
- package/src/icons/ast/undo.ts +12 -0
- package/src/icons/ast/units-avatar.ts +1 -1
- package/src/icons/ast/units-collection.ts +1 -1
- package/src/icons/ast/units-counter.ts +1 -1
- package/src/icons/ast/units-date.ts +1 -1
- package/src/icons/ast/units-field-icon-button.ts +1 -1
- package/src/icons/ast/units-field.ts +1 -1
- package/src/icons/ast/units-input.ts +1 -1
- package/src/icons/ast/units-normal.ts +12 -0
- package/src/icons/ast/units-progress-bar.ts +1 -1
- package/src/icons/ast/units-rich-text.ts +1 -1
- package/src/icons/ast/units-snippet.ts +1 -1
- package/src/icons/ast/unlock.ts +12 -0
- package/src/icons/ast/{clear-value.ts → value-clear.ts} +3 -3
- package/src/icons/ast/view-app.ts +12 -0
- package/src/icons/ast/workflow.ts +12 -0
- package/src/icons/react/{anthropic.tsx → architect.tsx} +5 -5
- package/src/icons/react/arrow-back.tsx +18 -0
- package/src/icons/react/arrow-down.tsx +18 -0
- package/src/icons/react/arrow-send.tsx +18 -0
- package/src/icons/react/{app-wiki.tsx → arrow-up.tsx} +5 -5
- package/src/icons/react/avatar.tsx +18 -0
- package/src/icons/react/backlog.tsx +18 -0
- package/src/icons/react/circle-check-filled.tsx +18 -0
- package/src/icons/react/{add-database.tsx → circle-check.tsx} +5 -5
- package/src/icons/react/circle-cross-filled.tsx +18 -0
- package/src/icons/react/circle-cross.tsx +18 -0
- package/src/icons/react/circle-info-filled.tsx +18 -0
- package/src/icons/react/circle-info.tsx +18 -0
- package/src/icons/react/circle-pause.tsx +18 -0
- package/src/icons/react/circle-play.tsx +18 -0
- package/src/icons/react/comments.tsx +18 -0
- package/src/icons/react/database-add.tsx +18 -0
- package/src/icons/react/database-outline.tsx +18 -0
- package/src/icons/react/{chat-ai.tsx → eye-off.tsx} +5 -5
- package/src/icons/react/favorites-filled.tsx +18 -0
- package/src/icons/react/field-units-large.tsx +18 -0
- package/src/icons/react/{apple.tsx → files.tsx} +5 -5
- package/src/icons/react/folder-smart.tsx +18 -0
- package/src/icons/react/fullscreen-mode-off.tsx +18 -0
- package/src/icons/react/{app-store.tsx → group-add.tsx} +5 -5
- package/src/icons/react/image-error.tsx +18 -0
- package/src/icons/react/index.tsx +132 -217
- package/src/icons/react/{add-integration.tsx → integration-add.tsx} +5 -5
- package/src/icons/react/integration-discourse.tsx +18 -0
- package/src/icons/react/integration-fibery.tsx +18 -0
- package/src/icons/react/integration-figma.tsx +18 -0
- package/src/icons/react/integration-github.tsx +18 -0
- package/src/icons/react/integration-gitlab.tsx +18 -0
- package/src/icons/react/integration-google-drive.tsx +18 -0
- package/src/icons/react/integration-google-map.tsx +18 -0
- package/src/icons/react/{automations-disabled.tsx → integration-intercom.tsx} +5 -5
- package/src/icons/react/integration-jira.tsx +18 -0
- package/src/icons/react/integration-loom.tsx +18 -0
- package/src/icons/react/integration-miro.tsx +18 -0
- package/src/icons/react/{extension-references.tsx → integration-mixpanel.tsx} +5 -5
- package/src/icons/react/integration-slack.tsx +18 -0
- package/src/icons/react/integration-suggest.tsx +18 -0
- package/src/icons/react/integration-twitter.tsx +18 -0
- package/src/icons/react/integration-unsplash.tsx +18 -0
- package/src/icons/react/integration-youtube.tsx +18 -0
- package/src/icons/react/integration-zendesk.tsx +18 -0
- package/src/icons/react/{notifications.tsx → limits.tsx} +5 -5
- package/src/icons/react/lock-filled.tsx +18 -0
- package/src/icons/react/{add-group.tsx → move-down.tsx} +5 -5
- package/src/icons/react/move-up.tsx +18 -0
- package/src/icons/react/open-in-panel.tsx +18 -0
- package/src/icons/react/{ai-search.tsx → open-link.tsx} +5 -5
- package/src/icons/react/people-all.tsx +18 -0
- package/src/icons/react/people-group-remove.tsx +18 -0
- package/src/icons/react/people-group.tsx +18 -0
- package/src/icons/react/{add-reactions.tsx → people-invite.tsx} +5 -5
- package/src/icons/react/people-remove.tsx +18 -0
- package/src/icons/react/people-role.tsx +18 -0
- package/src/icons/react/people-x.tsx +18 -0
- package/src/icons/react/{chat.tsx → plus.tsx} +5 -5
- package/src/icons/react/preferences.tsx +18 -0
- package/src/icons/react/propagate.tsx +18 -0
- package/src/icons/react/reactions-add.tsx +18 -0
- package/src/icons/react/{csv.tsx → redo.tsx} +5 -5
- package/src/icons/react/references.tsx +18 -0
- package/src/icons/react/richeditor-block-callout.tsx +1 -1
- package/src/icons/react/richeditor-block-code.tsx +1 -1
- package/src/icons/react/richeditor-block-embed.tsx +1 -1
- package/src/icons/react/richeditor-block-entity.tsx +1 -1
- package/src/icons/react/richeditor-block-file.tsx +1 -1
- package/src/icons/react/richeditor-block-h1.tsx +1 -1
- package/src/icons/react/richeditor-block-h2.tsx +1 -1
- package/src/icons/react/richeditor-block-h3.tsx +1 -1
- package/src/icons/react/richeditor-block-h4.tsx +1 -1
- package/src/icons/react/richeditor-block-mention.tsx +1 -1
- package/src/icons/react/richeditor-block-paragraph.tsx +1 -1
- package/src/icons/react/richeditor-block-quote.tsx +1 -1
- package/src/icons/react/richeditor-checklist-create.tsx +1 -1
- package/src/icons/react/richeditor-image-align-center.tsx +1 -1
- package/src/icons/react/richeditor-image-align-left.tsx +1 -1
- package/src/icons/react/richeditor-image-align-right.tsx +1 -1
- package/src/icons/react/richeditor-image.tsx +18 -0
- package/src/icons/react/richeditor-linkedhighlight-create.tsx +1 -1
- package/src/icons/react/richeditor-list-bullet.tsx +1 -1
- package/src/icons/react/richeditor-list-indent.tsx +1 -1
- package/src/icons/react/richeditor-list-ordered.tsx +1 -1
- package/src/icons/react/richeditor-list-unindent.tsx +1 -1
- package/src/icons/react/richeditor-mark-code.tsx +1 -1
- package/src/icons/react/richeditor-mark-em.tsx +1 -1
- package/src/icons/react/richeditor-mark-highlight.tsx +1 -1
- package/src/icons/react/richeditor-mark-strike.tsx +1 -1
- package/src/icons/react/richeditor-mark-strong.tsx +1 -1
- package/src/icons/react/richeditor-mark-text-background-color.tsx +1 -1
- package/src/icons/react/richeditor-mark-underline.tsx +1 -1
- package/src/icons/react/richeditor-table-create.tsx +1 -1
- package/src/icons/react/richeditor-video-upload.tsx +1 -1
- package/src/icons/react/{back.tsx → rule.tsx} +5 -5
- package/src/icons/react/{ai-avatar.tsx → space-add.tsx} +5 -5
- package/src/icons/react/space-move.tsx +18 -0
- package/src/icons/react/type-button.tsx +1 -1
- package/src/icons/react/type-checkbox.tsx +1 -1
- package/src/icons/react/type-date.tsx +1 -1
- package/src/icons/react/type-email.tsx +1 -1
- package/src/icons/react/type-emoji.tsx +1 -1
- package/src/icons/react/type-formula.tsx +1 -1
- package/src/icons/react/type-location.tsx +1 -1
- package/src/icons/react/type-lookup.tsx +1 -1
- package/src/icons/react/type-money.tsx +1 -1
- package/src/icons/react/type-multi-select.tsx +1 -1
- package/src/icons/react/type-number.tsx +1 -1
- package/src/icons/react/type-percent.tsx +1 -1
- package/src/icons/react/type-phone.tsx +1 -1
- package/src/icons/react/type-relation.tsx +1 -1
- package/src/icons/react/type-rich-text.tsx +1 -1
- package/src/icons/react/type-single-select.tsx +1 -1
- package/src/icons/react/type-text.tsx +1 -1
- package/src/icons/react/{bolt.tsx → undo.tsx} +5 -5
- package/src/icons/react/units-avatar.tsx +1 -1
- package/src/icons/react/units-collection.tsx +1 -1
- package/src/icons/react/units-counter.tsx +1 -1
- package/src/icons/react/units-date.tsx +1 -1
- package/src/icons/react/units-field-icon-button.tsx +1 -1
- package/src/icons/react/units-field.tsx +1 -1
- package/src/icons/react/units-input.tsx +1 -1
- package/src/icons/react/units-normal.tsx +18 -0
- package/src/icons/react/units-progress-bar.tsx +1 -1
- package/src/icons/react/units-rich-text.tsx +1 -1
- package/src/icons/react/units-snippet.tsx +1 -1
- package/src/icons/react/unlock.tsx +18 -0
- package/src/icons/react/value-clear.tsx +18 -0
- package/src/icons/react/view-app.tsx +18 -0
- package/src/icons/react/workflow.tsx +18 -0
- package/src/icons/svg/appearance-auto.svg +1 -1
- package/src/icons/svg/{arrow-bottom.svg → arrow-down.svg} +1 -1
- package/src/icons/svg/arrow-forward.svg +1 -1
- package/src/icons/svg/arrow-left.svg +1 -1
- package/src/icons/svg/arrow-right.svg +1 -1
- package/src/icons/svg/{arrow-top.svg → arrow-up.svg} +1 -1
- package/src/icons/svg/asterisk.svg +2 -2
- package/src/icons/svg/{automations-error.svg → circle-cross.svg} +1 -1
- package/src/icons/svg/{automations-not-started.svg → circle-pause.svg} +1 -1
- package/src/icons/svg/{automations-in-progress.svg → circle-play.svg} +1 -1
- package/src/icons/svg/collapse-all-horizontal.svg +1 -1
- package/src/icons/svg/collapse-all.svg +1 -1
- package/src/icons/svg/credits-filled.svg +1 -1
- package/src/icons/svg/entity-create.svg +1 -1
- package/src/icons/svg/expand-all-horizontal.svg +1 -1
- package/src/icons/svg/fullscreen-mode-on.svg +2 -3
- package/src/icons/svg/go-to.svg +1 -1
- package/src/icons/svg/integration-unsplash.svg +3 -0
- package/src/icons/svg/layout-double.svg +1 -1
- package/src/icons/svg/layout-single.svg +1 -1
- package/src/icons/svg/limits.svg +3 -0
- package/src/icons/svg/lock-filled.svg +4 -0
- package/src/icons/svg/lock.svg +5 -4
- package/src/icons/svg/page-regular-mode.svg +3 -3
- package/src/icons/svg/page-wide-mode.svg +3 -3
- package/src/icons/svg/{user-group.svg → people-group.svg} +1 -1
- package/src/icons/svg/{user-role.svg → people-role.svg} +1 -1
- package/src/icons/svg/{richeditor/list/indent.svg → richeditor-list-indent.svg} +1 -1
- package/src/icons/svg/richeditor-mark-code.svg +5 -0
- package/src/icons/svg/richeditor-mark-em.svg +3 -0
- package/src/icons/svg/richeditor-mark-highlight.svg +3 -0
- package/src/icons/svg/richeditor-mark-strike.svg +3 -0
- package/src/icons/svg/richeditor-mark-strong.svg +3 -0
- package/src/icons/svg/simple-compass.svg +2 -2
- package/src/icons/svg/space-app.svg +1 -1
- package/src/icons/svg/space-generate.svg +1 -1
- package/src/icons/svg/space-scratch.svg +1 -1
- package/src/icons/svg/space-template.svg +1 -1
- package/src/icons/svg/value-edit.svg +1 -1
- package/src/icons/svg/view-app.svg +6 -0
- package/src/icons/svg/view-gantt.svg +3 -3
- package/src/icons/svg/warning-triangle-filled.svg +1 -1
- package/src/images-gallery/slide-buttons.tsx +3 -3
- package/src/mobile-drawer.tsx +104 -0
- package/src/number-input/types.ts +1 -1
- package/src/palettes/common.ts +3 -3
- package/src/palettes/diff-colors.test.ts +134 -0
- package/src/palettes/diff-colors.ts +135 -1
- package/src/palettes/inspect.canvas-colors.test.ts +63 -63
- package/src/palettes/inspect.defs.colors.neutral-arch.test.ts +196 -64
- package/src/palettes/inspect.defs.colors.neutral-user.test.ts +196 -64
- package/src/palettes/inspect.defs.colors.warm-arch.test.ts +196 -64
- package/src/palettes/inspect.defs.colors.warm-user.test.ts +196 -64
- package/src/palettes/show-colors.test.ts +3 -3
- package/src/palettes/testkit.test.ts +6 -0
- package/src/palettes/testkit.ts +78 -22
- package/src/phone.ts +27 -0
- package/src/reactions/reaction-picker.tsx +3 -3
- package/src/rich-text-embed-error.tsx +2 -2
- package/src/root-theme-provider.test.tsx +2 -3
- package/src/select/select-in-popover.tsx +41 -25
- package/src/select/util.ts +1 -1
- package/src/thematic.tsx +10 -9
- package/src/theme-provider.test.tsx +18 -18
- package/src/theme-provider.tsx +3 -7
- package/src/theme-settings-core.ts +118 -0
- package/src/theme-settings.ts +2 -117
- package/src/theme-snapshots.test.ts +6 -7
- package/src/theming.build.ts +21 -15
- package/src/theming.generated.css +2162 -2034
- package/src/theming.generated.ts +2701 -2549
- package/src/toast/toast.tsx +1 -1
- package/src/toggle-button/round-toggle-button.tsx +28 -4
- package/src/toggle-button/toggle-button.tsx +69 -23
- package/src/toggle-on-off.tsx +0 -9
- package/src/use-is-phone.tsx +3 -27
- package/vitest.config.ts +1 -0
- package/src/icons/ast/ai-avatar.ts +0 -12
- package/src/icons/ast/ai-search.ts +0 -12
- package/src/icons/ast/anthropic.ts +0 -12
- package/src/icons/ast/app-details.ts +0 -12
- package/src/icons/ast/app-store-one-color.ts +0 -12
- package/src/icons/ast/app-store.ts +0 -12
- package/src/icons/ast/app-templates.ts +0 -12
- package/src/icons/ast/app-webhooks.ts +0 -12
- package/src/icons/ast/app-wiki.ts +0 -12
- package/src/icons/ast/apple.ts +0 -12
- package/src/icons/ast/arrow-bottom.ts +0 -12
- package/src/icons/ast/arrow-top.ts +0 -12
- package/src/icons/ast/automations-cancelled.ts +0 -12
- package/src/icons/ast/automations-disabled.ts +0 -12
- package/src/icons/ast/automations-error.ts +0 -12
- package/src/icons/ast/automations-in-progress.ts +0 -12
- package/src/icons/ast/automations-not-started.ts +0 -12
- package/src/icons/ast/automations-success.ts +0 -12
- package/src/icons/ast/back.ts +0 -12
- package/src/icons/ast/backlog-icon.ts +0 -12
- package/src/icons/ast/batch-actions-icon.ts +0 -12
- package/src/icons/ast/bell-filled.ts +0 -12
- package/src/icons/ast/chat-ai.ts +0 -12
- package/src/icons/ast/chat.ts +0 -12
- package/src/icons/ast/clean.ts +0 -12
- package/src/icons/ast/color-coding-filled.ts +0 -12
- package/src/icons/ast/create.ts +0 -12
- package/src/icons/ast/cross-circle.ts +0 -12
- package/src/icons/ast/csv.ts +0 -12
- package/src/icons/ast/database-off.ts +0 -12
- package/src/icons/ast/database-stroke.ts +0 -12
- package/src/icons/ast/demo.ts +0 -12
- package/src/icons/ast/dependency.ts +0 -12
- package/src/icons/ast/dividers.ts +0 -12
- package/src/icons/ast/document.ts +0 -12
- package/src/icons/ast/double-arrow-left.ts +0 -12
- package/src/icons/ast/double-arrow-right.ts +0 -12
- package/src/icons/ast/double-line.ts +0 -12
- package/src/icons/ast/drag-block-handle-single.ts +0 -12
- package/src/icons/ast/edit-value.ts +0 -12
- package/src/icons/ast/extension-assignments.ts +0 -12
- package/src/icons/ast/extension-avatar.ts +0 -12
- package/src/icons/ast/extension-comments.ts +0 -12
- package/src/icons/ast/extension-files.ts +0 -12
- package/src/icons/ast/extension-references.ts +0 -12
- package/src/icons/ast/extension-workflow.ts +0 -12
- package/src/icons/ast/favorites-checked.ts +0 -12
- package/src/icons/ast/fibery-desktop-app.ts +0 -12
- package/src/icons/ast/field-unit.ts +0 -12
- package/src/icons/ast/figma.ts +0 -12
- package/src/icons/ast/file-broken.ts +0 -12
- package/src/icons/ast/fullscreen-mode-off-icon.ts +0 -12
- package/src/icons/ast/fullscreen-mode-on-icon.ts +0 -12
- package/src/icons/ast/gauge.ts +0 -12
- package/src/icons/ast/github.ts +0 -12
- package/src/icons/ast/gitlab.ts +0 -12
- package/src/icons/ast/globe.ts +0 -12
- package/src/icons/ast/google-drive.ts +0 -12
- package/src/icons/ast/google-map.ts +0 -12
- package/src/icons/ast/hide.ts +0 -12
- package/src/icons/ast/integrations-integration-discourse-color.ts +0 -12
- package/src/icons/ast/integrations-integration-intercom-color.ts +0 -12
- package/src/icons/ast/integrations-integration-slack-color.ts +0 -12
- package/src/icons/ast/integrations-integration-zendesk-color.ts +0 -12
- package/src/icons/ast/intercom.ts +0 -12
- package/src/icons/ast/jira.ts +0 -12
- package/src/icons/ast/left-panel.ts +0 -12
- package/src/icons/ast/level-plus.ts +0 -12
- package/src/icons/ast/lock-outline.ts +0 -12
- package/src/icons/ast/loom.ts +0 -12
- package/src/icons/ast/loupe-zoom.ts +0 -12
- package/src/icons/ast/many-people.ts +0 -12
- package/src/icons/ast/message-plus-square.ts +0 -12
- package/src/icons/ast/miro.ts +0 -12
- package/src/icons/ast/mixpanel.ts +0 -12
- package/src/icons/ast/move-bottom.ts +0 -12
- package/src/icons/ast/move-top.ts +0 -12
- package/src/icons/ast/network-add.ts +0 -12
- package/src/icons/ast/network.ts +0 -12
- package/src/icons/ast/notifications.ts +0 -12
- package/src/icons/ast/open-ai.ts +0 -12
- package/src/icons/ast/open-as-page.ts +0 -12
- package/src/icons/ast/popup.ts +0 -12
- package/src/icons/ast/posts.ts +0 -12
- package/src/icons/ast/quick-filter-personal.ts +0 -12
- package/src/icons/ast/quick-filter.ts +0 -12
- package/src/icons/ast/reply.ts +0 -12
- package/src/icons/ast/restore.ts +0 -12
- package/src/icons/ast/richeditor-actions-more.ts +0 -12
- package/src/icons/ast/richeditor-comment-create.ts +0 -12
- package/src/icons/ast/richeditor-entity-link-create.ts +0 -12
- package/src/icons/ast/richeditor-history-redo.ts +0 -12
- package/src/icons/ast/richeditor-history-undo.ts +0 -12
- package/src/icons/ast/richeditor-image-upload.ts +0 -12
- package/src/icons/ast/richeditor-image-wrap-center.ts +0 -12
- package/src/icons/ast/richeditor-image-wrap-left.ts +0 -12
- package/src/icons/ast/richeditor-image-wrap-right.ts +0 -12
- package/src/icons/ast/richeditor-image-zoom.ts +0 -12
- package/src/icons/ast/richeditor-link-create.ts +0 -12
- package/src/icons/ast/richeditor-open-link.ts +0 -12
- package/src/icons/ast/richeditor-unlink.ts +0 -12
- package/src/icons/ast/right-panel.ts +0 -12
- package/src/icons/ast/rule-scheduled.ts +0 -12
- package/src/icons/ast/settings-off.ts +0 -12
- package/src/icons/ast/shared.ts +0 -12
- package/src/icons/ast/sidebar-fields-opened.ts +0 -12
- package/src/icons/ast/sidebar-fields.ts +0 -12
- package/src/icons/ast/sidebar.ts +0 -12
- package/src/icons/ast/slack-icon.ts +0 -12
- package/src/icons/ast/slack.ts +0 -12
- package/src/icons/ast/slide-menu-close.ts +0 -12
- package/src/icons/ast/slide-menu-open.ts +0 -12
- package/src/icons/ast/sort-on-bottom.ts +0 -12
- package/src/icons/ast/sort-on-top.ts +0 -12
- package/src/icons/ast/space-list.ts +0 -12
- package/src/icons/ast/success.ts +0 -12
- package/src/icons/ast/template.ts +0 -12
- package/src/icons/ast/thumbs-down.ts +0 -12
- package/src/icons/ast/thumbs-up.ts +0 -12
- package/src/icons/ast/twitter.ts +0 -12
- package/src/icons/ast/type-boolean.ts +0 -12
- package/src/icons/ast/type-function.ts +0 -12
- package/src/icons/ast/type-id.ts +0 -12
- package/src/icons/ast/type-rule.ts +0 -12
- package/src/icons/ast/type-url.ts +0 -12
- package/src/icons/ast/units-db-badge-abbr.ts +0 -12
- package/src/icons/ast/units-db-badge-full.ts +0 -12
- package/src/icons/ast/units-db-icon.ts +0 -12
- package/src/icons/ast/unlock-outline.ts +0 -12
- package/src/icons/ast/upgrade.ts +0 -12
- package/src/icons/ast/user-check.ts +0 -12
- package/src/icons/ast/user-group-remove.ts +0 -12
- package/src/icons/ast/user-group.ts +0 -12
- package/src/icons/ast/user-role.ts +0 -12
- package/src/icons/ast/user-x.ts +0 -12
- package/src/icons/ast/windows.ts +0 -12
- package/src/icons/ast/workspace-map.ts +0 -12
- package/src/icons/ast/youtube.ts +0 -12
- package/src/icons/ast/zoom-in.ts +0 -12
- package/src/icons/ast/zoom-out.ts +0 -12
- package/src/icons/react/app-details.tsx +0 -18
- package/src/icons/react/app-store-one-color.tsx +0 -18
- package/src/icons/react/app-templates.tsx +0 -18
- package/src/icons/react/app-webhooks.tsx +0 -18
- package/src/icons/react/arrow-bottom.tsx +0 -18
- package/src/icons/react/arrow-top.tsx +0 -18
- package/src/icons/react/automations-cancelled.tsx +0 -18
- package/src/icons/react/automations-error.tsx +0 -18
- package/src/icons/react/automations-in-progress.tsx +0 -18
- package/src/icons/react/automations-not-started.tsx +0 -18
- package/src/icons/react/automations-success.tsx +0 -18
- package/src/icons/react/backlog-icon.tsx +0 -18
- package/src/icons/react/batch-actions-icon.tsx +0 -18
- package/src/icons/react/bell-filled.tsx +0 -18
- package/src/icons/react/check-circle-filled.tsx +0 -18
- package/src/icons/react/check-circle.tsx +0 -18
- package/src/icons/react/clean.tsx +0 -18
- package/src/icons/react/clear-value.tsx +0 -18
- package/src/icons/react/color-coding-filled.tsx +0 -18
- package/src/icons/react/create.tsx +0 -18
- package/src/icons/react/cross-circle.tsx +0 -18
- package/src/icons/react/database-off.tsx +0 -18
- package/src/icons/react/database-stroke.tsx +0 -18
- package/src/icons/react/demo.tsx +0 -18
- package/src/icons/react/dependency.tsx +0 -18
- package/src/icons/react/dividers.tsx +0 -18
- package/src/icons/react/document.tsx +0 -18
- package/src/icons/react/double-arrow-left.tsx +0 -18
- package/src/icons/react/double-arrow-right.tsx +0 -18
- package/src/icons/react/double-line.tsx +0 -18
- package/src/icons/react/drag-block-handle-single.tsx +0 -18
- package/src/icons/react/edit-value.tsx +0 -18
- package/src/icons/react/error-circle-filled.tsx +0 -18
- package/src/icons/react/extension-assignments.tsx +0 -18
- package/src/icons/react/extension-avatar.tsx +0 -18
- package/src/icons/react/extension-comments.tsx +0 -18
- package/src/icons/react/extension-files.tsx +0 -18
- package/src/icons/react/extension-workflow.tsx +0 -18
- package/src/icons/react/favorites-checked.tsx +0 -18
- package/src/icons/react/fibery-desktop-app.tsx +0 -18
- package/src/icons/react/field-unit.tsx +0 -18
- package/src/icons/react/figma.tsx +0 -18
- package/src/icons/react/file-broken.tsx +0 -18
- package/src/icons/react/fullscreen-mode-off-icon.tsx +0 -18
- package/src/icons/react/fullscreen-mode-on-icon.tsx +0 -18
- package/src/icons/react/gauge.tsx +0 -18
- package/src/icons/react/github.tsx +0 -18
- package/src/icons/react/gitlab.tsx +0 -18
- package/src/icons/react/globe.tsx +0 -18
- package/src/icons/react/google-drive.tsx +0 -18
- package/src/icons/react/google-map.tsx +0 -18
- package/src/icons/react/hide.tsx +0 -18
- package/src/icons/react/image-xmark.tsx +0 -18
- package/src/icons/react/info-circle-filled.tsx +0 -18
- package/src/icons/react/info-circle.tsx +0 -18
- package/src/icons/react/integrations-integration-discourse-color.tsx +0 -18
- package/src/icons/react/integrations-integration-intercom-color.tsx +0 -18
- package/src/icons/react/integrations-integration-slack-color.tsx +0 -18
- package/src/icons/react/integrations-integration-zendesk-color.tsx +0 -18
- package/src/icons/react/intercom.tsx +0 -18
- package/src/icons/react/invite-people.tsx +0 -18
- package/src/icons/react/jira.tsx +0 -18
- package/src/icons/react/left-panel.tsx +0 -18
- package/src/icons/react/level-plus.tsx +0 -18
- package/src/icons/react/lock-outline.tsx +0 -18
- package/src/icons/react/loom.tsx +0 -18
- package/src/icons/react/loupe-zoom.tsx +0 -18
- package/src/icons/react/many-people.tsx +0 -18
- package/src/icons/react/message-plus-square.tsx +0 -18
- package/src/icons/react/miro.tsx +0 -18
- package/src/icons/react/mixpanel.tsx +0 -18
- package/src/icons/react/move-bottom.tsx +0 -18
- package/src/icons/react/move-space.tsx +0 -18
- package/src/icons/react/move-top.tsx +0 -18
- package/src/icons/react/network-add.tsx +0 -18
- package/src/icons/react/network.tsx +0 -18
- package/src/icons/react/open-ai.tsx +0 -18
- package/src/icons/react/open-as-page.tsx +0 -18
- package/src/icons/react/popup.tsx +0 -18
- package/src/icons/react/posts.tsx +0 -18
- package/src/icons/react/quick-filter-personal.tsx +0 -18
- package/src/icons/react/quick-filter.tsx +0 -18
- package/src/icons/react/remove-people.tsx +0 -18
- package/src/icons/react/reply.tsx +0 -18
- package/src/icons/react/restore.tsx +0 -18
- package/src/icons/react/richeditor-actions-more.tsx +0 -18
- package/src/icons/react/richeditor-comment-create.tsx +0 -18
- package/src/icons/react/richeditor-entity-link-create.tsx +0 -18
- package/src/icons/react/richeditor-history-redo.tsx +0 -18
- package/src/icons/react/richeditor-history-undo.tsx +0 -18
- package/src/icons/react/richeditor-image-upload.tsx +0 -18
- package/src/icons/react/richeditor-image-wrap-center.tsx +0 -18
- package/src/icons/react/richeditor-image-wrap-left.tsx +0 -18
- package/src/icons/react/richeditor-image-wrap-right.tsx +0 -18
- package/src/icons/react/richeditor-image-zoom.tsx +0 -18
- package/src/icons/react/richeditor-link-create.tsx +0 -18
- package/src/icons/react/richeditor-open-link.tsx +0 -18
- package/src/icons/react/richeditor-unlink.tsx +0 -18
- package/src/icons/react/right-panel.tsx +0 -18
- package/src/icons/react/rule-scheduled.tsx +0 -18
- package/src/icons/react/send-arrow.tsx +0 -18
- package/src/icons/react/settings-off.tsx +0 -18
- package/src/icons/react/shared.tsx +0 -18
- package/src/icons/react/sidebar-fields-opened.tsx +0 -18
- package/src/icons/react/sidebar-fields.tsx +0 -18
- package/src/icons/react/sidebar.tsx +0 -18
- package/src/icons/react/slack-icon.tsx +0 -18
- package/src/icons/react/slack.tsx +0 -18
- package/src/icons/react/slide-menu-close.tsx +0 -18
- package/src/icons/react/slide-menu-open.tsx +0 -18
- package/src/icons/react/smart-folder.tsx +0 -18
- package/src/icons/react/sort-on-bottom.tsx +0 -18
- package/src/icons/react/sort-on-top.tsx +0 -18
- package/src/icons/react/space-list.tsx +0 -18
- package/src/icons/react/success.tsx +0 -18
- package/src/icons/react/suggest-integration.tsx +0 -18
- package/src/icons/react/switch-to-mention.tsx +0 -18
- package/src/icons/react/template.tsx +0 -18
- package/src/icons/react/thumbs-down.tsx +0 -18
- package/src/icons/react/thumbs-up.tsx +0 -18
- package/src/icons/react/twitter.tsx +0 -18
- package/src/icons/react/type-boolean.tsx +0 -18
- package/src/icons/react/type-function.tsx +0 -18
- package/src/icons/react/type-id.tsx +0 -18
- package/src/icons/react/type-rule.tsx +0 -18
- package/src/icons/react/type-url.tsx +0 -18
- package/src/icons/react/units-db-badge-abbr.tsx +0 -18
- package/src/icons/react/units-db-badge-full.tsx +0 -18
- package/src/icons/react/units-db-icon.tsx +0 -18
- package/src/icons/react/unlock-outline.tsx +0 -18
- package/src/icons/react/upgrade.tsx +0 -18
- package/src/icons/react/user-check.tsx +0 -18
- package/src/icons/react/user-group-remove.tsx +0 -18
- package/src/icons/react/user-group.tsx +0 -18
- package/src/icons/react/user-role.tsx +0 -18
- package/src/icons/react/user-x.tsx +0 -18
- package/src/icons/react/windows.tsx +0 -18
- package/src/icons/react/workspace-map.tsx +0 -18
- package/src/icons/react/youtube.tsx +0 -18
- package/src/icons/react/zoom-in.tsx +0 -18
- package/src/icons/react/zoom-out.tsx +0 -18
- package/src/icons/svg/ai-avatar.svg +0 -3
- package/src/icons/svg/ai-search.svg +0 -3
- package/src/icons/svg/anthropic.svg +0 -3
- package/src/icons/svg/app-store-one-color.svg +0 -4
- package/src/icons/svg/app-store.svg +0 -4
- package/src/icons/svg/app-webhooks.svg +0 -2
- package/src/icons/svg/app-wiki.svg +0 -2
- package/src/icons/svg/apple.svg +0 -4
- package/src/icons/svg/automations-cancelled.svg +0 -3
- package/src/icons/svg/automations-disabled.svg +0 -3
- package/src/icons/svg/automations-success.svg +0 -3
- package/src/icons/svg/batch-actions-icon.svg +0 -4
- package/src/icons/svg/bell-filled.svg +0 -4
- package/src/icons/svg/chat-ai.svg +0 -5
- package/src/icons/svg/chat.svg +0 -3
- package/src/icons/svg/clean.svg +0 -6
- package/src/icons/svg/color-coding-filled.svg +0 -3
- package/src/icons/svg/create.svg +0 -3
- package/src/icons/svg/cross-circle.svg +0 -4
- package/src/icons/svg/csv.svg +0 -3
- package/src/icons/svg/database-off.svg +0 -3
- package/src/icons/svg/demo.svg +0 -2
- package/src/icons/svg/dependency.svg +0 -3
- package/src/icons/svg/document.svg +0 -4
- package/src/icons/svg/double-arrow-left.svg +0 -2
- package/src/icons/svg/double-arrow-right.svg +0 -2
- package/src/icons/svg/double-line.svg +0 -3
- package/src/icons/svg/drag-block-handle-single.svg +0 -5
- package/src/icons/svg/edit-value.svg +0 -5
- package/src/icons/svg/extension/assignments.svg +0 -7
- package/src/icons/svg/file-broken.svg +0 -3
- package/src/icons/svg/fullscreen-mode-on-icon.svg +0 -3
- package/src/icons/svg/gauge.svg +0 -5
- package/src/icons/svg/globe.svg +0 -3
- package/src/icons/svg/integrations/integration-slack-color.svg +0 -10
- package/src/icons/svg/intercom.svg +0 -3
- package/src/icons/svg/left-panel.svg +0 -11
- package/src/icons/svg/level-plus.svg +0 -4
- package/src/icons/svg/lock-outline.svg +0 -5
- package/src/icons/svg/loupe-zoom.svg +0 -3
- package/src/icons/svg/message-plus-square.svg +0 -4
- package/src/icons/svg/network-add.svg +0 -5
- package/src/icons/svg/notifications.svg +0 -2
- package/src/icons/svg/open-ai.svg +0 -3
- package/src/icons/svg/open-as-page.svg +0 -3
- package/src/icons/svg/posts.svg +0 -3
- package/src/icons/svg/quick-filter-personal.svg +0 -3
- package/src/icons/svg/quick-filter.svg +0 -3
- package/src/icons/svg/reply.svg +0 -2
- package/src/icons/svg/restore.svg +0 -2
- package/src/icons/svg/richeditor/actions/more.svg +0 -2
- package/src/icons/svg/richeditor/comment/create.svg +0 -5
- package/src/icons/svg/richeditor/entity-link/create.svg +0 -2
- package/src/icons/svg/richeditor/image/wrap-center.svg +0 -2
- package/src/icons/svg/richeditor/image/wrap-left.svg +0 -2
- package/src/icons/svg/richeditor/image/wrap-right.svg +0 -2
- package/src/icons/svg/richeditor/image/zoom.svg +0 -5
- package/src/icons/svg/richeditor/link/create.svg +0 -9
- package/src/icons/svg/richeditor/mark/code.svg +0 -5
- package/src/icons/svg/richeditor/mark/em.svg +0 -3
- package/src/icons/svg/richeditor/mark/highlight.svg +0 -3
- package/src/icons/svg/richeditor/mark/strike.svg +0 -3
- package/src/icons/svg/richeditor/mark/strong.svg +0 -3
- package/src/icons/svg/richeditor/unlink.svg +0 -10
- package/src/icons/svg/right-panel.svg +0 -11
- package/src/icons/svg/rule-scheduled.svg +0 -5
- package/src/icons/svg/settings-off.svg +0 -4
- package/src/icons/svg/shared.svg +0 -7
- package/src/icons/svg/sidebar-fields-opened.svg +0 -3
- package/src/icons/svg/sidebar-fields.svg +0 -6
- package/src/icons/svg/sidebar.svg +0 -2
- package/src/icons/svg/slack-icon.svg +0 -3
- package/src/icons/svg/slide-menu-close.svg +0 -4
- package/src/icons/svg/slide-menu-open.svg +0 -4
- package/src/icons/svg/sort-on-bottom.svg +0 -4
- package/src/icons/svg/sort-on-top.svg +0 -4
- package/src/icons/svg/space-list.svg +0 -4
- package/src/icons/svg/success.svg +0 -4
- package/src/icons/svg/template.svg +0 -3
- package/src/icons/svg/thumbs-down.svg +0 -3
- package/src/icons/svg/thumbs-up.svg +0 -3
- package/src/icons/svg/type/boolean.svg +0 -2
- package/src/icons/svg/type/function.svg +0 -2
- package/src/icons/svg/type/id.svg +0 -3
- package/src/icons/svg/type/rule.svg +0 -2
- package/src/icons/svg/type/url.svg +0 -9
- package/src/icons/svg/units/db-badge-abbr.svg +0 -4
- package/src/icons/svg/units/db-badge-full.svg +0 -4
- package/src/icons/svg/units/db-icon.svg +0 -4
- package/src/icons/svg/upgrade.svg +0 -2
- package/src/icons/svg/user-check.svg +0 -3
- package/src/icons/svg/windows.svg +0 -15
- package/src/icons/svg/workspace-map.svg +0 -3
- package/src/icons/svg/zoom-out.svg +0 -7
- /package/src/icons/svg/{dividers.svg → architect.svg} +0 -0
- /package/src/icons/svg/{back.svg → arrow-back.svg} +0 -0
- /package/src/icons/svg/{send-arrow.svg → arrow-send.svg} +0 -0
- /package/src/icons/svg/{extension/avatar.svg → avatar.svg} +0 -0
- /package/src/icons/svg/{backlog-icon.svg → backlog.svg} +0 -0
- /package/src/icons/svg/{check-circle-filled.svg → circle-check-filled.svg} +0 -0
- /package/src/icons/svg/{check-circle.svg → circle-check.svg} +0 -0
- /package/src/icons/svg/{error-circle-filled.svg → circle-cross-filled.svg} +0 -0
- /package/src/icons/svg/{info-circle-filled.svg → circle-info-filled.svg} +0 -0
- /package/src/icons/svg/{info-circle.svg → circle-info.svg} +0 -0
- /package/src/icons/svg/{extension/comments.svg → comments.svg} +0 -0
- /package/src/icons/svg/{add-database.svg → database-add.svg} +0 -0
- /package/src/icons/svg/{database-stroke.svg → database-outline.svg} +0 -0
- /package/src/icons/svg/{hide.svg → eye-off.svg} +0 -0
- /package/src/icons/svg/{favorites-checked.svg → favorites-filled.svg} +0 -0
- /package/src/icons/svg/{switch-to-mention.svg → field-units-large.svg} +0 -0
- /package/src/icons/svg/{extension/files.svg → files.svg} +0 -0
- /package/src/icons/svg/{smart-folder.svg → folder-smart.svg} +0 -0
- /package/src/icons/svg/{fullscreen-mode-off-icon.svg → fullscreen-mode-off.svg} +0 -0
- /package/src/icons/svg/{add-group.svg → group-add.svg} +0 -0
- /package/src/icons/svg/{image-xmark.svg → image-error.svg} +0 -0
- /package/src/icons/svg/{add-integration.svg → integration-add.svg} +0 -0
- /package/src/icons/svg/{integrations/integration-discourse-color.svg → integration-discourse.svg} +0 -0
- /package/src/icons/svg/{fibery-desktop-app.svg → integration-fibery.svg} +0 -0
- /package/src/icons/svg/{figma.svg → integration-figma.svg} +0 -0
- /package/src/icons/svg/{github.svg → integration-github.svg} +0 -0
- /package/src/icons/svg/{gitlab.svg → integration-gitlab.svg} +0 -0
- /package/src/icons/svg/{google-drive.svg → integration-google-drive.svg} +0 -0
- /package/src/icons/svg/{google-map.svg → integration-google-map.svg} +0 -0
- /package/src/icons/svg/{integrations/integration-intercom-color.svg → integration-intercom.svg} +0 -0
- /package/src/icons/svg/{jira.svg → integration-jira.svg} +0 -0
- /package/src/icons/svg/{loom.svg → integration-loom.svg} +0 -0
- /package/src/icons/svg/{miro.svg → integration-miro.svg} +0 -0
- /package/src/icons/svg/{mixpanel.svg → integration-mixpanel.svg} +0 -0
- /package/src/icons/svg/{slack.svg → integration-slack.svg} +0 -0
- /package/src/icons/svg/{suggest-integration.svg → integration-suggest.svg} +0 -0
- /package/src/icons/svg/{twitter.svg → integration-twitter.svg} +0 -0
- /package/src/icons/svg/{youtube.svg → integration-youtube.svg} +0 -0
- /package/src/icons/svg/{integrations/integration-zendesk-color.svg → integration-zendesk.svg} +0 -0
- /package/src/icons/svg/{move-bottom.svg → move-down.svg} +0 -0
- /package/src/icons/svg/{move-top.svg → move-up.svg} +0 -0
- /package/src/icons/svg/{popup.svg → open-in-panel.svg} +0 -0
- /package/src/icons/svg/{richeditor/open-link.svg → open-link.svg} +0 -0
- /package/src/icons/svg/{many-people.svg → people-all.svg} +0 -0
- /package/src/icons/svg/{user-group-remove.svg → people-group-remove.svg} +0 -0
- /package/src/icons/svg/{invite-people.svg → people-invite.svg} +0 -0
- /package/src/icons/svg/{remove-people.svg → people-remove.svg} +0 -0
- /package/src/icons/svg/{user-x.svg → people-x.svg} +0 -0
- /package/src/icons/svg/{zoom-in.svg → plus.svg} +0 -0
- /package/src/icons/svg/{app-details.svg → preferences.svg} +0 -0
- /package/src/icons/svg/{network.svg → propagate.svg} +0 -0
- /package/src/icons/svg/{add-reactions.svg → reactions-add.svg} +0 -0
- /package/src/icons/svg/{richeditor/history/redo.svg → redo.svg} +0 -0
- /package/src/icons/svg/{extension/references.svg → references.svg} +0 -0
- /package/src/icons/svg/{richeditor/block/callout.svg → richeditor-block-callout.svg} +0 -0
- /package/src/icons/svg/{richeditor/block/code.svg → richeditor-block-code.svg} +0 -0
- /package/src/icons/svg/{richeditor/block/embed.svg → richeditor-block-embed.svg} +0 -0
- /package/src/icons/svg/{richeditor/block/entity.svg → richeditor-block-entity.svg} +0 -0
- /package/src/icons/svg/{richeditor/block/file.svg → richeditor-block-file.svg} +0 -0
- /package/src/icons/svg/{richeditor/block/h1.svg → richeditor-block-h1.svg} +0 -0
- /package/src/icons/svg/{richeditor/block/h2.svg → richeditor-block-h2.svg} +0 -0
- /package/src/icons/svg/{richeditor/block/h3.svg → richeditor-block-h3.svg} +0 -0
- /package/src/icons/svg/{richeditor/block/h4.svg → richeditor-block-h4.svg} +0 -0
- /package/src/icons/svg/{richeditor/block/mention.svg → richeditor-block-mention.svg} +0 -0
- /package/src/icons/svg/{richeditor/block/paragraph.svg → richeditor-block-paragraph.svg} +0 -0
- /package/src/icons/svg/{richeditor/block/quote.svg → richeditor-block-quote.svg} +0 -0
- /package/src/icons/svg/{richeditor/checklist/create.svg → richeditor-checklist-create.svg} +0 -0
- /package/src/icons/svg/{richeditor/image/align-center.svg → richeditor-image-align-center.svg} +0 -0
- /package/src/icons/svg/{richeditor/image/align-left.svg → richeditor-image-align-left.svg} +0 -0
- /package/src/icons/svg/{richeditor/image/align-right.svg → richeditor-image-align-right.svg} +0 -0
- /package/src/icons/svg/{richeditor/image/upload.svg → richeditor-image.svg} +0 -0
- /package/src/icons/svg/{richeditor/linkedhighlight/create.svg → richeditor-linkedhighlight-create.svg} +0 -0
- /package/src/icons/svg/{richeditor/list/bullet.svg → richeditor-list-bullet.svg} +0 -0
- /package/src/icons/svg/{richeditor/list/ordered.svg → richeditor-list-ordered.svg} +0 -0
- /package/src/icons/svg/{richeditor/list/unindent.svg → richeditor-list-unindent.svg} +0 -0
- /package/src/icons/svg/{richeditor/mark/text-background-color.svg → richeditor-mark-text-background-color.svg} +0 -0
- /package/src/icons/svg/{richeditor/mark/underline.svg → richeditor-mark-underline.svg} +0 -0
- /package/src/icons/svg/{richeditor/table/create.svg → richeditor-table-create.svg} +0 -0
- /package/src/icons/svg/{richeditor/video/upload.svg → richeditor-video-upload.svg} +0 -0
- /package/src/icons/svg/{bolt.svg → rule.svg} +0 -0
- /package/src/icons/svg/{app-templates.svg → space-add.svg} +0 -0
- /package/src/icons/svg/{move-space.svg → space-move.svg} +0 -0
- /package/src/icons/svg/{type/button.svg → type-button.svg} +0 -0
- /package/src/icons/svg/{type/checkbox.svg → type-checkbox.svg} +0 -0
- /package/src/icons/svg/{type/date.svg → type-date.svg} +0 -0
- /package/src/icons/svg/{type/email.svg → type-email.svg} +0 -0
- /package/src/icons/svg/{type/emoji.svg → type-emoji.svg} +0 -0
- /package/src/icons/svg/{type/formula.svg → type-formula.svg} +0 -0
- /package/src/icons/svg/{type/location.svg → type-location.svg} +0 -0
- /package/src/icons/svg/{type/lookup.svg → type-lookup.svg} +0 -0
- /package/src/icons/svg/{type/money.svg → type-money.svg} +0 -0
- /package/src/icons/svg/{type/multi-select.svg → type-multi-select.svg} +0 -0
- /package/src/icons/svg/{type/number.svg → type-number.svg} +0 -0
- /package/src/icons/svg/{type/percent.svg → type-percent.svg} +0 -0
- /package/src/icons/svg/{type/phone.svg → type-phone.svg} +0 -0
- /package/src/icons/svg/{type/relation.svg → type-relation.svg} +0 -0
- /package/src/icons/svg/{type/rich-text.svg → type-rich-text.svg} +0 -0
- /package/src/icons/svg/{type/single-select.svg → type-single-select.svg} +0 -0
- /package/src/icons/svg/{type/text.svg → type-text.svg} +0 -0
- /package/src/icons/svg/{richeditor/history/undo.svg → undo.svg} +0 -0
- /package/src/icons/svg/{units/avatar.svg → units-avatar.svg} +0 -0
- /package/src/icons/svg/{units/collection.svg → units-collection.svg} +0 -0
- /package/src/icons/svg/{units/counter.svg → units-counter.svg} +0 -0
- /package/src/icons/svg/{units/date.svg → units-date.svg} +0 -0
- /package/src/icons/svg/{units/field-icon-button.svg → units-field-icon-button.svg} +0 -0
- /package/src/icons/svg/{units/field.svg → units-field.svg} +0 -0
- /package/src/icons/svg/{units/input.svg → units-input.svg} +0 -0
- /package/src/icons/svg/{field-unit.svg → units-normal.svg} +0 -0
- /package/src/icons/svg/{units/progress-bar.svg → units-progress-bar.svg} +0 -0
- /package/src/icons/svg/{units/rich-text.svg → units-rich-text.svg} +0 -0
- /package/src/icons/svg/{units/snippet.svg → units-snippet.svg} +0 -0
- /package/src/icons/svg/{unlock-outline.svg → unlock.svg} +0 -0
- /package/src/icons/svg/{clear-value.svg → value-clear.svg} +0 -0
- /package/src/icons/svg/{extension/workflow.svg → workflow.svg} +0 -0
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated. Do not edit manually.
|
|
3
|
-
*
|
|
4
|
-
* @see import("../svg/upgrade.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.mjs")
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import {forwardRef} from "react";
|
|
9
|
-
import UpgradeSvg from "../ast/upgrade";
|
|
10
|
-
import {Icon} from "../icon";
|
|
11
|
-
import type {IconBaseProps} from "../types";
|
|
12
|
-
|
|
13
|
-
const Upgrade = forwardRef<SVGSVGElement, IconBaseProps>(function Upgrade(
|
|
14
|
-
props: IconBaseProps,
|
|
15
|
-
ref: React.Ref<SVGSVGElement>
|
|
16
|
-
) {return <Icon {...props} className={props.className} ref={ref} icon={UpgradeSvg} />});
|
|
17
|
-
|
|
18
|
-
export default Upgrade;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated. Do not edit manually.
|
|
3
|
-
*
|
|
4
|
-
* @see import("../svg/user-check.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.mjs")
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import {forwardRef} from "react";
|
|
9
|
-
import UserCheckSvg from "../ast/user-check";
|
|
10
|
-
import {Icon} from "../icon";
|
|
11
|
-
import type {IconBaseProps} from "../types";
|
|
12
|
-
|
|
13
|
-
const UserCheck = forwardRef<SVGSVGElement, IconBaseProps>(function UserCheck(
|
|
14
|
-
props: IconBaseProps,
|
|
15
|
-
ref: React.Ref<SVGSVGElement>
|
|
16
|
-
) {return <Icon {...props} className={props.className} ref={ref} icon={UserCheckSvg} />});
|
|
17
|
-
|
|
18
|
-
export default UserCheck;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated. Do not edit manually.
|
|
3
|
-
*
|
|
4
|
-
* @see import("../svg/user-group-remove.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.mjs")
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import {forwardRef} from "react";
|
|
9
|
-
import UserGroupRemoveSvg from "../ast/user-group-remove";
|
|
10
|
-
import {Icon} from "../icon";
|
|
11
|
-
import type {IconBaseProps} from "../types";
|
|
12
|
-
|
|
13
|
-
const UserGroupRemove = forwardRef<SVGSVGElement, IconBaseProps>(function UserGroupRemove(
|
|
14
|
-
props: IconBaseProps,
|
|
15
|
-
ref: React.Ref<SVGSVGElement>
|
|
16
|
-
) {return <Icon {...props} className={props.className} ref={ref} icon={UserGroupRemoveSvg} />});
|
|
17
|
-
|
|
18
|
-
export default UserGroupRemove;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated. Do not edit manually.
|
|
3
|
-
*
|
|
4
|
-
* @see import("../svg/user-group.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.mjs")
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import {forwardRef} from "react";
|
|
9
|
-
import UserGroupSvg from "../ast/user-group";
|
|
10
|
-
import {Icon} from "../icon";
|
|
11
|
-
import type {IconBaseProps} from "../types";
|
|
12
|
-
|
|
13
|
-
const UserGroup = forwardRef<SVGSVGElement, IconBaseProps>(function UserGroup(
|
|
14
|
-
props: IconBaseProps,
|
|
15
|
-
ref: React.Ref<SVGSVGElement>
|
|
16
|
-
) {return <Icon {...props} className={props.className} ref={ref} icon={UserGroupSvg} />});
|
|
17
|
-
|
|
18
|
-
export default UserGroup;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated. Do not edit manually.
|
|
3
|
-
*
|
|
4
|
-
* @see import("../svg/user-role.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.mjs")
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import {forwardRef} from "react";
|
|
9
|
-
import UserRoleSvg from "../ast/user-role";
|
|
10
|
-
import {Icon} from "../icon";
|
|
11
|
-
import type {IconBaseProps} from "../types";
|
|
12
|
-
|
|
13
|
-
const UserRole = forwardRef<SVGSVGElement, IconBaseProps>(function UserRole(
|
|
14
|
-
props: IconBaseProps,
|
|
15
|
-
ref: React.Ref<SVGSVGElement>
|
|
16
|
-
) {return <Icon {...props} className={props.className} ref={ref} icon={UserRoleSvg} />});
|
|
17
|
-
|
|
18
|
-
export default UserRole;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated. Do not edit manually.
|
|
3
|
-
*
|
|
4
|
-
* @see import("../svg/user-x.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.mjs")
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import {forwardRef} from "react";
|
|
9
|
-
import UserXSvg from "../ast/user-x";
|
|
10
|
-
import {Icon} from "../icon";
|
|
11
|
-
import type {IconBaseProps} from "../types";
|
|
12
|
-
|
|
13
|
-
const UserX = forwardRef<SVGSVGElement, IconBaseProps>(function UserX(
|
|
14
|
-
props: IconBaseProps,
|
|
15
|
-
ref: React.Ref<SVGSVGElement>
|
|
16
|
-
) {return <Icon {...props} className={props.className} ref={ref} icon={UserXSvg} />});
|
|
17
|
-
|
|
18
|
-
export default UserX;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated. Do not edit manually.
|
|
3
|
-
*
|
|
4
|
-
* @see import("../svg/windows.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.mjs")
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import {forwardRef} from "react";
|
|
9
|
-
import WindowsSvg from "../ast/windows";
|
|
10
|
-
import {Icon} from "../icon";
|
|
11
|
-
import type {IconBaseProps} from "../types";
|
|
12
|
-
|
|
13
|
-
const Windows = forwardRef<SVGSVGElement, IconBaseProps>(function Windows(
|
|
14
|
-
props: IconBaseProps,
|
|
15
|
-
ref: React.Ref<SVGSVGElement>
|
|
16
|
-
) {return <Icon {...props} className={props.className} ref={ref} icon={WindowsSvg} />});
|
|
17
|
-
|
|
18
|
-
export default Windows;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated. Do not edit manually.
|
|
3
|
-
*
|
|
4
|
-
* @see import("../svg/workspace-map.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.mjs")
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import {forwardRef} from "react";
|
|
9
|
-
import WorkspaceMapSvg from "../ast/workspace-map";
|
|
10
|
-
import {Icon} from "../icon";
|
|
11
|
-
import type {IconBaseProps} from "../types";
|
|
12
|
-
|
|
13
|
-
const WorkspaceMap = forwardRef<SVGSVGElement, IconBaseProps>(function WorkspaceMap(
|
|
14
|
-
props: IconBaseProps,
|
|
15
|
-
ref: React.Ref<SVGSVGElement>
|
|
16
|
-
) {return <Icon {...props} className={props.className} ref={ref} icon={WorkspaceMapSvg} />});
|
|
17
|
-
|
|
18
|
-
export default WorkspaceMap;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated. Do not edit manually.
|
|
3
|
-
*
|
|
4
|
-
* @see import("../svg/youtube.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.mjs")
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import {forwardRef} from "react";
|
|
9
|
-
import YoutubeSvg from "../ast/youtube";
|
|
10
|
-
import {Icon} from "../icon";
|
|
11
|
-
import type {IconBaseProps} from "../types";
|
|
12
|
-
|
|
13
|
-
const Youtube = forwardRef<SVGSVGElement, IconBaseProps>(function Youtube(
|
|
14
|
-
props: IconBaseProps,
|
|
15
|
-
ref: React.Ref<SVGSVGElement>
|
|
16
|
-
) {return <Icon {...props} className={props.className} ref={ref} icon={YoutubeSvg} />});
|
|
17
|
-
|
|
18
|
-
export default Youtube;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated. Do not edit manually.
|
|
3
|
-
*
|
|
4
|
-
* @see import("../svg/zoom-in.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.mjs")
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import {forwardRef} from "react";
|
|
9
|
-
import ZoomInSvg from "../ast/zoom-in";
|
|
10
|
-
import {Icon} from "../icon";
|
|
11
|
-
import type {IconBaseProps} from "../types";
|
|
12
|
-
|
|
13
|
-
const ZoomIn = forwardRef<SVGSVGElement, IconBaseProps>(function ZoomIn(
|
|
14
|
-
props: IconBaseProps,
|
|
15
|
-
ref: React.Ref<SVGSVGElement>
|
|
16
|
-
) {return <Icon {...props} className={props.className} ref={ref} icon={ZoomInSvg} />});
|
|
17
|
-
|
|
18
|
-
export default ZoomIn;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated. Do not edit manually.
|
|
3
|
-
*
|
|
4
|
-
* @see import("../svg/zoom-out.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.mjs")
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import {forwardRef} from "react";
|
|
9
|
-
import ZoomOutSvg from "../ast/zoom-out";
|
|
10
|
-
import {Icon} from "../icon";
|
|
11
|
-
import type {IconBaseProps} from "../types";
|
|
12
|
-
|
|
13
|
-
const ZoomOut = forwardRef<SVGSVGElement, IconBaseProps>(function ZoomOut(
|
|
14
|
-
props: IconBaseProps,
|
|
15
|
-
ref: React.Ref<SVGSVGElement>
|
|
16
|
-
) {return <Icon {...props} className={props.className} ref={ref} icon={ZoomOutSvg} />});
|
|
17
|
-
|
|
18
|
-
export default ZoomOut;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M10 3C10.3112 3 10.5901 3.19219 10.7009 3.483L12.0123 6.92548C12.1987 7.41482 12.5852 7.8013 13.0745 7.98771L16.517 9.29913C16.8078 9.40992 17 9.68879 17 10C17 10.3112 16.8078 10.5901 16.517 10.7009L13.0745 12.0123C12.5852 12.1987 12.1987 12.5852 12.0123 13.0745L10.7009 16.517C10.5901 16.8078 10.3112 17 10 17C9.68879 17 9.40992 16.8078 9.29913 16.517L7.98771 13.0745C7.8013 12.5852 7.41482 12.1987 6.92548 12.0123L3.483 10.7009C3.19219 10.5901 3 10.3112 3 10C3 9.68879 3.19219 9.40992 3.483 9.29913L6.92548 7.98771C7.41483 7.8013 7.8013 7.41482 7.98771 6.92548L9.29913 3.483C9.40992 3.19219 9.68879 3 10 3ZM10 5.85677L9.38945 7.45947C9.05075 8.34856 8.34856 9.05074 7.45948 9.38944L5.85677 10L7.45948 10.6106C8.34856 10.9493 9.05075 11.6514 9.38944 12.5405L10 14.1432L10.6106 12.5405C10.9493 11.6514 11.6514 10.9493 12.5405 10.6106L14.1432 10L12.5405 9.38945C11.6514 9.05075 10.9493 8.34856 10.6106 7.45948L10 5.85677Z" />
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.1284 14.3205C11.9232 15.2691 10.4027 15.835 8.74998 15.835C4.83704 15.835 1.66498 12.6629 1.66498 8.74998C1.66498 4.83704 4.83704 1.66498 8.74998 1.66498C12.6629 1.66498 15.835 4.83704 15.835 8.74998C15.835 10.4084 15.2651 11.9338 14.3106 13.141L18.0895 16.9087C18.4161 17.2343 18.4169 17.763 18.0913 18.0895C17.7657 18.4161 17.237 18.4169 16.9104 18.0913L13.1284 14.3205ZM8.74998 3.33498C5.75936 3.33498 3.33498 5.75936 3.33498 8.74998C3.33498 11.7406 5.75936 14.165 8.74998 14.165C10.2429 14.165 11.5948 13.5608 12.5743 12.5836C13.557 11.6033 14.165 10.2476 14.165 8.74998C14.165 5.75936 11.7406 3.33498 8.74998 3.33498ZM8.74998 5.75C8.86669 5.75 8.97126 5.82207 9.01281 5.93113L9.58328 7.42861C9.66894 7.65346 9.84652 7.83105 10.0714 7.91671L11.5689 8.48717C11.6779 8.52872 11.75 8.6333 11.75 8.75C11.75 8.8667 11.6779 8.97128 11.5689 9.01283L10.0714 9.58329C9.84652 9.66895 9.66894 9.84654 9.58328 10.0714L9.01281 11.5689C8.97126 11.6779 8.86669 11.75 8.74998 11.75C8.63328 11.75 8.5287 11.6779 8.48716 11.5689L7.91669 10.0714C7.83103 9.84654 7.65345 9.66895 7.42859 9.58329L5.93111 9.01283C5.82205 8.97128 5.74998 8.8667 5.74998 8.75C5.74998 8.6333 5.82205 8.52872 5.93111 8.48717L7.42859 7.91671C7.65345 7.83105 7.83103 7.65346 7.91669 7.4286L8.48716 5.93113C8.5287 5.82207 8.63328 5.75 8.74998 5.75Z" fill="black"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M4.51633 12.9669L8.06746 10.9812L8.12687 10.8084L8.06746 10.7129H7.89373L7.29962 10.6769L5.27066 10.622L3.51175 10.5491L1.80685 10.4582L1.37747 10.3664L0.975098 9.83799L1.01651 9.57424L1.37657 9.333L1.89326 9.37801L3.03646 9.45542L4.74947 9.57424L5.99259 9.64626L7.83432 9.83799H8.12687L8.16738 9.72007L8.06746 9.64715L7.98915 9.57424L6.21583 8.37703L4.29849 7.1105L3.29301 6.38137L2.74931 6.01231L2.47476 5.66665L2.35594 4.91051L2.84923 4.36861L3.51265 4.41362L3.68098 4.45953L4.3534 4.97442L5.78825 6.08162L7.65969 7.45526L7.93424 7.68301L8.04406 7.60559L8.05756 7.55158L7.93424 7.34634L6.91526 5.51002L5.82786 3.64488L5.34358 2.87075L5.21575 2.40536C5.16763 2.2271 5.14163 2.04359 5.13834 1.85897L5.70004 1.09833L6.01059 0.998413L6.76043 1.09833L7.07548 1.37198L7.54177 2.43327L8.2952 4.10487L9.46541 6.37687L9.80747 7.05109L9.9911 7.6749L10.0595 7.86664H10.1783V7.75682L10.2746 6.47769L10.452 4.90601L10.6257 2.88425L10.6851 2.31445L10.9687 1.63123L11.5304 1.26216L11.9696 1.4719L12.3297 1.98679L12.2802 2.31985L12.0651 3.7079L11.6447 5.88538L11.371 7.34274H11.5313L11.714 7.16001L12.4539 6.18154L13.6961 4.63326L14.2452 4.01755L14.8844 3.33973L15.2957 3.01567H16.0726L16.6442 3.86272L16.3885 4.73768L15.5883 5.74856L14.9258 6.60461L13.9752 7.88014L13.3811 8.90002L13.436 8.98194L13.5782 8.96843L15.726 8.51295L16.8863 8.30322L18.2708 8.06647L18.8973 8.35812L18.9657 8.65428L18.719 9.26009L17.2383 9.62465L15.501 9.97031L12.9157 10.5806L12.8833 10.6031L12.9193 10.649L14.085 10.758L14.5828 10.785H15.8034L18.0745 10.9542L18.6686 11.3458L19.0251 11.8237L18.9657 12.1883L18.052 12.6528L16.8179 12.3611L13.9392 11.6779L12.9517 11.4322H12.8149V11.5141L13.6376 12.3152L15.1454 13.6727L17.033 15.4217L17.1285 15.8538L16.8863 16.1958L16.6307 16.1598L14.9717 14.9167L14.3326 14.3559L12.8833 13.1407H12.7879V13.2676L13.1209 13.7546L14.8853 16.3966L14.9762 17.2067L14.8484 17.4713L14.3911 17.6307L13.8888 17.5398L12.8563 16.0959L11.7914 14.4702L10.9327 13.012L10.8273 13.0723L10.3196 18.5146L10.082 18.7919L9.53382 19.0016L9.07744 18.656L8.8344 18.0952L9.07744 16.988L9.36909 15.545L9.60674 14.3973L9.82187 12.9714L9.9497 12.498L9.9407 12.4665L9.83538 12.48L8.75698 13.9562L7.11689 16.1643L5.81886 17.5488L5.5083 17.6721L4.96821 17.3939L5.01952 16.8979L5.32107 16.456L7.11689 14.1786L8.19978 12.7671L8.89921 11.9516L8.89381 11.8327H8.8533L4.08245 14.9203L3.2327 15.0301L2.86723 14.6881L2.91224 14.1282L3.08597 13.9463L4.52083 12.9624L4.51633 12.9669Z" fill="#D97757"/>
|
|
3
|
-
</svg>
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" standalone="no"?>
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" class="Icon">
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9 2C7.89543 2 7 2.89543 7 4V6C7 7.10457 7.89543 8 9 8H9.25V9.25H6.66667C6.02573 9.25 5.41104 9.50461 4.95783 9.95783C4.50461 10.411 4.25 11.0257 4.25 11.6667V12H4C2.89543 12 2 12.8954 2 14V16C2 17.1046 2.89543 18 4 18H6C7.10457 18 8 17.1046 8 16V14C8 12.8954 7.10457 12 6 12H5.75V11.6667C5.75 11.4236 5.84658 11.1904 6.01849 11.0185C6.19039 10.8466 6.42355 10.75 6.66667 10.75H13.3333C13.5764 10.75 13.8096 10.8466 13.9815 11.0185C14.1534 11.1904 14.25 11.4236 14.25 11.6667V12H14C12.8954 12 12 12.8954 12 14V16C12 17.1046 12.8954 18 14 18H16C17.1046 18 18 17.1046 18 16V14C18 12.8954 17.1046 12 16 12H15.75V11.6667C15.75 11.0257 15.4954 10.411 15.0422 9.95783C14.589 9.50461 13.9743 9.25 13.3333 9.25H10.75V8H11C12.1046 8 13 7.10457 13 6V4C13 2.89543 12.1046 2 11 2H9ZM8.5 4C8.5 3.72386 8.72386 3.5 9 3.5H11C11.2761 3.5 11.5 3.72386 11.5 4V6C11.5 6.27614 11.2761 6.5 11 6.5H9C8.72386 6.5 8.5 6.27614 8.5 6V4ZM4 13.5H6C6.27614 13.5 6.5 13.7239 6.5 14V16C6.5 16.2761 6.27614 16.5 6 16.5H4C3.72386 16.5 3.5 16.2761 3.5 16V14C3.5 13.7239 3.72386 13.5 4 13.5ZM14 13.5C13.7239 13.5 13.5 13.7239 13.5 14V16C13.5 16.2761 13.7239 16.5 14 16.5H16C16.2761 16.5 16.5 16.2761 16.5 16V14C16.5 13.7239 16.2761 13.5 16 13.5H14Z" class="uiIcons" />
|
|
4
|
-
</svg>
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" standalone="no"?>
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" class="Icon">
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9 2C7.89543 2 7 2.89543 7 4V6C7 7.10457 7.89543 8 9 8H9.25V9.25H6.66667C6.02573 9.25 5.41104 9.50461 4.95783 9.95783C4.50461 10.411 4.25 11.0257 4.25 11.6667V12H4C2.89543 12 2 12.8954 2 14V16C2 17.1046 2.89543 18 4 18H6C7.10457 18 8 17.1046 8 16V14C8 12.8954 7.10457 12 6 12H5.75V11.6667C5.75 11.4236 5.84658 11.1904 6.01849 11.0185C6.19039 10.8466 6.42355 10.75 6.66667 10.75H13.3333C13.5764 10.75 13.8096 10.8466 13.9815 11.0185C14.1534 11.1904 14.25 11.4236 14.25 11.6667V12H14C12.8954 12 12 12.8954 12 14V16C12 17.1046 12.8954 18 14 18H16C17.1046 18 18 17.1046 18 16V14C18 12.8954 17.1046 12 16 12H15.75V11.6667C15.75 11.0257 15.4954 10.411 15.0422 9.95783C14.589 9.50461 13.9743 9.25 13.3333 9.25H10.75V8H11C12.1046 8 13 7.10457 13 6V4C13 2.89543 12.1046 2 11 2H9ZM8.5 4C8.5 3.72386 8.72386 3.5 9 3.5H11C11.2761 3.5 11.5 3.72386 11.5 4V6C11.5 6.27614 11.2761 6.5 11 6.5H9C8.72386 6.5 8.5 6.27614 8.5 6V4ZM4 13.5H6C6.27614 13.5 6.5 13.7239 6.5 14V16C6.5 16.2761 6.27614 16.5 6 16.5H4C3.72386 16.5 3.5 16.2761 3.5 16V14C3.5 13.7239 3.72386 13.5 4 13.5ZM14 13.5C13.7239 13.5 13.5 13.7239 13.5 14V16C13.5 16.2761 13.7239 16.5 14 16.5H16C16.2761 16.5 16.5 16.2761 16.5 16V14C16.5 13.7239 16.2761 13.5 16 13.5H14Z" class="uiIcons" />
|
|
4
|
-
</svg>
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" standalone="no"?>
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" class="Icon"><g transform="translate(2 2)" class="uiIcons"><path d="M13,5.5 C11.6192881,5.5 10.5,4.38071187 10.5,3 C10.5,1.61928813 11.6192881,0.5 13,0.5 C14.3807119,0.5 15.5,1.61928813 15.5,3 C15.5,4.38071187 14.3807119,5.5 13,5.5 Z M13,4.5 C13.8284271,4.5 14.5,3.82842712 14.5,3 C14.5,2.17157288 13.8284271,1.5 13,1.5 C12.1715729,1.5 11.5,2.17157288 11.5,3 C11.5,3.82842712 12.1715729,4.5 13,4.5 Z" class="uiIcons"></path><path d="M3.84792306,11.2984524 C3.9211746,11.564702 4.19639462,11.7211578 4.46264417,11.6479062 C4.72889372,11.5746547 4.88534951,11.2994346 4.81209797,11.0331851 L3.70435615,7.00684322 L1.67008664,10.5303014 C0.758514918,12.1091899 1.29877374,14.1335932 2.87772975,15.0452039 C4.46434039,15.9612339 6.4713622,15.4203251 7.37736144,13.837705 L11.4339271,6.75160358 C11.5711198,6.51195223 11.4880607,6.20645976 11.2484093,6.06926705 C11.008758,5.93207434 10.7032655,6.01513348 10.5660728,6.25478483 L6.50950711,13.3408862 C5.87869037,14.4428113 4.48495401,14.8184347 3.37772975,14.1791785 C2.27745618,13.5439352 1.90045814,12.1312862 2.53611204,11.0303014 L3.37459003,9.57801488 L3.84792306,11.2984524 Z" class="uiIcons"></path></g></svg>
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" standalone="no"?>
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" class="Icon"><path d="M1.5,6.5 L1.146447,6.14645 C1.052678,6.24021 1,6.36739 1,6.5 L1.5,6.5 Z M6.5,1.5 L6.5,1 C6.36739,1 6.24021,1.052678 6.14645,1.146447 L6.5,1.5 Z M1,6.5 L1,15.5 L2,15.5 L2,6.5 L1,6.5 Z M2.5,17 L12.5,17 L12.5,16 L2.5,16 L2.5,17 Z M14,15.5 L14,2.5 L13,2.5 L13,15.5 L14,15.5 Z M12.5,1 L6.5,1 L6.5,2 L12.5,2 L12.5,1 Z M6.14645,1.146447 L1.146447,6.14645 L1.853553,6.85355 L6.85355,1.853553 L6.14645,1.146447 Z M1.5,7 L5.5,7 L5.5,6 L1.5,6 L1.5,7 Z M7,5.5 L7,1.5 L6,1.5 L6,5.5 L7,5.5 Z M1,15.5 C1,16.3284 1.671573,17 2.5,17 L2.5,16 C2.223858,16 2,15.7761 2,15.5 L1,15.5 Z M12.5,17 C13.3284,17 14,16.3284 14,15.5 L13,15.5 C13,15.7761 12.7761,16 12.5,16 L12.5,17 Z M14,2.5 C14,1.671573 13.3284,1 12.5,1 L12.5,2 C12.7761,2 13,2.223858 13,2.5 L14,2.5 Z M5.5,7 C6.32843,7 7,6.32843 7,5.5 L6,5.5 C6,5.77614 5.77614,6 5.5,6 L5.5,7 Z" transform="translate(2 1)" class="uiIcons"></path></svg>
|
package/src/icons/svg/apple.svg
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M14.6933 9.97307C14.6716 7.80339 16.4691 6.76274 16.5495 6.71017C15.5393 5.23851 13.9654 5.03658 13.4052 5.0136C12.0668 4.87817 10.7923 5.79904 10.1133 5.79904C9.43576 5.79904 8.38671 5.03345 7.27685 5.05294C5.81683 5.07453 4.47109 5.89896 3.71977 7.20108C2.2035 9.82165 3.33188 13.7054 4.80936 15.8323C5.53168 16.8718 6.39308 18.0416 7.52321 17.9989C8.61245 17.956 9.02341 17.2969 10.3401 17.2969C11.6569 17.2969 12.0266 17.9989 13.1787 17.9769C14.3501 17.9556 15.0927 16.9175 15.809 15.8737C16.6383 14.6659 16.9797 13.4965 17 13.4373C16.9745 13.4254 14.7167 12.5637 14.6933 9.97307Z" />
|
|
3
|
-
<path d="M12.214 3.76658C12.7299 3.03328 13.0795 2.01436 12.9844 1C12.2398 1.03522 11.3385 1.57938 10.8039 2.31197C10.3249 2.96214 9.90617 3.99727 10.0184 4.9933C10.849 5.06867 11.6962 4.49846 12.214 3.76658Z" />
|
|
4
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M10.0013 9.1665C9.78029 9.1665 9.56833 9.2543 9.41205 9.41058C9.25577 9.56686 9.16797 9.77882 9.16797 9.99984V13.3332C9.16797 13.5542 9.25577 13.7661 9.41205 13.9224C9.56833 14.0787 9.78029 14.1665 10.0013 14.1665C10.2223 14.1665 10.4343 14.0787 10.5906 13.9224C10.7468 13.7661 10.8346 13.5542 10.8346 13.3332V9.99984C10.8346 9.77882 10.7468 9.56686 10.5906 9.41058C10.4343 9.2543 10.2223 9.1665 10.0013 9.1665ZM10.318 5.89984C10.1151 5.81649 9.88752 5.81649 9.68464 5.89984C9.58235 5.9395 9.48889 5.99897 9.40964 6.07484C9.33603 6.15584 9.27684 6.24885 9.23464 6.34984C9.18799 6.44874 9.16516 6.55719 9.16797 6.6665C9.16734 6.77618 9.18836 6.88489 9.22983 6.98643C9.2713 7.08796 9.3324 7.1803 9.40964 7.25817C9.49064 7.33178 9.58365 7.39097 9.68464 7.43317C9.81089 7.48504 9.94794 7.5051 10.0838 7.4916C10.2196 7.47809 10.35 7.43144 10.4636 7.35573C10.5771 7.28002 10.6704 7.17757 10.7351 7.0574C10.7998 6.93722 10.834 6.80299 10.8346 6.6665C10.8316 6.44586 10.7453 6.23453 10.593 6.07484C10.5137 5.99897 10.4203 5.9395 10.318 5.89984ZM10.0013 1.6665C8.35313 1.6665 6.74196 2.15525 5.37155 3.07092C4.00114 3.9866 2.93304 5.28809 2.30231 6.81081C1.67158 8.33353 1.50655 10.0091 1.8281 11.6256C2.14964 13.2421 2.94331 14.727 4.10875 15.8924C5.27419 17.0578 6.75905 17.8515 8.37555 18.173C9.99206 18.4946 11.6676 18.3296 13.1903 17.6988C14.7131 17.0681 16.0145 16 16.9302 14.6296C17.8459 13.2592 18.3346 11.648 18.3346 9.99984C18.3346 8.90549 18.1191 7.82186 17.7003 6.81081C17.2815 5.79976 16.6677 4.8811 15.8939 4.10728C15.12 3.33346 14.2014 2.71963 13.1903 2.30084C12.1793 1.88205 11.0957 1.6665 10.0013 1.6665V1.6665ZM10.0013 16.6665C8.68276 16.6665 7.39383 16.2755 6.2975 15.543C5.20118 14.8104 4.34669 13.7692 3.84211 12.5511C3.33752 11.3329 3.2055 9.99244 3.46274 8.69924C3.71997 7.40603 4.35491 6.21814 5.28726 5.28579C6.21961 4.35344 7.4075 3.7185 8.7007 3.46127C9.99391 3.20403 11.3344 3.33606 12.5525 3.84064C13.7707 4.34522 14.8119 5.19971 15.5444 6.29604C16.277 7.39236 16.668 8.6813 16.668 9.99984C16.668 11.7679 15.9656 13.4636 14.7154 14.7139C13.4651 15.9641 11.7694 16.6665 10.0013 16.6665V16.6665Z" fill="#6E7A83"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.89108 1.57179C9.25446 1.52439 9.62463 1.5 10 1.5C10.3754 1.5 10.7455 1.52439 11.1089 1.57179C11.6566 1.64323 12.0426 2.14509 11.9712 2.69274C11.8997 3.24038 11.3979 3.62643 10.8502 3.55499C10.5724 3.51875 10.2886 3.5 10 3.5C9.71136 3.5 9.4276 3.51875 9.14978 3.55499C8.60213 3.62643 8.10027 3.24038 8.02883 2.69274C7.9574 2.14509 8.34344 1.64323 8.89108 1.57179ZM6.22704 3.44018C6.56356 3.87809 6.48136 4.5059 6.04345 4.84242C5.5928 5.18873 5.18873 5.5928 4.84242 6.04345C4.5059 6.48136 3.87809 6.56356 3.44018 6.22704C3.00226 5.89052 2.92006 5.26271 3.25658 4.82479C3.70881 4.23631 4.23631 3.70881 4.82479 3.25658C5.26271 2.92006 5.89052 3.00226 6.22704 3.44018ZM13.773 3.44018C14.1095 3.00226 14.7373 2.92006 15.1752 3.25658C15.7637 3.70881 16.2912 4.23631 16.7434 4.82479C17.0799 5.26271 16.9977 5.89052 16.5598 6.22704C16.1219 6.56356 15.4941 6.48136 15.1576 6.04345C14.8113 5.5928 14.4072 5.18873 13.9566 4.84242C13.5186 4.5059 13.4364 3.87809 13.773 3.44018ZM2.69274 8.02883C3.24038 8.10027 3.62643 8.60213 3.55499 9.14978C3.51875 9.4276 3.5 9.71136 3.5 10C3.5 10.2886 3.51875 10.5724 3.55499 10.8502C3.62643 11.3979 3.24038 11.8997 2.69274 11.9712C2.14509 12.0426 1.64323 11.6566 1.57179 11.1089C1.52439 10.7455 1.5 10.3754 1.5 10C1.5 9.62463 1.52439 9.25446 1.57179 8.89108C1.64323 8.34344 2.14509 7.95739 2.69274 8.02883ZM17.3073 8.02883C17.8549 7.9574 18.3568 8.34344 18.4282 8.89108C18.4756 9.25446 18.5 9.62463 18.5 10C18.5 10.3754 18.4756 10.7455 18.4282 11.1089C18.3568 11.6566 17.8549 12.0426 17.3073 11.9712C16.7596 11.8997 16.3736 11.3979 16.445 10.8502C16.4812 10.5724 16.5 10.2886 16.5 10C16.5 9.71136 16.4812 9.4276 16.445 9.14978C16.3736 8.60213 16.7596 8.10027 17.3073 8.02883ZM3.44018 13.773C3.87809 13.4364 4.5059 13.5186 4.84242 13.9566C5.18873 14.4072 5.5928 14.8113 6.04345 15.1576C6.48136 15.4941 6.56356 16.1219 6.22704 16.5598C5.89052 16.9977 5.26271 17.0799 4.82479 16.7434C4.23631 16.2912 3.70881 15.7637 3.25658 15.1752C2.92006 14.7373 3.00226 14.1095 3.44018 13.773ZM16.5598 13.773C16.9977 14.1095 17.0799 14.7373 16.7434 15.1752C16.2912 15.7637 15.7637 16.2912 15.1752 16.7434C14.7373 17.0799 14.1095 16.9977 13.773 16.5598C13.4364 16.1219 13.5186 15.4941 13.9566 15.1576C14.4072 14.8113 14.8113 14.4072 15.1576 13.9566C15.4941 13.5186 16.1219 13.4364 16.5598 13.773ZM8.02883 17.3073C8.10027 16.7596 8.60213 16.3736 9.14978 16.445C9.4276 16.4812 9.71136 16.5 10 16.5C10.2886 16.5 10.5724 16.4812 10.8502 16.445C11.3979 16.3736 11.8997 16.7596 11.9712 17.3073C12.0426 17.8549 11.6566 18.3568 11.1089 18.4282C10.7455 18.4756 10.3754 18.5 10 18.5C9.62463 18.5 9.25446 18.4756 8.89108 18.4282C8.34344 18.3568 7.95739 17.8549 8.02883 17.3073Z" fill="#6E7A83"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M12.268 7.32484L8.69297 10.9082L7.31797 9.53317C7.24327 9.44594 7.15133 9.37509 7.04795 9.32507C6.94456 9.27505 6.83195 9.24694 6.71718 9.24251C6.60242 9.23807 6.48797 9.25741 6.38104 9.29931C6.2741 9.3412 6.17698 9.40475 6.09576 9.48596C6.01455 9.56717 5.951 9.6643 5.90911 9.77124C5.86721 9.87817 5.84787 9.99262 5.85231 10.1074C5.85674 10.2221 5.88485 10.3348 5.93487 10.4381C5.98489 10.5415 6.05574 10.6335 6.14297 10.7082L8.10131 12.6748C8.17917 12.7521 8.27152 12.8132 8.37305 12.8546C8.47458 12.8961 8.5833 12.9171 8.69297 12.9165C8.91159 12.9156 9.12109 12.8288 9.27631 12.6748L13.443 8.50817C13.5211 8.4307 13.5831 8.33853 13.6254 8.23698C13.6677 8.13544 13.6895 8.02651 13.6895 7.9165C13.6895 7.80649 13.6677 7.69757 13.6254 7.59602C13.5831 7.49447 13.5211 7.40231 13.443 7.32484C13.2868 7.16963 13.0756 7.08251 12.8555 7.08251C12.6353 7.08251 12.4241 7.16963 12.268 7.32484ZM10.0013 1.6665C8.35313 1.6665 6.74196 2.15525 5.37155 3.07092C4.00114 3.9866 2.93304 5.28809 2.30231 6.81081C1.67158 8.33353 1.50655 10.0091 1.8281 11.6256C2.14964 13.2421 2.94331 14.727 4.10875 15.8924C5.27419 17.0578 6.75905 17.8515 8.37555 18.173C9.99206 18.4946 11.6676 18.3296 13.1903 17.6988C14.7131 17.0681 16.0145 16 16.9302 14.6296C17.8459 13.2592 18.3346 11.648 18.3346 9.99984C18.3346 8.90549 18.1191 7.82186 17.7003 6.81081C17.2815 5.79976 16.6677 4.8811 15.8939 4.10728C15.12 3.33346 14.2014 2.71963 13.1903 2.30084C12.1793 1.88205 11.0957 1.6665 10.0013 1.6665V1.6665ZM10.0013 16.6665C8.68276 16.6665 7.39383 16.2755 6.2975 15.543C5.20118 14.8104 4.34669 13.7692 3.84211 12.5511C3.33752 11.3329 3.2055 9.99244 3.46274 8.69924C3.71997 7.40603 4.35491 6.21814 5.28726 5.28579C6.21961 4.35344 7.4075 3.7185 8.7007 3.46127C9.99391 3.20403 11.3344 3.33606 12.5525 3.84064C13.7707 4.34522 14.8119 5.19971 15.5444 6.29604C16.277 7.39236 16.668 8.6813 16.668 9.99984C16.668 11.7679 15.9656 13.4636 14.7154 14.7139C13.4651 15.9641 11.7694 16.6665 10.0013 16.6665V16.6665Z" fill="#6E7A83"/>
|
|
3
|
-
</svg>
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M18 6C18 8.18252 16.173 10 13.9961 10C11.8037 10 10 8.19806 10 6C10 3.80971 11.8037 2 13.9961 2C16.1963 2 18 3.80971 18 6ZM13.0943 8.17476C13.2031 8.29903 13.3819 8.3534 13.5296 8.3534C13.724 8.3534 13.895 8.27573 13.9883 8.15146L16.3907 4.84272C16.4684 4.73398 16.5073 4.61748 16.5073 4.5165C16.5073 4.20582 16.2507 3.97282 15.9553 3.97282C15.7532 3.97282 15.5899 4.06602 15.4888 4.21359L13.4985 6.96311L12.4645 5.82913C12.3712 5.72816 12.2313 5.65049 12.0447 5.65049C11.7493 5.65049 11.4927 5.87573 11.4927 6.20194C11.4927 6.34175 11.5471 6.48932 11.6249 6.57476L13.0943 8.17476Z" />
|
|
3
|
-
<path d="M6.7 3.5H9.66891C9.40346 3.95888 9.20885 4.46387 9.10002 5H6.28C5.83196 5 5.60794 5 5.43681 5.08719C5.28628 5.16389 5.16389 5.28628 5.08719 5.43681C5 5.60794 5 5.83196 5 6.28V13.22C5 13.668 5 13.8921 5.08719 14.0632C5.16389 14.2137 5.28628 14.3361 5.43681 14.4128C5.60794 14.5 5.83196 14.5 6.28 14.5H13.72C14.168 14.5 14.3921 14.5 14.5632 14.4128C14.7137 14.3361 14.8361 14.2137 14.9128 14.0632C15 13.8921 15 13.668 15 13.22V10.9C15.5361 10.7912 16.0411 10.5965 16.5 10.3311V12.8C16.5 13.9201 16.5 14.4802 16.282 14.908C16.0903 15.2843 15.7843 15.5903 15.408 15.782C14.9802 16 14.4201 16 13.3 16H6.7C5.5799 16 5.01984 16 4.59202 15.782C4.21569 15.5903 3.90973 15.2843 3.71799 14.908C3.5 14.4802 3.5 13.9201 3.5 12.8V6.7C3.5 5.5799 3.5 5.01984 3.71799 4.59202C3.90973 4.21569 4.21569 3.90973 4.59202 3.71799C5.01984 3.5 5.5799 3.5 6.7 3.5Z" />
|
|
4
|
-
</svg>
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M5.95277 3.56854C7.03445 2.55898 8.49111 2 10 2C11.509 2 12.9656 2.55898 14.0473 3.56854C15.1307 4.57974 15.75 5.96273 15.75 7.41667C15.75 9.52236 16.2781 10.9673 16.8671 11.931C17.1393 12.3764 17.3506 12.6916 17.5073 12.9254L17.5725 13.0228C17.6488 13.1371 17.7257 13.2535 17.7817 13.3544C17.8103 13.4059 17.8462 13.4756 17.8746 13.5555C17.9011 13.6296 17.9413 13.7665 17.9265 13.9353C17.9173 14.0403 17.8959 14.2221 17.792 14.4084C17.6877 14.5956 17.5437 14.7095 17.4571 14.7734C17.34 14.8599 17.2224 14.899 17.1581 14.9176C17.0849 14.9386 17.0135 14.9512 16.9533 14.9596C16.8334 14.9764 16.694 14.9849 16.5486 14.9901C16.2682 15 15.8802 15 15.3938 15H4.60625C4.1199 15 3.73185 15 3.45151 14.9901C3.30613 14.9849 3.16673 14.9764 3.04679 14.9596C2.98662 14.9512 2.91517 14.9386 2.84199 14.9176C2.77764 14.899 2.66012 14.8599 2.54303 14.7734C2.45643 14.7095 2.31239 14.5956 2.20805 14.4084C2.10417 14.2221 2.08278 14.0403 2.0736 13.9353C2.05884 13.7665 2.09901 13.6296 2.12544 13.5555C2.15393 13.4756 2.18979 13.4059 2.21834 13.3544C2.27438 13.2535 2.35128 13.1371 2.42758 13.0228L2.49275 12.9254C2.6495 12.6916 2.86077 12.3765 3.13297 11.931C3.72197 10.9673 4.25005 9.52235 4.25005 7.41667C4.25005 5.96273 4.86935 4.57974 5.95277 3.56854Z" class="uiIcons"/>
|
|
3
|
-
<path d="M12.5 16.625C12.5 17.6605 11.3807 18.5 10 18.5C8.61929 18.5 7.5 17.6605 7.5 16.625C7.50076 16.2796 7.78097 16 8.12638 16H11.875C12.2202 16 12.5 16.2798 12.5 16.625Z" class="uiIcons"/>
|
|
4
|
-
</svg>
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M11.2629 0.181126C11.2213 0.0720699 11.1167 0 11 0C10.8833 0 10.7788 0.07207 10.7372 0.181126L10.1667 1.6786C10.0811 1.90346 9.9035 2.08105 9.67865 2.16671L8.18117 2.73718C8.07211 2.77872 8.00004 2.8833 8.00004 3C8.00004 3.1167 8.07211 3.22128 8.18117 3.26282L9.67865 3.83329C9.9035 3.91895 10.0811 4.09654 10.1667 4.3214L10.7372 5.81887C10.7788 5.92793 10.8833 6 11 6C11.1167 6 11.2213 5.92793 11.2629 5.81887L11.8333 4.3214C11.919 4.09654 12.0966 3.91895 12.3214 3.83329L13.8189 3.26282C13.928 3.22128 14 3.1167 14 3C14 2.8833 13.928 2.77872 13.8189 2.73718L12.3214 2.16671C12.0966 2.08105 11.919 1.90346 11.8333 1.6786L11.2629 0.181126Z" />
|
|
3
|
-
<path d="M17 4C17.1167 4 17.2213 4.07207 17.2629 4.18113L17.8333 5.67861C17.919 5.90346 18.0966 6.08105 18.3214 6.16671L19.8189 6.73718C19.928 6.77872 20 6.8833 20 7C20 7.1167 19.928 7.22128 19.8189 7.26283L18.3214 7.83329C18.0966 7.91895 17.919 8.09654 17.8333 8.3214L17.2629 9.81887C17.2213 9.92793 17.1167 10 17 10C16.8833 10 16.7788 9.92793 16.7372 9.81887L16.1667 8.3214C16.0811 8.09654 15.9035 7.91895 15.6786 7.83329L14.1812 7.26283C14.0721 7.22128 14 7.1167 14 7C14 6.8833 14.0721 6.77872 14.1812 6.73718L15.6786 6.16671C15.9035 6.08105 16.0811 5.90346 16.1667 5.6786L16.7372 4.18113C16.7788 4.07207 16.8833 4 17 4Z" />
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.0868 7.32996C11.5067 7.32996 11.9094 7.49677 12.2063 7.7937C12.5033 8.09064 12.6701 8.49336 12.6701 8.91329V13.9133C12.6701 14.3332 12.5033 14.7359 12.2063 15.0329C11.9094 15.3298 11.5067 15.4966 11.0868 15.4966H5.56408L3.28375 17.777C3.06925 17.9915 2.74666 18.0556 2.46641 17.9395C2.18615 17.8234 2.00342 17.55 2.00342 17.2466V8.91329C2.00342 8.49337 2.17023 8.09064 2.46716 7.7937C2.7641 7.49677 3.16683 7.32996 3.58675 7.32996H11.0868ZM11.1457 8.85436C11.13 8.83874 11.1089 8.82996 11.0868 8.82996H3.58675C3.56465 8.82996 3.54345 8.83874 3.52783 8.85436C3.5122 8.86999 3.50342 8.89119 3.50342 8.91329V15.436L4.72309 14.2163C4.86374 14.0756 5.05451 13.9966 5.25342 13.9966H11.0868C11.1089 13.9966 11.13 13.9878 11.1457 13.9722C11.1613 13.9566 11.1701 13.9354 11.1701 13.9133V8.91329C11.1701 8.89119 11.1613 8.86999 11.1457 8.85436Z" />
|
|
5
|
-
</svg>
|
package/src/icons/svg/chat.svg
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.85436 3.52441C8.86999 3.50878 8.89119 3.5 8.91329 3.5H16.4133C16.4354 3.5 16.4566 3.50878 16.4722 3.52441C16.4878 3.54003 16.4966 3.56123 16.4966 3.58333V10.106L15.277 8.88634C15.1363 8.74569 14.9455 8.66667 14.7466 8.66667H8.91329C8.89119 8.66667 8.86999 8.65789 8.85436 8.64226C8.83874 8.62663 8.82996 8.60543 8.82996 8.58333V3.58333C8.82996 3.56123 8.83874 3.54004 8.85436 3.52441ZM8.91329 2C8.49336 2 8.09064 2.16682 7.7937 2.46375C7.49677 2.76068 7.32996 3.16341 7.32996 3.58333V8.58333C7.32996 9.00326 7.49677 9.40599 7.7937 9.70292C8.09064 9.99985 8.49336 10.1667 8.91329 10.1667H14.436L16.7163 12.447C16.9308 12.6615 17.2534 12.7257 17.5336 12.6096C17.8139 12.4935 17.9966 12.22 17.9966 11.9167V3.58333C17.9966 3.16341 17.8298 2.76068 17.5329 2.46375C17.2359 2.16681 16.8332 2 16.4133 2H8.91329ZM3.52441 8.85436C3.54004 8.83874 3.56123 8.82996 3.58333 8.82996H5.25C5.66421 8.82996 6 8.49417 6 8.07996C6 7.66574 5.66421 7.32996 5.25 7.32996H3.58333C3.16341 7.32996 2.76068 7.49677 2.46375 7.7937C2.16682 8.09064 2 8.49336 2 8.91329V17.2466C2 17.55 2.18273 17.8234 2.46299 17.9395C2.74324 18.0556 3.06583 17.9915 3.28033 17.777L5.56066 15.4966H11.0833C11.5033 15.4966 11.906 15.3298 12.2029 15.0329C12.4999 14.7359 12.6667 14.3332 12.6667 13.9133V12.2466C12.6667 11.8324 12.3309 11.4966 11.9167 11.4966C11.5025 11.4966 11.1667 11.8324 11.1667 12.2466V13.9133C11.1667 13.9354 11.1579 13.9566 11.1423 13.9722C11.1266 13.9878 11.1054 13.9966 11.0833 13.9966H5.25C5.05109 13.9966 4.86032 14.0756 4.71967 14.2163L3.5 15.436V8.91329C3.5 8.89119 3.50878 8.86999 3.52441 8.85436Z" />
|
|
3
|
-
</svg>
|
package/src/icons/svg/clean.svg
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M2.75 4.5C3.16421 4.5 3.5 4.16421 3.5 3.75C3.5 3.33579 3.16421 3 2.75 3C2.33579 3 2 3.33579 2 3.75C2 4.16421 2.33579 4.5 2.75 4.5Z"/>
|
|
3
|
-
<path d="M6 4.5C6 4.77614 5.77614 5 5.5 5C5.22386 5 5 4.77614 5 4.5C5 4.22386 5.22386 4 5.5 4C5.77614 4 6 4.22386 6 4.5Z"/>
|
|
4
|
-
<path d="M4.5 7.25C4.5 7.94036 3.94036 8.5 3.25 8.5C2.55964 8.5 2 7.94036 2 7.25C2 6.55964 2.55964 6 3.25 6C3.94036 6 4.5 6.55964 4.5 7.25Z"/>
|
|
5
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.6391 8.42157L18.5303 4.53033C18.8232 4.23744 18.8232 3.76256 18.5303 3.46967C18.2374 3.17678 17.7626 3.17678 17.4697 3.46967L13.5784 7.36091L12.974 6.75653C12.2136 5.99604 11.0212 5.88008 10.1284 6.47979L3.58179 10.8774C3.37402 11.017 3.24956 11.251 3.25 11.5013C3.25044 11.7516 3.37571 11.9852 3.58398 12.124C4.68276 12.8566 5.31714 13.7103 6.00718 14.6389C6.17654 14.8668 6.34924 15.0992 6.53299 15.3355C7.4671 16.5365 8.59747 17.6725 10.8181 18.2276C11.1345 18.3067 11.4657 18.1723 11.6375 17.8951L15.4715 11.7087C16.0218 10.8209 15.8886 9.67108 15.15 8.93247L14.6391 8.42157ZM10.9649 7.72494C11.2624 7.52504 11.6599 7.56369 11.9134 7.81719L14.0893 9.99313C14.3355 10.2393 14.3799 10.6226 14.1965 10.9186L13.7307 11.6701L10.2594 8.19879L10.9649 7.72494ZM8.99051 9.05118L12.9191 12.9797L10.6616 16.6223C9.22449 16.1481 8.44912 15.3558 7.71701 14.4145C7.63452 14.3085 7.55167 14.1989 7.46771 14.0864C7.48936 14.0691 7.51027 14.0504 7.53032 14.0303L8.53032 13.0303C8.82322 12.7374 8.82322 12.2626 8.53032 11.9697C8.23743 11.6768 7.76256 11.6768 7.46966 11.9697L6.55623 12.8831C6.19305 12.4326 5.78133 11.9743 5.28446 11.5407L8.99051 9.05118Z"/>
|
|
6
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.99997 2.0501C5.6093 2.0501 2.04997 5.60944 2.04997 10.0001C2.04997 14.3908 5.6093 17.9501 9.99997 17.9501C11.7397 17.9501 13.15 16.5398 13.15 14.8001V14.3201C13.15 13.9942 13.1523 13.9185 13.1604 13.8671C13.218 13.5034 13.5033 13.2182 13.867 13.1606C13.9184 13.1524 13.994 13.1501 14.32 13.1501H14.8C16.5397 13.1501 17.95 11.7398 17.95 10.0001C17.95 5.60944 14.3906 2.0501 9.99997 2.0501ZM7.65011 6.40011C7.65011 5.76498 8.16498 5.25011 8.80011 5.25011C9.43523 5.25011 9.95011 5.76498 9.95011 6.40011C9.95011 7.03524 9.43524 7.55011 8.80011 7.55011C8.16498 7.55011 7.65011 7.03523 7.65011 6.40011ZM11.6501 7.20011C11.6501 6.56498 12.165 6.05011 12.8001 6.05011C13.4352 6.05011 13.9501 6.56498 13.9501 7.20011C13.9501 7.83523 13.4352 8.35011 12.8001 8.35011C12.165 8.35011 11.6501 7.83523 11.6501 7.20011ZM6.40011 8.45011C5.76498 8.45011 5.25011 8.96498 5.25011 9.60011C5.25011 10.2352 5.76498 10.7501 6.40011 10.7501C7.03524 10.7501 7.55011 10.2352 7.55011 9.60011C7.55011 8.96498 7.03524 8.45011 6.40011 8.45011Z" />
|
|
3
|
-
</svg>
|
package/src/icons/svg/create.svg
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.25 2C3.00736 2 2 3.0074 2 4.25V15.75C2 16.9926 3.00736 18 4.25 18H15.75C16.9926 18 18 16.9926 18 15.75V9.75C18 9.33579 17.6642 9 17.25 9C16.8358 9 16.5 9.33579 16.5 9.75V15.75C16.5 16.1642 16.1642 16.5 15.75 16.5H4.25C3.83579 16.5 3.5 16.1642 3.5 15.75V4.25C3.5 3.8358 3.83579 3.5 4.25 3.5H10.25C10.6642 3.5 11 3.16421 11 2.75C11 2.33579 10.6642 2 10.25 2H4.25ZM13.9247 2.69921C14.857 1.76693 16.3685 1.76693 17.3008 2.69921C18.2331 3.63148 18.2331 5.143 17.3008 6.07528L11.5741 11.8019C11.4473 11.9288 11.2753 12 11.096 12H8.83756C8.37499 12 8 11.625 8 11.1624V8.90404C8 8.72469 8.07125 8.55268 8.19807 8.42586L13.9247 2.69921ZM16.3444 3.65557C15.9403 3.25148 15.2852 3.25148 14.8811 3.65557L14.657 3.87967L16.1203 5.34302L16.3444 5.11892C16.7485 4.71483 16.7485 4.05966 16.3444 3.65557ZM9.3525 9.18415V10.6475H10.8158L15.278 6.18532L13.8147 4.72197L9.3525 9.18415Z" />
|
|
3
|
-
</svg>
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M13.0917 6.90834C13.0142 6.83023 12.922 6.76824 12.8205 6.72593C12.7189 6.68362 12.61 6.66184 12.5 6.66184C12.39 6.66184 12.2811 6.68362 12.1795 6.72593C12.078 6.76824 11.9858 6.83023 11.9083 6.90834L10 8.825L8.09166 6.90834C7.93474 6.75142 7.72192 6.66326 7.5 6.66326C7.27808 6.66326 7.06525 6.75142 6.90833 6.90834C6.75141 7.06526 6.66325 7.27809 6.66325 7.5C6.66325 7.72192 6.75141 7.93475 6.90833 8.09167L8.825 10L6.90833 11.9083C6.83022 11.9858 6.76823 12.078 6.72592 12.1795C6.68361 12.2811 6.66183 12.39 6.66183 12.5C6.66183 12.61 6.68361 12.7189 6.72592 12.8205C6.76823 12.922 6.83022 13.0142 6.90833 13.0917C6.9858 13.1698 7.07797 13.2318 7.17952 13.2741C7.28107 13.3164 7.38999 13.3382 7.5 13.3382C7.61001 13.3382 7.71893 13.3164 7.82048 13.2741C7.92203 13.2318 8.01419 13.1698 8.09166 13.0917L10 11.175L11.9083 13.0917C11.9858 13.1698 12.078 13.2318 12.1795 13.2741C12.2811 13.3164 12.39 13.3382 12.5 13.3382C12.61 13.3382 12.7189 13.3164 12.8205 13.2741C12.922 13.2318 13.0142 13.1698 13.0917 13.0917C13.1698 13.0142 13.2318 12.922 13.2741 12.8205C13.3164 12.7189 13.3382 12.61 13.3382 12.5C13.3382 12.39 13.3164 12.2811 13.2741 12.1795C13.2318 12.078 13.1698 11.9858 13.0917 11.9083L11.175 10L13.0917 8.09167C13.1698 8.0142 13.2318 7.92203 13.2741 7.82049C13.3164 7.71894 13.3382 7.61001 13.3382 7.5C13.3382 7.38999 13.3164 7.28107 13.2741 7.17952C13.2318 7.07797 13.1698 6.98581 13.0917 6.90834V6.90834ZM15.8917 4.10834C15.1229 3.31242 14.2034 2.67757 13.1867 2.24083C12.17 1.80409 11.0765 1.5742 9.97001 1.56458C8.86351 1.55497 7.76618 1.76582 6.74205 2.18482C5.71791 2.60383 4.78748 3.22261 4.00504 4.00505C3.2226 4.78749 2.60382 5.71792 2.18482 6.74205C1.76581 7.76619 1.55496 8.86352 1.56458 9.97001C1.57419 11.0765 1.80408 12.17 2.24082 13.1867C2.67756 14.2034 3.31241 15.1229 4.10833 15.8917C4.87705 16.6876 5.79659 17.3224 6.81329 17.7592C7.82999 18.1959 8.92349 18.4258 10.03 18.4354C11.1365 18.445 12.2338 18.2342 13.2579 17.8152C14.2821 17.3962 15.2125 16.7774 15.995 15.995C16.7774 15.2125 17.3962 14.2821 17.8152 13.258C18.2342 12.2338 18.445 11.1365 18.4354 10.03C18.4258 8.9235 18.1959 7.83 17.7592 6.8133C17.3224 5.7966 16.6876 4.87706 15.8917 4.10834V4.10834ZM14.7167 14.7167C13.6267 15.8078 12.1921 16.4874 10.6573 16.6394C9.12254 16.7915 7.5825 16.4067 6.2996 15.5506C5.0167 14.6946 4.0703 13.4202 3.62164 11.9446C3.17299 10.469 3.24983 8.88346 3.83909 7.45816C4.42835 6.03286 5.49356 4.85596 6.85324 4.12797C8.21292 3.39999 9.78295 3.16595 11.2958 3.46573C12.8087 3.76552 14.1709 4.58058 15.1502 5.77206C16.1295 6.96353 16.6655 8.4577 16.6667 10C16.6696 10.8761 16.4988 11.744 16.1641 12.5537C15.8294 13.3633 15.3374 14.0985 14.7167 14.7167V14.7167Z"/>
|
|
3
|
-
</svg>
|
|
4
|
-
|
package/src/icons/svg/csv.svg
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M11.7422 1.5C11.9405 1.5 12.131 1.5787 12.2715 1.71875L16.7764 6.21582C16.9173 6.35652 16.9971 6.54787 16.9971 6.74707V9.94141C16.9986 9.96076 17 9.98026 17 10C17 10.0194 16.9985 10.0386 16.9971 10.0576V13.9414C16.9986 13.9608 17 13.9803 17 14C17 14.0194 16.9985 14.0386 16.9971 14.0576V15.75C16.9971 17.2687 15.766 18.4999 14.248 18.5H5.74512C4.22716 18.4999 2.99708 17.2687 2.99707 15.75V4.25C2.99707 2.73127 4.22713 1.50008 5.74512 1.5H11.7422ZM8.75 17H14.248C14.938 16.9999 15.4971 16.4403 15.4971 15.75V14.75H8.75V17ZM4.49609 15.75C4.4961 16.4403 5.05519 16.9999 5.74512 17H7.25V14.75H4.49609V15.75ZM8.75 13.25H15.4971V10.75H8.75V13.25ZM4.49609 13.25H7.25V10.75H4.49609V13.25ZM5.74512 3C5.05516 3.00008 4.49609 3.55969 4.49609 4.25V9.25H15.4971V7.49707H12.5752C12.1555 7.49702 11.7528 7.33009 11.4561 7.0332C11.1593 6.73627 10.9932 6.33301 10.9932 5.91309V3H5.74512ZM12.4922 5.91309C12.4922 5.93519 12.501 5.95703 12.5166 5.97266C12.5322 5.98808 12.5533 5.99702 12.5752 5.99707H14.4346L12.4922 4.05762V5.91309Z" />
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.19839 4.13773L10.5514 9.49074C11.9501 9.44296 13.2102 9.20863 14.1654 8.74861C14.5176 8.57898 14.8283 8.37865 15.0892 8.14566C15.5523 7.73222 16 7.04924 16 6.40068C16 3.97162 13.3137 3 10 3C8.03632 3 6.29297 3.35186 5.19839 4.13773ZM11.9571 10.8964L13.6987 12.6381C13.8743 12.5725 14.042 12.5007 14.201 12.4225C14.5591 12.2465 14.8735 12.0381 15.1349 11.7953C15.3978 11.5512 15.8407 11.075 15.9255 10.7127C15.9745 10.5034 16 10.2807 16 10.0442C16 9.91204 15.992 9.78419 15.9765 9.66057C15.9598 9.52829 15.9344 9.40085 15.9007 9.27818C15.4935 9.67568 15.007 9.98374 14.4906 10.219C13.7442 10.5591 12.8792 10.7761 11.9571 10.8964ZM14.7229 13.6622L15.7765 14.7158C15.9221 14.3843 16 14.0129 16 13.5993C16 13.4957 15.9951 13.3948 15.9855 13.2965C15.9697 13.1351 15.9412 12.9808 15.9007 12.8333C15.5552 13.1706 15.1525 13.4436 14.7229 13.6622ZM16.8846 15.8239L17.7803 16.7197C18.0732 17.0126 18.0732 17.4874 17.7803 17.7803C17.4874 18.0732 17.0126 18.0732 16.7197 17.7803L2.21967 3.28033C1.92678 2.98744 1.92678 2.51256 2.21967 2.21967C2.51256 1.92678 2.98744 1.92678 3.28033 2.21967L4.12882 3.06816C4.4213 2.83565 4.74146 2.63407 5.07921 2.46288C6.46226 1.76187 8.22975 1.5 10 1.5C11.7642 1.5 13.5324 1.75263 14.9171 2.44961C16.3779 3.18493 17.5 4.48619 17.5 6.40068V13.5993C17.5 14.4647 17.2707 15.2048 16.8846 15.8239ZM2.5 6.40068C2.5 6.07322 2.88438 5.94504 3.11593 6.17659L6.10971 9.17037C6.64386 9.70452 6.19521 10.523 5.50864 10.208C4.97532 9.96325 4.49786 9.65252 4.10407 9.2693C4.06939 9.39117 4.0431 9.51768 4.02562 9.6489C4.00867 9.77621 4 9.90796 4 10.0442C4 10.2763 4.02516 10.4954 4.07361 10.7017C4.15873 11.0642 4.60523 11.5412 4.86861 11.7851C5.12939 12.0266 5.4425 12.2348 5.79908 12.4113C7.02808 13.0197 8.46099 13.1804 9.8246 13.1908C10.0201 13.1923 10.2079 13.2686 10.3461 13.4068L10.4225 13.4832C10.8295 13.8902 10.5756 14.5709 10 14.5709C8.35916 14.5709 6.76549 14.3398 5.50864 13.763C4.99469 13.5272 4.51038 13.2198 4.10407 12.8244C4.06236 12.971 4.03279 13.1243 4.01608 13.2844C4.00542 13.3866 4 13.4915 4 13.5993C4 14.0525 4.09591 14.4559 4.27385 14.8121C5.03758 16.3409 7.31243 17 10 17C11.0928 17 12.1174 16.8943 12.9998 16.6656C13.2892 16.5906 13.6009 16.6616 13.8123 16.873C14.2048 17.2655 14.077 17.9237 13.5423 18.0729C12.4455 18.3788 11.2218 18.5 10 18.5C8.22975 18.5 6.46226 18.2381 5.07921 17.5371C3.6269 16.801 2.5 15.5032 2.5 13.5993V6.40068Z" fill="black"/>
|
|
3
|
-
</svg>
|
package/src/icons/svg/demo.svg
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" standalone="no"?>
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" class="Icon"><g fill="none" class="uiIcons"><path d="M15.8138 17.4683C13.5311 17.4683 11.6194 15.5566 11.6194 13.2739C11.6194 10.9751 13.5149 9.07963 15.8138 9.07963C18.1045 9.07963 20 10.9751 20 13.2739C20 15.5727 18.1045 17.4683 15.8138 17.4683ZM15.8138 13.4111C16.5236 13.4111 17.0801 12.8222 17.0801 12.0156C17.0801 11.2816 16.5236 10.6686 15.8138 10.6686C15.0959 10.6686 14.5393 11.2816 14.5393 12.0156C14.5393 12.8222 15.0959 13.4111 15.8138 13.4111ZM15.8057 16.339C16.9833 16.339 17.8867 15.7179 18.1126 15.1775V15.1452C17.8544 14.6371 16.9833 14.0886 15.8138 14.0886C14.6361 14.0886 13.765 14.6452 13.5069 15.1452V15.1775C13.7408 15.7179 14.6361 16.339 15.8057 16.339Z" fill="#51B69D" class="uiIcons"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M3.39153 16H10.5C10.1473 15.5485 9.87923 15.0053 9.75225 14.4339H3.52557C2.91182 14.4339 2.57319 14.1164 2.57319 13.4674V4.53263C2.57319 3.8836 2.91182 3.57319 3.52557 3.57319H12.9745C13.5953 3.57319 13.9269 3.8836 13.9269 4.53263V6.6067C14.1879 6.55732 14.4489 6.5291 14.717 6.5291C14.9851 6.5291 15.2461 6.55732 15.5 6.6067V4.37037C15.5 2.81834 14.6746 2 13.1085 2H3.39153C1.83245 2 1 2.8254 1 4.37037V13.6296C1 15.1746 1.83245 16 3.39153 16ZM5.27902 8.35714H7.01608C7.36177 8.35714 7.57782 8.14973 7.57782 7.80405V6.10155C7.57782 5.74722 7.36177 5.53981 7.01608 5.53981H5.27902C4.91605 5.53981 4.69999 5.74722 4.69999 6.10155V7.80405C4.69999 8.14973 4.92469 8.35714 5.27902 8.35714ZM11.3161 8.35714H9.57907C9.22474 8.35714 9.00004 8.14973 9.00004 7.80405V6.10155C9.00004 5.74722 9.2161 5.53981 9.57907 5.53981H11.3161C11.6618 5.53981 11.8779 5.74722 11.8779 6.10155V7.80405C11.8779 8.14973 11.6618 8.35714 11.3161 8.35714ZM5.27902 12.4869H7.01608C7.36177 12.4869 7.57782 12.2795 7.57782 11.9338V10.2313C7.57782 9.87701 7.36177 9.6696 7.01608 9.6696H5.27902C4.91605 9.6696 4.69999 9.87701 4.69999 10.2313V11.9338C4.69999 12.2795 4.92469 12.4869 5.27902 12.4869Z" fill="#8698A7" class="uiIcons"></path></g></svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9 3.75C9 3.33579 9.33579 3 9.75 3H17.25C17.6642 3 18 3.33579 18 3.75V5.25C18 5.66421 17.6642 6 17.25 6H9.75C9.33579 6 9 5.66421 9 5.25V3.75ZM2 14.75C2 14.3358 2.33579 14 2.75 14H10.25C10.6642 14 11 14.3358 11 14.75V16.25C11 16.6642 10.6642 17 10.25 17H2.75C2.33579 17 2 16.6642 2 16.25V14.75ZM14.75 8V7H13.25V8C13.25 8.69036 12.6904 9.25 12 9.25H8C6.48122 9.25 5.25 10.4812 5.25 12V13H6.75V12C6.75 11.3096 7.30964 10.75 8 10.75H12C13.5188 10.75 14.75 9.51878 14.75 8Z" fill="black"/>
|
|
3
|
-
</svg>
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.74528 3C5.05525 3 4.49587 3.55965 4.49587 4.25001L4.49594 15.75C4.49594 16.4404 5.05532 17 5.74534 17H14.2479C14.9379 17 15.4973 16.4404 15.4973 15.75V7.49668H12.5754C12.1557 7.49668 11.7531 7.32986 11.4563 7.03293C11.1595 6.736 10.9928 6.33327 10.9928 5.91334V3.00001L5.74528 3ZM12.4921 4.05783L14.4343 5.99668H12.5754C12.5533 5.99668 12.5321 5.9879 12.5165 5.97227C12.5009 5.95664 12.4921 5.93545 12.4921 5.91334V4.05783ZM2.99659 4.25002C2.99659 2.73123 4.22722 1.5 5.74528 1.5L11.7424 1.50001C11.941 1.50001 12.1314 1.5788 12.2719 1.71909L16.7764 6.21576C16.9174 6.35646 16.9966 6.54748 16.9966 6.74668V15.75C16.9966 17.2688 15.766 18.5 14.2479 18.5H5.74534C4.22729 18.5 2.99667 17.2688 2.99666 15.75L2.99659 4.25002ZM5.99856 10.25C5.99856 9.8358 6.33419 9.50001 6.7482 9.50001H13.2451C13.6591 9.50001 13.9947 9.8358 13.9947 10.25C13.9947 10.6642 13.6591 11 13.2451 11H6.7482C6.33419 11 5.99856 10.6642 5.99856 10.25ZM5.99856 13.25C5.99856 12.8358 6.33419 12.5 6.7482 12.5H11.246C11.6601 12.5 11.9957 12.8358 11.9957 13.25C11.9957 13.6642 11.6601 14 11.246 14H6.7482C6.33419 14 5.99856 13.6642 5.99856 13.25Z"/>
|
|
3
|
-
</svg>
|
|
4
|
-
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" standalone="no"?>
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" class="Icon"><path d="M1.353553,0.646447 C1.158291,0.451184 0.841709,0.451184 0.646447,0.646447 C0.451184,0.841709 0.451184,1.158291 0.646447,1.353553 L1.353553,0.646447 Z M7.5,7.5 L7.85355,7.85355 C8.04882,7.65829 8.04882,7.34171 7.85355,7.14645 L7.5,7.5 Z M0.646447,13.6464 C0.451184,13.8417 0.451184,14.1583 0.646447,14.3536 C0.841709,14.5488 1.158291,14.5488 1.353553,14.3536 L0.646447,13.6464 Z M0.646447,1.353553 L7.14645,7.85355 L7.85355,7.14645 L1.353553,0.646447 L0.646447,1.353553 Z M7.14645,7.14645 L0.646447,13.6464 L1.353553,14.3536 L7.85355,7.85355 L7.14645,7.14645 Z" transform="rotate(-180 6 8.75)" class="uiIcons"></path><path d="M1.353553,0.646447 C1.158291,0.451184 0.841709,0.451184 0.646447,0.646447 C0.451184,0.841709 0.451184,1.158291 0.646447,1.353553 L1.353553,0.646447 Z M7.5,7.5 L7.85355,7.85355 C8.04882,7.65829 8.04882,7.34171 7.85355,7.14645 L7.5,7.5 Z M0.646447,13.6464 C0.451184,13.8417 0.451184,14.1583 0.646447,14.3536 C0.841709,14.5488 1.158291,14.5488 1.353553,14.3536 L0.646447,13.6464 Z M0.646447,1.353553 L7.14645,7.85355 L7.85355,7.14645 L1.353553,0.646447 L0.646447,1.353553 Z M7.14645,7.14645 L0.646447,13.6464 L1.353553,14.3536 L7.85355,7.85355 L7.14645,7.14645 Z" transform="rotate(-180 8 8.75)" class="uiIcons"></path></svg>
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" standalone="no"?>
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" class="Icon"><path d="M1.353553,0.646447 C1.158291,0.451184 0.841709,0.451184 0.646447,0.646447 C0.451184,0.841709 0.451184,1.158291 0.646447,1.353553 L1.353553,0.646447 Z M7.5,7.5 L7.85355,7.85355 C8.04882,7.65829 8.04882,7.34171 7.85355,7.14645 L7.5,7.5 Z M0.646447,13.6464 C0.451184,13.8417 0.451184,14.1583 0.646447,14.3536 C0.841709,14.5488 1.158291,14.5488 1.353553,14.3536 L0.646447,13.6464 Z M0.646447,1.353553 L7.14645,7.85355 L7.85355,7.14645 L1.353553,0.646447 L0.646447,1.353553 Z M7.14645,7.14645 L0.646447,13.6464 L1.353553,14.3536 L7.85355,7.85355 L7.14645,7.14645 Z" transform="translate(4.5 2.5)" class="uiIcons"></path><path d="M1.353553,0.646447 C1.158291,0.451184 0.841709,0.451184 0.646447,0.646447 C0.451184,0.841709 0.451184,1.158291 0.646447,1.353553 L1.353553,0.646447 Z M7.5,7.5 L7.85355,7.85355 C8.04882,7.65829 8.04882,7.34171 7.85355,7.14645 L7.5,7.5 Z M0.646447,13.6464 C0.451184,13.8417 0.451184,14.1583 0.646447,14.3536 C0.841709,14.5488 1.158291,14.5488 1.353553,14.3536 L0.646447,13.6464 Z M0.646447,1.353553 L7.14645,7.85355 L7.85355,7.14645 L1.353553,0.646447 L0.646447,1.353553 Z M7.14645,7.14645 L0.646447,13.6464 L1.353553,14.3536 L7.85355,7.85355 L7.14645,7.14645 Z" transform="translate(8.5 2.5)" class="uiIcons"></path></svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.5 7.5C1.5 7.08579 1.83579 6.75 2.25 6.75H17.75C18.1642 6.75 18.5 7.08579 18.5 7.5C18.5 7.91421 18.1642 8.25 17.75 8.25H2.25C1.83579 8.25 1.5 7.91421 1.5 7.5ZM1.5 12.5C1.5 12.0858 1.83579 11.75 2.25 11.75H17.75C18.1642 11.75 18.5 12.0858 18.5 12.5C18.5 12.9142 18.1642 13.25 17.75 13.25H2.25C1.83579 13.25 1.5 12.9142 1.5 12.5Z" />
|
|
3
|
-
</svg>
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
-
d="M3.5 6.25C3.5 5.83579 3.83579 5.5 4.25 5.5H15.75C16.1642 5.5 16.5 5.83579 16.5 6.25V8.25C16.5 8.66421 16.8358 9 17.25 9C17.6642 9 18 8.66421 18 8.25V6.25C18 5.00736 16.9926 4 15.75 4H4.25C3.00736 4 2 5.00736 2 6.25V11.75C2 12.9926 3.00736 14 4.25 14H12C12.4142 14 12.75 13.6642 12.75 13.25C12.75 12.8358 12.4142 12.5 12 12.5H4.25C3.83579 12.5 3.5 12.1642 3.5 11.75V6.25ZM5.75 8.25C5.33579 8.25 5 8.58579 5 9C5 9.41421 5.33579 9.75 5.75 9.75H8.25C8.66421 9.75 9 9.41421 9 9C9 8.58579 8.66421 8.25 8.25 8.25H5.75ZM14.75 10.25C14.3358 10.25 14 10.5858 14 11C14 11.4142 14.3358 11.75 14.75 11.75H15.75V16.25H14.75C14.3358 16.25 14 16.5858 14 17C14 17.4142 14.3358 17.75 14.75 17.75H18.25C18.6642 17.75 19 17.4142 19 17C19 16.5858 18.6642 16.25 18.25 16.25H17.25V11.75H18.25C18.6642 11.75 19 11.4142 19 11C19 10.5858 18.6642 10.25 18.25 10.25H14.75Z"
|
|
4
|
-
fill="currentColor" />
|
|
5
|
-
</svg>
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" standalone="no"?>
|
|
2
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" class="Icon">
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.3699 11.1489C9.32329 10.672 8.10386 10.5 7 10.5C5.89614 10.5 4.67671 10.672 3.63012 11.1489C2.56985 11.6321 1.64706 12.4514 1.27902 13.7357C1.11798 14.2976 1.12681 14.9805 1.15815 15.4615C1.21837 16.3854 2.00581 17 2.84291 17H11.1571C11.9942 17 12.7816 16.3854 12.8418 15.4615C12.8732 14.9805 12.882 14.2976 12.721 13.7357C12.3529 12.4514 11.4301 11.6321 10.3699 11.1489ZM11.279 14.1489C11.0626 13.3938 10.5228 12.867 9.74787 12.5138C8.95927 12.1545 7.97092 12 7 12C6.02908 12 5.04073 12.1545 4.25213 12.5138C3.4772 12.867 2.93738 13.3938 2.72098 14.1489C2.63557 14.447 2.62539 14.91 2.65498 15.3639C2.65715 15.3972 2.67032 15.4249 2.69879 15.4499C2.72993 15.4773 2.77979 15.5 2.84291 15.5H11.1571C11.2202 15.5 11.2701 15.4773 11.3012 15.4499C11.3297 15.4249 11.3428 15.3972 11.345 15.3639C11.3746 14.91 11.3644 14.447 11.279 14.1489Z" />
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.25 6.25C10.25 4.45507 8.79492 3 6.99999 3C5.20507 3 3.74999 4.45507 3.74999 6.25C3.74999 8.04493 5.20507 9.5 6.99999 9.5C8.79492 9.5 10.25 8.04493 10.25 6.25ZM8.74999 6.25C8.74999 5.2835 7.96649 4.5 6.99999 4.5C6.0335 4.5 5.24999 5.2835 5.24999 6.25C5.24999 7.2165 6.0335 8 6.99999 8C7.96649 8 8.74999 7.2165 8.74999 6.25Z" />
|
|
5
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.8176 5C15.3364 5 16.5676 6.23121 16.5676 7.75C16.5676 9.26879 15.3364 10.5 13.8176 10.5C12.2988 10.5 11.0676 9.26879 11.0676 7.75C11.0676 6.23121 12.2988 5 13.8176 5ZM13.8176 6.5C14.508 6.5 15.0676 7.05965 15.0676 7.75C15.0676 8.44035 14.508 9 13.8176 9C13.1272 9 12.5676 8.44035 12.5676 7.75C12.5676 7.05965 13.1272 6.5 13.8176 6.5Z" />
|
|
6
|
-
<path d="M14.0077 12.0151C13.9583 12.4263 14.2515 12.7998 14.6628 12.8493C16.0343 13.0144 17.0221 13.5602 17.2966 14.5182C17.3619 14.7458 17.3723 15.1137 17.3482 15.4902C17.3419 15.4943 17.3292 15.5 17.3096 15.5H15.25C14.8358 15.5 14.5 15.8358 14.5 16.25C14.5 16.6642 14.8358 17 15.25 17H17.3096C18.0688 17 18.7894 16.4416 18.8445 15.5954C18.871 15.1893 18.8799 14.5981 18.7386 14.1049C18.2046 12.2416 16.3833 11.5456 14.842 11.3601C14.4308 11.3106 14.0572 11.6038 14.0077 12.0151Z" />
|
|
7
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">
|
|
2
|
-
<path d="M11.7422 1.5C11.9405 1.5 12.131 1.5787 12.2715 1.71875L16.7764 6.21582C16.9173 6.35652 16.9971 6.54787 16.9971 6.74707V15.75C16.9971 17.2687 15.766 18.4999 14.248 18.5H5.74512C4.22716 18.4999 2.99708 17.2687 2.99707 15.75V4.25C2.99707 2.73127 4.22713 1.50008 5.74512 1.5H11.7422ZM5.74512 3C5.05516 3.00008 4.49609 3.55969 4.49609 4.25V15.75C4.4961 16.4403 5.05519 16.9999 5.74512 17H14.248C14.938 16.9999 15.4971 16.4403 15.4971 15.75V7.49707H12.5752C12.1555 7.49702 11.7528 7.33009 11.4561 7.0332C11.1593 6.73627 10.9932 6.33301 10.9932 5.91309V3H5.74512ZM11.7197 9.21973C12.0126 8.92684 12.4874 8.92683 12.7803 9.21973C13.0732 9.51262 13.0732 9.98738 12.7803 10.2803L11.0605 12L12.7803 13.7197C13.0732 14.0126 13.0732 14.4874 12.7803 14.7803C12.4874 15.0732 12.0126 15.0732 11.7197 14.7803L10 13.0605L8.28027 14.7803C7.98738 15.0732 7.51262 15.0732 7.21973 14.7803C6.92683 14.4874 6.92683 14.0126 7.21973 13.7197L8.93945 12L7.21973 10.2803C6.92683 9.98738 6.92683 9.51262 7.21973 9.21973C7.51262 8.92683 7.98738 8.92683 8.28027 9.21973L10 10.9395L11.7197 9.21973ZM12.4922 5.91309C12.4922 5.93519 12.501 5.95703 12.5166 5.97266C12.5322 5.98808 12.5533 5.99702 12.5752 5.99707H14.4346L12.4922 4.05762V5.91309Z" />
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.33334 2.58333H6.66668C7.08089 2.58333 7.41668 2.91911 7.41668 3.33333C7.41668 3.74754 7.08089 4.08333 6.66668 4.08333H5.144L8.86367 7.803C9.15657 8.09589 9.15657 8.57077 8.86367 8.86366C8.57078 9.15655 8.09591 9.15655 7.80301 8.86366L4.08334 5.14399V6.66666C4.08334 7.08087 3.74756 7.41666 3.33334 7.41666C2.91913 7.41666 2.58334 7.08087 2.58334 6.66666V3.33333C2.58334 2.91911 2.91913 2.58333 3.33334 2.58333ZM14.856 4.08333H13.3333C12.9191 4.08333 12.5833 3.74754 12.5833 3.33333C12.5833 2.91911 12.9191 2.58333 13.3333 2.58333H16.6667C17.0809 2.58333 17.4167 2.91911 17.4167 3.33333V6.66666C17.4167 7.08087 17.0809 7.41666 16.6667 7.41666C16.2525 7.41666 15.9167 7.08087 15.9167 6.66666V5.14399L12.197 8.86366C11.9041 9.15655 11.4292 9.15655 11.1363 8.86366C10.8435 8.57077 10.8435 8.09589 11.1363 7.803L14.856 4.08333ZM8.86367 11.1363C9.15657 11.4292 9.15657 11.9041 8.86367 12.197L5.144 15.9167H6.66668C7.08089 15.9167 7.41668 16.2524 7.41668 16.6667C7.41668 17.0809 7.08089 17.4167 6.66668 17.4167H3.33334C2.91913 17.4167 2.58334 17.0809 2.58334 16.6667V13.3333C2.58334 12.9191 2.91913 12.5833 3.33334 12.5833C3.74756 12.5833 4.08334 12.9191 4.08334 13.3333V14.856L7.80301 11.1363C8.09591 10.8434 8.57078 10.8434 8.86367 11.1363ZM11.1363 11.1363C11.4292 10.8434 11.9041 10.8434 12.197 11.1363L15.9167 14.856V13.3333C15.9167 12.9191 16.2525 12.5833 16.6667 12.5833C17.0809 12.5833 17.4167 12.9191 17.4167 13.3333V16.6667C17.4167 17.0809 17.0809 17.4167 16.6667 17.4167H13.3333C12.9191 17.4167 12.5833 17.0809 12.5833 16.6667C12.5833 16.2524 12.9191 15.9167 13.3333 15.9167H14.856L11.1363 12.197C10.8435 11.9041 10.8435 11.4292 11.1363 11.1363Z" />
|
|
3
|
-
</svg>
|
package/src/icons/svg/gauge.svg
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path
|
|
3
|
-
d="M9.00005 1.79999C10.4613 1.79999 11.8198 2.2368 12.9551 2.98475L11.5058 3.71249C10.7463 3.35192 9.89677 3.14999 9.00005 3.14999C5.76908 3.14999 3.15005 5.76902 3.15005 8.99999C3.15005 12.231 5.76908 14.85 9.00005 14.85C12.231 14.85 14.85 12.231 14.85 8.99999C14.85 8.29925 14.7262 7.62756 14.5002 7.00487L15.3633 5.63202C15.8964 6.63719 16.2 7.78288 16.2 8.99999C16.2 12.9765 12.9766 16.2 9.00005 16.2C5.0235 16.2 1.80005 12.9765 1.80005 8.99999C1.80005 5.02344 5.0235 1.79999 9.00005 1.79999ZM10.4573 10.052C10.1303 10.5042 9.60067 10.8 9.00005 10.8C8.00594 10.8 7.20005 9.9941 7.20005 8.99999C7.20005 8.3121 7.58569 7.71392 8.15278 7.41092L13.95 4.49999L10.4573 10.052ZM9.00005 8.09999C8.50299 8.09999 8.10005 8.50293 8.10005 8.99999C8.10005 9.49704 8.50299 9.89999 9.00005 9.89999C9.49711 9.89999 9.90005 9.49704 9.90005 8.99999C9.90005 8.50293 9.49711 8.09999 9.00005 8.09999Z"
|
|
4
|
-
fill="#635E57"/>
|
|
5
|
-
</svg>
|
package/src/icons/svg/globe.svg
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M10 17C13.8287 17 17 13.8354 17 10C17 6.17135 13.8287 3 9.99322 3C6.16457 3 3 6.17135 3 10C3 13.8354 6.17135 17 10 17ZM5.92062 5.73766C6.59826 5.0939 7.4182 4.59923 8.33301 4.32817C7.85189 4.80929 7.44531 5.48693 7.14037 6.31365C6.66602 6.16457 6.25944 5.96805 5.92062 5.73766ZM11.6738 4.33495C12.5818 4.606 13.4017 5.0939 14.0726 5.73766C13.7406 5.97483 13.334 6.16457 12.8596 6.32043C12.5547 5.48693 12.1481 4.80929 11.6738 4.33495ZM10.4743 4.55179C11.0368 4.82285 11.5518 5.5547 11.9177 6.55082C11.4705 6.63214 10.9894 6.67957 10.4743 6.6999V4.55179ZM8.08228 6.55082C8.45499 5.5547 8.96321 4.82285 9.52565 4.55179V6.6999C9.01065 6.67957 8.52953 6.63214 8.08228 6.55082ZM4.10455 9.52565C4.19942 8.37367 4.63311 7.30978 5.29719 6.43562C5.71055 6.74056 6.24589 7.00484 6.86931 7.20136C6.69313 7.9061 6.57793 8.69216 6.54405 9.52565H4.10455ZM13.456 9.52565C13.4221 8.69216 13.3069 7.9061 13.1307 7.20136C13.7541 7.00484 14.2894 6.74734 14.696 6.43562C15.3669 7.30978 15.8006 8.37367 15.8955 9.52565H13.456ZM7.51307 9.52565C7.54695 8.78703 7.6486 8.08228 7.80445 7.44531C8.34656 7.55373 8.92256 7.62149 9.52565 7.6486V9.52565H7.51307ZM10.4743 9.52565V7.6486C11.0774 7.62149 11.6534 7.55373 12.1955 7.44531C12.3514 8.08228 12.453 8.78703 12.4869 9.52565H10.4743ZM4.10455 10.4743H6.54405C6.57793 11.3214 6.69313 12.1142 6.86931 12.8258C6.25266 13.0223 5.7241 13.2798 5.31752 13.5847C4.63988 12.7038 4.19942 11.6331 4.10455 10.4743ZM7.51307 10.4743H9.52565V12.3853C8.92933 12.4124 8.34656 12.4802 7.81123 12.5818C7.6486 11.938 7.54017 11.2197 7.51307 10.4743ZM10.4743 12.3853V10.4743H12.4869C12.4598 11.2197 12.3514 11.938 12.1888 12.5818C11.6534 12.4802 11.0774 12.4124 10.4743 12.3853ZM13.1307 12.8258C13.3136 12.1142 13.4221 11.3214 13.456 10.4743H15.8955C15.8006 11.6331 15.3601 12.7038 14.6825 13.5847C14.2759 13.2798 13.7473 13.0223 13.1307 12.8258ZM10.4743 13.334C10.9826 13.3543 11.4637 13.4017 11.9042 13.4831C11.5382 14.4589 11.03 15.1839 10.4743 15.4482V13.334ZM8.09584 13.4831C8.5363 13.4017 9.01743 13.3543 9.52565 13.334V15.4482C8.96999 15.1839 8.46176 14.4589 8.09584 13.4831ZM5.94095 14.2827C6.27299 14.0523 6.67957 13.8625 7.14714 13.7135C7.45208 14.5266 7.85189 15.1907 8.31946 15.6651C7.42498 15.394 6.61181 14.9129 5.94095 14.2827ZM12.8529 13.7135C13.3204 13.8625 13.727 14.0523 14.0591 14.2827C13.3882 14.9129 12.575 15.394 11.6805 15.6651C12.1481 15.1907 12.5479 14.5266 12.8529 13.7135Z" />
|
|
3
|
-
</svg>
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M5.22229 12.0521C5.22229 12.9515 4.48758 13.6862 3.5882 13.6862C2.68881 13.6862 1.9541 12.9515 1.9541 12.0521C1.9541 11.1527 2.68881 10.418 3.5882 10.418H5.22229V12.0521Z" fill="#E01E5A" />
|
|
3
|
-
<path d="M6.0459 12.0521C6.0459 11.1527 6.78062 10.418 7.68 10.418C8.57939 10.418 9.31407 11.1527 9.31407 12.0521V16.1437C9.31407 17.043 8.57939 17.7777 7.68 17.7777C6.78062 17.7777 6.0459 17.043 6.0459 16.1437V12.0521Z" fill="#E01E5A" />
|
|
4
|
-
<path d="M7.68 5.49084C6.78062 5.49084 6.0459 4.75614 6.0459 3.85675C6.0459 2.95736 6.78062 2.22266 7.68 2.22266C8.57939 2.22266 9.31407 2.95736 9.31407 3.85675V5.49084H7.68Z" fill="#36C5F0" />
|
|
5
|
-
<path d="M7.67976 6.31445C8.57915 6.31445 9.31387 7.04918 9.31387 7.94856C9.31387 8.84794 8.57915 9.58267 7.67976 9.58267H3.5882C2.68881 9.58267 1.9541 8.84794 1.9541 7.94856C1.9541 7.04918 2.68881 6.31445 3.5882 6.31445H7.67976Z" fill="#36C5F0" />
|
|
6
|
-
<path d="M14.2412 7.94856C14.2412 7.04918 14.9759 6.31445 15.8753 6.31445C16.7747 6.31445 17.5094 7.04918 17.5094 7.94856C17.5094 8.84794 16.7747 9.58267 15.8753 9.58267H14.2412V7.94856Z" fill="#2EB67D" />
|
|
7
|
-
<path d="M13.4176 7.94832C13.4176 8.84771 12.6829 9.58243 11.7835 9.58243C10.8841 9.58243 10.1494 8.84771 10.1494 7.94832V3.85675C10.1494 2.95736 10.8841 2.22266 11.7835 2.22266C12.6829 2.22266 13.4176 2.95736 13.4176 3.85675V7.94832Z" fill="#2EB67D" />
|
|
8
|
-
<path d="M11.7835 14.5098C12.6829 14.5098 13.4176 15.2445 13.4176 16.1439C13.4176 17.0433 12.6829 17.778 11.7835 17.778C10.8841 17.778 10.1494 17.0433 10.1494 16.1439V14.5098H11.7835Z" fill="#ECB22E" />
|
|
9
|
-
<path d="M11.7835 13.6862C10.8841 13.6862 10.1494 12.9515 10.1494 12.0521C10.1494 11.1527 10.8841 10.418 11.7835 10.418H15.8751C16.7745 10.418 17.5092 11.1527 17.5092 12.0521C17.5092 12.9515 16.7745 13.6862 15.8751 13.6862H11.7835Z" fill="#ECB22E" />
|
|
10
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M15.7042 10.7751C15.7027 10.9116 15.6474 11.0421 15.5503 11.1381C15.4532 11.2341 15.3222 11.288 15.1856 11.288C15.0491 11.288 14.918 11.2341 14.8209 11.1381C14.7239 11.0421 14.6686 10.9116 14.6671 10.7751V6.11155C14.6686 5.97499 14.7239 5.84454 14.8209 5.7485C14.918 5.65247 15.0491 5.5986 15.1856 5.5986C15.3222 5.5986 15.4532 5.65247 15.5503 5.7485C15.6474 5.84454 15.7027 5.97499 15.7042 6.11155V10.7751ZM15.5232 14.0206C15.4431 14.0892 13.5222 15.7011 10.0004 15.7011C6.47868 15.7011 4.55793 14.0892 4.47779 14.0206C4.37339 13.9311 4.30882 13.8037 4.29828 13.6666C4.28774 13.5295 4.33209 13.3938 4.42158 13.2894C4.51087 13.1851 4.63787 13.1206 4.77472 13.1098C4.91157 13.0991 5.04708 13.1431 5.15154 13.2322C5.18198 13.2577 6.89722 14.6639 10.0005 14.6639C13.1427 14.6639 14.8314 13.2475 14.8481 13.2333C15.0651 13.0469 15.393 13.0719 15.5793 13.2895C15.6688 13.3939 15.7132 13.5295 15.7027 13.6667C15.6921 13.8038 15.6276 13.9311 15.5232 14.0206ZM4.29671 6.11155C4.29819 5.97499 4.35347 5.84454 4.45055 5.7485C4.54763 5.65247 4.67868 5.5986 4.81524 5.5986C4.9518 5.5986 5.08284 5.65247 5.17993 5.7485C5.27701 5.84454 5.33229 5.97499 5.33377 6.11155V10.7751C5.33229 10.9116 5.27701 11.0421 5.17993 11.1381C5.08284 11.2341 4.9518 11.288 4.81524 11.288C4.67868 11.288 4.54763 11.2341 4.45055 11.1381C4.35347 11.0421 4.29819 10.9116 4.29671 10.7751V6.11155ZM6.88938 5.07449C6.89147 4.93835 6.94701 4.80849 7.04402 4.71295C7.14103 4.61742 7.27173 4.56387 7.40788 4.56387C7.54404 4.56387 7.67473 4.61742 7.77174 4.71295C7.86875 4.80849 7.9243 4.93835 7.92638 5.07449V12.0016C7.9243 12.1378 7.86875 12.2676 7.77174 12.3632C7.67473 12.4587 7.54404 12.5123 7.40788 12.5123C7.27173 12.5123 7.14103 12.4587 7.04402 12.3632C6.94701 12.2676 6.89147 12.1378 6.88938 12.0016V5.07455V5.07449ZM9.48194 4.81211C9.48193 4.74402 9.49533 4.67659 9.52139 4.61368C9.54744 4.55077 9.58563 4.49361 9.63378 4.44546C9.68193 4.39731 9.73909 4.35912 9.802 4.33306C9.86491 4.30701 9.93234 4.2936 10.0004 4.29361C10.0685 4.2936 10.136 4.307 10.1989 4.33305C10.2618 4.3591 10.319 4.39729 10.3671 4.44544C10.4153 4.49359 10.4535 4.55075 10.4795 4.61367C10.5056 4.67658 10.519 4.74401 10.519 4.81211V12.3306C10.5175 12.4672 10.4622 12.5976 10.3652 12.6937C10.2681 12.7897 10.137 12.8436 10.0005 12.8436C9.86391 12.8436 9.73286 12.7897 9.63578 12.6937C9.5387 12.5976 9.48341 12.4672 9.48194 12.3306V4.81211ZM12.0745 5.07449C12.0766 4.93835 12.1322 4.80849 12.2292 4.71295C12.3262 4.61742 12.4569 4.56387 12.593 4.56387C12.7292 4.56387 12.8599 4.61742 12.9569 4.71295C13.0539 4.80849 13.1095 4.93835 13.1115 5.07449V12.0016C13.1095 12.1378 13.0539 12.2676 12.9569 12.3632C12.8599 12.4587 12.7292 12.5123 12.593 12.5123C12.4569 12.5123 12.3262 12.4587 12.2292 12.3632C12.1322 12.2676 12.0766 12.1378 12.0745 12.0016V5.07455V5.07449ZM15.8338 2.22266H4.1671C3.09322 2.22266 2.22266 3.09322 2.22266 4.1671V15.8338C2.22266 16.9076 3.09322 17.7782 4.1671 17.7782H15.8338C16.9076 17.7782 17.7782 16.9076 17.7782 15.8338V4.1671C17.7782 3.09322 16.9076 2.22266 15.8338 2.22266Z" />
|
|
3
|
-
</svg>
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g opacity="0.9">
|
|
3
|
-
<mask id="mask0_1091_1073" maskUnits="userSpaceOnUse" x="2" y="2" width="14" height="16">
|
|
4
|
-
<path d="M15 2H2V18H16V14H10V5.5H12.5H15V2Z" fill="#C4C4C4"/>
|
|
5
|
-
</mask>
|
|
6
|
-
<g mask="url(#mask0_1091_1073)">
|
|
7
|
-
<path d="M14 14.9209C14 16.2495 13.2544 17 11.9399 17H5.05456C3.74561 17 3 16.2495 3 14.9209V4.0735C3 2.75046 3.74561 2 5.05456 2H11.9399C13.2544 2 14 2.75046 14 4.0735V14.9209ZM12.2934 14.693V4.30698C12.2934 3.91785 12.1167 3.71773 11.7024 3.71773H5.29757C4.88335 3.71773 4.70661 3.91785 4.70661 4.30698V14.693C4.70661 15.0821 4.88335 15.2823 5.29757 15.2823H11.7024C12.1167 15.2823 12.2934 15.0821 12.2934 14.693Z" fill="#65788B"/>
|
|
8
|
-
</g>
|
|
9
|
-
<path d="M18.1193 9.88138C18.1193 10.2933 17.791 10.6275 17.4029 10.6275L15.2238 10.6275L13.9999 10.5653L14.6119 11.1172L15.5074 11.9954C15.6268 12.112 15.7089 12.2986 15.7089 12.4851C15.7089 12.8737 15.4402 13.1691 15.0671 13.1691C14.8805 13.1691 14.7238 13.0991 14.5895 12.9514L12.3208 10.4254C12.1567 10.2389 12.082 10.0835 12.082 9.88138C12.082 9.6793 12.1567 9.51608 12.3208 9.33732L14.5895 6.81133C14.7238 6.65589 14.8805 6.58594 15.0671 6.58594C15.4402 6.58594 15.7089 6.88128 15.7089 7.2699C15.7089 7.45643 15.6268 7.64297 15.5074 7.75955L14.6044 8.64559L13.9999 9.19742L15.2238 9.12747L17.4029 9.12747C17.791 9.12747 18.1193 9.46945 18.1193 9.88138Z" fill="#65788B"/>
|
|
10
|
-
</g>
|
|
11
|
-
</svg>
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.36111 2C3.0571 2 2 3.0571 2 4.36111V7.58333C2 8.85406 3.02459 10 4.36111 10H5.25V13.4166C5.25 14.0081 5.44816 14.6206 5.91378 15.0862C6.3794 15.5518 6.99191 15.75 7.58334 15.75H9.25C9.66421 15.75 10 15.4142 10 15C10 14.5858 9.66421 14.25 9.25 14.25H7.58334C7.32018 14.25 7.11311 14.1642 6.97444 14.0255C6.83578 13.8869 6.75 13.6798 6.75 13.4166V10H7.58333C8.88733 10 10 8.88733 10 7.58333V4.36111C10 3.02459 8.85406 2 7.58333 2H4.36111ZM3.5 4.36111C3.5 3.88553 3.88553 3.5 4.36111 3.5H7.58333C8.09219 3.5 8.5 3.91804 8.5 4.36111V7.58333C8.5 8.05891 8.05891 8.5 7.58333 8.5H4.36111C3.91804 8.5 3.5 8.09219 3.5 7.58333V4.36111Z" fill="black"/>
|
|
3
|
-
<path d="M15.75 12.75C15.75 12.3358 15.4142 12 15 12C14.5858 12 14.25 12.3358 14.25 12.75L14.25 14.25H12.75C12.3358 14.25 12 14.5858 12 15C12 15.4142 12.3358 15.75 12.75 15.75H14.25L14.25 17.25C14.25 17.6642 14.5857 18 15 18C15.4142 18 15.75 17.6642 15.75 17.25L15.75 15.75H17.25C17.6642 15.75 18 15.4142 18 15C18 14.5858 17.6642 14.25 17.25 14.25H15.75L15.75 12.75Z" fill="black"/>
|
|
4
|
-
</svg>
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
-
d="M6.91244 2.44088C7.59373 1.48651 8.64714 1 9.99999 1C11.3528 1 12.4063 1.48651 13.0875 2.44088C13.7354 3.34847 13.97 4.57495 13.97 5.91667V6.82999H14.25C14.9575 6.82999 15.6582 7.03047 16.1886 7.52179C16.7288 8.02213 17 8.73844 17 9.57999V15.25C17 16.12 16.4596 16.8098 15.9588 17.2356C15.6962 17.4588 15.4089 17.6417 15.1323 17.7716C14.8719 17.894 14.5566 18 14.25 18H5.75C4.10659 18 3 16.7437 3 15.25V9.57999C3 8.73752 3.27265 8.02138 3.81302 7.52148C4.34352 7.03071 5.04379 6.82999 5.75 6.82999H6.03V5.91667C6.03 4.57495 6.26455 3.34847 6.91244 2.44088ZM7.53 6.82999H12.47V5.91667C12.47 4.7072 12.2507 3.85035 11.8667 3.3124C11.5161 2.82123 10.9595 2.5 9.99999 2.5C9.0405 2.5 8.48391 2.82123 8.13329 3.3124C7.74927 3.85034 7.53 4.7072 7.53 5.91667V6.82999ZM4.83166 8.62257C4.65713 8.78402 4.5 9.06788 4.5 9.57999V15.25C4.5 15.9654 4.98427 16.5 5.75 16.5H14.25C14.25 16.5 14.2493 16.4999 14.2524 16.4993C14.2688 16.4964 14.3506 16.4816 14.4944 16.414C14.6486 16.3416 14.824 16.2315 14.9871 16.0928C15.3377 15.7948 15.5 15.4846 15.5 15.25V9.57999C15.5 9.06696 15.3432 8.78328 15.1693 8.62225C14.9857 8.45221 14.6864 8.32999 14.25 8.32999H5.75C5.31578 8.32999 5.01605 8.45198 4.83166 8.62257ZM10 10.5C10.4142 10.5 10.75 10.8358 10.75 11.25V13.5C10.75 13.9142 10.4142 14.25 10 14.25C9.58578 14.25 9.25 13.9142 9.25 13.5V11.25C9.25 10.8358 9.58578 10.5 10 10.5Z"
|
|
4
|
-
fill="currentColor" />
|
|
5
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.1284 14.3205C11.9232 15.2691 10.4027 15.835 8.74998 15.835C4.83704 15.835 1.66498 12.6629 1.66498 8.74998C1.66498 4.83704 4.83704 1.66498 8.74998 1.66498C12.6629 1.66498 15.835 4.83704 15.835 8.74998C15.835 10.4084 15.2651 11.9338 14.3106 13.141L18.0895 16.9087C18.4161 17.2343 18.4169 17.763 18.0913 18.0895C17.7657 18.4161 17.237 18.4169 16.9104 18.0913L13.1284 14.3205ZM8.74998 3.33498C5.75936 3.33498 3.33498 5.75936 3.33498 8.74998C3.33498 11.7406 5.75936 14.165 8.74998 14.165C10.2429 14.165 11.5948 13.5608 12.5743 12.5836C13.557 11.6033 14.165 10.2476 14.165 8.74998C14.165 5.75936 11.7406 3.33498 8.74998 3.33498Z" />
|
|
3
|
-
</svg>
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M10.75 6.25C10.75 5.83579 10.4142 5.5 10 5.5C9.58579 5.5 9.25 5.83579 9.25 6.25V8H7.5C7.08579 8 6.75 8.33579 6.75 8.75C6.75 9.16421 7.08579 9.5 7.5 9.5H9.25V11.25C9.25 11.6642 9.58579 12 10 12C10.4142 12 10.75 11.6642 10.75 11.25V9.5H12.5C12.9142 9.5 13.25 9.16421 13.25 8.75C13.25 8.33579 12.9142 8 12.5 8H10.75V6.25Z" />
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.5315 1.75H6.46865C5.79527 1.74999 5.24456 1.74998 4.79699 1.78655C4.33373 1.8244 3.91533 1.90514 3.52459 2.10423C2.91307 2.41582 2.41588 2.913 2.10429 3.52453C1.9052 3.91527 1.82446 4.33367 1.78661 4.79693C1.75005 5.2445 1.75005 5.7952 1.75006 6.46858L1.75003 11.7746C1.74973 12.4445 1.74951 12.9258 1.8608 13.3412C2.16132 14.4627 3.03735 15.3387 4.1589 15.6393C4.4282 15.7114 4.72523 15.7367 5.0834 15.7455L5.08339 16.974C5.08336 17.1718 5.08333 17.3681 5.09785 17.5279C5.11179 17.6814 5.14797 17.9558 5.33826 18.1942C5.55992 18.4719 5.89602 18.6335 6.25132 18.6331C6.55636 18.6327 6.79327 18.4895 6.92183 18.4045C7.05573 18.316 7.209 18.1934 7.3634 18.0698L9.37293 16.4622C9.80248 16.1185 9.93825 16.0145 10.0808 15.9416C10.2213 15.8699 10.3707 15.8174 10.5252 15.7857C10.6821 15.7535 10.8531 15.75 11.4032 15.75H13.5315C14.2048 15.75 14.7556 15.75 15.2031 15.7135C15.6664 15.6756 16.0848 15.5949 16.4755 15.3958C17.0871 15.0842 17.5842 14.587 17.8958 13.9755C18.0949 13.5847 18.1757 13.1663 18.2135 12.7031C18.2501 12.2555 18.2501 11.7048 18.2501 11.0314V6.46861C18.2501 5.79522 18.2501 5.2445 18.2135 4.79693C18.1757 4.33367 18.0949 3.91527 17.8958 3.52453C17.5842 2.913 17.0871 2.41582 16.4755 2.10423C16.0848 1.90514 15.6664 1.8244 15.2031 1.78655C14.7556 1.74998 14.2049 1.74999 13.5315 1.75ZM4.20558 3.44074C4.34962 3.36735 4.54864 3.31184 4.91914 3.28157C5.2984 3.25058 5.78762 3.25 6.50006 3.25H13.5001C14.2125 3.25 14.7017 3.25058 15.081 3.28157C15.4515 3.31184 15.6505 3.36735 15.7945 3.44074C16.1238 3.60852 16.3915 3.87623 16.5593 4.20552C16.6327 4.34956 16.6882 4.54858 16.7185 4.91908C16.7495 5.29833 16.7501 5.78756 16.7501 6.5V11C16.7501 11.7124 16.7495 12.2017 16.7185 12.5809C16.6882 12.9514 16.6327 13.1504 16.5593 13.2945C16.3915 13.6238 16.1238 13.8915 15.7945 14.0593C15.6505 14.1327 15.4515 14.1882 15.081 14.2184C14.7017 14.2494 14.2125 14.25 13.5001 14.25L11.3356 14.25C10.8807 14.2498 10.5483 14.2497 10.2236 14.3164C9.93677 14.3752 9.65919 14.4726 9.39842 14.6058C9.10324 14.7566 8.84377 14.9644 8.48862 15.2487L6.5834 16.7729V15C6.5834 14.5858 6.24761 14.25 5.8334 14.25C5.01013 14.25 4.74563 14.2436 4.54713 14.1904C3.94322 14.0286 3.47151 13.5568 3.30969 12.9529C3.25651 12.7544 3.25006 12.4899 3.25006 11.6667V6.5C3.25006 5.78756 3.25065 5.29833 3.28163 4.91908C3.3119 4.54858 3.36741 4.34956 3.4408 4.20552C3.60858 3.87623 3.8763 3.60852 4.20558 3.44074Z" />
|
|
4
|
-
</svg>
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M7 4C7 2.89543 7.89543 2 9 2H11C12.1046 2 13 2.89543 13 4V6C13 7.10457 12.1046 8 11 8H10.75V9.25H13.3333C13.7475 9.25 14.0833 9.58579 14.0833 10C14.0833 10.4142 13.7475 10.75 13.3333 10.75H6.66667C6.42355 10.75 6.19039 10.8466 6.01849 11.0185C5.84658 11.1904 5.75 11.4236 5.75 11.6667V12H6C7.10457 12 8 12.8954 8 14V16C8 17.1046 7.10457 18 6 18H4C2.89543 18 2 17.1046 2 16V14C2 12.8954 2.89543 12 4 12H4.25V11.6667C4.25 11.0257 4.50461 10.411 4.95783 9.95783C5.41104 9.50461 6.02573 9.25 6.66667 9.25H9.25V8H9C7.89543 8 7 7.10457 7 6V4ZM9 3.5C8.72386 3.5 8.5 3.72386 8.5 4V6C8.5 6.27614 8.72386 6.5 9 6.5H11C11.2761 6.5 11.5 6.27614 11.5 6V4C11.5 3.72386 11.2761 3.5 11 3.5H9ZM4 13.5C3.72386 13.5 3.5 13.7239 3.5 14V16C3.5 16.2761 3.72386 16.5 4 16.5H6C6.27614 16.5 6.5 16.2761 6.5 16V14C6.5 13.7239 6.27614 13.5 6 13.5H4Z"/>
|
|
3
|
-
<path d="M15 12C15.4142 12 15.75 12.3358 15.75 12.75L15.75 14.25H17.25C17.6642 14.25 18 14.5858 18 15C18 15.4142 17.6642 15.75 17.25 15.75H15.75L15.75 17.25C15.75 17.6642 15.4142 18 15 18C14.5857 18 14.25 17.6642 14.25 17.25L14.25 15.75H12.75C12.3358 15.75 12 15.4142 12 15C12 14.5858 12.3358 14.25 12.75 14.25H14.25L14.25 12.75C14.25 12.3358 14.5858 12 15 12Z"/>
|
|
4
|
-
</svg>
|
|
5
|
-
|