@fibery/ui-kit 1.36.2 → 1.38.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 +20 -0
- package/package.json +8 -5
- package/src/action-badge.tsx +5 -4
- package/src/actions-menu/actions-menu-confirmation.tsx +1 -12
- package/src/actions-menu/actions-menu-item.tsx +19 -7
- package/src/actions-menu/actions-menu-props.tsx +4 -0
- package/src/actions-menu/actions-menu-sub-command-menu.tsx +7 -4
- package/src/actions-menu/actions-menu-sub-menu.tsx +9 -3
- package/src/actions-menu/actions-menu.tsx +24 -8
- package/src/actions-panel.tsx +12 -2
- package/src/antd/ant-modal.tsx +17 -2
- package/src/antd/input.tsx +4 -3
- package/src/app-icon-with-fallback.tsx +5 -8
- package/src/app-icon-wrapper.tsx +4 -4
- package/src/appIcons.json +20 -0
- package/src/axis-header.tsx +136 -76
- package/src/badge.tsx +14 -7
- package/src/beta-badge.tsx +12 -8
- package/src/box.tsx +1 -1
- package/src/breadcrumb.tsx +78 -0
- package/src/button/actions-button-compact.tsx +5 -2
- package/src/button/base-button.tsx +7 -4
- package/src/button/button-group.tsx +1 -1
- package/src/button/button.tsx +120 -2
- package/src/button/icon-button.tsx +13 -2
- package/src/button/select-button.tsx +27 -8
- package/src/card-container.tsx +36 -69
- package/src/card-hidden-link.tsx +52 -0
- package/src/collapsible-section.tsx +13 -3
- package/src/color-picker/index.js +65 -60
- package/src/color-picker/swatch.tsx +29 -14
- package/src/command-menu/index.tsx +5 -5
- package/src/context-menu/index.tsx +10 -1
- package/src/count-badge.tsx +57 -0
- package/src/date-picker/date-range-input.tsx +1 -1
- package/src/date-picker/date-range-picker.tsx +6 -3
- package/src/date-picker/fake-date-input.tsx +1 -1
- package/src/date-picker/relative-date-picker.tsx +7 -3
- package/src/date-picker/single-date-input.tsx +1 -1
- package/src/date-picker/single-date-picker.tsx +8 -5
- package/src/date-picker/styles.ts +32 -26
- package/src/date-picker/types.ts +3 -1
- package/src/date-picker/utils.ts +9 -2
- package/src/day-select/day-select.tsx +21 -75
- package/src/day-select/iso-week-day-select.tsx +1 -1
- package/src/day-select/mount-day-select.tsx +2 -2
- package/src/day-select/week-day-select.tsx +1 -5
- package/src/design-system.ts +91 -51
- package/src/dropdown-menu/index.tsx +8 -1
- package/src/emoji-picker/app-icon-picker.tsx +6 -4
- package/src/emoji-picker/emoji-picker-content-with-color.tsx +3 -9
- package/src/emoji-picker/emoji-picker-preview-footer.tsx +1 -1
- package/src/emoji-picker/emoji-picker.tsx +3 -0
- package/src/emoji-picker/emoji.tsx +2 -1
- package/src/emoji-picker/icon-emoji-picker.tsx +83 -68
- package/src/emoji-picker/primitives/footer.tsx +0 -1
- package/src/emoji-picker/primitives/header.tsx +1 -0
- package/src/emoji-picker/primitives/search.tsx +12 -13
- package/src/emoji-picker/primitives/skin-tone.tsx +1 -0
- package/src/emoji-picker/use-responsive-emoji-size.ts +11 -0
- package/src/emoji-picker/utils/emoji-set.ts +2 -1
- package/src/empty-state/empty-state.tsx +6 -0
- package/src/error-alert/error-alert.tsx +19 -7
- package/src/field-app-icon.tsx +29 -0
- package/src/field-container.tsx +4 -2
- package/src/field-icon.tsx +29 -0
- package/src/field-type-icon.tsx +82 -0
- package/src/file-item.tsx +164 -47
- package/src/guide-link.tsx +4 -3
- package/src/hint.tsx +10 -1
- package/src/html-styles.ts +23 -13
- package/src/icons/ast/ActivityFilled.ts +8 -0
- package/src/icons/ast/AiAssistantFilled.ts +8 -0
- package/src/icons/ast/AiFiberyBuild.ts +8 -0
- package/src/icons/ast/Anthropic.ts +1 -1
- package/src/icons/ast/Apple.ts +8 -0
- package/src/icons/ast/ArrowBottom.ts +1 -1
- package/src/icons/ast/ArrowForward.ts +1 -1
- package/src/icons/ast/ArrowLeft.ts +1 -1
- package/src/icons/ast/ArrowRight.ts +1 -1
- package/src/icons/ast/ArrowTop.ts +1 -1
- package/src/icons/ast/CollapseAllHorizontal.ts +8 -0
- package/src/icons/ast/Crosshair.ts +8 -0
- package/src/icons/ast/DateRange.ts +1 -1
- package/src/icons/ast/Document.ts +8 -0
- package/src/icons/ast/EntityCreate.ts +8 -0
- package/src/icons/ast/EntityCreateFilled.ts +8 -0
- package/src/icons/ast/ExpandAll.ts +8 -0
- package/src/icons/ast/ExpandAllHorizontal.ts +8 -0
- package/src/icons/ast/FiberyDesktopApp.ts +8 -0
- package/src/icons/ast/FileDownload.ts +8 -0
- package/src/icons/ast/GlobeUnpublish.ts +8 -0
- package/src/icons/ast/GraduationCapFilled.ts +8 -0
- package/src/icons/ast/Home.ts +1 -1
- package/src/icons/ast/HomeFilled.ts +8 -0
- package/src/icons/ast/ImportFilled.ts +8 -0
- package/src/icons/ast/IntegrationsFilled.ts +8 -0
- package/src/icons/ast/KeyboardHideDown.ts +8 -0
- package/src/icons/ast/LayoutMultiple.ts +8 -0
- package/src/icons/ast/LocationEdit.ts +8 -0
- package/src/icons/ast/MessagePlus.ts +8 -0
- package/src/icons/ast/OpenAi.ts +1 -1
- package/src/icons/ast/RicheditorHistoryRedo.ts +1 -1
- package/src/icons/ast/RicheditorHistoryUndo.ts +1 -1
- package/src/icons/ast/RicheditorMarkHighlight.ts +8 -0
- package/src/icons/ast/RicheditorMarkStrike.ts +1 -1
- package/src/icons/ast/RicheditorMarkUnderline.ts +1 -1
- package/src/icons/ast/SearchFilled.ts +8 -0
- package/src/icons/ast/SettingsFilled.ts +8 -0
- package/src/icons/ast/SlideMenuFilled.ts +8 -0
- package/src/icons/ast/SpaceApp.ts +8 -0
- package/src/icons/ast/SpaceGenerate.ts +8 -0
- package/src/icons/ast/SpaceScratch.ts +8 -0
- package/src/icons/ast/SpaceTemplate.ts +8 -0
- package/src/icons/ast/TableLayout.ts +8 -0
- package/src/icons/ast/TemplatesFilled.ts +8 -0
- package/src/icons/ast/ThumbsDown.ts +8 -0
- package/src/icons/ast/ThumbsUp.ts +8 -0
- package/src/icons/ast/TypeDate.ts +1 -1
- package/src/icons/ast/ViewDashboard.ts +8 -0
- package/src/icons/ast/WarningTriangleFilled.ts +8 -0
- package/src/icons/ast/Windows.ts +8 -0
- package/src/icons/ast/index.tsx +37 -0
- package/src/icons/react/ActivityFilled.tsx +13 -0
- package/src/icons/react/AiAssistantFilled.tsx +13 -0
- package/src/icons/react/AiFiberyBuild.tsx +13 -0
- package/src/icons/react/Apple.tsx +13 -0
- package/src/icons/react/CollapseAllHorizontal.tsx +13 -0
- package/src/icons/react/Crosshair.tsx +13 -0
- package/src/icons/react/Document.tsx +13 -0
- package/src/icons/react/EntityCreate.tsx +13 -0
- package/src/icons/react/EntityCreateFilled.tsx +13 -0
- package/src/icons/react/ExpandAll.tsx +13 -0
- package/src/icons/react/ExpandAllHorizontal.tsx +13 -0
- package/src/icons/react/FiberyDesktopApp.tsx +13 -0
- package/src/icons/react/FileDownload.tsx +13 -0
- package/src/icons/react/GlobeUnpublish.tsx +13 -0
- package/src/icons/react/GraduationCapFilled.tsx +13 -0
- package/src/icons/react/HomeFilled.tsx +13 -0
- package/src/icons/react/ImportFilled.tsx +13 -0
- package/src/icons/react/IntegrationsFilled.tsx +13 -0
- package/src/icons/react/KeyboardHideDown.tsx +13 -0
- package/src/icons/react/LayoutMultiple.tsx +13 -0
- package/src/icons/react/LocationEdit.tsx +13 -0
- package/src/icons/react/MessagePlus.tsx +13 -0
- package/src/icons/react/RicheditorMarkHighlight.tsx +13 -0
- package/src/icons/react/SearchFilled.tsx +13 -0
- package/src/icons/react/SettingsFilled.tsx +13 -0
- package/src/icons/react/SlideMenuFilled.tsx +13 -0
- package/src/icons/react/SpaceApp.tsx +13 -0
- package/src/icons/react/SpaceGenerate.tsx +13 -0
- package/src/icons/react/SpaceScratch.tsx +13 -0
- package/src/icons/react/SpaceTemplate.tsx +13 -0
- package/src/icons/react/TableLayout.tsx +13 -0
- package/src/icons/react/TemplatesFilled.tsx +13 -0
- package/src/icons/react/ThumbsDown.tsx +13 -0
- package/src/icons/react/ThumbsUp.tsx +13 -0
- package/src/icons/react/ViewDashboard.tsx +13 -0
- package/src/icons/react/WarningTriangleFilled.tsx +13 -0
- package/src/icons/react/Windows.tsx +13 -0
- package/src/icons/react/index.tsx +37 -0
- package/src/icons/svg/activity-filled.svg +4 -0
- package/src/icons/svg/ai-assistant-filled.svg +3 -0
- package/src/icons/svg/ai-fibery-build.svg +24 -0
- package/src/icons/svg/anthropic.svg +2 -14
- package/src/icons/svg/apple.svg +4 -0
- package/src/icons/svg/arrow-bottom.svg +1 -1
- package/src/icons/svg/arrow-forward.svg +1 -1
- package/src/icons/svg/arrow-left.svg +1 -1
- package/src/icons/svg/arrow-right.svg +1 -1
- package/src/icons/svg/arrow-top.svg +1 -1
- package/src/icons/svg/collapse-all-horizontal.svg +3 -0
- package/src/icons/svg/crosshair.svg +4 -0
- package/src/icons/svg/date-range.svg +3 -3
- package/src/icons/svg/document.svg +4 -0
- package/src/icons/svg/entity-create-filled.svg +4 -0
- package/src/icons/svg/entity-create.svg +3 -0
- package/src/icons/svg/expand-all-horizontal.svg +3 -0
- package/src/icons/svg/expand-all.svg +3 -0
- package/src/icons/svg/fibery-desktop-app.svg +101 -0
- package/src/icons/svg/file-download.svg +4 -0
- package/src/icons/svg/globe-unpublish.svg +4 -0
- package/src/icons/svg/go-to.svg +1 -3
- package/src/icons/svg/graduation-cap-filled.svg +4 -0
- package/src/icons/svg/home-filled.svg +3 -0
- package/src/icons/svg/home.svg +4 -2
- package/src/icons/svg/import-filled.svg +4 -0
- package/src/icons/svg/integrations-filled.svg +4 -0
- package/src/icons/svg/keyboard-hide-down.svg +1 -0
- package/src/icons/svg/layout-multiple.svg +3 -0
- package/src/icons/svg/location-edit.svg +13 -0
- package/src/icons/svg/message-plus.svg +4 -0
- package/src/icons/svg/open-ai.svg +2 -7
- package/src/icons/svg/open-as-page.svg +2 -3
- package/src/icons/svg/richeditor/history/redo.svg +3 -2
- package/src/icons/svg/richeditor/history/undo.svg +3 -2
- package/src/icons/svg/richeditor/mark/code.svg +4 -5
- package/src/icons/svg/richeditor/mark/em.svg +3 -2
- package/src/icons/svg/richeditor/mark/highlight.svg +3 -0
- package/src/icons/svg/richeditor/mark/strike.svg +3 -2
- package/src/icons/svg/richeditor/mark/strong.svg +3 -2
- package/src/icons/svg/richeditor/mark/underline.svg +4 -2
- package/src/icons/svg/search-filled.svg +3 -0
- package/src/icons/svg/settings-filled.svg +3 -0
- package/src/icons/svg/slide-menu-filled.svg +1 -0
- package/src/icons/svg/space-app.svg +3 -0
- package/src/icons/svg/space-generate.svg +3 -0
- package/src/icons/svg/space-scratch.svg +3 -0
- package/src/icons/svg/space-template.svg +3 -0
- package/src/icons/svg/table-layout.svg +3 -0
- package/src/icons/svg/templates-filled.svg +6 -0
- package/src/icons/svg/thumbs-down.svg +3 -0
- package/src/icons/svg/thumbs-up.svg +3 -0
- package/src/icons/svg/type/date.svg +3 -2
- package/src/icons/svg/view-dashboard.svg +5 -0
- package/src/icons/svg/warning-triangle-filled.svg +3 -0
- package/src/icons/svg/windows.svg +15 -0
- package/src/images-gallery/images-gallery.tsx +254 -0
- package/src/images-gallery/zoom.tsx +112 -0
- package/src/integration-compact-info-button.tsx +3 -1
- package/src/is-in-popup.ts +1 -1
- package/src/layout-styles.ts +43 -0
- package/src/lists/actions-menu-row-surface.tsx +3 -1
- package/src/lists/list-row-surface.tsx +9 -2
- package/src/loaders.tsx +6 -6
- package/src/logo.tsx +16 -9
- package/src/mobile-keyboard-aware-popup.tsx +87 -0
- package/src/mobile-styles.ts +10 -0
- package/src/modal-menu/contexts/modal-menu-context.tsx +22 -0
- package/src/modal-menu/contexts/modal-submenu-context.tsx +16 -0
- package/src/modal-menu/index.tsx +14 -0
- package/src/modal-menu/modal-menu-content.tsx +68 -0
- package/src/modal-menu/modal-menu-group.tsx +10 -0
- package/src/modal-menu/modal-menu-item.tsx +37 -0
- package/src/modal-menu/modal-menu-label.tsx +24 -0
- package/src/modal-menu/modal-menu-root.tsx +57 -0
- package/src/modal-menu/modal-menu-separator.tsx +14 -0
- package/src/modal-menu/modal-menu-trigger.tsx +37 -0
- package/src/modal-menu/modal-submenu-content.tsx +49 -0
- package/src/modal-menu/modal-submenu-trigger.tsx +34 -0
- package/src/modal-menu/modal-submenu.tsx +17 -0
- package/src/new-badge.tsx +4 -7
- package/src/number-input/text-area-auto-sized.tsx +47 -0
- package/src/number-input/text-input-auto-sized.tsx +49 -0
- package/src/online-users.tsx +3 -3
- package/src/palette.ts +50 -50
- package/src/popover/index.tsx +687 -0
- package/src/popover/mobile-popup-context.tsx +29 -0
- package/src/{popup → popover}/modifiers.tsx +0 -7
- package/src/{popup → popover}/popup-modifiers-context.ts +3 -3
- package/src/reactions/reaction-button.tsx +30 -45
- package/src/reactions/reaction-picker.tsx +39 -45
- package/src/rich-text-embed-error.tsx +2 -2
- package/src/select/{custom-select-partials → components}/menu.tsx +13 -7
- package/src/select/{custom-select-partials → components}/no-option-message.tsx +0 -1
- package/src/select/constants.ts +1 -0
- package/src/select/index.tsx +143 -148
- package/src/select/select-in-popover.tsx +119 -138
- package/src/select/styles.ts +60 -24
- package/src/shortcut-badge.tsx +1 -0
- package/src/tab-nav/tab-nav.tsx +47 -28
- package/src/theme-provider.tsx +9 -1
- package/src/toast/primitives.tsx +8 -1
- package/src/toggle-button/round-toggle-button.tsx +23 -0
- package/src/toggle-button/toggle-button-group.tsx +34 -0
- package/src/toggle-button/toggle-button.tsx +164 -0
- package/src/toggle.tsx +3 -3
- package/src/tooltip-if-overflown.tsx +9 -3
- package/src/tooltip.tsx +2 -2
- package/src/unit/index.tsx +9 -1
- package/src/unit/loading-unit-value.tsx +1 -0
- package/src/unit/maybe-unit-value.tsx +3 -3
- package/src/unit/primitive.tsx +58 -42
- package/src/unit/styles.ts +10 -14
- package/src/unit/types.ts +4 -2
- package/src/unit/unit-button-group.tsx +6 -11
- package/src/unit/unit-content.tsx +13 -5
- package/src/unit/unit-with-title.tsx +6 -1
- package/src/unit/unit-with-tooltip.tsx +24 -9
- package/src/use-is-phone.tsx +37 -0
- package/src/use-is-support-hover.ts +1 -1
- package/src/use-on-screen-keyboard-data.tsx +66 -0
- package/src/workflow-progress-icon.tsx +17 -23
- package/src/number-input/text-area-with-autosize.tsx +0 -91
- package/src/number-input/text-inline-input-with-autosize.tsx +0 -60
- package/src/popup/index.tsx +0 -382
- package/src/use-is-phone.ts +0 -5
- /package/src/{popup → popover}/popup-stack-context.tsx +0 -0
- /package/src/{popup → popover}/reference.ts +0 -0
- /package/src/{popup → popover}/styles.ts +0 -0
- /package/src/{popup → popover}/use-click-outside.ts +0 -0
- /package/src/select/{custom-select-partials → components}/clear-indicator.tsx +0 -0
- /package/src/select/{custom-select-partials → components}/drop-down-indicator.tsx +0 -0
- /package/src/select/{custom-select-partials → components}/group-heading.tsx +0 -0
- /package/src/select/{custom-select-partials → components}/menu-list-virtualized.tsx +0 -0
- /package/src/select/{custom-select-partials → components}/option.tsx +0 -0
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const ExpandAll: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M7 7.966a.8.8 0 1 1-1.131-1.132L9.434 3.5a.8.8 0 0 1 1.132 0l3.565 3.334A.8.8 0 0 1 13 7.966l-3-2.769-3 2.769Zm6 4.068a.8.8 0 1 1 1.131 1.132l-3.565 3.571a.8.8 0 0 1-1.132 0L5.87 13.166A.8.8 0 1 1 7 12.034l3 3.006 3-3.006Z"},"children":[]}],"metadata":""}]},"name":"expand-all"};
|
|
7
|
+
|
|
8
|
+
export default ExpandAll;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const ExpandAllHorizontal: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M7.847 13.119a.8.8 0 0 1-1.131 1.131L3.38 10.684a.8.8 0 0 1 0-1.131l3.335-3.566A.8.8 0 0 1 7.847 7.12l-2.769 3 2.77 3Zm4.069-6a.8.8 0 1 1 1.131-1.132l3.572 3.566a.8.8 0 0 1 0 1.131l-3.572 3.566a.8.8 0 1 1-1.131-1.131l3.006-3-3.006-3Z"},"children":[]}],"metadata":""}]},"name":"expand-all-horizontal"};
|
|
7
|
+
|
|
8
|
+
export default ExpandAllHorizontal;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const FiberyDesktopApp: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20,"fill":"none"},"children":[{"type":"element","tagName":"g","properties":{"clipPath":"url(#FiberyDesktopApp__a)"},"children":[{"type":"element","tagName":"path","properties":{"d":"M15 0H5a5 5 0 0 0-5 5v10a5 5 0 0 0 5 5h10a5 5 0 0 0 5-5V5a5 5 0 0 0-5-5Z","fill":"#000"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M6.368 14.804c-.272 0-.538-.076-.771-.218a1.509 1.509 0 0 1-.55-.589 1.53 1.53 0 0 1 .084-1.558l5.563-8.257a1.486 1.486 0 0 1 2.046-.348 1.53 1.53 0 0 1 .432 2.052l-5.563 8.257a1.503 1.503 0 0 1-1.241.661Z","fill":"url(#FiberyDesktopApp__b)","fillOpacity":0.5},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m9.37 5.121-.72-.784a1.491 1.491 0 0 0-2.12-.081 1.527 1.527 0 0 0-.08 2.145l.373.407 1.486-.112L9.37 5.12Z","fill":"url(#FiberyDesktopApp__c)","fillOpacity":0.5},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m13.177 6.906 1.634-.124a1.483 1.483 0 0 1 .506.048c.384.104.712.358.91.707.2.348.253.762.15 1.15-.102.389-.354.72-.698.921l-7.123 4.156 4.62-6.858Z","fill":"url(#FiberyDesktopApp__d)","fillOpacity":0.5},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M10.461 16.429a1.49 1.49 0 0 1-.892-.296 1.517 1.517 0 0 1-.544-.774l-.31-1.02 1.632-.953 1.392.553.16.526c.118.385.079.8-.107 1.156a1.505 1.505 0 0 1-1.33.808Z","fill":"url(#FiberyDesktopApp__e)","fillOpacity":0.5},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m14.307 11.076-3.327 1.941 2.74 1.089c.175.068.36.102.548.1v-.001c.35 0 .687-.124.956-.349a1.532 1.532 0 0 0 .356-1.9 1.505 1.505 0 0 0-.764-.678l-.509-.202Z","fill":"url(#FiberyDesktopApp__f)","fillOpacity":0.5},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m7.898 7.306-2.16 3.205-.552.042a1.49 1.49 0 0 1-1.155-.42 1.527 1.527 0 0 1-.077-2.104c.26-.292.62-.472 1.008-.5l2.936-.223Z","fill":"url(#FiberyDesktopApp__g)","fillOpacity":0.5},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M6.368 14.804c-.272 0-.538-.076-.771-.218a1.509 1.509 0 0 1-.55-.589 1.53 1.53 0 0 1 .084-1.558l5.563-8.257a1.486 1.486 0 0 1 2.046-.348 1.53 1.53 0 0 1 .432 2.052l-5.563 8.257a1.503 1.503 0 0 1-1.241.661Z","fill":"url(#FiberyDesktopApp__h)"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M6.368 14.804c-.272 0-.538-.076-.771-.218a1.509 1.509 0 0 1-.55-.589 1.53 1.53 0 0 1 .084-1.558l5.563-8.257a1.486 1.486 0 0 1 2.046-.348 1.53 1.53 0 0 1 .432 2.052l-5.563 8.257a1.503 1.503 0 0 1-1.241.661Z","fill":"url(#FiberyDesktopApp__i)","fillOpacity":0.1},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m13.177 6.906 1.634-.124a1.483 1.483 0 0 1 .506.048c.384.104.712.358.91.707.2.348.253.762.15 1.15-.102.389-.354.72-.698.921l-7.123 4.156 4.62-6.858Z","fill":"url(#FiberyDesktopApp__j)"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m13.177 6.906 1.634-.124a1.483 1.483 0 0 1 .506.048c.384.104.712.358.91.707.2.348.253.762.15 1.15-.102.389-.354.72-.698.921l-7.123 4.156 4.62-6.858Z","fill":"url(#FiberyDesktopApp__k)","fillOpacity":0.1},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M10.461 16.429a1.49 1.49 0 0 1-.892-.296 1.517 1.517 0 0 1-.544-.774l-.31-1.02 1.632-.953 1.392.553.16.526c.118.385.079.8-.107 1.156a1.505 1.505 0 0 1-1.33.808Z","fill":"url(#FiberyDesktopApp__l)"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M10.461 16.429a1.49 1.49 0 0 1-.892-.296 1.517 1.517 0 0 1-.544-.774l-.31-1.02 1.632-.953 1.392.553.16.526c.118.385.079.8-.107 1.156a1.505 1.505 0 0 1-1.33.808Z","fill":"url(#FiberyDesktopApp__m)","fillOpacity":0.1},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m14.307 11.076-3.327 1.941 2.74 1.089c.175.068.36.102.548.1.35 0 .687-.125.956-.35a1.532 1.532 0 0 0 .356-1.9 1.505 1.505 0 0 0-.764-.678l-.509-.202Z","fill":"url(#FiberyDesktopApp__n)"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m14.307 11.076-3.327 1.941 2.74 1.089c.175.068.36.102.548.1.35 0 .687-.125.956-.35a1.532 1.532 0 0 0 .356-1.9 1.505 1.505 0 0 0-.764-.678l-.509-.202Z","fill":"url(#FiberyDesktopApp__o)","fillOpacity":0.1},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m7.898 7.306-2.16 3.205-.552.042a1.49 1.49 0 0 1-1.155-.42 1.527 1.527 0 0 1-.077-2.104c.26-.292.62-.472 1.008-.5l2.936-.223Z","fill":"url(#FiberyDesktopApp__p)"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m7.898 7.306-2.16 3.205-.552.042a1.49 1.49 0 0 1-1.155-.42 1.527 1.527 0 0 1-.077-2.104c.26-.292.62-.472 1.008-.5l2.936-.223Z","fill":"url(#FiberyDesktopApp__q)","fillOpacity":0.1},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m8.65 4.337.72.784L8.273 6.75l-1.405.11-.42-.459a1.527 1.527 0 0 1 .08-2.144 1.491 1.491 0 0 1 2.122.08Z","fill":"url(#FiberyDesktopApp__r)"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m8.65 4.337.72.784L8.273 6.75l-1.405.11-.42-.459a1.527 1.527 0 0 1 .08-2.144 1.491 1.491 0 0 1 2.122.08Z","fill":"url(#FiberyDesktopApp__s)","fillOpacity":0.1},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m6.528 6.328.338.37 1.383-.106.985-1.46-.663-.723-.1-.097a1.384 1.384 0 0 0-1.869.022l-.097.1a1.42 1.42 0 0 0-.348.881l.001.14c.017.278.114.544.28.766l.09.107Zm0 0-.08.072.025-.023.055-.05Zm5.123 7.692.146.476c.095.313.08.649-.042.95l-.058.126a1.4 1.4 0 0 1-.691.64l-.13.047c-.1.031-.204.051-.309.059l-.105.003c-.26 0-.516-.072-.737-.21l-.092-.064a1.41 1.41 0 0 1-.506-.719l-.286-.94 1.514-.883 1.296.514Zm.015-10.321c.31-.053.626.001.899.152l.114.071c.26.18.452.44.546.741l.034.131c.075.356.01.727-.178 1.036l-5.56 8.253a1.399 1.399 0 0 1-.356.363l-.145.089a1.38 1.38 0 0 1-.652.162l-.094-.003a1.401 1.401 0 0 1-1.131-.746 1.421 1.421 0 0 1-.162-.64l.002-.096c.012-.223.076-.44.187-.632l.05-.081 5.56-8.253c.188-.255.455-.437.755-.519l.13-.028Zm3.11 7.678c.302.12.553.343.71.63.137.251.194.539.166.822l-.017.122c-.053.282-.19.54-.39.74l-.09.083c-.25.209-.563.323-.887.324h-.033a1.363 1.363 0 0 1-.476-.092l-2.535-1.008 3.092-1.804.46.183Zm.274-4.486h.001c.04.004.08.01.12.016l.118.027c.312.084.584.276.77.539l.076.117c.162.283.22.613.168.933l-.03.137a1.409 1.409 0 0 1-.533.78l-.116.075-6.718 3.92 4.33-6.427 1.583-.119c.039-.003.078-.004.116-.004l.115.006Zm-9.372 3.517-.5.039a1.384 1.384 0 0 1-.97-.3l-.102-.09a1.417 1.417 0 0 1-.156-1.85l.085-.107c.21-.237.493-.394.801-.448l.134-.016 2.714-.207-2.006 2.98Z","stroke":"#fff","strokeOpacity":0.1,"strokeWidth":0.3},"children":[]}]},{"type":"element","tagName":"defs","properties":{},"children":[{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__b","x1":10,"y1":3.572,"x2":10,"y2":16.429,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopColor":"#7FE8D4"},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1,"stopColor":"#00D2AB"},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__c","x1":10,"y1":3.572,"x2":10,"y2":16.429,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopColor":"#7FE8D4"},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1,"stopColor":"#00D2AB"},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__d","x1":10,"y1":3.572,"x2":10,"y2":16.429,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopColor":"#7FE8D4"},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1,"stopColor":"#00D2AB"},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__e","x1":10,"y1":3.571,"x2":10,"y2":16.429,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopColor":"#7FE8D4"},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1,"stopColor":"#00D2AB"},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__f","x1":10,"y1":3.572,"x2":10,"y2":16.429,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopColor":"#7FE8D4"},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1,"stopColor":"#00D2AB"},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__g","x1":10,"y1":3.572,"x2":10,"y2":16.429,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopColor":"#7FE8D4"},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1,"stopColor":"#00D2AB"},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__h","x1":10,"y1":3.572,"x2":10,"y2":16.429,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopColor":"#7FE8D4"},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1,"stopColor":"#20AE9F"},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__i","x1":12.886,"y1":3.572,"x2":5.398,"y2":14.566,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopOpacity":0},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__j","x1":10,"y1":3.572,"x2":10,"y2":16.429,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopColor":"#7FE8D4"},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1,"stopColor":"#20AE9F"},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__k","x1":12.886,"y1":3.572,"x2":5.398,"y2":14.566,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopOpacity":0},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__l","x1":10,"y1":3.571,"x2":10,"y2":16.429,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopColor":"#7FE8D4"},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1,"stopColor":"#20AE9F"},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__m","x1":12.886,"y1":3.571,"x2":5.398,"y2":14.566,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopOpacity":0},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__n","x1":10,"y1":3.572,"x2":10,"y2":16.429,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopColor":"#7FE8D4"},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1,"stopColor":"#20AE9F"},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__o","x1":12.886,"y1":3.572,"x2":5.398,"y2":14.566,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopOpacity":0},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__p","x1":10,"y1":3.572,"x2":10,"y2":16.429,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopColor":"#7FE8D4"},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1,"stopColor":"#20AE9F"},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__q","x1":12.886,"y1":3.572,"x2":5.398,"y2":14.566,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopOpacity":0},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__r","x1":10,"y1":3.572,"x2":10,"y2":16.429,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopColor":"#7FE8D4"},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1,"stopColor":"#20AE9F"},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__s","x1":12.886,"y1":3.572,"x2":5.398,"y2":14.566,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopOpacity":0},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1},"children":[]}]},{"type":"element","tagName":"clipPath","properties":{"id":"FiberyDesktopApp__a"},"children":[{"type":"element","tagName":"path","properties":{"fill":"#fff","d":"M0 0h20v20H0z"},"children":[]}]}]}],"metadata":""}]},"name":"fibery-desktop-app"};
|
|
7
|
+
|
|
8
|
+
export default FiberyDesktopApp;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const FileDownload: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20},"children":[{"type":"element","tagName":"path","properties":{"d":"m13.029 12.53-2.499 2.5a.75.75 0 0 1-1.06 0l-2.499-2.5a.75.75 0 0 1 1.06-1.06l1.22 1.22V8.75a.75.75 0 1 1 1.499 0v3.94l1.219-1.22a.75.75 0 1 1 1.06 1.06Z"},"children":[]},{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M5.745 1.5a2.75 2.75 0 0 0-2.748 2.75v11.5a2.75 2.75 0 0 0 2.748 2.75h8.503a2.75 2.75 0 0 0 2.749-2.75V6.747c0-.2-.08-.39-.22-.531l-4.505-4.497a.75.75 0 0 0-.53-.219H5.745Zm-1.25 2.75c0-.69.56-1.25 1.25-1.25h5.248v2.913a1.584 1.584 0 0 0 1.582 1.584h2.922v8.253c0 .69-.56 1.25-1.25 1.25H5.746c-.69 0-1.25-.56-1.25-1.25V4.25Zm9.94 1.747-1.943-1.94v1.856a.083.083 0 0 0 .083.084h1.86Z"},"children":[]}],"metadata":""}]},"name":"file-download"};
|
|
7
|
+
|
|
8
|
+
export default FileDownload;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const GlobeUnpublish: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M2.22 2.72a.75.75 0 0 1 1.06 0l14.5 14.5a.75.75 0 0 1-1.06 1.06l-1.71-1.709A7.84 7.84 0 0 1 10 18.375 7.875 7.875 0 0 1 3.928 5.488L2.22 3.78a.75.75 0 0 1 0-1.06Zm1.449 8.53a6.38 6.38 0 0 0 4.555 5.374c-1.32-1.854-1.947-3.674-2.102-5.374H3.669Zm9.314 3.294a12.63 12.63 0 0 1-1.207 2.08 6.353 6.353 0 0 0 2.17-1.118l-.963-.962ZM7.63 11.25c.174 1.605.855 3.377 2.37 5.23.865-1.058 1.457-2.091 1.839-3.08l-2.15-2.15H7.63ZM6.493 3.31a8.002 8.002 0 0 1 11.368 5.705 8.001 8.001 0 0 1-.576 4.79.75.75 0 1 1-1.365-.62 6.502 6.502 0 0 0-4.892-9.103 6.502 6.502 0 0 0-3.878.576.75.75 0 0 1-.657-1.348ZM4.994 6.555A6.342 6.342 0 0 0 3.67 9.75h2.436a9.593 9.593 0 0 1 .293-1.791L4.994 6.555Zm2.714 2.272c-.025.17-.084.747-.099.923h.954l-.855-.923Z"},"children":[]}],"metadata":""}]},"name":"globe-unpublish"};
|
|
7
|
+
|
|
8
|
+
export default GlobeUnpublish;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const GraduationCapFilled: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20},"children":[{"type":"element","tagName":"path","properties":{"d":"M11.654 13.767c-.51.262-1.083.4-1.654.4a3.635 3.635 0 0 1-1.654-.402l-4.457-2.293v4.085c0 2.005 3.075 3.055 6.111 3.055 3.037 0 6.111-1.05 6.111-3.055v-4.085l-4.457 2.295Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M18.577 10.251c-.029-.895.062-1.79.24-2.669.02-.144.072-.212.072-.499a1.77 1.77 0 0 0-.962-1.578L10.89 1.882a1.95 1.95 0 0 0-1.782 0L2.074 5.506c-.594.305-.963.91-.963 1.577 0 .668.37 1.274.963 1.58l7.035 3.62a1.947 1.947 0 0 0 1.782 0l6.057-3.117c-.021.378-.05.757-.038 1.137.027.858.14 1.718.335 2.557a.833.833 0 1 0 1.623-.375 11.566 11.566 0 0 1-.291-2.234Z"},"children":[]}],"metadata":""}]},"name":"graduation-cap-filled"};
|
|
7
|
+
|
|
8
|
+
export default GraduationCapFilled;
|
package/src/icons/ast/Home.ts
CHANGED
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
import { IconDefinition } from '../types';
|
|
5
5
|
|
|
6
|
-
const Home: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"
|
|
6
|
+
const Home: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M16 7.541a.33.33 0 0 0-.13-.263l-5.67-4.31a.33.33 0 0 0-.353-.029l-.046.03-5.67 4.31A.33.33 0 0 0 4 7.54v7.834c0 .78.631 1.41 1.41 1.41h9.18c.779 0 1.41-.63 1.41-1.41V7.541Zm1.5 7.834a2.91 2.91 0 0 1-2.91 2.91H5.41a2.91 2.91 0 0 1-2.91-2.91V7.541c0-.573.268-1.112.724-1.458l5.669-4.309.126-.087a1.829 1.829 0 0 1 2.088.087l5.67 4.309.162.139c.356.343.561.82.561 1.319v7.834Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M12.39 12.527a.75.75 0 0 1 1.055 1.056l-.05.056a4.8 4.8 0 0 1-6.61.17l-.178-.17-.052-.056a.75.75 0 0 1 1.056-1.056l.056.052.123.117a3.301 3.301 0 0 0 4.544-.117l.057-.052Z"},"children":[]}],"metadata":""}]},"name":"home"};
|
|
7
7
|
|
|
8
8
|
export default Home;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const HomeFilled: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M14.59 18.285a2.91 2.91 0 0 0 2.91-2.91V7.54c0-.5-.205-.976-.561-1.32l-.163-.138-5.669-4.309a1.829 1.829 0 0 0-2.088-.087l-.126.087-5.67 4.309A1.83 1.83 0 0 0 2.5 7.54v7.834a2.91 2.91 0 0 0 2.91 2.91h9.18Zm-1.195-5.706a.75.75 0 0 0-1.004-.052l-.057.052a3.301 3.301 0 0 1-4.544.117l-.123-.117-.056-.052a.75.75 0 0 0-1.056 1.056l.052.056.178.17a4.8 4.8 0 0 0 6.61-.17l.05-.056a.75.75 0 0 0-.05-1.004Z"},"children":[]}],"metadata":""}]},"name":"home-filled"};
|
|
7
|
+
|
|
8
|
+
export default HomeFilled;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const ImportFilled: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20},"children":[{"type":"element","tagName":"path","properties":{"d":"M14.167 6.667h-3.334v6.043l1.912-1.911a.834.834 0 1 1 1.178 1.179L10.59 15.31a.831.831 0 0 1-1.178 0L6.08 11.978a.834.834 0 1 1 1.179-1.18l1.91 1.912V6.667H5.837A3.058 3.058 0 0 0 2.78 9.722v6.111a3.058 3.058 0 0 0 3.056 3.056h8.333a3.058 3.058 0 0 0 3.055-3.056v-6.11a3.058 3.058 0 0 0-3.055-3.056h-.002Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M10.833 6.72V1.944a.834.834 0 0 0-1.666 0V6.72h1.666Z"},"children":[]}],"metadata":""}]},"name":"import-filled"};
|
|
7
|
+
|
|
8
|
+
export default ImportFilled;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const IntegrationsFilled: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20},"children":[{"type":"element","tagName":"path","properties":{"d":"M10 18.889c-4.9 0-8.889-3.988-8.889-8.889s3.988-8.889 8.89-8.889c4.9 0 8.888 3.988 8.888 8.89a8.873 8.873 0 0 1-3.983 7.412.834.834 0 0 1-.922-1.389A7.21 7.21 0 0 0 17.22 10c0-3.982-3.24-7.222-7.222-7.222S2.778 6.018 2.778 10c0 3.701 2.798 6.76 6.389 7.174V14.56a.834.834 0 0 1 1.667 0v3.496c0 .46-.374.834-.834.834Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M13.286 7.778h-.488V6.167a.834.834 0 0 0-1.667 0v1.61h-2.26v-1.61a.834.834 0 0 0-1.668 0v1.61h-.487A1.947 1.947 0 0 0 4.77 9.723v.44a5.235 5.235 0 0 0 5.23 5.23 5.235 5.235 0 0 0 5.23-5.23v-.44a1.947 1.947 0 0 0-1.944-1.944h-.001Z"},"children":[]}],"metadata":""}]},"name":"integrations-filled"};
|
|
7
|
+
|
|
8
|
+
export default IntegrationsFilled;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const KeyboardHideDown: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M12.02 16.09a.751.751 0 0 1 .96 1.152L10 19.727l-2.98-2.483a.75.75 0 0 1 .96-1.153L10 17.773zM5.008 9.25a.75.75 0 0 1 0 1.5H5a.75.75 0 0 1 0-1.5zM11.667 9.25a.75.75 0 0 1 0 1.5H8.334a.75.75 0 0 1 0-1.5zM15.008 9.25a.75.75 0 0 1 0 1.5H15a.75.75 0 0 1 0-1.5zM5.008 5.916a.75.75 0 0 1 0 1.5H5a.75.75 0 0 1 0-1.5zM8.342 5.916a.75.75 0 0 1 0 1.5h-.008a.75.75 0 0 1 0-1.5zM11.675 5.916a.75.75 0 0 1 0 1.5h-.008a.75.75 0 0 1 0-1.5zM15.008 5.916a.75.75 0 0 1 0 1.5H15a.75.75 0 0 1 0-1.5z"},"children":[]},{"type":"element","tagName":"path","properties":{"clipRule":"evenodd","d":"M16.667 2.583A2.417 2.417 0 0 1 19.084 5v6.666a2.417 2.417 0 0 1-2.417 2.417H3.334a2.417 2.417 0 0 1-2.417-2.417V5a2.417 2.417 0 0 1 2.417-2.417zm-13.333 1.5A.917.917 0 0 0 2.417 5v6.666c0 .507.41.917.917.917h13.333c.506 0 .917-.41.917-.917V5a.917.917 0 0 0-.917-.917z","fillRule":"evenodd"},"children":[]}],"metadata":""}]},"name":"keyboard-hide-down"};
|
|
7
|
+
|
|
8
|
+
export default KeyboardHideDown;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const LayoutMultiple: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M12 4.256c0-1.362 1.37-2.205 2.446-1.504l2.77 1.804c.486.317.784.887.784 1.503v9.684c0 1.363-1.37 2.205-2.446 1.504L13 15.584v.16c0 1.362-1.37 2.204-2.446 1.503L8 15.584v.16c0 1.362-1.37 2.204-2.446 1.503l-2.77-1.802C2.298 15.128 2 14.557 2 13.94V4.256c0-1.362 1.37-2.205 2.446-1.504L7 4.415v-.159c0-1.362 1.37-2.205 2.446-1.504L12 4.415v-.159Zm-8.266-.215c-.153-.1-.35.02-.35.215v9.685c0 .088.043.17.112.215l2.77 1.803c.153.1.35-.02.35-.216V6.06a.256.256 0 0 0-.112-.215l-2.77-1.803Zm5 0c-.153-.1-.35.02-.35.215v9.685c0 .088.043.17.112.215l2.77 1.803c.153.1.35-.02.35-.216V6.06a.256.256 0 0 0-.112-.215l-2.77-1.803Zm5 0c-.153-.1-.35.02-.35.215v9.685c0 .088.043.17.112.215l2.77 1.803c.153.1.35-.02.35-.216V6.06a.256.256 0 0 0-.112-.215l-2.77-1.803Z"},"children":[]}],"metadata":""}]},"name":"layout-multiple"};
|
|
7
|
+
|
|
8
|
+
export default LayoutMultiple;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const LocationEdit: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M14.427 11.513a1.75 1.75 0 0 1 2.474 0l.586.586a1.75 1.75 0 0 1 0 2.474l-3.16 3.161a.752.752 0 0 1-.326.192l-2.796.796a.75.75 0 0 1-.927-.927l.796-2.796.032-.09a.752.752 0 0 1 .16-.235l3.16-3.161Zm1.414 1.06a.25.25 0 0 0-.354 0l-3.023 3.023-.374 1.313 1.313-.374 3.024-3.022a.25.25 0 0 0 0-.354l-.586-.586ZM9.25 6a2.75 2.75 0 1 1 0 5.5 2.75 2.75 0 0 1 0-5.5Zm0 1.5a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M8.636 16.108a.75.75 0 0 1-.794 1.273c-1.046-.653-2.366-1.78-3.43-3.242C3.345 12.676 2.5 10.827 2.5 8.75a6.751 6.751 0 0 1 13.5 0 .75.75 0 0 1-1.5 0 5.251 5.251 0 0 0-10.5 0c0 1.664.68 3.209 1.623 4.505.945 1.297 2.12 2.296 3.013 2.853Z"},"children":[]}],"metadata":""}]},"name":"location-edit"};
|
|
7
|
+
|
|
8
|
+
export default LocationEdit;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const MessagePlus: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M15.25 2.5A2.75 2.75 0 0 1 18 5.25v4.343a.75.75 0 1 1-1.5 0V5.25c0-.69-.56-1.25-1.25-1.25H4.75c-.69 0-1.25.56-1.25 1.25v7c0 .69.56 1.25 1.25 1.25h2a.75.75 0 0 1 .75.75v1.44l1.032-.826a.75.75 0 1 1 .937 1.172l-2.25 1.8A.75.75 0 0 1 6 17.25V15H4.75A2.75 2.75 0 0 1 2 12.25v-7A2.75 2.75 0 0 1 4.75 2.5h10.5Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M14.75 11.5a.75.75 0 0 1 .75.75V14h1.75a.75.75 0 0 1 0 1.5H15.5v1.75a.75.75 0 0 1-1.5 0V15.5h-1.75a.75.75 0 0 1 0-1.5H14v-1.75a.75.75 0 0 1 .75-.75Z"},"children":[]}],"metadata":""}]},"name":"message-plus"};
|
|
7
|
+
|
|
8
|
+
export default MessagePlus;
|
package/src/icons/ast/OpenAi.ts
CHANGED
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
import { IconDefinition } from '../types';
|
|
5
5
|
|
|
6
|
-
const OpenAi: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"
|
|
6
|
+
const OpenAi: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M17.5 8.412a4.356 4.356 0 0 0-.375-3.58 4.41 4.41 0 0 0-4.748-2.116A4.375 4.375 0 0 0 9.088 1.25a4.414 4.414 0 0 0-4.207 3.053 4.375 4.375 0 0 0-2.916 2.114 4.414 4.414 0 0 0 .543 5.17 4.355 4.355 0 0 0 .376 3.581 4.41 4.41 0 0 0 4.749 2.116 4.357 4.357 0 0 0 3.289 1.466 4.413 4.413 0 0 0 4.207-3.055 4.375 4.375 0 0 0 2.915-2.114 4.414 4.414 0 0 0-.544-5.168Zm-6.577 9.194a3.267 3.267 0 0 1-2.1-.759l.104-.058 3.484-2.013a.565.565 0 0 0 .287-.495V9.366l1.473.85a.048.048 0 0 1 .028.04v4.07a3.283 3.283 0 0 1-3.276 3.28Zm-7.046-3.01a3.267 3.267 0 0 1-.39-2.198l.102.062 3.485 2.012a.564.564 0 0 0 .572 0l4.255-2.457v1.702a.058.058 0 0 1-.022.045l-3.522 2.034a3.283 3.283 0 0 1-4.48-1.2ZM2.96 6.989a3.267 3.267 0 0 1 1.709-1.437l-.002.12v4.026a.564.564 0 0 0 .285.495l4.255 2.456-1.473.85a.047.047 0 0 1-.024.01c-.008 0-.017 0-.025-.004L4.16 11.468a3.283 3.283 0 0 1-1.2-4.478v-.001ZM15.06 9.806 10.807 7.35l1.472-.851a.048.048 0 0 1 .05-.004l3.523 2.034a3.28 3.28 0 0 1-.506 5.918V10.3a.563.563 0 0 0-.285-.495M16.527 7.6l-.104-.062-3.484-2.012a.564.564 0 0 0-.573 0L8.112 7.982v-1.7a.058.058 0 0 1 .02-.046l3.523-2.032a3.28 3.28 0 0 1 4.87 3.396m-9.214 3.033L5.838 9.78a.049.049 0 0 1-.03-.04v-4.07a3.28 3.28 0 0 1 5.38-2.517l-.104.058L7.6 5.224a.564.564 0 0 0-.287.496l-.003 4.912h.001Zm.8-1.726 1.894-1.095 1.894 1.094v2.189l-1.896 1.092-1.894-1.093V8.907h.002Z"},"children":[]}],"metadata":""}]},"name":"open-ai"};
|
|
7
7
|
|
|
8
8
|
export default OpenAi;
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
import { IconDefinition } from '../types';
|
|
5
5
|
|
|
6
|
-
const RicheditorHistoryRedo: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"
|
|
6
|
+
const RicheditorHistoryRedo: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M4.64 11.348c0-2.403 1.623-4.06 4.272-4.06h3.474l1.342.058-.961-.797-1.33-1.301a.697.697 0 0 1-.234-.527c0-.416.293-.721.732-.721.193 0 .393.082.545.229l3.293 3.257a.784.784 0 0 1 0 1.107l-3.293 3.253a.805.805 0 0 1-.545.234c-.44 0-.732-.31-.732-.726 0-.229.093-.393.234-.528l1.33-1.3.96-.797-1.34.064H8.922c-1.775 0-2.8 1.037-2.8 2.52 0 1.476 1.025 2.542 2.8 2.542h1.389c.44 0 .762.34.762.756 0 .41-.323.75-.762.75H8.847c-2.607 0-4.207-1.582-4.207-4.013Z"},"children":[]}],"metadata":""}]},"name":"richeditor-history-redo"};
|
|
7
7
|
|
|
8
8
|
export default RicheditorHistoryRedo;
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
import { IconDefinition } from '../types';
|
|
5
5
|
|
|
6
|
-
const RicheditorHistoryUndo: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"
|
|
6
|
+
const RicheditorHistoryUndo: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M15.361 11.348c0-2.403-1.623-4.06-4.271-4.06H7.615l-1.342.058.961-.797 1.33-1.301a.697.697 0 0 0 .235-.527c0-.416-.293-.721-.733-.721a.799.799 0 0 0-.545.229L4.23 7.486a.784.784 0 0 0 0 1.107l3.292 3.253a.806.806 0 0 0 .545.234c.44 0 .733-.31.733-.726a.697.697 0 0 0-.235-.528l-1.33-1.3-.96-.797 1.341.064h3.463c1.776 0 2.8 1.037 2.8 2.52 0 1.476-1.024 2.542-2.8 2.542H9.69c-.439 0-.761.34-.761.756 0 .41.322.75.761.75h1.465c2.608 0 4.207-1.582 4.207-4.013Z"},"children":[]}],"metadata":""}]},"name":"richeditor-history-undo"};
|
|
7
7
|
|
|
8
8
|
export default RicheditorHistoryUndo;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const RicheditorMarkHighlight: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M11.595 3.595a3.402 3.402 0 0 1 4.81 4.81L8.811 16h7.44a.75.75 0 0 1 0 1.5H3.5a1 1 0 0 1-1-1V13c0-.199.08-.39.22-.53l8.875-8.875ZM4 13.31V16h2.69l7.212-7.213-2.688-2.69L4 13.31Zm11.345-8.655a1.902 1.902 0 0 0-2.69 0l-.557.559 2.688 2.69.559-.56a1.902 1.902 0 0 0 0-2.689Z"},"children":[]}],"metadata":""}]},"name":"richeditor-mark-highlight"};
|
|
7
|
+
|
|
8
|
+
export default RicheditorMarkHighlight;
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
import { IconDefinition } from '../types';
|
|
5
5
|
|
|
6
|
-
const RicheditorMarkStrike: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"
|
|
6
|
+
const RicheditorMarkStrike: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M13.514 11.625a.751.751 0 0 1 .949.474c.117.352.182.735.192 1.14a3.813 3.813 0 0 1-1.108 2.812c-.9.92-2.253 1.449-3.715 1.449H9.83c-3.268 0-4.496-1.776-4.951-3.267a.75.75 0 1 1 1.435-.437C6.774 15.3 7.891 16 9.831 16c1.061 0 2.023-.363 2.642-.997a2.346 2.346 0 0 0 .682-1.729 2.406 2.406 0 0 0-.115-.7.75.75 0 0 1 .474-.95ZM9.83 2.5c1.19 0 3.343.368 4.385 2.834a.752.752 0 0 1-.399.983.752.752 0 0 1-.983-.399C12.295 4.645 11.285 4 9.83 4c-.602 0-1.934.212-2.663 1.014-.394.434-.552.982-.485 1.68.045.468.184 1.893 3.18 2.428.206.036.422.08.645.128h5.243a.75.75 0 0 1 0 1.5h-12a.75.75 0 0 1 0-1.5h2.67a3.579 3.579 0 0 1-1.23-2.413c-.108-1.109.192-2.088.868-2.831C7.387 2.543 9.584 2.5 9.83 2.5Z"},"children":[]}],"metadata":""}]},"name":"richeditor-mark-strike"};
|
|
7
7
|
|
|
8
8
|
export default RicheditorMarkStrike;
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
import { IconDefinition } from '../types';
|
|
5
5
|
|
|
6
|
-
const RicheditorMarkUnderline: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"
|
|
6
|
+
const RicheditorMarkUnderline: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M7.313 5.136h-1.23v6.404c0 2.105 1.47 3.623 3.917 3.623s3.917-1.518 3.917-3.623V5.136h-1.23v6.323c0 1.49-.978 2.57-2.687 2.57-1.709 0-2.687-1.08-2.687-2.57V5.136Z"},"children":[]},{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M14.5 17h-9v-1h9v1Z"},"children":[]}],"metadata":""}]},"name":"richeditor-mark-underline"};
|
|
7
7
|
|
|
8
8
|
export default RicheditorMarkUnderline;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const SearchFilled: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M13.875 8.75a5.125 5.125 0 1 0-10.25 0 5.125 5.125 0 0 0 10.25 0Zm2.25 0c0 1.63-.531 3.137-1.427 4.357l3.598 3.597a1.126 1.126 0 0 1-1.592 1.592l-3.597-3.598a7.375 7.375 0 1 1 3.018-5.948Z"},"children":[]}],"metadata":""}]},"name":"search-filled"};
|
|
7
|
+
|
|
8
|
+
export default SearchFilled;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const SettingsFilled: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M10.5 1.35a1.966 1.966 0 0 1 1.827 1.257l.427 1.102 1.316.758 1.187-.18a1.965 1.965 0 0 1 1.965.962l.002.004.483.847a1.968 1.968 0 0 1-.157 2.213l-.726.925v1.518l.748.928a1.966 1.966 0 0 1 .16 2.216l-.484.847-.002.004a1.966 1.966 0 0 1-1.965.963l-.012-.001-1.174-.18-1.317.758-.426 1.1a1.966 1.966 0 0 1-1.828 1.26H9.5a1.966 1.966 0 0 1-1.827-1.258l-.427-1.102-1.316-.758-1.187.18a1.965 1.965 0 0 1-1.965-.962l-.002-.004-.483-.847a1.968 1.968 0 0 1 .157-2.213l.726-.925V9.244l-.748-.928a1.966 1.966 0 0 1-.16-2.216l.486-.851a1.966 1.966 0 0 1 1.966-.963l.011.001 1.177.18 1.34-.76.425-1.099A1.97 1.97 0 0 1 9.5 1.35h1Zm-.5 5.9a2.75 2.75 0 1 0 0 5.5 2.75 2.75 0 0 0 0-5.5Z"},"children":[]}],"metadata":""}]},"name":"settings-filled"};
|
|
7
|
+
|
|
8
|
+
export default SettingsFilled;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const SlideMenuFilled: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"clipRule":"evenodd","d":"M18 5.75A2.75 2.75 0 0 0 15.25 3H4.75A2.75 2.75 0 0 0 2 5.75v8.5A2.75 2.75 0 0 0 4.75 17h10.5A2.75 2.75 0 0 0 18 14.25zM7 4.5c.69 0 1.25.56 1.25 1.25v8.5c0 .69-.56 1.25-1.25 1.25H4.75c-.69 0-1.25-.56-1.25-1.25v-8.5c0-.69.56-1.25 1.25-1.25z","fillRule":"evenodd"},"children":[]}],"metadata":""}]},"name":"slide-menu-filled"};
|
|
7
|
+
|
|
8
|
+
export default SlideMenuFilled;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const SpaceApp: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M2 4.25A2.25 2.25 0 0 1 4.25 2H7a2.25 2.25 0 0 1 2.25 2.25V7A2.25 2.25 0 0 1 7 9.25H4.25A2.25 2.25 0 0 1 2 7V4.25Zm1.5 0a.75.75 0 0 1 .75-.75H7a.75.75 0 0 1 .75.75V7a.75.75 0 0 1-.75.75H4.25A.75.75 0 0 1 3.5 7V4.25Zm9.5 6.5A2.25 2.25 0 0 0 10.75 13v2.75A2.25 2.25 0 0 0 13 18h2.75A2.25 2.25 0 0 0 18 15.75V13a2.25 2.25 0 0 0-2.25-2.25H13Zm0 1.5a.75.75 0 0 0-.75.75v2.75c0 .414.336.75.75.75h2.75a.75.75 0 0 0 .75-.75V13a.75.75 0 0 0-.75-.75H13ZM7.195 10.9a2.22 2.22 0 0 0-3.14 0L2.15 12.805a2.22 2.22 0 0 0 0 3.14l1.905 1.905a2.22 2.22 0 0 0 3.14 0L9.1 15.945a2.22 2.22 0 0 0 0-3.14L7.195 10.9Zm-1.061 1.06a.72.72 0 0 0-1.018 0l-1.905 1.906a.72.72 0 0 0 0 1.018l1.905 1.905a.72.72 0 0 0 1.018 0l1.905-1.905a.72.72 0 0 0 0-1.018l-1.905-1.905ZM16.5 5.5a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm1.5 0a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0Z"},"children":[]}],"metadata":""}]},"name":"space-app"};
|
|
7
|
+
|
|
8
|
+
export default SpaceApp;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const SpaceGenerate: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M4.25 2A2.25 2.25 0 0 0 2 4.25V7a2.25 2.25 0 0 0 2.25 2.25H7A2.25 2.25 0 0 0 9.25 7V4.25A2.25 2.25 0 0 0 7 2H4.25Zm0 1.5a.75.75 0 0 0-.75.75V7c0 .414.336.75.75.75H7A.75.75 0 0 0 7.75 7V4.25A.75.75 0 0 0 7 3.5H4.25Zm-.195 7.4a2.22 2.22 0 0 1 3.14 0L9.1 12.805a2.22 2.22 0 0 1 0 3.14L7.195 17.85a2.22 2.22 0 0 1-3.14 0L2.15 15.945a2.22 2.22 0 0 1 0-3.14L4.055 10.9Zm1.061 1.06a.72.72 0 0 1 1.018 0l1.905 1.906a.72.72 0 0 1 0 1.018l-1.905 1.905a.72.72 0 0 1-1.018 0l-1.905-1.905a.72.72 0 0 1 0-1.018l1.905-1.905ZM14.5 7.5a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm0 1.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7Zm-.44 2.313a.464.464 0 0 1 .876-.007l.68 1.888a.37.37 0 0 0 .237.227l1.824.576a.461.461 0 0 1 .007.877l-1.83.614a.37.37 0 0 0-.232.23l-.684 1.971a.464.464 0 0 1-.879-.007l-.644-1.959a.37.37 0 0 0-.236-.236l-1.86-.612a.461.461 0 0 1 .007-.879l1.855-.575a.37.37 0 0 0 .24-.233l.64-1.875Z"},"children":[]}],"metadata":""}]},"name":"space-generate"};
|
|
7
|
+
|
|
8
|
+
export default SpaceGenerate;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const SpaceScratch: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M6.36 7.75H7A.75.75 0 0 0 7.75 7v-.72h1.5V7A2.25 2.25 0 0 1 7 9.25h-.64v-1.5ZM3.5 6.28V7c0 .414.336.75.75.75h.61v1.5h-.61A2.25 2.25 0 0 1 2 7v-.72h1.5ZM4.86 3.5h-.61a.75.75 0 0 0-.75.75v.53H2v-.53A2.25 2.25 0 0 1 4.25 2h.61v1.5Zm1.5 0H7a.75.75 0 0 1 .75.75v.53h1.5v-.53A2.25 2.25 0 0 0 7 2h-.64v1.5Zm4.39 2.78V7A2.25 2.25 0 0 0 13 9.25h.62v-1.5H13a.75.75 0 0 1-.75-.75v-.72h-1.5Zm1.5-1.5h-1.5v-.53A2.25 2.25 0 0 1 13 2h.62v1.5H13a.75.75 0 0 0-.75.75v.53Zm4.25 0v-.53a.75.75 0 0 0-.75-.75h-.63V2h.63A2.25 2.25 0 0 1 18 4.25v.53h-1.5Zm-1.38 2.97h.63A.75.75 0 0 0 16.5 7v-.72H18V7a2.25 2.25 0 0 1-2.25 2.25h-.63v-1.5Zm-1.5 3H13A2.25 2.25 0 0 0 10.75 13v.67h1.5V13a.75.75 0 0 1 .75-.75h.62v-1.5Zm1.5 1.5v-1.5h.63A2.25 2.25 0 0 1 18 13v.67h-1.5V13a.75.75 0 0 0-.75-.75h-.63Zm0 4.25h.63a.75.75 0 0 0 .75-.75v-.58H18v.58A2.25 2.25 0 0 1 15.75 18h-.63v-1.5Zm-2.87-1.33v.58c0 .414.336.75.75.75h.62V18H13a2.25 2.25 0 0 1-2.25-2.25v-.58h1.5Zm-3-1.5V13A2.25 2.25 0 0 0 7 10.75h-.64v1.5H7a.75.75 0 0 1 .75.75v.67h1.5Zm-1.5 1.5h1.5v.58A2.25 2.25 0 0 1 7 18h-.64v-1.5H7a.75.75 0 0 0 .75-.75v-.58Zm-4.25 0v.58c0 .414.336.75.75.75h.61V18h-.61A2.25 2.25 0 0 1 2 15.75v-.58h1.5Zm1.36-2.92h-.61a.75.75 0 0 0-.75.75v.67H2V13a2.25 2.25 0 0 1 2.25-2.25h.61v1.5Z"},"children":[]}],"metadata":""}]},"name":"space-scratch"};
|
|
7
|
+
|
|
8
|
+
export default SpaceScratch;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const SpaceTemplate: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M2 4.75A2.75 2.75 0 0 1 4.75 2h10.5A2.75 2.75 0 0 1 18 4.75v10.5A2.75 2.75 0 0 1 15.25 18H4.75A2.75 2.75 0 0 1 2 15.25V4.75ZM4.75 3.5c-.69 0-1.25.56-1.25 1.25v10.5c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25V4.75c0-.69-.56-1.25-1.25-1.25H4.75Zm3.805 3.15a2.22 2.22 0 0 1 3.14 0L13.6 8.555a2.22 2.22 0 0 1 0 3.14L11.695 13.6a2.22 2.22 0 0 1-3.14 0L6.65 11.695a2.22 2.22 0 0 1 0-3.14L8.555 6.65Zm1.061 1.06a.72.72 0 0 1 1.018 0l1.905 1.906a.72.72 0 0 1 0 1.018l-1.905 1.905a.72.72 0 0 1-1.018 0l-1.905-1.905a.72.72 0 0 1 0-1.018l1.905-1.905Z"},"children":[]}],"metadata":""}]},"name":"space-template"};
|
|
7
|
+
|
|
8
|
+
export default SpaceTemplate;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const TableLayout: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M3.875 2.969a.906.906 0 0 0-.906.906v3.531h4.437V2.97H3.875Zm0-1.688a2.594 2.594 0 0 0-2.594 2.594v12.25a2.594 2.594 0 0 0 2.594 2.594h12.25a2.593 2.593 0 0 0 2.594-2.594V3.875a2.594 2.594 0 0 0-2.594-2.594H3.875ZM9.094 2.97v4.437h7.937V3.875a.906.906 0 0 0-.906-.906H9.094ZM7.406 9.094H2.97v7.031a.906.906 0 0 0 .906.906h3.531V9.094Zm1.688 7.937V9.094h7.937v7.031a.906.906 0 0 1-.906.906H9.094Z"},"children":[]}],"metadata":""}]},"name":"table-layout"};
|
|
7
|
+
|
|
8
|
+
export default TableLayout;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const TemplatesFilled: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20},"children":[{"type":"element","tagName":"path","properties":{"d":"M6.944 2.222H4.167c-1.074 0-1.945.87-1.945 1.945v2.777c0 1.074.87 1.945 1.945 1.945h2.777c1.074 0 1.945-.87 1.945-1.944V4.166c0-1.074-.87-1.945-1.945-1.945ZM15.833 11.111h-2.778c-1.074 0-1.944.87-1.944 1.945v2.777c0 1.074.87 1.945 1.944 1.945h2.778c1.074 0 1.944-.87 1.944-1.945v-2.777c0-1.074-.87-1.945-1.944-1.945ZM14.444 9.167a3.611 3.611 0 1 0 0-7.223 3.611 3.611 0 0 0 0 7.223ZM5.556 18.056a3.611 3.611 0 1 0 0-7.223 3.611 3.611 0 0 0 0 7.223Z"},"children":[]}],"metadata":""}]},"name":"templates-filled"};
|
|
7
|
+
|
|
8
|
+
export default TemplatesFilled;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const ThumbsDown: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M5.25 3c.52 0 .984.228 1.305.587A2.736 2.736 0 0 1 8.25 3h5.71l.233.01a2.75 2.75 0 0 1 2.426 2.036l1.19 4.5.04.163A2.75 2.75 0 0 1 15.152 13h-3.326l.798 2.167.074.236a2.624 2.624 0 0 1-1.363 3.018.75.75 0 0 1-.902-.18l-4.265-4.937a2.764 2.764 0 0 1-.297-.42A1.743 1.743 0 0 1 5.25 13h-1.5A1.75 1.75 0 0 1 2 11.25v-6.5C2 3.784 2.784 3 3.75 3h1.5Zm3 1.5C7.56 4.5 7 5.06 7 5.75v5.5c0 .052-.003.103-.008.154a.757.757 0 0 1 .008.102c0 .3.108.59.304.817l3.785 4.383c.18-.263.244-.597.159-.919l-.032-.102-1.17-3.176a.75.75 0 0 1 .704-1.009h4.402a1.25 1.25 0 0 0 1.238-1.422l-.03-.148-1.191-4.5a1.25 1.25 0 0 0-1.103-.925l-.105-.005H8.25Zm-4.5 0a.25.25 0 0 0-.25.25v6.5c0 .138.112.25.25.25h1.5a.25.25 0 0 0 .25-.25v-6.5a.25.25 0 0 0-.25-.25h-1.5Z"},"children":[]}],"metadata":""}]},"name":"thumbs-down"};
|
|
7
|
+
|
|
8
|
+
export default ThumbsDown;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const ThumbsUp: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M10.523 1.67a.75.75 0 0 1 .812-.09l.217.12a2.624 2.624 0 0 1 1.146 2.897l-.074.236L11.826 7h3.326a2.75 2.75 0 0 1 2.697 3.291l-.04.163-1.19 4.5A2.75 2.75 0 0 1 13.961 17H8.25c-.64 0-1.228-.221-1.695-.588-.32.36-.785.588-1.305.588h-1.5A1.75 1.75 0 0 1 2 15.25v-6.5C2 7.784 2.784 7 3.75 7h1.5c.219 0 .428.042.621.115.085-.147.184-.287.297-.418l4.265-4.937.09-.09ZM3.75 8.5a.25.25 0 0 0-.25.25v6.5c0 .138.112.25.25.25h1.5a.25.25 0 0 0 .25-.25v-6.5a.25.25 0 0 0-.25-.25h-1.5Zm3.554-.823A1.253 1.253 0 0 0 7 8.494a.755.755 0 0 1-.008.1c.005.051.008.103.008.156v5.5l.007.128A1.25 1.25 0 0 0 8.25 15.5h5.71a1.25 1.25 0 0 0 1.209-.93l1.191-4.5.03-.148A1.25 1.25 0 0 0 15.152 8.5H10.75a.75.75 0 0 1-.704-1.009l1.17-3.177.032-.101c.085-.322.02-.656-.16-.92L7.305 7.677Z"},"children":[]}],"metadata":""}]},"name":"thumbs-up"};
|
|
7
|
+
|
|
8
|
+
export default ThumbsUp;
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
import { IconDefinition } from '../types';
|
|
5
5
|
|
|
6
|
-
const TypeDate: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M15.6
|
|
6
|
+
const TypeDate: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"height":20,"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M15.6 3H14V1.804a.8.8 0 0 0-1.6 0V3H7.6V1.804a.8.8 0 0 0-1.6 0V3H4.4A2.4 2.4 0 0 0 2 5.4v9.2A2.4 2.4 0 0 0 4.4 17h11.2a2.4 2.4 0 0 0 2.4-2.4V5.4A2.4 2.4 0 0 0 15.6 3Zm.566 12.166a.8.8 0 0 0 .234-.566V9H3.6v5.6a.8.8 0 0 0 .8.8h11.2a.8.8 0 0 0 .566-.234ZM3.6 7.4h12.8v-2a.8.8 0 0 0-.8-.8H4.4a.8.8 0 0 0-.8.8v2Z"},"children":[]}],"metadata":""}]},"name":"type-date"};
|
|
7
7
|
|
|
8
8
|
export default TypeDate;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const ViewDashboard: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M9.5 11.5c.828 0 1.5.712 1.5 1.59v1.32c0 .878-.672 1.59-1.5 1.59h-3c-.828 0-1.5-.712-1.5-1.59v-1.32c0-.878.672-1.59 1.5-1.59h3ZM15.469 5.469C16.314 5.469 17 6.154 17 7v6c0 .846-.686 1.531-1.531 1.531h-1.5A1.531 1.531 0 0 1 12.438 13V7c0-.846.685-1.531 1.53-1.531h1.5ZM8.956 4c.853 0 1.544.672 1.544 1.5v3c0 .828-.691 1.5-1.544 1.5H4.544C3.691 10 3 9.328 3 8.5v-3C3 4.672 3.691 4 4.544 4h4.412Z"},"children":[]}],"metadata":""}]},"name":"view-dashboard"};
|
|
7
|
+
|
|
8
|
+
export default ViewDashboard;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const WarningTriangleFilled: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M18.892 14.558 12.183 2.892a2.5 2.5 0 0 0-4.366 0L1.15 14.558a2.5 2.5 0 0 0 2.133 3.775h13.434a2.5 2.5 0 0 0 2.175-3.775ZM10 6.667a.833.833 0 0 0-.833.833v3.333a.833.833 0 0 0 1.666 0V7.5A.834.834 0 0 0 10 6.667Zm-.463 6.807a.833.833 0 1 1 .926 1.385.833.833 0 0 1-.926-1.385Z"},"children":[]}],"metadata":""}]},"name":"warning-triangle-filled"};
|
|
7
|
+
|
|
8
|
+
export default WarningTriangleFilled;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const Windows: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20},"children":[{"type":"element","tagName":"g","properties":{"clipPath":"url(#Windows__a)"},"children":[{"type":"element","tagName":"mask","properties":{"id":"Windows__b","style":{"maskType":"luminance"},"maskUnits":"userSpaceOnUse","x":2,"y":2,"width":16,"height":16},"children":[{"type":"element","tagName":"path","properties":{"d":"M18 2H2v16h16V2Z"},"children":[]}]},{"type":"element","tagName":"g","properties":{"mask":"url(#Windows__b)"},"children":[{"type":"element","tagName":"path","properties":{"d":"M2 2h7.585v7.582H2V2Zm8.415 0H18v7.582h-7.585V2ZM2 10.415h7.585V18H2v-7.585Zm8.415 0H18V18h-7.585"},"children":[]}]}]},{"type":"element","tagName":"defs","properties":{},"children":[{"type":"element","tagName":"clipPath","properties":{"id":"Windows__a"},"children":[{"type":"element","tagName":"path","properties":{"transform":"translate(2 2)","d":"M0 0h16v16H0z"},"children":[]}]}]}],"metadata":""}]},"name":"windows"};
|
|
7
|
+
|
|
8
|
+
export default Windows;
|