@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,76 @@
|
|
|
2
2
|
* This file was automatically generated. Do not edit manually.
|
|
3
3
|
*
|
|
4
4
|
* @see import("../svg/integration-figma.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 IntegrationFigma: IconDefinition = {
|
|
10
|
+
const IntegrationFigma: IconDefinition = {
|
|
11
|
+
"icon": {
|
|
12
|
+
"type": "root",
|
|
13
|
+
"children": [
|
|
14
|
+
{
|
|
15
|
+
"type": "element",
|
|
16
|
+
"tagName": "svg",
|
|
17
|
+
"properties": {
|
|
18
|
+
"width": 20,
|
|
19
|
+
"height": 20,
|
|
20
|
+
"fill": "none",
|
|
21
|
+
"viewBox": "0 0 20 20"
|
|
22
|
+
},
|
|
23
|
+
"children": [
|
|
24
|
+
{
|
|
25
|
+
"type": "element",
|
|
26
|
+
"tagName": "path",
|
|
27
|
+
"properties": {
|
|
28
|
+
"fill": "#1abcfe",
|
|
29
|
+
"d": "M10 10a3 3 0 1 1 6 0 3 3 0 0 1-6 0"
|
|
30
|
+
},
|
|
31
|
+
"children": []
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"type": "element",
|
|
35
|
+
"tagName": "path",
|
|
36
|
+
"properties": {
|
|
37
|
+
"fill": "#0acf83",
|
|
38
|
+
"d": "M4 16a3 3 0 0 1 3-3h3v3a3 3 0 1 1-6 0"
|
|
39
|
+
},
|
|
40
|
+
"children": []
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"type": "element",
|
|
44
|
+
"tagName": "path",
|
|
45
|
+
"properties": {
|
|
46
|
+
"fill": "#ff7262",
|
|
47
|
+
"d": "M10 1v6h3a3 3 0 1 0 0-6z"
|
|
48
|
+
},
|
|
49
|
+
"children": []
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"type": "element",
|
|
53
|
+
"tagName": "path",
|
|
54
|
+
"properties": {
|
|
55
|
+
"fill": "#f24e1e",
|
|
56
|
+
"d": "M4 4a3 3 0 0 0 3 3h3V1H7a3 3 0 0 0-3 3"
|
|
57
|
+
},
|
|
58
|
+
"children": []
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"type": "element",
|
|
62
|
+
"tagName": "path",
|
|
63
|
+
"properties": {
|
|
64
|
+
"fill": "#a259ff",
|
|
65
|
+
"d": "M4 10a3 3 0 0 0 3 3h3V7H7a3 3 0 0 0-3 3"
|
|
66
|
+
},
|
|
67
|
+
"children": []
|
|
68
|
+
}
|
|
69
|
+
],
|
|
70
|
+
"metadata": ""
|
|
71
|
+
}
|
|
72
|
+
]
|
|
73
|
+
},
|
|
74
|
+
"name": "integration-figma"
|
|
75
|
+
};
|
|
11
76
|
|
|
12
77
|
export default IntegrationFigma;
|
|
@@ -2,11 +2,38 @@
|
|
|
2
2
|
* This file was automatically generated. Do not edit manually.
|
|
3
3
|
*
|
|
4
4
|
* @see import("../svg/integration-github.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 IntegrationGithub: IconDefinition = {
|
|
10
|
+
const IntegrationGithub: 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 2c-4.42 0-8 3.58-8 8 0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27s1.36.09 2 .27c1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.01 8.01 0 0 0 18 10c0-4.42-3.58-8-8-8",
|
|
27
|
+
"clipRule": "evenodd"
|
|
28
|
+
},
|
|
29
|
+
"children": []
|
|
30
|
+
}
|
|
31
|
+
],
|
|
32
|
+
"metadata": ""
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
},
|
|
36
|
+
"name": "integration-github"
|
|
37
|
+
};
|
|
11
38
|
|
|
12
39
|
export default IntegrationGithub;
|
|
@@ -2,11 +2,36 @@
|
|
|
2
2
|
* This file was automatically generated. Do not edit manually.
|
|
3
3
|
*
|
|
4
4
|
* @see import("../svg/integration-gitlab.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 IntegrationGitlab: IconDefinition = {
|
|
10
|
+
const IntegrationGitlab: 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": "m17.734 8.636-.022-.058-2.178-5.717a.57.57 0 0 0-.89-.236.6.6 0 0 0-.194.295l-1.47 4.526H7.025L5.555 2.92a.57.57 0 0 0-.194-.296.58.58 0 0 0-.666-.036.57.57 0 0 0-.224.272L2.289 8.575l-.022.058a4.1 4.1 0 0 0-.11 2.576 4.07 4.07 0 0 0 1.452 2.125l.007.006.02.014 3.318 2.5 1.64 1.249 1 .76a.67.67 0 0 0 .814 0l1-.76 1.64-1.25 3.338-2.514.009-.007a4.07 4.07 0 0 0 1.448-2.123 4.1 4.1 0 0 0-.109-2.573"
|
|
26
|
+
},
|
|
27
|
+
"children": []
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"metadata": ""
|
|
31
|
+
}
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
"name": "integration-gitlab"
|
|
35
|
+
};
|
|
11
36
|
|
|
12
37
|
export default IntegrationGitlab;
|
|
@@ -2,11 +2,85 @@
|
|
|
2
2
|
* This file was automatically generated. Do not edit manually.
|
|
3
3
|
*
|
|
4
4
|
* @see import("../svg/integration-google-drive.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 IntegrationGoogleDrive: IconDefinition = {
|
|
10
|
+
const IntegrationGoogleDrive: IconDefinition = {
|
|
11
|
+
"icon": {
|
|
12
|
+
"type": "root",
|
|
13
|
+
"children": [
|
|
14
|
+
{
|
|
15
|
+
"type": "element",
|
|
16
|
+
"tagName": "svg",
|
|
17
|
+
"properties": {
|
|
18
|
+
"width": 20,
|
|
19
|
+
"height": 20,
|
|
20
|
+
"fill": "none",
|
|
21
|
+
"viewBox": "0 0 20 20"
|
|
22
|
+
},
|
|
23
|
+
"children": [
|
|
24
|
+
{
|
|
25
|
+
"type": "element",
|
|
26
|
+
"tagName": "path",
|
|
27
|
+
"properties": {
|
|
28
|
+
"fill": "#0066da",
|
|
29
|
+
"d": "m2.36 15.784.795 1.37c.165.29.402.516.68.681l2.835-4.907H1c0 .32.082.639.247.928z"
|
|
30
|
+
},
|
|
31
|
+
"children": []
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"type": "element",
|
|
35
|
+
"tagName": "path",
|
|
36
|
+
"properties": {
|
|
37
|
+
"fill": "#00ac47",
|
|
38
|
+
"d": "M10 7.155 7.165 2.247a1.9 1.9 0 0 0-.68.68L1.247 12a1.87 1.87 0 0 0-.247.928h5.67z"
|
|
39
|
+
},
|
|
40
|
+
"children": []
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"type": "element",
|
|
44
|
+
"tagName": "path",
|
|
45
|
+
"properties": {
|
|
46
|
+
"fill": "#ea4335",
|
|
47
|
+
"d": "M16.165 17.835c.278-.165.515-.392.68-.68l.33-.567 1.578-2.732c.165-.289.247-.609.247-.928h-5.67l1.206 2.371z"
|
|
48
|
+
},
|
|
49
|
+
"children": []
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"type": "element",
|
|
53
|
+
"tagName": "path",
|
|
54
|
+
"properties": {
|
|
55
|
+
"fill": "#00832d",
|
|
56
|
+
"d": "m10 7.155 2.835-4.908A1.8 1.8 0 0 0 11.907 2H8.093c-.33 0-.65.093-.928.247z"
|
|
57
|
+
},
|
|
58
|
+
"children": []
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"type": "element",
|
|
62
|
+
"tagName": "path",
|
|
63
|
+
"properties": {
|
|
64
|
+
"fill": "#2684fc",
|
|
65
|
+
"d": "M13.33 12.928H6.67l-2.835 4.907c.278.165.598.247.928.247h10.474c.33 0 .65-.092.928-.247z"
|
|
66
|
+
},
|
|
67
|
+
"children": []
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"type": "element",
|
|
71
|
+
"tagName": "path",
|
|
72
|
+
"properties": {
|
|
73
|
+
"fill": "#ffba00",
|
|
74
|
+
"d": "m16.134 7.464-2.619-4.536a1.9 1.9 0 0 0-.68-.68L10 7.154l3.33 5.773h5.66c0-.32-.083-.64-.248-.928z"
|
|
75
|
+
},
|
|
76
|
+
"children": []
|
|
77
|
+
}
|
|
78
|
+
],
|
|
79
|
+
"metadata": ""
|
|
80
|
+
}
|
|
81
|
+
]
|
|
82
|
+
},
|
|
83
|
+
"name": "integration-google-drive"
|
|
84
|
+
};
|
|
11
85
|
|
|
12
86
|
export default IntegrationGoogleDrive;
|
|
@@ -2,11 +2,76 @@
|
|
|
2
2
|
* This file was automatically generated. Do not edit manually.
|
|
3
3
|
*
|
|
4
4
|
* @see import("../svg/integration-google-map.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 IntegrationGoogleMap: IconDefinition = {
|
|
10
|
+
const IntegrationGoogleMap: IconDefinition = {
|
|
11
|
+
"icon": {
|
|
12
|
+
"type": "root",
|
|
13
|
+
"children": [
|
|
14
|
+
{
|
|
15
|
+
"type": "element",
|
|
16
|
+
"tagName": "svg",
|
|
17
|
+
"properties": {
|
|
18
|
+
"width": 20,
|
|
19
|
+
"height": 20,
|
|
20
|
+
"fill": "none",
|
|
21
|
+
"viewBox": "0 0 20 20"
|
|
22
|
+
},
|
|
23
|
+
"children": [
|
|
24
|
+
{
|
|
25
|
+
"type": "element",
|
|
26
|
+
"tagName": "path",
|
|
27
|
+
"properties": {
|
|
28
|
+
"fill": "#1a73e8",
|
|
29
|
+
"d": "M11.97 1.387a6.16 6.16 0 0 0-6.57 1.91l2.907 2.446z"
|
|
30
|
+
},
|
|
31
|
+
"children": []
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"type": "element",
|
|
35
|
+
"tagName": "path",
|
|
36
|
+
"properties": {
|
|
37
|
+
"fill": "#ea4335",
|
|
38
|
+
"d": "M5.399 3.297a6.13 6.13 0 0 0-1.442 3.955c0 1.157.231 2.095.61 2.935l3.738-4.444z"
|
|
39
|
+
},
|
|
40
|
+
"children": []
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"type": "element",
|
|
44
|
+
"tagName": "path",
|
|
45
|
+
"properties": {
|
|
46
|
+
"fill": "#4285f4",
|
|
47
|
+
"d": "M10.11 4.9a2.353 2.353 0 0 1 1.798 3.872l3.663-4.355a6.17 6.17 0 0 0-3.6-3.03L8.305 5.743a2.35 2.35 0 0 1 1.806-.843"
|
|
48
|
+
},
|
|
49
|
+
"children": []
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"type": "element",
|
|
53
|
+
"tagName": "path",
|
|
54
|
+
"properties": {
|
|
55
|
+
"fill": "#fbbc04",
|
|
56
|
+
"d": "M10.11 9.605a2.353 2.353 0 0 1-1.805-3.864l-3.738 4.446c.638 1.417 1.701 2.554 2.796 3.988l4.544-5.403c-.431.51-1.076.833-1.796.833"
|
|
57
|
+
},
|
|
58
|
+
"children": []
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"type": "element",
|
|
62
|
+
"tagName": "path",
|
|
63
|
+
"properties": {
|
|
64
|
+
"fill": "#34a853",
|
|
65
|
+
"d": "M11.817 15.65c2.052-3.21 4.446-4.667 4.446-8.398 0-1.023-.251-1.987-.692-2.835l-8.207 9.758c.348.456.699.941 1.041 1.476 1.248 1.928.902 3.084 1.707 3.084.803 0 .457-1.158 1.705-3.086"
|
|
66
|
+
},
|
|
67
|
+
"children": []
|
|
68
|
+
}
|
|
69
|
+
],
|
|
70
|
+
"metadata": ""
|
|
71
|
+
}
|
|
72
|
+
]
|
|
73
|
+
},
|
|
74
|
+
"name": "integration-google-map"
|
|
75
|
+
};
|
|
11
76
|
|
|
12
77
|
export default IntegrationGoogleMap;
|
|
@@ -2,11 +2,40 @@
|
|
|
2
2
|
* This file was automatically generated. Do not edit manually.
|
|
3
3
|
*
|
|
4
4
|
* @see import("../svg/integration-intercom.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 IntegrationIntercom: IconDefinition = {
|
|
10
|
+
const IntegrationIntercom: IconDefinition = {
|
|
11
|
+
"icon": {
|
|
12
|
+
"type": "root",
|
|
13
|
+
"children": [
|
|
14
|
+
{
|
|
15
|
+
"type": "element",
|
|
16
|
+
"tagName": "svg",
|
|
17
|
+
"properties": {
|
|
18
|
+
"width": 20,
|
|
19
|
+
"height": 20,
|
|
20
|
+
"fill": "none",
|
|
21
|
+
"viewBox": "0 0 20 20"
|
|
22
|
+
},
|
|
23
|
+
"children": [
|
|
24
|
+
{
|
|
25
|
+
"type": "element",
|
|
26
|
+
"tagName": "path",
|
|
27
|
+
"properties": {
|
|
28
|
+
"fill": "#1f8ded",
|
|
29
|
+
"d": "M15.704 10.775a.519.519 0 0 1-1.037 0V6.112a.519.519 0 0 1 1.037 0zm-.18 3.246c-.08.068-2.002 1.68-5.524 1.68-3.521 0-5.442-1.612-5.522-1.68a.519.519 0 0 1 .674-.789c.03.026 1.745 1.432 4.849 1.432 3.142 0 4.83-1.416 4.847-1.43a.518.518 0 1 1 .675.787M4.296 6.11a.519.519 0 0 1 1.037 0v4.664a.518.518 0 0 1-1.037 0zm2.592-1.037a.519.519 0 0 1 1.037 0v6.928a.519.519 0 0 1-1.037 0zm2.593-.262a.518.518 0 1 1 1.037 0v7.519a.52.52 0 0 1-1.037 0zm2.593.262a.519.519 0 0 1 1.037 0v6.928a.518.518 0 0 1-1.037 0zm3.759-2.851H4.167c-1.074 0-1.944.87-1.944 1.944v11.667c0 1.074.87 1.944 1.944 1.944h11.667c1.074 0 1.944-.87 1.944-1.944V4.167c0-1.074-.87-1.944-1.944-1.944"
|
|
30
|
+
},
|
|
31
|
+
"children": []
|
|
32
|
+
}
|
|
33
|
+
],
|
|
34
|
+
"metadata": ""
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
"name": "integration-intercom"
|
|
39
|
+
};
|
|
11
40
|
|
|
12
41
|
export default IntegrationIntercom;
|
|
@@ -2,11 +2,38 @@
|
|
|
2
2
|
* This file was automatically generated. Do not edit manually.
|
|
3
3
|
*
|
|
4
4
|
* @see import("../svg/integration-jira.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 IntegrationJira: IconDefinition = {
|
|
10
|
+
const IntegrationJira: 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": "m2.1 11.063 7.357 7.459a.764.764 0 0 0 1.086 0l7.359-7.459a1.523 1.523 0 0 0 0-2.126l-7.359-7.459a.77.77 0 0 0-.555-.228.76.76 0 0 0-.531.228L2.098 8.937a1.523 1.523 0 0 0 0 2.126zm6.47-6.498v.018ZM3.224 10l4.97-5.037c.095.747.363 1.458.779 2.078L6.597 9.449a.784.784 0 0 0 0 1.101l2.855 2.894c.501.543.8 1.247.847 1.99-.03.471-.163.93-.388 1.344zm8.206 5.422v-.005Zm.378-.384a4.8 4.8 0 0 0-.779-2.079l2.375-2.408a.784.784 0 0 0 0-1.1l-2.848-2.888a3.24 3.24 0 0 1-.854-1.997c.03-.475.164-.933.388-1.344L16.777 10zM10 8.203 8.227 10 10 11.797 11.773 10z",
|
|
27
|
+
"clipRule": "evenodd"
|
|
28
|
+
},
|
|
29
|
+
"children": []
|
|
30
|
+
}
|
|
31
|
+
],
|
|
32
|
+
"metadata": ""
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
},
|
|
36
|
+
"name": "integration-jira"
|
|
37
|
+
};
|
|
11
38
|
|
|
12
39
|
export default IntegrationJira;
|
|
@@ -2,11 +2,40 @@
|
|
|
2
2
|
* This file was automatically generated. Do not edit manually.
|
|
3
3
|
*
|
|
4
4
|
* @see import("../svg/integration-loom.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 IntegrationLoom: IconDefinition = {
|
|
10
|
+
const IntegrationLoom: IconDefinition = {
|
|
11
|
+
"icon": {
|
|
12
|
+
"type": "root",
|
|
13
|
+
"children": [
|
|
14
|
+
{
|
|
15
|
+
"type": "element",
|
|
16
|
+
"tagName": "svg",
|
|
17
|
+
"properties": {
|
|
18
|
+
"width": 20,
|
|
19
|
+
"height": 20,
|
|
20
|
+
"fill": "none",
|
|
21
|
+
"viewBox": "0 0 20 20"
|
|
22
|
+
},
|
|
23
|
+
"children": [
|
|
24
|
+
{
|
|
25
|
+
"type": "element",
|
|
26
|
+
"tagName": "path",
|
|
27
|
+
"properties": {
|
|
28
|
+
"fill": "#625df5",
|
|
29
|
+
"d": "M19 9.013h-5.255l4.558-2.642-.987-1.742-4.558 2.642L15.4 2.713l-1.742-1.016-2.642 4.558V1H9.013v5.255L6.37 1.697l-1.742.987 2.642 4.558-4.558-2.613-.987 1.742 4.558 2.642H1v2.003h5.255L1.697 13.63l.987 1.742 4.558-2.642L4.6 17.287l1.742.987 2.642-4.558V19h2.003v-5.255l2.642 4.558 1.742-.987-2.642-4.558 4.558 2.642.987-1.742-4.558-2.642H19zm-9 3.716A2.726 2.726 0 0 1 7.271 10c0-1.51 1.22-2.729 2.729-2.729s2.729 1.22 2.729 2.729-1.22 2.729-2.729 2.729"
|
|
30
|
+
},
|
|
31
|
+
"children": []
|
|
32
|
+
}
|
|
33
|
+
],
|
|
34
|
+
"metadata": ""
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
"name": "integration-loom"
|
|
39
|
+
};
|
|
11
40
|
|
|
12
41
|
export default IntegrationLoom;
|
|
@@ -2,11 +2,51 @@
|
|
|
2
2
|
* This file was automatically generated. Do not edit manually.
|
|
3
3
|
*
|
|
4
4
|
* @see import("../svg/integration-miro.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 IntegrationMiro: IconDefinition = {
|
|
10
|
+
const IntegrationMiro: IconDefinition = {
|
|
11
|
+
"icon": {
|
|
12
|
+
"type": "root",
|
|
13
|
+
"children": [
|
|
14
|
+
{
|
|
15
|
+
"type": "element",
|
|
16
|
+
"tagName": "svg",
|
|
17
|
+
"properties": {
|
|
18
|
+
"width": 20,
|
|
19
|
+
"height": 20,
|
|
20
|
+
"fill": "none",
|
|
21
|
+
"viewBox": "0 0 20 20"
|
|
22
|
+
},
|
|
23
|
+
"children": [
|
|
24
|
+
{
|
|
25
|
+
"type": "element",
|
|
26
|
+
"tagName": "path",
|
|
27
|
+
"properties": {
|
|
28
|
+
"fill": "#ffd02f",
|
|
29
|
+
"d": "M4.9 1h10.2C17.238 1 19 2.763 19 4.9v10.2c0 2.138-1.762 3.9-3.9 3.9H4.9C2.763 19 1 17.238 1 15.1V4.9C1 2.763 2.763 1 4.9 1"
|
|
30
|
+
},
|
|
31
|
+
"children": []
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"type": "element",
|
|
35
|
+
"tagName": "path",
|
|
36
|
+
"properties": {
|
|
37
|
+
"fill": "#050038",
|
|
38
|
+
"fillRule": "evenodd",
|
|
39
|
+
"d": "M13.488 3.25H11.5l1.65 2.888-3.6-2.888H7.562l1.8 3.525-3.75-3.525H3.625l1.987 4.5-1.987 9h1.987L9.4 7.113 7.562 16.75H9.55l3.637-10.275-1.65 10.275h1.988l3.6-11.25z",
|
|
40
|
+
"clipRule": "evenodd"
|
|
41
|
+
},
|
|
42
|
+
"children": []
|
|
43
|
+
}
|
|
44
|
+
],
|
|
45
|
+
"metadata": ""
|
|
46
|
+
}
|
|
47
|
+
]
|
|
48
|
+
},
|
|
49
|
+
"name": "integration-miro"
|
|
50
|
+
};
|
|
11
51
|
|
|
12
52
|
export default IntegrationMiro;
|
|
@@ -2,11 +2,40 @@
|
|
|
2
2
|
* This file was automatically generated. Do not edit manually.
|
|
3
3
|
*
|
|
4
4
|
* @see import("../svg/integration-mixpanel.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 IntegrationMixpanel: IconDefinition = {
|
|
10
|
+
const IntegrationMixpanel: IconDefinition = {
|
|
11
|
+
"icon": {
|
|
12
|
+
"type": "root",
|
|
13
|
+
"children": [
|
|
14
|
+
{
|
|
15
|
+
"type": "element",
|
|
16
|
+
"tagName": "svg",
|
|
17
|
+
"properties": {
|
|
18
|
+
"width": 20,
|
|
19
|
+
"height": 20,
|
|
20
|
+
"fill": "none",
|
|
21
|
+
"viewBox": "0 0 20 20"
|
|
22
|
+
},
|
|
23
|
+
"children": [
|
|
24
|
+
{
|
|
25
|
+
"type": "element",
|
|
26
|
+
"tagName": "path",
|
|
27
|
+
"properties": {
|
|
28
|
+
"fill": "#1b0b3b",
|
|
29
|
+
"d": "M6.225 8.085h2.288c-.573-.359-.787-.859-1.073-1.787l-.86-3.184C6.19 1.682 5.867 1 4.294 1h-3.29v.86h.468c.965 0 1.074.358 1.36 1.432l.75 2.792c.392 1.356 1.002 2.001 2.644 2.001m5.294 0h2.288c1.647 0 2.216-.645 2.611-2.001l.75-2.792c.287-1.074.429-1.433 1.36-1.433h.468V1H15.74c-1.61 0-1.933.645-2.292 2.11l-.859 3.184c-.28.965-.497 1.432-1.07 1.791m-3.006 3.003h3.006V8.082H8.513zm-7.51 7.085h3.29c1.573 0 1.896-.681 2.288-2.11l.859-3.184c.286-.928.5-1.432 1.073-1.787H6.225c-1.646 0-2.255.645-2.647 2.001l-.75 2.792c-.29 1.07-.396 1.429-1.36 1.429H1zm14.737 0h3.256v-.86h-.467c-.929 0-1.074-.358-1.36-1.431l-.75-2.793c-.392-1.36-.965-2.001-2.612-2.001h-2.284c.573.359.78.823 1.066 1.788l.86 3.183c.355 1.469.678 2.114 2.291 2.114"
|
|
30
|
+
},
|
|
31
|
+
"children": []
|
|
32
|
+
}
|
|
33
|
+
],
|
|
34
|
+
"metadata": ""
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
"name": "integration-mixpanel"
|
|
39
|
+
};
|
|
11
40
|
|
|
12
41
|
export default IntegrationMixpanel;
|
|
@@ -2,11 +2,65 @@
|
|
|
2
2
|
* This file was automatically generated. Do not edit manually.
|
|
3
3
|
*
|
|
4
4
|
* @see import("../svg/integration-slack.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 IntegrationSlack: IconDefinition = {
|
|
10
|
+
const IntegrationSlack: IconDefinition = {
|
|
11
|
+
"icon": {
|
|
12
|
+
"type": "root",
|
|
13
|
+
"children": [
|
|
14
|
+
{
|
|
15
|
+
"type": "element",
|
|
16
|
+
"tagName": "svg",
|
|
17
|
+
"properties": {
|
|
18
|
+
"fill": "none",
|
|
19
|
+
"viewBox": "0 0 20 20"
|
|
20
|
+
},
|
|
21
|
+
"children": [
|
|
22
|
+
{
|
|
23
|
+
"type": "element",
|
|
24
|
+
"tagName": "path",
|
|
25
|
+
"properties": {
|
|
26
|
+
"fill": "#e01e5a",
|
|
27
|
+
"d": "M5.941 11.847c0 .81-.66 1.47-1.47 1.47S3 12.658 3 11.848s.661-1.47 1.47-1.47h1.471zM6.682 11.847c0-.81.662-1.47 1.471-1.47.81 0 1.47.66 1.47 1.47v3.682c0 .81-.66 1.471-1.47 1.471s-1.47-.661-1.47-1.47z"
|
|
28
|
+
},
|
|
29
|
+
"children": []
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"type": "element",
|
|
33
|
+
"tagName": "path",
|
|
34
|
+
"properties": {
|
|
35
|
+
"fill": "#36c5f0",
|
|
36
|
+
"d": "M8.153 5.941c-.81 0-1.47-.66-1.47-1.47S7.342 3 8.152 3s1.47.661 1.47 1.47v1.471zM8.153 6.682c.81 0 1.47.662 1.47 1.471 0 .81-.66 1.47-1.47 1.47H4.471C3.66 9.624 3 8.964 3 8.154s.661-1.47 1.47-1.47z"
|
|
37
|
+
},
|
|
38
|
+
"children": []
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"type": "element",
|
|
42
|
+
"tagName": "path",
|
|
43
|
+
"properties": {
|
|
44
|
+
"fill": "#2eb67d",
|
|
45
|
+
"d": "M14.059 8.153c0-.81.66-1.47 1.47-1.47S17 7.342 17 8.152s-.661 1.47-1.47 1.47h-1.471zM13.318 8.153c0 .81-.662 1.47-1.471 1.47-.81 0-1.47-.66-1.47-1.47V4.471c0-.81.66-1.471 1.47-1.471s1.47.661 1.47 1.47z"
|
|
46
|
+
},
|
|
47
|
+
"children": []
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"type": "element",
|
|
51
|
+
"tagName": "path",
|
|
52
|
+
"properties": {
|
|
53
|
+
"fill": "#ecb22e",
|
|
54
|
+
"d": "M11.847 14.059c.81 0 1.47.66 1.47 1.47S12.658 17 11.848 17s-1.47-.661-1.47-1.47v-1.471zM11.847 13.318c-.81 0-1.47-.662-1.47-1.471 0-.81.66-1.47 1.47-1.47h3.682c.81 0 1.471.66 1.471 1.47s-.661 1.47-1.47 1.47z"
|
|
55
|
+
},
|
|
56
|
+
"children": []
|
|
57
|
+
}
|
|
58
|
+
],
|
|
59
|
+
"metadata": ""
|
|
60
|
+
}
|
|
61
|
+
]
|
|
62
|
+
},
|
|
63
|
+
"name": "integration-slack"
|
|
64
|
+
};
|
|
11
65
|
|
|
12
66
|
export default IntegrationSlack;
|