@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,811 @@
|
|
|
2
2
|
* This file was automatically generated. Do not edit manually.
|
|
3
3
|
*
|
|
4
4
|
* @see import("../svg/integration-fibery.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 IntegrationFibery: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20,"fill":"none"},"children":[{"type":"element","tagName":"g","properties":{"clipPath":"url(#IntegrationFibery__a)"},"children":[{"type":"element","tagName":"path","properties":{"d":"M15 0H5a5 5 0 0 0-5 5v10a5 5 0 0 0 5 5h10a5 5 0 0 0 5-5V5a5 5 0 0 0-5-5Z","fill":"#000"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M6.368 14.804c-.272 0-.538-.076-.771-.218a1.509 1.509 0 0 1-.55-.589 1.53 1.53 0 0 1 .084-1.558l5.563-8.257a1.486 1.486 0 0 1 2.046-.348 1.53 1.53 0 0 1 .432 2.052l-5.563 8.257a1.503 1.503 0 0 1-1.241.661Z","fill":"url(#IntegrationFibery__b)","fillOpacity":0.5},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m9.37 5.121-.72-.784a1.491 1.491 0 0 0-2.12-.081 1.527 1.527 0 0 0-.08 2.145l.373.407 1.486-.112L9.37 5.12Z","fill":"url(#IntegrationFibery__c)","fillOpacity":0.5},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m13.177 6.906 1.634-.124a1.483 1.483 0 0 1 .506.048c.384.104.712.358.91.707.2.348.253.762.15 1.15-.102.389-.354.72-.698.921l-7.123 4.156 4.62-6.858Z","fill":"url(#IntegrationFibery__d)","fillOpacity":0.5},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M10.461 16.429a1.49 1.49 0 0 1-.892-.296 1.517 1.517 0 0 1-.544-.774l-.31-1.02 1.632-.953 1.392.553.16.526c.118.385.079.8-.107 1.156a1.505 1.505 0 0 1-1.33.808Z","fill":"url(#IntegrationFibery__e)","fillOpacity":0.5},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m14.307 11.076-3.327 1.941 2.74 1.089c.175.068.36.102.548.1v-.001c.35 0 .687-.124.956-.349a1.532 1.532 0 0 0 .356-1.9 1.505 1.505 0 0 0-.764-.678l-.509-.202Z","fill":"url(#IntegrationFibery__f)","fillOpacity":0.5},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m7.898 7.306-2.16 3.205-.552.042a1.49 1.49 0 0 1-1.155-.42 1.527 1.527 0 0 1-.077-2.104c.26-.292.62-.472 1.008-.5l2.936-.223Z","fill":"url(#IntegrationFibery__g)","fillOpacity":0.5},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M6.368 14.804c-.272 0-.538-.076-.771-.218a1.509 1.509 0 0 1-.55-.589 1.53 1.53 0 0 1 .084-1.558l5.563-8.257a1.486 1.486 0 0 1 2.046-.348 1.53 1.53 0 0 1 .432 2.052l-5.563 8.257a1.503 1.503 0 0 1-1.241.661Z","fill":"url(#IntegrationFibery__h)"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M6.368 14.804c-.272 0-.538-.076-.771-.218a1.509 1.509 0 0 1-.55-.589 1.53 1.53 0 0 1 .084-1.558l5.563-8.257a1.486 1.486 0 0 1 2.046-.348 1.53 1.53 0 0 1 .432 2.052l-5.563 8.257a1.503 1.503 0 0 1-1.241.661Z","fill":"url(#IntegrationFibery__i)","fillOpacity":0.1},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m13.177 6.906 1.634-.124a1.483 1.483 0 0 1 .506.048c.384.104.712.358.91.707.2.348.253.762.15 1.15-.102.389-.354.72-.698.921l-7.123 4.156 4.62-6.858Z","fill":"url(#IntegrationFibery__j)"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m13.177 6.906 1.634-.124a1.483 1.483 0 0 1 .506.048c.384.104.712.358.91.707.2.348.253.762.15 1.15-.102.389-.354.72-.698.921l-7.123 4.156 4.62-6.858Z","fill":"url(#IntegrationFibery__k)","fillOpacity":0.1},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M10.461 16.429a1.49 1.49 0 0 1-.892-.296 1.517 1.517 0 0 1-.544-.774l-.31-1.02 1.632-.953 1.392.553.16.526c.118.385.079.8-.107 1.156a1.505 1.505 0 0 1-1.33.808Z","fill":"url(#IntegrationFibery__l)"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M10.461 16.429a1.49 1.49 0 0 1-.892-.296 1.517 1.517 0 0 1-.544-.774l-.31-1.02 1.632-.953 1.392.553.16.526c.118.385.079.8-.107 1.156a1.505 1.505 0 0 1-1.33.808Z","fill":"url(#IntegrationFibery__m)","fillOpacity":0.1},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m14.307 11.076-3.327 1.941 2.74 1.089c.175.068.36.102.548.1.35 0 .687-.125.956-.35a1.532 1.532 0 0 0 .356-1.9 1.505 1.505 0 0 0-.764-.678l-.509-.202Z","fill":"url(#IntegrationFibery__n)"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m14.307 11.076-3.327 1.941 2.74 1.089c.175.068.36.102.548.1.35 0 .687-.125.956-.35a1.532 1.532 0 0 0 .356-1.9 1.505 1.505 0 0 0-.764-.678l-.509-.202Z","fill":"url(#IntegrationFibery__o)","fillOpacity":0.1},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m7.898 7.306-2.16 3.205-.552.042a1.49 1.49 0 0 1-1.155-.42 1.527 1.527 0 0 1-.077-2.104c.26-.292.62-.472 1.008-.5l2.936-.223Z","fill":"url(#IntegrationFibery__p)"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m7.898 7.306-2.16 3.205-.552.042a1.49 1.49 0 0 1-1.155-.42 1.527 1.527 0 0 1-.077-2.104c.26-.292.62-.472 1.008-.5l2.936-.223Z","fill":"url(#IntegrationFibery__q)","fillOpacity":0.1},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m8.65 4.337.72.784L8.273 6.75l-1.405.11-.42-.459a1.527 1.527 0 0 1 .08-2.144 1.491 1.491 0 0 1 2.122.08Z","fill":"url(#IntegrationFibery__r)"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m8.65 4.337.72.784L8.273 6.75l-1.405.11-.42-.459a1.527 1.527 0 0 1 .08-2.144 1.491 1.491 0 0 1 2.122.08Z","fill":"url(#IntegrationFibery__s)","fillOpacity":0.1},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m6.528 6.328.338.37 1.383-.106.985-1.46-.663-.723-.1-.097a1.384 1.384 0 0 0-1.869.022l-.097.1a1.42 1.42 0 0 0-.348.881l.001.14c.017.278.114.544.28.766l.09.107Zm0 0-.08.072.025-.023.055-.05Zm5.123 7.692.146.476c.095.313.08.649-.042.95l-.058.126a1.4 1.4 0 0 1-.691.64l-.13.047c-.1.031-.204.051-.309.059l-.105.003c-.26 0-.516-.072-.737-.21l-.092-.064a1.41 1.41 0 0 1-.506-.719l-.286-.94 1.514-.883 1.296.514Zm.015-10.321c.31-.053.626.001.899.152l.114.071c.26.18.452.44.546.741l.034.131c.075.356.01.727-.178 1.036l-5.56 8.253a1.399 1.399 0 0 1-.356.363l-.145.089a1.38 1.38 0 0 1-.652.162l-.094-.003a1.401 1.401 0 0 1-1.131-.746 1.421 1.421 0 0 1-.162-.64l.002-.096c.012-.223.076-.44.187-.632l.05-.081 5.56-8.253c.188-.255.455-.437.755-.519l.13-.028Zm3.11 7.678c.302.12.553.343.71.63.137.251.194.539.166.822l-.017.122c-.053.282-.19.54-.39.74l-.09.083c-.25.209-.563.323-.887.324h-.033a1.363 1.363 0 0 1-.476-.092l-2.535-1.008 3.092-1.804.46.183Zm.274-4.486h.001c.04.004.08.01.12.016l.118.027c.312.084.584.276.77.539l.076.117c.162.283.22.613.168.933l-.03.137a1.409 1.409 0 0 1-.533.78l-.116.075-6.718 3.92 4.33-6.427 1.583-.119c.039-.003.078-.004.116-.004l.115.006Zm-9.372 3.517-.5.039a1.384 1.384 0 0 1-.97-.3l-.102-.09a1.417 1.417 0 0 1-.156-1.85l.085-.107c.21-.237.493-.394.801-.448l.134-.016 2.714-.207-2.006 2.98Z","stroke":"#fff","strokeOpacity":0.1,"strokeWidth":0.3},"children":[]}]},{"type":"element","tagName":"defs","properties":{},"children":[{"type":"element","tagName":"linearGradient","properties":{"id":"IntegrationFibery__b","x1":10,"y1":3.572,"x2":10,"y2":16.429,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopColor":"#7FE8D4"},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1,"stopColor":"#00D2AB"},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"IntegrationFibery__c","x1":10,"y1":3.572,"x2":10,"y2":16.429,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopColor":"#7FE8D4"},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1,"stopColor":"#00D2AB"},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"IntegrationFibery__d","x1":10,"y1":3.572,"x2":10,"y2":16.429,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopColor":"#7FE8D4"},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1,"stopColor":"#00D2AB"},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"IntegrationFibery__e","x1":10,"y1":3.571,"x2":10,"y2":16.429,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopColor":"#7FE8D4"},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1,"stopColor":"#00D2AB"},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"IntegrationFibery__f","x1":10,"y1":3.572,"x2":10,"y2":16.429,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopColor":"#7FE8D4"},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1,"stopColor":"#00D2AB"},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"IntegrationFibery__g","x1":10,"y1":3.572,"x2":10,"y2":16.429,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopColor":"#7FE8D4"},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1,"stopColor":"#00D2AB"},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"IntegrationFibery__h","x1":10,"y1":3.572,"x2":10,"y2":16.429,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopColor":"#7FE8D4"},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1,"stopColor":"#20AE9F"},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"IntegrationFibery__i","x1":12.886,"y1":3.572,"x2":5.398,"y2":14.566,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopOpacity":0},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"IntegrationFibery__j","x1":10,"y1":3.572,"x2":10,"y2":16.429,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopColor":"#7FE8D4"},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1,"stopColor":"#20AE9F"},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"IntegrationFibery__k","x1":12.886,"y1":3.572,"x2":5.398,"y2":14.566,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopOpacity":0},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"IntegrationFibery__l","x1":10,"y1":3.571,"x2":10,"y2":16.429,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopColor":"#7FE8D4"},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1,"stopColor":"#20AE9F"},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"IntegrationFibery__m","x1":12.886,"y1":3.571,"x2":5.398,"y2":14.566,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopOpacity":0},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"IntegrationFibery__n","x1":10,"y1":3.572,"x2":10,"y2":16.429,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopColor":"#7FE8D4"},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1,"stopColor":"#20AE9F"},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"IntegrationFibery__o","x1":12.886,"y1":3.572,"x2":5.398,"y2":14.566,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopOpacity":0},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"IntegrationFibery__p","x1":10,"y1":3.572,"x2":10,"y2":16.429,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopColor":"#7FE8D4"},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1,"stopColor":"#20AE9F"},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"IntegrationFibery__q","x1":12.886,"y1":3.572,"x2":5.398,"y2":14.566,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopOpacity":0},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"IntegrationFibery__r","x1":10,"y1":3.572,"x2":10,"y2":16.429,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopColor":"#7FE8D4"},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1,"stopColor":"#20AE9F"},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"IntegrationFibery__s","x1":12.886,"y1":3.572,"x2":5.398,"y2":14.566,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopOpacity":0},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1},"children":[]}]},{"type":"element","tagName":"clipPath","properties":{"id":"IntegrationFibery__a"},"children":[{"type":"element","tagName":"path","properties":{"fill":"#fff","d":"M0 0h20v20H0z"},"children":[]}]}]}],"metadata":""}]},"name":"integration-fibery"};
|
|
10
|
+
const IntegrationFibery: 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": "g",
|
|
27
|
+
"properties": {
|
|
28
|
+
"clipPath": "url(#IntegrationFibery__a)"
|
|
29
|
+
},
|
|
30
|
+
"children": [
|
|
31
|
+
{
|
|
32
|
+
"type": "element",
|
|
33
|
+
"tagName": "path",
|
|
34
|
+
"properties": {
|
|
35
|
+
"fill": "#000",
|
|
36
|
+
"d": "M15 0H5a5 5 0 0 0-5 5v10a5 5 0 0 0 5 5h10a5 5 0 0 0 5-5V5a5 5 0 0 0-5-5"
|
|
37
|
+
},
|
|
38
|
+
"children": []
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"type": "element",
|
|
42
|
+
"tagName": "path",
|
|
43
|
+
"properties": {
|
|
44
|
+
"fill": "url(#IntegrationFibery__b)",
|
|
45
|
+
"fillOpacity": 0.5,
|
|
46
|
+
"d": "M6.368 14.804c-.272 0-.538-.076-.771-.218a1.5 1.5 0 0 1-.55-.589 1.53 1.53 0 0 1 .084-1.558l5.563-8.257a1.486 1.486 0 0 1 2.046-.348 1.53 1.53 0 0 1 .432 2.052l-5.563 8.257a1.5 1.5 0 0 1-1.241.661"
|
|
47
|
+
},
|
|
48
|
+
"children": []
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"type": "element",
|
|
52
|
+
"tagName": "path",
|
|
53
|
+
"properties": {
|
|
54
|
+
"fill": "url(#IntegrationFibery__c)",
|
|
55
|
+
"fillOpacity": 0.5,
|
|
56
|
+
"d": "m9.37 5.121-.72-.784a1.491 1.491 0 0 0-2.12-.081 1.527 1.527 0 0 0-.08 2.145l.373.407 1.486-.112z"
|
|
57
|
+
},
|
|
58
|
+
"children": []
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"type": "element",
|
|
62
|
+
"tagName": "path",
|
|
63
|
+
"properties": {
|
|
64
|
+
"fill": "url(#IntegrationFibery__d)",
|
|
65
|
+
"fillOpacity": 0.5,
|
|
66
|
+
"d": "m13.177 6.906 1.634-.124a1.5 1.5 0 0 1 .506.048c.384.104.712.358.91.707.2.348.253.762.15 1.15-.102.389-.354.72-.698.921l-7.123 4.156z"
|
|
67
|
+
},
|
|
68
|
+
"children": []
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"type": "element",
|
|
72
|
+
"tagName": "path",
|
|
73
|
+
"properties": {
|
|
74
|
+
"fill": "url(#IntegrationFibery__e)",
|
|
75
|
+
"fillOpacity": 0.5,
|
|
76
|
+
"d": "M10.461 16.429a1.5 1.5 0 0 1-.892-.296 1.5 1.5 0 0 1-.544-.774l-.31-1.02 1.632-.953 1.392.553.16.526c.118.385.079.8-.107 1.156a1.5 1.5 0 0 1-1.33.808"
|
|
77
|
+
},
|
|
78
|
+
"children": []
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"type": "element",
|
|
82
|
+
"tagName": "path",
|
|
83
|
+
"properties": {
|
|
84
|
+
"fill": "url(#IntegrationFibery__f)",
|
|
85
|
+
"fillOpacity": 0.5,
|
|
86
|
+
"d": "m14.307 11.076-3.327 1.941 2.74 1.089q.264.103.548.1v-.001c.35 0 .687-.124.956-.349a1.532 1.532 0 0 0 .356-1.9 1.5 1.5 0 0 0-.764-.678z"
|
|
87
|
+
},
|
|
88
|
+
"children": []
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"type": "element",
|
|
92
|
+
"tagName": "path",
|
|
93
|
+
"properties": {
|
|
94
|
+
"fill": "url(#IntegrationFibery__g)",
|
|
95
|
+
"fillOpacity": 0.5,
|
|
96
|
+
"d": "m7.898 7.306-2.16 3.205-.552.042a1.49 1.49 0 0 1-1.155-.42 1.527 1.527 0 0 1-.077-2.104c.26-.292.62-.472 1.008-.5z"
|
|
97
|
+
},
|
|
98
|
+
"children": []
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"type": "element",
|
|
102
|
+
"tagName": "path",
|
|
103
|
+
"properties": {
|
|
104
|
+
"fill": "url(#IntegrationFibery__h)",
|
|
105
|
+
"d": "M6.368 14.804c-.272 0-.538-.076-.771-.218a1.5 1.5 0 0 1-.55-.589 1.53 1.53 0 0 1 .084-1.558l5.563-8.257a1.486 1.486 0 0 1 2.046-.348 1.53 1.53 0 0 1 .432 2.052l-5.563 8.257a1.5 1.5 0 0 1-1.241.661"
|
|
106
|
+
},
|
|
107
|
+
"children": []
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"type": "element",
|
|
111
|
+
"tagName": "path",
|
|
112
|
+
"properties": {
|
|
113
|
+
"fill": "url(#IntegrationFibery__i)",
|
|
114
|
+
"fillOpacity": 0.1,
|
|
115
|
+
"d": "M6.368 14.804c-.272 0-.538-.076-.771-.218a1.5 1.5 0 0 1-.55-.589 1.53 1.53 0 0 1 .084-1.558l5.563-8.257a1.486 1.486 0 0 1 2.046-.348 1.53 1.53 0 0 1 .432 2.052l-5.563 8.257a1.5 1.5 0 0 1-1.241.661"
|
|
116
|
+
},
|
|
117
|
+
"children": []
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"type": "element",
|
|
121
|
+
"tagName": "path",
|
|
122
|
+
"properties": {
|
|
123
|
+
"fill": "url(#IntegrationFibery__j)",
|
|
124
|
+
"d": "m13.177 6.906 1.634-.124a1.5 1.5 0 0 1 .506.048c.384.104.712.358.91.707.2.348.253.762.15 1.15-.102.389-.354.72-.698.921l-7.123 4.156z"
|
|
125
|
+
},
|
|
126
|
+
"children": []
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"type": "element",
|
|
130
|
+
"tagName": "path",
|
|
131
|
+
"properties": {
|
|
132
|
+
"fill": "url(#IntegrationFibery__k)",
|
|
133
|
+
"fillOpacity": 0.1,
|
|
134
|
+
"d": "m13.177 6.906 1.634-.124a1.5 1.5 0 0 1 .506.048c.384.104.712.358.91.707.2.348.253.762.15 1.15-.102.389-.354.72-.698.921l-7.123 4.156z"
|
|
135
|
+
},
|
|
136
|
+
"children": []
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"type": "element",
|
|
140
|
+
"tagName": "path",
|
|
141
|
+
"properties": {
|
|
142
|
+
"fill": "url(#IntegrationFibery__l)",
|
|
143
|
+
"d": "M10.461 16.429a1.5 1.5 0 0 1-.892-.296 1.5 1.5 0 0 1-.544-.774l-.31-1.02 1.632-.953 1.392.553.16.526c.118.385.079.8-.107 1.156a1.5 1.5 0 0 1-1.33.808"
|
|
144
|
+
},
|
|
145
|
+
"children": []
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"type": "element",
|
|
149
|
+
"tagName": "path",
|
|
150
|
+
"properties": {
|
|
151
|
+
"fill": "url(#IntegrationFibery__m)",
|
|
152
|
+
"fillOpacity": 0.1,
|
|
153
|
+
"d": "M10.461 16.429a1.5 1.5 0 0 1-.892-.296 1.5 1.5 0 0 1-.544-.774l-.31-1.02 1.632-.953 1.392.553.16.526c.118.385.079.8-.107 1.156a1.5 1.5 0 0 1-1.33.808"
|
|
154
|
+
},
|
|
155
|
+
"children": []
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"type": "element",
|
|
159
|
+
"tagName": "path",
|
|
160
|
+
"properties": {
|
|
161
|
+
"fill": "url(#IntegrationFibery__n)",
|
|
162
|
+
"d": "m14.307 11.076-3.327 1.941 2.74 1.089q.264.103.548.1c.35 0 .687-.125.956-.35a1.532 1.532 0 0 0 .356-1.9 1.5 1.5 0 0 0-.764-.678z"
|
|
163
|
+
},
|
|
164
|
+
"children": []
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"type": "element",
|
|
168
|
+
"tagName": "path",
|
|
169
|
+
"properties": {
|
|
170
|
+
"fill": "url(#IntegrationFibery__o)",
|
|
171
|
+
"fillOpacity": 0.1,
|
|
172
|
+
"d": "m14.307 11.076-3.327 1.941 2.74 1.089q.264.103.548.1c.35 0 .687-.125.956-.35a1.532 1.532 0 0 0 .356-1.9 1.5 1.5 0 0 0-.764-.678z"
|
|
173
|
+
},
|
|
174
|
+
"children": []
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"type": "element",
|
|
178
|
+
"tagName": "path",
|
|
179
|
+
"properties": {
|
|
180
|
+
"fill": "url(#IntegrationFibery__p)",
|
|
181
|
+
"d": "m7.898 7.306-2.16 3.205-.552.042a1.49 1.49 0 0 1-1.155-.42 1.527 1.527 0 0 1-.077-2.104c.26-.292.62-.472 1.008-.5z"
|
|
182
|
+
},
|
|
183
|
+
"children": []
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"type": "element",
|
|
187
|
+
"tagName": "path",
|
|
188
|
+
"properties": {
|
|
189
|
+
"fill": "url(#IntegrationFibery__q)",
|
|
190
|
+
"fillOpacity": 0.1,
|
|
191
|
+
"d": "m7.898 7.306-2.16 3.205-.552.042a1.49 1.49 0 0 1-1.155-.42 1.527 1.527 0 0 1-.077-2.104c.26-.292.62-.472 1.008-.5z"
|
|
192
|
+
},
|
|
193
|
+
"children": []
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"type": "element",
|
|
197
|
+
"tagName": "path",
|
|
198
|
+
"properties": {
|
|
199
|
+
"fill": "url(#IntegrationFibery__r)",
|
|
200
|
+
"d": "m8.65 4.337.72.784L8.273 6.75l-1.405.11-.42-.459a1.527 1.527 0 0 1 .08-2.144 1.49 1.49 0 0 1 2.122.08"
|
|
201
|
+
},
|
|
202
|
+
"children": []
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"type": "element",
|
|
206
|
+
"tagName": "path",
|
|
207
|
+
"properties": {
|
|
208
|
+
"fill": "url(#IntegrationFibery__s)",
|
|
209
|
+
"fillOpacity": 0.1,
|
|
210
|
+
"d": "m8.65 4.337.72.784L8.273 6.75l-1.405.11-.42-.459a1.527 1.527 0 0 1 .08-2.144 1.49 1.49 0 0 1 2.122.08"
|
|
211
|
+
},
|
|
212
|
+
"children": []
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"type": "element",
|
|
216
|
+
"tagName": "path",
|
|
217
|
+
"properties": {
|
|
218
|
+
"stroke": "#fff",
|
|
219
|
+
"strokeOpacity": 0.1,
|
|
220
|
+
"strokeWidth": 0.3,
|
|
221
|
+
"d": "m6.528 6.328.338.37 1.383-.106.985-1.46-.663-.723-.1-.097a1.384 1.384 0 0 0-1.869.022l-.097.1a1.42 1.42 0 0 0-.348.881l.001.14c.017.278.114.544.28.766zm0 0-.08.072.025-.023zm5.123 7.692.146.476c.095.313.08.649-.042.95l-.058.126a1.4 1.4 0 0 1-.691.64l-.13.047q-.15.047-.309.059l-.105.003c-.26 0-.516-.072-.737-.21l-.092-.064a1.4 1.4 0 0 1-.506-.719l-.286-.94 1.514-.883zm.015-10.321c.31-.053.626.001.899.152l.114.071c.26.18.452.44.546.741l.034.131c.075.356.01.727-.178 1.036l-5.56 8.253a1.4 1.4 0 0 1-.356.363l-.145.089a1.4 1.4 0 0 1-.652.162l-.094-.003a1.401 1.401 0 0 1-1.131-.746 1.4 1.4 0 0 1-.162-.64l.002-.096c.012-.223.076-.44.187-.632l.05-.081 5.56-8.253c.188-.255.455-.437.755-.519zm3.11 7.678c.302.12.553.343.71.63.137.251.194.539.166.822l-.017.122c-.053.282-.19.54-.39.74l-.09.083c-.25.209-.563.323-.887.324h-.033a1.4 1.4 0 0 1-.476-.092l-2.535-1.008 3.092-1.804zm.274-4.486h.001q.06.007.12.016l.118.027c.312.084.584.276.77.539l.076.117c.162.283.22.613.168.933l-.03.137a1.4 1.4 0 0 1-.533.78l-.116.075-6.718 3.92 4.33-6.427 1.583-.119q.059-.004.116-.004zm-9.372 3.517-.5.039a1.384 1.384 0 0 1-.97-.3l-.102-.09a1.42 1.42 0 0 1-.156-1.85l.085-.107c.21-.237.493-.394.801-.448l.134-.016 2.714-.207z"
|
|
222
|
+
},
|
|
223
|
+
"children": []
|
|
224
|
+
}
|
|
225
|
+
]
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"type": "element",
|
|
229
|
+
"tagName": "defs",
|
|
230
|
+
"properties": {},
|
|
231
|
+
"children": [
|
|
232
|
+
{
|
|
233
|
+
"type": "element",
|
|
234
|
+
"tagName": "linearGradient",
|
|
235
|
+
"properties": {
|
|
236
|
+
"id": "IntegrationFibery__b",
|
|
237
|
+
"x1": 10,
|
|
238
|
+
"x2": 10,
|
|
239
|
+
"y1": 3.572,
|
|
240
|
+
"y2": 16.429,
|
|
241
|
+
"gradientUnits": "userSpaceOnUse"
|
|
242
|
+
},
|
|
243
|
+
"children": [
|
|
244
|
+
{
|
|
245
|
+
"type": "element",
|
|
246
|
+
"tagName": "stop",
|
|
247
|
+
"properties": {
|
|
248
|
+
"stopColor": "#7fe8d4"
|
|
249
|
+
},
|
|
250
|
+
"children": []
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"type": "element",
|
|
254
|
+
"tagName": "stop",
|
|
255
|
+
"properties": {
|
|
256
|
+
"offset": 1,
|
|
257
|
+
"stopColor": "#00d2ab"
|
|
258
|
+
},
|
|
259
|
+
"children": []
|
|
260
|
+
}
|
|
261
|
+
]
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"type": "element",
|
|
265
|
+
"tagName": "linearGradient",
|
|
266
|
+
"properties": {
|
|
267
|
+
"id": "IntegrationFibery__c",
|
|
268
|
+
"x1": 10,
|
|
269
|
+
"x2": 10,
|
|
270
|
+
"y1": 3.572,
|
|
271
|
+
"y2": 16.429,
|
|
272
|
+
"gradientUnits": "userSpaceOnUse"
|
|
273
|
+
},
|
|
274
|
+
"children": [
|
|
275
|
+
{
|
|
276
|
+
"type": "element",
|
|
277
|
+
"tagName": "stop",
|
|
278
|
+
"properties": {
|
|
279
|
+
"stopColor": "#7fe8d4"
|
|
280
|
+
},
|
|
281
|
+
"children": []
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"type": "element",
|
|
285
|
+
"tagName": "stop",
|
|
286
|
+
"properties": {
|
|
287
|
+
"offset": 1,
|
|
288
|
+
"stopColor": "#00d2ab"
|
|
289
|
+
},
|
|
290
|
+
"children": []
|
|
291
|
+
}
|
|
292
|
+
]
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"type": "element",
|
|
296
|
+
"tagName": "linearGradient",
|
|
297
|
+
"properties": {
|
|
298
|
+
"id": "IntegrationFibery__d",
|
|
299
|
+
"x1": 10,
|
|
300
|
+
"x2": 10,
|
|
301
|
+
"y1": 3.572,
|
|
302
|
+
"y2": 16.429,
|
|
303
|
+
"gradientUnits": "userSpaceOnUse"
|
|
304
|
+
},
|
|
305
|
+
"children": [
|
|
306
|
+
{
|
|
307
|
+
"type": "element",
|
|
308
|
+
"tagName": "stop",
|
|
309
|
+
"properties": {
|
|
310
|
+
"stopColor": "#7fe8d4"
|
|
311
|
+
},
|
|
312
|
+
"children": []
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"type": "element",
|
|
316
|
+
"tagName": "stop",
|
|
317
|
+
"properties": {
|
|
318
|
+
"offset": 1,
|
|
319
|
+
"stopColor": "#00d2ab"
|
|
320
|
+
},
|
|
321
|
+
"children": []
|
|
322
|
+
}
|
|
323
|
+
]
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"type": "element",
|
|
327
|
+
"tagName": "linearGradient",
|
|
328
|
+
"properties": {
|
|
329
|
+
"id": "IntegrationFibery__e",
|
|
330
|
+
"x1": 10,
|
|
331
|
+
"x2": 10,
|
|
332
|
+
"y1": 3.571,
|
|
333
|
+
"y2": 16.429,
|
|
334
|
+
"gradientUnits": "userSpaceOnUse"
|
|
335
|
+
},
|
|
336
|
+
"children": [
|
|
337
|
+
{
|
|
338
|
+
"type": "element",
|
|
339
|
+
"tagName": "stop",
|
|
340
|
+
"properties": {
|
|
341
|
+
"stopColor": "#7fe8d4"
|
|
342
|
+
},
|
|
343
|
+
"children": []
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"type": "element",
|
|
347
|
+
"tagName": "stop",
|
|
348
|
+
"properties": {
|
|
349
|
+
"offset": 1,
|
|
350
|
+
"stopColor": "#00d2ab"
|
|
351
|
+
},
|
|
352
|
+
"children": []
|
|
353
|
+
}
|
|
354
|
+
]
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"type": "element",
|
|
358
|
+
"tagName": "linearGradient",
|
|
359
|
+
"properties": {
|
|
360
|
+
"id": "IntegrationFibery__f",
|
|
361
|
+
"x1": 10,
|
|
362
|
+
"x2": 10,
|
|
363
|
+
"y1": 3.572,
|
|
364
|
+
"y2": 16.429,
|
|
365
|
+
"gradientUnits": "userSpaceOnUse"
|
|
366
|
+
},
|
|
367
|
+
"children": [
|
|
368
|
+
{
|
|
369
|
+
"type": "element",
|
|
370
|
+
"tagName": "stop",
|
|
371
|
+
"properties": {
|
|
372
|
+
"stopColor": "#7fe8d4"
|
|
373
|
+
},
|
|
374
|
+
"children": []
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
"type": "element",
|
|
378
|
+
"tagName": "stop",
|
|
379
|
+
"properties": {
|
|
380
|
+
"offset": 1,
|
|
381
|
+
"stopColor": "#00d2ab"
|
|
382
|
+
},
|
|
383
|
+
"children": []
|
|
384
|
+
}
|
|
385
|
+
]
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"type": "element",
|
|
389
|
+
"tagName": "linearGradient",
|
|
390
|
+
"properties": {
|
|
391
|
+
"id": "IntegrationFibery__g",
|
|
392
|
+
"x1": 10,
|
|
393
|
+
"x2": 10,
|
|
394
|
+
"y1": 3.572,
|
|
395
|
+
"y2": 16.429,
|
|
396
|
+
"gradientUnits": "userSpaceOnUse"
|
|
397
|
+
},
|
|
398
|
+
"children": [
|
|
399
|
+
{
|
|
400
|
+
"type": "element",
|
|
401
|
+
"tagName": "stop",
|
|
402
|
+
"properties": {
|
|
403
|
+
"stopColor": "#7fe8d4"
|
|
404
|
+
},
|
|
405
|
+
"children": []
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
"type": "element",
|
|
409
|
+
"tagName": "stop",
|
|
410
|
+
"properties": {
|
|
411
|
+
"offset": 1,
|
|
412
|
+
"stopColor": "#00d2ab"
|
|
413
|
+
},
|
|
414
|
+
"children": []
|
|
415
|
+
}
|
|
416
|
+
]
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"type": "element",
|
|
420
|
+
"tagName": "linearGradient",
|
|
421
|
+
"properties": {
|
|
422
|
+
"id": "IntegrationFibery__h",
|
|
423
|
+
"x1": 10,
|
|
424
|
+
"x2": 10,
|
|
425
|
+
"y1": 3.572,
|
|
426
|
+
"y2": 16.429,
|
|
427
|
+
"gradientUnits": "userSpaceOnUse"
|
|
428
|
+
},
|
|
429
|
+
"children": [
|
|
430
|
+
{
|
|
431
|
+
"type": "element",
|
|
432
|
+
"tagName": "stop",
|
|
433
|
+
"properties": {
|
|
434
|
+
"stopColor": "#7fe8d4"
|
|
435
|
+
},
|
|
436
|
+
"children": []
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"type": "element",
|
|
440
|
+
"tagName": "stop",
|
|
441
|
+
"properties": {
|
|
442
|
+
"offset": 1,
|
|
443
|
+
"stopColor": "#20ae9f"
|
|
444
|
+
},
|
|
445
|
+
"children": []
|
|
446
|
+
}
|
|
447
|
+
]
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"type": "element",
|
|
451
|
+
"tagName": "linearGradient",
|
|
452
|
+
"properties": {
|
|
453
|
+
"id": "IntegrationFibery__i",
|
|
454
|
+
"x1": 12.886,
|
|
455
|
+
"x2": 5.398,
|
|
456
|
+
"y1": 3.572,
|
|
457
|
+
"y2": 14.566,
|
|
458
|
+
"gradientUnits": "userSpaceOnUse"
|
|
459
|
+
},
|
|
460
|
+
"children": [
|
|
461
|
+
{
|
|
462
|
+
"type": "element",
|
|
463
|
+
"tagName": "stop",
|
|
464
|
+
"properties": {
|
|
465
|
+
"stopOpacity": 0
|
|
466
|
+
},
|
|
467
|
+
"children": []
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"type": "element",
|
|
471
|
+
"tagName": "stop",
|
|
472
|
+
"properties": {
|
|
473
|
+
"offset": 1
|
|
474
|
+
},
|
|
475
|
+
"children": []
|
|
476
|
+
}
|
|
477
|
+
]
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"type": "element",
|
|
481
|
+
"tagName": "linearGradient",
|
|
482
|
+
"properties": {
|
|
483
|
+
"id": "IntegrationFibery__j",
|
|
484
|
+
"x1": 10,
|
|
485
|
+
"x2": 10,
|
|
486
|
+
"y1": 3.572,
|
|
487
|
+
"y2": 16.429,
|
|
488
|
+
"gradientUnits": "userSpaceOnUse"
|
|
489
|
+
},
|
|
490
|
+
"children": [
|
|
491
|
+
{
|
|
492
|
+
"type": "element",
|
|
493
|
+
"tagName": "stop",
|
|
494
|
+
"properties": {
|
|
495
|
+
"stopColor": "#7fe8d4"
|
|
496
|
+
},
|
|
497
|
+
"children": []
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
"type": "element",
|
|
501
|
+
"tagName": "stop",
|
|
502
|
+
"properties": {
|
|
503
|
+
"offset": 1,
|
|
504
|
+
"stopColor": "#20ae9f"
|
|
505
|
+
},
|
|
506
|
+
"children": []
|
|
507
|
+
}
|
|
508
|
+
]
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"type": "element",
|
|
512
|
+
"tagName": "linearGradient",
|
|
513
|
+
"properties": {
|
|
514
|
+
"id": "IntegrationFibery__k",
|
|
515
|
+
"x1": 12.886,
|
|
516
|
+
"x2": 5.398,
|
|
517
|
+
"y1": 3.572,
|
|
518
|
+
"y2": 14.566,
|
|
519
|
+
"gradientUnits": "userSpaceOnUse"
|
|
520
|
+
},
|
|
521
|
+
"children": [
|
|
522
|
+
{
|
|
523
|
+
"type": "element",
|
|
524
|
+
"tagName": "stop",
|
|
525
|
+
"properties": {
|
|
526
|
+
"stopOpacity": 0
|
|
527
|
+
},
|
|
528
|
+
"children": []
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
"type": "element",
|
|
532
|
+
"tagName": "stop",
|
|
533
|
+
"properties": {
|
|
534
|
+
"offset": 1
|
|
535
|
+
},
|
|
536
|
+
"children": []
|
|
537
|
+
}
|
|
538
|
+
]
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
"type": "element",
|
|
542
|
+
"tagName": "linearGradient",
|
|
543
|
+
"properties": {
|
|
544
|
+
"id": "IntegrationFibery__l",
|
|
545
|
+
"x1": 10,
|
|
546
|
+
"x2": 10,
|
|
547
|
+
"y1": 3.571,
|
|
548
|
+
"y2": 16.429,
|
|
549
|
+
"gradientUnits": "userSpaceOnUse"
|
|
550
|
+
},
|
|
551
|
+
"children": [
|
|
552
|
+
{
|
|
553
|
+
"type": "element",
|
|
554
|
+
"tagName": "stop",
|
|
555
|
+
"properties": {
|
|
556
|
+
"stopColor": "#7fe8d4"
|
|
557
|
+
},
|
|
558
|
+
"children": []
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
"type": "element",
|
|
562
|
+
"tagName": "stop",
|
|
563
|
+
"properties": {
|
|
564
|
+
"offset": 1,
|
|
565
|
+
"stopColor": "#20ae9f"
|
|
566
|
+
},
|
|
567
|
+
"children": []
|
|
568
|
+
}
|
|
569
|
+
]
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
"type": "element",
|
|
573
|
+
"tagName": "linearGradient",
|
|
574
|
+
"properties": {
|
|
575
|
+
"id": "IntegrationFibery__m",
|
|
576
|
+
"x1": 12.886,
|
|
577
|
+
"x2": 5.398,
|
|
578
|
+
"y1": 3.571,
|
|
579
|
+
"y2": 14.566,
|
|
580
|
+
"gradientUnits": "userSpaceOnUse"
|
|
581
|
+
},
|
|
582
|
+
"children": [
|
|
583
|
+
{
|
|
584
|
+
"type": "element",
|
|
585
|
+
"tagName": "stop",
|
|
586
|
+
"properties": {
|
|
587
|
+
"stopOpacity": 0
|
|
588
|
+
},
|
|
589
|
+
"children": []
|
|
590
|
+
},
|
|
591
|
+
{
|
|
592
|
+
"type": "element",
|
|
593
|
+
"tagName": "stop",
|
|
594
|
+
"properties": {
|
|
595
|
+
"offset": 1
|
|
596
|
+
},
|
|
597
|
+
"children": []
|
|
598
|
+
}
|
|
599
|
+
]
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
"type": "element",
|
|
603
|
+
"tagName": "linearGradient",
|
|
604
|
+
"properties": {
|
|
605
|
+
"id": "IntegrationFibery__n",
|
|
606
|
+
"x1": 10,
|
|
607
|
+
"x2": 10,
|
|
608
|
+
"y1": 3.572,
|
|
609
|
+
"y2": 16.429,
|
|
610
|
+
"gradientUnits": "userSpaceOnUse"
|
|
611
|
+
},
|
|
612
|
+
"children": [
|
|
613
|
+
{
|
|
614
|
+
"type": "element",
|
|
615
|
+
"tagName": "stop",
|
|
616
|
+
"properties": {
|
|
617
|
+
"stopColor": "#7fe8d4"
|
|
618
|
+
},
|
|
619
|
+
"children": []
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
"type": "element",
|
|
623
|
+
"tagName": "stop",
|
|
624
|
+
"properties": {
|
|
625
|
+
"offset": 1,
|
|
626
|
+
"stopColor": "#20ae9f"
|
|
627
|
+
},
|
|
628
|
+
"children": []
|
|
629
|
+
}
|
|
630
|
+
]
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"type": "element",
|
|
634
|
+
"tagName": "linearGradient",
|
|
635
|
+
"properties": {
|
|
636
|
+
"id": "IntegrationFibery__o",
|
|
637
|
+
"x1": 12.886,
|
|
638
|
+
"x2": 5.398,
|
|
639
|
+
"y1": 3.572,
|
|
640
|
+
"y2": 14.566,
|
|
641
|
+
"gradientUnits": "userSpaceOnUse"
|
|
642
|
+
},
|
|
643
|
+
"children": [
|
|
644
|
+
{
|
|
645
|
+
"type": "element",
|
|
646
|
+
"tagName": "stop",
|
|
647
|
+
"properties": {
|
|
648
|
+
"stopOpacity": 0
|
|
649
|
+
},
|
|
650
|
+
"children": []
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
"type": "element",
|
|
654
|
+
"tagName": "stop",
|
|
655
|
+
"properties": {
|
|
656
|
+
"offset": 1
|
|
657
|
+
},
|
|
658
|
+
"children": []
|
|
659
|
+
}
|
|
660
|
+
]
|
|
661
|
+
},
|
|
662
|
+
{
|
|
663
|
+
"type": "element",
|
|
664
|
+
"tagName": "linearGradient",
|
|
665
|
+
"properties": {
|
|
666
|
+
"id": "IntegrationFibery__p",
|
|
667
|
+
"x1": 10,
|
|
668
|
+
"x2": 10,
|
|
669
|
+
"y1": 3.572,
|
|
670
|
+
"y2": 16.429,
|
|
671
|
+
"gradientUnits": "userSpaceOnUse"
|
|
672
|
+
},
|
|
673
|
+
"children": [
|
|
674
|
+
{
|
|
675
|
+
"type": "element",
|
|
676
|
+
"tagName": "stop",
|
|
677
|
+
"properties": {
|
|
678
|
+
"stopColor": "#7fe8d4"
|
|
679
|
+
},
|
|
680
|
+
"children": []
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
"type": "element",
|
|
684
|
+
"tagName": "stop",
|
|
685
|
+
"properties": {
|
|
686
|
+
"offset": 1,
|
|
687
|
+
"stopColor": "#20ae9f"
|
|
688
|
+
},
|
|
689
|
+
"children": []
|
|
690
|
+
}
|
|
691
|
+
]
|
|
692
|
+
},
|
|
693
|
+
{
|
|
694
|
+
"type": "element",
|
|
695
|
+
"tagName": "linearGradient",
|
|
696
|
+
"properties": {
|
|
697
|
+
"id": "IntegrationFibery__q",
|
|
698
|
+
"x1": 12.886,
|
|
699
|
+
"x2": 5.398,
|
|
700
|
+
"y1": 3.572,
|
|
701
|
+
"y2": 14.566,
|
|
702
|
+
"gradientUnits": "userSpaceOnUse"
|
|
703
|
+
},
|
|
704
|
+
"children": [
|
|
705
|
+
{
|
|
706
|
+
"type": "element",
|
|
707
|
+
"tagName": "stop",
|
|
708
|
+
"properties": {
|
|
709
|
+
"stopOpacity": 0
|
|
710
|
+
},
|
|
711
|
+
"children": []
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
"type": "element",
|
|
715
|
+
"tagName": "stop",
|
|
716
|
+
"properties": {
|
|
717
|
+
"offset": 1
|
|
718
|
+
},
|
|
719
|
+
"children": []
|
|
720
|
+
}
|
|
721
|
+
]
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
"type": "element",
|
|
725
|
+
"tagName": "linearGradient",
|
|
726
|
+
"properties": {
|
|
727
|
+
"id": "IntegrationFibery__r",
|
|
728
|
+
"x1": 10,
|
|
729
|
+
"x2": 10,
|
|
730
|
+
"y1": 3.572,
|
|
731
|
+
"y2": 16.429,
|
|
732
|
+
"gradientUnits": "userSpaceOnUse"
|
|
733
|
+
},
|
|
734
|
+
"children": [
|
|
735
|
+
{
|
|
736
|
+
"type": "element",
|
|
737
|
+
"tagName": "stop",
|
|
738
|
+
"properties": {
|
|
739
|
+
"stopColor": "#7fe8d4"
|
|
740
|
+
},
|
|
741
|
+
"children": []
|
|
742
|
+
},
|
|
743
|
+
{
|
|
744
|
+
"type": "element",
|
|
745
|
+
"tagName": "stop",
|
|
746
|
+
"properties": {
|
|
747
|
+
"offset": 1,
|
|
748
|
+
"stopColor": "#20ae9f"
|
|
749
|
+
},
|
|
750
|
+
"children": []
|
|
751
|
+
}
|
|
752
|
+
]
|
|
753
|
+
},
|
|
754
|
+
{
|
|
755
|
+
"type": "element",
|
|
756
|
+
"tagName": "linearGradient",
|
|
757
|
+
"properties": {
|
|
758
|
+
"id": "IntegrationFibery__s",
|
|
759
|
+
"x1": 12.886,
|
|
760
|
+
"x2": 5.398,
|
|
761
|
+
"y1": 3.572,
|
|
762
|
+
"y2": 14.566,
|
|
763
|
+
"gradientUnits": "userSpaceOnUse"
|
|
764
|
+
},
|
|
765
|
+
"children": [
|
|
766
|
+
{
|
|
767
|
+
"type": "element",
|
|
768
|
+
"tagName": "stop",
|
|
769
|
+
"properties": {
|
|
770
|
+
"stopOpacity": 0
|
|
771
|
+
},
|
|
772
|
+
"children": []
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
"type": "element",
|
|
776
|
+
"tagName": "stop",
|
|
777
|
+
"properties": {
|
|
778
|
+
"offset": 1
|
|
779
|
+
},
|
|
780
|
+
"children": []
|
|
781
|
+
}
|
|
782
|
+
]
|
|
783
|
+
},
|
|
784
|
+
{
|
|
785
|
+
"type": "element",
|
|
786
|
+
"tagName": "clipPath",
|
|
787
|
+
"properties": {
|
|
788
|
+
"id": "IntegrationFibery__a"
|
|
789
|
+
},
|
|
790
|
+
"children": [
|
|
791
|
+
{
|
|
792
|
+
"type": "element",
|
|
793
|
+
"tagName": "path",
|
|
794
|
+
"properties": {
|
|
795
|
+
"fill": "#fff",
|
|
796
|
+
"d": "M0 0h20v20H0z"
|
|
797
|
+
},
|
|
798
|
+
"children": []
|
|
799
|
+
}
|
|
800
|
+
]
|
|
801
|
+
}
|
|
802
|
+
]
|
|
803
|
+
}
|
|
804
|
+
],
|
|
805
|
+
"metadata": ""
|
|
806
|
+
}
|
|
807
|
+
]
|
|
808
|
+
},
|
|
809
|
+
"name": "integration-fibery"
|
|
810
|
+
};
|
|
11
811
|
|
|
12
812
|
export default IntegrationFibery;
|