@fibery/ui-kit 5.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 +33 -0
- package/package.json +26 -17
- package/scripts/generate-icons.ts +210 -0
- package/src/antd/input-number.tsx +1 -1
- package/src/badge.tsx +6 -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 +6 -3
- package/src/unit/index.tsx +2 -63
- package/src/unit/labeled-unit.tsx +28 -0
- package/src/unit/primitive.tsx +16 -18
- 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
- package/src/unit/unit-with-tooltip.tsx +0 -77
|
@@ -2,11 +2,46 @@
|
|
|
2
2
|
* This file was automatically generated. Do not edit manually.
|
|
3
3
|
*
|
|
4
4
|
* @see import("../svg/richeditor-image-align-center.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 RicheditorImageAlignCenter: IconDefinition = {
|
|
10
|
+
const RicheditorImageAlignCenter: 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
|
+
"fillRule": "evenodd",
|
|
26
|
+
"clipRule": "evenodd"
|
|
27
|
+
},
|
|
28
|
+
"children": [
|
|
29
|
+
{
|
|
30
|
+
"type": "element",
|
|
31
|
+
"tagName": "path",
|
|
32
|
+
"properties": {
|
|
33
|
+
"d": "M7.6 8.6v2.8h4.8V8.6zM7 7a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1zM3 4.15c0-.47.38-.85.85-.85h12.3a.85.85 0 0 1 0 1.7H3.85A.85.85 0 0 1 3 4.15M3 16.15c0-.47.38-.85.85-.85h12.3a.85.85 0 0 1 0 1.7H3.85a.85.85 0 0 1-.85-.85"
|
|
34
|
+
},
|
|
35
|
+
"children": []
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
],
|
|
40
|
+
"metadata": ""
|
|
41
|
+
}
|
|
42
|
+
]
|
|
43
|
+
},
|
|
44
|
+
"name": "richeditor-image-align-center"
|
|
45
|
+
};
|
|
11
46
|
|
|
12
47
|
export default RicheditorImageAlignCenter;
|
|
@@ -2,11 +2,46 @@
|
|
|
2
2
|
* This file was automatically generated. Do not edit manually.
|
|
3
3
|
*
|
|
4
4
|
* @see import("../svg/richeditor-image-align-left.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 RicheditorImageAlignLeft: IconDefinition = {
|
|
10
|
+
const RicheditorImageAlignLeft: 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
|
+
"fillRule": "evenodd",
|
|
26
|
+
"clipRule": "evenodd"
|
|
27
|
+
},
|
|
28
|
+
"children": [
|
|
29
|
+
{
|
|
30
|
+
"type": "element",
|
|
31
|
+
"tagName": "path",
|
|
32
|
+
"properties": {
|
|
33
|
+
"d": "M4.5 8.5v3h5v-3zM4 7a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1zM3 4.15c0-.47.38-.85.85-.85h12.3a.85.85 0 0 1 0 1.7H3.85A.85.85 0 0 1 3 4.15M3 16.15c0-.47.38-.85.85-.85h12.3a.85.85 0 0 1 0 1.7H3.85a.85.85 0 0 1-.85-.85"
|
|
34
|
+
},
|
|
35
|
+
"children": []
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
],
|
|
40
|
+
"metadata": ""
|
|
41
|
+
}
|
|
42
|
+
]
|
|
43
|
+
},
|
|
44
|
+
"name": "richeditor-image-align-left"
|
|
45
|
+
};
|
|
11
46
|
|
|
12
47
|
export default RicheditorImageAlignLeft;
|
|
@@ -2,11 +2,46 @@
|
|
|
2
2
|
* This file was automatically generated. Do not edit manually.
|
|
3
3
|
*
|
|
4
4
|
* @see import("../svg/richeditor-image-align-right.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 RicheditorImageAlignRight: IconDefinition = {
|
|
10
|
+
const RicheditorImageAlignRight: 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
|
+
"fillRule": "evenodd",
|
|
26
|
+
"clipRule": "evenodd"
|
|
27
|
+
},
|
|
28
|
+
"children": [
|
|
29
|
+
{
|
|
30
|
+
"type": "element",
|
|
31
|
+
"tagName": "path",
|
|
32
|
+
"properties": {
|
|
33
|
+
"d": "M10.6 8.6v2.8h4.8V8.6zM10 7a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1zM3 4.15c0-.47.38-.85.85-.85h12.3a.85.85 0 0 1 0 1.7H3.85A.85.85 0 0 1 3 4.15M3 16.15c0-.47.38-.85.85-.85h12.3a.85.85 0 0 1 0 1.7H3.85a.85.85 0 0 1-.85-.85"
|
|
34
|
+
},
|
|
35
|
+
"children": []
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
],
|
|
40
|
+
"metadata": ""
|
|
41
|
+
}
|
|
42
|
+
]
|
|
43
|
+
},
|
|
44
|
+
"name": "richeditor-image-align-right"
|
|
45
|
+
};
|
|
11
46
|
|
|
12
47
|
export default RicheditorImageAlignRight;
|
|
@@ -2,11 +2,38 @@
|
|
|
2
2
|
* This file was automatically generated. Do not edit manually.
|
|
3
3
|
*
|
|
4
4
|
* @see import("../svg/richeditor-image.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 RicheditorImage: IconDefinition = {
|
|
10
|
+
const RicheditorImage: 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": "M5.623 2h8.754c.482 0 .888 0 1.221.027.349.029.683.09 1 .253.484.246.876.638 1.122 1.121.162.318.224.652.253 1 .027.334.027.74.027 1.222v8.754c0 .482 0 .888-.027 1.221-.029.349-.09.683-.253 1A2.57 2.57 0 0 1 16.6 17.72c-.265.135-.54.2-.825.235-.37.045-.828.045-1.38.045H5.623c-.482 0-.888 0-1.221-.027-.349-.029-.683-.09-1-.253A2.57 2.57 0 0 1 2.28 16.6a2.4 2.4 0 0 1-.234-.82C2 15.41 2 14.95 2 14.396V5.623c0-.482 0-.888.027-1.221.029-.349.09-.683.253-1A2.57 2.57 0 0 1 3.4 2.28c.318-.162.652-.224 1-.253C4.736 2 5.142 2 5.624 2M4.525 3.532c-.256.02-.369.057-.439.093-.198.1-.36.263-.461.461-.036.07-.073.183-.093.439a16 16 0 0 0-.023 1.128v8.268l2.369-2.34.014-.014c.339-.351.625-.647.878-.87.266-.233.545-.432.886-.548a2.57 2.57 0 0 1 1.6-.017c.343.108.627.301.897.529.258.217.55.506.896.85l1.001.992c.261-.257.49-.478.697-.652.27-.228.555-.42.899-.53a2.57 2.57 0 0 1 1.6.02c.341.116.621.315.886.549q.169.15.359.339V5.653c0-.52-.001-.864-.023-1.128-.02-.256-.057-.37-.093-.439a1.06 1.06 0 0 0-.461-.461c-.07-.036-.183-.073-.439-.093a16 16 0 0 0-1.128-.023H5.653c-.52 0-.864.001-1.128.023M16.49 14.38l-.547-.55c-.365-.38-.608-.63-.81-.808-.194-.172-.3-.229-.375-.254a1.06 1.06 0 0 0-.659-.008c-.075.024-.182.078-.381.245-.16.135-.347.314-.6.563l2.8 2.804c.196-.101.356-.262.456-.46.036-.069.073-.182.093-.438.021-.258.023-.593.023-1.094m-2.588 2.11-2.384-2.39-.003-.002-1.508-1.495c-.373-.37-.621-.616-.827-.788-.198-.167-.306-.221-.38-.245a1.06 1.06 0 0 0-.659.007c-.074.026-.18.082-.375.253-.202.177-.445.428-.81.806l-.012.012-3.315 3.275c.101.194.26.352.456.451.07.036.183.073.439.093.264.022.608.023 1.128.023zM12.717 6.226a1.057 1.057 0 1 0 0 2.113 1.057 1.057 0 0 0 0-2.113m-2.566 1.057a2.566 2.566 0 1 1 5.132 0 2.566 2.566 0 0 1-5.132 0",
|
|
27
|
+
"clipRule": "evenodd"
|
|
28
|
+
},
|
|
29
|
+
"children": []
|
|
30
|
+
}
|
|
31
|
+
],
|
|
32
|
+
"metadata": ""
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
},
|
|
36
|
+
"name": "richeditor-image"
|
|
37
|
+
};
|
|
11
38
|
|
|
12
39
|
export default RicheditorImage;
|
|
@@ -2,11 +2,43 @@
|
|
|
2
2
|
* This file was automatically generated. Do not edit manually.
|
|
3
3
|
*
|
|
4
4
|
* @see import("../svg/richeditor-linkedhighlight-create.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 RicheditorLinkedhighlightCreate: IconDefinition = {
|
|
10
|
+
const RicheditorLinkedhighlightCreate: 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": "M3 3a1 1 0 0 0 0 2h8a1 1 0 1 0 0-2zM3 7.5a1 1 0 0 0 0 2h6a1 1 0 0 0 0-2zM2 13a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1M15.82 17.883l3-2.498c.24-.2.24-.57 0-.77l-3-2.498a.5.5 0 0 0-.82.385v1.496h-4.5c-.28 0-.5.225-.5.501v1.002c0 .277.22.502.5.502H15v1.495a.5.5 0 0 0 .82.385"
|
|
31
|
+
},
|
|
32
|
+
"children": []
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
],
|
|
37
|
+
"metadata": ""
|
|
38
|
+
}
|
|
39
|
+
]
|
|
40
|
+
},
|
|
41
|
+
"name": "richeditor-linkedhighlight-create"
|
|
42
|
+
};
|
|
11
43
|
|
|
12
44
|
export default RicheditorLinkedhighlightCreate;
|
|
@@ -2,11 +2,38 @@
|
|
|
2
2
|
* This file was automatically generated. Do not edit manually.
|
|
3
3
|
*
|
|
4
4
|
* @see import("../svg/richeditor-list-bullet.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 RicheditorListBullet: IconDefinition = {
|
|
10
|
+
const RicheditorListBullet: 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": "M9.615 3.154a1 1 0 1 0 0 2h8a1 1 0 1 0 0-2zm0 5.769a1 1 0 1 0 0 2h8a1 1 0 0 0 0-2zm-1 6.77a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2h-8a1 1 0 0 1-1-1M5 9.7c0 1.38-1.117 2.5-2.5 2.5S0 11.08 0 9.7s1.117-2.5 2.5-2.5S5 8.32 5 9.7",
|
|
27
|
+
"clipRule": "evenodd"
|
|
28
|
+
},
|
|
29
|
+
"children": []
|
|
30
|
+
}
|
|
31
|
+
],
|
|
32
|
+
"metadata": ""
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
},
|
|
36
|
+
"name": "richeditor-list-bullet"
|
|
37
|
+
};
|
|
11
38
|
|
|
12
39
|
export default RicheditorListBullet;
|
|
@@ -2,11 +2,36 @@
|
|
|
2
2
|
* This file was automatically generated. Do not edit manually.
|
|
3
3
|
*
|
|
4
4
|
* @see import("../svg/richeditor-list-indent.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 RicheditorListIndent: IconDefinition = {
|
|
10
|
+
const RicheditorListIndent: 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": "M2.53 6.97a.75.75 0 0 1 1.06 0l2.5 2.5a.75.75 0 0 1 0 1.06l-2.5 2.5a.75.75 0 1 1-1.06-1.06L4.5 10 2.53 8.03a.75.75 0 0 1 0-1.06M16.94 3.42a.75.75 0 0 1 0 1.5H8.61a.75.75 0 1 1 0-1.5zM16.94 7.31a.75.75 0 0 1 0 1.5H8.61a.75.75 0 1 1 0-1.5zM16.94 11.19a.75.75 0 0 1 0 1.5H8.61a.75.75 0 0 1 0-1.5zM16.94 15.08a.75.75 0 0 1 0 1.5H8.61a.75.75 0 0 1 0-1.5z"
|
|
26
|
+
},
|
|
27
|
+
"children": []
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"metadata": ""
|
|
31
|
+
}
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
"name": "richeditor-list-indent"
|
|
35
|
+
};
|
|
11
36
|
|
|
12
37
|
export default RicheditorListIndent;
|
|
@@ -2,11 +2,38 @@
|
|
|
2
2
|
* This file was automatically generated. Do not edit manually.
|
|
3
3
|
*
|
|
4
4
|
* @see import("../svg/richeditor-list-ordered.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 RicheditorListOrdered: IconDefinition = {
|
|
10
|
+
const RicheditorListOrdered: 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.616 4.154a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2h-8a1 1 0 0 1-1-1m0 5.769a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2h-8a1 1 0 0 1-1-1m1 4.77a1 1 0 1 0 0 2h8a1 1 0 1 0 0-2zM4.306 6.06a.81.81 0 0 1 .496.739v5.7h.148a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.252V8.731c-.128.13-.574.36-.702.23l-.616-.614a.41.41 0 0 1 0-.565l1.55-1.548a.8.8 0 0 1 .872-.173",
|
|
27
|
+
"clipRule": "evenodd"
|
|
28
|
+
},
|
|
29
|
+
"children": []
|
|
30
|
+
}
|
|
31
|
+
],
|
|
32
|
+
"metadata": ""
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
},
|
|
36
|
+
"name": "richeditor-list-ordered"
|
|
37
|
+
};
|
|
11
38
|
|
|
12
39
|
export default RicheditorListOrdered;
|
|
@@ -2,11 +2,36 @@
|
|
|
2
2
|
* This file was automatically generated. Do not edit manually.
|
|
3
3
|
*
|
|
4
4
|
* @see import("../svg/richeditor-list-unindent.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 RicheditorListUnindent: IconDefinition = {
|
|
10
|
+
const RicheditorListUnindent: 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": "M16.41 6.97a.75.75 0 1 1 1.06 1.06L15.5 10l1.97 1.97a.75.75 0 1 1-1.06 1.06l-2.5-2.5a.75.75 0 0 1 0-1.06zM11.39 15.08a.75.75 0 0 1 0 1.5H3.06a.75.75 0 0 1 0-1.5zM11.39 11.19a.75.75 0 0 1 0 1.5H3.06a.75.75 0 0 1 0-1.5zM11.39 7.31a.75.75 0 0 1 0 1.5H3.06a.75.75 0 1 1 0-1.5zM11.39 3.42a.75.75 0 0 1 0 1.5H3.06a.75.75 0 1 1 0-1.5z"
|
|
26
|
+
},
|
|
27
|
+
"children": []
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"metadata": ""
|
|
31
|
+
}
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
"name": "richeditor-list-unindent"
|
|
35
|
+
};
|
|
11
36
|
|
|
12
37
|
export default RicheditorListUnindent;
|
|
@@ -2,11 +2,36 @@
|
|
|
2
2
|
* This file was automatically generated. Do not edit manually.
|
|
3
3
|
*
|
|
4
4
|
* @see import("../svg/richeditor-mark-code.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 RicheditorMarkCode: IconDefinition = {
|
|
10
|
+
const RicheditorMarkCode: 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.23 3.925a.75.75 0 1 0-1.46-.35l-3 12.5a.75.75 0 1 0 1.46.35zM6.53 6.22a.75.75 0 0 1 0 1.06L3.81 10l2.72 2.72a.75.75 0 1 1-1.06 1.06l-3.25-3.25a.75.75 0 0 1 0-1.06l3.25-3.25a.75.75 0 0 1 1.06 0M13.47 6.22a.75.75 0 0 1 1.06 0l3.25 3.25a.75.75 0 0 1 0 1.06l-3.25 3.25a.75.75 0 1 1-1.06-1.06L16.19 10l-2.72-2.72a.75.75 0 0 1 0-1.06"
|
|
26
|
+
},
|
|
27
|
+
"children": []
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"metadata": ""
|
|
31
|
+
}
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
"name": "richeditor-mark-code"
|
|
35
|
+
};
|
|
11
36
|
|
|
12
37
|
export default RicheditorMarkCode;
|
|
@@ -2,11 +2,36 @@
|
|
|
2
2
|
* This file was automatically generated. Do not edit manually.
|
|
3
3
|
*
|
|
4
4
|
* @see import("../svg/richeditor-mark-em.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 RicheditorMarkEm: IconDefinition = {
|
|
10
|
+
const RicheditorMarkEm: 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": "M6.896 4.429c0-.513.416-.929.929-.929h5.571a.929.929 0 0 1 0 1.857h-1.582L9.67 14.643h1.87a.929.929 0 0 1 0 1.857H5.967a.929.929 0 0 1 0-1.857h1.796l2.144-9.286H7.825a.93.93 0 0 1-.929-.928"
|
|
26
|
+
},
|
|
27
|
+
"children": []
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"metadata": ""
|
|
31
|
+
}
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
"name": "richeditor-mark-em"
|
|
35
|
+
};
|
|
11
36
|
|
|
12
37
|
export default RicheditorMarkEm;
|
|
@@ -2,11 +2,36 @@
|
|
|
2
2
|
* This file was automatically generated. Do not edit manually.
|
|
3
3
|
*
|
|
4
4
|
* @see import("../svg/richeditor-mark-highlight.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 RicheditorMarkHighlight: IconDefinition = {
|
|
10
|
+
const RicheditorMarkHighlight: 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": "M11.595 3.595a3.402 3.402 0 0 1 4.81 4.81L8.811 16h7.44a.75.75 0 0 1 0 1.5H3.5a1 1 0 0 1-1-1V13c0-.199.08-.39.22-.53zM4 13.31V16h2.69l7.212-7.213-2.688-2.69zm11.345-8.655a1.9 1.9 0 0 0-2.69 0l-.557.559 2.688 2.69.559-.56a1.9 1.9 0 0 0 0-2.689"
|
|
26
|
+
},
|
|
27
|
+
"children": []
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"metadata": ""
|
|
31
|
+
}
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
"name": "richeditor-mark-highlight"
|
|
35
|
+
};
|
|
11
36
|
|
|
12
37
|
export default RicheditorMarkHighlight;
|
|
@@ -2,11 +2,36 @@
|
|
|
2
2
|
* This file was automatically generated. Do not edit manually.
|
|
3
3
|
*
|
|
4
4
|
* @see import("../svg/richeditor-mark-strike.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 RicheditorMarkStrike: IconDefinition = {
|
|
10
|
+
const RicheditorMarkStrike: 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.514 11.625a.75.75 0 0 1 .949.474c.117.352.182.735.192 1.14a3.81 3.81 0 0 1-1.108 2.812c-.9.92-2.253 1.449-3.715 1.449H9.83c-3.268 0-4.496-1.776-4.951-3.267a.75.75 0 1 1 1.435-.437C6.774 15.3 7.891 16 9.831 16c1.061 0 2.023-.363 2.642-.997a2.35 2.35 0 0 0 .682-1.729 2.4 2.4 0 0 0-.115-.7.75.75 0 0 1 .474-.95M9.83 2.5c1.19 0 3.343.368 4.385 2.834a.75.75 0 0 1-.399.983.75.75 0 0 1-.983-.399C12.295 4.645 11.285 4 9.83 4c-.602 0-1.934.212-2.663 1.014-.394.434-.552.982-.485 1.68.045.468.184 1.893 3.18 2.428q.31.055.645.128h5.243a.75.75 0 0 1 0 1.5h-12a.75.75 0 0 1 0-1.5h2.67a3.58 3.58 0 0 1-1.23-2.413c-.108-1.109.192-2.088.868-2.831C7.387 2.543 9.584 2.5 9.83 2.5"
|
|
26
|
+
},
|
|
27
|
+
"children": []
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"metadata": ""
|
|
31
|
+
}
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
"name": "richeditor-mark-strike"
|
|
35
|
+
};
|
|
11
36
|
|
|
12
37
|
export default RicheditorMarkStrike;
|
|
@@ -2,11 +2,36 @@
|
|
|
2
2
|
* This file was automatically generated. Do not edit manually.
|
|
3
3
|
*
|
|
4
4
|
* @see import("../svg/richeditor-mark-strong.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 RicheditorMarkStrong: IconDefinition = {
|
|
10
|
+
const RicheditorMarkStrong: 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.009 16.5h4.207c2.766 0 4.433-1.387 4.433-3.676 0-1.73-1.19-2.982-2.955-3.18v-.072c1.297-.216 2.315-1.45 2.315-2.829 0-1.964-1.514-3.243-3.82-3.243H7.01C6.379 3.5 6 3.896 6 4.545v10.91c0 .649.378 1.045 1.009 1.045m1.009-7.468V5.149h2.685c1.46 0 2.288.666 2.288 1.874 0 1.288-.964 2.009-2.712 2.009zm0 5.82v-4.28h2.667c1.91 0 2.9.72 2.9 2.126s-.963 2.153-2.783 2.153z"
|
|
26
|
+
},
|
|
27
|
+
"children": []
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"metadata": ""
|
|
31
|
+
}
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
"name": "richeditor-mark-strong"
|
|
35
|
+
};
|
|
11
36
|
|
|
12
37
|
export default RicheditorMarkStrong;
|