@inkeep/agents-ui 0.1.0 → 0.14.9
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/LICENSE +64 -0
- package/README.md +1 -67
- package/dist/_virtual/index.cjs +1 -0
- package/dist/_virtual/index.js +4 -0
- package/dist/_virtual/use-sync-external-store-shim.development.cjs +1 -0
- package/dist/_virtual/use-sync-external-store-shim.development.js +5 -0
- package/dist/_virtual/use-sync-external-store-shim.production.cjs +1 -0
- package/dist/_virtual/use-sync-external-store-shim.production.js +5 -0
- package/dist/color-mode/index.cjs +1 -0
- package/dist/color-mode/index.js +170 -0
- package/dist/index.cjs +1 -0
- package/dist/index.d.cts +5093 -0
- package/dist/index.d.ts +5093 -0
- package/dist/index.js +213 -0
- package/dist/node_modules/.pnpm/use-sync-external-store@1.5.0_react@19.0.0/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.cjs +9 -0
- package/dist/node_modules/.pnpm/use-sync-external-store@1.5.0_react@19.0.0/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.js +68 -0
- package/dist/node_modules/.pnpm/use-sync-external-store@1.5.0_react@19.0.0/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.cjs +9 -0
- package/dist/node_modules/.pnpm/use-sync-external-store@1.5.0_react@19.0.0/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js +56 -0
- package/dist/node_modules/.pnpm/use-sync-external-store@1.5.0_react@19.0.0/node_modules/use-sync-external-store/shim/index.cjs +1 -0
- package/dist/node_modules/.pnpm/use-sync-external-store@1.5.0_react@19.0.0/node_modules/use-sync-external-store/shim/index.js +8 -0
- package/dist/primitives/atoms/avatars/ai.cjs +1 -0
- package/dist/primitives/atoms/avatars/ai.js +99 -0
- package/dist/primitives/atoms/avatars/user.cjs +1 -0
- package/dist/primitives/atoms/avatars/user.js +27 -0
- package/dist/primitives/atoms/cmdk/command-score.cjs +1 -0
- package/dist/primitives/atoms/cmdk/command-score.js +46 -0
- package/dist/primitives/atoms/cmdk/index.cjs +1 -0
- package/dist/primitives/atoms/cmdk/index.js +521 -0
- package/dist/primitives/atoms/codeblock/index.cjs +1 -0
- package/dist/primitives/atoms/codeblock/index.js +40 -0
- package/dist/primitives/atoms/custom-styles.cjs +1 -0
- package/dist/primitives/atoms/custom-styles.js +57 -0
- package/dist/primitives/atoms/dialog.cjs +1 -0
- package/dist/primitives/atoms/dialog.js +226 -0
- package/dist/primitives/atoms/error-boundary.cjs +1 -0
- package/dist/primitives/atoms/error-boundary.js +9 -0
- package/dist/primitives/atoms/icons/built-in-icon-renderer.cjs +1 -0
- package/dist/primitives/atoms/icons/built-in-icon-renderer.js +51 -0
- package/dist/primitives/atoms/icons/built-in-icons.cjs +1 -0
- package/dist/primitives/atoms/icons/built-in-icons.js +86 -0
- package/dist/primitives/atoms/icons/checkbox-icon.cjs +1 -0
- package/dist/primitives/atoms/icons/checkbox-icon.js +24 -0
- package/dist/primitives/atoms/icons/collections/bi.cjs +1 -0
- package/dist/primitives/atoms/icons/collections/bi.js +49 -0
- package/dist/primitives/atoms/icons/collections/fi.cjs +1 -0
- package/dist/primitives/atoms/icons/collections/fi.js +29 -0
- package/dist/primitives/atoms/icons/collections/gr.cjs +1 -0
- package/dist/primitives/atoms/icons/collections/gr.js +21 -0
- package/dist/primitives/atoms/icons/collections/io5.cjs +1 -0
- package/dist/primitives/atoms/icons/collections/io5.js +806 -0
- package/dist/primitives/atoms/icons/collections/pi.cjs +1 -0
- package/dist/primitives/atoms/icons/collections/pi.js +49 -0
- package/dist/primitives/atoms/icons/custom-icon.cjs +1 -0
- package/dist/primitives/atoms/icons/custom-icon.js +19 -0
- package/dist/primitives/atoms/icons/generate-icon.cjs +1 -0
- package/dist/primitives/atoms/icons/generate-icon.js +56 -0
- package/dist/primitives/atoms/icons/index.cjs +1 -0
- package/dist/primitives/atoms/icons/index.js +6 -0
- package/dist/primitives/atoms/icons/inkeep-default-icons.cjs +1 -0
- package/dist/primitives/atoms/icons/inkeep-default-icons.js +24 -0
- package/dist/primitives/atoms/link.cjs +1 -0
- package/dist/primitives/atoms/link.js +35 -0
- package/dist/primitives/atoms/markdown/components.cjs +1 -0
- package/dist/primitives/atoms/markdown/components.js +73 -0
- package/dist/primitives/atoms/markdown/index.cjs +1 -0
- package/dist/primitives/atoms/markdown/index.js +115 -0
- package/dist/primitives/atoms/markdown/rehype-inline-code-property.cjs +1 -0
- package/dist/primitives/atoms/markdown/rehype-inline-code-property.js +12 -0
- package/dist/primitives/atoms/portal-with-theme.cjs +1 -0
- package/dist/primitives/atoms/portal-with-theme.js +12 -0
- package/dist/primitives/atoms/portal.cjs +1 -0
- package/dist/primitives/atoms/portal.js +19 -0
- package/dist/primitives/atoms/select.cjs +1 -0
- package/dist/primitives/atoms/select.js +785 -0
- package/dist/primitives/atoms/shadow/context.cjs +1 -0
- package/dist/primitives/atoms/shadow/context.js +54 -0
- package/dist/primitives/atoms/shadow/create.cjs +1 -0
- package/dist/primitives/atoms/shadow/create.js +56 -0
- package/dist/primitives/atoms/shadow/root.cjs +1 -0
- package/dist/primitives/atoms/shadow/root.js +22 -0
- package/dist/primitives/atoms/shadow/use-ensured-forwarded-ref.cjs +1 -0
- package/dist/primitives/atoms/shadow/use-ensured-forwarded-ref.js +11 -0
- package/dist/primitives/atoms/shadow/utils.cjs +1 -0
- package/dist/primitives/atoms/shadow/utils.js +16 -0
- package/dist/primitives/components/chat-button.cjs +1 -0
- package/dist/primitives/components/chat-button.js +46 -0
- package/dist/primitives/components/embedded-chat/chat-provider.cjs +1 -0
- package/dist/primitives/components/embedded-chat/chat-provider.js +20 -0
- package/dist/primitives/components/embedded-chat/use-chat-action.cjs +1 -0
- package/dist/primitives/components/embedded-chat/use-chat-action.js +38 -0
- package/dist/primitives/components/embedded-chat/use-inkeep-chat.cjs +3 -0
- package/dist/primitives/components/embedded-chat/use-inkeep-chat.js +160 -0
- package/dist/primitives/components/embedded-chat/use-stream-processor.cjs +1 -0
- package/dist/primitives/components/embedded-chat/use-stream-processor.js +82 -0
- package/dist/primitives/components/embedded-chat.cjs +11 -0
- package/dist/primitives/components/embedded-chat.js +1898 -0
- package/dist/primitives/components/embedded-search/search-provider.cjs +1 -0
- package/dist/primitives/components/embedded-search/search-provider.js +26 -0
- package/dist/primitives/components/embedded-search/transform-results.cjs +1 -0
- package/dist/primitives/components/embedded-search/transform-results.js +47 -0
- package/dist/primitives/components/embedded-search/url-query.cjs +1 -0
- package/dist/primitives/components/embedded-search/url-query.js +12 -0
- package/dist/primitives/components/embedded-search/use-inkeep-search.cjs +1 -0
- package/dist/primitives/components/embedded-search/use-inkeep-search.js +35 -0
- package/dist/primitives/components/embedded-search/use-search-filter.cjs +1 -0
- package/dist/primitives/components/embedded-search/use-search-filter.js +77 -0
- package/dist/primitives/components/embedded-search.cjs +1 -0
- package/dist/primitives/components/embedded-search.js +628 -0
- package/dist/primitives/components/factory.cjs +1 -0
- package/dist/primitives/components/factory.js +39 -0
- package/dist/primitives/components/index.cjs +1 -0
- package/dist/primitives/components/index.js +27 -0
- package/dist/primitives/components/modal/modal-provider.cjs +1 -0
- package/dist/primitives/components/modal/modal-provider.js +8 -0
- package/dist/primitives/components/modal/use-inkeep-modal.cjs +1 -0
- package/dist/primitives/components/modal/use-inkeep-modal.js +45 -0
- package/dist/primitives/components/modal/widget-auto-focus.cjs +1 -0
- package/dist/primitives/components/modal/widget-auto-focus.js +16 -0
- package/dist/primitives/components/modal.cjs +1 -0
- package/dist/primitives/components/modal.js +40 -0
- package/dist/primitives/components/presence.cjs +1 -0
- package/dist/primitives/components/presence.js +26 -0
- package/dist/primitives/components/searchbar.cjs +1 -0
- package/dist/primitives/components/searchbar.js +54 -0
- package/dist/primitives/components/sidebar-chat/index.cjs +1 -0
- package/dist/primitives/components/sidebar-chat/index.js +86 -0
- package/dist/primitives/components/sidebar-chat/use-sidebar-chat-resizer.cjs +1 -0
- package/dist/primitives/components/sidebar-chat/use-sidebar-chat-resizer.js +34 -0
- package/dist/primitives/components/tagline-logo-icon.cjs +1 -0
- package/dist/primitives/components/tagline-logo-icon.js +26 -0
- package/dist/primitives/components/use-component-trigger.cjs +1 -0
- package/dist/primitives/components/use-component-trigger.js +16 -0
- package/dist/primitives/constants/search.cjs +1 -0
- package/dist/primitives/constants/search.js +5 -0
- package/dist/primitives/hooks/index.cjs +1 -0
- package/dist/primitives/hooks/index.js +24 -0
- package/dist/primitives/hooks/use-boolean.cjs +1 -0
- package/dist/primitives/hooks/use-boolean.js +17 -0
- package/dist/primitives/hooks/use-component-classnames.cjs +1 -0
- package/dist/primitives/hooks/use-component-classnames.js +14 -0
- package/dist/primitives/hooks/use-container-size.cjs +1 -0
- package/dist/primitives/hooks/use-container-size.js +18 -0
- package/dist/primitives/hooks/use-copy-to-clipboard.cjs +1 -0
- package/dist/primitives/hooks/use-copy-to-clipboard.js +24 -0
- package/dist/primitives/hooks/use-debounce.cjs +1 -0
- package/dist/primitives/hooks/use-debounce.js +16 -0
- package/dist/primitives/hooks/use-instant-update.cjs +1 -0
- package/dist/primitives/hooks/use-instant-update.js +16 -0
- package/dist/primitives/hooks/use-is-mounted.cjs +1 -0
- package/dist/primitives/hooks/use-is-mounted.js +11 -0
- package/dist/primitives/hooks/use-media-query.cjs +1 -0
- package/dist/primitives/hooks/use-media-query.js +14 -0
- package/dist/primitives/hooks/use-resize-observer.cjs +1 -0
- package/dist/primitives/hooks/use-resize-observer.js +32 -0
- package/dist/primitives/hooks/use-scroll-to-bottom.cjs +1 -0
- package/dist/primitives/hooks/use-scroll-to-bottom.js +52 -0
- package/dist/primitives/hooks/use-scrolling-fades.cjs +1 -0
- package/dist/primitives/hooks/use-scrolling-fades.js +18 -0
- package/dist/primitives/hooks/use-settle-action.cjs +1 -0
- package/dist/primitives/hooks/use-settle-action.js +11 -0
- package/dist/primitives/index.cjs +1 -0
- package/dist/primitives/index.js +155 -0
- package/dist/primitives/providers/attachment-item-provider.cjs +1 -0
- package/dist/primitives/providers/attachment-item-provider.js +13 -0
- package/dist/primitives/providers/attachments-bar-provider.cjs +1 -0
- package/dist/primitives/providers/attachments-bar-provider.js +57 -0
- package/dist/primitives/providers/base-events-provider.cjs +1 -0
- package/dist/primitives/providers/base-events-provider.js +37 -0
- package/dist/primitives/providers/chat-form-provider.cjs +1 -0
- package/dist/primitives/providers/chat-form-provider.js +109 -0
- package/dist/primitives/providers/config-provider.cjs +1 -0
- package/dist/primitives/providers/config-provider.js +38 -0
- package/dist/primitives/providers/feedback-item-provider.cjs +1 -0
- package/dist/primitives/providers/feedback-item-provider.js +16 -0
- package/dist/primitives/providers/feedback-provider.cjs +1 -0
- package/dist/primitives/providers/feedback-provider.js +83 -0
- package/dist/primitives/providers/form-field-provider.cjs +1 -0
- package/dist/primitives/providers/form-field-provider.js +17 -0
- package/dist/primitives/providers/help-menu-provider.cjs +1 -0
- package/dist/primitives/providers/help-menu-provider.js +19 -0
- package/dist/primitives/providers/hover-popover-provider.cjs +1 -0
- package/dist/primitives/providers/hover-popover-provider.js +13 -0
- package/dist/primitives/providers/index.cjs +1 -0
- package/dist/primitives/providers/index.js +57 -0
- package/dist/primitives/providers/markdown-provider.cjs +1 -0
- package/dist/primitives/providers/markdown-provider.js +8 -0
- package/dist/primitives/providers/message-attachments-provider.cjs +1 -0
- package/dist/primitives/providers/message-attachments-provider.js +27 -0
- package/dist/primitives/providers/message-provider.cjs +1 -0
- package/dist/primitives/providers/message-provider.js +14 -0
- package/dist/primitives/providers/root-provider.cjs +1 -0
- package/dist/primitives/providers/root-provider.js +21 -0
- package/dist/primitives/providers/search-events-provider.cjs +1 -0
- package/dist/primitives/providers/search-events-provider.js +17 -0
- package/dist/primitives/providers/sidebar-chat-provider.cjs +1 -0
- package/dist/primitives/providers/sidebar-chat-provider.js +41 -0
- package/dist/primitives/providers/source-item-provider.cjs +1 -0
- package/dist/primitives/providers/source-item-provider.js +13 -0
- package/dist/primitives/providers/theme-provider.cjs +3 -0
- package/dist/primitives/providers/theme-provider.js +79 -0
- package/dist/primitives/providers/widget-provider.cjs +1 -0
- package/dist/primitives/providers/widget-provider.js +8 -0
- package/dist/primitives/utils/component-ids.cjs +1 -0
- package/dist/primitives/utils/component-ids.js +309 -0
- package/dist/primitives/utils/compose-event-handlers.cjs +1 -0
- package/dist/primitives/utils/compose-event-handlers.js +10 -0
- package/dist/primitives/utils/compose-refs.cjs +1 -0
- package/dist/primitives/utils/compose-refs.js +30 -0
- package/dist/primitives/utils/default-settings.cjs +1 -0
- package/dist/primitives/utils/default-settings.js +50 -0
- package/dist/primitives/utils/form.cjs +1 -0
- package/dist/primitives/utils/form.js +17 -0
- package/dist/primitives/utils/generate-uid.cjs +1 -0
- package/dist/primitives/utils/generate-uid.js +14 -0
- package/dist/primitives/utils/get-source-icon.cjs +1 -0
- package/dist/primitives/utils/get-source-icon.js +11 -0
- package/dist/primitives/utils/highlight-emphasis.cjs +1 -0
- package/dist/primitives/utils/highlight-emphasis.js +15 -0
- package/dist/primitives/utils/merge-props.cjs +1 -0
- package/dist/primitives/utils/merge-props.js +41 -0
- package/dist/primitives/utils/misc.cjs +1 -0
- package/dist/primitives/utils/misc.js +31 -0
- package/dist/primitives/utils/split-props.cjs +1 -0
- package/dist/primitives/utils/split-props.js +10 -0
- package/dist/react/chat-button.cjs +1 -0
- package/dist/react/chat-button.js +60 -0
- package/dist/react/embedded-chat.cjs +1 -0
- package/dist/react/embedded-chat.js +380 -0
- package/dist/react/embedded-search-and-chat.cjs +1 -0
- package/dist/react/embedded-search-and-chat.impl.cjs +1 -0
- package/dist/react/embedded-search-and-chat.impl.js +43 -0
- package/dist/react/embedded-search-and-chat.js +66 -0
- package/dist/react/embedded-search.cjs +1 -0
- package/dist/react/embedded-search.js +181 -0
- package/dist/react/index.cjs +1 -0
- package/dist/react/index.js +213 -0
- package/dist/react/modal.chat.cjs +1 -0
- package/dist/react/modal.chat.js +21 -0
- package/dist/react/modal.cjs +1 -0
- package/dist/react/modal.js +27 -0
- package/dist/react/modal.search-and-chat.cjs +1 -0
- package/dist/react/modal.search-and-chat.js +27 -0
- package/dist/react/modal.search.cjs +1 -0
- package/dist/react/modal.search.js +21 -0
- package/dist/react/searchbar.cjs +1 -0
- package/dist/react/searchbar.js +68 -0
- package/dist/react/sidebar-chat.cjs +1 -0
- package/dist/react/sidebar-chat.js +49 -0
- package/dist/react/utils.cjs +1 -0
- package/dist/react/utils.js +20 -0
- package/dist/react/widget-toggle.cjs +1 -0
- package/dist/react/widget-toggle.js +65 -0
- package/dist/styled/components/chat-button.cjs +1 -0
- package/dist/styled/components/chat-button.js +56 -0
- package/dist/styled/components/data-summary-group.cjs +1 -0
- package/dist/styled/components/data-summary-group.js +76 -0
- package/dist/styled/components/embedded-chat.cjs +1 -0
- package/dist/styled/components/embedded-chat.js +1816 -0
- package/dist/styled/components/embedded-search/results-loading.cjs +1 -0
- package/dist/styled/components/embedded-search/results-loading.js +39 -0
- package/dist/styled/components/embedded-search.cjs +1 -0
- package/dist/styled/components/embedded-search.js +680 -0
- package/dist/styled/components/index.cjs +1 -0
- package/dist/styled/components/index.js +24 -0
- package/dist/styled/components/loading-indicator.cjs +1 -0
- package/dist/styled/components/loading-indicator.js +36 -0
- package/dist/styled/components/message.cjs +1 -0
- package/dist/styled/components/message.js +140 -0
- package/dist/styled/components/modal.cjs +1 -0
- package/dist/styled/components/modal.js +46 -0
- package/dist/styled/components/searchbar.cjs +1 -0
- package/dist/styled/components/searchbar.js +81 -0
- package/dist/styled/components/shadow.cjs +1 -0
- package/dist/styled/components/shadow.js +8 -0
- package/dist/styled/components/sidebar-chat.cjs +1 -0
- package/dist/styled/components/sidebar-chat.js +90 -0
- package/dist/styled/components/ui/markdown-styles.cjs +1 -0
- package/dist/styled/components/ui/markdown-styles.js +38 -0
- package/dist/styled/components/ui/recipes/ai-chat-page-wrapper.cjs +1 -0
- package/dist/styled/components/ui/recipes/ai-chat-page-wrapper.js +32 -0
- package/dist/styled/components/ui/recipes/attachment.cjs +1 -0
- package/dist/styled/components/ui/recipes/attachment.js +28 -0
- package/dist/styled/components/ui/recipes/button.cjs +1 -0
- package/dist/styled/components/ui/recipes/button.js +81 -0
- package/dist/styled/components/ui/recipes/checkbox.cjs +1 -0
- package/dist/styled/components/ui/recipes/checkbox.js +23 -0
- package/dist/styled/components/ui/recipes/citation.cjs +1 -0
- package/dist/styled/components/ui/recipes/citation.js +75 -0
- package/dist/styled/components/ui/recipes/icon.cjs +1 -0
- package/dist/styled/components/ui/recipes/icon.js +6 -0
- package/dist/styled/components/ui/recipes/index.cjs +1 -0
- package/dist/styled/components/ui/recipes/index.js +37 -0
- package/dist/styled/components/ui/recipes/input.cjs +1 -0
- package/dist/styled/components/ui/recipes/input.js +34 -0
- package/dist/styled/components/ui/recipes/link.cjs +1 -0
- package/dist/styled/components/ui/recipes/link.js +13 -0
- package/dist/styled/components/ui/recipes/markdown.cjs +1 -0
- package/dist/styled/components/ui/recipes/markdown.js +103 -0
- package/dist/styled/components/ui/recipes/modal.cjs +1 -0
- package/dist/styled/components/ui/recipes/modal.js +59 -0
- package/dist/styled/components/ui/recipes/popover.cjs +1 -0
- package/dist/styled/components/ui/recipes/popover.js +20 -0
- package/dist/styled/components/ui/recipes/scrollable.cjs +1 -0
- package/dist/styled/components/ui/recipes/scrollable.js +15 -0
- package/dist/styled/components/ui/recipes/select.cjs +1 -0
- package/dist/styled/components/ui/recipes/select.js +38 -0
- package/dist/styled/components/ui/recipes/skeleton.cjs +1 -0
- package/dist/styled/components/ui/recipes/skeleton.js +16 -0
- package/dist/styled/components/ui/recipes/widget-toggle.cjs +1 -0
- package/dist/styled/components/ui/recipes/widget-toggle.js +35 -0
- package/dist/styled/index.cjs +1 -0
- package/dist/styled/index.js +177 -0
- package/dist/styled/inkeep.css.cjs +4049 -0
- package/dist/styled/inkeep.css.js +4053 -0
- package/dist/styled/utils.cjs +1 -0
- package/dist/styled/utils.js +11 -0
- package/dist/theme/color-utils.cjs +1 -0
- package/dist/theme/color-utils.js +21 -0
- package/dist/theme/colors.cjs +1 -0
- package/dist/theme/colors.js +143 -0
- package/dist/theme/index.cjs +1 -0
- package/dist/theme/index.js +58 -0
- package/dist/theme/utils/create-css-variables.cjs +1 -0
- package/dist/theme/utils/create-css-variables.js +24 -0
- package/dist/theme/utils/generate-theme-variables.cjs +1 -0
- package/dist/theme/utils/generate-theme-variables.js +34 -0
- package/dist/types/message.cjs +1 -0
- package/dist/types/message.js +5 -0
- package/dist/types/types.d.cts +1754 -0
- package/dist/types/types.d.ts +1754 -0
- package/package.json +132 -39
- package/LICENSE.md +0 -51
- package/dist/assets/index-3anqgmEs.js +0 -49
- package/dist/assets/index-CF_BRP1w.css +0 -1
- package/dist/index.html +0 -14
|
@@ -0,0 +1,806 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { GenIcon as a } from "../generate-icon.js";
|
|
3
|
+
function r(t) {
|
|
4
|
+
return a({
|
|
5
|
+
attr: { viewBox: "0 0 512 512" },
|
|
6
|
+
child: [
|
|
7
|
+
{
|
|
8
|
+
tag: "path",
|
|
9
|
+
attr: {
|
|
10
|
+
fill: "none",
|
|
11
|
+
strokeLinecap: "round",
|
|
12
|
+
strokeLinejoin: "round",
|
|
13
|
+
strokeWidth: "32",
|
|
14
|
+
d: "M256 160c16-63.16 76.43-95.41 208-96a15.94 15.94 0 0 1 16 16v288a16 16 0 0 1-16 16c-128 0-177.45 25.81-208 64-30.37-38-80-64-208-64-9.88 0-16-8.05-16-17.93V80a15.94 15.94 0 0 1 16-16c131.57.59 192 32.84 208 96zm0 0v288"
|
|
15
|
+
},
|
|
16
|
+
child: []
|
|
17
|
+
}
|
|
18
|
+
]
|
|
19
|
+
})(t);
|
|
20
|
+
}
|
|
21
|
+
function o(t) {
|
|
22
|
+
return a({
|
|
23
|
+
attr: { viewBox: "0 0 512 512" },
|
|
24
|
+
child: [
|
|
25
|
+
{
|
|
26
|
+
tag: "path",
|
|
27
|
+
attr: {
|
|
28
|
+
fill: "none",
|
|
29
|
+
strokeLinecap: "round",
|
|
30
|
+
strokeMiterlimit: "10",
|
|
31
|
+
strokeWidth: "32",
|
|
32
|
+
d: "M431 320.6c-1-3.6 1.2-8.6 3.3-12.2a33.68 33.68 0 0 1 2.1-3.1A162 162 0 0 0 464 215c.3-92.2-77.5-167-173.7-167-83.9 0-153.9 57.1-170.3 132.9a160.7 160.7 0 0 0-3.7 34.2c0 92.3 74.8 169.1 171 169.1 15.3 0 35.9-4.6 47.2-7.7s22.5-7.2 25.4-8.3a26.44 26.44 0 0 1 9.3-1.7 26 26 0 0 1 10.1 2l56.7 20.1a13.52 13.52 0 0 0 3.9 1 8 8 0 0 0 8-8 12.85 12.85 0 0 0-.5-2.7z"
|
|
33
|
+
},
|
|
34
|
+
child: []
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
tag: "path",
|
|
38
|
+
attr: {
|
|
39
|
+
fill: "none",
|
|
40
|
+
strokeLinecap: "round",
|
|
41
|
+
strokeMiterlimit: "10",
|
|
42
|
+
strokeWidth: "32",
|
|
43
|
+
d: "M66.46 232a146.23 146.23 0 0 0 6.39 152.67c2.31 3.49 3.61 6.19 3.21 8s-11.93 61.87-11.93 61.87a8 8 0 0 0 2.71 7.68A8.17 8.17 0 0 0 72 464a7.26 7.26 0 0 0 2.91-.6l56.21-22a15.7 15.7 0 0 1 12 .2c18.94 7.38 39.88 12 60.83 12A159.21 159.21 0 0 0 284 432.11"
|
|
44
|
+
},
|
|
45
|
+
child: []
|
|
46
|
+
}
|
|
47
|
+
]
|
|
48
|
+
})(t);
|
|
49
|
+
}
|
|
50
|
+
function n(t) {
|
|
51
|
+
return a({
|
|
52
|
+
attr: { viewBox: "0 0 512 512" },
|
|
53
|
+
child: [
|
|
54
|
+
{
|
|
55
|
+
tag: "path",
|
|
56
|
+
attr: {
|
|
57
|
+
fill: "none",
|
|
58
|
+
strokeLinecap: "round",
|
|
59
|
+
strokeLinejoin: "round",
|
|
60
|
+
strokeWidth: "32",
|
|
61
|
+
d: "M464 128 240 384l-96-96m0 96-96-96m320-160L232 284"
|
|
62
|
+
},
|
|
63
|
+
child: []
|
|
64
|
+
}
|
|
65
|
+
]
|
|
66
|
+
})(t);
|
|
67
|
+
}
|
|
68
|
+
function e(t) {
|
|
69
|
+
return a({
|
|
70
|
+
attr: { viewBox: "0 0 512 512" },
|
|
71
|
+
child: [
|
|
72
|
+
{
|
|
73
|
+
tag: "path",
|
|
74
|
+
attr: {
|
|
75
|
+
fill: "none",
|
|
76
|
+
strokeLinecap: "round",
|
|
77
|
+
strokeLinejoin: "round",
|
|
78
|
+
strokeWidth: "32",
|
|
79
|
+
d: "M416 128 192 384l-96-96"
|
|
80
|
+
},
|
|
81
|
+
child: []
|
|
82
|
+
}
|
|
83
|
+
]
|
|
84
|
+
})(t);
|
|
85
|
+
}
|
|
86
|
+
function h(t) {
|
|
87
|
+
return a({
|
|
88
|
+
attr: { viewBox: "0 0 512 512" },
|
|
89
|
+
child: [
|
|
90
|
+
{
|
|
91
|
+
tag: "path",
|
|
92
|
+
attr: {
|
|
93
|
+
fill: "none",
|
|
94
|
+
strokeLinecap: "round",
|
|
95
|
+
strokeLinejoin: "round",
|
|
96
|
+
strokeWidth: "48",
|
|
97
|
+
d: "m184 112 144 144-144 144"
|
|
98
|
+
},
|
|
99
|
+
child: []
|
|
100
|
+
}
|
|
101
|
+
]
|
|
102
|
+
})(t);
|
|
103
|
+
}
|
|
104
|
+
function d(t) {
|
|
105
|
+
return a({
|
|
106
|
+
attr: { viewBox: "0 0 512 512" },
|
|
107
|
+
child: [
|
|
108
|
+
{
|
|
109
|
+
tag: "path",
|
|
110
|
+
attr: {
|
|
111
|
+
fill: "none",
|
|
112
|
+
strokeLinecap: "round",
|
|
113
|
+
strokeLinejoin: "round",
|
|
114
|
+
strokeWidth: "32",
|
|
115
|
+
d: "M368 368 144 144m224 0L144 368"
|
|
116
|
+
},
|
|
117
|
+
child: []
|
|
118
|
+
}
|
|
119
|
+
]
|
|
120
|
+
})(t);
|
|
121
|
+
}
|
|
122
|
+
function l(t) {
|
|
123
|
+
return a({
|
|
124
|
+
attr: { viewBox: "0 0 512 512" },
|
|
125
|
+
child: [
|
|
126
|
+
{
|
|
127
|
+
tag: "rect",
|
|
128
|
+
attr: {
|
|
129
|
+
width: "336",
|
|
130
|
+
height: "336",
|
|
131
|
+
x: "128",
|
|
132
|
+
y: "128",
|
|
133
|
+
fill: "none",
|
|
134
|
+
strokeLinejoin: "round",
|
|
135
|
+
strokeWidth: "32",
|
|
136
|
+
rx: "57",
|
|
137
|
+
ry: "57"
|
|
138
|
+
},
|
|
139
|
+
child: []
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
tag: "path",
|
|
143
|
+
attr: {
|
|
144
|
+
fill: "none",
|
|
145
|
+
strokeLinecap: "round",
|
|
146
|
+
strokeLinejoin: "round",
|
|
147
|
+
strokeWidth: "32",
|
|
148
|
+
d: "m383.5 128 .5-24a56.16 56.16 0 0 0-56-56H112a64.19 64.19 0 0 0-64 64v216a56.16 56.16 0 0 0 56 56h24"
|
|
149
|
+
},
|
|
150
|
+
child: []
|
|
151
|
+
}
|
|
152
|
+
]
|
|
153
|
+
})(t);
|
|
154
|
+
}
|
|
155
|
+
function c(t) {
|
|
156
|
+
return a({
|
|
157
|
+
attr: { viewBox: "0 0 512 512" },
|
|
158
|
+
child: [
|
|
159
|
+
{
|
|
160
|
+
tag: "path",
|
|
161
|
+
attr: {
|
|
162
|
+
d: "M408 480H184a72 72 0 0 1-72-72V184a72 72 0 0 1 72-72h224a72 72 0 0 1 72 72v224a72 72 0 0 1-72 72z"
|
|
163
|
+
},
|
|
164
|
+
child: []
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
tag: "path",
|
|
168
|
+
attr: {
|
|
169
|
+
d: "M160 80h235.88A72.12 72.12 0 0 0 328 32H104a72 72 0 0 0-72 72v224a72.12 72.12 0 0 0 48 67.88V160a80 80 0 0 1 80-80z"
|
|
170
|
+
},
|
|
171
|
+
child: []
|
|
172
|
+
}
|
|
173
|
+
]
|
|
174
|
+
})(t);
|
|
175
|
+
}
|
|
176
|
+
function u(t) {
|
|
177
|
+
return a({
|
|
178
|
+
attr: { viewBox: "0 0 512 512" },
|
|
179
|
+
child: [
|
|
180
|
+
{
|
|
181
|
+
tag: "path",
|
|
182
|
+
attr: {
|
|
183
|
+
d: "M240 216V32H92a12 12 0 0 0-12 12v424a12 12 0 0 0 12 12h328a12 12 0 0 0 12-12V224H248a8 8 0 0 1-8-8z"
|
|
184
|
+
},
|
|
185
|
+
child: []
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
tag: "path",
|
|
189
|
+
attr: {
|
|
190
|
+
d: "M272 41.69V188a4 4 0 0 0 4 4h146.31a2 2 0 0 0 1.42-3.41L275.41 40.27a2 2 0 0 0-3.41 1.42z"
|
|
191
|
+
},
|
|
192
|
+
child: []
|
|
193
|
+
}
|
|
194
|
+
]
|
|
195
|
+
})(t);
|
|
196
|
+
}
|
|
197
|
+
function s(t) {
|
|
198
|
+
return a({
|
|
199
|
+
attr: { viewBox: "0 0 512 512" },
|
|
200
|
+
child: [
|
|
201
|
+
{
|
|
202
|
+
tag: "path",
|
|
203
|
+
attr: {
|
|
204
|
+
fill: "none",
|
|
205
|
+
strokeLinejoin: "round",
|
|
206
|
+
strokeWidth: "32",
|
|
207
|
+
d: "M416 221.25V416a48 48 0 0 1-48 48H144a48 48 0 0 1-48-48V96a48 48 0 0 1 48-48h98.75a32 32 0 0 1 22.62 9.37l141.26 141.26a32 32 0 0 1 9.37 22.62z"
|
|
208
|
+
},
|
|
209
|
+
child: []
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
tag: "path",
|
|
213
|
+
attr: {
|
|
214
|
+
fill: "none",
|
|
215
|
+
strokeLinecap: "round",
|
|
216
|
+
strokeLinejoin: "round",
|
|
217
|
+
strokeWidth: "32",
|
|
218
|
+
d: "M256 56v120a32 32 0 0 0 32 32h120m-232 80h160m-160 80h160"
|
|
219
|
+
},
|
|
220
|
+
child: []
|
|
221
|
+
}
|
|
222
|
+
]
|
|
223
|
+
})(t);
|
|
224
|
+
}
|
|
225
|
+
function k(t) {
|
|
226
|
+
return a({
|
|
227
|
+
attr: { viewBox: "0 0 512 512" },
|
|
228
|
+
child: [
|
|
229
|
+
{
|
|
230
|
+
tag: "path",
|
|
231
|
+
attr: {
|
|
232
|
+
d: "M272 41.69V188a4 4 0 0 0 4 4h146.31a2 2 0 0 0 1.42-3.41L275.41 40.27a2 2 0 0 0-3.41 1.42z"
|
|
233
|
+
},
|
|
234
|
+
child: []
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
tag: "path",
|
|
238
|
+
attr: {
|
|
239
|
+
d: "M248 224a8 8 0 0 1-8-8V32H92a12 12 0 0 0-12 12v424a12 12 0 0 0 12 12h328a12 12 0 0 0 12-12V224zm104 160H160v-32h192zm0-80H160v-32h192z"
|
|
240
|
+
},
|
|
241
|
+
child: []
|
|
242
|
+
}
|
|
243
|
+
]
|
|
244
|
+
})(t);
|
|
245
|
+
}
|
|
246
|
+
function p(t) {
|
|
247
|
+
return a({
|
|
248
|
+
attr: { viewBox: "0 0 512 512" },
|
|
249
|
+
child: [
|
|
250
|
+
{
|
|
251
|
+
tag: "circle",
|
|
252
|
+
attr: {
|
|
253
|
+
cx: "256",
|
|
254
|
+
cy: "256",
|
|
255
|
+
r: "208",
|
|
256
|
+
fill: "none",
|
|
257
|
+
strokeLinecap: "round",
|
|
258
|
+
strokeLinejoin: "round",
|
|
259
|
+
strokeWidth: "32"
|
|
260
|
+
},
|
|
261
|
+
child: []
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
tag: "circle",
|
|
265
|
+
attr: {
|
|
266
|
+
cx: "256",
|
|
267
|
+
cy: "256",
|
|
268
|
+
r: "80",
|
|
269
|
+
fill: "none",
|
|
270
|
+
strokeLinecap: "round",
|
|
271
|
+
strokeLinejoin: "round",
|
|
272
|
+
strokeWidth: "32"
|
|
273
|
+
},
|
|
274
|
+
child: []
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
tag: "path",
|
|
278
|
+
attr: {
|
|
279
|
+
fill: "none",
|
|
280
|
+
strokeLinecap: "round",
|
|
281
|
+
strokeLinejoin: "round",
|
|
282
|
+
strokeWidth: "32",
|
|
283
|
+
d: "m208 54 8 132m80 0 8-132m-96 404 8-132m80 0 8 132m154-250-132 8m0 80 132 8M54 208l132 8m0 80-132 8"
|
|
284
|
+
},
|
|
285
|
+
child: []
|
|
286
|
+
}
|
|
287
|
+
]
|
|
288
|
+
})(t);
|
|
289
|
+
}
|
|
290
|
+
function L(t) {
|
|
291
|
+
return a({
|
|
292
|
+
attr: { viewBox: "0 0 512 512" },
|
|
293
|
+
child: [
|
|
294
|
+
{
|
|
295
|
+
tag: "path",
|
|
296
|
+
attr: {
|
|
297
|
+
fill: "none",
|
|
298
|
+
strokeLinecap: "round",
|
|
299
|
+
strokeLinejoin: "round",
|
|
300
|
+
strokeWidth: "32",
|
|
301
|
+
d: "M80 212v236a16 16 0 0 0 16 16h96V328a24 24 0 0 1 24-24h80a24 24 0 0 1 24 24v136h96a16 16 0 0 0 16-16V212"
|
|
302
|
+
},
|
|
303
|
+
child: []
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
tag: "path",
|
|
307
|
+
attr: {
|
|
308
|
+
fill: "none",
|
|
309
|
+
strokeLinecap: "round",
|
|
310
|
+
strokeLinejoin: "round",
|
|
311
|
+
strokeWidth: "32",
|
|
312
|
+
d: "M480 256 266.89 52c-5-5.28-16.69-5.34-21.78 0L32 256m368-77V64h-48v69"
|
|
313
|
+
},
|
|
314
|
+
child: []
|
|
315
|
+
}
|
|
316
|
+
]
|
|
317
|
+
})(t);
|
|
318
|
+
}
|
|
319
|
+
function f(t) {
|
|
320
|
+
return a({
|
|
321
|
+
attr: { viewBox: "0 0 512 512" },
|
|
322
|
+
child: [
|
|
323
|
+
{
|
|
324
|
+
tag: "path",
|
|
325
|
+
attr: {
|
|
326
|
+
fill: "none",
|
|
327
|
+
strokeMiterlimit: "10",
|
|
328
|
+
strokeWidth: "32",
|
|
329
|
+
d: "M248 64C146.39 64 64 146.39 64 248s82.39 184 184 184 184-82.39 184-184S349.61 64 248 64z"
|
|
330
|
+
},
|
|
331
|
+
child: []
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
tag: "path",
|
|
335
|
+
attr: {
|
|
336
|
+
fill: "none",
|
|
337
|
+
strokeLinecap: "round",
|
|
338
|
+
strokeLinejoin: "round",
|
|
339
|
+
strokeWidth: "32",
|
|
340
|
+
d: "M220 220h32v116"
|
|
341
|
+
},
|
|
342
|
+
child: []
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
tag: "path",
|
|
346
|
+
attr: {
|
|
347
|
+
fill: "none",
|
|
348
|
+
strokeLinecap: "round",
|
|
349
|
+
strokeMiterlimit: "10",
|
|
350
|
+
strokeWidth: "32",
|
|
351
|
+
d: "M208 340h88"
|
|
352
|
+
},
|
|
353
|
+
child: []
|
|
354
|
+
},
|
|
355
|
+
{ tag: "path", attr: { d: "M248 130a26 26 0 1 0 26 26 26 26 0 0 0-26-26z" }, child: [] }
|
|
356
|
+
]
|
|
357
|
+
})(t);
|
|
358
|
+
}
|
|
359
|
+
function v(t) {
|
|
360
|
+
return a({
|
|
361
|
+
attr: { viewBox: "0 0 512 512" },
|
|
362
|
+
child: [
|
|
363
|
+
{
|
|
364
|
+
tag: "path",
|
|
365
|
+
attr: {
|
|
366
|
+
fill: "none",
|
|
367
|
+
strokeLinecap: "round",
|
|
368
|
+
strokeLinejoin: "round",
|
|
369
|
+
strokeWidth: "36",
|
|
370
|
+
d: "M208 352h-64a96 96 0 0 1 0-192h64m96 0h64a96 96 0 0 1 0 192h-64m-140.71-96h187.42"
|
|
371
|
+
},
|
|
372
|
+
child: []
|
|
373
|
+
}
|
|
374
|
+
]
|
|
375
|
+
})(t);
|
|
376
|
+
}
|
|
377
|
+
function g(t) {
|
|
378
|
+
return a({
|
|
379
|
+
attr: { viewBox: "0 0 512 512" },
|
|
380
|
+
child: [
|
|
381
|
+
{
|
|
382
|
+
tag: "path",
|
|
383
|
+
attr: { d: "M188.8 255.93a67.2 67.2 0 1 0 67.2-67.18 67.38 67.38 0 0 0-67.2 67.18z" },
|
|
384
|
+
child: []
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
tag: "path",
|
|
388
|
+
attr: {
|
|
389
|
+
d: "M476.75 217.79v.05a206.63 206.63 0 0 0-7-28.84h-.11a202.16 202.16 0 0 1 7.07 29 203.5 203.5 0 0 0-7.07-29h-155.4c19.05 17 31.36 40.17 31.36 67.05a86.55 86.55 0 0 1-12.31 44.73L231 478.45a2.44 2.44 0 0 1 0 .27v.28-.26a224 224 0 0 0 25 1.26c6.84 0 13.61-.39 20.3-1a222.91 222.91 0 0 0 29.78-4.74C405.68 451.52 480 362.4 480 255.94a225.25 225.25 0 0 0-3.25-38.15z"
|
|
390
|
+
},
|
|
391
|
+
child: []
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
tag: "path",
|
|
395
|
+
attr: {
|
|
396
|
+
d: "M256 345.5c-33.6 0-61.6-17.91-77.29-44.79L76 123.05l-.14-.24A224 224 0 0 0 207.4 474.55v-.05l77.69-134.6a84.13 84.13 0 0 1-29.09 5.6z"
|
|
397
|
+
},
|
|
398
|
+
child: []
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
tag: "path",
|
|
402
|
+
attr: {
|
|
403
|
+
d: "m91.29 104.57 77.35 133.25A89.19 89.19 0 0 1 256 166h205.17a246.51 246.51 0 0 0-25.78-43.94l.12.08A245.26 245.26 0 0 1 461.17 166h.17a245.91 245.91 0 0 0-25.66-44 2.63 2.63 0 0 1-.35-.26 223.93 223.93 0 0 0-344.19-17.4l.14.24z"
|
|
404
|
+
},
|
|
405
|
+
child: []
|
|
406
|
+
}
|
|
407
|
+
]
|
|
408
|
+
})(t);
|
|
409
|
+
}
|
|
410
|
+
function m(t) {
|
|
411
|
+
return a({
|
|
412
|
+
attr: { viewBox: "0 0 512 512" },
|
|
413
|
+
child: [
|
|
414
|
+
{
|
|
415
|
+
tag: "path",
|
|
416
|
+
attr: {
|
|
417
|
+
d: "M464 66.52A50 50 0 0 0 414.12 17L97.64 16A49.65 49.65 0 0 0 48 65.52V392c0 27.3 22.28 48 49.64 48H368l-13-44 109 100zM324.65 329.81s-8.72-10.39-16-19.32C340.39 301.55 352.5 282 352.5 282a139 139 0 0 1-27.85 14.25 173.31 173.31 0 0 1-35.11 10.39 170.05 170.05 0 0 1-62.72-.24 184.45 184.45 0 0 1-35.59-10.4 141.46 141.46 0 0 1-17.68-8.21c-.73-.48-1.45-.72-2.18-1.21-.49-.24-.73-.48-1-.48-4.36-2.42-6.78-4.11-6.78-4.11s11.62 19.09 42.38 28.26c-7.27 9.18-16.23 19.81-16.23 19.81-53.51-1.69-73.85-36.47-73.85-36.47 0-77.06 34.87-139.62 34.87-139.62 34.87-25.85 67.8-25.12 67.8-25.12l2.42 2.9c-43.59 12.32-63.44 31.4-63.44 31.4s5.32-2.9 14.28-6.77c25.91-11.35 46.5-14.25 55-15.21a24 24 0 0 1 4.12-.49 205.62 205.62 0 0 1 48.91-.48 201.62 201.62 0 0 1 72.89 22.95s-19.13-18.15-60.3-30.45l3.39-3.86s33.17-.73 67.81 25.16c0 0 34.87 62.56 34.87 139.62 0-.28-20.35 34.5-73.86 36.19z"
|
|
418
|
+
},
|
|
419
|
+
child: []
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
tag: "path",
|
|
423
|
+
attr: {
|
|
424
|
+
d: "M212.05 218c-13.8 0-24.7 11.84-24.7 26.57s11.14 26.57 24.7 26.57c13.8 0 24.7-11.83 24.7-26.57.25-14.76-10.9-26.57-24.7-26.57zm88.38 0c-13.8 0-24.7 11.84-24.7 26.57s11.14 26.57 24.7 26.57c13.81 0 24.7-11.83 24.7-26.57S314 218 300.43 218z"
|
|
425
|
+
},
|
|
426
|
+
child: []
|
|
427
|
+
}
|
|
428
|
+
]
|
|
429
|
+
})(t);
|
|
430
|
+
}
|
|
431
|
+
function M(t) {
|
|
432
|
+
return a({
|
|
433
|
+
attr: { viewBox: "0 0 512 512" },
|
|
434
|
+
child: [
|
|
435
|
+
{
|
|
436
|
+
tag: "path",
|
|
437
|
+
attr: {
|
|
438
|
+
d: "M256 32C132.3 32 32 134.9 32 261.7c0 101.5 64.2 187.5 153.2 217.9a17.56 17.56 0 0 0 3.8.4c8.3 0 11.5-6.1 11.5-11.4 0-5.5-.2-19.9-.3-39.1a102.4 102.4 0 0 1-22.6 2.7c-43.1 0-52.9-33.5-52.9-33.5-10.2-26.5-24.9-33.6-24.9-33.6-19.5-13.7-.1-14.1 1.4-14.1h.1c22.5 2 34.3 23.8 34.3 23.8 11.2 19.6 26.2 25.1 39.6 25.1a63 63 0 0 0 25.6-6c2-14.8 7.8-24.9 14.2-30.7-49.7-5.8-102-25.5-102-113.5 0-25.1 8.7-45.6 23-61.6-2.3-5.8-10-29.2 2.2-60.8a18.64 18.64 0 0 1 5-.5c8.1 0 26.4 3.1 56.6 24.1a208.21 208.21 0 0 1 112.2 0c30.2-21 48.5-24.1 56.6-24.1a18.64 18.64 0 0 1 5 .5c12.2 31.6 4.5 55 2.2 60.8 14.3 16.1 23 36.6 23 61.6 0 88.2-52.4 107.6-102.3 113.3 8 7.1 15.2 21.1 15.2 42.5 0 30.7-.3 55.5-.3 63 0 5.4 3.1 11.5 11.4 11.5a19.35 19.35 0 0 0 4-.4C415.9 449.2 480 363.1 480 261.7 480 134.9 379.7 32 256 32z"
|
|
439
|
+
},
|
|
440
|
+
child: []
|
|
441
|
+
}
|
|
442
|
+
]
|
|
443
|
+
})(t);
|
|
444
|
+
}
|
|
445
|
+
function z(t) {
|
|
446
|
+
return a({
|
|
447
|
+
attr: { viewBox: "0 0 512 512" },
|
|
448
|
+
child: [
|
|
449
|
+
{
|
|
450
|
+
tag: "path",
|
|
451
|
+
attr: {
|
|
452
|
+
d: "M126.12 315.1A47.06 47.06 0 1 1 79.06 268h47.06zm23.72 0a47.06 47.06 0 0 1 94.12 0v117.84a47.06 47.06 0 1 1-94.12 0zm47.06-188.98A47.06 47.06 0 1 1 244 79.06v47.06zm0 23.72a47.06 47.06 0 0 1 0 94.12H79.06a47.06 47.06 0 0 1 0-94.12zm188.98 47.06a47.06 47.06 0 1 1 47.06 47.1h-47.06zm-23.72 0a47.06 47.06 0 0 1-94.12 0V79.06a47.06 47.06 0 1 1 94.12 0zM315.1 385.88a47.06 47.06 0 1 1-47.1 47.06v-47.06zm0-23.72a47.06 47.06 0 0 1 0-94.12h117.84a47.06 47.06 0 1 1 0 94.12z"
|
|
453
|
+
},
|
|
454
|
+
child: []
|
|
455
|
+
}
|
|
456
|
+
]
|
|
457
|
+
})(t);
|
|
458
|
+
}
|
|
459
|
+
function x(t) {
|
|
460
|
+
return a({
|
|
461
|
+
attr: { viewBox: "0 0 512 512" },
|
|
462
|
+
child: [
|
|
463
|
+
{ tag: "path", attr: { d: "M392 440V320h40v160H64V320h40v120z" }, child: [] },
|
|
464
|
+
{
|
|
465
|
+
tag: "path",
|
|
466
|
+
attr: {
|
|
467
|
+
d: "m149.1 308.77 198.57 40.87 8.4-39.32-198.57-40.87zm26.27-93.12L359.22 300 376 263.76l-183.82-84.84zm50.95-89 156 127.78 25.74-30.52-156-127.78zM328 32l-33.39 23.8 120.82 160.37L448 192zM144 400h204v-40H144z"
|
|
468
|
+
},
|
|
469
|
+
child: []
|
|
470
|
+
}
|
|
471
|
+
]
|
|
472
|
+
})(t);
|
|
473
|
+
}
|
|
474
|
+
function w(t) {
|
|
475
|
+
return a({
|
|
476
|
+
attr: { viewBox: "0 0 512 512" },
|
|
477
|
+
child: [
|
|
478
|
+
{
|
|
479
|
+
tag: "path",
|
|
480
|
+
attr: {
|
|
481
|
+
d: "M424 80H88a56.06 56.06 0 0 0-56 56v240a56.06 56.06 0 0 0 56 56h336a56.06 56.06 0 0 0 56-56V136a56.06 56.06 0 0 0-56-56zm-14.18 92.63-144 112a16 16 0 0 1-19.64 0l-144-112a16 16 0 1 1 19.64-25.26L256 251.73l134.18-104.36a16 16 0 0 1 19.64 25.26z"
|
|
482
|
+
},
|
|
483
|
+
child: []
|
|
484
|
+
}
|
|
485
|
+
]
|
|
486
|
+
})(t);
|
|
487
|
+
}
|
|
488
|
+
function B(t) {
|
|
489
|
+
return a({
|
|
490
|
+
attr: { viewBox: "0 0 512 512" },
|
|
491
|
+
child: [
|
|
492
|
+
{
|
|
493
|
+
tag: "path",
|
|
494
|
+
attr: {
|
|
495
|
+
fill: "none",
|
|
496
|
+
strokeLinecap: "round",
|
|
497
|
+
strokeLinejoin: "round",
|
|
498
|
+
strokeWidth: "32",
|
|
499
|
+
d: "M384 224v184a40 40 0 0 1-40 40H104a40 40 0 0 1-40-40V168a40 40 0 0 1 40-40h167.48M336 64h112v112M224 288 440 72"
|
|
500
|
+
},
|
|
501
|
+
child: []
|
|
502
|
+
}
|
|
503
|
+
]
|
|
504
|
+
})(t);
|
|
505
|
+
}
|
|
506
|
+
function I(t) {
|
|
507
|
+
return a({
|
|
508
|
+
attr: { viewBox: "0 0 512 512" },
|
|
509
|
+
child: [
|
|
510
|
+
{
|
|
511
|
+
tag: "path",
|
|
512
|
+
attr: {
|
|
513
|
+
fill: "none",
|
|
514
|
+
strokeLinecap: "round",
|
|
515
|
+
strokeLinejoin: "round",
|
|
516
|
+
strokeWidth: "32",
|
|
517
|
+
d: "M364.13 125.25 87 403l-23 45 44.99-23 277.76-277.13-22.62-22.62zm56.56-56.56-22.62 22.62 22.62 22.63 22.62-22.63a16 16 0 0 0 0-22.62h0a16 16 0 0 0-22.62 0z"
|
|
518
|
+
},
|
|
519
|
+
child: []
|
|
520
|
+
}
|
|
521
|
+
]
|
|
522
|
+
})(t);
|
|
523
|
+
}
|
|
524
|
+
function W(t) {
|
|
525
|
+
return a({
|
|
526
|
+
attr: { viewBox: "0 0 512 512" },
|
|
527
|
+
child: [
|
|
528
|
+
{
|
|
529
|
+
tag: "path",
|
|
530
|
+
attr: {
|
|
531
|
+
fill: "none",
|
|
532
|
+
strokeLinecap: "round",
|
|
533
|
+
strokeLinejoin: "round",
|
|
534
|
+
strokeWidth: "32",
|
|
535
|
+
d: "M402 168c-2.93 40.67-33.1 72-66 72s-63.12-31.32-66-72c-3-42.31 26.37-72 66-72s69 30.46 66 72z"
|
|
536
|
+
},
|
|
537
|
+
child: []
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
tag: "path",
|
|
541
|
+
attr: {
|
|
542
|
+
fill: "none",
|
|
543
|
+
strokeMiterlimit: "10",
|
|
544
|
+
strokeWidth: "32",
|
|
545
|
+
d: "M336 304c-65.17 0-127.84 32.37-143.54 95.41-2.08 8.34 3.15 16.59 11.72 16.59h263.65c8.57 0 13.77-8.25 11.72-16.59C463.85 335.36 401.18 304 336 304z"
|
|
546
|
+
},
|
|
547
|
+
child: []
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
tag: "path",
|
|
551
|
+
attr: {
|
|
552
|
+
fill: "none",
|
|
553
|
+
strokeLinecap: "round",
|
|
554
|
+
strokeLinejoin: "round",
|
|
555
|
+
strokeWidth: "32",
|
|
556
|
+
d: "M200 185.94c-2.34 32.48-26.72 58.06-53 58.06s-50.7-25.57-53-58.06C91.61 152.15 115.34 128 147 128s55.39 24.77 53 57.94z"
|
|
557
|
+
},
|
|
558
|
+
child: []
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
tag: "path",
|
|
562
|
+
attr: {
|
|
563
|
+
fill: "none",
|
|
564
|
+
strokeLinecap: "round",
|
|
565
|
+
strokeMiterlimit: "10",
|
|
566
|
+
strokeWidth: "32",
|
|
567
|
+
d: "M206 306c-18.05-8.27-37.93-11.45-59-11.45-52 0-102.1 25.85-114.65 76.2-1.65 6.66 2.53 13.25 9.37 13.25H154"
|
|
568
|
+
},
|
|
569
|
+
child: []
|
|
570
|
+
}
|
|
571
|
+
]
|
|
572
|
+
})(t);
|
|
573
|
+
}
|
|
574
|
+
function j(t) {
|
|
575
|
+
return a({
|
|
576
|
+
attr: { viewBox: "0 0 512 512" },
|
|
577
|
+
child: [
|
|
578
|
+
{
|
|
579
|
+
tag: "path",
|
|
580
|
+
attr: {
|
|
581
|
+
fill: "none",
|
|
582
|
+
strokeMiterlimit: "10",
|
|
583
|
+
strokeWidth: "32",
|
|
584
|
+
d: "M448 256c0-106-86-192-192-192S64 150 64 256s86 192 192 192 192-86 192-192z"
|
|
585
|
+
},
|
|
586
|
+
child: []
|
|
587
|
+
},
|
|
588
|
+
{
|
|
589
|
+
tag: "path",
|
|
590
|
+
attr: {
|
|
591
|
+
d: "m216.32 334.44 114.45-69.14a10.89 10.89 0 0 0 0-18.6l-114.45-69.14a10.78 10.78 0 0 0-16.32 9.31v138.26a10.78 10.78 0 0 0 16.32 9.31z"
|
|
592
|
+
},
|
|
593
|
+
child: []
|
|
594
|
+
}
|
|
595
|
+
]
|
|
596
|
+
})(t);
|
|
597
|
+
}
|
|
598
|
+
function V(t) {
|
|
599
|
+
return a({
|
|
600
|
+
attr: { viewBox: "0 0 512 512" },
|
|
601
|
+
child: [
|
|
602
|
+
{
|
|
603
|
+
tag: "rect",
|
|
604
|
+
attr: {
|
|
605
|
+
width: "320",
|
|
606
|
+
height: "416",
|
|
607
|
+
x: "96",
|
|
608
|
+
y: "48",
|
|
609
|
+
fill: "none",
|
|
610
|
+
strokeLinejoin: "round",
|
|
611
|
+
strokeWidth: "32",
|
|
612
|
+
rx: "48",
|
|
613
|
+
ry: "48"
|
|
614
|
+
},
|
|
615
|
+
child: []
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
tag: "path",
|
|
619
|
+
attr: {
|
|
620
|
+
fill: "none",
|
|
621
|
+
strokeLinecap: "round",
|
|
622
|
+
strokeLinejoin: "round",
|
|
623
|
+
strokeWidth: "32",
|
|
624
|
+
d: "M176 128h160m-160 80h160m-160 80h80"
|
|
625
|
+
},
|
|
626
|
+
child: []
|
|
627
|
+
}
|
|
628
|
+
]
|
|
629
|
+
})(t);
|
|
630
|
+
}
|
|
631
|
+
function H(t) {
|
|
632
|
+
return a({
|
|
633
|
+
attr: { viewBox: "0 0 512 512" },
|
|
634
|
+
child: [
|
|
635
|
+
{
|
|
636
|
+
tag: "path",
|
|
637
|
+
attr: {
|
|
638
|
+
fill: "none",
|
|
639
|
+
strokeLinecap: "round",
|
|
640
|
+
strokeLinejoin: "round",
|
|
641
|
+
strokeWidth: "32",
|
|
642
|
+
d: "m112 352-64-64 64-64"
|
|
643
|
+
},
|
|
644
|
+
child: []
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
tag: "path",
|
|
648
|
+
attr: {
|
|
649
|
+
fill: "none",
|
|
650
|
+
strokeLinecap: "round",
|
|
651
|
+
strokeLinejoin: "round",
|
|
652
|
+
strokeWidth: "32",
|
|
653
|
+
d: "M64 288h294c58.76 0 106-49.33 106-108v-20"
|
|
654
|
+
},
|
|
655
|
+
child: []
|
|
656
|
+
}
|
|
657
|
+
]
|
|
658
|
+
})(t);
|
|
659
|
+
}
|
|
660
|
+
function O(t) {
|
|
661
|
+
return a({
|
|
662
|
+
attr: { viewBox: "0 0 512 512" },
|
|
663
|
+
child: [
|
|
664
|
+
{
|
|
665
|
+
tag: "path",
|
|
666
|
+
attr: {
|
|
667
|
+
fill: "none",
|
|
668
|
+
strokeLinecap: "round",
|
|
669
|
+
strokeLinejoin: "round",
|
|
670
|
+
strokeWidth: "32",
|
|
671
|
+
d: "m400 352 64-64-64-64"
|
|
672
|
+
},
|
|
673
|
+
child: []
|
|
674
|
+
},
|
|
675
|
+
{
|
|
676
|
+
tag: "path",
|
|
677
|
+
attr: {
|
|
678
|
+
fill: "none",
|
|
679
|
+
strokeLinecap: "round",
|
|
680
|
+
strokeLinejoin: "round",
|
|
681
|
+
strokeWidth: "32",
|
|
682
|
+
d: "M448 288H154c-58.76 0-106-49.33-106-108v-20"
|
|
683
|
+
},
|
|
684
|
+
child: []
|
|
685
|
+
}
|
|
686
|
+
]
|
|
687
|
+
})(t);
|
|
688
|
+
}
|
|
689
|
+
function C(t) {
|
|
690
|
+
return a({
|
|
691
|
+
attr: { viewBox: "0 0 512 512" },
|
|
692
|
+
child: [
|
|
693
|
+
{
|
|
694
|
+
tag: "path",
|
|
695
|
+
attr: {
|
|
696
|
+
d: "M456.69 421.39 362.6 327.3a173.81 173.81 0 0 0 34.84-104.58C397.44 126.38 319.06 48 222.72 48S48 126.38 48 222.72s78.38 174.72 174.72 174.72A173.81 173.81 0 0 0 327.3 362.6l94.09 94.09a25 25 0 0 0 35.3-35.3zM97.92 222.72a124.8 124.8 0 1 1 124.8 124.8 124.95 124.95 0 0 1-124.8-124.8z"
|
|
697
|
+
},
|
|
698
|
+
child: []
|
|
699
|
+
}
|
|
700
|
+
]
|
|
701
|
+
})(t);
|
|
702
|
+
}
|
|
703
|
+
function A(t) {
|
|
704
|
+
return a({
|
|
705
|
+
attr: { viewBox: "0 0 512 512" },
|
|
706
|
+
child: [
|
|
707
|
+
{
|
|
708
|
+
tag: "path",
|
|
709
|
+
attr: {
|
|
710
|
+
d: "m476.59 227.05-.16-.07L49.35 49.84A23.56 23.56 0 0 0 27.14 52 24.65 24.65 0 0 0 16 72.59v113.29a24 24 0 0 0 19.52 23.57l232.93 43.07a4 4 0 0 1 0 7.86L35.53 303.45A24 24 0 0 0 16 327v113.31A23.57 23.57 0 0 0 26.59 460a23.94 23.94 0 0 0 13.22 4 24.55 24.55 0 0 0 9.52-1.93L476.4 285.94l.19-.09a32 32 0 0 0 0-58.8z"
|
|
711
|
+
},
|
|
712
|
+
child: []
|
|
713
|
+
}
|
|
714
|
+
]
|
|
715
|
+
})(t);
|
|
716
|
+
}
|
|
717
|
+
function S(t) {
|
|
718
|
+
return a({
|
|
719
|
+
attr: { viewBox: "0 0 512 512" },
|
|
720
|
+
child: [
|
|
721
|
+
{
|
|
722
|
+
tag: "path",
|
|
723
|
+
attr: {
|
|
724
|
+
d: "M432 32H80a64.07 64.07 0 0 0-64 64v320a64.07 64.07 0 0 0 64 64h352a64.07 64.07 0 0 0 64-64V96a64.07 64.07 0 0 0-64-64zM96 256a16 16 0 0 1-10-28.49L150.39 176 86 124.49a16 16 0 1 1 20-25l80 64a16 16 0 0 1 0 25l-80 64A16 16 0 0 1 96 256zm160 0h-64a16 16 0 0 1 0-32h64a16 16 0 0 1 0 32z"
|
|
725
|
+
},
|
|
726
|
+
child: []
|
|
727
|
+
}
|
|
728
|
+
]
|
|
729
|
+
})(t);
|
|
730
|
+
}
|
|
731
|
+
function y(t) {
|
|
732
|
+
return a({
|
|
733
|
+
attr: { viewBox: "0 0 512 512" },
|
|
734
|
+
child: [
|
|
735
|
+
{
|
|
736
|
+
tag: "path",
|
|
737
|
+
attr: {
|
|
738
|
+
d: "m56 320 156.05 12-23 89.4c-6.08 26.6.7 41.87 22.39 48.62l34.69 9.85a4 4 0 0 0 4.4-1.72l129-202.34a8 8 0 0 1 6.81-3.81H496V64H378.39a48 48 0 0 1-15.18-2.46l-76.3-25.43a80 80 0 0 0-25.3-4.11H83.68c-19 0-31.5 13.52-35.23 32.16L16 206.42V280c0 22.06 18 38 40 40z"
|
|
739
|
+
},
|
|
740
|
+
child: []
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
tag: "path",
|
|
744
|
+
attr: {
|
|
745
|
+
fill: "none",
|
|
746
|
+
d: "M378.45 273.93A15.84 15.84 0 0 1 386 272a15.93 15.93 0 0 0-7.51 1.91zm-40.59 69.29-.13.22a2.53 2.53 0 0 1 .13-.22c20.5-35.51 30.36-55 33.82-62-3.47 7.06-13.34 26.51-33.82 62z"
|
|
747
|
+
},
|
|
748
|
+
child: []
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
tag: "path",
|
|
752
|
+
attr: { d: "m372.66 279.16-1 2a16.29 16.29 0 0 1 6.77-7.26 16.48 16.48 0 0 0-5.77 5.26z" },
|
|
753
|
+
child: []
|
|
754
|
+
}
|
|
755
|
+
]
|
|
756
|
+
})(t);
|
|
757
|
+
}
|
|
758
|
+
function D(t) {
|
|
759
|
+
return a({
|
|
760
|
+
attr: { viewBox: "0 0 512 512" },
|
|
761
|
+
child: [
|
|
762
|
+
{
|
|
763
|
+
tag: "path",
|
|
764
|
+
attr: {
|
|
765
|
+
d: "m456 192-156-12 23-89.4c6-26.6-.78-41.87-22.47-48.6l-34.69-9.85a4 4 0 0 0-4.4 1.72l-129 202.34a8 8 0 0 1-6.81 3.81H16V448h117.61a48 48 0 0 1 15.18 2.46l76.3 25.43a80 80 0 0 0 25.3 4.11h177.93c19 0 31.5-13.52 35.23-32.16L496 305.58V232c0-22.06-18-38-40-40z"
|
|
766
|
+
},
|
|
767
|
+
child: []
|
|
768
|
+
}
|
|
769
|
+
]
|
|
770
|
+
})(t);
|
|
771
|
+
}
|
|
772
|
+
export {
|
|
773
|
+
r as IoBookOutline,
|
|
774
|
+
o as IoChatbubblesOutline,
|
|
775
|
+
n as IoCheckmarkDoneOutline,
|
|
776
|
+
e as IoCheckmarkOutline,
|
|
777
|
+
h as IoChevronForwardOutline,
|
|
778
|
+
d as IoCloseOutline,
|
|
779
|
+
c as IoCopy,
|
|
780
|
+
l as IoCopyOutline,
|
|
781
|
+
u as IoDocumentSharp,
|
|
782
|
+
s as IoDocumentTextOutline,
|
|
783
|
+
k as IoDocumentTextSharp,
|
|
784
|
+
p as IoHelpBuoyOutline,
|
|
785
|
+
L as IoHomeOutline,
|
|
786
|
+
f as IoInformationCircleOutline,
|
|
787
|
+
v as IoLinkOutline,
|
|
788
|
+
g as IoLogoChrome,
|
|
789
|
+
m as IoLogoDiscord,
|
|
790
|
+
M as IoLogoGithub,
|
|
791
|
+
z as IoLogoSlack,
|
|
792
|
+
x as IoLogoStackoverflow,
|
|
793
|
+
w as IoMail,
|
|
794
|
+
B as IoOpenOutline,
|
|
795
|
+
I as IoPencilOutline,
|
|
796
|
+
W as IoPeopleOutline,
|
|
797
|
+
j as IoPlayCircleOutline,
|
|
798
|
+
V as IoReaderOutline,
|
|
799
|
+
H as IoReturnDownBackOutline,
|
|
800
|
+
O as IoReturnDownForward,
|
|
801
|
+
C as IoSearch,
|
|
802
|
+
A as IoSend,
|
|
803
|
+
S as IoTerminal,
|
|
804
|
+
y as IoThumbsDownSharp,
|
|
805
|
+
D as IoThumbsUpSharp
|
|
806
|
+
};
|