@fibery/ui-kit 4.2.0 → 5.0.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 +25 -0
- package/package.json +10 -12
- 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/indicator.tsx +87 -0
- 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 +72 -24
- 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/notification-dot.tsx +0 -23
- /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,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated. Do not edit manually.
|
|
3
|
-
*
|
|
4
|
-
* @see import("../svg/bell-filled.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.mjs")
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import type {IconDefinition} from "../types";
|
|
9
|
-
|
|
10
|
-
const BellFilled: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M5.953 3.569C7.034 2.559 8.49 2 10 2s2.966.559 4.047 1.569c1.084 1.01 1.703 2.394 1.703 3.848 0 2.105.528 3.55 1.117 4.514.272.445.484.76.64.994l.066.098c.076.114.153.23.209.331.028.052.064.122.093.202a.895.895 0 0 1 .052.38c-.01.104-.031.286-.135.472a1.149 1.149 0 0 1-.335.365.94.94 0 0 1-.299.145 1.494 1.494 0 0 1-.205.042c-.12.016-.259.025-.404.03-.28.01-.669.01-1.155.01H4.606c-.486 0-.874 0-1.154-.01a4.068 4.068 0 0 1-.405-.03 1.495 1.495 0 0 1-.205-.042.939.939 0 0 1-.299-.145 1.15 1.15 0 0 1-.335-.365 1.155 1.155 0 0 1-.134-.473.897.897 0 0 1 .051-.38c.029-.08.065-.15.093-.2.056-.101.133-.218.21-.332l.065-.098c.157-.233.368-.549.64-.994.589-.964 1.117-2.409 1.117-4.514 0-1.454.62-2.837 1.703-3.848ZM12.5 16.625c0 1.035-1.12 1.875-2.5 1.875s-2.5-.84-2.5-1.875c0-.345.281-.625.626-.625h3.749c.345 0 .625.28.625.625Z"},"children":[]}],"metadata":""}]},"name":"bell-filled"};
|
|
11
|
-
|
|
12
|
-
export default BellFilled;
|
package/src/icons/ast/chat-ai.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated. Do not edit manually.
|
|
3
|
-
*
|
|
4
|
-
* @see import("../svg/chat-ai.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.mjs")
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import type {IconDefinition} from "../types";
|
|
9
|
-
|
|
10
|
-
const ChatAi: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M11.263.181a.281.281 0 0 0-.526 0l-.57 1.498a.844.844 0 0 1-.488.488l-1.498.57a.281.281 0 0 0 0 .526l1.498.57a.844.844 0 0 1 .488.488l.57 1.498a.281.281 0 0 0 .526 0l.57-1.498a.844.844 0 0 1 .488-.488l1.498-.57a.281.281 0 0 0 0-.526l-1.498-.57a.844.844 0 0 1-.488-.488L11.263.18ZM17 4c.117 0 .221.072.263.181l.57 1.498a.844.844 0 0 0 .488.488l1.498.57a.281.281 0 0 1 0 .526l-1.498.57a.844.844 0 0 0-.488.488l-.57 1.498a.281.281 0 0 1-.526 0l-.57-1.498a.843.843 0 0 0-.488-.488l-1.498-.57a.281.281 0 0 1 0-.526l1.498-.57a.843.843 0 0 0 .488-.488l.57-1.498A.281.281 0 0 1 17 4Z"},"children":[]},{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M11.087 7.33a1.583 1.583 0 0 1 1.583 1.583v5a1.583 1.583 0 0 1-1.583 1.584H5.564l-2.28 2.28a.75.75 0 0 1-1.28-.53V8.913A1.583 1.583 0 0 1 3.586 7.33h7.5Zm.059 1.524a.083.083 0 0 0-.06-.024h-7.5a.083.083 0 0 0-.083.083v6.523l1.22-1.22a.75.75 0 0 1 .53-.22h5.834a.084.084 0 0 0 .083-.083v-5a.083.083 0 0 0-.024-.059Z"},"children":[]}],"metadata":""}]},"name":"chat-ai"};
|
|
11
|
-
|
|
12
|
-
export default ChatAi;
|
package/src/icons/ast/chat.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated. Do not edit manually.
|
|
3
|
-
*
|
|
4
|
-
* @see import("../svg/chat.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.mjs")
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import type {IconDefinition} from "../types";
|
|
9
|
-
|
|
10
|
-
const Chat: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M8.854 3.524a.083.083 0 0 1 .06-.024h7.5a.083.083 0 0 1 .083.083v6.523l-1.22-1.22a.75.75 0 0 0-.53-.22H8.913a.083.083 0 0 1-.083-.083v-5c0-.022.009-.043.024-.059ZM8.914 2A1.583 1.583 0 0 0 7.33 3.583v5a1.583 1.583 0 0 0 1.583 1.584h5.523l2.28 2.28a.75.75 0 0 0 1.28-.53V3.583A1.583 1.583 0 0 0 16.414 2h-7.5Zm-5.39 6.854a.083.083 0 0 1 .06-.024H5.25a.75.75 0 0 0 0-1.5H3.583A1.583 1.583 0 0 0 2 8.913v8.334a.75.75 0 0 0 1.28.53l2.28-2.28h5.523a1.583 1.583 0 0 0 1.584-1.584v-1.666a.75.75 0 0 0-1.5 0v1.666a.083.083 0 0 1-.084.084H5.25a.75.75 0 0 0-.53.22L3.5 15.435V8.913c0-.022.009-.043.024-.059Z"},"children":[]}],"metadata":""}]},"name":"chat"};
|
|
11
|
-
|
|
12
|
-
export default Chat;
|
package/src/icons/ast/clean.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated. Do not edit manually.
|
|
3
|
-
*
|
|
4
|
-
* @see import("../svg/clean.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.mjs")
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import type {IconDefinition} from "../types";
|
|
9
|
-
|
|
10
|
-
const Clean: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M2.75 4.5a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5ZM6 4.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0ZM4.5 7.25a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0Z"},"children":[]},{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"m14.64 8.422 3.89-3.892a.75.75 0 0 0-1.06-1.06l-3.892 3.89-.604-.603a2.25 2.25 0 0 0-2.846-.277l-6.546 4.397a.75.75 0 0 0 .002 1.247c1.099.733 1.733 1.586 2.423 2.515.17.228.342.46.526.697.934 1.2 2.064 2.336 4.285 2.892a.75.75 0 0 0 .82-.333l3.834-6.186a2.25 2.25 0 0 0-.322-2.777l-.51-.51Zm-3.675-.697a.75.75 0 0 1 .948.092l2.176 2.176a.75.75 0 0 1 .107.926l-.465.751L10.259 8.2l.706-.474ZM8.99 9.05l3.928 3.929-2.257 3.642c-1.438-.474-2.213-1.266-2.945-2.207a20.49 20.49 0 0 1-.25-.329.748.748 0 0 0 .063-.056l1-1a.75.75 0 1 0-1.06-1.06l-.914.913c-.363-.45-.775-.909-1.272-1.342l3.707-2.49Z"},"children":[]}],"metadata":""}]},"name":"clean"};
|
|
11
|
-
|
|
12
|
-
export default Clean;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated. Do not edit manually.
|
|
3
|
-
*
|
|
4
|
-
* @see import("../svg/color-coding-filled.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.mjs")
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import type {IconDefinition} from "../types";
|
|
9
|
-
|
|
10
|
-
const ColorCodingFilled: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M10 2.05a7.95 7.95 0 1 0 0 15.9 3.15 3.15 0 0 0 3.15-3.15v-.48c0-.326.002-.402.01-.453a.85.85 0 0 1 .707-.706c.051-.009.127-.01.453-.01h.48A3.15 3.15 0 0 0 17.95 10 7.95 7.95 0 0 0 10 2.05ZM7.65 6.4a1.15 1.15 0 1 1 2.3 0 1.15 1.15 0 0 1-2.3 0Zm4 .8a1.15 1.15 0 1 1 2.3 0 1.15 1.15 0 0 1-2.3 0ZM6.4 8.45a1.15 1.15 0 1 0 0 2.3 1.15 1.15 0 0 0 0-2.3Z"},"children":[]}],"metadata":""}]},"name":"color-coding-filled"};
|
|
11
|
-
|
|
12
|
-
export default ColorCodingFilled;
|
package/src/icons/ast/create.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated. Do not edit manually.
|
|
3
|
-
*
|
|
4
|
-
* @see import("../svg/create.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.mjs")
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import type {IconDefinition} from "../types";
|
|
9
|
-
|
|
10
|
-
const Create: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M4.25 2A2.25 2.25 0 0 0 2 4.25v11.5A2.25 2.25 0 0 0 4.25 18h11.5A2.25 2.25 0 0 0 18 15.75v-6a.75.75 0 0 0-1.5 0v6a.75.75 0 0 1-.75.75H4.25a.75.75 0 0 1-.75-.75V4.25a.75.75 0 0 1 .75-.75h6a.75.75 0 0 0 0-1.5h-6Zm9.675.7A2.387 2.387 0 0 1 17.3 6.074l-5.727 5.727a.676.676 0 0 1-.478.198H8.838A.838.838 0 0 1 8 11.162V8.904c0-.18.071-.351.198-.478l5.727-5.727Zm2.42.956a1.035 1.035 0 0 0-1.464 0l-.224.224 1.463 1.463.224-.224a1.035 1.035 0 0 0 0-1.463ZM9.352 9.184v1.464h1.463l4.462-4.463-1.463-1.463-4.463 4.462Z"},"children":[]}],"metadata":""}]},"name":"create"};
|
|
11
|
-
|
|
12
|
-
export default Create;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated. Do not edit manually.
|
|
3
|
-
*
|
|
4
|
-
* @see import("../svg/cross-circle.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.mjs")
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import type {IconDefinition} from "../types";
|
|
9
|
-
|
|
10
|
-
const CrossCircle: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M13.092 6.908a.834.834 0 0 0-1.184 0L10 8.825 8.092 6.908a.837.837 0 1 0-1.184 1.184L8.825 10l-1.917 1.908a.834.834 0 0 0 .272 1.366.833.833 0 0 0 .912-.182L10 11.175l1.908 1.917a.834.834 0 0 0 1.366-.272.834.834 0 0 0-.182-.912L11.175 10l1.917-1.908a.833.833 0 0 0 0-1.184Zm2.8-2.8A8.334 8.334 0 1 0 4.108 15.892 8.334 8.334 0 1 0 15.892 4.108Zm-1.175 10.609A6.667 6.667 0 1 1 16.667 10a6.627 6.627 0 0 1-1.95 4.717Z"},"children":[]}],"metadata":""}]},"name":"cross-circle"};
|
|
11
|
-
|
|
12
|
-
export default CrossCircle;
|
package/src/icons/ast/csv.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated. Do not edit manually.
|
|
3
|
-
*
|
|
4
|
-
* @see import("../svg/csv.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.mjs")
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import type {IconDefinition} from "../types";
|
|
9
|
-
|
|
10
|
-
const Csv: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20},"children":[{"type":"element","tagName":"path","properties":{"d":"M11.742 1.5a.75.75 0 0 1 .53.219l4.504 4.497c.141.14.221.332.221.531v3.194L17 10c0 .02-.002.039-.003.058v3.883L17 14c0 .02-.002.039-.003.058v1.692a2.75 2.75 0 0 1-2.749 2.75H5.745a2.749 2.749 0 0 1-2.748-2.75V4.25c0-1.519 1.23-2.75 2.748-2.75h5.997ZM8.75 17h5.498c.69 0 1.25-.56 1.25-1.25v-1H8.75V17Zm-4.254-1.25c0 .69.56 1.25 1.25 1.25H7.25v-2.25H4.496v1Zm4.254-2.5h6.747v-2.5H8.75v2.5Zm-4.254 0H7.25v-2.5H4.496v2.5ZM5.746 3c-.69 0-1.25.56-1.25 1.25v5h11.001V7.497h-2.922a1.583 1.583 0 0 1-1.582-1.584V3H5.745Zm6.746 2.913a.084.084 0 0 0 .083.084h1.86l-1.943-1.94v1.856Z"},"children":[]}],"metadata":""}]},"name":"csv"};
|
|
11
|
-
|
|
12
|
-
export default Csv;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated. Do not edit manually.
|
|
3
|
-
*
|
|
4
|
-
* @see import("../svg/database-off.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.mjs")
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import type {IconDefinition} from "../types";
|
|
9
|
-
|
|
10
|
-
const DatabaseOff: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"m5.198 4.138 5.353 5.353c1.4-.048 2.66-.282 3.614-.742.353-.17.663-.37.924-.603.463-.414.911-1.097.911-1.745C16 3.97 13.314 3 10 3c-1.964 0-3.707.352-4.802 1.138Zm6.76 6.758 1.74 1.742c.176-.066.344-.137.503-.216.358-.176.672-.384.934-.627.263-.244.706-.72.79-1.082a3.081 3.081 0 0 0 .051-1.052 2.735 2.735 0 0 0-.075-.383 4.934 4.934 0 0 1-1.41.941c-.747.34-1.612.557-2.534.677Zm2.765 2.766 1.053 1.054c.146-.332.224-.703.224-1.117a2.763 2.763 0 0 0-.1-.766 4.78 4.78 0 0 1-1.177.83Zm2.162 2.162.895.896a.75.75 0 1 1-1.06 1.06L2.22 3.28a.75.75 0 0 1 1.06-1.06l.849.848a5.58 5.58 0 0 1 .95-.605C6.462 1.762 8.23 1.5 10 1.5c1.764 0 3.532.253 4.917.95 1.46.735 2.583 2.036 2.583 3.95v7.2c0 .865-.23 1.605-.615 2.224ZM2.5 6.4c0-.328.384-.456.616-.224L6.11 9.17c.534.535.085 1.353-.601 1.038a4.973 4.973 0 0 1-1.405-.939 2.676 2.676 0 0 0-.078.38 2.993 2.993 0 0 0 .048 1.053c.085.362.531.84.795 1.083.26.242.574.45.93.626 1.23.609 2.662.77 4.026.78a.744.744 0 0 1 .521.216l.076.076c.407.407.154 1.088-.422 1.088-1.64 0-3.235-.231-4.491-.808a4.978 4.978 0 0 1-1.405-.939A2.703 2.703 0 0 0 4 13.6c0 .454.096.857.274 1.213C5.038 16.341 7.312 17 10 17c1.093 0 2.117-.106 3-.334a.845.845 0 0 1 .812.207c.393.392.265 1.05-.27 1.2-1.097.306-2.32.427-3.542.427-1.77 0-3.538-.262-4.92-.963-1.453-.736-2.58-2.034-2.58-3.938V6.401Z"},"children":[]}],"metadata":""}]},"name":"database-off"};
|
|
11
|
-
|
|
12
|
-
export default DatabaseOff;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated. Do not edit manually.
|
|
3
|
-
*
|
|
4
|
-
* @see import("../svg/database-stroke.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.mjs")
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import type {IconDefinition} from "../types";
|
|
9
|
-
|
|
10
|
-
const DatabaseStroke: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M5.835 8.738c-.35-.17-.66-.37-.92-.603C4.454 7.725 4 7.045 4 6.401 4 4.002 6.686 3 10 3s6 .972 6 3.4c0 .65-.448 1.332-.91 1.746-.262.233-.572.433-.925.603-1.079.52-2.547.751-4.165.751-1.618 0-3.086-.239-4.165-.762ZM2.5 13.599c0 1.904 1.127 3.202 2.58 3.938 1.382.701 3.15.963 4.92.963 1.764 0 3.532-.253 4.917-.95 1.46-.735 2.583-2.036 2.583-3.95V6.4c0-1.914-1.122-3.215-2.583-3.95-1.385-.697-3.153-.95-4.917-.95-1.77 0-3.538.262-4.92.963C3.626 3.199 2.5 4.497 2.5 6.4v7.198Zm11.99.175c-1.258.573-2.852.797-4.49.797-1.64 0-3.235-.231-4.491-.808a4.978 4.978 0 0 1-1.405-.939A2.703 2.703 0 0 0 4 13.6c0 .454.096.857.274 1.213C5.038 16.341 7.312 17 10 17c2.687 0 4.961-.639 5.726-2.175.178-.359.274-.766.274-1.226a2.763 2.763 0 0 0-.1-.766 4.933 4.933 0 0 1-1.41.941Zm0-3.555c-1.258.573-2.852.797-4.49.797-1.64 0-3.235-.231-4.491-.808a4.973 4.973 0 0 1-1.405-.939 2.676 2.676 0 0 0-.078.38 2.993 2.993 0 0 0 .048 1.053c.085.362.531.84.795 1.083.26.242.574.45.93.626 1.082.536 2.565.78 4.201.78 1.636 0 3.119-.237 4.201-.769.358-.176.672-.384.934-.627.263-.244.706-.72.79-1.082a3.081 3.081 0 0 0 .051-1.052 2.735 2.735 0 0 0-.075-.383 4.934 4.934 0 0 1-1.41.941Z"},"children":[]}],"metadata":""}]},"name":"database-stroke"};
|
|
11
|
-
|
|
12
|
-
export default DatabaseStroke;
|
package/src/icons/ast/demo.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated. Do not edit manually.
|
|
3
|
-
*
|
|
4
|
-
* @see import("../svg/demo.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.mjs")
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import type {IconDefinition} from "../types";
|
|
9
|
-
|
|
10
|
-
const Demo: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"g","properties":{"fill":"none"},"children":[{"type":"element","tagName":"path","properties":{"d":"M15.814 17.468c-2.283 0-4.195-1.911-4.195-4.194 0-2.299 1.896-4.194 4.195-4.194 2.29 0 4.186 1.895 4.186 4.194s-1.895 4.194-4.186 4.194Zm0-4.057c.71 0 1.266-.589 1.266-1.395 0-.734-.556-1.347-1.266-1.347-.718 0-1.275.613-1.275 1.347 0 .806.557 1.395 1.275 1.395Zm-.008 2.928c1.177 0 2.08-.621 2.307-1.161v-.033c-.259-.508-1.13-1.056-2.3-1.056-1.177 0-2.048.556-2.306 1.056v.033c.234.54 1.13 1.161 2.299 1.161Z","fill":"#51B69D"},"children":[]},{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M3.392 16H10.5a3.98 3.98 0 0 1-.748-1.566H3.526c-.614 0-.953-.318-.953-.967V4.533c0-.65.339-.96.953-.96h9.449c.62 0 .952.31.952.96v2.074c.26-.05.522-.078.79-.078s.53.028.783.078V4.37c0-1.552-.825-2.37-2.392-2.37H3.393C1.832 2 1 2.825 1 4.37v9.26C1 15.175 1.832 16 3.392 16Zm1.887-7.643h1.737c.346 0 .562-.207.562-.553V6.102c0-.355-.216-.562-.562-.562H5.28c-.363 0-.579.207-.579.562v1.702c0 .346.225.553.579.553Zm6.037 0H9.58C9.225 8.357 9 8.15 9 7.804V6.102c0-.355.216-.562.58-.562h1.736c.346 0 .562.207.562.562v1.702c0 .346-.216.553-.562.553Zm-6.037 4.13h1.737c.346 0 .562-.207.562-.553V10.23c0-.354-.216-.561-.562-.561H5.28c-.363 0-.579.207-.579.561v1.703c0 .346.225.553.579.553Z","fill":"#8698A7"},"children":[]}]}],"metadata":""}]},"name":"demo"};
|
|
11
|
-
|
|
12
|
-
export default Demo;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated. Do not edit manually.
|
|
3
|
-
*
|
|
4
|
-
* @see import("../svg/dependency.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.mjs")
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import type {IconDefinition} from "../types";
|
|
9
|
-
|
|
10
|
-
const Dependency: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M9 3.75A.75.75 0 0 1 9.75 3h7.5a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-.75.75h-7.5A.75.75 0 0 1 9 5.25v-1.5Zm-7 11a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-.75.75h-7.5a.75.75 0 0 1-.75-.75v-1.5ZM14.75 8V7h-1.5v1c0 .69-.56 1.25-1.25 1.25H8A2.75 2.75 0 0 0 5.25 12v1h1.5v-1c0-.69.56-1.25 1.25-1.25h4A2.75 2.75 0 0 0 14.75 8Z"},"children":[]}],"metadata":""}]},"name":"dependency"};
|
|
11
|
-
|
|
12
|
-
export default Dependency;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated. Do not edit manually.
|
|
3
|
-
*
|
|
4
|
-
* @see import("../svg/dividers.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.mjs")
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import type {IconDefinition} from "../types";
|
|
9
|
-
|
|
10
|
-
const Dividers: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20},"children":[{"type":"element","tagName":"path","properties":{"d":"M5 16.027 5.221 18l1.435-1.369L9.11 9.876a3.465 3.465 0 0 1-1.568-.872L5 16.027Zm7.45-7.023a3.51 3.51 0 0 1-1.569.872l2.454 6.755L14.77 18l.23-1.973-2.55-7.023Zm.15-2.026a2.665 2.665 0 0 0-1.719-3.04v-1.05A.89.89 0 0 0 9.996 2a.89.89 0 0 0-.886.889v1.049a2.675 2.675 0 0 0-1.772 2.506 2.661 2.661 0 0 0 3.154 2.623 2.674 2.674 0 0 0 2.108-2.09Zm-2.604.355a.89.89 0 0 1 0-1.777.89.89 0 0 1 0 1.777Z"},"children":[]}],"metadata":""}]},"name":"dividers"};
|
|
11
|
-
|
|
12
|
-
export default Dividers;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated. Do not edit manually.
|
|
3
|
-
*
|
|
4
|
-
* @see import("../svg/document.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.mjs")
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import type {IconDefinition} from "../types";
|
|
9
|
-
|
|
10
|
-
const Document: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M5.745 3c-.69 0-1.25.56-1.25 1.25v11.5c0 .69.56 1.25 1.25 1.25h8.503c.69 0 1.25-.56 1.25-1.25V7.497h-2.923a1.582 1.582 0 0 1-1.582-1.584V3H5.745Zm6.747 1.058 1.942 1.939h-1.859a.083.083 0 0 1-.083-.084V4.058Zm-9.495.192A2.75 2.75 0 0 1 5.745 1.5h5.997a.75.75 0 0 1 .53.22l4.504 4.496a.75.75 0 0 1 .22.53v9.004a2.75 2.75 0 0 1-2.748 2.75H5.745a2.75 2.75 0 0 1-2.748-2.75V4.25Zm3.002 6a.75.75 0 0 1 .75-.75h6.496a.75.75 0 0 1 0 1.5H6.748a.75.75 0 0 1-.75-.75Zm0 3a.75.75 0 0 1 .75-.75h4.497a.75.75 0 0 1 0 1.5H6.748a.75.75 0 0 1-.75-.75Z"},"children":[]}],"metadata":""}]},"name":"document"};
|
|
11
|
-
|
|
12
|
-
export default Document;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated. Do not edit manually.
|
|
3
|
-
*
|
|
4
|
-
* @see import("../svg/double-arrow-left.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.mjs")
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import type {IconDefinition} from "../types";
|
|
9
|
-
|
|
10
|
-
const DoubleArrowLeft: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M10.646 16.854a.5.5 0 1 0 .708-.708l-.708.708ZM4.5 10l-.354-.354a.5.5 0 0 0 0 .708L4.5 10Zm6.854-6.146a.5.5 0 0 0-.708-.708l.708.708Zm0 12.292-6.5-6.5-.708.708 6.5 6.5.708-.708Zm-6.5-5.792 6.5-6.5-.708-.708-6.5 6.5.708.708ZM14.646 16.854a.5.5 0 1 0 .708-.708l-.708.708ZM8.5 10l-.354-.354a.5.5 0 0 0 0 .708L8.5 10Zm6.854-6.146a.5.5 0 0 0-.708-.708l.708.708Zm0 12.292-6.5-6.5-.708.708 6.5 6.5.708-.708Zm-6.5-5.792 6.5-6.5-.708-.708-6.5 6.5.708.708Z"},"children":[]}],"metadata":""}]},"name":"double-arrow-left"};
|
|
11
|
-
|
|
12
|
-
export default DoubleArrowLeft;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated. Do not edit manually.
|
|
3
|
-
*
|
|
4
|
-
* @see import("../svg/double-arrow-right.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.mjs")
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import type {IconDefinition} from "../types";
|
|
9
|
-
|
|
10
|
-
const DoubleArrowRight: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M5.854 3.146a.5.5 0 1 0-.708.708l.708-.708ZM12 10l.354.354a.5.5 0 0 0 0-.708L12 10Zm-6.854 6.146a.5.5 0 0 0 .708.708l-.708-.708Zm0-12.292 6.5 6.5.708-.708-6.5-6.5-.708.708Zm6.5 5.792-6.5 6.5.708.708 6.5-6.5-.708-.708ZM9.854 3.146a.5.5 0 1 0-.708.708l.708-.708ZM16 10l.354.354a.5.5 0 0 0 0-.708L16 10Zm-6.854 6.146a.5.5 0 0 0 .708.708l-.708-.708Zm0-12.292 6.5 6.5.708-.708-6.5-6.5-.708.708Zm6.5 5.792-6.5 6.5.708.708 6.5-6.5-.708-.708Z"},"children":[]}],"metadata":""}]},"name":"double-arrow-right"};
|
|
11
|
-
|
|
12
|
-
export default DoubleArrowRight;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated. Do not edit manually.
|
|
3
|
-
*
|
|
4
|
-
* @see import("../svg/double-line.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.mjs")
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import type {IconDefinition} from "../types";
|
|
9
|
-
|
|
10
|
-
const DoubleLine: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M1.5 7.5a.75.75 0 0 1 .75-.75h15.5a.75.75 0 0 1 0 1.5H2.25a.75.75 0 0 1-.75-.75Zm0 5a.75.75 0 0 1 .75-.75h15.5a.75.75 0 0 1 0 1.5H2.25a.75.75 0 0 1-.75-.75Z"},"children":[]}],"metadata":""}]},"name":"double-line"};
|
|
11
|
-
|
|
12
|
-
export default DoubleLine;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated. Do not edit manually.
|
|
3
|
-
*
|
|
4
|
-
* @see import("../svg/drag-block-handle-single.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.mjs")
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import type {IconDefinition} from "../types";
|
|
9
|
-
|
|
10
|
-
const DragBlockHandleSingle: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 2 10"},"children":[{"type":"element","tagName":"circle","properties":{"r":1,"cx":1,"cy":1},"children":[]},{"type":"element","tagName":"circle","properties":{"r":1,"cx":1,"cy":5},"children":[]},{"type":"element","tagName":"circle","properties":{"r":1,"cx":1,"cy":9},"children":[]}],"metadata":""}]},"name":"drag-block-handle-single"};
|
|
11
|
-
|
|
12
|
-
export default DragBlockHandleSingle;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated. Do not edit manually.
|
|
3
|
-
*
|
|
4
|
-
* @see import("../svg/edit-value.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.mjs")
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import type {IconDefinition} from "../types";
|
|
9
|
-
|
|
10
|
-
const EditValue: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20,"fill":"none"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M3.5 6.25a.75.75 0 0 1 .75-.75h11.5a.75.75 0 0 1 .75.75v2a.75.75 0 0 0 1.5 0v-2A2.25 2.25 0 0 0 15.75 4H4.25A2.25 2.25 0 0 0 2 6.25v5.5A2.25 2.25 0 0 0 4.25 14H12a.75.75 0 0 0 0-1.5H4.25a.75.75 0 0 1-.75-.75v-5.5Zm2.25 2a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5h-2.5Zm9 2a.75.75 0 0 0 0 1.5h1v4.5h-1a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5h-1v-4.5h1a.75.75 0 0 0 0-1.5h-3.5Z","fill":"currentColor"},"children":[]}],"metadata":""}]},"name":"edit-value"};
|
|
11
|
-
|
|
12
|
-
export default EditValue;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated. Do not edit manually.
|
|
3
|
-
*
|
|
4
|
-
* @see import("../svg/extension/assignments.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.mjs")
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import type {IconDefinition} from "../types";
|
|
9
|
-
|
|
10
|
-
const ExtensionAssignments: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M10.37 11.149C9.323 10.672 8.104 10.5 7 10.5s-2.323.172-3.37.649c-1.06.483-1.983 1.302-2.351 2.587-.161.562-.152 1.244-.12 1.725.06.924.847 1.539 1.684 1.539h8.314c.837 0 1.625-.615 1.685-1.539.031-.48.04-1.163-.121-1.725-.368-1.285-1.29-2.104-2.351-2.587Zm.909 3c-.216-.755-.756-1.282-1.531-1.635C8.959 12.154 7.97 12 7 12c-.97 0-1.96.155-2.748.514-.775.353-1.315.88-1.531 1.635-.085.298-.096.761-.066 1.215a.12.12 0 0 0 .044.086c.03.027.08.05.144.05h8.314a.218.218 0 0 0 .144-.05.12.12 0 0 0 .044-.086c.03-.454.02-.917-.066-1.215ZM10.25 6.25a3.25 3.25 0 1 0-6.5 0 3.25 3.25 0 0 0 6.5 0Zm-1.5 0a1.75 1.75 0 1 0-3.5 0 1.75 1.75 0 0 0 3.5 0ZM13.818 5a2.75 2.75 0 1 1 0 5.5 2.75 2.75 0 0 1 0-5.5Zm0 1.5a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M14.008 12.015a.75.75 0 0 0 .655.834c1.371.165 2.36.711 2.634 1.67.065.227.075.595.051.971a.07.07 0 0 1-.038.01h-2.06a.75.75 0 0 0 0 1.5h2.06c.759 0 1.48-.558 1.535-1.405.026-.406.035-.997-.106-1.49-.534-1.863-2.356-2.56-3.897-2.745a.75.75 0 0 0-.834.655Z"},"children":[]}],"metadata":""}]},"name":"extension-assignments"};
|
|
11
|
-
|
|
12
|
-
export default ExtensionAssignments;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated. Do not edit manually.
|
|
3
|
-
*
|
|
4
|
-
* @see import("../svg/extension/avatar.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.mjs")
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import type {IconDefinition} from "../types";
|
|
9
|
-
|
|
10
|
-
const ExtensionAvatar: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"g","properties":{"fillRule":"evenodd","clipRule":"evenodd"},"children":[{"type":"element","tagName":"path","properties":{"d":"M6.904 8.585a3.071 3.071 0 1 1 6.143 0 3.071 3.071 0 0 1-6.143 0Zm3.072-1.57a1.571 1.571 0 1 0 0 3.141 1.571 1.571 0 0 0 0-3.142Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M5.555 3.348a8 8 0 1 1 8.89 13.304 8 8 0 0 1-8.89-13.304Zm.89 11.973a6.4 6.4 0 0 0 7.338-.159 1.571 1.571 0 0 0-1.486-1.06H7.654a1.571 1.571 0 0 0-1.475 1.032c.086.064.175.127.265.187Zm-1.4-1.27A6.402 6.402 0 0 1 8.752 3.724a6.4 6.4 0 0 1 6.175 10.363 3.07 3.07 0 0 0-2.63-1.484H7.655a3.07 3.07 0 0 0-2.608 1.45Z"},"children":[]}]}],"metadata":""}]},"name":"extension-avatar"};
|
|
11
|
-
|
|
12
|
-
export default ExtensionAvatar;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated. Do not edit manually.
|
|
3
|
-
*
|
|
4
|
-
* @see import("../svg/extension/comments.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.mjs")
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import type {IconDefinition} from "../types";
|
|
9
|
-
|
|
10
|
-
const ExtensionComments: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M5.25 7A.75.75 0 0 1 6 6.25h7.5a.75.75 0 0 1 0 1.5H6A.75.75 0 0 1 5.25 7ZM6 9.25a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5H6Z"},"children":[]},{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M2 5a2.75 2.75 0 0 1 2.75-2.75h10.8A2.95 2.95 0 0 1 18.5 5.2v7.71a2.75 2.75 0 0 1-2.75 2.75h-.87v1.84a.75.75 0 0 1-1.131.646l-4.22-2.485H4.75A2.75 2.75 0 0 1 2 12.91V5Zm2.75-1.25c-.69 0-1.25.56-1.25 1.25v7.91c0 .691.56 1.25 1.25 1.25h4.983a.75.75 0 0 1 .38.104l3.266 1.924V14.91a.75.75 0 0 1 .75-.75h1.621c.69 0 1.25-.56 1.25-1.25V5.2c0-.8-.65-1.45-1.45-1.45H4.75Z"},"children":[]}],"metadata":""}]},"name":"extension-comments"};
|
|
11
|
-
|
|
12
|
-
export default ExtensionComments;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated. Do not edit manually.
|
|
3
|
-
*
|
|
4
|
-
* @see import("../svg/extension/files.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.mjs")
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import type {IconDefinition} from "../types";
|
|
9
|
-
|
|
10
|
-
const ExtensionFiles: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M15.03 6.032c0-.695-.294-1.362-.817-1.854a2.886 2.886 0 0 0-1.974-.767c-.647 0-1.271.212-1.768.594l-.205.173-5.427 5.097c-.855.803-1.336 1.893-1.336 3.03 0 1.136.48 2.225 1.336 3.029a4.718 4.718 0 0 0 3.226 1.255l.226-.006a4.705 4.705 0 0 0 3-1.25l5.426-5.096a.786.786 0 0 1 1.063 0 .676.676 0 0 1 0 .998l-5.426 5.096c-1.067 1.002-2.49 1.592-3.988 1.662l-.3.007c-1.61 0-3.152-.6-4.29-1.669C2.64 15.263 2 13.815 2 12.304c0-1.51.64-2.959 1.777-4.027l5.426-5.096.155-.138A4.454 4.454 0 0 1 12.239 2a4.44 4.44 0 0 1 3.036 1.18 3.913 3.913 0 0 1 1.258 2.852l-.005.2a3.923 3.923 0 0 1-1.253 2.65L9.85 13.98a2.595 2.595 0 0 1-1.535.683l-.249.011c-.669 0-1.31-.25-1.783-.694a2.299 2.299 0 0 1-.74-1.675c0-.628.267-1.23.74-1.675l5.426-5.096a.787.787 0 0 1 1.062 0 .676.676 0 0 1 0 .998l-5.426 5.096a.93.93 0 0 0-.3.677.93.93 0 0 0 .3.678c.191.179.45.28.721.28l.101-.005a1.05 1.05 0 0 0 .62-.275l5.427-5.097c.458-.43.74-.994.804-1.594l.014-.26Z"},"children":[]}],"metadata":""}]},"name":"extension-files"};
|
|
11
|
-
|
|
12
|
-
export default ExtensionFiles;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated. Do not edit manually.
|
|
3
|
-
*
|
|
4
|
-
* @see import("../svg/extension/references.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.mjs")
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import type {IconDefinition} from "../types";
|
|
9
|
-
|
|
10
|
-
const ExtensionReferences: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M3 3.25c0-.414.332-.75.742-.75H17.01c.41 0 .742.336.742.75S17.42 4 17.01 4H3.741A.746.746 0 0 1 3 3.25Zm0 13c0-.414.332-.75.742-.75h13.516c.41 0 .742.336.742.75s-.332.75-.742.75H3.742A.746.746 0 0 1 3 16.25Zm.742-9.5A.746.746 0 0 0 3 7.5c0 .414.332.75.742.75H7.12c.41 0 .742-.336.742-.75a.746.746 0 0 0-.742-.75H3.74Zm-.742 5c0-.414.332-.75.742-.75H7.12c.41 0 .742.336.742.75s-.332.75-.742.75H3.74A.746.746 0 0 1 3 11.75Zm8.869-4.316h2.49c.949 0 1.786.297 2.387.851.603.556.954 1.355.954 2.327 0 .967-.354 1.768-.957 2.327-.602.558-1.439.861-2.385.861h-1.114a.785.785 0 0 1-.518-.174.663.663 0 0 1-.224-.519c0-.212.078-.393.217-.52a.742.742 0 0 1 .505-.183h1.134c.575 0 1.053-.182 1.385-.496.33-.313.533-.771.533-1.357 0-.56-.204-.987-.535-1.275-.334-.291-.813-.456-1.383-.456h-2.496l-.293-.01 1.059 1.022a.695.695 0 0 1 .214.508.698.698 0 0 1-.692.713.698.698 0 0 1-.513-.21l-.002-.001L9.548 8.7a.795.795 0 0 1 0-1.157l2.085-2.12a.65.65 0 0 1 .507-.223.7.7 0 0 1 .702.713.69.69 0 0 1-.224.508l-.948.93-.117.093.316-.01Z"},"children":[]}],"metadata":""}]},"name":"extension-references"};
|
|
11
|
-
|
|
12
|
-
export default ExtensionReferences;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated. Do not edit manually.
|
|
3
|
-
*
|
|
4
|
-
* @see import("../svg/extension/workflow.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.mjs")
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import type {IconDefinition} from "../types";
|
|
9
|
-
|
|
10
|
-
const ExtensionWorkflow: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M3.688 11.438a.689.689 0 0 0 .697-.704V8.012c0-1.19.807-1.941 2.065-1.941h5.284v1.572c0 .328.198.52.526.52a.66.66 0 0 0 .404-.144l2.68-2.235c.252-.212.259-.547 0-.766l-2.68-2.235a.62.62 0 0 0-.404-.144c-.328 0-.526.185-.526.52v1.53H6.552c-2.174 0-3.568 1.21-3.568 3.186v2.859c0 .396.308.704.704.704Zm12.624-2.906a.689.689 0 0 0-.697.704v2.745c0 1.19-.807 1.941-2.065 1.941H8.266V12.35c0-.328-.198-.52-.526-.52a.66.66 0 0 0-.404.144l-2.68 2.242c-.259.212-.259.547 0 .76l2.68 2.241a.66.66 0 0 0 .404.144c.328 0 .526-.192.526-.52v-1.545h5.182c2.174 0 3.568-1.21 3.568-3.178V9.236a.695.695 0 0 0-.704-.704Z"},"children":[]}],"metadata":""}]},"name":"extension-workflow"};
|
|
11
|
-
|
|
12
|
-
export default ExtensionWorkflow;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated. Do not edit manually.
|
|
3
|
-
*
|
|
4
|
-
* @see import("../svg/favorites-checked.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.mjs")
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import type {IconDefinition} from "../types";
|
|
9
|
-
|
|
10
|
-
const FavoritesChecked: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M9.469 1.625a1.195 1.195 0 0 1 1.062 0c.289.143.444.397.524.541.086.155.175.355.268.562l1.643 3.686 4.013.424c.226.023.444.046.617.08.162.033.451.101.677.332.262.267.383.64.329 1.01-.048.32-.242.545-.354.666-.12.13-.283.276-.452.428L14.8 12.056l.837 3.947c.047.223.093.437.114.612.02.164.044.46-.106.747-.173.33-.49.562-.86.624-.317.054-.592-.06-.742-.13-.16-.075-.35-.184-.547-.298L10 15.542l-3.496 2.016c-.197.114-.386.224-.547.298-.15.07-.424.184-.742.13a1.195 1.195 0 0 1-.86-.624c-.15-.286-.125-.583-.105-.747.02-.175.066-.39.114-.612l.837-3.947-2.998-2.702c-.169-.152-.331-.299-.452-.428-.112-.121-.306-.347-.353-.666-.054-.37.067-.743.328-1.01.226-.23.516-.3.678-.331a7.506 7.506 0 0 1 .646-.084l3.984-.42 1.63-3.66.013-.027c.092-.207.181-.407.268-.562.08-.144.235-.398.524-.541Z"},"children":[]}],"metadata":""}]},"name":"favorites-checked"};
|
|
11
|
-
|
|
12
|
-
export default FavoritesChecked;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated. Do not edit manually.
|
|
3
|
-
*
|
|
4
|
-
* @see import("../svg/fibery-desktop-app.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.mjs")
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import type {IconDefinition} from "../types";
|
|
9
|
-
|
|
10
|
-
const FiberyDesktopApp: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20,"fill":"none"},"children":[{"type":"element","tagName":"g","properties":{"clipPath":"url(#FiberyDesktopApp__a)"},"children":[{"type":"element","tagName":"path","properties":{"d":"M15 0H5a5 5 0 0 0-5 5v10a5 5 0 0 0 5 5h10a5 5 0 0 0 5-5V5a5 5 0 0 0-5-5Z","fill":"#000"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M6.368 14.804c-.272 0-.538-.076-.771-.218a1.509 1.509 0 0 1-.55-.589 1.53 1.53 0 0 1 .084-1.558l5.563-8.257a1.486 1.486 0 0 1 2.046-.348 1.53 1.53 0 0 1 .432 2.052l-5.563 8.257a1.503 1.503 0 0 1-1.241.661Z","fill":"url(#FiberyDesktopApp__b)","fillOpacity":0.5},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m9.37 5.121-.72-.784a1.491 1.491 0 0 0-2.12-.081 1.527 1.527 0 0 0-.08 2.145l.373.407 1.486-.112L9.37 5.12Z","fill":"url(#FiberyDesktopApp__c)","fillOpacity":0.5},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m13.177 6.906 1.634-.124a1.483 1.483 0 0 1 .506.048c.384.104.712.358.91.707.2.348.253.762.15 1.15-.102.389-.354.72-.698.921l-7.123 4.156 4.62-6.858Z","fill":"url(#FiberyDesktopApp__d)","fillOpacity":0.5},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M10.461 16.429a1.49 1.49 0 0 1-.892-.296 1.517 1.517 0 0 1-.544-.774l-.31-1.02 1.632-.953 1.392.553.16.526c.118.385.079.8-.107 1.156a1.505 1.505 0 0 1-1.33.808Z","fill":"url(#FiberyDesktopApp__e)","fillOpacity":0.5},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m14.307 11.076-3.327 1.941 2.74 1.089c.175.068.36.102.548.1v-.001c.35 0 .687-.124.956-.349a1.532 1.532 0 0 0 .356-1.9 1.505 1.505 0 0 0-.764-.678l-.509-.202Z","fill":"url(#FiberyDesktopApp__f)","fillOpacity":0.5},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m7.898 7.306-2.16 3.205-.552.042a1.49 1.49 0 0 1-1.155-.42 1.527 1.527 0 0 1-.077-2.104c.26-.292.62-.472 1.008-.5l2.936-.223Z","fill":"url(#FiberyDesktopApp__g)","fillOpacity":0.5},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M6.368 14.804c-.272 0-.538-.076-.771-.218a1.509 1.509 0 0 1-.55-.589 1.53 1.53 0 0 1 .084-1.558l5.563-8.257a1.486 1.486 0 0 1 2.046-.348 1.53 1.53 0 0 1 .432 2.052l-5.563 8.257a1.503 1.503 0 0 1-1.241.661Z","fill":"url(#FiberyDesktopApp__h)"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M6.368 14.804c-.272 0-.538-.076-.771-.218a1.509 1.509 0 0 1-.55-.589 1.53 1.53 0 0 1 .084-1.558l5.563-8.257a1.486 1.486 0 0 1 2.046-.348 1.53 1.53 0 0 1 .432 2.052l-5.563 8.257a1.503 1.503 0 0 1-1.241.661Z","fill":"url(#FiberyDesktopApp__i)","fillOpacity":0.1},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m13.177 6.906 1.634-.124a1.483 1.483 0 0 1 .506.048c.384.104.712.358.91.707.2.348.253.762.15 1.15-.102.389-.354.72-.698.921l-7.123 4.156 4.62-6.858Z","fill":"url(#FiberyDesktopApp__j)"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m13.177 6.906 1.634-.124a1.483 1.483 0 0 1 .506.048c.384.104.712.358.91.707.2.348.253.762.15 1.15-.102.389-.354.72-.698.921l-7.123 4.156 4.62-6.858Z","fill":"url(#FiberyDesktopApp__k)","fillOpacity":0.1},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M10.461 16.429a1.49 1.49 0 0 1-.892-.296 1.517 1.517 0 0 1-.544-.774l-.31-1.02 1.632-.953 1.392.553.16.526c.118.385.079.8-.107 1.156a1.505 1.505 0 0 1-1.33.808Z","fill":"url(#FiberyDesktopApp__l)"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M10.461 16.429a1.49 1.49 0 0 1-.892-.296 1.517 1.517 0 0 1-.544-.774l-.31-1.02 1.632-.953 1.392.553.16.526c.118.385.079.8-.107 1.156a1.505 1.505 0 0 1-1.33.808Z","fill":"url(#FiberyDesktopApp__m)","fillOpacity":0.1},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m14.307 11.076-3.327 1.941 2.74 1.089c.175.068.36.102.548.1.35 0 .687-.125.956-.35a1.532 1.532 0 0 0 .356-1.9 1.505 1.505 0 0 0-.764-.678l-.509-.202Z","fill":"url(#FiberyDesktopApp__n)"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m14.307 11.076-3.327 1.941 2.74 1.089c.175.068.36.102.548.1.35 0 .687-.125.956-.35a1.532 1.532 0 0 0 .356-1.9 1.505 1.505 0 0 0-.764-.678l-.509-.202Z","fill":"url(#FiberyDesktopApp__o)","fillOpacity":0.1},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m7.898 7.306-2.16 3.205-.552.042a1.49 1.49 0 0 1-1.155-.42 1.527 1.527 0 0 1-.077-2.104c.26-.292.62-.472 1.008-.5l2.936-.223Z","fill":"url(#FiberyDesktopApp__p)"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m7.898 7.306-2.16 3.205-.552.042a1.49 1.49 0 0 1-1.155-.42 1.527 1.527 0 0 1-.077-2.104c.26-.292.62-.472 1.008-.5l2.936-.223Z","fill":"url(#FiberyDesktopApp__q)","fillOpacity":0.1},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m8.65 4.337.72.784L8.273 6.75l-1.405.11-.42-.459a1.527 1.527 0 0 1 .08-2.144 1.491 1.491 0 0 1 2.122.08Z","fill":"url(#FiberyDesktopApp__r)"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m8.65 4.337.72.784L8.273 6.75l-1.405.11-.42-.459a1.527 1.527 0 0 1 .08-2.144 1.491 1.491 0 0 1 2.122.08Z","fill":"url(#FiberyDesktopApp__s)","fillOpacity":0.1},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m6.528 6.328.338.37 1.383-.106.985-1.46-.663-.723-.1-.097a1.384 1.384 0 0 0-1.869.022l-.097.1a1.42 1.42 0 0 0-.348.881l.001.14c.017.278.114.544.28.766l.09.107Zm0 0-.08.072.025-.023.055-.05Zm5.123 7.692.146.476c.095.313.08.649-.042.95l-.058.126a1.4 1.4 0 0 1-.691.64l-.13.047c-.1.031-.204.051-.309.059l-.105.003c-.26 0-.516-.072-.737-.21l-.092-.064a1.41 1.41 0 0 1-.506-.719l-.286-.94 1.514-.883 1.296.514Zm.015-10.321c.31-.053.626.001.899.152l.114.071c.26.18.452.44.546.741l.034.131c.075.356.01.727-.178 1.036l-5.56 8.253a1.399 1.399 0 0 1-.356.363l-.145.089a1.38 1.38 0 0 1-.652.162l-.094-.003a1.401 1.401 0 0 1-1.131-.746 1.421 1.421 0 0 1-.162-.64l.002-.096c.012-.223.076-.44.187-.632l.05-.081 5.56-8.253c.188-.255.455-.437.755-.519l.13-.028Zm3.11 7.678c.302.12.553.343.71.63.137.251.194.539.166.822l-.017.122c-.053.282-.19.54-.39.74l-.09.083c-.25.209-.563.323-.887.324h-.033a1.363 1.363 0 0 1-.476-.092l-2.535-1.008 3.092-1.804.46.183Zm.274-4.486h.001c.04.004.08.01.12.016l.118.027c.312.084.584.276.77.539l.076.117c.162.283.22.613.168.933l-.03.137a1.409 1.409 0 0 1-.533.78l-.116.075-6.718 3.92 4.33-6.427 1.583-.119c.039-.003.078-.004.116-.004l.115.006Zm-9.372 3.517-.5.039a1.384 1.384 0 0 1-.97-.3l-.102-.09a1.417 1.417 0 0 1-.156-1.85l.085-.107c.21-.237.493-.394.801-.448l.134-.016 2.714-.207-2.006 2.98Z","stroke":"#fff","strokeOpacity":0.1,"strokeWidth":0.3},"children":[]}]},{"type":"element","tagName":"defs","properties":{},"children":[{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__b","x1":10,"y1":3.572,"x2":10,"y2":16.429,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopColor":"#7FE8D4"},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1,"stopColor":"#00D2AB"},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__c","x1":10,"y1":3.572,"x2":10,"y2":16.429,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopColor":"#7FE8D4"},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1,"stopColor":"#00D2AB"},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__d","x1":10,"y1":3.572,"x2":10,"y2":16.429,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopColor":"#7FE8D4"},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1,"stopColor":"#00D2AB"},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__e","x1":10,"y1":3.571,"x2":10,"y2":16.429,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopColor":"#7FE8D4"},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1,"stopColor":"#00D2AB"},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__f","x1":10,"y1":3.572,"x2":10,"y2":16.429,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopColor":"#7FE8D4"},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1,"stopColor":"#00D2AB"},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__g","x1":10,"y1":3.572,"x2":10,"y2":16.429,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopColor":"#7FE8D4"},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1,"stopColor":"#00D2AB"},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__h","x1":10,"y1":3.572,"x2":10,"y2":16.429,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopColor":"#7FE8D4"},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1,"stopColor":"#20AE9F"},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__i","x1":12.886,"y1":3.572,"x2":5.398,"y2":14.566,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopOpacity":0},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__j","x1":10,"y1":3.572,"x2":10,"y2":16.429,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopColor":"#7FE8D4"},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1,"stopColor":"#20AE9F"},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__k","x1":12.886,"y1":3.572,"x2":5.398,"y2":14.566,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopOpacity":0},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__l","x1":10,"y1":3.571,"x2":10,"y2":16.429,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopColor":"#7FE8D4"},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1,"stopColor":"#20AE9F"},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__m","x1":12.886,"y1":3.571,"x2":5.398,"y2":14.566,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopOpacity":0},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__n","x1":10,"y1":3.572,"x2":10,"y2":16.429,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopColor":"#7FE8D4"},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1,"stopColor":"#20AE9F"},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__o","x1":12.886,"y1":3.572,"x2":5.398,"y2":14.566,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopOpacity":0},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__p","x1":10,"y1":3.572,"x2":10,"y2":16.429,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopColor":"#7FE8D4"},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1,"stopColor":"#20AE9F"},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__q","x1":12.886,"y1":3.572,"x2":5.398,"y2":14.566,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopOpacity":0},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__r","x1":10,"y1":3.572,"x2":10,"y2":16.429,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopColor":"#7FE8D4"},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1,"stopColor":"#20AE9F"},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__s","x1":12.886,"y1":3.572,"x2":5.398,"y2":14.566,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopOpacity":0},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1},"children":[]}]},{"type":"element","tagName":"clipPath","properties":{"id":"FiberyDesktopApp__a"},"children":[{"type":"element","tagName":"path","properties":{"fill":"#fff","d":"M0 0h20v20H0z"},"children":[]}]}]}],"metadata":""}]},"name":"fibery-desktop-app"};
|
|
11
|
-
|
|
12
|
-
export default FiberyDesktopApp;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated. Do not edit manually.
|
|
3
|
-
*
|
|
4
|
-
* @see import("../svg/field-unit.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.mjs")
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import type {IconDefinition} from "../types";
|
|
9
|
-
|
|
10
|
-
const FieldUnit: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M4.25 14A2.25 2.25 0 0 1 2 11.75v-3.5A2.25 2.25 0 0 1 4.25 6h11.5A2.25 2.25 0 0 1 18 8.25v3.5A2.25 2.25 0 0 1 15.75 14H4.25Zm0-1.5a.75.75 0 0 1-.75-.75v-3.5a.75.75 0 0 1 .75-.75h11.5a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-.75.75H4.25ZM9.5 10a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 0 1.5h-3.5A.75.75 0 0 1 9.5 10ZM6.583 8.417a1.583 1.583 0 1 0 0 3.166 1.583 1.583 0 0 0 0-3.166Z"},"children":[]}],"metadata":""}]},"name":"field-unit"};
|
|
11
|
-
|
|
12
|
-
export default FieldUnit;
|
package/src/icons/ast/figma.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated. Do not edit manually.
|
|
3
|
-
*
|
|
4
|
-
* @see import("../svg/figma.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.mjs")
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import type {IconDefinition} from "../types";
|
|
9
|
-
|
|
10
|
-
const Figma: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20,"fill":"none"},"children":[{"type":"element","tagName":"path","properties":{"d":"M10 10a3 3 0 1 1 6 0 3 3 0 0 1-6 0Z","fill":"#1ABCFE"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M4 16a3 3 0 0 1 3-3h3v3a3 3 0 1 1-6 0Z","fill":"#0ACF83"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M10 1v6h3a3 3 0 1 0 0-6h-3Z","fill":"#FF7262"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M4 4a3 3 0 0 0 3 3h3V1H7a3 3 0 0 0-3 3Z","fill":"#F24E1E"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M4 10a3 3 0 0 0 3 3h3V7H7a3 3 0 0 0-3 3Z","fill":"#A259FF"},"children":[]}],"metadata":""}]},"name":"figma"};
|
|
11
|
-
|
|
12
|
-
export default Figma;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated. Do not edit manually.
|
|
3
|
-
*
|
|
4
|
-
* @see import("../svg/file-broken.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.mjs")
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import type {IconDefinition} from "../types";
|
|
9
|
-
|
|
10
|
-
const FileBroken: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M11.742 1.5a.75.75 0 0 1 .53.219l4.504 4.497c.141.14.221.332.221.531v9.003a2.75 2.75 0 0 1-2.749 2.75H5.745a2.749 2.749 0 0 1-2.748-2.75V4.25c0-1.519 1.23-2.75 2.748-2.75h5.997ZM5.745 3c-.69 0-1.249.56-1.249 1.25v11.5c0 .69.56 1.25 1.25 1.25h8.502c.69 0 1.25-.56 1.25-1.25V7.497h-2.923a1.583 1.583 0 0 1-1.582-1.584V3H5.745Zm5.975 6.22a.75.75 0 1 1 1.06 1.06L11.06 12l1.72 1.72a.75.75 0 1 1-1.06 1.06L10 13.06l-1.72 1.72a.75.75 0 1 1-1.06-1.06L8.94 12l-1.72-1.72a.75.75 0 1 1 1.06-1.06L10 10.94l1.72-1.72Zm.772-3.307a.084.084 0 0 0 .083.084h1.86l-1.943-1.94v1.856Z"},"children":[]}],"metadata":""}]},"name":"file-broken"};
|
|
11
|
-
|
|
12
|
-
export default FileBroken;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated. Do not edit manually.
|
|
3
|
-
*
|
|
4
|
-
* @see import("../svg/fullscreen-mode-off-icon.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.mjs")
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import type {IconDefinition} from "../types";
|
|
9
|
-
|
|
10
|
-
const FullscreenModeOffIcon: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M1.97 1.97a.75.75 0 0 1 1.06 0l3.72 3.72V4.166a.75.75 0 1 1 1.5 0V7.5a.75.75 0 0 1-.75.75H4.167a.75.75 0 1 1 0-1.5h1.522L1.97 3.03a.75.75 0 0 1 0-1.06Zm16.06 0a.75.75 0 0 1 0 1.06l-3.72 3.72h1.523a.75.75 0 0 1 0 1.5H12.5a.75.75 0 0 1-.75-.75V4.167a.75.75 0 0 1 1.5 0v1.522l3.72-3.72a.75.75 0 0 1 1.06 0ZM3.417 12.5a.75.75 0 0 1 .75-.75H7.5a.75.75 0 0 1 .75.75v3.333a.75.75 0 0 1-1.5 0v-1.522l-3.72 3.72a.75.75 0 0 1-1.06-1.061l3.72-3.72H4.166a.75.75 0 0 1-.75-.75Zm9.083-.75h3.333a.75.75 0 0 1 0 1.5h-1.522l3.72 3.72a.75.75 0 1 1-1.061 1.06l-3.72-3.72v1.523a.75.75 0 0 1-1.5 0V12.5a.75.75 0 0 1 .75-.75Z"},"children":[]}],"metadata":""}]},"name":"fullscreen-mode-off-icon"};
|
|
11
|
-
|
|
12
|
-
export default FullscreenModeOffIcon;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated. Do not edit manually.
|
|
3
|
-
*
|
|
4
|
-
* @see import("../svg/fullscreen-mode-on-icon.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.mjs")
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import type {IconDefinition} from "../types";
|
|
9
|
-
|
|
10
|
-
const FullscreenModeOnIcon: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M3.333 2.583h3.334a.75.75 0 1 1 0 1.5H5.144l3.72 3.72a.75.75 0 1 1-1.061 1.06l-3.72-3.719v1.523a.75.75 0 1 1-1.5 0V3.333a.75.75 0 0 1 .75-.75Zm11.523 1.5h-1.523a.75.75 0 0 1 0-1.5h3.334a.75.75 0 0 1 .75.75v3.334a.75.75 0 0 1-1.5 0V5.144l-3.72 3.72a.75.75 0 0 1-1.06-1.061l3.719-3.72Zm-5.992 7.053a.75.75 0 0 1 0 1.061l-3.72 3.72h1.523a.75.75 0 1 1 0 1.5H3.333a.75.75 0 0 1-.75-.75v-3.334a.75.75 0 0 1 1.5 0v1.523l3.72-3.72a.75.75 0 0 1 1.06 0Zm2.272 0a.75.75 0 0 1 1.061 0l3.72 3.72v-1.523a.75.75 0 0 1 1.5 0v3.334a.75.75 0 0 1-.75.75h-3.334a.75.75 0 0 1 0-1.5h1.523l-3.72-3.72a.75.75 0 0 1 0-1.06Z"},"children":[]}],"metadata":""}]},"name":"fullscreen-mode-on-icon"};
|
|
11
|
-
|
|
12
|
-
export default FullscreenModeOnIcon;
|
package/src/icons/ast/gauge.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated. Do not edit manually.
|
|
3
|
-
*
|
|
4
|
-
* @see import("../svg/gauge.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.mjs")
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import type {IconDefinition} from "../types";
|
|
9
|
-
|
|
10
|
-
const Gauge: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 18 18","fill":"none"},"children":[{"type":"element","tagName":"path","properties":{"d":"M9 1.8c1.461 0 2.82.437 3.955 1.185l-1.45.727A5.85 5.85 0 1 0 14.5 7.004l.864-1.372A7.2 7.2 0 1 1 9 1.8Zm1.457 8.252A1.795 1.795 0 0 1 9 10.8a1.8 1.8 0 0 1-.847-3.39L13.95 4.5l-3.493 5.552ZM9 8.1a.9.9 0 1 0 0 1.8.9.9 0 0 0 0-1.8Z","fill":"#635E57"},"children":[]}],"metadata":""}]},"name":"gauge"};
|
|
11
|
-
|
|
12
|
-
export default Gauge;
|
package/src/icons/ast/github.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated. Do not edit manually.
|
|
3
|
-
*
|
|
4
|
-
* @see import("../svg/github.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.mjs")
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import type {IconDefinition} from "../types";
|
|
9
|
-
|
|
10
|
-
const Github: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"clipRule":"evenodd","d":"M10 2c-4.42 0-8 3.58-8 8 0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27s1.36.09 2 .27c1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 18 10c0-4.42-3.58-8-8-8z","fillRule":"evenodd"},"children":[]}],"metadata":""}]},"name":"github"};
|
|
11
|
-
|
|
12
|
-
export default Github;
|
package/src/icons/ast/gitlab.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated. Do not edit manually.
|
|
3
|
-
*
|
|
4
|
-
* @see import("../svg/gitlab.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.mjs")
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import type {IconDefinition} from "../types";
|
|
9
|
-
|
|
10
|
-
const Gitlab: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"m17.734 8.636-.022-.058-2.178-5.717a.57.57 0 0 0-.89-.236.586.586 0 0 0-.194.295l-1.47 4.526H7.025L5.555 2.92a.575.575 0 0 0-.194-.296.581.581 0 0 0-.666-.036.575.575 0 0 0-.224.272L2.289 8.575l-.022.058a4.09 4.09 0 0 0-.11 2.576 4.069 4.069 0 0 0 1.452 2.125l.007.006.02.014 3.318 2.5 1.64 1.249 1 .76a.67.67 0 0 0 .814 0l1-.76 1.64-1.25 3.338-2.514.009-.007a4.07 4.07 0 0 0 1.448-2.123 4.092 4.092 0 0 0-.109-2.573Z"},"children":[]}],"metadata":""}]},"name":"gitlab"};
|
|
11
|
-
|
|
12
|
-
export default Gitlab;
|
package/src/icons/ast/globe.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated. Do not edit manually.
|
|
3
|
-
*
|
|
4
|
-
* @see import("../svg/globe.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.mjs")
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import type {IconDefinition} from "../types";
|
|
9
|
-
|
|
10
|
-
const Globe: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M10 17c3.829 0 7-3.165 7-7 0-3.829-3.171-7-7.007-7C6.165 3 3 6.171 3 10c0 3.835 3.171 7 7 7ZM5.92 5.738a5.977 5.977 0 0 1 2.413-1.41c-.481.481-.888 1.159-1.193 1.986a4.63 4.63 0 0 1-1.22-.576Zm5.754-1.403a5.914 5.914 0 0 1 2.399 1.403c-.332.237-.739.427-1.213.582-.305-.833-.712-1.51-1.186-1.985Zm-1.2.217c.563.27 1.078 1.003 1.444 1.999-.447.081-.929.129-1.444.149V4.552ZM8.082 6.55c.373-.996.881-1.728 1.444-2V6.7a10.38 10.38 0 0 1-1.444-.15ZM4.105 9.526a5.912 5.912 0 0 1 1.192-3.09c.414.305.949.569 1.572.765a11.58 11.58 0 0 0-.325 2.325h-2.44Zm9.351 0a11.58 11.58 0 0 0-.325-2.325c.623-.196 1.158-.454 1.565-.765a5.864 5.864 0 0 1 1.2 3.09h-2.44Zm-5.943 0a10.92 10.92 0 0 1 .291-2.08c.543.108 1.119.175 1.722.203v1.877H7.513Zm2.961 0V7.649c.603-.028 1.18-.095 1.721-.204.156.637.258 1.342.292 2.08h-2.013Zm-6.37.948h2.44c.034.847.15 1.64.325 2.352-.616.196-1.145.454-1.551.759a5.89 5.89 0 0 1-1.213-3.11Zm3.41 0h2.012v1.911a12.27 12.27 0 0 0-1.715.197 10.194 10.194 0 0 1-.298-2.108Zm2.96 1.911v-1.91h2.013a10.196 10.196 0 0 1-.298 2.107 12.154 12.154 0 0 0-1.715-.197Zm2.657.44c.183-.71.291-1.504.325-2.35h2.44a5.89 5.89 0 0 1-1.214 3.11c-.406-.305-.935-.563-1.551-.76Zm-2.657.509c.509.02.99.068 1.43.15-.366.975-.874 1.7-1.43 1.964v-2.114Zm-2.378.15c.44-.082.921-.13 1.43-.15v2.114c-.556-.264-1.064-.99-1.43-1.965Zm-2.155.799c.332-.23.739-.42 1.206-.57.305.814.705 1.478 1.172 1.952a6.046 6.046 0 0 1-2.378-1.382Zm6.912-.57c.467.15.874.34 1.206.57a6.046 6.046 0 0 1-2.378 1.382c.467-.474.867-1.138 1.172-1.951Z"},"children":[]}],"metadata":""}]},"name":"globe"};
|
|
11
|
-
|
|
12
|
-
export default Globe;
|