@fibery/ui-kit 6.0.0 → 7.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 +23 -0
- package/package.json +26 -17
- package/scripts/generate-icons.ts +210 -0
- package/src/antd/input-number.tsx +1 -1
- package/src/design-system/colors.ts +6 -0
- package/src/icons/ast/abort.ts +27 -2
- package/src/icons/ast/access-template.ts +29 -2
- package/src/icons/ast/activity-filled.ts +27 -2
- package/src/icons/ast/activity-log.ts +29 -2
- package/src/icons/ast/activity.ts +29 -2
- package/src/icons/ast/add-after.ts +37 -2
- package/src/icons/ast/add-before.ts +37 -2
- package/src/icons/ast/add-compact.ts +27 -2
- package/src/icons/ast/add.ts +27 -2
- package/src/icons/ast/ai-assistant-filled.ts +29 -2
- package/src/icons/ast/ai-assistant.ts +29 -2
- package/src/icons/ast/ai-fibery-build.ts +28 -2
- package/src/icons/ast/alert-triangle.ts +29 -2
- package/src/icons/ast/app.ts +27 -2
- package/src/icons/ast/appearance-auto.ts +27 -2
- package/src/icons/ast/appearance-dark.ts +29 -2
- package/src/icons/ast/appearance-light.ts +29 -2
- package/src/icons/ast/architect.ts +29 -2
- package/src/icons/ast/arrow-back.ts +27 -2
- package/src/icons/ast/arrow-bar-down.ts +27 -2
- package/src/icons/ast/arrow-bar-left.ts +27 -2
- package/src/icons/ast/arrow-bar-right.ts +27 -2
- package/src/icons/ast/arrow-bar-up.ts +27 -2
- package/src/icons/ast/arrow-collapse-vertical.ts +29 -2
- package/src/icons/ast/arrow-collapse.ts +29 -2
- package/src/icons/ast/arrow-down.ts +29 -2
- package/src/icons/ast/arrow-forward.ts +27 -2
- package/src/icons/ast/arrow-left.ts +29 -2
- package/src/icons/ast/arrow-right.ts +29 -2
- package/src/icons/ast/arrow-send.ts +27 -2
- package/src/icons/ast/arrow-up-circle.ts +35 -2
- package/src/icons/ast/arrow-up.ts +29 -2
- package/src/icons/ast/arrows-right-left.ts +29 -2
- package/src/icons/ast/ask-for-input.ts +35 -2
- package/src/icons/ast/asterisk.ts +31 -2
- package/src/icons/ast/atom.ts +39 -2
- package/src/icons/ast/avatar.ts +45 -2
- package/src/icons/ast/backlog.ts +29 -2
- package/src/icons/ast/bell-circle.ts +37 -2
- package/src/icons/ast/bell-off.ts +37 -2
- package/src/icons/ast/bell-ringing.ts +37 -2
- package/src/icons/ast/bell-x.ts +37 -2
- package/src/icons/ast/bring-forward.ts +27 -2
- package/src/icons/ast/bring-to-front.ts +29 -2
- package/src/icons/ast/cards.ts +29 -2
- package/src/icons/ast/chat-bubble.ts +37 -2
- package/src/icons/ast/chat-float.ts +37 -2
- package/src/icons/ast/chat-sidebar.ts +37 -2
- package/src/icons/ast/checked.ts +27 -2
- package/src/icons/ast/circle-check-filled.ts +29 -2
- package/src/icons/ast/circle-check.ts +39 -2
- package/src/icons/ast/circle-cross-filled.ts +29 -2
- package/src/icons/ast/circle-cross.ts +30 -2
- package/src/icons/ast/circle-info-filled.ts +29 -2
- package/src/icons/ast/circle-info.ts +35 -2
- package/src/icons/ast/circle-pause.ts +30 -2
- package/src/icons/ast/circle-play.ts +30 -2
- package/src/icons/ast/clear-input-filled.ts +29 -2
- package/src/icons/ast/clear.ts +37 -2
- package/src/icons/ast/clock-alarm.ts +37 -2
- package/src/icons/ast/clock-forward.ts +29 -2
- package/src/icons/ast/clock.ts +37 -2
- package/src/icons/ast/close.ts +27 -2
- package/src/icons/ast/collapse-all-horizontal.ts +31 -2
- package/src/icons/ast/collapse-all.ts +31 -2
- package/src/icons/ast/color-coding.ts +29 -2
- package/src/icons/ast/columns-2.ts +29 -2
- package/src/icons/ast/columns-4.ts +29 -2
- package/src/icons/ast/columns.ts +29 -2
- package/src/icons/ast/comment-bubble.ts +29 -2
- package/src/icons/ast/comments.ts +37 -2
- package/src/icons/ast/copy.ts +37 -2
- package/src/icons/ast/credits-filled.ts +30 -2
- package/src/icons/ast/crosshair.ts +29 -2
- package/src/icons/ast/database-add.ts +29 -2
- package/src/icons/ast/database-outline.ts +31 -2
- package/src/icons/ast/database.ts +29 -2
- package/src/icons/ast/date-range.ts +37 -2
- package/src/icons/ast/delete.ts +37 -2
- package/src/icons/ast/drag-block-handle.ts +29 -2
- package/src/icons/ast/drag-handle.ts +27 -2
- package/src/icons/ast/duplicate.ts +45 -2
- package/src/icons/ast/dynamic-filter-value.ts +29 -2
- package/src/icons/ast/email.ts +29 -2
- package/src/icons/ast/emoji-delete.ts +47 -2
- package/src/icons/ast/entity-create-filled.ts +35 -2
- package/src/icons/ast/entity-create.ts +29 -2
- package/src/icons/ast/entity-merge.ts +33 -2
- package/src/icons/ast/equation.ts +35 -2
- package/src/icons/ast/expand-all-horizontal.ts +31 -2
- package/src/icons/ast/expand-all.ts +29 -2
- package/src/icons/ast/export.ts +35 -2
- package/src/icons/ast/eye-off.ts +27 -2
- package/src/icons/ast/eye.ts +29 -2
- package/src/icons/ast/favorites-filled.ts +29 -2
- package/src/icons/ast/favorites-off.ts +37 -2
- package/src/icons/ast/favorites.ts +29 -2
- package/src/icons/ast/fibery-mono.ts +27 -2
- package/src/icons/ast/field-units-large.ts +29 -2
- package/src/icons/ast/fields.ts +39 -2
- package/src/icons/ast/file-archive.ts +27 -2
- package/src/icons/ast/file-counter.ts +27 -2
- package/src/icons/ast/file-document.ts +27 -2
- package/src/icons/ast/file-download.ts +39 -2
- package/src/icons/ast/file-image.ts +27 -2
- package/src/icons/ast/file-multiple.ts +27 -2
- package/src/icons/ast/file-other.ts +27 -2
- package/src/icons/ast/file-presentation.ts +27 -2
- package/src/icons/ast/file-table.ts +27 -2
- package/src/icons/ast/file-upload.ts +37 -2
- package/src/icons/ast/file-video.ts +27 -2
- package/src/icons/ast/files.ts +27 -2
- package/src/icons/ast/filter.ts +29 -2
- package/src/icons/ast/fit-to-screen.ts +27 -2
- package/src/icons/ast/focus-mode-off.ts +27 -2
- package/src/icons/ast/focus-mode.ts +27 -2
- package/src/icons/ast/folder-favorite.ts +27 -2
- package/src/icons/ast/folder-smart.ts +37 -2
- package/src/icons/ast/folder.ts +29 -2
- package/src/icons/ast/form-with-cover.ts +88 -2
- package/src/icons/ast/form-without-cover.ts +75 -2
- package/src/icons/ast/fullscreen-mode-off.ts +29 -2
- package/src/icons/ast/fullscreen-mode-on.ts +29 -2
- package/src/icons/ast/gift.ts +29 -2
- package/src/icons/ast/globe-simple.ts +29 -2
- package/src/icons/ast/globe-unpublish.ts +27 -2
- package/src/icons/ast/go-to.ts +29 -2
- package/src/icons/ast/graduation-cap-filled.ts +37 -2
- package/src/icons/ast/group-add.ts +39 -2
- package/src/icons/ast/headphones-ai.ts +37 -2
- package/src/icons/ast/headphones.ts +29 -2
- package/src/icons/ast/highlights.ts +29 -2
- package/src/icons/ast/hint.ts +37 -2
- package/src/icons/ast/home-filled.ts +29 -2
- package/src/icons/ast/home.ts +35 -2
- package/src/icons/ast/image-error.ts +39 -2
- package/src/icons/ast/import-filled.ts +37 -2
- package/src/icons/ast/import.ts +35 -2
- package/src/icons/ast/index.tsx +1 -1
- package/src/icons/ast/integration-add.ts +29 -2
- package/src/icons/ast/integration-discourse.ts +76 -2
- package/src/icons/ast/integration-fibery.ts +802 -2
- package/src/icons/ast/integration-figma.ts +67 -2
- package/src/icons/ast/integration-github.ts +29 -2
- package/src/icons/ast/integration-gitlab.ts +27 -2
- package/src/icons/ast/integration-google-drive.ts +76 -2
- package/src/icons/ast/integration-google-map.ts +67 -2
- package/src/icons/ast/integration-intercom.ts +31 -2
- package/src/icons/ast/integration-jira.ts +29 -2
- package/src/icons/ast/integration-loom.ts +31 -2
- package/src/icons/ast/integration-miro.ts +42 -2
- package/src/icons/ast/integration-mixpanel.ts +31 -2
- package/src/icons/ast/integration-slack.ts +56 -2
- package/src/icons/ast/integration-suggest.ts +29 -2
- package/src/icons/ast/integration-twitter.ts +44 -2
- package/src/icons/ast/integration-unsplash.ts +27 -2
- package/src/icons/ast/integration-youtube.ts +40 -2
- package/src/icons/ast/integration-zendesk.ts +33 -2
- package/src/icons/ast/integration.ts +37 -2
- package/src/icons/ast/integrations-filled.ts +37 -2
- package/src/icons/ast/items-timeline.ts +29 -2
- package/src/icons/ast/items.ts +29 -2
- package/src/icons/ast/key.ts +29 -2
- package/src/icons/ast/keyboard-hide-down.ts +37 -2
- package/src/icons/ast/lab.ts +37 -2
- package/src/icons/ast/layout-double.ts +29 -2
- package/src/icons/ast/layout-multiple.ts +27 -2
- package/src/icons/ast/layout-single.ts +29 -2
- package/src/icons/ast/levels.ts +29 -2
- package/src/icons/ast/limits.ts +30 -2
- package/src/icons/ast/line-divider.ts +29 -2
- package/src/icons/ast/line-jump.ts +35 -2
- package/src/icons/ast/link.ts +43 -2
- package/src/icons/ast/location-edit.ts +37 -2
- package/src/icons/ast/lock-filled.ts +29 -2
- package/src/icons/ast/lock.ts +33 -2
- package/src/icons/ast/logout.ts +35 -2
- package/src/icons/ast/loupe-zoom-in.ts +29 -2
- package/src/icons/ast/loupe-zoom-out.ts +37 -2
- package/src/icons/ast/map-mode.ts +29 -2
- package/src/icons/ast/markdown.ts +30 -2
- package/src/icons/ast/menu-collapser.ts +27 -2
- package/src/icons/ast/mermaid.ts +29 -2
- package/src/icons/ast/message-plus.ts +35 -2
- package/src/icons/ast/milestones.ts +29 -2
- package/src/icons/ast/minus.ts +29 -2
- package/src/icons/ast/mirror-off.ts +39 -2
- package/src/icons/ast/mirror-on.ts +29 -2
- package/src/icons/ast/monitor.ts +29 -2
- package/src/icons/ast/more-compact.ts +27 -2
- package/src/icons/ast/more.ts +27 -2
- package/src/icons/ast/move-down.ts +29 -2
- package/src/icons/ast/move-left.ts +29 -2
- package/src/icons/ast/move-right.ts +29 -2
- package/src/icons/ast/move-up.ts +29 -2
- package/src/icons/ast/no-border.ts +27 -2
- package/src/icons/ast/no-fill.ts +39 -2
- package/src/icons/ast/obj-child.ts +27 -2
- package/src/icons/ast/obj-m2m.ts +27 -2
- package/src/icons/ast/obj-o2o.ts +27 -2
- package/src/icons/ast/obj-parent.ts +27 -2
- package/src/icons/ast/obj-self.ts +27 -2
- package/src/icons/ast/on-schedule.ts +27 -2
- package/src/icons/ast/open-in-panel.ts +35 -2
- package/src/icons/ast/open-link.ts +35 -2
- package/src/icons/ast/page-regular-mode.ts +35 -2
- package/src/icons/ast/page-wide-mode.ts +35 -2
- package/src/icons/ast/panel-add.ts +29 -2
- package/src/icons/ast/pencil.ts +29 -2
- package/src/icons/ast/people-all.ts +29 -2
- package/src/icons/ast/people-check.ts +29 -2
- package/src/icons/ast/people-edit.ts +27 -2
- package/src/icons/ast/people-group-remove.ts +39 -2
- package/src/icons/ast/people-group.ts +29 -2
- package/src/icons/ast/people-invite.ts +37 -2
- package/src/icons/ast/people-remove.ts +37 -2
- package/src/icons/ast/people-role.ts +29 -2
- package/src/icons/ast/people-x.ts +39 -2
- package/src/icons/ast/people.ts +37 -2
- package/src/icons/ast/photo.ts +27 -2
- package/src/icons/ast/pin-filled.ts +33 -2
- package/src/icons/ast/pin.ts +29 -2
- package/src/icons/ast/plus.ts +29 -2
- package/src/icons/ast/preferences.ts +55 -2
- package/src/icons/ast/present-play.ts +39 -2
- package/src/icons/ast/present-stop.ts +27 -2
- package/src/icons/ast/print.ts +27 -2
- package/src/icons/ast/private-items.ts +33 -2
- package/src/icons/ast/propagate.ts +29 -2
- package/src/icons/ast/question.ts +29 -2
- package/src/icons/ast/reactions-add.ts +43 -2
- package/src/icons/ast/read-only.ts +29 -2
- package/src/icons/ast/redo.ts +27 -2
- package/src/icons/ast/references.ts +29 -2
- package/src/icons/ast/refresh.ts +27 -2
- package/src/icons/ast/remove.ts +27 -2
- package/src/icons/ast/reset-password.ts +37 -2
- package/src/icons/ast/richeditor-block-callout.ts +29 -2
- package/src/icons/ast/richeditor-block-code.ts +43 -2
- package/src/icons/ast/richeditor-block-embed.ts +29 -2
- package/src/icons/ast/richeditor-block-entity.ts +27 -2
- package/src/icons/ast/richeditor-block-file.ts +38 -2
- package/src/icons/ast/richeditor-block-h1.ts +29 -2
- package/src/icons/ast/richeditor-block-h2.ts +29 -2
- package/src/icons/ast/richeditor-block-h3.ts +29 -2
- package/src/icons/ast/richeditor-block-h4.ts +37 -2
- package/src/icons/ast/richeditor-block-mention.ts +27 -2
- package/src/icons/ast/richeditor-block-paragraph.ts +34 -2
- package/src/icons/ast/richeditor-block-quote.ts +34 -2
- package/src/icons/ast/richeditor-checklist-create.ts +44 -2
- package/src/icons/ast/richeditor-image-align-center.ts +37 -2
- package/src/icons/ast/richeditor-image-align-left.ts +37 -2
- package/src/icons/ast/richeditor-image-align-right.ts +37 -2
- package/src/icons/ast/richeditor-image.ts +29 -2
- package/src/icons/ast/richeditor-linkedhighlight-create.ts +34 -2
- package/src/icons/ast/richeditor-list-bullet.ts +29 -2
- package/src/icons/ast/richeditor-list-indent.ts +27 -2
- package/src/icons/ast/richeditor-list-ordered.ts +29 -2
- package/src/icons/ast/richeditor-list-unindent.ts +27 -2
- package/src/icons/ast/richeditor-mark-code.ts +27 -2
- package/src/icons/ast/richeditor-mark-em.ts +27 -2
- package/src/icons/ast/richeditor-mark-highlight.ts +27 -2
- package/src/icons/ast/richeditor-mark-strike.ts +27 -2
- package/src/icons/ast/richeditor-mark-strong.ts +27 -2
- package/src/icons/ast/richeditor-mark-text-background-color.ts +34 -2
- package/src/icons/ast/richeditor-mark-underline.ts +27 -2
- package/src/icons/ast/richeditor-table-create.ts +27 -2
- package/src/icons/ast/richeditor-video-upload.ts +36 -2
- package/src/icons/ast/rows.ts +29 -2
- package/src/icons/ast/rule.ts +29 -2
- package/src/icons/ast/search-add.ts +29 -2
- package/src/icons/ast/search-filled.ts +27 -2
- package/src/icons/ast/search-remove.ts +29 -2
- package/src/icons/ast/search.ts +29 -2
- package/src/icons/ast/self-reference-off.ts +27 -2
- package/src/icons/ast/self-reference-on.ts +27 -2
- package/src/icons/ast/send-backward.ts +27 -2
- package/src/icons/ast/send-to-back.ts +29 -2
- package/src/icons/ast/settings-filled.ts +29 -2
- package/src/icons/ast/settings.ts +29 -2
- package/src/icons/ast/share.ts +35 -2
- package/src/icons/ast/shield-keyhole.ts +39 -2
- package/src/icons/ast/show-author.ts +47 -2
- package/src/icons/ast/simple-compass.ts +28 -2
- package/src/icons/ast/slide-menu-filled.ts +29 -2
- package/src/icons/ast/slide-menu.ts +37 -2
- package/src/icons/ast/sort.ts +29 -2
- package/src/icons/ast/space-add.ts +47 -2
- package/src/icons/ast/space-app.ts +29 -2
- package/src/icons/ast/space-generate.ts +29 -2
- package/src/icons/ast/space-move.ts +29 -2
- package/src/icons/ast/space-scratch.ts +29 -2
- package/src/icons/ast/space-template.ts +29 -2
- package/src/icons/ast/spinner.ts +42 -2
- package/src/icons/ast/switch-to-text.ts +37 -2
- package/src/icons/ast/switch-to-widget.ts +35 -2
- package/src/icons/ast/table-layout.ts +31 -2
- package/src/icons/ast/templates-filled.ts +29 -2
- package/src/icons/ast/templates.ts +39 -2
- package/src/icons/ast/terminal.ts +37 -2
- package/src/icons/ast/text-no-wrap.ts +27 -2
- package/src/icons/ast/text-tool-align-bottom.ts +29 -2
- package/src/icons/ast/text-tool-align-middle.ts +29 -2
- package/src/icons/ast/text-tool-align-top.ts +29 -2
- package/src/icons/ast/text-wrap.ts +29 -2
- package/src/icons/ast/toc.ts +27 -2
- package/src/icons/ast/type-button.ts +29 -2
- package/src/icons/ast/type-checkbox.ts +44 -2
- package/src/icons/ast/type-date.ts +30 -2
- package/src/icons/ast/type-email.ts +27 -2
- package/src/icons/ast/type-emoji.ts +45 -2
- package/src/icons/ast/type-formula.ts +27 -2
- package/src/icons/ast/type-location.ts +29 -2
- package/src/icons/ast/type-lookup.ts +44 -2
- package/src/icons/ast/type-money.ts +27 -2
- package/src/icons/ast/type-multi-select.ts +27 -2
- package/src/icons/ast/type-number.ts +29 -2
- package/src/icons/ast/type-percent.ts +27 -2
- package/src/icons/ast/type-phone.ts +27 -2
- package/src/icons/ast/type-relation.ts +44 -2
- package/src/icons/ast/type-rich-text.ts +34 -2
- package/src/icons/ast/type-single-select.ts +27 -2
- package/src/icons/ast/type-text.ts +27 -2
- package/src/icons/ast/undo.ts +27 -2
- package/src/icons/ast/units-avatar.ts +33 -2
- package/src/icons/ast/units-collection.ts +33 -2
- package/src/icons/ast/units-counter.ts +33 -2
- package/src/icons/ast/units-date.ts +33 -2
- package/src/icons/ast/units-field-icon-button.ts +33 -2
- package/src/icons/ast/units-field.ts +31 -2
- package/src/icons/ast/units-input.ts +33 -2
- package/src/icons/ast/units-normal.ts +29 -2
- package/src/icons/ast/units-progress-bar.ts +33 -2
- package/src/icons/ast/units-rich-text.ts +31 -2
- package/src/icons/ast/units-snippet.ts +33 -2
- package/src/icons/ast/unlink.ts +43 -2
- package/src/icons/ast/unlock-filled.ts +33 -2
- package/src/icons/ast/unlock.ts +33 -2
- package/src/icons/ast/usb-flash-drive.ts +37 -2
- package/src/icons/ast/value-clear.ts +35 -2
- package/src/icons/ast/value-edit.ts +31 -2
- package/src/icons/ast/view-ai.ts +31 -2
- package/src/icons/ast/view-app.ts +27 -2
- package/src/icons/ast/view-board.ts +34 -2
- package/src/icons/ast/view-calendar.ts +34 -2
- package/src/icons/ast/view-canvas.ts +34 -2
- package/src/icons/ast/view-chart.ts +34 -2
- package/src/icons/ast/view-dashboard.ts +27 -2
- package/src/icons/ast/view-details.ts +34 -2
- package/src/icons/ast/view-document.ts +34 -2
- package/src/icons/ast/view-embed.ts +27 -2
- package/src/icons/ast/view-feed.ts +27 -2
- package/src/icons/ast/view-form.ts +27 -2
- package/src/icons/ast/view-gallery.ts +27 -2
- package/src/icons/ast/view-gantt.ts +27 -2
- package/src/icons/ast/view-list.ts +34 -2
- package/src/icons/ast/view-map.ts +29 -2
- package/src/icons/ast/view-page.ts +29 -2
- package/src/icons/ast/view-table.ts +34 -2
- package/src/icons/ast/view-timeline.ts +34 -2
- package/src/icons/ast/views.ts +27 -2
- package/src/icons/ast/warning-triangle-filled.ts +29 -2
- package/src/icons/ast/warning-triangle.ts +27 -2
- package/src/icons/ast/warning.ts +27 -2
- package/src/icons/ast/webhooks.ts +44 -2
- package/src/icons/ast/workflow.ts +27 -2
- package/src/icons/icons-integrity.test.ts +36 -4
- package/src/icons/react/abort.tsx +1 -1
- package/src/icons/react/access-template.tsx +1 -1
- package/src/icons/react/activity-filled.tsx +1 -1
- package/src/icons/react/activity-log.tsx +1 -1
- package/src/icons/react/activity.tsx +1 -1
- package/src/icons/react/add-after.tsx +1 -1
- package/src/icons/react/add-before.tsx +1 -1
- package/src/icons/react/add-compact.tsx +1 -1
- package/src/icons/react/add.tsx +1 -1
- package/src/icons/react/ai-assistant-filled.tsx +1 -1
- package/src/icons/react/ai-assistant.tsx +1 -1
- package/src/icons/react/ai-fibery-build.tsx +1 -1
- package/src/icons/react/alert-triangle.tsx +1 -1
- package/src/icons/react/app.tsx +1 -1
- package/src/icons/react/appearance-auto.tsx +1 -1
- package/src/icons/react/appearance-dark.tsx +1 -1
- package/src/icons/react/appearance-light.tsx +1 -1
- package/src/icons/react/architect.tsx +1 -1
- package/src/icons/react/arrow-back.tsx +1 -1
- package/src/icons/react/arrow-bar-down.tsx +1 -1
- package/src/icons/react/arrow-bar-left.tsx +1 -1
- package/src/icons/react/arrow-bar-right.tsx +1 -1
- package/src/icons/react/arrow-bar-up.tsx +1 -1
- package/src/icons/react/arrow-collapse-vertical.tsx +1 -1
- package/src/icons/react/arrow-collapse.tsx +1 -1
- package/src/icons/react/arrow-down.tsx +1 -1
- package/src/icons/react/arrow-forward.tsx +1 -1
- package/src/icons/react/arrow-left.tsx +1 -1
- package/src/icons/react/arrow-right.tsx +1 -1
- package/src/icons/react/arrow-send.tsx +1 -1
- package/src/icons/react/arrow-up-circle.tsx +1 -1
- package/src/icons/react/arrow-up.tsx +1 -1
- package/src/icons/react/arrows-right-left.tsx +1 -1
- package/src/icons/react/ask-for-input.tsx +1 -1
- package/src/icons/react/asterisk.tsx +1 -1
- package/src/icons/react/atom.tsx +1 -1
- package/src/icons/react/avatar.tsx +1 -1
- package/src/icons/react/backlog.tsx +1 -1
- package/src/icons/react/bell-circle.tsx +1 -1
- package/src/icons/react/bell-off.tsx +1 -1
- package/src/icons/react/bell-ringing.tsx +1 -1
- package/src/icons/react/bell-x.tsx +1 -1
- package/src/icons/react/bring-forward.tsx +1 -1
- package/src/icons/react/bring-to-front.tsx +1 -1
- package/src/icons/react/cards.tsx +1 -1
- package/src/icons/react/chat-bubble.tsx +1 -1
- package/src/icons/react/chat-float.tsx +1 -1
- package/src/icons/react/chat-sidebar.tsx +1 -1
- package/src/icons/react/checked.tsx +1 -1
- package/src/icons/react/circle-check-filled.tsx +1 -1
- package/src/icons/react/circle-check.tsx +1 -1
- package/src/icons/react/circle-cross-filled.tsx +1 -1
- package/src/icons/react/circle-cross.tsx +1 -1
- package/src/icons/react/circle-info-filled.tsx +1 -1
- package/src/icons/react/circle-info.tsx +1 -1
- package/src/icons/react/circle-pause.tsx +1 -1
- package/src/icons/react/circle-play.tsx +1 -1
- package/src/icons/react/clear-input-filled.tsx +1 -1
- package/src/icons/react/clear.tsx +1 -1
- package/src/icons/react/clock-alarm.tsx +1 -1
- package/src/icons/react/clock-forward.tsx +1 -1
- package/src/icons/react/clock.tsx +1 -1
- package/src/icons/react/close.tsx +1 -1
- package/src/icons/react/collapse-all-horizontal.tsx +1 -1
- package/src/icons/react/collapse-all.tsx +1 -1
- package/src/icons/react/color-coding.tsx +1 -1
- package/src/icons/react/columns-2.tsx +1 -1
- package/src/icons/react/columns-4.tsx +1 -1
- package/src/icons/react/columns.tsx +1 -1
- package/src/icons/react/comment-bubble.tsx +1 -1
- package/src/icons/react/comments.tsx +1 -1
- package/src/icons/react/copy.tsx +1 -1
- package/src/icons/react/credits-filled.tsx +1 -1
- package/src/icons/react/crosshair.tsx +1 -1
- package/src/icons/react/database-add.tsx +1 -1
- package/src/icons/react/database-outline.tsx +1 -1
- package/src/icons/react/database.tsx +1 -1
- package/src/icons/react/date-range.tsx +1 -1
- package/src/icons/react/delete.tsx +1 -1
- package/src/icons/react/drag-block-handle.tsx +1 -1
- package/src/icons/react/drag-handle.tsx +1 -1
- package/src/icons/react/duplicate.tsx +1 -1
- package/src/icons/react/dynamic-filter-value.tsx +1 -1
- package/src/icons/react/email.tsx +1 -1
- package/src/icons/react/emoji-delete.tsx +1 -1
- package/src/icons/react/entity-create-filled.tsx +1 -1
- package/src/icons/react/entity-create.tsx +1 -1
- package/src/icons/react/entity-merge.tsx +1 -1
- package/src/icons/react/equation.tsx +1 -1
- package/src/icons/react/expand-all-horizontal.tsx +1 -1
- package/src/icons/react/expand-all.tsx +1 -1
- package/src/icons/react/export.tsx +1 -1
- package/src/icons/react/eye-off.tsx +1 -1
- package/src/icons/react/eye.tsx +1 -1
- package/src/icons/react/favorites-filled.tsx +1 -1
- package/src/icons/react/favorites-off.tsx +1 -1
- package/src/icons/react/favorites.tsx +1 -1
- package/src/icons/react/fibery-mono.tsx +1 -1
- package/src/icons/react/field-units-large.tsx +1 -1
- package/src/icons/react/fields.tsx +1 -1
- package/src/icons/react/file-archive.tsx +1 -1
- package/src/icons/react/file-counter.tsx +1 -1
- package/src/icons/react/file-document.tsx +1 -1
- package/src/icons/react/file-download.tsx +1 -1
- package/src/icons/react/file-image.tsx +1 -1
- package/src/icons/react/file-multiple.tsx +1 -1
- package/src/icons/react/file-other.tsx +1 -1
- package/src/icons/react/file-presentation.tsx +1 -1
- package/src/icons/react/file-table.tsx +1 -1
- package/src/icons/react/file-upload.tsx +1 -1
- package/src/icons/react/file-video.tsx +1 -1
- package/src/icons/react/files.tsx +1 -1
- package/src/icons/react/filter.tsx +1 -1
- package/src/icons/react/fit-to-screen.tsx +1 -1
- package/src/icons/react/focus-mode-off.tsx +1 -1
- package/src/icons/react/focus-mode.tsx +1 -1
- package/src/icons/react/folder-favorite.tsx +1 -1
- package/src/icons/react/folder-smart.tsx +1 -1
- package/src/icons/react/folder.tsx +1 -1
- package/src/icons/react/form-with-cover.tsx +1 -1
- package/src/icons/react/form-without-cover.tsx +1 -1
- package/src/icons/react/fullscreen-mode-off.tsx +1 -1
- package/src/icons/react/fullscreen-mode-on.tsx +1 -1
- package/src/icons/react/gift.tsx +1 -1
- package/src/icons/react/globe-simple.tsx +1 -1
- package/src/icons/react/globe-unpublish.tsx +1 -1
- package/src/icons/react/go-to.tsx +1 -1
- package/src/icons/react/graduation-cap-filled.tsx +1 -1
- package/src/icons/react/group-add.tsx +1 -1
- package/src/icons/react/headphones-ai.tsx +1 -1
- package/src/icons/react/headphones.tsx +1 -1
- package/src/icons/react/highlights.tsx +1 -1
- package/src/icons/react/hint.tsx +1 -1
- package/src/icons/react/home-filled.tsx +1 -1
- package/src/icons/react/home.tsx +1 -1
- package/src/icons/react/image-error.tsx +1 -1
- package/src/icons/react/import-filled.tsx +1 -1
- package/src/icons/react/import.tsx +1 -1
- package/src/icons/react/index.tsx +1 -1
- package/src/icons/react/integration-add.tsx +1 -1
- package/src/icons/react/integration-discourse.tsx +1 -1
- package/src/icons/react/integration-fibery.tsx +1 -1
- package/src/icons/react/integration-figma.tsx +1 -1
- package/src/icons/react/integration-github.tsx +1 -1
- package/src/icons/react/integration-gitlab.tsx +1 -1
- package/src/icons/react/integration-google-drive.tsx +1 -1
- package/src/icons/react/integration-google-map.tsx +1 -1
- package/src/icons/react/integration-intercom.tsx +1 -1
- package/src/icons/react/integration-jira.tsx +1 -1
- package/src/icons/react/integration-loom.tsx +1 -1
- package/src/icons/react/integration-miro.tsx +1 -1
- package/src/icons/react/integration-mixpanel.tsx +1 -1
- package/src/icons/react/integration-slack.tsx +1 -1
- package/src/icons/react/integration-suggest.tsx +1 -1
- package/src/icons/react/integration-twitter.tsx +1 -1
- package/src/icons/react/integration-unsplash.tsx +1 -1
- package/src/icons/react/integration-youtube.tsx +1 -1
- package/src/icons/react/integration-zendesk.tsx +1 -1
- package/src/icons/react/integration.tsx +1 -1
- package/src/icons/react/integrations-filled.tsx +1 -1
- package/src/icons/react/items-timeline.tsx +1 -1
- package/src/icons/react/items.tsx +1 -1
- package/src/icons/react/key.tsx +1 -1
- package/src/icons/react/keyboard-hide-down.tsx +1 -1
- package/src/icons/react/lab.tsx +1 -1
- package/src/icons/react/layout-double.tsx +1 -1
- package/src/icons/react/layout-multiple.tsx +1 -1
- package/src/icons/react/layout-single.tsx +1 -1
- package/src/icons/react/levels.tsx +1 -1
- package/src/icons/react/limits.tsx +1 -1
- package/src/icons/react/line-divider.tsx +1 -1
- package/src/icons/react/line-jump.tsx +1 -1
- package/src/icons/react/link.tsx +1 -1
- package/src/icons/react/location-edit.tsx +1 -1
- package/src/icons/react/lock-filled.tsx +1 -1
- package/src/icons/react/lock.tsx +1 -1
- package/src/icons/react/logout.tsx +1 -1
- package/src/icons/react/loupe-zoom-in.tsx +1 -1
- package/src/icons/react/loupe-zoom-out.tsx +1 -1
- package/src/icons/react/map-mode.tsx +1 -1
- package/src/icons/react/markdown.tsx +1 -1
- package/src/icons/react/menu-collapser.tsx +1 -1
- package/src/icons/react/mermaid.tsx +1 -1
- package/src/icons/react/message-plus.tsx +1 -1
- package/src/icons/react/milestones.tsx +1 -1
- package/src/icons/react/minus.tsx +1 -1
- package/src/icons/react/mirror-off.tsx +1 -1
- package/src/icons/react/mirror-on.tsx +1 -1
- package/src/icons/react/monitor.tsx +1 -1
- package/src/icons/react/more-compact.tsx +1 -1
- package/src/icons/react/more.tsx +1 -1
- package/src/icons/react/move-down.tsx +1 -1
- package/src/icons/react/move-left.tsx +1 -1
- package/src/icons/react/move-right.tsx +1 -1
- package/src/icons/react/move-up.tsx +1 -1
- package/src/icons/react/no-border.tsx +1 -1
- package/src/icons/react/no-fill.tsx +1 -1
- package/src/icons/react/obj-child.tsx +1 -1
- package/src/icons/react/obj-m2m.tsx +1 -1
- package/src/icons/react/obj-o2o.tsx +1 -1
- package/src/icons/react/obj-parent.tsx +1 -1
- package/src/icons/react/obj-self.tsx +1 -1
- package/src/icons/react/on-schedule.tsx +1 -1
- package/src/icons/react/open-in-panel.tsx +1 -1
- package/src/icons/react/open-link.tsx +1 -1
- package/src/icons/react/page-regular-mode.tsx +1 -1
- package/src/icons/react/page-wide-mode.tsx +1 -1
- package/src/icons/react/panel-add.tsx +1 -1
- package/src/icons/react/pencil.tsx +1 -1
- package/src/icons/react/people-all.tsx +1 -1
- package/src/icons/react/people-check.tsx +1 -1
- package/src/icons/react/people-edit.tsx +1 -1
- package/src/icons/react/people-group-remove.tsx +1 -1
- package/src/icons/react/people-group.tsx +1 -1
- package/src/icons/react/people-invite.tsx +1 -1
- package/src/icons/react/people-remove.tsx +1 -1
- package/src/icons/react/people-role.tsx +1 -1
- package/src/icons/react/people-x.tsx +1 -1
- package/src/icons/react/people.tsx +1 -1
- package/src/icons/react/photo.tsx +1 -1
- package/src/icons/react/pin-filled.tsx +1 -1
- package/src/icons/react/pin.tsx +1 -1
- package/src/icons/react/plus.tsx +1 -1
- package/src/icons/react/preferences.tsx +1 -1
- package/src/icons/react/present-play.tsx +1 -1
- package/src/icons/react/present-stop.tsx +1 -1
- package/src/icons/react/print.tsx +1 -1
- package/src/icons/react/private-items.tsx +1 -1
- package/src/icons/react/propagate.tsx +1 -1
- package/src/icons/react/question.tsx +1 -1
- package/src/icons/react/reactions-add.tsx +1 -1
- package/src/icons/react/read-only.tsx +1 -1
- package/src/icons/react/redo.tsx +1 -1
- package/src/icons/react/references.tsx +1 -1
- package/src/icons/react/refresh.tsx +1 -1
- package/src/icons/react/remove.tsx +1 -1
- package/src/icons/react/reset-password.tsx +1 -1
- 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 +1 -1
- 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/rows.tsx +1 -1
- package/src/icons/react/rule.tsx +1 -1
- package/src/icons/react/search-add.tsx +1 -1
- package/src/icons/react/search-filled.tsx +1 -1
- package/src/icons/react/search-remove.tsx +1 -1
- package/src/icons/react/search.tsx +1 -1
- package/src/icons/react/self-reference-off.tsx +1 -1
- package/src/icons/react/self-reference-on.tsx +1 -1
- package/src/icons/react/send-backward.tsx +1 -1
- package/src/icons/react/send-to-back.tsx +1 -1
- package/src/icons/react/settings-filled.tsx +1 -1
- package/src/icons/react/settings.tsx +1 -1
- package/src/icons/react/share.tsx +1 -1
- package/src/icons/react/shield-keyhole.tsx +1 -1
- package/src/icons/react/show-author.tsx +1 -1
- package/src/icons/react/simple-compass.tsx +1 -1
- package/src/icons/react/slide-menu-filled.tsx +1 -1
- package/src/icons/react/slide-menu.tsx +1 -1
- package/src/icons/react/sort.tsx +1 -1
- package/src/icons/react/space-add.tsx +1 -1
- package/src/icons/react/space-app.tsx +1 -1
- package/src/icons/react/space-generate.tsx +1 -1
- package/src/icons/react/space-move.tsx +1 -1
- package/src/icons/react/space-scratch.tsx +1 -1
- package/src/icons/react/space-template.tsx +1 -1
- package/src/icons/react/spinner.tsx +1 -1
- package/src/icons/react/switch-to-text.tsx +1 -1
- package/src/icons/react/switch-to-widget.tsx +1 -1
- package/src/icons/react/table-layout.tsx +1 -1
- package/src/icons/react/templates-filled.tsx +1 -1
- package/src/icons/react/templates.tsx +1 -1
- package/src/icons/react/terminal.tsx +1 -1
- package/src/icons/react/text-no-wrap.tsx +1 -1
- package/src/icons/react/text-tool-align-bottom.tsx +1 -1
- package/src/icons/react/text-tool-align-middle.tsx +1 -1
- package/src/icons/react/text-tool-align-top.tsx +1 -1
- package/src/icons/react/text-wrap.tsx +1 -1
- package/src/icons/react/toc.tsx +1 -1
- 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/undo.tsx +1 -1
- 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 +1 -1
- 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/unlink.tsx +1 -1
- package/src/icons/react/unlock-filled.tsx +1 -1
- package/src/icons/react/unlock.tsx +1 -1
- package/src/icons/react/usb-flash-drive.tsx +1 -1
- package/src/icons/react/value-clear.tsx +1 -1
- package/src/icons/react/value-edit.tsx +1 -1
- package/src/icons/react/view-ai.tsx +1 -1
- package/src/icons/react/view-app.tsx +1 -1
- package/src/icons/react/view-board.tsx +1 -1
- package/src/icons/react/view-calendar.tsx +1 -1
- package/src/icons/react/view-canvas.tsx +1 -1
- package/src/icons/react/view-chart.tsx +1 -1
- package/src/icons/react/view-dashboard.tsx +1 -1
- package/src/icons/react/view-details.tsx +1 -1
- package/src/icons/react/view-document.tsx +1 -1
- package/src/icons/react/view-embed.tsx +1 -1
- package/src/icons/react/view-feed.tsx +1 -1
- package/src/icons/react/view-form.tsx +1 -1
- package/src/icons/react/view-gallery.tsx +1 -1
- package/src/icons/react/view-gantt.tsx +1 -1
- package/src/icons/react/view-list.tsx +1 -1
- package/src/icons/react/view-map.tsx +1 -1
- package/src/icons/react/view-page.tsx +1 -1
- package/src/icons/react/view-table.tsx +1 -1
- package/src/icons/react/view-timeline.tsx +1 -1
- package/src/icons/react/views.tsx +1 -1
- package/src/icons/react/warning-triangle-filled.tsx +1 -1
- package/src/icons/react/warning-triangle.tsx +1 -1
- package/src/icons/react/warning.tsx +1 -1
- package/src/icons/react/webhooks.tsx +1 -1
- package/src/icons/react/workflow.tsx +1 -1
- package/src/number-input/number-input-inline-with-autosize.tsx +10 -2
- package/src/number-input/styles.ts +13 -0
- package/src/number-input/text-area-auto-sized.tsx +4 -3
- package/src/number-input/text-input-auto-sized.tsx +4 -3
- package/src/palettes/inspect.defs.colors.neutral-arch.test.ts +12 -0
- package/src/palettes/inspect.defs.colors.neutral-user.test.ts +12 -0
- package/src/palettes/inspect.defs.colors.warm-arch.test.ts +12 -0
- package/src/palettes/inspect.defs.colors.warm-user.test.ts +12 -0
- package/src/theming.generated.css +12 -0
- package/src/theming.generated.ts +15 -0
- package/src/tooltip.tsx +4 -1
- package/src/unit/index.tsx +2 -63
- package/src/unit/labeled-unit.tsx +28 -0
- package/src/unit/primitive.tsx +14 -17
- package/src/unit/styles.ts +17 -29
- package/src/unit/types.ts +4 -2
- package/src/unit/unit-content.tsx +15 -10
- package/src/unit/unit.tsx +88 -0
- package/vite.config.ts +85 -0
- package/babel.config.js +0 -3
- package/scripts/generate-icons.mjs +0 -142
- package/src/__mocks__/style-mock.js +0 -1
- package/src/unit/unit-with-title.tsx +0 -13
|
@@ -2,11 +2,38 @@
|
|
|
2
2
|
* This file was automatically generated. Do not edit manually.
|
|
3
3
|
*
|
|
4
4
|
* @see import("../svg/type-button.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.
|
|
5
|
+
* @see import("../../../scripts/generate-icons.ts")
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import type {IconDefinition} from "../types";
|
|
9
9
|
|
|
10
|
-
const TypeButton: IconDefinition = {
|
|
10
|
+
const TypeButton: IconDefinition = {
|
|
11
|
+
"icon": {
|
|
12
|
+
"type": "root",
|
|
13
|
+
"children": [
|
|
14
|
+
{
|
|
15
|
+
"type": "element",
|
|
16
|
+
"tagName": "svg",
|
|
17
|
+
"properties": {
|
|
18
|
+
"viewBox": "0 0 20 20"
|
|
19
|
+
},
|
|
20
|
+
"children": [
|
|
21
|
+
{
|
|
22
|
+
"type": "element",
|
|
23
|
+
"tagName": "path",
|
|
24
|
+
"properties": {
|
|
25
|
+
"fillRule": "evenodd",
|
|
26
|
+
"d": "M4.25 5.5a.75.75 0 0 0-.75.75v5.5c0 .414.336.75.75.75h5a.75.75 0 0 1 0 1.5h-5A2.25 2.25 0 0 1 2 11.75v-5.5A2.25 2.25 0 0 1 4.25 4h11.5A2.25 2.25 0 0 1 18 6.25v3a.75.75 0 0 1-1.5 0v-3a.75.75 0 0 0-.75-.75zm7.354 3.363a.75.75 0 0 1 .85.04l6.25 4.75A.75.75 0 0 1 18.25 15h-2.895l-1.173 2.562a.75.75 0 0 1-1.418-.17l-1.5-7.75a.75.75 0 0 1 .34-.779m1.505 2.422.683 3.526.4-.873a.75.75 0 0 1 .682-.438h1.15z",
|
|
27
|
+
"clipRule": "evenodd"
|
|
28
|
+
},
|
|
29
|
+
"children": []
|
|
30
|
+
}
|
|
31
|
+
],
|
|
32
|
+
"metadata": ""
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
},
|
|
36
|
+
"name": "type-button"
|
|
37
|
+
};
|
|
11
38
|
|
|
12
39
|
export default TypeButton;
|
|
@@ -2,11 +2,53 @@
|
|
|
2
2
|
* This file was automatically generated. Do not edit manually.
|
|
3
3
|
*
|
|
4
4
|
* @see import("../svg/type-checkbox.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.
|
|
5
|
+
* @see import("../../../scripts/generate-icons.ts")
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import type {IconDefinition} from "../types";
|
|
9
9
|
|
|
10
|
-
const TypeCheckbox: IconDefinition = {
|
|
10
|
+
const TypeCheckbox: IconDefinition = {
|
|
11
|
+
"icon": {
|
|
12
|
+
"type": "root",
|
|
13
|
+
"children": [
|
|
14
|
+
{
|
|
15
|
+
"type": "element",
|
|
16
|
+
"tagName": "svg",
|
|
17
|
+
"properties": {
|
|
18
|
+
"viewBox": "0 0 20 20"
|
|
19
|
+
},
|
|
20
|
+
"children": [
|
|
21
|
+
{
|
|
22
|
+
"type": "element",
|
|
23
|
+
"tagName": "g",
|
|
24
|
+
"properties": {},
|
|
25
|
+
"children": [
|
|
26
|
+
{
|
|
27
|
+
"type": "element",
|
|
28
|
+
"tagName": "path",
|
|
29
|
+
"properties": {
|
|
30
|
+
"d": "M8.508 12.292a.833.833 0 0 0 1.184 0l3.4-3.4a.837.837 0 0 0-1.184-1.184L9.1 10.525 8.092 9.508a.837.837 0 1 0-1.184 1.184z"
|
|
31
|
+
},
|
|
32
|
+
"children": []
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"type": "element",
|
|
36
|
+
"tagName": "path",
|
|
37
|
+
"properties": {
|
|
38
|
+
"fillRule": "evenodd",
|
|
39
|
+
"d": "M2 4.5A2.5 2.5 0 0 1 4.5 2h11A2.5 2.5 0 0 1 18 4.5v11a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 2 15.5zm1.714.214a1 1 0 0 1 1-1h10.572a1 1 0 0 1 1 1v10.572a1 1 0 0 1-1 1H4.714a1 1 0 0 1-1-1z",
|
|
40
|
+
"clipRule": "evenodd"
|
|
41
|
+
},
|
|
42
|
+
"children": []
|
|
43
|
+
}
|
|
44
|
+
]
|
|
45
|
+
}
|
|
46
|
+
],
|
|
47
|
+
"metadata": ""
|
|
48
|
+
}
|
|
49
|
+
]
|
|
50
|
+
},
|
|
51
|
+
"name": "type-checkbox"
|
|
52
|
+
};
|
|
11
53
|
|
|
12
54
|
export default TypeCheckbox;
|
|
@@ -2,11 +2,39 @@
|
|
|
2
2
|
* This file was automatically generated. Do not edit manually.
|
|
3
3
|
*
|
|
4
4
|
* @see import("../svg/type-date.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.
|
|
5
|
+
* @see import("../../../scripts/generate-icons.ts")
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import type {IconDefinition} from "../types";
|
|
9
9
|
|
|
10
|
-
const TypeDate: IconDefinition = {
|
|
10
|
+
const TypeDate: IconDefinition = {
|
|
11
|
+
"icon": {
|
|
12
|
+
"type": "root",
|
|
13
|
+
"children": [
|
|
14
|
+
{
|
|
15
|
+
"type": "element",
|
|
16
|
+
"tagName": "svg",
|
|
17
|
+
"properties": {
|
|
18
|
+
"height": 20,
|
|
19
|
+
"viewBox": "0 0 20 20"
|
|
20
|
+
},
|
|
21
|
+
"children": [
|
|
22
|
+
{
|
|
23
|
+
"type": "element",
|
|
24
|
+
"tagName": "path",
|
|
25
|
+
"properties": {
|
|
26
|
+
"fillRule": "evenodd",
|
|
27
|
+
"d": "M15.6 3H14V1.804a.8.8 0 0 0-1.6 0V3H7.6V1.804a.8.8 0 0 0-1.6 0V3H4.4A2.4 2.4 0 0 0 2 5.4v9.2A2.4 2.4 0 0 0 4.4 17h11.2a2.4 2.4 0 0 0 2.4-2.4V5.4A2.4 2.4 0 0 0 15.6 3m.566 12.166a.8.8 0 0 0 .234-.566V9H3.6v5.6a.8.8 0 0 0 .8.8h11.2a.8.8 0 0 0 .566-.234M3.6 7.4h12.8v-2a.8.8 0 0 0-.8-.8H4.4a.8.8 0 0 0-.8.8z",
|
|
28
|
+
"clipRule": "evenodd"
|
|
29
|
+
},
|
|
30
|
+
"children": []
|
|
31
|
+
}
|
|
32
|
+
],
|
|
33
|
+
"metadata": ""
|
|
34
|
+
}
|
|
35
|
+
]
|
|
36
|
+
},
|
|
37
|
+
"name": "type-date"
|
|
38
|
+
};
|
|
11
39
|
|
|
12
40
|
export default TypeDate;
|
|
@@ -2,11 +2,36 @@
|
|
|
2
2
|
* This file was automatically generated. Do not edit manually.
|
|
3
3
|
*
|
|
4
4
|
* @see import("../svg/type-email.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.
|
|
5
|
+
* @see import("../../../scripts/generate-icons.ts")
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import type {IconDefinition} from "../types";
|
|
9
9
|
|
|
10
|
-
const TypeEmail: IconDefinition = {
|
|
10
|
+
const TypeEmail: IconDefinition = {
|
|
11
|
+
"icon": {
|
|
12
|
+
"type": "root",
|
|
13
|
+
"children": [
|
|
14
|
+
{
|
|
15
|
+
"type": "element",
|
|
16
|
+
"tagName": "svg",
|
|
17
|
+
"properties": {
|
|
18
|
+
"viewBox": "0 0 20 20"
|
|
19
|
+
},
|
|
20
|
+
"children": [
|
|
21
|
+
{
|
|
22
|
+
"type": "element",
|
|
23
|
+
"tagName": "path",
|
|
24
|
+
"properties": {
|
|
25
|
+
"d": "M13.55 7.2a.75.75 0 0 0-1.5 0zm-.75 3.5h-.75zm4.2 0h.75zm0-.7h.75zm-2.288 6.153a.75.75 0 1 0-.912-1.19zM12.05 9.999A2.05 2.05 0 0 1 10 12.05v1.5A3.55 3.55 0 0 0 13.55 10zM10 12.05A2.05 2.05 0 0 1 7.95 10h-1.5A3.55 3.55 0 0 0 10 13.55zM7.95 10A2.05 2.05 0 0 1 10 7.95v-1.5A3.55 3.55 0 0 0 6.45 10zM10 7.95A2.05 2.05 0 0 1 12.05 10h1.5A3.55 3.55 0 0 0 10 6.45zm2.05-.75v3.5h1.5V7.2zm0 3.5c0 .756.3 1.481.835 2.016l1.06-1.06a1.35 1.35 0 0 1-.395-.955zm.835 2.016a2.85 2.85 0 0 0 2.015.835v-1.5a1.35 1.35 0 0 1-.955-.396zm2.015.835c.756 0 1.48-.3 2.015-.835l-1.06-1.06a1.35 1.35 0 0 1-.955.395zm2.015-.835a2.85 2.85 0 0 0 .835-2.015h-1.5c0 .358-.142.701-.395.954zm.835-2.015V10h-1.5v.7zm0-.7a7.75 7.75 0 0 0-1.68-4.817l-1.174.932A6.25 6.25 0 0 1 16.25 10zm-1.68-4.817a7.75 7.75 0 0 0-4.309-2.73l-.34 1.46a6.25 6.25 0 0 1 3.475 2.202zm-4.309-2.73a7.75 7.75 0 0 0-5.072.54l.64 1.356a6.25 6.25 0 0 1 4.091-.435zm-5.072.54A7.75 7.75 0 0 0 3.05 6.569l1.345.664A6.25 6.25 0 0 1 7.33 4.35zM3.05 6.569a7.75 7.75 0 0 0-.627 5.063l1.466-.316a6.25 6.25 0 0 1 .506-4.083zm-.627 5.063a7.75 7.75 0 0 0 2.655 4.355l.953-1.158a6.25 6.25 0 0 1-2.142-3.513zm2.655 4.355a7.75 7.75 0 0 0 4.788 1.762l.026-1.5a6.25 6.25 0 0 1-3.861-1.42zm4.788 1.762a7.75 7.75 0 0 0 4.845-1.596l-.912-1.19a6.25 6.25 0 0 1-3.907 1.286z"
|
|
26
|
+
},
|
|
27
|
+
"children": []
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"metadata": ""
|
|
31
|
+
}
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
"name": "type-email"
|
|
35
|
+
};
|
|
11
36
|
|
|
12
37
|
export default TypeEmail;
|
|
@@ -2,11 +2,54 @@
|
|
|
2
2
|
* This file was automatically generated. Do not edit manually.
|
|
3
3
|
*
|
|
4
4
|
* @see import("../svg/type-emoji.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.
|
|
5
|
+
* @see import("../../../scripts/generate-icons.ts")
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import type {IconDefinition} from "../types";
|
|
9
9
|
|
|
10
|
-
const TypeEmoji: IconDefinition = {
|
|
10
|
+
const TypeEmoji: IconDefinition = {
|
|
11
|
+
"icon": {
|
|
12
|
+
"type": "root",
|
|
13
|
+
"children": [
|
|
14
|
+
{
|
|
15
|
+
"type": "element",
|
|
16
|
+
"tagName": "svg",
|
|
17
|
+
"properties": {
|
|
18
|
+
"viewBox": "0 0 20 20"
|
|
19
|
+
},
|
|
20
|
+
"children": [
|
|
21
|
+
{
|
|
22
|
+
"type": "element",
|
|
23
|
+
"tagName": "path",
|
|
24
|
+
"properties": {
|
|
25
|
+
"d": "M12.25 6.625a1.125 1.125 0 1 0 0 2.25 1.125 1.125 0 0 0 0-2.25M7.75 6.625a1.125 1.125 0 1 0 0 2.25 1.125 1.125 0 0 0 0-2.25"
|
|
26
|
+
},
|
|
27
|
+
"children": []
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"type": "element",
|
|
31
|
+
"tagName": "path",
|
|
32
|
+
"properties": {
|
|
33
|
+
"fillRule": "evenodd",
|
|
34
|
+
"d": "M10 1.75a8.25 8.25 0 1 0 0 16.5 8.25 8.25 0 0 0 0-16.5m0 1.5a6.75 6.75 0 1 0 0 13.5 6.75 6.75 0 0 0 0-13.5",
|
|
35
|
+
"clipRule": "evenodd"
|
|
36
|
+
},
|
|
37
|
+
"children": []
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"type": "element",
|
|
41
|
+
"tagName": "path",
|
|
42
|
+
"properties": {
|
|
43
|
+
"d": "M8.238 11.643a3.7 3.7 0 0 1-.491-.428l-.149-.168a.75.75 0 0 0-1.198.903l.078.097q.065.08.186.206c.159.166.391.385.692.604.598.435 1.5.893 2.644.893s2.046-.458 2.644-.893a5.2 5.2 0 0 0 .879-.81l.077-.097a.75.75 0 0 0-1.198-.903l-.149.168c-.11.116-.276.272-.491.428-.433.315-1.031.607-1.762.607-.73 0-1.33-.292-1.762-.607"
|
|
44
|
+
},
|
|
45
|
+
"children": []
|
|
46
|
+
}
|
|
47
|
+
],
|
|
48
|
+
"metadata": ""
|
|
49
|
+
}
|
|
50
|
+
]
|
|
51
|
+
},
|
|
52
|
+
"name": "type-emoji"
|
|
53
|
+
};
|
|
11
54
|
|
|
12
55
|
export default TypeEmoji;
|
|
@@ -2,11 +2,36 @@
|
|
|
2
2
|
* This file was automatically generated. Do not edit manually.
|
|
3
3
|
*
|
|
4
4
|
* @see import("../svg/type-formula.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.
|
|
5
|
+
* @see import("../../../scripts/generate-icons.ts")
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import type {IconDefinition} from "../types";
|
|
9
9
|
|
|
10
|
-
const TypeFormula: IconDefinition = {
|
|
10
|
+
const TypeFormula: IconDefinition = {
|
|
11
|
+
"icon": {
|
|
12
|
+
"type": "root",
|
|
13
|
+
"children": [
|
|
14
|
+
{
|
|
15
|
+
"type": "element",
|
|
16
|
+
"tagName": "svg",
|
|
17
|
+
"properties": {
|
|
18
|
+
"viewBox": "0 0 20 20"
|
|
19
|
+
},
|
|
20
|
+
"children": [
|
|
21
|
+
{
|
|
22
|
+
"type": "element",
|
|
23
|
+
"tagName": "path",
|
|
24
|
+
"properties": {
|
|
25
|
+
"d": "M7.098 17c1.857 0 3.092-1.07 3.395-3.172l.412-2.886h2.968c.552 0 .964-.403.964-.946 0-.535-.42-.939-.971-.939h-2.697l.226-1.567c.17-1.186.606-1.605 1.414-1.605.66 0 .994.085 1.297.085.529 0 .894-.357.894-.9C15 4.264 14.044 4 12.902 4c-1.857 0-3.085 1.07-3.388 3.172l-.272 1.885H6.71c-.551 0-.963.404-.963.939 0 .543.42.946.971.946h2.261l-.365 2.567c-.17 1.18-.606 1.606-1.414 1.606-.66 0-.987-.085-1.298-.085-.528 0-.901.349-.901.892C5 16.728 5.963 17 7.098 17"
|
|
26
|
+
},
|
|
27
|
+
"children": []
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"metadata": ""
|
|
31
|
+
}
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
"name": "type-formula"
|
|
35
|
+
};
|
|
11
36
|
|
|
12
37
|
export default TypeFormula;
|
|
@@ -2,11 +2,38 @@
|
|
|
2
2
|
* This file was automatically generated. Do not edit manually.
|
|
3
3
|
*
|
|
4
4
|
* @see import("../svg/type-location.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.
|
|
5
|
+
* @see import("../../../scripts/generate-icons.ts")
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import type {IconDefinition} from "../types";
|
|
9
9
|
|
|
10
|
-
const TypeLocation: IconDefinition = {
|
|
10
|
+
const TypeLocation: IconDefinition = {
|
|
11
|
+
"icon": {
|
|
12
|
+
"type": "root",
|
|
13
|
+
"children": [
|
|
14
|
+
{
|
|
15
|
+
"type": "element",
|
|
16
|
+
"tagName": "svg",
|
|
17
|
+
"properties": {
|
|
18
|
+
"viewBox": "0 0 20 20"
|
|
19
|
+
},
|
|
20
|
+
"children": [
|
|
21
|
+
{
|
|
22
|
+
"type": "element",
|
|
23
|
+
"tagName": "path",
|
|
24
|
+
"properties": {
|
|
25
|
+
"fillRule": "evenodd",
|
|
26
|
+
"d": "M10 2.467a5.867 5.867 0 0 0-5.867 5.866c0 1.588.716 3.083 1.917 4.643 1.015 1.317 2.313 2.604 3.704 3.984l.246.244.246-.244c1.391-1.38 2.69-2.667 3.704-3.984 1.2-1.56 1.917-3.055 1.917-4.643A5.867 5.867 0 0 0 10 2.467M2.533 8.333a7.467 7.467 0 1 1 14.934 0c0 2.095-.951 3.933-2.25 5.62-1.085 1.409-2.475 2.786-3.864 4.164q-.395.39-.787.782a.8.8 0 0 1-1.132 0q-.391-.391-.787-.782c-1.39-1.378-2.779-2.755-3.864-4.165-1.299-1.686-2.25-3.524-2.25-5.619M10 6.633a1.7 1.7 0 1 0 0 3.4 1.7 1.7 0 0 0 0-3.4m-3.3 1.7a3.3 3.3 0 1 1 6.6 0 3.3 3.3 0 0 1-6.6 0",
|
|
27
|
+
"clipRule": "evenodd"
|
|
28
|
+
},
|
|
29
|
+
"children": []
|
|
30
|
+
}
|
|
31
|
+
],
|
|
32
|
+
"metadata": ""
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
},
|
|
36
|
+
"name": "type-location"
|
|
37
|
+
};
|
|
11
38
|
|
|
12
39
|
export default TypeLocation;
|
|
@@ -2,11 +2,53 @@
|
|
|
2
2
|
* This file was automatically generated. Do not edit manually.
|
|
3
3
|
*
|
|
4
4
|
* @see import("../svg/type-lookup.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.
|
|
5
|
+
* @see import("../../../scripts/generate-icons.ts")
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import type {IconDefinition} from "../types";
|
|
9
9
|
|
|
10
|
-
const TypeLookup: IconDefinition = {
|
|
10
|
+
const TypeLookup: IconDefinition = {
|
|
11
|
+
"icon": {
|
|
12
|
+
"type": "root",
|
|
13
|
+
"children": [
|
|
14
|
+
{
|
|
15
|
+
"type": "element",
|
|
16
|
+
"tagName": "svg",
|
|
17
|
+
"properties": {
|
|
18
|
+
"viewBox": "0 0 20 20"
|
|
19
|
+
},
|
|
20
|
+
"children": [
|
|
21
|
+
{
|
|
22
|
+
"type": "element",
|
|
23
|
+
"tagName": "g",
|
|
24
|
+
"properties": {},
|
|
25
|
+
"children": [
|
|
26
|
+
{
|
|
27
|
+
"type": "element",
|
|
28
|
+
"tagName": "path",
|
|
29
|
+
"properties": {
|
|
30
|
+
"d": "M4.083 2a.75.75 0 0 0 0 1.5h12.5a.75.75 0 0 0 0-1.5zM4.083 6.751a.75.75 0 0 0 0 1.5h3.5a.75.75 0 1 0 0-1.5zM3.333 12.502a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1-.75-.75M4.083 16.501a.75.75 0 0 0 0 1.5h12.5a.75.75 0 0 0 0-1.5z"
|
|
31
|
+
},
|
|
32
|
+
"children": []
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"type": "element",
|
|
36
|
+
"tagName": "path",
|
|
37
|
+
"properties": {
|
|
38
|
+
"fillRule": "evenodd",
|
|
39
|
+
"d": "M15.747 11.44a3.5 3.5 0 1 0-1.08 1.042l2.136 2.135a.75.75 0 0 0 1.06-1.06zm-2.914.062a2 2 0 1 0 0-4 2 2 0 0 0 0 4",
|
|
40
|
+
"clipRule": "evenodd"
|
|
41
|
+
},
|
|
42
|
+
"children": []
|
|
43
|
+
}
|
|
44
|
+
]
|
|
45
|
+
}
|
|
46
|
+
],
|
|
47
|
+
"metadata": ""
|
|
48
|
+
}
|
|
49
|
+
]
|
|
50
|
+
},
|
|
51
|
+
"name": "type-lookup"
|
|
52
|
+
};
|
|
11
53
|
|
|
12
54
|
export default TypeLookup;
|
|
@@ -2,11 +2,36 @@
|
|
|
2
2
|
* This file was automatically generated. Do not edit manually.
|
|
3
3
|
*
|
|
4
4
|
* @see import("../svg/type-money.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.
|
|
5
|
+
* @see import("../../../scripts/generate-icons.ts")
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import type {IconDefinition} from "../types";
|
|
9
9
|
|
|
10
|
-
const TypeMoney: IconDefinition = {
|
|
10
|
+
const TypeMoney: IconDefinition = {
|
|
11
|
+
"icon": {
|
|
12
|
+
"type": "root",
|
|
13
|
+
"children": [
|
|
14
|
+
{
|
|
15
|
+
"type": "element",
|
|
16
|
+
"tagName": "svg",
|
|
17
|
+
"properties": {
|
|
18
|
+
"viewBox": "0 0 20 20"
|
|
19
|
+
},
|
|
20
|
+
"children": [
|
|
21
|
+
{
|
|
22
|
+
"type": "element",
|
|
23
|
+
"tagName": "path",
|
|
24
|
+
"properties": {
|
|
25
|
+
"d": "M10 17c.316 0 .56-.225.56-.575v-.838C12.528 15.4 14 14.25 14 12.35c0-1.713-1.07-2.713-3.185-3.112l-.256-.05v-3.15c.778.15 1.326.624 1.557 1.374.17.4.437.65.863.65.486 0 .814-.337.814-.812 0-.15-.024-.287-.06-.425-.329-1.3-1.557-2.225-3.174-2.4v-.837c0-.35-.243-.588-.559-.588-.328 0-.56.237-.56.587v.838c-1.908.188-3.258 1.388-3.258 3.138 0 1.612 1.046 2.574 3.076 3.05l.183.037v3.338c-.985-.15-1.569-.7-1.763-1.438-.158-.45-.438-.675-.851-.675-.499 0-.827.35-.827.838 0 .15.024.287.073.437.353 1.338 1.653 2.262 3.368 2.425v.85c0 .35.243.575.559.575m-.56-8.113-.084-.024c-.985-.288-1.423-.738-1.423-1.413 0-.7.572-1.263 1.508-1.425zm1.12 2.063.23.05c1.07.3 1.447.75 1.447 1.475 0 .8-.56 1.388-1.678 1.513z"
|
|
26
|
+
},
|
|
27
|
+
"children": []
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"metadata": ""
|
|
31
|
+
}
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
"name": "type-money"
|
|
35
|
+
};
|
|
11
36
|
|
|
12
37
|
export default TypeMoney;
|
|
@@ -2,11 +2,36 @@
|
|
|
2
2
|
* This file was automatically generated. Do not edit manually.
|
|
3
3
|
*
|
|
4
4
|
* @see import("../svg/type-multi-select.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.
|
|
5
|
+
* @see import("../../../scripts/generate-icons.ts")
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import type {IconDefinition} from "../types";
|
|
9
9
|
|
|
10
|
-
const TypeMultiSelect: IconDefinition = {
|
|
10
|
+
const TypeMultiSelect: IconDefinition = {
|
|
11
|
+
"icon": {
|
|
12
|
+
"type": "root",
|
|
13
|
+
"children": [
|
|
14
|
+
{
|
|
15
|
+
"type": "element",
|
|
16
|
+
"tagName": "svg",
|
|
17
|
+
"properties": {
|
|
18
|
+
"viewBox": "0 0 20 20"
|
|
19
|
+
},
|
|
20
|
+
"children": [
|
|
21
|
+
{
|
|
22
|
+
"type": "element",
|
|
23
|
+
"tagName": "path",
|
|
24
|
+
"properties": {
|
|
25
|
+
"d": "M4.444 4.59c-.364-.242-.888-.29-1.212.037a.783.783 0 0 0 .039 1.149L6.156 8.78a.894.894 0 0 0 1.13.037 1 1 0 0 0 .165-.127l7.308-7.312a.783.783 0 0 0-.02-1.15.89.89 0 0 0-1.213.02L6.728 6.252zM3 15.2a.8.8 0 0 1 .8-.8h12.4a.8.8 0 0 1 0 1.6H3.8a.8.8 0 0 1-.8-.8M11.45 7a.8.8 0 0 1 .8-.8h4a.8.8 0 0 1 0 1.6h-4a.8.8 0 0 1-.8-.8M3 11.2a.8.8 0 0 1 .8-.8h12.4a.8.8 0 0 1 0 1.6H3.8a.8.8 0 0 1-.8-.8"
|
|
26
|
+
},
|
|
27
|
+
"children": []
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"metadata": ""
|
|
31
|
+
}
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
"name": "type-multi-select"
|
|
35
|
+
};
|
|
11
36
|
|
|
12
37
|
export default TypeMultiSelect;
|
|
@@ -2,11 +2,38 @@
|
|
|
2
2
|
* This file was automatically generated. Do not edit manually.
|
|
3
3
|
*
|
|
4
4
|
* @see import("../svg/type-number.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.
|
|
5
|
+
* @see import("../../../scripts/generate-icons.ts")
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import type {IconDefinition} from "../types";
|
|
9
9
|
|
|
10
|
-
const TypeNumber: IconDefinition = {
|
|
10
|
+
const TypeNumber: IconDefinition = {
|
|
11
|
+
"icon": {
|
|
12
|
+
"type": "root",
|
|
13
|
+
"children": [
|
|
14
|
+
{
|
|
15
|
+
"type": "element",
|
|
16
|
+
"tagName": "svg",
|
|
17
|
+
"properties": {
|
|
18
|
+
"viewBox": "0 0 20 20"
|
|
19
|
+
},
|
|
20
|
+
"children": [
|
|
21
|
+
{
|
|
22
|
+
"type": "element",
|
|
23
|
+
"tagName": "path",
|
|
24
|
+
"properties": {
|
|
25
|
+
"fillRule": "evenodd",
|
|
26
|
+
"d": "M8.75 3.255a.75.75 0 0 1 .662.828L9.06 7.25h2.49l.371-3.333a.75.75 0 1 1 1.491.166L13.06 7.25h2.273a.75.75 0 0 1 0 1.5h-2.44l-.277 2.5h2.717a.75.75 0 0 1 0 1.5H12.45l-.37 3.333a.75.75 0 1 1-1.491-.166l.352-3.167H8.45l-.371 3.333a.75.75 0 1 1-1.491-.166l.352-3.167H4.667a.75.75 0 0 1 0-1.5h2.44l.277-2.5H4.667a.75.75 0 0 1 0-1.5H7.55l.37-3.333a.75.75 0 0 1 .828-.662m2.357 7.995.277-2.5h-2.49l-.278 2.5z",
|
|
27
|
+
"clipRule": "evenodd"
|
|
28
|
+
},
|
|
29
|
+
"children": []
|
|
30
|
+
}
|
|
31
|
+
],
|
|
32
|
+
"metadata": ""
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
},
|
|
36
|
+
"name": "type-number"
|
|
37
|
+
};
|
|
11
38
|
|
|
12
39
|
export default TypeNumber;
|
|
@@ -2,11 +2,36 @@
|
|
|
2
2
|
* This file was automatically generated. Do not edit manually.
|
|
3
3
|
*
|
|
4
4
|
* @see import("../svg/type-percent.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.
|
|
5
|
+
* @see import("../../../scripts/generate-icons.ts")
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import type {IconDefinition} from "../types";
|
|
9
9
|
|
|
10
|
-
const TypePercent: IconDefinition = {
|
|
10
|
+
const TypePercent: IconDefinition = {
|
|
11
|
+
"icon": {
|
|
12
|
+
"type": "root",
|
|
13
|
+
"children": [
|
|
14
|
+
{
|
|
15
|
+
"type": "element",
|
|
16
|
+
"tagName": "svg",
|
|
17
|
+
"properties": {
|
|
18
|
+
"viewBox": "0 0 20 20"
|
|
19
|
+
},
|
|
20
|
+
"children": [
|
|
21
|
+
{
|
|
22
|
+
"type": "element",
|
|
23
|
+
"tagName": "path",
|
|
24
|
+
"properties": {
|
|
25
|
+
"d": "M5.955 15.887a.84.84 0 0 0 1.11-.244l7.09-10.434c.281-.414.16-.897-.223-1.11-.35-.194-.803-.106-1.077.295L5.764 14.79c-.287.42-.185.878.19 1.097m-.172-5.668c1.588 0 2.582-1.173 2.582-3.085 0-1.925-1.007-3.054-2.582-3.054S3.2 5.215 3.2 7.14c0 1.919.995 3.079 2.583 3.079m0-1.273c-.625 0-.957-.627-.957-1.806 0-1.166.338-1.787.957-1.787.618 0 .956.615.956 1.787 0 1.179-.338 1.806-.956 1.806m8.334 6.991c1.588 0 2.583-1.172 2.583-3.085 0-1.93-1.008-3.06-2.583-3.06s-2.582 1.135-2.582 3.06c0 1.919.995 3.085 2.582 3.085m0-1.273c-.625 0-.956-.627-.956-1.812 0-1.166.338-1.787.956-1.787.619 0 .957.615.957 1.787 0 1.185-.338 1.812-.957 1.812"
|
|
26
|
+
},
|
|
27
|
+
"children": []
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"metadata": ""
|
|
31
|
+
}
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
"name": "type-percent"
|
|
35
|
+
};
|
|
11
36
|
|
|
12
37
|
export default TypePercent;
|
|
@@ -2,11 +2,36 @@
|
|
|
2
2
|
* This file was automatically generated. Do not edit manually.
|
|
3
3
|
*
|
|
4
4
|
* @see import("../svg/type-phone.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.
|
|
5
|
+
* @see import("../../../scripts/generate-icons.ts")
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import type {IconDefinition} from "../types";
|
|
9
9
|
|
|
10
|
-
const TypePhone: IconDefinition = {
|
|
10
|
+
const TypePhone: IconDefinition = {
|
|
11
|
+
"icon": {
|
|
12
|
+
"type": "root",
|
|
13
|
+
"children": [
|
|
14
|
+
{
|
|
15
|
+
"type": "element",
|
|
16
|
+
"tagName": "svg",
|
|
17
|
+
"properties": {
|
|
18
|
+
"viewBox": "0 0 20 20"
|
|
19
|
+
},
|
|
20
|
+
"children": [
|
|
21
|
+
{
|
|
22
|
+
"type": "element",
|
|
23
|
+
"tagName": "path",
|
|
24
|
+
"properties": {
|
|
25
|
+
"d": "M7.299 12.695c1.875 1.875 4.15 3.318 6.006 3.318.833 0 1.564-.286 2.148-.935.337-.381.547-.82.547-1.258 0-.337-.127-.661-.451-.89l-1.951-1.386c-.306-.216-.566-.317-.795-.317-.299 0-.56.165-.852.457l-.464.458a.34.34 0 0 1-.241.095.7.7 0 0 1-.267-.07c-.394-.216-1.08-.807-1.716-1.436-.63-.636-1.22-1.316-1.43-1.716a.6.6 0 0 1-.077-.26c0-.083.026-.172.102-.242l.451-.464c.293-.299.464-.56.464-.858 0-.23-.108-.483-.324-.795L7.076 4.464A1.1 1.1 0 0 0 6.148 4c-.426 0-.858.19-1.24.553C4.28 5.15 4 5.888 4 6.714c0 1.856 1.424 4.106 3.299 5.98"
|
|
26
|
+
},
|
|
27
|
+
"children": []
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"metadata": ""
|
|
31
|
+
}
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
"name": "type-phone"
|
|
35
|
+
};
|
|
11
36
|
|
|
12
37
|
export default TypePhone;
|
|
@@ -2,11 +2,53 @@
|
|
|
2
2
|
* This file was automatically generated. Do not edit manually.
|
|
3
3
|
*
|
|
4
4
|
* @see import("../svg/type-relation.svg")
|
|
5
|
-
* @see import("../../../scripts/generate-icons.
|
|
5
|
+
* @see import("../../../scripts/generate-icons.ts")
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import type {IconDefinition} from "../types";
|
|
9
9
|
|
|
10
|
-
const TypeRelation: IconDefinition = {
|
|
10
|
+
const TypeRelation: IconDefinition = {
|
|
11
|
+
"icon": {
|
|
12
|
+
"type": "root",
|
|
13
|
+
"children": [
|
|
14
|
+
{
|
|
15
|
+
"type": "element",
|
|
16
|
+
"tagName": "svg",
|
|
17
|
+
"properties": {
|
|
18
|
+
"viewBox": "0 0 20 20"
|
|
19
|
+
},
|
|
20
|
+
"children": [
|
|
21
|
+
{
|
|
22
|
+
"type": "element",
|
|
23
|
+
"tagName": "g",
|
|
24
|
+
"properties": {},
|
|
25
|
+
"children": [
|
|
26
|
+
{
|
|
27
|
+
"type": "element",
|
|
28
|
+
"tagName": "path",
|
|
29
|
+
"properties": {
|
|
30
|
+
"d": "M7.303 7.774a.75.75 0 0 1 0-.577A.75.75 0 0 1 8 6.732h4.652a.8.8 0 0 1 .287.064.7.7 0 0 1 .402.402.8.8 0 0 1 .064.287v4.55a.753.753 0 0 1-1.505.001l.004-2.743-4.025 4.025a.75.75 0 0 1-1.06-1.06l4.025-4.025-2.845.005a.75.75 0 0 1-.696-.464"
|
|
31
|
+
},
|
|
32
|
+
"children": []
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"type": "element",
|
|
36
|
+
"tagName": "path",
|
|
37
|
+
"properties": {
|
|
38
|
+
"fillRule": "evenodd",
|
|
39
|
+
"d": "M5.555 3.348a8 8 0 1 1 8.89 13.304 8 8 0 0 1-8.89-13.304m.89 11.973a6.4 6.4 0 1 0 7.11-10.643 6.4 6.4 0 0 0-7.11 10.643",
|
|
40
|
+
"clipRule": "evenodd"
|
|
41
|
+
},
|
|
42
|
+
"children": []
|
|
43
|
+
}
|
|
44
|
+
]
|
|
45
|
+
}
|
|
46
|
+
],
|
|
47
|
+
"metadata": ""
|
|
48
|
+
}
|
|
49
|
+
]
|
|
50
|
+
},
|
|
51
|
+
"name": "type-relation"
|
|
52
|
+
};
|
|
11
53
|
|
|
12
54
|
export default TypeRelation;
|