sunpeak 0.5.10 → 0.5.13
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/bin/sunpeak.js +11 -1
- package/dist/index.cjs +27 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +27 -8
- package/dist/index.js.map +1 -1
- package/dist/style.css +12 -4
- package/package.json +1 -1
- package/template/_gitignore +47 -0
- package/template/dist/chatgpt/albums.js +49 -0
- package/template/dist/chatgpt/carousel.js +49 -0
- package/template/dist/chatgpt/counter.js +49 -0
- package/template/node_modules/.bin/eslint +21 -0
- package/template/node_modules/.bin/eslint-config-prettier +21 -0
- package/template/node_modules/.bin/nodemon +21 -0
- package/template/node_modules/.bin/prettier +21 -0
- package/template/node_modules/.bin/sunpeak +21 -0
- package/template/node_modules/.bin/ts-node +21 -0
- package/template/node_modules/.bin/ts-node-cwd +21 -0
- package/template/node_modules/.bin/ts-node-esm +21 -0
- package/template/node_modules/.bin/ts-node-script +21 -0
- package/template/node_modules/.bin/ts-node-transpile-only +21 -0
- package/template/node_modules/.bin/ts-script +21 -0
- package/template/node_modules/.bin/tsc +21 -0
- package/template/node_modules/.bin/tsserver +21 -0
- package/template/node_modules/.bin/tsx +21 -0
- package/template/node_modules/.bin/vite +21 -0
- package/template/node_modules/.bin/vitest +21 -0
- package/template/node_modules/.vite/deps/@openai_apps-sdk-ui_components_Button.js +20 -0
- package/template/node_modules/.vite/deps/@openai_apps-sdk-ui_components_Button.js.map +7 -0
- package/template/node_modules/.vite/deps/@openai_apps-sdk-ui_components_Checkbox.js +33 -0
- package/template/node_modules/.vite/deps/@openai_apps-sdk-ui_components_Checkbox.js.map +7 -0
- package/template/node_modules/.vite/deps/@openai_apps-sdk-ui_components_Icon.js +1498 -0
- package/template/node_modules/.vite/deps/@openai_apps-sdk-ui_components_Icon.js.map +7 -0
- package/template/node_modules/.vite/deps/@openai_apps-sdk-ui_components_Input.js +13 -0
- package/template/node_modules/.vite/deps/@openai_apps-sdk-ui_components_Input.js.map +7 -0
- package/template/node_modules/.vite/deps/@openai_apps-sdk-ui_components_SegmentedControl.js +103 -0
- package/template/node_modules/.vite/deps/@openai_apps-sdk-ui_components_SegmentedControl.js.map +7 -0
- package/template/node_modules/.vite/deps/@openai_apps-sdk-ui_components_Select.js +1019 -0
- package/template/node_modules/.vite/deps/@openai_apps-sdk-ui_components_Select.js.map +7 -0
- package/template/node_modules/.vite/deps/@openai_apps-sdk-ui_components_Textarea.js +95 -0
- package/template/node_modules/.vite/deps/@openai_apps-sdk-ui_components_Textarea.js.map +7 -0
- package/template/node_modules/.vite/deps/@openai_apps-sdk-ui_theme.js +45 -0
- package/template/node_modules/.vite/deps/@openai_apps-sdk-ui_theme.js.map +7 -0
- package/template/node_modules/.vite/deps/_metadata.json +151 -0
- package/template/node_modules/.vite/deps/chunk-4TLBUCVB.js +1004 -0
- package/template/node_modules/.vite/deps/chunk-4TLBUCVB.js.map +7 -0
- package/template/node_modules/.vite/deps/chunk-BAG6OO6S.js +115 -0
- package/template/node_modules/.vite/deps/chunk-BAG6OO6S.js.map +7 -0
- package/template/node_modules/.vite/deps/chunk-CNYJBM5F.js +21 -0
- package/template/node_modules/.vite/deps/chunk-CNYJBM5F.js.map +7 -0
- package/template/node_modules/.vite/deps/chunk-CQ3GYAYB.js +112 -0
- package/template/node_modules/.vite/deps/chunk-CQ3GYAYB.js.map +7 -0
- package/template/node_modules/.vite/deps/chunk-EGRHWZRV.js +1 -0
- package/template/node_modules/.vite/deps/chunk-EGRHWZRV.js.map +7 -0
- package/template/node_modules/.vite/deps/chunk-EVJ3DVH5.js +628 -0
- package/template/node_modules/.vite/deps/chunk-EVJ3DVH5.js.map +7 -0
- package/template/node_modules/.vite/deps/chunk-ILHRZGIS.js +46 -0
- package/template/node_modules/.vite/deps/chunk-ILHRZGIS.js.map +7 -0
- package/template/node_modules/.vite/deps/chunk-KFGKZMLK.js +280 -0
- package/template/node_modules/.vite/deps/chunk-KFGKZMLK.js.map +7 -0
- package/template/node_modules/.vite/deps/chunk-PTVT3RFX.js +292 -0
- package/template/node_modules/.vite/deps/chunk-PTVT3RFX.js.map +7 -0
- package/template/node_modules/.vite/deps/chunk-QPJAV452.js +13 -0
- package/template/node_modules/.vite/deps/chunk-QPJAV452.js.map +7 -0
- package/template/node_modules/.vite/deps/chunk-SGWD4VEU.js +15195 -0
- package/template/node_modules/.vite/deps/chunk-SGWD4VEU.js.map +7 -0
- package/template/node_modules/.vite/deps/chunk-XB525PXG.js +4480 -0
- package/template/node_modules/.vite/deps/chunk-XB525PXG.js.map +7 -0
- package/template/node_modules/.vite/deps/chunk-YOJ6QPGS.js +231 -0
- package/template/node_modules/.vite/deps/chunk-YOJ6QPGS.js.map +7 -0
- package/template/node_modules/.vite/deps/clsx.js +10 -0
- package/template/node_modules/.vite/deps/clsx.js.map +7 -0
- package/template/node_modules/.vite/deps/embla-carousel-react.js +1712 -0
- package/template/node_modules/.vite/deps/embla-carousel-react.js.map +7 -0
- package/template/node_modules/.vite/deps/embla-carousel-wheel-gestures.js +589 -0
- package/template/node_modules/.vite/deps/embla-carousel-wheel-gestures.js.map +7 -0
- package/template/node_modules/.vite/deps/package.json +3 -0
- package/template/node_modules/.vite/deps/react-dom.js +7 -0
- package/template/node_modules/.vite/deps/react-dom.js.map +7 -0
- package/template/node_modules/.vite/deps/react-dom_client.js +20217 -0
- package/template/node_modules/.vite/deps/react-dom_client.js.map +7 -0
- package/template/node_modules/.vite/deps/react.js +6 -0
- package/template/node_modules/.vite/deps/react.js.map +7 -0
- package/template/node_modules/.vite/deps/react_jsx-dev-runtime.js +278 -0
- package/template/node_modules/.vite/deps/react_jsx-dev-runtime.js.map +7 -0
- package/template/node_modules/.vite/deps/react_jsx-runtime.js +7 -0
- package/template/node_modules/.vite/deps/react_jsx-runtime.js.map +7 -0
- package/template/node_modules/.vite/deps/tailwind-merge.js +3095 -0
- package/template/node_modules/.vite/deps/tailwind-merge.js.map +7 -0
- package/template/node_modules/.vite/vitest/da39a3ee5e6b4b0d3255bfef95601890afd80709/results.json +1 -0
- package/template/src/components/album/album-card.tsx +3 -1
- package/template/src/components/album/albums.test.tsx +47 -0
- package/template/src/components/album/albums.tsx +15 -2
- package/template/src/components/album/fullscreen-viewer.test.tsx +30 -1
- package/template/src/components/album/fullscreen-viewer.tsx +17 -3
- package/template/src/components/card/card.tsx +3 -0
- package/template/src/components/resources/albums-resource.test.tsx +81 -0
- package/template/src/components/resources/albums-resource.tsx +18 -1
- package/template/src/components/resources/carousel-resource.test.tsx +156 -0
- package/template/src/components/resources/carousel-resource.tsx +17 -2
- package/template/src/components/resources/counter-resource.test.tsx +116 -0
- package/template/src/components/resources/counter-resource.tsx +30 -5
- /package/template/{.prettierignore → _prettierignore} +0 -0
- /package/template/{.prettierrc → _prettierrc} +0 -0
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/AddMember.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/AddSources.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Agent.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/AgentMode.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/AllGizmos.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/AllProductsExplore.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Analytics.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/AnalyzeData.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ApiKey.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ApiKeyAdmin.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ApiKeys.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ApiKeyServiceAccount.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Archive.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Array.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ArrowBottomLeftSm.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ArrowBottomRightSm.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ArrowCurved.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ArrowCurvedLeft.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ArrowCurvedRight.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ArrowCurvedRightXs.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ArrowCurvedRightXs24px.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ArrowDown.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ArrowDownLg.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ArrowDownSm.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ArrowLeft.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ArrowLeftLg.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ArrowLeftSm.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ArrowRight.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ArrowRightLg.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ArrowRightSm.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ArrowRotateCcw.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ArrowRotateCw.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ArrowTopLeftSm.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ArrowTopRightSm.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ArrowUp.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ArrowUpLg.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ArrowUpRight.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ArrowUpSm.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/AspectRatio11.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/AspectRatio169.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/AspectRatio34.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/AspectRatio43.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/AspectRatio916.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Assistant.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Astronout.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Atom.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/AtSign.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Autocomplete.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/AutoPairApps.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/AutoSuggestedEdits.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/AvatarFilledProfile.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/AvatarProfile.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Back10s.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Back15s.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/BackgroundConversation.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/BackLarge.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/BackSmall.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/BackToApp.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/BalancingScale.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/BarChart.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/BarChartFilled.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Batch.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Batches.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Bell.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/BellFilled.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Beta.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Bills.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Blend.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/BlendingCurveSharp.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/BlendingCurveSmooth.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/BlendingCurveSubtle.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Bolt.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Book.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/BookBookmark.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/BookClock.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/BookClosed.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/BookOpen.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/BookWrench.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Boolean.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Brain.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Branch.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/BranchAlt.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Bug.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/BuilderProfileCard.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/BuildingWorkspace.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Business.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/BusinessFilled.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Cabinet.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Calendar.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/CalendarAlt.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/CalendarToday.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Camera.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/CameraFilledPhoto.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/CameraPhoto.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/CaptionCcOff.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/CaptionCcOn.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/CaptionOff.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/CaptionOn.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Card.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/CaretDown.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/CaretLeft.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/CaretRight.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/CaretUp.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Category.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Certificate.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Chart.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ChartXAxis.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ChartYAxis.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Chat.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ChatCompose.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ChatDashedCheckedTemp.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ChatDashedTemp.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Chats.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ChatTemporary.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ChatTripleDots.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Check.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/CheckCircle.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/CheckCircleDashed.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/CheckCircleFilled.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/CheckLg.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/CheckMd.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ChevronDown.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ChevronDownLg.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ChevronDownMd.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ChevronDownUp.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ChevronDownVector.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ChevronLeft.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ChevronLeftLg.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ChevronLeftMd.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ChevronRight.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ChevronRightAlt.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ChevronRightLg.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ChevronRightMd.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ChevronSmallDown.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ChevronSmallLeft.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ChevronSmallRight.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ChevronSmallUp.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ChevronUp.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ChevronUpDown.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ChevronUpLg.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ChevronUpMd.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Circle.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/CircleDashed.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/CircleQuestion.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ClappingBoardClosed.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ClappingBoardOpen.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Cleanup.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Clear.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Click.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Clip.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Clipboard.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ClipboardCopy.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Clock.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Clock10s.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Clock15s.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Clock20s.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Clock5s.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ClockOff.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/CloseBold.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Code.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/CodeSquareSlash.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Collapse.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/CollapseLarge.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/CollapseLeft.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/CollapseLg.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/CollapseRight.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/CollapseSm.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/CollapseSmall.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ColorTheme.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Comment.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Commit.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Compare.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/CompareArrows.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Compass.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Complete.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ComposeCanvasEditStar.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ComposeDashedTemporary.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ComposeEditSquare.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Confetti.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ConfettiParty.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Connect.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ConnectApps.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ConnectedDynamicGpt.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ConnectorsConnectedApps.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Copy.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/CreditCard.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Credits.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Cube.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Cursor.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Customize.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/DarkMode.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/DataControls.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/DeepSearchTelescope.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Delete.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/DeleteAccount.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Desktop.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/DiningEvents.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/DisabledCursor.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Dock.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Document.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Documentation.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/DollarCircle.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Dot.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/DotsHorizontal.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/DotsHorizontalCircle.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/DotsHorizontalMoreMenu.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/DotsVertical.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/DotsVerticalCircle.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/DotsVerticalMoreMenu.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/DoubleChevronLeft.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/DoubleChevronRight.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Download.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/DownloadCircle.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/DownloadGifWatermark.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/DownloadSimple.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/DownloadVideo.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/DownloadVideoWatermark.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Dropdown.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/DropdownVector.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Dumbbell.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/EarthTravelWorld.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Edit.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/EditAlt.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/EditDalleImage.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/EditPencil.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/EditStar.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/EditXs.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Education.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Email.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/EmojiAdd.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/EmojiLists.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/EmojiRemove.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/EmojiSections.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/EmojiWords.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/EmptyCircle.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/EmptyCircleFilled.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/EnterLogin.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Enum.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Equal.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Error.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ExclamationMarkCircle.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ExitLogout.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Expand.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ExpandLarge.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ExpandLg.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ExpandMd.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ExpandSm.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ExpandSmall.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Explore.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ExploreSora.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ExternalLink.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Eye.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/EyeClosed.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/EyeOff.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/FeaturedWreath.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/File.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/File3d.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/FileAudio.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/FileBlank.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/FileCode.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/FileDocument.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/FileImage.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/FilePresentation.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/FileSpreadsheet.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/FileSpreedsheet.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/FileUpload.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/FileVideo.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/FileZip.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Filter.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/FineTuning.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/FistBump.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Flag.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Flash.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Flask.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/FlaskFilled.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Folder.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/FolderDocumentsFinder.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/FolderOpen.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/FolderPlus.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/FolderPlusAdd.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Folders.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/FolderShared.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/FolderSharedOpen.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/FolderStuffed.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/FolderUnshare.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Followup.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Forum.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Forward.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Forward10s.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Forward15s.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Frozen.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Function.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Functions.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/GenerateSuggestedEdits.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Glasses.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Globe.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/GlobeAltRealTimeSearch.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/GlobeFilled.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/GlobeOffRealTimeSearch.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/GlobeRealTimeSearch.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/GlobeSpin.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Go.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/GoFilled.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Graduate.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/GraduationCap.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Grid.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/GridAlt.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Group.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/GroupFilled.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Groups.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Hamburger.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/HandBack.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/HandFront.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/HandPeace.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/HandRaised.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/HandRaisedHey.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/HandWavingBye.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/HapticFeedback.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Headphones.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Health.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Heart.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/HeartFilled.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/HeartFilledXs.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/HeartXs.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Help.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/History.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/HistoryOff.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/HistoryOn.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Home.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/HomeAlt.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Identity.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/IdentityMeSecure.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ImageCaption.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Images.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ImageSquare.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ImageSquarePictureLibrary.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ImageToText.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ImageWide.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ImageWideFilled.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ImageWidePictureLibrary.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Info.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/InfoCircle.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Inpaint.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/InpaintRespond.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Inspiration.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/InspirationFilled.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Interactiv.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/InternalKnowledge.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/InternalKnowledgeOptimizedForCircle.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Invoice.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Io.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/JumpToCaption.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Kettlebell.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Key.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Keyboard.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/KeyboardShortcut.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Lab.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Language.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Latency.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Lifesaver.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Lightbulb.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Lightbulb20.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Lightbulb22.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Lightbulb22Filled.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/LightbulbGlow.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/LightMode.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Link.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/LinkDisabledBold.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/LinkExternalWebsite.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/LocalServices.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Lock.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/LockKeyHole.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Logout.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Loop.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/LoopLong.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/LoopNormal.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/LoopShort.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/LoopXs.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Lotus.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Love.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/MagnifyingGlassSearch.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/MagnifyingGlassSmSearch.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Mail.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ManageHistory.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/MapPin.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Maps.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/MapsAddress.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/MapsDirections.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/MarkerCode.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/MarkerData.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/MarkerMultiple.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/MarkerQuote.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Mcp.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Members.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/MembersFilled.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/MemoryFilledSm.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/MemoryOffRemember.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/MemoryOnRemember.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/MemoryWriteSm.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Menu.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Menubar.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/MenuInverted.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/MenuSidebar.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Messaging.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Mic.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/MicFilled.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/MicFilledOff.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/MicLgDictate.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/MicOff.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/MinimizeDown.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/MinimizeLeft.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/MinimizeRight.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/MinimizeTop.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Minus.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/MinusCircle.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/MinusCircleFilled.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Mobile.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Moon.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/MoonSunSystem.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/MoreCircleMenuDots.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Music.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/MyGptProfileMe.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Name.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/NewsPaper.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Nodes.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Notebook.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/NotebookCheck.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/NotebookNarrow.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/NotebookPencil.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Notepad.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/NotificationBell.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/NotificationOffBell.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/NoTraining.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Number.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Object.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/On.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/OpenaiLogoBold.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/OpenaiLogoBoldBoundingBox.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/OpenaiLogoRegular.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/OpenaiLogoRegularBoundingBox.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/OpenaiLogoWebappVariable480.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/OpenLeft.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/OpenRight.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Operator.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Order.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/PageBlank.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Paid.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Paperclip.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/PaperclipAttach.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ParentControl.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/PastedText.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Pause.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/PauseCircle.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/PauseCircleFilled.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/PauseOutline.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/PauseSm.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Paw.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Pencil.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/PencilSparkle.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/PencilSquare.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Pens.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Phone.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/PhoneMissed.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/PhoneRing.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/PhoneWaves.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/PictureInPicture.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Pin.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/PinFilled.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/PinWindow.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Plane.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/PlantDesk.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Play.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/PlayCircle.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/PlayCircleFilled.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Playground.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/PlayOutline.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/PlaySm.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/PlayTriangle.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Plugin.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/PluginPuzzle.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Plus.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Plus14px.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/PlusCircle.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/PlusCircleAdd.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/PlusCircleFilled.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/PlusComposer.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/PlusFilled.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/PlusLg.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/PlusLg18pxAdd.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/PlusSm12px.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/PlusSquareAdd.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/PopOutWindow.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/PresetDefault.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/PresetSelected.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/PrivacyIntern.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ProDiamond.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ProductTag.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ProFilledDiamond.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/PullRequestClosed.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/PullRequestDraft.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/PullRequestMerged.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/PullRequestOpen.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Pulse.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Question.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/QuestionMark.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/QuestionMarkCircle.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/QuickStart.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Quote.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/QuoteReplyFilledQuoteXs.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/RadioSelected.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ReadingLevel.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Record.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Regenerate.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/RegenerateOff.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/RegenerateStar.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Reload.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/RemixMild.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/RemixMildXs.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/RemixStrong.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/RemixSubtle.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/RemoveForeverPermanently.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/RemoveRedEye.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Reply.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Report.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Resend.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ResetChat.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Resolution1080p.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Resolution360p.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Resolution480p.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Resolution720p.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/RestoreUntrash.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Rewind.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Robot.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/RobotHead.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/RobotHeadSad.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SavedFilledXs.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SavedXs.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Scales.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Scissor.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ScissorXs.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ScreenPosition.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Search.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SearchConnector.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SearchFeed.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SearchXs.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SelectText.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Settings.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SettingsCircle.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SettingsCog.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SettingsSlider.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SettingsWrench.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Share.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ShareChat.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ShareScreen.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ShareScreenFilled.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ShareScreenOff.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ShareScreenOffFilled.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ShieldCheck.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ShieldKey.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ShieldLock.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ShieldPerson.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ShoppingBag.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Shortcuts.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Shuffle.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Sidebar.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SidebarCollapseLeft.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SidebarCollapseRight.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SidebarFloatingLeft.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SidebarFloatingOpenLeft.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SidebarFloatingOpenRight.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SidebarFloatingRight.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SidebarLeft.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SidebarMenuMobile.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SidebarMenuMobileBadgeCutout.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SidebarOpenLeft.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SidebarOpenLeftAlt.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SidebarOpenRight.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SidebarOpenRightAlt.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SidebarRight.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SimpleRelax.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SimpleSad.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SimpleSmile.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Skip.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Sleep.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Snorkle.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Snowflake.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SoraBasicPopcorn.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SoraProDirector.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SoundOffSimpleMute.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SoundOffSpeaker.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SoundOnReadOutLoudSpeaker.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Sparkle.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SparkleDouble.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SparkleFilledPlus.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SparklePlus.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Sparkles.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SparklesFilled.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Speak.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SpeechToText.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Speed.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SpeedometerLatencySpeed.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Spelling.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Spin.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SquareCheckboxUnchecked.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SquareCheckCheckboxChecked.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SquareCheckFilledCheckboxCheckedFilled.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SquareCode.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SquareFilledTableLegend.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SquareImage.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SquarePlus.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SquarePlusAlt.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SquareTableLegend.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SquareText.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Stack.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Star.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/StarFilled.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/StartStrokeMd.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Status.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Stethoscope.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/StickyNote.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Stop.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/StopCircle.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/StopCircleFilled.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/StopOutline.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/StopSm.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/StopStrokeMd.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Stopwatch.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Storage.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Storyboard.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/String.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Studio.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Stuff.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/StuffTools.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SubscriptionPlan.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SuggestEdit.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Suitcase.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SuitcaseFilledWorkBusiness.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SuitcaseWorkBusiness.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Sun.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/SystemMode.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/TableCellFilled.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/TableCellsFilled.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/TableColumnFilled.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/TableFilled.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/TableRowFilled.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Tag.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Tap.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Tasks.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/TBoneRaw.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Telescope.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Terminal.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/TerminalLg.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Terms.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Text.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/TextLonger.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/TextPrompt.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/TextShorter.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/TextShorterConcise.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/TextToSpeech.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ThumbDown.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ThumbDownFilled.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ThumbMixed.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ThumbnailLarge.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ThumbnailMedium.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ThumbnailSmall.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Thumbs.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ThumbUp.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ThumbUpFilled.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Timer.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Tools.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/ToolsSkills.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Translate.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Trash.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/TrashRemove.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Trending.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/TriangleExclamationErrorWarning.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/TriangleExclamationFilledErrorWarning.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/TrophyTop.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/TuningFork.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Unarchive.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Undo.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Unlink.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Unpin.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Upgrade.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/UpgradePlan.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/UploadDocuments.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Upscale.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/UpscaleXs.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Usage.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/User.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/UserAdd.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/UserGpts.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/UserHeart.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/UserLock.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Users.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/UserVoice.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Variation2v2.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/VariationV21.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/VariationV31.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/VariationV32.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/VariationV33.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/VariationV41.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/VariationV42.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/VariationV43.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/VariationV44.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/VersionsV1.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Video.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/VideoCaption.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/VideoFilled.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/VideoFilledOff.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/VideoGrid.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/VideoList.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Videos.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/VideoToText.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Voice.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Voice4Bars.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Voice5BarsSoundwave.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/VoiceBold.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/VoiceInputAreaMobileFilledVoiceXs.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/VoiceLight.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Warning.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/WarningFilledWrapCenteredForCircle.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/WarningWrapCenteredForCircle.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Wave.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/WebsiteNetwork.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Whisk.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/WhisperAutoSubmit.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Widget.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/WidgetAdd.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Workspace.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/WorkWithApps.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Wreath.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/WriteAlt.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/WriteAlt2.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/Writing.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/X.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/XCircle.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/XCircleCrossedClose.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/XCircleFilled.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/XCircleFilledCrossedClose.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/XCrossed.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/XSquareCrossed.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/XSquareFilledCrossed.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/XXs.tsx", "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/Icon/svg/XXsCrossed.tsx"],
|
|
4
|
+
"sourcesContent": ["import type { SVGProps } from \"react\"\nconst AddMember = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M11.4998 7.5C11.4998 5.01472 13.5145 3 15.9998 3C18.4851 3 20.4998 5.01472 20.4998 7.5C20.4998 9.98528 18.4851 12 15.9998 12C13.5145 12 11.4998 9.98528 11.4998 7.5ZM15.9998 5C14.6191 5 13.4998 6.11929 13.4998 7.5C13.4998 8.88071 14.6191 10 15.9998 10C17.3805 10 18.4998 8.88071 18.4998 7.5C18.4998 6.11929 17.3805 5 15.9998 5ZM2.49978 8C2.49978 5.79086 4.29064 4 6.49978 4C8.70892 4 10.4998 5.79086 10.4998 8C10.4998 10.2091 8.70892 12 6.49978 12C4.29064 12 2.49978 10.2091 2.49978 8ZM6.49978 6C5.39521 6 4.49978 6.89543 4.49978 8C4.49978 9.10457 5.39521 10 6.49978 10C7.60435 10 8.49978 9.10457 8.49978 8C8.49978 6.89543 7.60435 6 6.49978 6ZM11.4364 14.5606C12.8874 13.385 14.7721 12.887 16.5742 13.0211C17.125 13.0621 17.5382 13.5418 17.4972 14.0926C17.4563 14.6433 16.9765 15.0566 16.4258 15.0156C15.0708 14.9148 13.7054 15.2963 12.6955 16.1145C11.7087 16.9141 10.9998 18.1781 10.9998 20C10.9998 20.5523 10.5521 21 9.99978 21C9.44749 21 8.99978 20.5523 8.99978 20C8.99978 17.5992 9.96238 15.7549 11.4364 14.5606ZM2.63451 13.949C4.15498 12.9883 6.07556 12.765 7.77119 13.2432C8.30275 13.3931 8.61214 13.9455 8.46224 14.477C8.31234 15.0086 7.75992 15.318 7.22836 15.1681C6.04081 14.8332 4.7115 15.0024 3.70288 15.6398C2.73131 16.2537 2 17.3348 2 19C2 19.5523 1.55228 20 1 20C0.447715 20 0 19.5523 0 19C0 16.6559 1.07699 14.9332 2.63451 13.949ZM20.4997 14.9956C21.052 14.9956 21.4997 15.4432 21.4998 15.9955L21.4999 17.4956H23C23.5523 17.4956 24 17.9433 24 18.4956C24 19.0479 23.5523 19.4956 23 19.4956H21.5V20.9956C21.5 21.5279 21.0523 21.9756 20.5 21.9956C19.9477 21.9756 19.5 21.5279 19.5 20.9956V19.4956H17.9998C17.4475 19.4756 16.9998 19.0479 16.9998 18.4956C16.9998 17.9433 17.4475 17.4756 17.9998 17.4956H19.4999L19.4998 15.9957C19.4997 15.4434 19.9474 14.9957 20.4997 14.9956Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default AddMember\n", "import type { SVGProps } from \"react\"\nconst AddSources = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M19.5 6.75C19.5 5.50736 18.4926 4.5 17.25 4.5C16.0074 4.5 15 5.50736 15 6.75C15 7.99264 16.0074 9 17.25 9C18.4926 9 19.5 7.99264 19.5 6.75ZM4.5 17.25C4.5 18.4926 5.50736 19.5 6.75 19.5C7.99264 19.5 9 18.4926 9 17.25C9 16.0074 7.99264 15 6.75 15C5.50736 15 4.5 16.0074 4.5 17.25ZM21.5 6.75C21.5 9.09721 19.5972 11 17.25 11C15.248 11 13.5696 9.61561 13.1191 7.75195C12.3163 7.75325 11.712 7.75818 11.248 7.78809C10.9622 7.80653 10.7616 7.83211 10.6211 7.8623C10.5494 7.87772 10.5051 7.89223 10.4805 7.90137L10.458 7.90918C10.0638 8.1633 9.89955 8.65783 10.0625 9.09766L10.0752 9.11719C10.0894 9.13931 10.1158 9.17794 10.1641 9.2334C10.2584 9.34188 10.4034 9.4826 10.6211 9.66895C11.0613 10.0457 11.6978 10.5238 12.5996 11.2002L13.7812 12.0918C14.1284 12.3586 14.4282 12.5971 14.6787 12.8115C15.1443 13.21 15.6116 13.663 15.8135 14.208L15.8936 14.457C16.2147 15.6263 15.7973 16.8774 14.8389 17.6201L14.625 17.7715C14.1365 18.0863 13.4914 18.1686 12.8799 18.208C12.353 18.242 11.6883 18.2458 10.8809 18.2471C10.4321 20.1131 8.75369 21.5 6.75 21.5C4.40279 21.5 2.5 19.5972 2.5 17.25C2.5 14.9028 4.40279 13 6.75 13C8.75163 13 10.429 14.384 10.8799 16.2471C11.6832 16.2458 12.2878 16.2418 12.752 16.2119C13.0378 16.1935 13.2384 16.1679 13.3789 16.1377C13.5221 16.1069 13.5567 16.0814 13.542 16.0908L13.6787 15.9844C13.9302 15.7522 14.0454 15.4059 13.9834 15.0693L13.9375 14.9023C13.9437 14.919 13.9323 14.8775 13.8359 14.7666C13.7416 14.6581 13.5966 14.5174 13.3789 14.3311C13.1588 14.1427 12.8894 13.9289 12.5625 13.6777L11.4004 12.7998C10.5218 12.1409 9.82245 11.6174 9.32129 11.1885C8.91384 10.8398 8.50535 10.4494 8.27441 9.99219L8.18652 9.79199C7.69784 8.47251 8.19224 6.99077 9.375 6.22852L9.56543 6.12109C10.0245 5.894 10.5851 5.82649 11.1201 5.79199C11.6468 5.75805 12.3111 5.75318 13.1182 5.75195C13.5672 3.88632 15.2466 2.5 17.25 2.5C19.5972 2.5 21.5 4.40279 21.5 6.75Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default AddSources\n", "import type { SVGProps } from \"react\"\nconst Agent = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M11 7.5C11 8.32843 10.3284 9 9.5 9C8.67157 9 8 8.32843 8 7.5C8 6.67157 8.67157 6 9.5 6C10.3284 6 11 6.67157 11 7.5Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M14.5 9C15.3284 9 16 8.32843 16 7.5C16 6.67157 15.3284 6 14.5 6C13.6716 6 13 6.67157 13 7.5C13 8.32843 13.6716 9 14.5 9Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12 1C12.5523 1 13 1.44772 13 2V2.5L15.8708 2.5C16.3832 2.49998 16.8252 2.49997 17.1896 2.52892C17.574 2.55947 17.9568 2.62688 18.3269 2.80938C18.9192 3.10147 19.3985 3.58084 19.6906 4.17313C19.8731 4.54322 19.9405 4.92598 19.9711 5.31042C20 5.6748 20 6.1168 20 6.62913V6.70824C20 7.76163 20 8.61129 19.9453 9.29994C19.889 10.0088 19.77 10.6322 19.4844 11.2114C18.9976 12.1986 18.1986 12.9975 17.2114 13.4844C16.6322 13.77 16.0088 13.889 15.2999 13.9453C14.6113 14 13.7616 14 12.7082 14H11.2918C10.2384 14 9.38872 14 8.70006 13.9453C7.99117 13.889 7.36777 13.77 6.78856 13.4844C5.8014 12.9976 5.00246 12.1986 4.51564 11.2114C4.23001 10.6322 4.11104 10.0088 4.05471 9.29995C3.99999 8.61131 3.99999 7.76169 4 6.70834V6.62922C3.99998 6.11688 3.99997 5.67481 4.02893 5.31042C4.05948 4.92598 4.12688 4.54322 4.30938 4.17313C4.60147 3.58084 5.08084 3.10147 5.67313 2.80938C6.04322 2.62688 6.42598 2.55947 6.81042 2.52892C7.17482 2.49997 7.61685 2.49998 8.12922 2.5L11 2.5V2C11 1.44772 11.4477 1 12 1ZM6.96885 4.52264C6.7044 4.54365 6.60587 4.57938 6.55771 4.60313C6.36028 4.70049 6.20049 4.86028 6.10313 5.05771C6.07938 5.10587 6.04366 5.2044 6.02264 5.46885C6.00074 5.7445 6 6.10631 6 6.66667C6 7.77136 6.00074 8.54142 6.04843 9.14152C6.09522 9.73042 6.18251 10.0696 6.30939 10.3269C6.60148 10.9192 7.08084 11.3985 7.67314 11.6906C7.93042 11.8175 8.26959 11.9048 8.85849 11.9516C9.45858 11.9993 10.2286 12 11.3333 12H12.6667C13.7714 12 14.5414 11.9993 15.1415 11.9516C15.7304 11.9048 16.0696 11.8175 16.3269 11.6906C16.9192 11.3985 17.3985 10.9192 17.6906 10.3269C17.8175 10.0696 17.9048 9.73042 17.9516 9.14152C17.9993 8.54142 18 7.77136 18 6.66667C18 6.1063 17.9993 5.7445 17.9774 5.46885C17.9563 5.20439 17.9206 5.10587 17.8969 5.05771C17.7995 4.86028 17.6397 4.70049 17.4423 4.60313C17.3941 4.57938 17.2956 4.54365 17.0312 4.52264C16.7555 4.50074 16.3937 4.5 15.8333 4.5H8.16667C7.60631 4.5 7.2445 4.50074 6.96885 4.52264Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M6 21C6 20.0261 6.55099 19.05 7.63152 18.2782C8.71012 17.5078 10.2515 17 12 17C13.7486 17 15.2899 17.5078 16.3685 18.2782C17.449 19.05 18 20.0261 18 21C18 21.5523 18.4477 22 19 22C19.5523 22 20 21.5523 20 21C20 19.2125 18.984 17.6886 17.531 16.6507C16.0761 15.6115 14.1174 15 12.0001 15C9.88267 15 7.92397 15.6115 6.46905 16.6507C5.01605 17.6886 4 19.2125 4 21C4 21.5523 4.44772 22 5 22C5.55229 22 6 21.5523 6 21Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Agent\n", "import type { SVGProps } from \"react\"\nconst AgentMode = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.4053 13.3184C10.986 12.1299 12.1299 10.986 13.3184 11.4053L21.1787 14.1797C22.4453 14.6267 22.5315 16.385 21.3145 16.9531L18.3408 18.3408L16.9531 21.3145C16.385 22.5315 14.6267 22.4453 14.1797 21.1787L11.4053 13.3184ZM15.6572 19.3594L16.6055 17.3301L16.666 17.2139C16.8193 16.9487 17.0506 16.7359 17.3301 16.6055L19.3594 15.6572L13.6387 13.6387L15.6572 19.3594Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M17 3C19.2091 3 21 4.79086 21 7V9C21 9.55228 20.5523 10 20 10C19.4477 10 19 9.55228 19 9V7C19 5.89543 18.1046 5 17 5H7C5.89543 5 5 5.89543 5 7V17C5 18.1046 5.89543 19 7 19H9C9.55228 19 10 19.4477 10 20C10 20.5523 9.55228 21 9 21H7C4.79086 21 3 19.2091 3 17V7C3 4.79086 4.79086 3 7 3H17Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M8.50195 12.2051C9.00644 12.2561 9.40039 12.6823 9.40039 13.2002C9.40027 13.718 9.00637 14.1443 8.50195 14.1953L8.40039 14.2002H7.2002C6.64799 14.2002 6.20033 13.7524 6.2002 13.2002C6.2002 12.6479 6.64791 12.2002 7.2002 12.2002H8.40039L8.50195 12.2051Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M7.99316 7.99316C8.38369 7.60264 9.0167 7.60264 9.40723 7.99316L10.3076 8.89355L10.376 8.96875C10.6963 9.36152 10.6737 9.9415 10.3076 10.3076C9.94148 10.6736 9.36148 10.6963 8.96875 10.376L8.89355 10.3076L7.99316 9.40723C7.60268 9.01674 7.60276 8.3837 7.99316 7.99316Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M13.2002 6.2002C13.7525 6.2002 14.2002 6.64791 14.2002 7.2002V8.40039C14.2 8.95247 13.7523 9.40039 13.2002 9.40039C12.6481 9.40039 12.2004 8.95247 12.2002 8.40039V7.2002C12.2002 6.64791 12.6479 6.2002 13.2002 6.2002Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default AgentMode\n", "import type { SVGProps } from \"react\"\nconst AllGizmos = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12.0001 4C11.5858 4 11.2501 4.33579 11.2501 4.75C11.2501 5.16421 11.5858 5.5 12.0001 5.5C12.4143 5.5 12.7501 5.16421 12.7501 4.75C12.7501 4.33579 12.4143 4 12.0001 4ZM9.25005 4.75C9.25005 3.23122 10.4813 2 12.0001 2C13.5188 2 14.7501 3.23122 14.7501 4.75C14.7501 6.26878 13.5188 7.5 12.0001 7.5C10.4813 7.5 9.25005 6.26878 9.25005 4.75ZM6.09637 7.72548C5.73765 7.51837 5.27895 7.64128 5.07185 8C4.86474 8.35872 4.98765 8.81741 5.34637 9.02452C5.70509 9.23163 6.16378 9.10872 6.37089 8.75C6.57799 8.39128 6.45509 7.93259 6.09637 7.72548ZM3.3398 7C4.09919 5.6847 5.78106 5.23404 7.09637 5.99343C8.41167 6.75282 8.86233 8.4347 8.10294 9.75C7.34355 11.0653 5.66167 11.516 4.34637 10.7566C3.03106 9.99718 2.58041 8.31531 3.3398 7ZM18.9281 8.00008C18.7209 7.64136 18.2622 7.51845 17.9035 7.72556C17.5448 7.93267 17.4219 8.39136 17.629 8.75008C17.8361 9.1088 18.2948 9.23171 18.6535 9.0246C19.0122 8.81749 19.1352 8.3588 18.9281 8.00008ZM16.9035 5.99351C18.2188 5.23412 19.9007 5.68478 20.6601 7.00008C21.4195 8.31539 20.9688 9.99726 19.6535 10.7567C18.3382 11.516 16.6564 11.0654 15.897 9.75008C15.1376 8.43478 15.5882 6.7529 16.9035 5.99351ZM12.0001 10.5C11.1716 10.5 10.5001 11.1716 10.5001 12C10.5001 12.8284 11.1716 13.5 12.0001 13.5C12.8285 13.5 13.5001 12.8284 13.5001 12C13.5001 11.1716 12.8285 10.5 12.0001 10.5ZM8.50005 12C8.50005 10.067 10.0671 8.5 12.0001 8.5C13.933 8.5 15.5001 10.067 15.5001 12C15.5001 13.933 13.933 15.5 12.0001 15.5C10.0671 15.5 8.50005 13.933 8.50005 12ZM18.6537 14.9755C18.295 14.7684 17.8363 14.8913 17.6292 15.25C17.4221 15.6087 17.545 16.0674 17.9037 16.2745C18.2625 16.4816 18.7211 16.3587 18.9283 16C19.1354 15.6413 19.0125 15.1826 18.6537 14.9755ZM15.8972 14.25C16.6566 12.9347 18.3384 12.484 19.6537 13.2434C20.969 14.0028 21.4197 15.6847 20.6603 17C19.9009 18.3153 18.219 18.766 16.9037 18.0066C15.5884 17.2472 15.1378 15.5653 15.8972 14.25ZM6.37068 15.2501C6.16357 14.8914 5.70488 14.7685 5.34616 14.9756C4.98744 15.1827 4.86454 15.6414 5.07164 16.0001C5.27875 16.3588 5.73744 16.4817 6.09616 16.2746C6.45488 16.0675 6.57779 15.6088 6.37068 15.2501ZM4.34616 13.2435C5.66147 12.4841 7.34334 12.9348 8.10273 14.2501C8.86212 15.5654 8.41147 17.2473 7.09616 18.0066C5.78086 18.766 4.09898 18.3154 3.33959 17.0001C2.5802 15.6848 3.03086 14.0029 4.34616 13.2435ZM12.0001 18.5C11.5858 18.5 11.2501 18.8358 11.2501 19.25C11.2501 19.6642 11.5858 20 12.0001 20C12.4143 20 12.7501 19.6642 12.7501 19.25C12.7501 18.8358 12.4143 18.5 12.0001 18.5ZM9.25005 19.25C9.25005 17.7312 10.4813 16.5 12.0001 16.5C13.5188 16.5 14.7501 17.7312 14.7501 19.25C14.7501 20.7688 13.5188 22 12.0001 22C10.4813 22 9.25005 20.7688 9.25005 19.25Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default AllGizmos\n", "import type { SVGProps } from \"react\"\nconst AllProductsExplore = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M6.75 4.5C5.50736 4.5 4.5 5.50736 4.5 6.75C4.5 7.99264 5.50736 9 6.75 9C7.99264 9 9 7.99264 9 6.75C9 5.50736 7.99264 4.5 6.75 4.5ZM2.5 6.75C2.5 4.40279 4.40279 2.5 6.75 2.5C9.09721 2.5 11 4.40279 11 6.75C11 9.09721 9.09721 11 6.75 11C4.40279 11 2.5 9.09721 2.5 6.75Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M17.25 4.5C16.0074 4.5 15 5.50736 15 6.75C15 7.99264 16.0074 9 17.25 9C18.4926 9 19.5 7.99264 19.5 6.75C19.5 5.50736 18.4926 4.5 17.25 4.5ZM13 6.75C13 4.40279 14.9028 2.5 17.25 2.5C19.5972 2.5 21.5 4.40279 21.5 6.75C21.5 9.09721 19.5972 11 17.25 11C14.9028 11 13 9.09721 13 6.75Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M6.75 15C5.50736 15 4.5 16.0074 4.5 17.25C4.5 18.4926 5.50736 19.5 6.75 19.5C7.99264 19.5 9 18.4926 9 17.25C9 16.0074 7.99264 15 6.75 15ZM2.5 17.25C2.5 14.9028 4.40279 13 6.75 13C9.09721 13 11 14.9028 11 17.25C11 19.5972 9.09721 21.5 6.75 21.5C4.40279 21.5 2.5 19.5972 2.5 17.25Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M17.25 15C16.0074 15 15 16.0074 15 17.25C15 18.4926 16.0074 19.5 17.25 19.5C18.4926 19.5 19.5 18.4926 19.5 17.25C19.5 16.0074 18.4926 15 17.25 15ZM13 17.25C13 14.9028 14.9028 13 17.25 13C19.5972 13 21.5 14.9028 21.5 17.25C21.5 19.5972 19.5972 21.5 17.25 21.5C14.9028 21.5 13 19.5972 13 17.25Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default AllProductsExplore\n", "import type { SVGProps } from \"react\"\nconst Analytics = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M8.7587 3H15.2413C16.0463 2.99999 16.7106 2.99998 17.2518 3.04419C17.8139 3.09012 18.3306 3.18868 18.816 3.43597C19.5686 3.81947 20.1805 4.43139 20.564 5.18404C20.8113 5.66937 20.9099 6.18608 20.9558 6.74817C21 7.28936 21 7.95372 21 8.75868V15.2413C21 16.0463 21 16.7106 20.9558 17.2518C20.9099 17.8139 20.8113 18.3306 20.564 18.816C20.1805 19.5686 19.5686 20.1805 18.816 20.564C18.3306 20.8113 17.8139 20.9099 17.2518 20.9558C16.7106 21 16.0463 21 15.2413 21H8.75868C7.95372 21 7.28936 21 6.74817 20.9558C6.18608 20.9099 5.66937 20.8113 5.18404 20.564C4.43139 20.1805 3.81947 19.5686 3.43597 18.816C3.18868 18.3306 3.09012 17.8139 3.04419 17.2518C2.99998 16.7106 2.99999 16.0463 3 15.2413V8.7587C2.99999 7.95373 2.99998 7.28937 3.04419 6.74817C3.09012 6.18608 3.18868 5.66937 3.43597 5.18404C3.81947 4.43139 4.43139 3.81947 5.18404 3.43597C5.66937 3.18868 6.18608 3.09012 6.74817 3.04419C7.28937 2.99998 7.95373 2.99999 8.7587 3ZM5 13V15.2C5 16.0566 5.00078 16.6389 5.03755 17.089C5.07337 17.5274 5.1383 17.7516 5.21799 17.908C5.40973 18.2843 5.7157 18.5903 6.09202 18.782C6.24842 18.8617 6.47262 18.9266 6.91104 18.9624C7.36113 18.9992 7.94342 19 8.8 19H15.2C16.0566 19 16.6389 18.9992 17.089 18.9624C17.5274 18.9266 17.7516 18.8617 17.908 18.782C18.2843 18.5903 18.5903 18.2843 18.782 17.908C18.8617 17.7516 18.9266 17.5274 18.9624 17.089C18.9992 16.6389 19 16.0566 19 15.2V13H17C16.677 13 16.374 12.844 16.1863 12.5812L14.5 10.2205L10.3137 16.0812C10.126 16.344 9.82295 16.5 9.5 16.5C9.17705 16.5 8.87398 16.344 8.68627 16.0812L6.48538 13H5ZM19 11V8.8C19 7.94342 18.9992 7.36113 18.9624 6.91104C18.9266 6.47262 18.8617 6.24842 18.782 6.09202C18.5903 5.7157 18.2843 5.40973 17.908 5.21799C17.7516 5.1383 17.5274 5.07337 17.089 5.03755C16.6389 5.00078 16.0566 5 15.2 5H8.8C7.94342 5 7.36113 5.00078 6.91104 5.03755C6.47262 5.07337 6.24842 5.1383 6.09202 5.21799C5.7157 5.40973 5.40973 5.7157 5.21799 6.09202C5.1383 6.24842 5.07337 6.47262 5.03755 6.91104C5.00078 7.36113 5 7.94342 5 8.8V11H7C7.32295 11 7.62602 11.156 7.81373 11.4188L9.5 13.7795L13.6863 7.91876C13.874 7.65597 14.177 7.5 14.5 7.5C14.823 7.5 15.126 7.65597 15.3137 7.91876L17.5146 11H19Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Analytics\n", "import type { SVGProps } from \"react\"\nconst AnalyzeData = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M15 15C15.5523 15 16 15.4477 16 16C16 16.5523 15.5523 17 15 17H8C7.44772 17 7 16.5523 7 16C7 15.4477 7.44772 15 8 15H15Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M13 11C13.5523 11 14 11.4477 14 12C14 12.5523 13.5523 13 13 13H8C7.44772 13 7 12.5523 7 12C7 11.4477 7.44772 11 8 11H13Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M10.75 7C11.3023 7 11.75 7.44772 11.75 8C11.75 8.55228 11.3023 9 10.75 9L8 9C7.44772 9 7 8.55229 7 8C7 7.44772 7.44772 7 8 7L10.75 7Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M16 7C16.5523 7 17 7.44772 17 8C17 8.55229 16.5523 9 16 9H14.25C13.6977 9 13.25 8.55229 13.25 8C13.25 7.44772 13.6977 7 14.25 7H16Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M15.2002 3C16.0237 3 16.7016 2.99898 17.252 3.04395C17.814 3.08988 18.3311 3.18827 18.8164 3.43555L19.0918 3.58985C19.7183 3.97414 20.2289 4.52513 20.5645 5.1836L20.6504 5.36719C20.8356 5.79892 20.9159 6.2562 20.9561 6.74805C21.001 7.29843 21 7.97632 21 8.79981V15.2002C21 16.0237 21.001 16.7016 20.9561 17.252C20.9159 17.7438 20.8356 18.2011 20.6504 18.6328L20.5645 18.8164C20.2289 19.4749 19.7183 20.0259 19.0918 20.4102L18.8164 20.5645C18.3311 20.8117 17.814 20.9101 17.252 20.9561C16.7016 21.001 16.0237 21 15.2002 21H8.79981C7.97632 21 7.29843 21.001 6.74805 20.9561C6.2562 20.9159 5.79892 20.8356 5.36719 20.6504L5.1836 20.5645C4.52513 20.2289 3.97414 19.7183 3.58985 19.0918L3.43555 18.8164C3.18827 18.3311 3.08988 17.814 3.04395 17.252C2.99898 16.7016 3 16.0237 3 15.2002V8.79981C3 7.97632 2.99898 7.29843 3.04395 6.74805C3.08988 6.18599 3.18827 5.6689 3.43555 5.1836C3.81902 4.43109 4.43109 3.81902 5.1836 3.43555C5.6689 3.18827 6.18599 3.08988 6.74805 3.04395C7.29843 2.99898 7.97632 3 8.79981 3H15.2002ZM8.79981 5C7.94342 5 7.36117 5.00035 6.91113 5.03711C6.47272 5.07293 6.2482 5.13809 6.0918 5.21778C5.71555 5.40951 5.40951 5.71555 5.21778 6.0918C5.13809 6.2482 5.07293 6.47272 5.03711 6.91113C5.00035 7.36117 5 7.94342 5 8.79981V15.2002C5 16.0566 5.00035 16.6388 5.03711 17.0889C5.07293 17.5273 5.13809 17.7518 5.21778 17.9082L5.29492 18.0459C5.48707 18.3592 5.76256 18.6145 6.0918 18.7822L6.22461 18.8389C6.37418 18.8924 6.58253 18.936 6.91113 18.9629C7.36117 18.9997 7.94342 19 8.79981 19H15.2002C16.0566 19 16.6388 18.9997 17.0889 18.9629C17.5273 18.9271 17.7518 18.8619 17.9082 18.7822L18.0459 18.7051C18.3592 18.5129 18.6145 18.2374 18.7822 17.9082L18.8389 17.7754C18.8924 17.6258 18.936 17.4175 18.9629 17.0889C18.9997 16.6388 19 16.0566 19 15.2002V8.79981C19 7.94342 18.9997 7.36117 18.9629 6.91113C18.936 6.58253 18.8924 6.37418 18.8389 6.22461L18.7822 6.0918C18.6145 5.76256 18.3592 5.48707 18.0459 5.29492L17.9082 5.21778C17.7518 5.13809 17.5273 5.07293 17.0889 5.03711C16.6388 5.00035 16.0566 5 15.2002 5H8.79981Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default AnalyzeData\n", "import type { SVGProps } from \"react\"\nconst ApiKey = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M16 9.75C16.9665 9.75 17.75 8.9665 17.75 8C17.75 7.0335 16.9665 6.25 16 6.25C15.0335 6.25 14.25 7.0335 14.25 8C14.25 8.9665 15.0335 9.75 16 9.75Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M15 2C11.134 2 8 5.13401 8 9C8 9.49204 8.05092 9.97307 8.14801 10.4378L3.73223 14.8536C3.26339 15.3224 3 15.9583 3 16.6213V20C3 20.5523 3.44772 21 4 21H7.37868C8.04172 21 8.6776 20.7366 9.14645 20.2678L10.2071 19.2071C10.3946 19.0196 10.5 18.7652 10.5 18.5V17.5H11.5C11.7652 17.5 12.0196 17.3946 12.2071 17.2071L13.5622 15.852C14.0269 15.9491 14.508 16 15 16C18.866 16 22 12.866 22 9C22 5.13401 18.866 2 15 2ZM10 9C10 6.23858 12.2386 4 15 4C17.7614 4 20 6.23858 20 9C20 11.7614 17.7614 14 15 14C14.4932 14 14.0057 13.9249 13.5471 13.7859C13.1941 13.6789 12.8108 13.775 12.55 14.0358L11.0858 15.5H9.5C8.94772 15.5 8.5 15.9477 8.5 16.5V18.0858L7.73223 18.8536C7.63847 18.9473 7.51129 19 7.37868 19H5V16.6213C5 16.4887 5.05268 16.3615 5.14645 16.2678L9.96418 11.45C10.225 11.1892 10.3211 10.8059 10.2141 10.4529C10.0751 9.99431 10 9.50683 10 9Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ApiKey\n", "import type { SVGProps } from \"react\"\nconst ApiKeyAdmin = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M13.677 4C11.0131 4 8.85352 6.15957 8.85352 8.82353C8.85352 9.31239 8.92592 9.78254 9.05992 10.2248C9.16689 10.5778 9.07083 10.961 8.81 11.2219L4.14645 15.8854C4.05268 15.9792 4 16.1064 4 16.239V18.5H6.26103C6.39364 18.5 6.52082 18.4473 6.61459 18.3536L7 17.9681V16.5C7 15.9477 7.44772 15.5 8 15.5C8.55228 15.5 9 15.9477 9 16.5V18.3824C9 18.6476 8.89464 18.9019 8.70711 19.0895L8.0288 19.7678C7.55996 20.2366 6.92407 20.5 6.26103 20.5H3C2.44772 20.5 2 20.0523 2 19.5V16.239C2 15.5759 2.26339 14.94 2.73223 14.4712L6.99446 10.209C6.90198 9.76095 6.85352 9.29747 6.85352 8.82353C6.85352 5.055 9.90851 2 13.677 2C16.4794 2 18.8849 3.68911 19.9354 6.10064C20.1559 6.60698 19.9243 7.19624 19.4179 7.4168C18.9116 7.63735 18.3223 7.40569 18.1018 6.89936C17.3577 5.19109 15.6553 4 13.677 4ZM16.5 11C17.3284 11 18 11.6716 18 12.5V13.5H15V12.5C15 11.6716 15.6716 11 16.5 11ZM20 13.6707V12.5C20 10.567 18.433 9 16.5 9C14.567 9 13 10.567 13 12.5V13.6707C11.8348 14.0825 11 15.1938 11 16.5V18.5C11 20.1569 12.3431 21.5 14 21.5H19C20.6569 21.5 22 20.1569 22 18.5V16.5C22 15.1938 21.1652 14.0825 20 13.6707ZM14 15.5H19C19.5523 15.5 20 15.9477 20 16.5V18.5C20 19.0523 19.5523 19.5 19 19.5H14C13.4477 19.5 13 19.0523 13 18.5V16.5C13 15.9477 13.4477 15.5 14 15.5Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ApiKeyAdmin\n", "import type { SVGProps } from \"react\"\nconst ApiKeys = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M7.75 9C8.57843 9 9.25 8.32843 9.25 7.5C9.25 6.67157 8.57843 6 7.75 6C6.92157 6 6.25 6.67157 6.25 7.5C6.25 8.32843 6.92157 9 7.75 9Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M7.75 2.5C4.43629 2.5 1.75 5.18629 1.75 8.5C1.75 10.5087 2.73751 12.2858 4.25 13.3738V17.6716C4.25 18.4672 4.56607 19.2303 5.12868 19.7929L6.68934 21.3536C7.27513 21.9393 8.22487 21.9393 8.81066 21.3536L10.3713 19.7929C10.9339 19.2303 11.25 18.4672 11.25 17.6716V17C11.25 16.8026 11.1916 16.6096 11.0821 16.4453L10.4519 15.5L11.0821 14.5547C11.1916 14.3904 11.25 14.1974 11.25 14V13.3738C11.3027 13.3359 11.3548 13.2972 11.4062 13.2576C12.1611 14.0074 13.0998 14.5388 14.1164 14.8059L15.6565 18.818C15.9416 19.5608 16.5101 20.1599 17.237 20.4835L19.2533 21.3813C20.0101 21.7182 20.8968 21.3779 21.2337 20.621L22.1314 18.6047C22.4551 17.8779 22.4767 17.0522 22.1915 16.3094L21.9509 15.6825C21.8801 15.4982 21.7564 15.3389 21.5953 15.2248L20.6682 14.5681L20.9178 13.4598C20.9611 13.2672 20.9465 13.066 20.8758 12.8817L20.6513 12.2969C21.6732 10.7391 21.9582 8.72632 21.2384 6.85114C20.0509 3.75753 16.5803 2.21234 13.4867 3.39987C12.9331 3.61237 12.428 3.89873 11.979 4.24373C10.8943 3.16595 9.39991 2.5 7.75 2.5ZM3.75 8.5C3.75 6.29086 5.54086 4.5 7.75 4.5C9.95914 4.5 11.75 6.29086 11.75 8.5C11.75 9.97931 10.9475 11.2724 9.74927 11.9655C9.44028 12.1442 9.25 12.4741 9.25 12.8311V13.6972L8.41795 14.9453C8.19402 15.2812 8.19402 15.7188 8.41795 16.0547L9.25 17.3028V17.6716C9.25 17.9368 9.14464 18.1911 8.95711 18.3787L7.75 19.5858L6.54289 18.3787C6.35536 18.1911 6.25 17.9368 6.25 17.6716V12.8311C6.25 12.4741 6.05972 12.1442 5.75073 11.9655C4.55251 11.2724 3.75 9.97931 3.75 8.5ZM15.0126 12.9532C14.1627 12.8179 13.3714 12.4105 12.7679 11.7904C13.3885 10.8459 13.75 9.71537 13.75 8.5C13.75 7.55699 13.5325 6.66479 13.1448 5.87086C13.456 5.62332 13.8103 5.41795 14.2035 5.26703C16.2659 4.47534 18.5796 5.50547 19.3713 7.56788C19.9014 8.94884 19.6156 10.4435 18.7455 11.52C18.5211 11.7976 18.4617 12.1737 18.5896 12.507L18.9001 13.3158L18.5706 14.7792C18.4819 15.173 18.6387 15.5815 18.9682 15.8149L20.1922 16.6819L20.3244 17.0262C20.4194 17.2738 20.4122 17.549 20.3043 17.7913L19.61 19.3508L18.0505 18.6564C17.8082 18.5486 17.6187 18.3489 17.5236 18.1013L15.789 13.5824C15.6611 13.2491 15.3652 13.0093 15.0126 12.9532Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ApiKeys\n", "import type { SVGProps } from \"react\"\nconst ApiKeyServiceAccount = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M8.85294 8.82353C8.85294 6.15957 11.0125 4 13.6765 4C16.2502 4 18.3537 6.01623 18.4927 8.55468C18.5229 9.10613 18.9944 9.5287 19.5458 9.4985C20.0973 9.46831 20.5199 8.99678 20.4897 8.44532C20.2929 4.85225 17.3181 2 13.6765 2C9.90794 2 6.85294 5.055 6.85294 8.82353C6.85294 9.29764 6.90144 9.76128 6.99398 10.2095L2.71931 14.4841C2.25874 14.9447 2 15.5694 2 16.2207V19.5C2 20.0523 2.44772 20.5 3 20.5H6.27931C6.93065 20.5 7.55531 20.2413 8.01588 19.7807L8.70711 19.0895C8.89464 18.9019 9 18.6476 9 18.3824V16.5C9 15.9477 8.55228 15.5 8 15.5C7.44772 15.5 7 15.9477 7 16.5V17.9681L6.60166 18.3665C6.51617 18.452 6.40021 18.5 6.27931 18.5H4V16.2207C4 16.0998 4.04803 15.9838 4.13352 15.8983L8.80956 11.2223C9.07041 10.9615 9.16646 10.5782 9.05946 10.2251C8.92539 9.7828 8.85294 9.31253 8.85294 8.82353Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M15.0004 17.2C15.6079 17.2 16.1004 16.7075 16.1004 16.1C16.1004 15.4925 15.6079 15 15.0004 15C14.3929 15 13.9004 15.4925 13.9004 16.1C13.9004 16.7075 14.3929 17.2 15.0004 17.2Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M19.6004 16.1C19.6004 16.7075 19.1079 17.2 18.5004 17.2C17.8929 17.2 17.4004 16.7075 17.4004 16.1C17.4004 15.4925 17.8929 15 18.5004 15C19.1079 15 19.6004 15.4925 19.6004 16.1Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M16.5 10.5C17.0523 10.5 17.5 10.9477 17.5 11.5V12L19.6361 12C20.0252 12 20.3753 12 20.6666 12.0238C20.9786 12.0492 21.3101 12.1069 21.635 12.2725C22.1054 12.5122 22.4878 12.8946 22.7275 13.365C22.8931 13.6899 22.9508 14.0214 22.9762 14.3334C23 14.6247 23 14.9748 23 15.3638V15.7413C23 16.5462 23 17.2107 22.9558 17.7518C22.9099 18.3139 22.8113 18.8306 22.564 19.316C22.1805 20.0686 21.5686 20.6805 20.816 21.064C20.3306 21.3113 19.8139 21.4099 19.2518 21.4558C18.7106 21.5 18.0463 21.5 17.2413 21.5H16.2587C15.4537 21.5 14.7894 21.5 14.2482 21.4558C13.6861 21.4099 13.1694 21.3113 12.684 21.064C11.9314 20.6805 11.3195 20.0686 10.936 19.316C10.6887 18.8306 10.5901 18.3139 10.5442 17.7518C10.5 17.2106 10.5 16.5463 10.5 15.7414L10.5 15.3639C10.5 14.9749 10.5 14.6247 10.5238 14.3334C10.5493 14.0214 10.6069 13.6899 10.7725 13.365C11.0122 12.8946 11.3946 12.5122 11.865 12.2725C12.1899 12.1069 12.5214 12.0492 12.8334 12.0238C13.1247 12 13.4748 12 13.8639 12L15.5 12V11.5C15.5 10.9477 15.9477 10.5 16.5 10.5ZM13.9 14C13.4635 14 13.1962 14.0008 12.9962 14.0171C12.9031 14.0247 12.8467 14.0343 12.8125 14.0423C12.7962 14.0462 12.7862 14.0494 12.7808 14.0513C12.7756 14.0532 12.773 14.0545 12.773 14.0545C12.6789 14.1024 12.6024 14.1789 12.5545 14.273C12.5545 14.273 12.5532 14.2756 12.5513 14.2808C12.5494 14.2862 12.5462 14.2962 12.5423 14.3125C12.5343 14.3467 12.5247 14.4031 12.5171 14.4962C12.5008 14.6962 12.5 14.9635 12.5 15.4V15.7C12.5 16.5566 12.5008 17.1389 12.5376 17.589C12.5734 18.0274 12.6383 18.2516 12.718 18.408C12.9097 18.7843 13.2157 19.0903 13.592 19.282C13.7484 19.3617 13.9726 19.4266 14.411 19.4624C14.8611 19.4992 15.4434 19.5 16.3 19.5H17.2C18.0566 19.5 18.6389 19.4992 19.089 19.4624C19.5274 19.4266 19.7516 19.3617 19.908 19.282C20.2843 19.0903 20.5903 18.7843 20.782 18.408C20.8617 18.2516 20.9266 18.0274 20.9625 17.589C20.9992 17.1389 21 16.5566 21 15.7V15.4C21 14.9635 20.9992 14.6962 20.9829 14.4962C20.9753 14.4031 20.9657 14.3467 20.9577 14.3125C20.9538 14.2962 20.9506 14.2862 20.9487 14.2808C20.9468 14.2756 20.9455 14.273 20.9455 14.273C20.8976 14.1789 20.8211 14.1024 20.727 14.0545L20.7257 14.0539C20.7257 14.0539 20.7225 14.0525 20.7192 14.0513C20.7138 14.0494 20.7038 14.0462 20.6875 14.0423C20.6533 14.0343 20.5969 14.0247 20.5038 14.0171C20.3038 14.0008 20.0365 14 19.6 14H13.9Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ApiKeyServiceAccount\n", "import type { SVGProps } from \"react\"\nconst Archive = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M2.5 6C2.5 4.34315 3.84315 3 5.5 3H18.5C20.1569 3 21.5 4.34315 21.5 6V7C21.5 7.61337 21.3159 8.18374 21 8.6589V15.2413C21 16.0463 21 16.7106 20.9558 17.2518C20.9099 17.8139 20.8113 18.3306 20.564 18.816C20.1805 19.5686 19.5686 20.1805 18.816 20.564C18.3306 20.8113 17.8139 20.9099 17.2518 20.9558C16.7106 21 16.0463 21 15.2413 21H8.75868C7.95372 21 7.28936 21 6.74817 20.9558C6.18608 20.9099 5.66937 20.8113 5.18404 20.564C4.43139 20.1805 3.81947 19.5686 3.43597 18.816C3.18868 18.3306 3.09012 17.8139 3.04419 17.2518C2.99998 16.7106 2.99999 16.0463 3 15.2413L3 8.6589C2.68408 8.18374 2.5 7.61337 2.5 7V6ZM5.5 8H18.5C19.0523 8 19.5 7.55228 19.5 7V6C19.5 5.44772 19.0523 5 18.5 5H5.5C4.94772 5 4.5 5.44772 4.5 6V7C4.5 7.55228 4.94772 8 5.5 8ZM5 10V15.2C5 16.0566 5.00078 16.6389 5.03755 17.089C5.07337 17.5274 5.1383 17.7516 5.21799 17.908C5.40973 18.2843 5.7157 18.5903 6.09202 18.782C6.24842 18.8617 6.47262 18.9266 6.91104 18.9624C7.36113 18.9992 7.94342 19 8.8 19H15.2C16.0566 19 16.6389 18.9992 17.089 18.9624C17.5274 18.9266 17.7516 18.8617 17.908 18.782C18.2843 18.5903 18.5903 18.2843 18.782 17.908C18.8617 17.7516 18.9266 17.5274 18.9624 17.089C18.9992 16.6389 19 16.0566 19 15.2V10H5ZM15 13C15 13.5523 14.5523 14 14 14H10C9.44772 14 9 13.5523 9 13C9 12.4477 9.44772 12 10 12H14C14.5523 12 15 12.4477 15 13Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Archive\n", "import type { SVGProps } from \"react\"\nconst Array = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M3 16.8V7.2c0-.543-.001-1.012.03-1.395.033-.396.104-.789.297-1.167a3 3 0 0 1 1.31-1.31c.379-.194.772-.265 1.168-.298C6.188 3 6.657 3 7.2 3H8a1 1 0 1 1 0 2h-.8c-.576 0-.949.001-1.232.024-.272.023-.373.06-.422.085a1 1 0 0 0-.437.437c-.025.05-.062.15-.085.422C5.001 6.25 5 6.624 5 7.2v9.6c0 .576.001.949.024 1.232.023.272.06.373.085.422.096.188.249.34.437.437.05.025.15.062.422.085.283.023.656.024 1.232.024H8a1 1 0 1 1 0 2h-.8c-.543 0-1.012.001-1.395-.03-.396-.033-.789-.104-1.167-.297a3 3 0 0 1-1.31-1.31c-.194-.379-.265-.772-.298-1.168C3 17.812 3 17.343 3 16.8Zm16 0V7.2c0-.576-.001-.949-.024-1.232-.023-.272-.06-.373-.085-.422a.999.999 0 0 0-.437-.437c-.05-.025-.15-.062-.422-.085A16.943 16.943 0 0 0 16.8 5H16a1 1 0 1 1 0-2h.8c.543 0 1.012-.001 1.395.03.396.033.789.104 1.167.297a3 3 0 0 1 1.31 1.31c.194.379.265.772.298 1.168.031.383.03.852.03 1.395v9.6c0 .543.001 1.012-.03 1.395-.033.396-.104.789-.297 1.167a3 3 0 0 1-1.31 1.31c-.379.194-.772.265-1.168.298-.383.031-.852.03-1.395.03H16a1 1 0 1 1 0-2h.8c.576 0 .949-.001 1.232-.024.272-.023.373-.06.422-.085a.999.999 0 0 0 .437-.437c.025-.05.062-.15.085-.422.023-.283.024-.656.024-1.232Z\" />\n </svg>\n)\nexport default Array\n", "import type { SVGProps } from \"react\"\nconst ArrowBottomLeftSm = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M7.75735 17.2426C7.20507 17.2426 6.75735 16.7949 6.75735 16.2426L6.75735 9.17154C6.75735 8.61925 7.20507 8.17154 7.75735 8.17154C8.30964 8.17154 8.75735 8.61925 8.75735 9.17154V13.8284L15.5355 7.05022C15.9261 6.65969 16.5592 6.65969 16.9497 7.05022C17.3403 7.44074 17.3403 8.07391 16.9497 8.46443L10.1716 15.2426H14.8284C15.3807 15.2426 15.8284 15.6903 15.8284 16.2426C15.8284 16.7949 15.3807 17.2426 14.8284 17.2426H7.75735Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ArrowBottomLeftSm\n", "import type { SVGProps } from \"react\"\nconst ArrowBottomRightSm = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M17.2426 16.2426C17.2426 16.7949 16.7949 17.2426 16.2426 17.2426H9.17157C8.61928 17.2426 8.17157 16.7949 8.17157 16.2426C8.17157 15.6903 8.61928 15.2426 9.17157 15.2426H13.8284L7.05025 8.46443C6.65972 8.07391 6.65972 7.44074 7.05025 7.05022C7.44077 6.65969 8.07394 6.65969 8.46446 7.05022L15.2426 13.8284V9.17154C15.2426 8.61925 15.6904 8.17154 16.2426 8.17154C16.7949 8.17154 17.2426 8.61925 17.2426 9.17154V16.2426Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ArrowBottomRightSm\n", "import type { SVGProps } from \"react\"\nconst ArrowCurved = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M5 6a1 1 0 0 1 1 1v4a1 1 0 0 0 1 1h9.586l-2.293-2.293a1 1 0 0 1 1.414-1.414l4 4a1 1 0 0 1 0 1.414l-4 4a1 1 0 0 1-1.414-1.414L16.586 14H7a3 3 0 0 1-3-3V7a1 1 0 0 1 1-1Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default ArrowCurved\n", "import type { SVGProps } from \"react\"\nconst ArrowCurvedLeft = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M19 6C18.4477 6 18 6.44772 18 7V11C18 11.5523 17.5523 12 17 12H7.41421L9.70711 9.70711C10.0976 9.31658 10.0976 8.68342 9.70711 8.29289C9.31658 7.90237 8.68342 7.90237 8.29289 8.29289L4.29289 12.2929C3.90237 12.6834 3.90237 13.3166 4.29289 13.7071L8.29289 17.7071C8.68342 18.0976 9.31658 18.0976 9.70711 17.7071C10.0976 17.3166 10.0976 16.6834 9.70711 16.2929L7.41421 14H17C18.6569 14 20 12.6569 20 11V7C20 6.44772 19.5523 6 19 6Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ArrowCurvedLeft\n", "import type { SVGProps } from \"react\"\nconst ArrowCurvedRight = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M5 6C5.55228 6 6 6.44772 6 7V11C6 11.5523 6.44772 12 7 12H16.5858L14.2929 9.70711C13.9024 9.31658 13.9024 8.68342 14.2929 8.29289C14.6834 7.90237 15.3166 7.90237 15.7071 8.29289L19.7071 12.2929C20.0976 12.6834 20.0976 13.3166 19.7071 13.7071L15.7071 17.7071C15.3166 18.0976 14.6834 18.0976 14.2929 17.7071C13.9024 17.3166 13.9024 16.6834 14.2929 16.2929L16.5858 14H7C5.34315 14 4 12.6569 4 11V7C4 6.44772 4.44772 6 5 6Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ArrowCurvedRight\n", "import type { SVGProps } from \"react\"\nconst ArrowCurvedRightXs = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M7 7a1 1 0 0 1 1 1c0 .713 0 1.197.026 1.573.025.368.07.559.126.692a2 2 0 0 0 1.083 1.083c.133.055.324.1.692.126.376.025.86.026 1.573.026h3.086l-1.293-1.293a1 1 0 0 1 1.414-1.414l3 3a1 1 0 0 1 0 1.414l-3 3a1 1 0 0 1-1.414-1.414l1.293-1.293h-3.12c-.67 0-1.223 0-1.676-.03-.469-.033-.903-.101-1.32-.275a4 4 0 0 1-2.166-2.164c-.173-.418-.241-.852-.273-1.321C6 9.257 6 8.704 6 8.034V8a1 1 0 0 1 1-1Z\" />\n </svg>\n)\nexport default ArrowCurvedRightXs\n", "import type { SVGProps } from \"react\"\nconst ArrowCurvedRightXs24px = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M7 7C7.55229 7 8 7.44772 8 8C8 8.71259 8.00054 9.19696 8.02623 9.5734C8.0513 9.94085 8.09694 10.1319 8.15224 10.2654C8.35523 10.7554 8.74458 11.1448 9.23463 11.3478C9.36813 11.4031 9.55915 11.4487 9.9266 11.4738C10.303 11.4995 10.7874 11.5 11.5 11.5H14.5858L13.2929 10.2071C12.9024 9.81658 12.9024 9.18342 13.2929 8.79289C13.6834 8.40237 14.3166 8.40237 14.7071 8.79289L17.7071 11.7929C18.0976 12.1834 18.0976 12.8166 17.7071 13.2071L14.7071 16.2071C14.3166 16.5976 13.6834 16.5976 13.2929 16.2071C12.9024 15.8166 12.9024 15.1834 13.2929 14.7929L14.5858 13.5H11.4657C10.7959 13.5 10.2431 13.5 9.79046 13.4691C9.32118 13.4371 8.88708 13.3686 8.46927 13.1955C7.48915 12.7895 6.71046 12.0108 6.30448 11.0307C6.13142 10.6129 6.06288 10.1788 6.03087 9.70954C5.99998 9.25693 5.99999 8.70406 6 8.03427L6 8C6 7.44772 6.44772 7 7 7Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ArrowCurvedRightXs24px\n", "import type { SVGProps } from \"react\"\nconst ArrowDown = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M12.707 18.707a1 1 0 0 1-1.414 0l-5-5a1 1 0 1 1 1.414-1.414L11 15.586V6a1 1 0 1 1 2 0v9.586l3.293-3.293a1 1 0 0 1 1.414 1.414l-5 5Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default ArrowDown\n", "import type { SVGProps } from \"react\"\nconst ArrowDownLg = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12 21C11.7348 21 11.4804 20.8946 11.2929 20.7071L4.29289 13.7071C3.90237 13.3166 3.90237 12.6834 4.29289 12.2929C4.68342 11.9024 5.31658 11.9024 5.70711 12.2929L11 17.5858V4C11 3.44772 11.4477 3 12 3C12.5523 3 13 3.44772 13 4V17.5858L18.2929 12.2929C18.6834 11.9024 19.3166 11.9024 19.7071 12.2929C20.0976 12.6834 20.0976 13.3166 19.7071 13.7071L12.7071 20.7071C12.5196 20.8946 12.2652 21 12 21Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ArrowDownLg\n", "import type { SVGProps } from \"react\"\nconst ArrowDownSm = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M11.2929 18.7071C11.6834 19.0976 12.3166 19.0976 12.7071 18.7071L17.7071 13.7071C18.0976 13.3166 18.0976 12.6834 17.7071 12.2929C17.3166 11.9024 16.6834 11.9024 16.2929 12.2929L13 15.5858V6C13 5.44771 12.5523 5 12 5C11.4477 5 11 5.44771 11 6V15.5858L7.70711 12.2929C7.31658 11.9024 6.68342 11.9024 6.29289 12.2929C5.90237 12.6834 5.90237 13.3166 6.29289 13.7071L11.2929 18.7071Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ArrowDownSm\n", "import type { SVGProps } from \"react\"\nconst ArrowLeft = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M5.293 12.707a1 1 0 0 1 0-1.414l5-5a1 1 0 1 1 1.414 1.414L8.414 11H18a1 1 0 1 1 0 2H8.414l3.293 3.293a1 1 0 0 1-1.414 1.414l-5-5Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default ArrowLeft\n", "import type { SVGProps } from \"react\"\nconst ArrowLeftLg = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M3 12C3 11.7348 3.10536 11.4804 3.29289 11.2929L10.2929 4.29289C10.6834 3.90237 11.3166 3.90237 11.7071 4.29289C12.0976 4.68342 12.0976 5.31658 11.7071 5.70711L6.41421 11H20C20.5523 11 21 11.4477 21 12C21 12.5523 20.5523 13 20 13L6.41422 13L11.7071 18.2929C12.0976 18.6834 12.0976 19.3166 11.7071 19.7071C11.3166 20.0976 10.6834 20.0976 10.2929 19.7071L3.29289 12.7071C3.10536 12.5196 3 12.2652 3 12Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ArrowLeftLg\n", "import type { SVGProps } from \"react\"\nconst ArrowLeftSm = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M5.29289 12.7071C4.90237 12.3166 4.90237 11.6834 5.29289 11.2929L10.2929 6.29289C10.6834 5.90237 11.3166 5.90237 11.7071 6.29289C12.0976 6.68342 12.0976 7.31658 11.7071 7.70711L8.41421 11H18C18.5523 11 19 11.4477 19 12C19 12.5523 18.5523 13 18 13H8.41421L11.7071 16.2929C12.0976 16.6834 12.0976 17.3166 11.7071 17.7071C11.3166 18.0976 10.6834 18.0976 10.2929 17.7071L5.29289 12.7071Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ArrowLeftSm\n", "import type { SVGProps } from \"react\"\nconst ArrowRight = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M18.707 12.707a1 1 0 0 0 0-1.414l-5-5a1 1 0 1 0-1.414 1.414L15.586 11H6a1 1 0 1 0 0 2h9.586l-3.293 3.293a1 1 0 0 0 1.414 1.414l5-5Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default ArrowRight\n", "import type { SVGProps } from \"react\"\nconst ArrowRightLg = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M21 12C21 12.2652 20.8946 12.5196 20.7071 12.7071L13.7071 19.7071C13.3166 20.0976 12.6834 20.0976 12.2929 19.7071C11.9024 19.3166 11.9024 18.6834 12.2929 18.2929L17.5858 13H4C3.44772 13 3 12.5523 3 12C3 11.4477 3.44772 11 4 11L17.5858 11L12.2929 5.70711C11.9024 5.31658 11.9024 4.68342 12.2929 4.29289C12.6834 3.90237 13.3166 3.90237 13.7071 4.29289L20.7071 11.2929C20.8946 11.4804 21 11.7348 21 12Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ArrowRightLg\n", "import type { SVGProps } from \"react\"\nconst ArrowRightSm = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M18.7071 12.7071C19.0976 12.3166 19.0976 11.6834 18.7071 11.2929L13.7071 6.29289C13.3166 5.90237 12.6834 5.90237 12.2929 6.29289C11.9024 6.68342 11.9024 7.31658 12.2929 7.70711L15.5858 11H6C5.44771 11 5 11.4477 5 12C5 12.5523 5.44771 13 6 13H15.5858L12.2929 16.2929C11.9024 16.6834 11.9024 17.3166 12.2929 17.7071C12.6834 18.0976 13.3166 18.0976 13.7071 17.7071L18.7071 12.7071Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ArrowRightSm\n", "import type { SVGProps } from \"react\"\nconst ArrowRotateCcw = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M4.47192 2.5C5.02421 2.5 5.47192 2.94772 5.47192 3.5V5.07196C7.17065 3.47759 9.45675 2.5 11.9719 2.5C17.2186 2.5 21.4719 6.75329 21.4719 12C21.4719 17.2467 17.2186 21.5 11.9719 21.5C7.10262 21.5 3.0902 17.8375 2.53692 13.1164C2.47264 12.5679 2.8652 12.0711 3.41373 12.0068C3.96226 11.9425 4.45904 12.3351 4.52333 12.8836C4.95991 16.6089 8.12901 19.5 11.9719 19.5C16.1141 19.5 19.4719 16.1421 19.4719 12C19.4719 7.85786 16.1141 4.5 11.9719 4.5C9.75153 4.5 7.75552 5.46469 6.38146 7H9.00003C9.55232 7 10 7.44772 10 8C10 8.55228 9.55232 9 9.00003 9H4.47192C3.93256 9 3.49293 8.57299 3.47265 8.03859C3.47175 8.01771 3.47151 7.99677 3.47192 7.9758V3.5C3.47192 2.94772 3.91964 2.5 4.47192 2.5Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ArrowRotateCcw\n", "import type { SVGProps } from \"react\"\nconst ArrowRotateCw = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M2.55823 12C2.55823 6.75329 6.81152 2.5 12.0582 2.5C14.5734 2.5 16.8595 3.47759 18.5582 5.07197V3.5C18.5582 2.94772 19.0059 2.5 19.5582 2.5C20.1105 2.5 20.5582 2.94772 20.5582 3.5V7.97591C20.5586 7.99622 20.5584 8.01651 20.5576 8.03674C20.5382 8.572 20.0982 9 19.5582 9H15.0582C14.5059 9 14.0582 8.55228 14.0582 8C14.0582 7.44772 14.5059 7 15.0582 7H17.6487C16.2746 5.46469 14.2786 4.5 12.0582 4.5C7.91609 4.5 4.55823 7.85786 4.55823 12C4.55823 16.1421 7.91609 19.5 12.0582 19.5C15.9011 19.5 19.0702 16.6089 19.5068 12.8836C19.5711 12.3351 20.0679 11.9425 20.6164 12.0068C21.165 12.0711 21.5575 12.5679 21.4932 13.1164C20.94 17.8375 16.9275 21.5 12.0582 21.5C6.81152 21.5 2.55823 17.2467 2.55823 12Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ArrowRotateCw\n", "import type { SVGProps } from \"react\"\nconst ArrowTopLeftSm = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M6.75735 7.75726C6.75735 7.20498 7.20507 6.75726 7.75735 6.75726L14.8284 6.75726C15.3807 6.75726 15.8284 7.20498 15.8284 7.75726C15.8284 8.30955 15.3807 8.75726 14.8284 8.75726H10.1716L16.9497 15.5354C17.3403 15.926 17.3403 16.5591 16.9497 16.9497C16.5592 17.3402 15.9261 17.3402 15.5355 16.9497L8.75735 10.1715V14.8283C8.75735 15.3806 8.30964 15.8283 7.75735 15.8283C7.20507 15.8283 6.75735 15.3806 6.75735 14.8283V7.75726Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ArrowTopLeftSm\n", "import type { SVGProps } from \"react\"\nconst ArrowTopRightSm = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M16.2426 6.75739C16.7949 6.75738 17.2426 7.2051 17.2426 7.75738V14.8285C17.2426 15.3807 16.7949 15.8285 16.2426 15.8285C15.6904 15.8285 15.2426 15.3807 15.2426 14.8285V10.1716L8.46446 16.9498C8.07394 17.3403 7.44077 17.3403 7.05025 16.9498C6.65972 16.5592 6.65972 15.9261 7.05025 15.5356L13.8284 8.75739H9.17157C8.61928 8.75739 8.17157 8.30967 8.17157 7.75738C8.17157 7.2051 8.61928 6.75738 9.17157 6.75739H16.2426Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ArrowTopRightSm\n", "import type { SVGProps } from \"react\"\nconst ArrowUp = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M11.293 5.293a1 1 0 0 1 1.414 0l5 5a1 1 0 0 1-1.414 1.414L13 8.414V18a1 1 0 1 1-2 0V8.414l-3.293 3.293a1 1 0 0 1-1.414-1.414l5-5Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default ArrowUp\n", "import type { SVGProps } from \"react\"\nconst ArrowUpLg = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12 3C12.2652 3 12.5196 3.10536 12.7071 3.29289L19.7071 10.2929C20.0976 10.6834 20.0976 11.3166 19.7071 11.7071C19.3166 12.0976 18.6834 12.0976 18.2929 11.7071L13 6.41421V20C13 20.5523 12.5523 21 12 21C11.4477 21 11 20.5523 11 20V6.41422L5.70711 11.7071C5.31658 12.0976 4.68342 12.0976 4.29289 11.7071C3.90237 11.3166 3.90237 10.6834 4.29289 10.2929L11.2929 3.29289C11.4804 3.10536 11.7348 3 12 3Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ArrowUpLg\n", "import type { SVGProps } from \"react\"\nconst ArrowUpRight = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M16.243 6.757a1 1 0 0 1 1 1v7.072a1 1 0 0 1-2 0v-4.657L8.464 16.95a1 1 0 0 1-1.414-1.414l6.778-6.779H9.172a1 1 0 0 1 0-2h7.07Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default ArrowUpRight\n", "import type { SVGProps } from \"react\"\nconst ArrowUpSm = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M11.2929 5.29289C11.6834 4.90237 12.3166 4.90237 12.7071 5.29289L17.7071 10.2929C18.0976 10.6834 18.0976 11.3166 17.7071 11.7071C17.3166 12.0976 16.6834 12.0976 16.2929 11.7071L13 8.41421V18C13 18.5523 12.5523 19 12 19C11.4477 19 11 18.5523 11 18V8.41421L7.70711 11.7071C7.31658 12.0976 6.68342 12.0976 6.29289 11.7071C5.90237 11.3166 5.90237 10.6834 6.29289 10.2929L11.2929 5.29289Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ArrowUpSm\n", "import type { SVGProps } from \"react\"\nconst AspectRatio11 = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M8.7587 3H15.2413C16.0463 2.99999 16.7106 2.99998 17.2518 3.04419C17.8139 3.09012 18.3306 3.18868 18.816 3.43597C19.5686 3.81947 20.1805 4.43139 20.564 5.18404C20.8113 5.66937 20.9099 6.18608 20.9558 6.74817C21 7.28936 21 7.95372 21 8.75868V15.2413C21 16.0463 21 16.7106 20.9558 17.2518C20.9099 17.8139 20.8113 18.3306 20.564 18.816C20.1805 19.5686 19.5686 20.1805 18.816 20.564C18.3306 20.8113 17.8139 20.9099 17.2518 20.9558C16.7106 21 16.0463 21 15.2413 21H8.75868C7.95372 21 7.28936 21 6.74817 20.9558C6.18608 20.9099 5.66937 20.8113 5.18404 20.564C4.43139 20.1805 3.81947 19.5686 3.43597 18.816C3.18868 18.3306 3.09012 17.8139 3.04419 17.2518C2.99998 16.7106 2.99999 16.0463 3 15.2413V8.7587C2.99999 7.95373 2.99998 7.28937 3.04419 6.74817C3.09012 6.18608 3.18868 5.66937 3.43597 5.18404C3.81947 4.43139 4.43139 3.81947 5.18404 3.43597C5.66937 3.18868 6.18608 3.09012 6.74817 3.04419C7.28937 2.99998 7.95373 2.99999 8.7587 3ZM6.91104 5.03755C6.47262 5.07337 6.24842 5.1383 6.09202 5.21799C5.7157 5.40973 5.40973 5.7157 5.21799 6.09202C5.1383 6.24842 5.07337 6.47262 5.03755 6.91104C5.00078 7.36113 5 7.94342 5 8.8V15.2C5 16.0566 5.00078 16.6389 5.03755 17.089C5.07337 17.5274 5.1383 17.7516 5.21799 17.908C5.40973 18.2843 5.7157 18.5903 6.09202 18.782C6.24842 18.8617 6.47262 18.9266 6.91104 18.9624C7.36113 18.9992 7.94342 19 8.8 19H15.2C16.0566 19 16.6389 18.9992 17.089 18.9624C17.5274 18.9266 17.7516 18.8617 17.908 18.782C18.2843 18.5903 18.5903 18.2843 18.782 17.908C18.8617 17.7516 18.9266 17.5274 18.9624 17.089C18.9992 16.6389 19 16.0566 19 15.2V8.8C19 7.94342 18.9992 7.36113 18.9624 6.91104C18.9266 6.47262 18.8617 6.24842 18.782 6.09202C18.5903 5.7157 18.2843 5.40973 17.908 5.21799C17.7516 5.1383 17.5274 5.07337 17.089 5.03755C16.6389 5.00078 16.0566 5 15.2 5H8.8C7.94342 5 7.36113 5.00078 6.91104 5.03755Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default AspectRatio11\n", "import type { SVGProps } from \"react\"\nconst AspectRatio169 = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M5.7587 6H18.2413C19.0463 5.99999 19.7106 5.99998 20.2518 6.04419C20.8139 6.09012 21.3306 6.18868 21.816 6.43597C22.5686 6.81947 23.1805 7.43139 23.564 8.18404C23.8113 8.66937 23.9099 9.18608 23.9558 9.74817C24 10.2894 24 10.9537 24 11.7587V12.2413C24 13.0463 24 13.7106 23.9558 14.2518C23.9099 14.8139 23.8113 15.3306 23.564 15.816C23.1805 16.5686 22.5686 17.1805 21.816 17.564C21.3306 17.8113 20.8139 17.9099 20.2518 17.9558C19.7106 18 19.0463 18 18.2413 18H5.75872C4.95374 18 4.28938 18 3.74817 17.9558C3.18608 17.9099 2.66937 17.8113 2.18404 17.564C1.43139 17.1805 0.819468 16.5686 0.435975 15.816C0.188684 15.3306 0.0901197 14.8139 0.0441945 14.2518C-2.28137e-05 13.7106 -1.23241e-05 13.0463 4.31291e-07 12.2413V11.7587C-1.23241e-05 10.9537 -2.28137e-05 10.2894 0.0441945 9.74817C0.0901197 9.18608 0.188684 8.66937 0.435975 8.18404C0.819468 7.43139 1.43139 6.81947 2.18404 6.43597C2.66937 6.18868 3.18608 6.09012 3.74817 6.04419C4.28937 5.99998 4.95373 5.99999 5.7587 6ZM3.91104 8.03755C3.47262 8.07337 3.24842 8.1383 3.09202 8.21799C2.7157 8.40973 2.40973 8.7157 2.21799 9.09202C2.1383 9.24842 2.07337 9.47262 2.03755 9.91104C2.00078 10.3611 2 10.9434 2 11.8V12.2C2 13.0566 2.00078 13.6389 2.03755 14.089C2.07337 14.5274 2.1383 14.7516 2.21799 14.908C2.40973 15.2843 2.7157 15.5903 3.09202 15.782C3.24842 15.8617 3.47262 15.9266 3.91104 15.9624C4.36113 15.9992 4.94342 16 5.8 16H18.2C19.0566 16 19.6389 15.9992 20.089 15.9624C20.5274 15.9266 20.7516 15.8617 20.908 15.782C21.2843 15.5903 21.5903 15.2843 21.782 14.908C21.8617 14.7516 21.9266 14.5274 21.9624 14.089C21.9992 13.6389 22 13.0566 22 12.2V11.8C22 10.9434 21.9992 10.3611 21.9624 9.91104C21.9266 9.47262 21.8617 9.24842 21.782 9.09202C21.5903 8.7157 21.2843 8.40973 20.908 8.21799C20.7516 8.1383 20.5274 8.07337 20.089 8.03755C19.6389 8.00078 19.0566 8 18.2 8H5.8C4.94342 8 4.36113 8.00078 3.91104 8.03755Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default AspectRatio169\n", "import type { SVGProps } from \"react\"\nconst AspectRatio34 = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M9.7587 2H14.2413C15.0463 1.99999 15.7106 1.99998 16.2518 2.04419C16.8139 2.09012 17.3306 2.18868 17.816 2.43597C18.5686 2.81947 19.1805 3.43139 19.564 4.18404C19.8113 4.66937 19.9099 5.18608 19.9558 5.74817C20 6.28938 20 6.95374 20 7.75873V16.2413C20 17.0463 20 17.7106 19.9558 18.2518C19.9099 18.8139 19.8113 19.3306 19.564 19.816C19.1805 20.5686 18.5686 21.1805 17.816 21.564C17.3306 21.8113 16.8139 21.9099 16.2518 21.9558C15.7106 22 15.0463 22 14.2413 22H9.75868C8.95372 22 8.28936 22 7.74818 21.9558C7.18608 21.9099 6.66937 21.8113 6.18404 21.564C5.43139 21.1805 4.81947 20.5686 4.43597 19.816C4.18868 19.3306 4.09012 18.8139 4.04419 18.2518C3.99998 17.7106 3.99999 17.0463 4 16.2413V7.7587C3.99999 6.95373 3.99998 6.28937 4.04419 5.74817C4.09012 5.18608 4.18868 4.66937 4.43597 4.18404C4.81947 3.43139 5.43139 2.81947 6.18404 2.43597C6.66937 2.18868 7.18608 2.09012 7.74817 2.04419C8.28937 1.99998 8.95373 1.99999 9.7587 2ZM7.91104 4.03755C7.47262 4.07337 7.24842 4.1383 7.09202 4.21799C6.7157 4.40973 6.40973 4.7157 6.21799 5.09202C6.1383 5.24842 6.07337 5.47262 6.03755 5.91104C6.00078 6.36113 6 6.94342 6 7.8V16.2C6 17.0566 6.00078 17.6389 6.03755 18.089C6.07337 18.5274 6.1383 18.7516 6.21799 18.908C6.40973 19.2843 6.7157 19.5903 7.09202 19.782C7.24842 19.8617 7.47262 19.9266 7.91104 19.9624C8.36113 19.9992 8.94342 20 9.8 20H14.2C15.0566 20 15.6389 19.9992 16.089 19.9624C16.5274 19.9266 16.7516 19.8617 16.908 19.782C17.2843 19.5903 17.5903 19.2843 17.782 18.908C17.8617 18.7516 17.9266 18.5274 17.9624 18.089C17.9992 17.6389 18 17.0566 18 16.2V7.8C18 6.94342 17.9992 6.36113 17.9624 5.91104C17.9266 5.47262 17.8617 5.24842 17.782 5.09202C17.5903 4.7157 17.2843 4.40973 16.908 4.21799C16.7516 4.1383 16.5274 4.07337 16.089 4.03755C15.6389 4.00078 15.0566 4 14.2 4H9.8C8.94342 4 8.36113 4.00078 7.91104 4.03755Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default AspectRatio34\n", "import type { SVGProps } from \"react\"\nconst AspectRatio43 = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M7.7587 4H16.2413C17.0463 3.99999 17.7106 3.99998 18.2518 4.04419C18.8139 4.09012 19.3306 4.18868 19.816 4.43597C20.5686 4.81947 21.1805 5.43139 21.564 6.18404C21.8113 6.66937 21.9099 7.18608 21.9558 7.74817C22 8.28936 22 8.95372 22 9.75868V14.2413C22 15.0463 22 15.7106 21.9558 16.2518C21.9099 16.8139 21.8113 17.3306 21.564 17.816C21.1805 18.5686 20.5686 19.1805 19.816 19.564C19.3306 19.8113 18.8139 19.9099 18.2518 19.9558C17.7106 20 17.0463 20 16.2413 20H7.75872C6.95374 20 6.28938 20 5.74817 19.9558C5.18608 19.9099 4.66937 19.8113 4.18404 19.564C3.43139 19.1805 2.81947 18.5686 2.43597 17.816C2.18868 17.3306 2.09012 16.8139 2.04419 16.2518C1.99998 15.7106 1.99999 15.0463 2 14.2413V9.7587C1.99999 8.95373 1.99998 8.28937 2.04419 7.74818C2.09012 7.18608 2.18868 6.66937 2.43597 6.18404C2.81947 5.43139 3.43139 4.81947 4.18404 4.43597C4.66937 4.18868 5.18608 4.09012 5.74817 4.04419C6.28937 3.99998 6.95373 3.99999 7.7587 4ZM5.91104 6.03755C5.47262 6.07337 5.24842 6.1383 5.09202 6.21799C4.7157 6.40973 4.40973 6.7157 4.21799 7.09202C4.1383 7.24842 4.07337 7.47262 4.03755 7.91104C4.00078 8.36113 4 8.94342 4 9.8V14.2C4 15.0566 4.00078 15.6389 4.03755 16.089C4.07337 16.5274 4.1383 16.7516 4.21799 16.908C4.40973 17.2843 4.7157 17.5903 5.09202 17.782C5.24842 17.8617 5.47262 17.9266 5.91104 17.9624C6.36113 17.9992 6.94342 18 7.8 18H16.2C17.0566 18 17.6389 17.9992 18.089 17.9624C18.5274 17.9266 18.7516 17.8617 18.908 17.782C19.2843 17.5903 19.5903 17.2843 19.782 16.908C19.8617 16.7516 19.9266 16.5274 19.9624 16.089C19.9992 15.6389 20 15.0566 20 14.2V9.8C20 8.94342 19.9992 8.36113 19.9624 7.91104C19.9266 7.47262 19.8617 7.24842 19.782 7.09202C19.5903 6.7157 19.2843 6.40973 18.908 6.21799C18.7516 6.1383 18.5274 6.07337 18.089 6.03755C17.6389 6.00078 17.0566 6 16.2 6H7.8C6.94342 6 6.36113 6.00078 5.91104 6.03755Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default AspectRatio43\n", "import type { SVGProps } from \"react\"\nconst AspectRatio916 = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M10.7587 1H13.2413C14.0463 0.999988 14.7106 0.999977 15.2518 1.04419C15.8139 1.09012 16.3306 1.18868 16.816 1.43597C17.5686 1.81947 18.1805 2.43139 18.564 3.18404C18.8113 3.66937 18.9099 4.18608 18.9558 4.74817C19 5.28938 19 5.95374 19 6.75873V17.2413C19 18.0463 19 18.7106 18.9558 19.2518C18.9099 19.8139 18.8113 20.3306 18.564 20.816C18.1805 21.5686 17.5686 22.1805 16.816 22.564C16.3306 22.8113 15.8139 22.9099 15.2518 22.9558C14.7106 23 14.0463 23 13.2413 23H10.7587C9.95372 23 9.28936 23 8.74817 22.9558C8.18608 22.9099 7.66937 22.8113 7.18404 22.564C6.43139 22.1805 5.81947 21.5686 5.43597 20.816C5.18868 20.3306 5.09012 19.8139 5.04419 19.2518C4.99998 18.7106 4.99999 18.0463 5 17.2413V6.7587C4.99999 5.95373 4.99998 5.28937 5.04419 4.74817C5.09012 4.18608 5.18868 3.66937 5.43597 3.18404C5.81947 2.43139 6.43139 1.81947 7.18404 1.43597C7.66937 1.18868 8.18608 1.09012 8.74818 1.04419C9.28937 0.999977 9.95373 0.999988 10.7587 1ZM8.91104 3.03755C8.47262 3.07337 8.24842 3.1383 8.09202 3.21799C7.7157 3.40973 7.40973 3.7157 7.21799 4.09202C7.1383 4.24842 7.07337 4.47262 7.03755 4.91104C7.00078 5.36113 7 5.94342 7 6.8V17.2C7 18.0566 7.00078 18.6389 7.03755 19.089C7.07337 19.5274 7.1383 19.7516 7.21799 19.908C7.40973 20.2843 7.7157 20.5903 8.09202 20.782C8.24842 20.8617 8.47262 20.9266 8.91104 20.9624C9.36113 20.9992 9.94342 21 10.8 21H13.2C14.0566 21 14.6389 20.9992 15.089 20.9624C15.5274 20.9266 15.7516 20.8617 15.908 20.782C16.2843 20.5903 16.5903 20.2843 16.782 19.908C16.8617 19.7516 16.9266 19.5274 16.9624 19.089C16.9992 18.6389 17 18.0566 17 17.2V6.8C17 5.94342 16.9992 5.36113 16.9624 4.91104C16.9266 4.47262 16.8617 4.24842 16.782 4.09202C16.5903 3.7157 16.2843 3.40973 15.908 3.21799C15.7516 3.1383 15.5274 3.07337 15.089 3.03755C14.6389 3.00078 14.0566 3 13.2 3H10.8C9.94342 3 9.36113 3.00078 8.91104 3.03755Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default AspectRatio916\n", "import type { SVGProps } from \"react\"\nconst Assistant = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M11 7.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM14.5 9a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z\" />\n <path\n fillRule=\"evenodd\"\n d=\"M12 1a1 1 0 0 1 1 1v.5h4a3 3 0 0 1 3 3V9a5 5 0 0 1-5 5H9a5 5 0 0 1-5-5V5.5a3 3 0 0 1 3-3h4V2a1 1 0 0 1 1-1ZM7 4.5h10a1 1 0 0 1 1 1V9a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3V5.5a1 1 0 0 1 1-1Z\"\n clipRule=\"evenodd\"\n />\n <path d=\"M6 21c0-.974.551-1.95 1.632-2.722C8.71 17.508 10.252 17 12 17c1.749 0 3.29.508 4.369 1.278C17.449 19.05 18 20.026 18 21a1 1 0 1 0 2 0c0-1.788-1.016-3.311-2.469-4.35-1.455-1.038-3.414-1.65-5.53-1.65-2.118 0-4.077.611-5.532 1.65C5.016 17.69 4 19.214 4 21a1 1 0 1 0 2 0Z\" />\n </svg>\n)\nexport default Assistant\n", "import type { SVGProps } from \"react\"\nconst Astronout = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M9.83972 10.1155L9.59566 10.8477C9.47795 11.2008 9.20083 11.4779 8.84768 11.5957L8.11552 11.8397C7.96149 11.8911 7.96149 12.1089 8.11552 12.1603L8.84768 12.4043C9.20083 12.5221 9.47795 12.7992 9.59566 13.1523L9.83972 13.8845C9.89106 14.0385 10.1089 14.0385 10.1603 13.8845L10.4043 13.1523C10.5221 12.7992 10.7992 12.5221 11.1523 12.4043L11.8845 12.1603C12.0385 12.1089 12.0385 11.8911 11.8845 11.8397L11.1523 11.5957C10.7992 11.4779 10.5221 11.2008 10.4043 10.8477L10.1603 10.1155C10.1089 9.96149 9.89106 9.96149 9.83972 10.1155Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M11.9741 7H12.0259C12.8353 6.99999 13.6609 6.99999 14.4222 7.06627C15.1907 7.13318 15.9677 7.27244 16.6609 7.59168C17.3773 7.92159 17.9904 8.43801 18.4085 9.21252C18.8158 9.96719 19 10.8962 19 12C19 13.9604 18.1897 15.5058 16.8526 16.5351C15.5465 17.5405 13.8122 18 12 18C10.1878 18 8.45353 17.5405 7.14739 16.5351C5.81028 15.5058 5 13.9604 5 12C5 10.8962 5.18418 9.96719 5.59152 9.21252C6.00957 8.43801 6.62266 7.92159 7.33908 7.59168C8.03235 7.27244 8.80929 7.13318 9.57779 7.06627C10.3391 6.99999 11.1647 6.99999 11.9741 7ZM7.3515 10.1625C7.15161 10.5328 7 11.1039 7 12C7 13.3534 7.53286 14.3079 8.36733 14.9502C9.23276 15.6164 10.4985 16 12 16C13.5015 16 14.7672 15.6164 15.6327 14.9502C16.4671 14.3079 17 13.3534 17 12C17 11.1039 16.8484 10.5328 16.6485 10.1625C16.4593 9.812 16.1937 9.57841 15.8244 9.40832C15.4318 9.22757 14.9159 9.11682 14.2487 9.05873C13.5825 9.00072 12.8392 9 12 9C11.1608 9 10.4175 9.00072 9.75127 9.05873C9.0841 9.11682 8.56816 9.22757 8.17564 9.40832C7.80627 9.57841 7.54069 9.812 7.3515 10.1625Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M5.94481 3.44886C7.37317 2.48424 9.30204 2 12 2C14.698 2 16.6268 2.48424 18.0552 3.44886C19.4916 4.41892 20.2853 5.78391 20.8907 7.23994C21.0042 7.51292 21.2028 7.78203 21.5017 8.13058C21.5538 8.19133 21.6109 8.25649 21.6713 8.32541C21.9206 8.61 22.2261 8.95871 22.4688 9.32571C22.8072 9.83755 23 10.4485 23 11.0926V12.1787C23 12.5726 22.922 12.9543 22.7779 13.3053C22.562 13.8314 22.2336 14.3045 21.9767 14.6747L21.9075 14.7746C21.6141 15.1996 21.4186 15.5078 21.3177 15.8165C20.7523 17.5479 19.8723 19.1314 18.3417 20.2669C16.8114 21.4021 14.7521 22 12 22C9.24794 22 7.18857 21.4021 5.65831 20.2669C4.1277 19.1314 3.24775 17.5479 2.68227 15.8165C2.58146 15.5078 2.38595 15.1996 2.09252 14.7746L2.02336 14.6748C1.76643 14.3045 1.43806 13.8314 1.22211 13.3053C1.078 12.9543 1 12.5725 1 12.1787V11.0926C1 10.4485 1.19282 9.83755 1.53123 9.32571C1.77389 8.9587 2.07939 8.60999 2.32872 8.3254C2.38905 8.25654 2.44622 8.19128 2.49828 8.13057C2.79721 7.78202 2.99581 7.51291 3.10932 7.23993C3.71473 5.7839 4.5084 4.41892 5.94481 3.44886ZM7.06413 5.1063C6.09823 5.75861 5.49751 6.70556 4.95604 8.00779C4.71332 8.59154 4.33414 9.06213 4.01642 9.43259C3.9342 9.52845 3.8571 9.61674 3.78451 9.69986C3.54859 9.97001 3.36038 10.1855 3.19956 10.4288C3.07216 10.6214 3 10.8503 3 11.0926V12.1787C3 12.3077 3.02543 12.4317 3.07227 12.5458C3.20202 12.8619 3.40973 13.1625 3.69823 13.5802L3.73839 13.6383C4.01896 14.0447 4.38049 14.5742 4.58344 15.1956C5.07246 16.6929 5.76575 17.8564 6.84992 18.6607C7.93446 19.4652 9.53141 20 12 20C14.4686 20 16.0656 19.4652 17.1501 18.6607C18.2343 17.8564 18.9276 16.6929 19.4166 15.1956C19.6195 14.5742 19.9811 14.0447 20.2616 13.6383L20.3018 13.5802C20.5903 13.1625 20.798 12.8619 20.9277 12.5458C20.9746 12.4317 21 12.3077 21 12.1787V11.0926C21 10.8503 20.9278 10.6214 20.8004 10.4288C20.6396 10.1855 20.4514 9.97 20.2155 9.69986C20.1429 9.61674 20.0658 9.52845 19.9836 9.4326C19.6659 9.06213 19.2867 8.59154 19.044 8.0078C18.5025 6.70556 17.9018 5.75861 16.9359 5.1063C15.9619 4.44856 14.4806 4 12 4C9.51944 4 8.03808 4.44856 7.06413 5.1063Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Astronout\n", "import type { SVGProps } from \"react\"\nconst Atom = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M6.286 4.75c.602-.004 1.374.158 2.28.52.53.213 1.09.487 1.667.82a25.428 25.428 0 0 0-2.19 1.954 25.428 25.428 0 0 0-1.953 2.19 13.144 13.144 0 0 1-.82-1.669c-.362-.905-.524-1.677-.52-2.279.004-.596.167-.95.376-1.16.21-.21.564-.372 1.16-.376ZM12 4.825a16.157 16.157 0 0 0-2.692-1.411c-1.055-.422-2.092-.67-3.035-.664-.95.006-1.873.274-2.561.962s-.956 1.612-.962 2.56c-.006.944.242 1.981.664 3.036.346.865.821 1.773 1.41 2.692a16.234 16.234 0 0 0-1.41 2.692c-.422 1.055-.67 2.092-.664 3.035.006.95.274 1.873.962 2.561s1.612.956 2.56.962c.944.006 1.981-.242 3.036-.664A16.152 16.152 0 0 0 12 19.176c.92.589 1.827 1.065 2.692 1.41 1.055.422 2.092.67 3.035.664.95-.006 1.873-.274 2.561-.962s.956-1.612.962-2.56c.006-.944-.242-1.981-.664-3.036A16.152 16.152 0 0 0 19.176 12a16.158 16.158 0 0 0 1.41-2.692c.422-1.055.67-2.092.664-3.035-.006-.95-.274-1.873-.962-2.561s-1.612-.956-2.56-.962c-.944-.006-1.981.242-3.036.664-.865.346-1.773.821-2.692 1.41Zm0 2.43a23.013 23.013 0 0 1 2.542 2.203A23.014 23.014 0 0 1 16.745 12a23.015 23.015 0 0 1-2.203 2.542A23.015 23.015 0 0 1 12 16.745a23.014 23.014 0 0 1-2.542-2.203A23.013 23.013 0 0 1 7.255 12a23.012 23.012 0 0 1 2.203-2.542A23.012 23.012 0 0 1 12 7.255Zm5.91 2.978a25.42 25.42 0 0 0-1.954-2.19 25.432 25.432 0 0 0-2.19-1.953 13.142 13.142 0 0 1 1.669-.82c.905-.362 1.677-.524 2.279-.52.596.004.95.167 1.16.376.21.21.372.564.376 1.16.004.602-.159 1.374-.52 2.28a13.23 13.23 0 0 1-.82 1.667Zm0 3.534c.333.577.607 1.137.82 1.668.361.905.524 1.677.52 2.279-.004.596-.167.95-.376 1.16-.21.21-.564.372-1.16.376-.602.004-1.374-.159-2.28-.52a13.23 13.23 0 0 1-1.667-.82 25.424 25.424 0 0 0 2.19-1.954 25.424 25.424 0 0 0 1.953-2.19Zm-7.677 4.143c-.577.333-1.137.607-1.668.82-.905.361-1.677.524-2.279.52-.596-.004-.95-.167-1.16-.376-.21-.21-.372-.564-.376-1.16-.004-.602.158-1.374.52-2.28.213-.53.487-1.09.82-1.667.587.74 1.24 1.476 1.954 2.19a25.418 25.418 0 0 0 2.19 1.953Z\" />\n </svg>\n)\nexport default Atom\n", "import type { SVGProps } from \"react\"\nconst AtSign = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 20 20\" fill=\"currentColor\" {...props}>\n <path d=\"M2.08496 10C2.08496 5.62867 5.62867 2.08496 10 2.08496C14.3433 2.08496 17.915 5.14624 17.915 10V10.0176C17.9149 10.0264 17.9145 10.0384 17.9141 10.0527C17.9132 10.0813 17.9121 10.1206 17.9092 10.1689C17.9032 10.2659 17.8911 10.4011 17.8682 10.5615C17.8227 10.879 17.7308 11.3139 17.54 11.7578C17.3493 12.2018 17.0484 12.6802 16.5732 13.0488C16.0888 13.4246 15.4619 13.6552 14.6807 13.6553C13.6189 13.6553 12.7585 13.0972 12.2305 12.3027C11.5038 13.3172 10.3378 13.9378 9.05664 13.7578C7.113 13.4844 5.93087 11.5134 6.21094 9.52051C6.49101 7.52769 8.17056 5.95857 10.1143 6.23145C10.9098 6.34325 11.5779 6.73994 12.0703 7.30566L12.1025 7.08496C12.1553 6.72154 12.493 6.46973 12.8564 6.52246C13.2199 6.57525 13.4717 6.91291 13.4189 7.27637L13.0039 10.1338C12.8397 11.2875 13.6804 12.3252 14.6807 12.3252C15.1835 12.3251 15.5197 12.1827 15.7578 11.998C16.0054 11.8059 16.1869 11.5361 16.3174 11.2324C16.4478 10.9288 16.5169 10.6163 16.5518 10.373C16.5689 10.2532 16.577 10.1545 16.5811 10.0879C16.5831 10.0548 16.5845 10.0298 16.585 10.0146C16.5852 10.0077 16.5849 10.0027 16.585 10L16.5762 9.62305C16.4012 5.78044 13.5502 3.41504 10 3.41504C6.36321 3.41504 3.41504 6.36321 3.41504 10C3.41504 13.6368 6.36321 16.585 10 16.585C11.2725 16.585 12.4588 16.2244 13.4648 15.6006C13.777 15.407 14.1873 15.5033 14.3809 15.8154C14.5744 16.1275 14.4781 16.5369 14.166 16.7305C12.9555 17.4811 11.5274 17.915 10 17.915C5.62867 17.915 2.08496 14.3714 2.08496 10ZM9.92969 7.54883C8.87298 7.40032 7.72936 8.26904 7.52734 9.70508C7.32549 11.1413 8.1854 12.2929 9.24219 12.4414C10.2988 12.5897 11.4417 11.7202 11.6436 10.2842C11.8454 8.84798 10.9864 7.69741 9.92969 7.54883Z\" />\n </svg>\n)\nexport default AtSign\n", "import type { SVGProps } from \"react\"\nconst Autocomplete = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M11.1784 5.16756C11.682 5.11499 12.0475 4.66419 11.995 4.16067C11.9424 3.65714 11.4916 3.29157 10.9881 3.34414C6.4438 3.81858 2.83325 7.47364 2.83325 12C2.83325 13.8413 3.43544 15.547 4.45618 16.949C4.30029 17.6327 4.07683 18.312 3.81085 19.0047C3.69902 19.2959 3.74295 19.6239 3.92744 19.8755C4.11194 20.127 4.41167 20.2674 4.723 20.2482C5.80536 20.1815 6.83649 20.0215 7.83955 19.7618C9.09036 20.3679 10.5052 20.7083 11.9999 20.7083C16.6549 20.7083 20.5615 17.3943 21.1031 13.0295C21.1655 12.5271 20.8087 12.0693 20.3063 12.0069C19.8039 11.9446 19.3461 12.3013 19.2837 12.8037C18.8646 16.1814 15.8009 18.875 11.9999 18.875C10.6768 18.875 9.43992 18.5471 8.37278 17.9764C8.16331 17.8643 7.91854 17.838 7.69003 17.9029C7.14047 18.0589 6.57987 18.1811 6.00187 18.2701C6.13633 17.8211 6.25176 17.3629 6.33997 16.8941C6.38967 16.6299 6.32092 16.3573 6.15191 16.1482C5.21622 14.991 4.66659 13.5544 4.66659 12C4.66659 8.5051 7.4728 5.55444 11.1784 5.16756Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M19.7519 4.47707C18.6346 3.3597 16.823 3.3597 15.7056 4.47707L11.0698 9.11283C10.3686 9.81406 9.91371 10.7238 9.77346 11.7055L9.48797 13.7039C9.44717 13.9896 9.54323 14.2777 9.74725 14.4818C9.95127 14.6858 10.2394 14.7818 10.5251 14.741L12.5235 14.4556C13.5052 14.3153 14.4149 13.8604 15.1162 13.1592L19.7519 8.52343C20.8693 7.40606 20.8693 5.59444 19.7519 4.47707ZM17.0019 5.77343C17.4034 5.37202 18.0542 5.37202 18.4556 5.77343C18.857 6.17484 18.857 6.82566 18.4556 7.22707L13.8198 11.8628C13.3991 12.2836 12.8532 12.5565 12.2642 12.6406L11.4757 12.7533L11.5884 11.9648C11.6725 11.3758 11.9454 10.8299 12.3662 10.4092L17.0019 5.77343Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Autocomplete\n", "import type { SVGProps } from \"react\"\nconst AutoPairApps = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12.4976 5.00013C11.6564 5.00013 10.9341 5.51983 10.639 6.25938C10.4343 6.77235 9.85248 7.02224 9.33951 6.81754C8.82655 6.61283 8.57665 6.03104 8.78136 5.51808C9.36948 4.04432 10.8104 3.00006 12.4976 3.00006H17.4976C19.7067 3.00006 21.4976 4.79094 21.4976 7.00009V11.0001C21.4976 13.2093 19.7067 15.0001 17.4976 15.0001H11.4976C10.9453 15.0001 10.4975 14.5524 10.4975 14.0001C10.4975 13.4478 10.9453 13.0001 11.4976 13.0001H17.4976C18.6021 13.0001 19.4975 12.1046 19.4975 11.0001V7.00009C19.4975 5.89554 18.6021 5.00013 17.4976 5.00013H12.4976ZM2.50269 13.0001C2.50269 10.7909 4.29356 9.00006 6.50272 9.00006H12.5027C13.055 9.00006 13.5028 9.44779 13.5028 10.0001C13.5028 10.5524 13.055 11.0001 12.5027 11.0001H6.50272C5.39817 11.0001 4.50275 11.8955 4.50275 13.0001V17.0001C4.50275 18.1046 5.39817 19.0001 6.50272 19.0001H11.5027C12.3439 19.0001 13.0662 18.4804 13.3613 17.7408C13.566 17.2278 14.1478 16.9779 14.6608 17.1827C15.1737 17.3874 15.4236 17.9691 15.2189 18.4821C14.6308 19.9559 13.1899 21.0001 11.5027 21.0001H6.50272C4.29356 21.0001 2.50269 19.2092 2.50269 17.0001V13.0001Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default AutoPairApps\n", "import type { SVGProps } from \"react\"\nconst AutoSuggestedEdits = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M8.7587 3H15.2413C16.0463 2.99999 16.7106 2.99998 17.2518 3.04419C17.8139 3.09012 18.3306 3.18868 18.816 3.43598C19.5686 3.81947 20.1805 4.43139 20.564 5.18404C20.8113 5.66937 20.9099 6.18608 20.9558 6.74818C21 7.28937 21 7.95372 21 8.75868V12C21 12.5523 20.5523 13 20 13C19.4477 13 19 12.5523 19 12V8.8C19 7.94342 18.9992 7.36113 18.9624 6.91104C18.9266 6.47262 18.8617 6.24842 18.782 6.09202C18.5903 5.7157 18.2843 5.40974 17.908 5.21799C17.7516 5.1383 17.5274 5.07337 17.089 5.03755C16.6389 5.00078 16.0566 5 15.2 5H8.8C7.94342 5 7.36113 5.00078 6.91104 5.03755C6.47262 5.07337 6.24842 5.1383 6.09202 5.21799C5.7157 5.40974 5.40974 5.7157 5.21799 6.09202C5.1383 6.24842 5.07337 6.47262 5.03755 6.91104C5.00078 7.36113 5 7.94342 5 8.8V14.7C5 15.5566 5.00078 16.1389 5.03755 16.589C5.07337 17.0274 5.1383 17.2516 5.21799 17.408C5.40974 17.7843 5.7157 18.0903 6.09202 18.282C6.24842 18.3617 6.47262 18.4266 6.91104 18.4624C7.36113 18.4992 7.94342 18.5 8.8 18.5H17.5858L16.7929 17.7071C16.4024 17.3166 16.4024 16.6834 16.7929 16.2929C17.1834 15.9024 17.8166 15.9024 18.2071 16.2929L20.7071 18.7929C21.0976 19.1834 21.0976 19.8166 20.7071 20.2071L18.2071 22.7071C17.8166 23.0976 17.1834 23.0976 16.7929 22.7071C16.4024 22.3166 16.4024 21.6834 16.7929 21.2929L17.5858 20.5H8.75868C7.95372 20.5 7.28937 20.5 6.74818 20.4558C6.18608 20.4099 5.66937 20.3113 5.18404 20.064C4.43139 19.6805 3.81947 19.0686 3.43598 18.316C3.18868 17.8306 3.09012 17.3139 3.04419 16.7518C2.99998 16.2106 2.99999 15.5463 3 14.7413V8.7587C2.99999 7.95374 2.99998 7.28937 3.04419 6.74818C3.09012 6.18608 3.18868 5.66937 3.43598 5.18404C3.81947 4.43139 4.43139 3.81947 5.18404 3.43598C5.66937 3.18868 6.18608 3.09012 6.74818 3.04419C7.28937 2.99998 7.95374 2.99999 8.7587 3Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M15.9639 9.3288C16.2836 8.87843 16.1776 8.25419 15.7272 7.93453C15.2769 7.61487 14.6526 7.72083 14.333 8.1712L10.7906 13.1621L9.3855 11.6297C9.01225 11.2227 8.37968 11.1952 7.97261 11.5685C7.56554 11.9417 7.53813 12.5743 7.91138 12.9814L10.1528 15.4258C10.3569 15.6485 10.6507 15.7669 10.9522 15.7481C11.2537 15.7292 11.5305 15.5751 11.7053 15.3288L15.9639 9.3288Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default AutoSuggestedEdits\n", "import type { SVGProps } from \"react\"\nconst AvatarFilledProfile = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM15 10C15 11.6569 13.6569 13 12 13C10.3431 13 9 11.6569 9 10C9 8.34315 10.3431 7 12 7C13.6569 7 15 8.34315 15 10ZM11.9994 15C14.282 15 16.333 15.9913 17.7454 17.5669C16.2912 19.0674 14.2545 20 12 20C9.74517 20 7.70822 19.0672 6.25403 17.5663C7.66642 15.9911 9.7172 15 11.9994 15Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default AvatarFilledProfile\n", "import type { SVGProps } from \"react\"\nconst AvatarProfile = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12 4C7.58172 4 4 7.58172 4 12C4 14.2569 4.93453 16.2954 6.43772 17.7499C7.71622 16.0791 9.73141 15 12 15C14.2686 15 16.2838 16.0791 17.5623 17.7499C19.0655 16.2954 20 14.2569 20 12C20 7.58172 16.4183 4 12 4ZM15.9632 18.9509C15.0483 17.7635 13.6126 17 12 17C10.3874 17 8.9517 17.7635 8.03677 18.9509C9.20512 19.6185 10.558 20 12 20C13.442 20 14.7949 19.6185 15.9632 18.9509ZM2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM12 8C10.8954 8 10 8.89543 10 10C10 11.1046 10.8954 12 12 12C13.1046 12 14 11.1046 14 10C14 8.89543 13.1046 8 12 8ZM8 10C8 7.79086 9.79086 6 12 6C14.2091 6 16 7.79086 16 10C16 12.2091 14.2091 14 12 14C9.79086 14 8 12.2091 8 10Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default AvatarProfile\n", "import type { SVGProps } from \"react\"\nconst Back10s = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M8 10C8.55228 10 9 9.55228 9 9C9 8.44772 8.55228 8 8 8H6.25494C7.5205 6.18566 9.62283 5 12.0005 5C14.9366 5 17.4529 6.80802 18.4921 9.37522C18.6993 9.88715 19.2823 10.1342 19.7942 9.92694C20.3061 9.71971 20.5532 9.13672 20.3459 8.62478C19.0116 5.32832 15.7791 3 12.0005 3C9.1719 3 6.64937 4.30473 5 6.34362V5C5 4.44772 4.55228 4 4 4C3.44772 4 3 4.44772 3 5V9C3 9.55228 3.44772 10 4 10C5.33333 10 6.66666 10 8 10Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M10.8951 16.566C10.8951 13.8634 12.2032 12 14.5232 12C16.8433 12 18.1637 13.8634 18.1637 16.566C18.1637 19.2686 16.8433 21.132 14.5232 21.132C12.2032 21.132 10.8951 19.2686 10.8951 16.566ZM12.956 16.566C12.956 18.232 13.4126 19.3797 14.5232 19.3797C15.6339 19.3797 16.1028 18.232 16.1028 16.566C16.1028 14.9 15.6339 13.7524 14.5232 13.7524C13.4126 13.7524 12.956 14.9 12.956 16.566Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M8.17989 12.3173C8.20459 12.1935 8.30955 12.0987 8.43578 12.0987H9.532C9.67007 12.0987 9.782 12.2107 9.782 12.3487V20.7463C9.782 20.8843 9.67007 20.9963 9.532 20.9963H7.98346C7.84539 20.9963 7.73346 20.8843 7.73346 20.7463V15.1962H5.93493C5.79686 15.1962 5.68493 15.0843 5.68493 14.9462V13.8837C5.68493 13.7537 5.7846 13.6453 5.91417 13.6345L6.42536 13.5919C7.50827 13.5121 8.01206 13.1586 8.17989 12.3173Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Back10s\n", "import type { SVGProps } from \"react\"\nconst Back15s = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M8 10C8.55228 10 9 9.55228 9 9C9 8.44772 8.55228 8 8 8H6.25494C7.5205 6.18566 9.62283 5 12.0005 5C14.9366 5 17.4529 6.80802 18.4921 9.37522C18.6993 9.88715 19.2823 10.1342 19.7942 9.92694C20.3061 9.71971 20.5532 9.13672 20.3459 8.62478C19.0116 5.32832 15.7791 3 12.0005 3C9.1719 3 6.64937 4.30473 5 6.34362V5C5 4.44772 4.55228 4 4 4C3.44772 4 3 4.44772 3 5V9C3 9.55228 3.44772 10 4 10C5.33333 10 6.66666 10 8 10Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M13.5493 17.0489C13.4879 17.1169 13.3998 17.1581 13.3088 17.1472L11.8124 16.9688C11.6787 16.9529 11.5816 16.8339 11.5929 16.6997L11.9651 12.2665C11.976 12.137 12.0843 12.0374 12.2142 12.0374H17.0489C17.1869 12.0374 17.2989 12.1494 17.2989 12.2874V13.5714C17.2989 13.7095 17.1869 13.8214 17.0489 13.8214H13.5687L13.419 15.4682C13.7434 15.2062 14.2549 14.9692 14.8911 14.9692C16.7375 14.9692 17.8603 16.2666 17.8603 17.9882C17.8603 19.8221 16.4256 21.132 14.5169 21.132C12.7569 21.132 11.439 20.2479 11.0926 18.6308C11.0639 18.497 11.1574 18.37 11.2925 18.3483L12.8165 18.1037C12.9553 18.0814 13.0834 18.1787 13.1187 18.3148C13.2969 19.0028 13.8006 19.4229 14.5044 19.4229C15.2903 19.4229 15.9016 18.849 15.9016 18.0381C15.9016 17.2397 15.3901 16.6159 14.5792 16.6159C14.1139 16.6159 13.7706 16.8037 13.5493 17.0489Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M8.552 12.2186C8.57658 12.0948 8.68156 12 8.80779 12H9.92113C10.0592 12 10.1711 12.1119 10.1711 12.25V20.7448C10.1711 20.8828 10.0592 20.9948 9.92113 20.9948H8.35021C8.21214 20.9948 8.10021 20.8828 8.10021 20.7448V15.1313H6.2793C6.14123 15.1313 6.0293 15.0194 6.0293 14.8813V13.8019C6.0293 13.6719 6.12896 13.5636 6.25854 13.5528L6.77782 13.5095C7.87357 13.4288 8.3828 13.0708 8.552 12.2186Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Back15s\n", "import type { SVGProps } from \"react\"\nconst BackgroundConversation = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M18 2C18.5523 2 19 2.44772 19 3V15C19 15.5523 18.5523 16 18 16C17.4477 16 17 15.5523 17 15V3C17 2.44772 17.4477 2 18 2ZM11 3C11.5523 3 12 3.44772 12 4V5.5C12 6.05228 11.5523 6.5 11 6.5C10.4477 6.5 10 6.05228 10 5.5V4C10 3.44772 10.4477 3 11 3ZM14.5 5C15.0523 5 15.5 5.44772 15.5 6V7.5C15.5 8.05228 15.0523 8.5 14.5 8.5C13.9477 8.5 13.5 8.05228 13.5 7.5V6C13.5 5.44772 13.9477 5 14.5 5ZM21.5 6C22.0523 6 22.5 6.44772 22.5 7V11C22.5 11.5523 22.0523 12 21.5 12C20.9477 12 20.5 11.5523 20.5 11V7C20.5 6.44772 20.9477 6 21.5 6ZM8.5 10C5.65489 10 3.5 12.0948 3.5 14.5C3.5 15.3779 3.77893 16.1999 4.27013 16.899C4.41055 17.0989 4.47295 17.3433 4.44557 17.586C4.39815 18.0063 4.31955 18.4139 4.21925 18.8099C4.65229 18.7232 5.07312 18.61 5.48727 18.4697C5.72968 18.3875 5.99435 18.4015 6.22679 18.5086C6.9058 18.8216 7.67743 19 8.5 19C11.3451 19 13.5 16.9052 13.5 14.5C13.5 12.0948 11.3451 10 8.5 10ZM1.5 14.5C1.5 10.83 4.71769 8 8.5 8C12.2823 8 15.5 10.83 15.5 14.5C15.5 18.17 12.2823 21 8.5 21C7.53025 21 6.60309 20.8166 5.75878 20.4828C4.82364 20.7669 3.86215 20.9357 2.84316 20.9981C2.50317 21.0189 2.17597 20.8653 1.97489 20.5903C1.7738 20.3154 1.72649 19.957 1.84935 19.6393C2.10511 18.9779 2.3033 18.3443 2.40969 17.7075C1.83301 16.7645 1.5 15.6694 1.5 14.5Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default BackgroundConversation\n", "import type { SVGProps } from \"react\"\nconst BackLarge = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M15.707 4.293a1 1 0 0 1 0 1.414L9.414 12l6.293 6.293a1 1 0 0 1-1.414 1.414l-7-7a1 1 0 0 1 0-1.414l7-7a1 1 0 0 1 1.414 0Z\" />\n </svg>\n)\nexport default BackLarge\n", "import type { SVGProps } from \"react\"\nconst BackSmall = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M14.707 5.293a1 1 0 0 1 0 1.414L9.414 12l5.293 5.293a1 1 0 0 1-1.414 1.414l-6-6a1 1 0 0 1 0-1.414l6-6a1 1 0 0 1 1.414 0Z\" />\n </svg>\n)\nexport default BackSmall\n", "import type { SVGProps } from \"react\"\nconst BackToApp = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M15 4.99998C15.9773 4.99998 16.3199 5.00482 16.5853 5.05762C17.7754 5.29434 18.7057 6.22463 18.9424 7.41471C18.9685 7.54611 18.9856 7.71822 18.9936 8.02577C19.0078 8.57787 19.4669 9.01389 20.019 8.99964C20.5711 8.9854 21.0071 8.52628 20.9929 7.97418C20.9839 7.6257 20.963 7.32143 20.904 7.02452C20.5094 5.04107 18.9589 3.49058 16.9755 3.09605C16.4907 2.99962 15.9334 2.99975 15.1158 2.99996L10.3572 2.99998C9.27344 2.99997 8.39929 2.99996 7.69141 3.05779C6.96256 3.11734 6.32238 3.24316 5.73008 3.54494C4.78927 4.02431 4.02437 4.78921 3.545 5.73002C3.24322 6.32231 3.1174 6.9625 3.05785 7.69135C3.00002 8.39923 3.00003 9.27338 3.00004 10.3572L3.00002 15.1157C2.99982 15.9333 2.99968 16.4906 3.09611 16.9754C3.49064 18.9589 5.04113 20.5094 7.02459 20.9039C7.32149 20.963 7.62576 20.9838 7.97424 20.9928C8.52634 21.0071 8.98546 20.5711 8.9997 20.019C9.01395 19.4669 8.57793 19.0077 8.02583 18.9935C7.71828 18.9856 7.54617 18.9685 7.41477 18.9423C6.22469 18.7056 5.2944 17.7753 5.05768 16.5852C5.00488 16.3198 5.00004 15.9772 5.00004 15V10.4C5.00004 9.26337 5.00081 8.47106 5.05121 7.85422C5.10066 7.24905 5.19283 6.90136 5.32702 6.638C5.61464 6.07352 6.07358 5.61458 6.63807 5.32696C6.90142 5.19277 7.24911 5.1006 7.85428 5.05115C8.47112 5.00075 9.26343 4.99998 10.4 4.99998H15Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M8.50004 13C7.94775 13 7.50004 12.5523 7.50004 12V9.49998C7.50004 8.39541 8.39547 7.49998 9.50004 7.49998H12C12.5523 7.49998 13 7.94769 13 8.49998C13 9.05226 12.5523 9.49998 12 9.49998H9.50004V12C9.50004 12.5523 9.05232 13 8.50004 13Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M16.1615 12H17.3386C17.8657 12 18.3205 11.9999 18.6951 12.0305C19.0904 12.0628 19.4836 12.1342 19.862 12.327C20.4265 12.6146 20.8854 13.0735 21.1731 13.638C21.3659 14.0164 21.4372 14.4096 21.4695 14.8049C21.5001 15.1795 21.5001 15.6342 21.5 16.1613V17.3385C21.5001 17.8656 21.5001 18.3205 21.4695 18.695C21.4372 19.0903 21.3659 19.4836 21.1731 19.8619C20.8854 20.4264 20.4265 20.8854 19.862 21.173C19.4836 21.3658 19.0904 21.4371 18.6951 21.4694C18.3205 21.5 17.8658 21.5 17.3387 21.5H16.1615C15.6344 21.5 15.1796 21.5 14.805 21.4694C14.4097 21.4371 14.0164 21.3658 13.6381 21.173C13.0736 20.8854 12.6146 20.4264 12.327 19.8619C12.1342 19.4836 12.0629 19.0903 12.0306 18.695C12 18.3204 12 17.8657 12 17.3385V16.1614C12 15.6343 12 15.1795 12.0306 14.8049C12.0629 14.4096 12.1342 14.0164 12.327 13.638C12.6146 13.0735 13.0736 12.6146 13.6381 12.327C14.0164 12.1342 14.4097 12.0628 14.805 12.0305C15.1796 11.9999 15.6343 12 16.1615 12ZM14.9679 14.0239C14.6962 14.0461 14.5955 14.0838 14.546 14.109C14.3579 14.2048 14.2049 14.3578 14.109 14.546C14.0838 14.5954 14.0462 14.6961 14.024 14.9678C14.0008 15.2511 14 15.6234 14 16.2V17.3C14 17.8765 14.0008 18.2488 14.024 18.5321C14.0462 18.8038 14.0838 18.9045 14.109 18.954C14.2049 19.1421 14.3579 19.2951 14.546 19.391C14.5955 19.4162 14.6962 19.4539 14.9679 19.476C15.2512 19.4992 15.6235 19.5 16.2 19.5H17.3C17.8766 19.5 18.2489 19.4992 18.5322 19.476C18.8039 19.4539 18.9046 19.4162 18.954 19.391C19.1422 19.2951 19.2952 19.1421 19.391 18.954C19.4162 18.9045 19.4539 18.8038 19.4761 18.5321C19.4993 18.2488 19.5 17.8765 19.5 17.3V16.2C19.5 15.6234 19.4993 15.2511 19.4761 14.9678C19.4539 14.6961 19.4162 14.5954 19.391 14.546C19.2952 14.3578 19.1422 14.2048 18.954 14.109C18.9046 14.0838 18.8039 14.0461 18.5322 14.0239C18.2489 14.0008 17.8766 14 17.3 14H16.2C15.6235 14 15.2512 14.0008 14.9679 14.0239Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default BackToApp\n", "import type { SVGProps } from \"react\"\nconst BalancingScale = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M10.9999 3C10.9999 2.44776 11.4477 2.00008 11.9999 2C12.5522 2 12.9999 2.44772 12.9999 3V3.46973C13.037 3.49112 13.0734 3.51413 13.1093 3.53809L13.7909 3.99219C14.7765 4.6492 15.9346 4.99994 17.1191 5H20.6669C21.219 5.00015 21.6668 5.44787 21.6669 6C21.6669 6.55219 21.2191 6.99985 20.6669 7H20.2089L22.2841 13.3945C22.3934 13.7314 22.3168 14.1011 22.0819 14.3662C21.179 15.3854 20.0571 16 18.8329 16C17.6088 15.9999 16.4877 15.3853 15.5849 14.3662C15.35 14.1011 15.2725 13.7315 15.3818 13.3945L17.4569 7H17.1191C15.6652 6.99995 14.2421 6.60277 12.9999 5.85645V19H15.9999C16.5522 19 16.9999 19.4477 16.9999 20C16.9999 20.5523 16.5522 21 15.9999 21H7.99992C7.4477 20.9999 6.99992 20.5522 6.99992 20C6.99992 19.4478 7.4477 19.0001 7.99992 19H10.9999V5.85645C9.75777 6.60277 8.33459 6.99995 6.88078 7H6.54289L8.61808 13.3945C8.72743 13.7315 8.64987 14.101 8.41496 14.3662C7.51207 15.3853 6.39105 16 5.16691 16C3.94277 16 2.82175 15.3853 1.91886 14.3662C1.68395 14.101 1.60639 13.7315 1.71574 13.3945L3.79093 7H3.33293C2.78081 6.9998 2.33293 6.55216 2.33293 6C2.33299 5.44789 2.78085 5.0002 3.33293 5H6.88078C8.06523 4.99994 9.22338 4.6492 10.2089 3.99219L10.8905 3.53809C10.9265 3.51413 10.9629 3.49112 10.9999 3.46973V3ZM3.80851 13.4238C4.29774 13.8408 4.76342 14 5.16691 14C5.57024 14 6.03531 13.8404 6.52433 13.4238L5.16691 9.23926L3.80851 13.4238ZM17.4745 13.4238C17.9637 13.8408 18.4295 13.9999 18.8329 14C19.2362 14 19.7014 13.8403 20.1903 13.4238L18.8329 9.23926L17.4745 13.4238Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default BalancingScale\n", "import type { SVGProps } from \"react\"\nconst BarChart = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M11.33 5H12.66C13.2123 5 13.66 5.44771 13.66 6V19H10.33V6C10.33 5.44772 10.7777 5 11.33 5ZM15.66 19V9H18C18.5523 9 19 9.44772 19 10V18C19 18.5523 18.5523 19 18 19H15.66ZM15.66 7V6C15.66 4.34315 14.3169 3 12.66 3H11.33C9.67315 3 8.33 4.34315 8.33 6V11H6C4.34314 11 3 12.3431 3 14V18C3 19.6569 4.34315 21 6 21H18C19.6569 21 21 19.6569 21 18V10C21 8.34315 19.6569 7 18 7H15.66ZM8.33 13V19H6C5.44772 19 5 18.5523 5 18V14C5 13.4477 5.44771 13 6 13H8.33Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default BarChart\n", "import type { SVGProps } from \"react\"\nconst BarChartFilled = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M2 10.5C2 9.67157 2.67157 9 3.5 9H5.83C6.65843 9 7.33 9.67157 7.33 10.5V18.5C7.33 19.3284 6.65843 20 5.83 20H3.5C2.67157 20 2 19.3284 2 18.5V10.5Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M16.67 8.5C16.67 7.67157 17.3416 7 18.17 7H20.5C21.3284 7 22 7.67157 22 8.5V18.5C22 19.3284 21.3284 20 20.5 20H18.17C17.3416 20 16.67 19.3284 16.67 18.5V8.5Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M9.33 4.5C9.33 3.67157 10.0016 3 10.83 3H13.17C13.9984 3 14.67 3.67157 14.67 4.5V19C14.67 19.5523 14.2223 20 13.67 20H10.33C9.77772 20 9.33 19.5523 9.33 19V4.5Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default BarChartFilled\n", "import type { SVGProps } from \"react\"\nconst Batch = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M3 7a4 4 0 0 1 4-4 1 1 0 0 1 0 2 2 2 0 0 0-2 2c0 .257.005.511.01.772v.032c.006.268.011.544.01.815-.004.535-.033 1.105-.16 1.652-.132.558-.372 1.114-.808 1.599a3.315 3.315 0 0 1-.13.137c.034.035.067.07.1.107.431.477.673 1.027.81 1.581.132.544.17 1.114.178 1.655.005.308 0 .657-.004.997-.003.227-.006.45-.006.653a2 2 0 0 0 2 2 1 1 0 1 1 0 2 4 4 0 0 1-4-4c0-.27.003-.51.007-.738.004-.303.008-.583.003-.88-.008-.49-.041-.884-.121-1.21-.078-.316-.192-.542-.351-.718-.158-.175-.41-.356-.847-.503A.995.995 0 0 1 1 12a.998.998 0 0 1 .691-.951c.457-.153.715-.34.875-.517.16-.178.272-.404.346-.718.077-.326.105-.719.108-1.207.001-.241-.004-.493-.009-.764v-.038A29.585 29.585 0 0 1 3 7Zm16.942 5.123c.039-.042.078-.083.118-.123a3.16 3.16 0 0 1-.117-.123c-.44-.482-.681-1.036-.811-1.594-.127-.545-.154-1.115-.155-1.65 0-.269.005-.544.011-.812v-.006C18.994 7.54 19 7.272 19 7a2 2 0 0 0-2-2 1 1 0 1 1 0-2 4 4 0 0 1 4 4c0 .296-.006.584-.012.854v.004c-.006.274-.011.527-.01.77 0 .491.027.88.101 1.2.072.308.183.528.341.702.16.174.421.362.889.519A.995.995 0 0 1 23 12a1.003 1.003 0 0 1-.692.951c-.468.157-.73.345-.889.52-.159.173-.269.393-.34.7-.075.321-.102.71-.103 1.201 0 .243.005.496.01.77l.001.004c.006.27.012.558.012.854a4 4 0 0 1-4 4 1 1 0 1 1 0-2 2 2 0 0 0 2-2c0-.272-.006-.54-.012-.814v-.007a34.216 34.216 0 0 1-.01-.811c0-.536.027-1.106.154-1.65.13-.56.37-1.113.81-1.595Z\" />\n <path d=\"M9 11a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2H9ZM8 8a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1Zm1 7a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2H9Z\" />\n </svg>\n)\nexport default Batch\n", "import type { SVGProps } from \"react\"\nconst Batches = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M3 7C3 4.79086 4.79086 3 7 3C7.55228 3 8 3.44772 8 4C8 4.55228 7.55228 5 7 5C5.89543 5 5 5.89543 5 7C5 8.08835 5.11007 9.20187 4.85916 10.2708C4.72807 10.8292 4.48839 11.3851 4.05196 11.8698C4.00976 11.9167 3.96623 11.9623 3.92135 12.0068C3.95579 12.0417 3.98943 12.0773 4.02226 12.1137C4.4534 12.5913 4.6952 13.1406 4.83119 13.6951C5.09535 14.7724 5 15.9012 5 17C5 18.1046 5.89543 19 7 19C7.55228 19 8 19.4477 8 20C8 20.5523 7.55228 21 7 21C4.79086 21 3 19.2091 3 17C3 16.0704 3.11189 15.0815 2.88874 14.1715C2.81138 13.856 2.6965 13.6298 2.53765 13.4538C2.37927 13.2783 2.12594 13.0961 1.68377 12.9487C1.27543 12.8126 1 12.4304 1 12C1 11.5696 1.27543 11.1874 1.68377 11.0513C2.14482 10.8976 2.40546 10.7095 2.56569 10.5316C2.72565 10.3539 2.83837 10.1278 2.91208 9.81374C3.12432 8.90958 3 7.92466 3 7ZM16 4C16 3.44772 16.4477 3 17 3C19.2091 3 21 4.79086 21 7C21 7.9278 20.868 8.92181 21.0795 9.82884C21.1511 10.1363 21.2615 10.3558 21.42 10.5296C21.5802 10.7052 21.8443 10.894 22.3162 11.0513C22.7246 11.1874 23 11.5696 23 12C23 12.4304 22.7246 12.8126 22.3162 12.9487C21.8443 13.106 21.5802 13.2948 21.42 13.4704C21.2615 13.6442 21.1511 13.8637 21.0795 14.1712C20.868 15.0782 21 16.0722 21 17C21 19.2091 19.2091 21 17 21C16.4477 21 16 20.5523 16 20C16 19.4477 16.4477 19 17 19C18.1046 19 19 18.1046 19 17C19 15.9085 18.8817 14.7894 19.1317 13.7171C19.2619 13.1586 19.5024 12.6049 19.9425 12.1225C19.9806 12.0807 20.0198 12.0398 20.0601 12C20.0198 11.9602 19.9806 11.9193 19.9425 11.8775C19.5024 11.3951 19.2619 10.8414 19.1317 10.2829C18.8817 9.21061 19 8.09155 19 7C19 5.89543 18.1046 5 17 5C16.4477 5 16 4.55228 16 4Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M8 8C8 7.44772 8.44772 7 9 7H15C15.5523 7 16 7.44772 16 8C16 8.55228 15.5523 9 15 9H9C8.44772 9 8 8.55228 8 8ZM8 12C8 11.4477 8.44772 11 9 11H15C15.5523 11 16 11.4477 16 12C16 12.5523 15.5523 13 15 13H9C8.44772 13 8 12.5523 8 12ZM8 16C8 15.4477 8.44772 15 9 15H15C15.5523 15 16 15.4477 16 16C16 16.5523 15.5523 17 15 17H9C8.44772 17 8 16.5523 8 16Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Batches\n", "import type { SVGProps } from \"react\"\nconst Bell = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M3.80094 9.60322C4.25738 5.41917 7.79108 2.25 12 2.25C16.2088 2.25 19.7425 5.41916 20.199 9.60322L20.8731 15.7831C21.0022 16.9665 20.0754 18 18.8849 18H16.8424C16.2874 20.1565 14.3298 21.75 12 21.75C9.67015 21.75 7.71253 20.1565 7.15747 18H5.11498C3.92455 18 2.99767 16.9665 3.12677 15.7831L3.80094 9.60322ZM9.27197 18C9.74598 19.0328 10.7892 19.75 12 19.75C13.2107 19.75 14.2539 19.0328 14.7279 18H9.27197ZM12 4.25C8.8117 4.25 6.1349 6.65066 5.78914 9.82011L5.11498 16L18.8849 16L18.2108 9.82011C17.865 6.65066 15.1882 4.25 12 4.25Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Bell\n", "import type { SVGProps } from \"react\"\nconst BellFilled = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12.0007 2.25C7.78707 2.25 4.24043 5.40385 3.7481 9.58864L3.13896 14.7663C2.99908 15.9553 3.92808 17 5.12526 17H18.8762C20.0734 17 21.0024 15.9553 20.8625 14.7663L20.2533 9.58864C19.761 5.40385 16.2144 2.25 12.0007 2.25Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M7.67819 18.5C8.21986 20.3771 9.95076 21.75 12.0023 21.75C14.0539 21.75 15.7847 20.3771 16.3264 18.5H7.67819Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default BellFilled\n", "import type { SVGProps } from \"react\"\nconst Beta = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M7 3a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2v5.276a1 1 0 0 0 .232.64l3.685 4.423A4.671 4.671 0 0 1 16.33 22H7.671a4.671 4.671 0 0 1-3.588-7.661l.045-.055c.06-.106.139-.201.234-.28l3.406-4.088A1 1 0 0 0 8 9.276V4a1 1 0 0 1-1-1Zm3 1v5.276a3 3 0 0 1-.695 1.92l-1.709 2.05a10.82 10.82 0 0 1 1.4-.027c1.071.048 1.97.254 2.75.433l.219.05c.842.191 1.562.332 2.4.29.624-.03 1.348-.164 2.247-.495l-1.917-2.3A3 3 0 0 1 14 9.276V4h-4Zm7.959 11.113c-1.347.574-2.472.827-3.495.877-1.131.056-2.078-.142-2.941-.338l-.209-.047c-.793-.181-1.525-.348-2.409-.388-.879-.04-1.933.047-3.305.425A2.671 2.671 0 0 0 7.67 20h8.66a2.67 2.67 0 0 0 2.05-4.38l-.421-.507Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default Beta\n", "import type { SVGProps } from \"react\"\nconst Bills = (props: SVGProps<SVGSVGElement>) => (\n <svg\n fill=\"currentColor\"\n viewBox=\"0 0 21 21\"\n stroke=\"currentColor\"\n width=\"1em\"\n height=\"1em\"\n {...props}\n >\n <path\n d=\"M2.375 16.125a50.062 50.062 0 0 1 13.164 1.75.955.955 0 0 0 1.211-.913v-.837M3.625 4.25v.625A.625.625 0 0 1 3 5.5h-.625m0 0v-.313c0-.517.42-.937.938-.937h14.062m-15 1.25V13m15-8.75v.625c0 .345.28.625.625.625h.625m-1.25-1.25h.313c.517 0 .937.42.937.938v8.125c0 .517-.42.937-.938.937h-.312m-15-1.25v.313a.937.937 0 0 0 .938.937h.312M2.375 13H3a.625.625 0 0 1 .625.625v.625m13.75 0v-.625A.624.624 0 0 1 18 13h.625m-1.25 1.25H3.625m9.375-5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0Zm2.5 0h.007v.007H15.5V9.25Zm-10 0h.007v.007H5.5V9.25Z\"\n strokeWidth={1.25}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n)\nexport default Bills\n", "import type { SVGProps } from \"react\"\nconst Blend = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M7.7 11.5C7.58954 11.5 7.5 11.5895 7.5 11.7V12.3C7.5 12.4105 7.58954 12.5 7.7 12.5H8.3C8.41046 12.5 8.5 12.4105 8.5 12.3V11.7C8.5 11.5895 8.41046 11.5 8.3 11.5H7.7Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M5.25 13.6C5.25 13.4067 5.4067 13.25 5.6 13.25H6.4C6.5933 13.25 6.75 13.4067 6.75 13.6V14.4C6.75 14.5933 6.5933 14.75 6.4 14.75H5.6C5.4067 14.75 5.25 14.5933 5.25 14.4V13.6Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M9.60977 13.26C9.41647 13.26 9.25977 13.4167 9.25977 13.61V14.39C9.25977 14.5833 9.41647 14.74 9.60977 14.74H10.3898C10.5831 14.74 10.7398 14.5833 10.7398 14.39V13.61C10.7398 13.4167 10.5831 13.26 10.3898 13.26H9.60977Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M13.25 13.6C13.25 13.4067 13.4067 13.25 13.6 13.25H14.4C14.5933 13.25 14.75 13.4067 14.75 13.6V14.4C14.75 14.5933 14.5933 14.75 14.4 14.75H13.6C13.4067 14.75 13.25 14.5933 13.25 14.4V13.6Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M17.6 13.25C17.4067 13.25 17.25 13.4067 17.25 13.6V14.4C17.25 14.5933 17.4067 14.75 17.6 14.75H18.4C18.5933 14.75 18.75 14.5933 18.75 14.4V13.6C18.75 13.4067 18.5933 13.25 18.4 13.25H17.6Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M7 15.5C7 15.2239 7.22386 15 7.5 15H8.5C8.77614 15 9 15.2239 9 15.5V16.5C9 16.7761 8.77614 17 8.5 17H7.5C7.22386 17 7 16.7761 7 16.5V15.5Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M11.5 15C11.2239 15 11 15.2239 11 15.5V16.5C11 16.7761 11.2239 17 11.5 17H12.5C12.7761 17 13 16.7761 13 16.5V15.5C13 15.2239 12.7761 15 12.5 15H11.5Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M15 15.5C15 15.2239 15.2239 15 15.5 15H16.5C16.7761 15 17 15.2239 17 15.5V16.5C17 16.7761 16.7761 17 16.5 17H15.5C15.2239 17 15 16.7761 15 16.5V15.5Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M11.5 11.7C11.5 11.5895 11.5895 11.5 11.7 11.5H12.3C12.4105 11.5 12.5 11.5895 12.5 11.7V12.3C12.5 12.4105 12.4105 12.5 12.3 12.5H11.7C11.5895 12.5 11.5 12.4105 11.5 12.3V11.7Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M15.7 11.5C15.5895 11.5 15.5 11.5895 15.5 11.7V12.3C15.5 12.4105 15.5895 12.5 15.7 12.5H16.3C16.4105 12.5 16.5 12.4105 16.5 12.3V11.7C16.5 11.5895 16.4105 11.5 16.3 11.5H15.7Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M7 3C4.79086 3 3 4.79086 3 7V17C3 19.2091 4.79086 21 7 21H17C19.2091 21 21 19.2091 21 17V7C21 4.79086 19.2091 3 17 3H7ZM5 7C5 5.89543 5.89543 5 7 5H17C18.1046 5 19 5.89543 19 7V17H17.5C17.2239 17 17 17.2239 17 17.5V19H15V17.5C15 17.2239 14.7761 17 14.5 17H13.5C13.2239 17 13 17.2239 13 17.5V19H11V17.5C11 17.2239 10.7761 17 10.5 17H9.5C9.22386 17 9 17.2239 9 17.5V19H7V17.5C7 17.2239 6.77614 17 6.5 17H5V7Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Blend\n", "import type { SVGProps } from \"react\"\nconst BlendingCurveSharp = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M8.70711 7.29289C8.31658 6.90237 7.68342 6.90237 7.29289 7.29289C6.90237 7.68342 6.90237 8.31658 7.29289 8.70711L15.2929 16.7071C15.6834 17.0976 16.3166 17.0976 16.7071 16.7071C17.0976 16.3166 17.0976 15.6834 16.7071 15.2929L8.70711 7.29289Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M7 3.00012C4.79086 3.00012 3 4.79098 3 7.00012V17.0001C3 19.2093 4.79086 21.0001 7 21.0001H17C19.2091 21.0001 21 19.2093 21 17.0001V7.00012C21 4.79098 19.2091 3.00012 17 3.00012H7ZM5 7.00012C5 5.89555 5.89543 5.00012 7 5.00012H17C18.1046 5.00012 19 5.89555 19 7.00012V17.0001C19 18.1047 18.1046 19.0001 17 19.0001H7C5.89543 19.0001 5 18.1047 5 17.0001V7.00012Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default BlendingCurveSharp\n", "import type { SVGProps } from \"react\"\nconst BlendingCurveSmooth = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M8 6.998C7.44661 6.998 6.998 7.44661 6.998 8C6.998 8.55339 7.44661 9.002 8 9.002C9.07774 9.002 9.62294 9.36831 10.0033 9.86173C10.4511 10.4427 10.7174 11.255 11.0436 12.2989L11.0686 12.3789C11.3626 13.3207 11.7207 14.4682 12.4095 15.3617C13.1854 16.3683 14.3277 17.002 16 17.002C16.5534 17.002 17.002 16.5534 17.002 16C17.002 15.4466 16.5534 14.998 16 14.998C14.9223 14.998 14.3771 14.6317 13.9967 14.1383C13.5489 13.5573 13.2826 12.745 12.9564 11.7011L12.9314 11.6211C12.6374 10.6793 12.2793 9.53183 11.5905 8.63827C10.8146 7.63169 9.67226 6.998 8 6.998Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M7 3C4.79086 3 3 4.79086 3 7V17C3 19.2091 4.79086 21 7 21H17C19.2091 21 21 19.2091 21 17V7C21 4.79086 19.2091 3 17 3H7ZM5 7C5 5.89543 5.89543 5 7 5H17C18.1046 5 19 5.89543 19 7V17C19 18.1046 18.1046 19 17 19H7C5.89543 19 5 18.1046 5 17V7Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default BlendingCurveSmooth\n", "import type { SVGProps } from \"react\"\nconst BlendingCurveSubtle = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M8.0997 8.00297C7.54906 7.94791 7.05804 8.34965 7.00297 8.9003C6.94791 9.45094 7.34965 9.94196 7.9003 9.99703C8.95956 10.103 9.56123 10.4318 9.97742 10.8151C10.4301 11.2321 10.733 11.7696 11.1203 12.4798L11.1477 12.5299C11.5055 13.1863 11.9484 13.999 12.6649 14.6589C13.4362 15.3693 14.4596 15.853 15.9003 15.997C16.4509 16.0521 16.942 15.6503 16.997 15.0997C17.0521 14.5491 16.6503 14.058 16.0997 14.003C15.0404 13.897 14.4388 13.5682 14.0226 13.1849C13.5699 12.7679 13.267 12.2304 12.8797 11.5202L12.8523 11.4701C12.4945 10.8137 12.0516 10.001 11.3351 9.34111C10.5638 8.63069 9.54044 8.14705 8.0997 8.00297Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M7 3C4.79086 3 3 4.79086 3 7V17C3 19.2091 4.79086 21 7 21H17C19.2091 21 21 19.2091 21 17V7C21 4.79086 19.2091 3 17 3H7ZM5 7C5 5.89543 5.89543 5 7 5H17C18.1046 5 19 5.89543 19 7V17C19 18.1046 18.1046 19 17 19H7C5.89543 19 5 18.1046 5 17V7Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default BlendingCurveSubtle\n", "import type { SVGProps } from \"react\"\nconst Bolt = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M15.24 3.486v.002l-1.056 4.517h5.823c1.726 0 2.596 2.021 1.518 3.3l-.002.003-9.308 10.965-.002.002c-1.397 1.656-3.922.223-3.454-1.76v-.003l1.057-4.517H3.993c-1.726 0-2.596-2.021-1.519-3.3l.003-.003 9.308-10.965.002-.002c1.397-1.656 3.922-.223 3.454 1.76Zm-1.95-.444-1.34 5.735a.998.998 0 0 0 .973 1.226h7.074a.04.04 0 0 1 .003.01.045.045 0 0 1-.004.005l-9.287 10.94 1.341-5.735a.998.998 0 0 0-.973-1.226H4.003a.041.041 0 0 1-.003-.01l.004-.005 9.287-10.94Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default Bolt\n", "import type { SVGProps } from \"react\"\nconst Book = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M17.9754 4.01031C17.8588 4.00078 17.6965 4.00001 17.4 4.00001H9.8C8.94342 4.00001 8.36113 4.00078 7.91104 4.03756C7.47262 4.07338 7.24842 4.1383 7.09202 4.21799C6.7157 4.40974 6.40973 4.7157 6.21799 5.09202C6.1383 5.24842 6.07337 5.47263 6.03755 5.91104C6.00078 6.36113 6 6.94343 6 7.80001V16.1707C6.31278 16.0602 6.64937 16 7 16H18L18 4.60001C18 4.30348 17.9992 4.14122 17.9897 4.02464C17.9893 4.02 17.9889 4.0156 17.9886 4.01145C17.9844 4.01107 17.98 4.01069 17.9754 4.01031ZM17.657 18H7C6.44772 18 6 18.4477 6 19C6 19.5523 6.44772 20 7 20H17.657C17.5343 19.3301 17.5343 18.6699 17.657 18ZM4 19L4 7.75871C3.99999 6.95374 3.99998 6.28937 4.04419 5.74818C4.09012 5.18608 4.18868 4.66938 4.43597 4.18404C4.81947 3.43139 5.43139 2.81947 6.18404 2.43598C6.66937 2.18869 7.18608 2.09012 7.74818 2.0442C8.28937 1.99998 8.95373 1.99999 9.7587 2L17.4319 2C17.6843 1.99997 17.9301 1.99994 18.1382 2.01695C18.3668 2.03563 18.6366 2.07969 18.908 2.21799C19.2843 2.40974 19.5903 2.7157 19.782 3.09203C19.9203 3.36345 19.9644 3.63318 19.9831 3.86178C20.0001 4.06994 20 4.31574 20 4.56812L20 17C20 17.1325 19.9736 17.2638 19.9225 17.386C19.4458 18.5253 19.4458 19.4747 19.9225 20.614C20.0517 20.9227 20.0179 21.2755 19.8325 21.5541C19.6471 21.8326 19.3346 22 19 22H7C5.34315 22 4 20.6569 4 19Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Book\n", "import type { SVGProps } from \"react\"\nconst BookBookmark = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M4 7.75871L4 19C4 20.6569 5.34315 22 7 22H19C19.3346 22 19.6471 21.8326 19.8325 21.5541C20.0179 21.2755 20.0517 20.9227 19.9225 20.614C19.4458 19.4747 19.4458 18.5253 19.9225 17.386C19.9736 17.2638 20 17.1325 20 17L20 4.56812C20 4.31575 20.0001 4.06993 19.9831 3.86178C19.9644 3.63318 19.9203 3.36345 19.782 3.09203C19.5903 2.7157 19.2843 2.40974 18.908 2.21799C18.6366 2.07969 18.3668 2.03563 18.1382 2.01695C17.9301 1.99994 17.6843 1.99997 17.4319 2L9.7587 2C8.95373 1.99999 8.28937 1.99998 7.74818 2.0442C7.18608 2.09012 6.66937 2.18869 6.18404 2.43598C5.43139 2.81947 4.81947 3.43139 4.43597 4.18404C4.18868 4.66938 4.09012 5.18608 4.04419 5.74818C3.99998 6.28937 3.99999 6.95374 4 7.75871ZM17.4 4.00001C17.6965 4.00001 17.8588 4.00078 17.9754 4.01031L17.9886 4.01145L17.9897 4.02464C17.9992 4.14122 18 4.30348 18 4.60001L18 16H7C6.64937 16 6.31278 16.0602 6 16.1707V7.80001C6 6.94343 6.00078 6.36113 6.03755 5.91104C6.07337 5.47263 6.1383 5.24842 6.21799 5.09202C6.40973 4.7157 6.7157 4.40974 7.09202 4.21799C7.24842 4.1383 7.47262 4.07338 7.91104 4.03756C7.94013 4.03518 7.96977 4.03295 8 4.03087V12C8 12.5523 8.44771 13 9 13C9.55229 13 10 12.5523 10 12V4L17.4 4.00001ZM7 18H17.657C17.5343 18.6699 17.5343 19.3301 17.657 20H7C6.44772 20 6 19.5523 6 19C6 18.4477 6.44772 18 7 18Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default BookBookmark\n", "import type { SVGProps } from \"react\"\nconst BookClock = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12 4C8.13401 4 5 7.13401 5 11C5 11.2972 5.01846 11.5896 5.05421 11.8763C5.12255 12.4243 4.73367 12.924 4.18563 12.9923C3.63759 13.0607 3.13792 12.6718 3.06958 12.1237C3.02362 11.7552 3 11.3801 3 11C3 6.02944 7.02944 2 12 2C16.9706 2 21 6.02944 21 11C21 11.3801 20.9764 11.7552 20.9304 12.1237C20.8621 12.6718 20.3624 13.0607 19.8144 12.9923C19.2663 12.924 18.8775 12.4243 18.9458 11.8763C18.9815 11.5896 19 11.2972 19 11C19 7.13401 15.866 4 12 4ZM12 6C12.5523 6 13 6.44772 13 7V11C13 11.5523 12.5523 12 12 12H9C8.44772 12 8 11.5523 8 11C8 10.4477 8.44772 10 9 10H11V7C11 6.44772 11.4477 6 12 6ZM3 18.5C3 16.5072 4.7034 15 6.66667 15H20.5C21.0523 15 21.5 15.4477 21.5 16C21.5 16.5523 21.0523 17 20.5 17H20.2177C19.9274 18.0236 19.9274 18.9764 20.2177 20H20.5C21.0523 20 21.5 20.4477 21.5 21C21.5 21.5523 21.0523 22 20.5 22H6.66667C4.7034 22 3 20.4928 3 18.5ZM18.16 20C17.9481 18.9927 17.9481 18.0073 18.16 17H6.66667C5.68442 17 5 17.7314 5 18.5C5 19.2686 5.68442 20 6.66667 20H18.16Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default BookClock\n", "import type { SVGProps } from \"react\"\nconst BookClosed = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M7 4a1 1 0 0 0-1 1v11.17c.313-.11.65-.17 1-.17h11V4H7Zm10.657 14H7a1 1 0 1 0 0 2h10.657a5.48 5.48 0 0 1 0-2ZM4 19V5a3 3 0 0 1 3-3h12a1 1 0 0 1 1 1v14a1 1 0 0 1-.078.386c-.476 1.14-.476 2.089 0 3.228A1 1 0 0 1 19 22H7a3 3 0 0 1-3-3Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default BookClosed\n", "import type { SVGProps } from \"react\"\nconst BookOpen = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M22 6.017c0-1.104-.907-2.037-2.049-2l-.594.025c-2.732.148-4.952.705-7.333 1.953l-.512.279-.087.054a1 1 0 0 0 .971 1.737l.092-.046.454-.246C15.195 6.59 17.26 6.106 20 6.016v11.837c-3.034.046-5.42.582-7.99 1.99l-.517.295-.086.056a1 1 0 0 0 1.009 1.715l.09-.047.455-.258c2.105-1.157 4.045-1.645 6.537-1.738l.543-.014a1.995 1.995 0 0 0 1.95-1.8l.009-.198V6.017Z\" />\n <path d=\"M2 6.017c0-1.104.907-2.037 2.049-2l.594.025c2.732.148 4.952.705 7.333 1.953l.512.279.087.054a1 1 0 0 1-.971 1.737l-.092-.046-.454-.246C8.805 6.59 6.74 6.106 4 6.016v11.837c3.034.046 5.42.582 7.99 1.99l.517.295.086.056a1 1 0 0 1-1.009 1.715l-.09-.047-.455-.258c-2.105-1.157-4.045-1.644-6.537-1.738l-.543-.014a1.995 1.995 0 0 1-1.95-1.8L2 17.855V6.017Z\" />\n <path d=\"M13 7.5v13h-2v-13h2Z\" />\n </svg>\n)\nexport default BookOpen\n", "import type { SVGProps } from \"react\"\nconst BookWrench = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M10.663 6.3872C10.8152 6.29068 11 6.40984 11 6.59007V8C11 8.55229 11.4477 9 12 9C12.5523 9 13 8.55229 13 8V6.59007C13 6.40984 13.1848 6.29068 13.337 6.3872C14.036 6.83047 14.5 7.61105 14.5 8.5C14.5 9.53284 13.8737 10.4194 12.9801 10.8006C12.9932 10.865 13 10.9317 13 11V13C13 13.5523 12.5523 14 12 14C11.4477 14 11 13.5523 11 13V11C11 10.9317 11.0068 10.865 11.0199 10.8006C10.1263 10.4194 9.5 9.53284 9.5 8.5C9.5 7.61105 9.96397 6.83047 10.663 6.3872Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M17.9754 4.01031C17.8588 4.00078 17.6965 4.00001 17.4 4.00001H9.8C8.94342 4.00001 8.36113 4.00078 7.91104 4.03756C7.47262 4.07338 7.24842 4.1383 7.09202 4.21799C6.7157 4.40974 6.40973 4.7157 6.21799 5.09202C6.1383 5.24842 6.07337 5.47263 6.03755 5.91104C6.00078 6.36113 6 6.94343 6 7.80001V16.1707C6.31278 16.0602 6.64937 16 7 16H18L18 4.60001C18 4.30348 17.9992 4.14122 17.9897 4.02464C17.9893 4.02 17.9889 4.0156 17.9886 4.01145C17.9844 4.01107 17.98 4.01069 17.9754 4.01031ZM17.657 18H7C6.44772 18 6 18.4477 6 19C6 19.5523 6.44772 20 7 20H17.657C17.5343 19.3301 17.5343 18.6699 17.657 18ZM4 19L4 7.75871C3.99999 6.95374 3.99998 6.28937 4.04419 5.74818C4.09012 5.18608 4.18868 4.66938 4.43597 4.18404C4.81947 3.43139 5.43139 2.81947 6.18404 2.43598C6.66937 2.18869 7.18608 2.09012 7.74818 2.0442C8.28937 1.99998 8.95373 1.99999 9.7587 2L17.4319 2C17.6843 1.99997 17.9301 1.99994 18.1382 2.01695C18.3668 2.03563 18.6366 2.07969 18.908 2.21799C19.2843 2.40974 19.5903 2.7157 19.782 3.09203C19.9203 3.36345 19.9644 3.63318 19.9831 3.86178C20.0001 4.06994 20 4.31574 20 4.56812L20 17C20 17.1325 19.9736 17.2638 19.9225 17.386C19.4458 18.5253 19.4458 19.4747 19.9225 20.614C20.0517 20.9227 20.0179 21.2755 19.8325 21.5541C19.6471 21.8326 19.3346 22 19 22H7C5.34315 22 4 20.6569 4 19Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default BookWrench\n", "import type { SVGProps } from \"react\"\nconst Boolean = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M15.2 3c.824 0 1.502-.001 2.052.044.562.046 1.08.144 1.564.392a4.001 4.001 0 0 1 1.748 1.748c.248.485.346 1.002.392 1.564.045.55.044 1.228.044 2.052v6.4c0 .824.001 1.502-.044 2.052-.046.562-.144 1.08-.392 1.564a4.002 4.002 0 0 1-1.748 1.748c-.485.248-1.002.346-1.564.392-.55.045-1.228.044-2.052.044H8.8c-.824 0-1.502.001-2.052-.044-.562-.046-1.08-.144-1.564-.392a4.001 4.001 0 0 1-1.748-1.748c-.248-.485-.346-1.002-.392-1.564C2.999 16.702 3 16.024 3 15.2V8.8c0-.824-.001-1.502.044-2.052.046-.562.144-1.08.392-1.564a4.001 4.001 0 0 1 1.748-1.748c.485-.248 1.002-.346 1.564-.392C7.298 2.999 7.976 3 8.8 3h6.4ZM8.8 5c-.857 0-1.439 0-1.889.037-.438.036-.663.101-.82.18a2 2 0 0 0-.873.875c-.08.156-.145.38-.18.82C5 7.361 5 7.942 5 8.8v6.4c0 .857 0 1.439.037 1.889.036.438.101.663.18.82a2 2 0 0 0 .369.505L18.414 5.586a2 2 0 0 0-.506-.368c-.156-.08-.38-.145-.82-.18C16.639 5 16.058 5 15.2 5H8.8Z\" />\n </svg>\n)\nexport default Boolean\n", "import type { SVGProps } from \"react\"\nconst Brain = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M14.8974 2.29998C15.8303 2.29013 16.802 2.58194 17.5566 3.22577C18.1589 3.73967 18.5845 4.44761 18.7451 5.31073C20.0159 5.68745 21.0027 6.50113 21.4482 7.6037C21.8952 8.70995 21.7263 9.93091 20.9902 10.9914C21.5775 11.9456 21.7666 13.1257 21.6757 14.2189C21.6886 14.283 21.6962 14.3493 21.6962 14.4172C21.6961 16.0908 20.757 17.5402 19.3808 18.2785C18.7896 20.2128 17.1855 21.4914 15.4599 21.6769C14.5141 21.7787 13.5339 21.5479 12.7128 20.9133C12.4502 20.7102 12.2116 20.4715 11.999 20.1994C11.7854 20.4727 11.5463 20.7126 11.2822 20.9162C10.4592 21.5506 9.47721 21.78 8.53022 21.676C6.80047 21.4857 5.19378 20.1976 4.6103 18.2521C3.32727 17.5234 2.6154 16.0905 2.38764 14.7404C2.18065 13.5132 2.32674 12.0996 3.00873 10.9914C2.2728 9.93104 2.10389 8.7098 2.55073 7.6037C2.99615 6.50129 3.98328 5.68752 5.25385 5.31073C5.41438 4.44772 5.84013 3.73967 6.44233 3.22577C7.19688 2.58201 8.16873 2.2902 9.10151 2.29998C10.0348 2.30984 11.0025 2.62141 11.7509 3.2785C11.8376 3.35461 11.9199 3.43566 11.999 3.51971C12.0783 3.43538 12.162 3.35484 12.249 3.2785C12.9972 2.62161 13.9643 2.3099 14.8974 2.29998ZM10.9999 6.17108C10.9998 5.5022 10.7533 5.06474 10.4306 4.78143C10.0884 4.48116 9.60157 4.30555 9.081 4.29998C8.55965 4.29448 8.07721 4.46058 7.74116 4.74725C7.42624 5.01593 7.18256 5.43636 7.18256 6.09393V6.12225C7.18544 6.6218 6.81963 7.04734 6.32514 7.11834C5.22327 7.27654 4.61609 7.83085 4.40522 8.35272C4.26751 8.69354 4.25234 9.13509 4.5058 9.61639C5.13533 9.26679 5.86003 9.06662 6.6308 9.06659C7.18307 9.06659 7.63077 9.51433 7.6308 10.0666C7.6308 10.6189 7.18309 11.0666 6.6308 11.0666C5.98117 11.0666 5.39367 11.3251 4.96284 11.7473C4.92842 11.781 4.89119 11.8103 4.85346 11.8381C4.39663 12.4129 4.18564 13.3773 4.35932 14.4074C4.55066 15.5418 5.13668 16.3609 5.82123 16.6213C6.14352 16.7438 6.38036 17.0242 6.44721 17.3625C6.7245 18.7647 7.77678 19.5806 8.74799 19.6877C9.2239 19.74 9.68087 19.6256 10.0615 19.3322C10.4299 19.0481 10.794 18.5409 10.9999 17.6867V6.17108ZM12.9999 17.6877C13.2056 18.54 13.5688 19.047 13.9365 19.3312C14.3162 19.6246 14.7714 19.7397 15.246 19.6887C15.8221 19.6267 16.4253 19.3131 16.8808 18.7775C16.3687 18.7272 15.881 18.5901 15.4345 18.3781C14.9357 18.1411 14.7229 17.544 14.9599 17.0451C15.197 16.5466 15.7933 16.3347 16.2919 16.5715C16.6002 16.7179 16.9461 16.8 17.3134 16.8C17.5725 16.8 17.8193 16.7562 18.0507 16.6808C18.0914 16.6584 18.1336 16.6381 18.1777 16.6213C18.8623 16.3609 19.4482 15.5419 19.6396 14.4074C19.8303 13.2768 19.5586 12.2249 19.0058 11.6808C18.8148 11.4929 18.707 11.236 18.707 10.968C18.707 10.7 18.8148 10.443 19.0058 10.2551C19.7383 9.53413 19.7916 8.84018 19.5947 8.35272C19.4539 8.00424 19.1357 7.64175 18.6122 7.39178C18.2868 8.40588 17.5605 9.23979 16.6191 9.70233C16.1235 9.94566 15.5237 9.74089 15.2802 9.2453C15.0368 8.74965 15.2416 8.14994 15.7373 7.90643C16.3692 7.59585 16.8006 6.94772 16.8007 6.20038C16.8007 6.148 16.8057 6.09628 16.8134 6.04608C16.802 5.41578 16.5659 5.0094 16.2587 4.74725C15.9227 4.46055 15.4403 4.29449 14.9189 4.29998C14.398 4.30549 13.9106 4.48092 13.5683 4.78143C13.286 5.02931 13.0623 5.39527 13.0107 5.93084L12.9999 6.17108V17.6877Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Brain\n", "import type { SVGProps } from \"react\"\nconst Branch = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M7.75 18C7.75 17.3096 7.19036 16.75 6.5 16.75C5.80964 16.75 5.25 17.3096 5.25 18C5.25 18.6904 5.80964 19.25 6.5 19.25C7.19036 19.25 7.75 18.6904 7.75 18ZM7.75 6C7.75 5.30964 7.19036 4.75 6.5 4.75C5.80964 4.75 5.25 5.30964 5.25 6C5.25 6.69036 5.80964 7.25 6.5 7.25C7.19036 7.25 7.75 6.69036 7.75 6ZM18.75 6C18.75 5.30964 18.1904 4.75 17.5 4.75C16.8096 4.75 16.25 5.30964 16.25 6C16.25 6.69036 16.8096 7.25 17.5 7.25C18.1904 7.25 18.75 6.69036 18.75 6ZM20.75 6C20.75 7.44586 19.8054 8.66989 18.5 9.0918V10C18.5 11.6569 17.1569 13 15.5 13H8.5C7.94772 13 7.5 13.4477 7.5 14V14.9072C8.80556 15.329 9.75 16.554 9.75 18C9.75 19.7949 8.29493 21.25 6.5 21.25C4.70507 21.25 3.25 19.7949 3.25 18C3.25 16.554 4.19444 15.329 5.5 14.9072V9.0918C4.19459 8.66989 3.25 7.44586 3.25 6C3.25 4.20507 4.70507 2.75 6.5 2.75C8.29493 2.75 9.75 4.20507 9.75 6C9.75 7.44586 8.80541 8.66989 7.5 9.0918V11.1738C7.81306 11.0631 8.149 11 8.5 11H15.5C16.0523 11 16.5 10.5523 16.5 10V9.0918C15.1946 8.66989 14.25 7.44586 14.25 6C14.25 4.20507 15.7051 2.75 17.5 2.75C19.2949 2.75 20.75 4.20507 20.75 6Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Branch\n", "import type { SVGProps } from \"react\"\nconst BranchAlt = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M19 14a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1h-5a1 1 0 1 1 0-2h2.495l-3.66-3.253a1 1 0 1 1 1.33-1.494L18 17.663V15a1 1 0 0 1 1-1Zm0-11a1 1 0 0 1 1 1v5a1 1 0 1 1-2 0V6.414l-4.605 4.607c-.59.588-.995 1.002-1.483 1.301a4.61 4.61 0 0 1-1.329.551c-.556.134-1.136.127-1.969.127H3a1 1 0 1 1 0-2h5.614c.928 0 1.23-.007 1.502-.072.265-.064.519-.168.751-.31.24-.147.456-.356 1.112-1.013L16.587 5H14a1 1 0 1 1 0-2h5Z\" />\n </svg>\n)\nexport default BranchAlt\n", "import type { SVGProps } from \"react\"\nconst Bug = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M9.5 13.5C10.3284 13.5 11 12.9404 11 12.25C11 11.5596 10.3284 11 9.5 11C8.67157 11 8 11.5596 8 12.25C8 12.9404 8.67157 13.5 9.5 13.5Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M13.5 16.5C13.5 17.6046 12.8284 18.5 12 18.5C11.1716 18.5 10.5 17.6046 10.5 16.5C10.5 15.3954 11.1716 14.5 12 14.5C12.8284 14.5 13.5 15.3954 13.5 16.5Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M14.5 13.5C15.3284 13.5 16 12.9404 16 12.25C16 11.5596 15.3284 11 14.5 11C13.6716 11 13 11.5596 13 12.25C13 12.9404 13.6716 13.5 14.5 13.5Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M10.1689 5.17703C10.7615 5.0609 11.3741 5 12 5C12.6259 5 13.2385 5.0609 13.8311 5.17703C14.2125 4.34087 14.7295 3.51088 15.3887 2.90913C16.0678 2.2891 16.9848 1.84347 18.0577 2.05199C19.0855 2.25177 19.9991 3.00672 20.8169 4.16677C21.1354 4.61856 21.0278 5.24335 20.5766 5.56226C20.1254 5.88118 19.5014 5.77346 19.183 5.32167C18.5007 4.35394 17.9768 4.07629 17.6766 4.01793C17.4212 3.9683 17.1195 4.03899 16.7362 4.38899C16.3912 4.70395 16.054 5.18667 15.7606 5.77733C18.8328 7.11381 21 10.0398 21 13.5C21 18.2542 16.9088 22 12 22C7.09121 22 3 18.2542 3 13.5C3 10.0398 5.16716 7.11381 8.2394 5.77733C7.946 5.18667 7.60881 4.70395 7.26383 4.38899C6.88046 4.03899 6.57876 3.9683 6.32345 4.01793C6.02318 4.07629 5.49926 4.35394 4.81705 5.32167C4.49855 5.77346 3.87459 5.88118 3.4234 5.56226C2.9722 5.24335 2.86462 4.61856 3.18312 4.16677C4.00091 3.00672 4.91449 2.25177 5.94234 2.05199C7.01515 1.84347 7.9322 2.2891 8.61134 2.90913C9.27045 3.51088 9.78747 4.34087 10.1689 5.17703ZM12 7C11.6011 7 11.2111 7.03063 10.8322 7.08936C10.8946 7.34259 10.9462 7.59208 10.9865 7.83391C11.0773 8.3794 10.7093 8.8953 10.1645 8.98622C9.61971 9.07713 9.10448 8.70863 9.01369 8.16314C8.98674 8.00125 8.95305 7.83368 8.91295 7.6627C6.57573 8.73108 5 10.9719 5 13.5C5 17.03 8.07223 20 12 20C15.9278 20 19 17.03 19 13.5C19 10.9719 17.4243 8.73108 15.0871 7.6627C15.0469 7.83368 15.0133 8.00125 14.9863 8.16314C14.8955 8.70863 14.3803 9.07713 13.8355 8.98622C13.2907 8.8953 12.9227 8.3794 13.0135 7.83391C13.0538 7.59208 13.1054 7.34259 13.1678 7.08936C12.7889 7.03063 12.3989 7 12 7Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Bug\n", "import type { SVGProps } from \"react\"\nconst BuilderProfileCard = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M14 12.5C14 13.6046 13.1046 14.5 12 14.5C10.8954 14.5 10 13.6046 10 12.5C10 11.3954 10.8954 10.5 12 10.5C13.1046 10.5 14 11.3954 14 12.5Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12 17.25C11.7265 17.25 11.3187 17.3872 10.6823 17.9811C10.2786 18.3579 9.64578 18.3361 9.26895 17.9323C8.89212 17.5286 8.91394 16.8958 9.31769 16.5189C10.1099 15.7795 10.9878 15.25 12 15.25C13.0122 15.25 13.8901 15.7795 14.6823 16.5189C15.0861 16.8958 15.1079 17.5286 14.7311 17.9323C14.3542 18.3361 13.7214 18.3579 13.3177 17.9811C12.6814 17.3871 12.2735 17.25 12 17.25Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M9.7587 2H14.2413C15.0463 1.99999 15.7106 1.99998 16.2518 2.04419C16.8139 2.09012 17.3306 2.18868 17.816 2.43597C18.5686 2.81947 19.1805 3.43139 19.564 4.18404C19.8113 4.66937 19.9099 5.18608 19.9558 5.74817C20 6.28938 20 6.95374 20 7.75873V16.2413C20 17.0463 20 17.7106 19.9558 18.2518C19.9099 18.8139 19.8113 19.3306 19.564 19.816C19.1805 20.5686 18.5686 21.1805 17.816 21.564C17.3306 21.8113 16.8139 21.9099 16.2518 21.9558C15.7106 22 15.0463 22 14.2413 22H9.75868C8.95372 22 8.28936 22 7.74818 21.9558C7.18608 21.9099 6.66937 21.8113 6.18404 21.564C5.43139 21.1805 4.81947 20.5686 4.43597 19.816C4.18868 19.3306 4.09012 18.8139 4.04419 18.2518C3.99998 17.7106 3.99999 17.0463 4 16.2413V7.7587C3.99999 6.95373 3.99998 6.28937 4.04419 5.74817C4.09012 5.18608 4.18868 4.66937 4.43597 4.18404C4.81947 3.43139 5.43139 2.81947 6.18404 2.43597C6.66937 2.18868 7.18608 2.09012 7.74817 2.04419C8.28937 1.99998 8.95373 1.99999 9.7587 2ZM7.91104 4.03755C7.47262 4.07337 7.24842 4.1383 7.09202 4.21799C6.7157 4.40973 6.40973 4.7157 6.21799 5.09202C6.1383 5.24842 6.07337 5.47262 6.03755 5.91104C6.00078 6.36113 6 6.94342 6 7.8V16.2C6 17.0566 6.00078 17.6389 6.03755 18.089C6.07337 18.5274 6.1383 18.7516 6.21799 18.908C6.40973 19.2843 6.7157 19.5903 7.09202 19.782C7.24842 19.8617 7.47262 19.9266 7.91104 19.9624C8.36113 19.9992 8.94342 20 9.8 20H14.2C15.0566 20 15.6389 19.9992 16.089 19.9624C16.5274 19.9266 16.7516 19.8617 16.908 19.782C17.2843 19.5903 17.5903 19.2843 17.782 18.908C17.8617 18.7516 17.9266 18.5274 17.9624 18.089C17.9992 17.6389 18 17.0566 18 16.2V7.8C18 6.94342 17.9992 6.36113 17.9624 5.91104C17.9266 5.47262 17.8617 5.24842 17.782 5.09202C17.5903 4.7157 17.2843 4.40973 16.908 4.21799C16.7516 4.1383 16.5274 4.07337 16.089 4.03755C15.6389 4.00078 15.0566 4 14.2 4H9.8C8.94342 4 8.36113 4.00078 7.91104 4.03755ZM9 7C9 6.44772 9.44772 6 10 6H14C14.5523 6 15 6.44772 15 7C15 7.55229 14.5523 8 14 8H10C9.44772 8 9 7.55229 9 7Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default BuilderProfileCard\n", "import type { SVGProps } from \"react\"\nconst BuildingWorkspace = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M3 6C3 4.34315 4.34315 3 6 3H12C13.6569 3 15 4.34315 15 6V7H18C19.6569 7 21 8.34315 21 10V19H22C22.5523 19 23 19.4477 23 20C23 20.5523 22.5523 21 22 21H2C1.44772 21 1 20.5523 1 20C1 19.4477 1.44772 19 2 19H3V6ZM5 19H8V17C8 16.4477 8.44772 16 9 16C9.55228 16 10 16.4477 10 17V19H13V6C13 5.44772 12.5523 5 12 5H6C5.44772 5 5 5.44772 5 6V19ZM15 19H19V10C19 9.44772 18.5523 9 18 9H15V19Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default BuildingWorkspace\n", "import type { SVGProps } from \"react\"\nconst Business = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12.5001 3.44336C12.1907 3.26473 11.8095 3.26473 11.5001 3.44336L4.83984 7.28866C4.53044 7.46729 4.33984 7.79742 4.33984 8.15469V15.8453C4.33984 16.2026 4.53044 16.5327 4.83984 16.7113L11.5001 20.5566C11.8095 20.7352 12.1907 20.7352 12.5001 20.5566L19.1604 16.7113C19.4698 16.5327 19.6604 16.2026 19.6604 15.8453V8.15469C19.6604 7.79742 19.4698 7.46729 19.1604 7.28866L12.5001 3.44336ZM10.5001 1.71131C11.4283 1.17541 12.5719 1.17541 13.5001 1.71131L20.1604 5.55661C21.0886 6.09251 21.6604 7.08289 21.6604 8.15469V15.8453C21.6604 16.9171 21.0886 17.9075 20.1604 18.4434L13.5001 22.2887C12.5719 22.8246 11.4283 22.8246 10.5001 22.2887L3.83984 18.4434C2.91164 17.9075 2.33984 16.9171 2.33984 15.8453V8.15469C2.33984 7.08289 2.91164 6.09251 3.83984 5.55661L10.5001 1.71131Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12.0018 7.49999C12.3204 7.50057 12.5882 7.74059 12.624 8.05721C12.8448 10.0065 13.9499 11.2001 15.9287 11.376C16.2526 11.4047 16.5004 11.6766 16.5 12.0017C16.4994 12.3267 16.2507 12.5977 15.927 12.6258C13.9765 12.7948 12.7948 13.9765 12.6258 15.9269C12.5978 16.2507 12.3267 16.4994 12.0018 16.5C11.6766 16.5003 11.4047 16.2526 11.376 15.9287C11.2001 13.9499 10.0065 12.8448 8.05723 12.624C7.74061 12.5881 7.50059 12.3203 7.5 12.0017C7.49968 11.6831 7.73898 11.4145 8.05547 11.3777C10.0329 11.1496 11.1497 10.0329 11.3777 8.05546C11.4145 7.73895 11.6831 7.49966 12.0018 7.49999Z\"\n fill=\"black\"\n />\n </svg>\n)\nexport default Business\n", "import type { SVGProps } from \"react\"\nconst BusinessFilled = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M13.5001 1.71131C12.5719 1.17541 11.4283 1.17541 10.5001 1.71131L3.83984 5.55661C2.91164 6.09251 2.33984 7.08289 2.33984 8.15469V15.8453C2.33984 16.9171 2.91164 17.9075 3.83984 18.4434L10.5001 22.2887C11.4283 22.8246 12.5719 22.8246 13.5001 22.2887L20.1604 18.4434C21.0886 17.9075 21.6604 16.9171 21.6604 15.8453V8.15469C21.6604 7.08289 21.0886 6.09251 20.1604 5.55661L13.5001 1.71131ZM12.0018 7.49999C12.3204 7.50057 12.5882 7.74059 12.624 8.05721C12.8448 10.0065 13.9499 11.2001 15.9287 11.376C16.2526 11.4047 16.5004 11.6766 16.5 12.0017C16.4994 12.3267 16.2507 12.5977 15.927 12.6258C13.9765 12.7948 12.7948 13.9765 12.6258 15.9269C12.5978 16.2507 12.3267 16.4994 12.0018 16.5C11.6766 16.5003 11.4047 16.2526 11.376 15.9287C11.2001 13.9499 10.0065 12.8448 8.05723 12.624C7.74061 12.5881 7.50059 12.3203 7.5 12.0017C7.49968 11.6831 7.73898 11.4145 8.05547 11.3777C10.0329 11.1496 11.1497 10.0329 11.3777 8.05546C11.4145 7.73895 11.6831 7.49966 12.0018 7.49999Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default BusinessFilled\n", "import type { SVGProps } from \"react\"\nconst Cabinet = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M4.83 4.106A2 2 0 0 1 6.617 3h10.764a2 2 0 0 1 1.789 1.106l1.618 3.236a2 2 0 0 1 .211.894V18a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V8.236a2 2 0 0 1 .211-.894L4.83 4.106ZM17.381 5H6.618l-1 2h12.764l-1-2ZM19 9H5v9a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V9ZM9 12a1 1 0 0 1 1-1h4a1 1 0 0 1 0 2h-4a1 1 0 0 1-1-1Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default Cabinet\n", "import type { SVGProps } from \"react\"\nconst Calendar = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M19 11H5v7l.005.102A1 1 0 0 0 6 19h12a1 1 0 0 0 1-1v-7Zm0-4a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v2h14V7Zm2 11a3 3 0 0 1-3 3H6a3 3 0 0 1-2.996-2.846L3 18V7a3 3 0 0 1 3-3h1V3a1 1 0 0 1 2 0v1h6V3a1 1 0 1 1 2 0v1h1a3 3 0 0 1 3 3v11Z\" />\n </svg>\n)\nexport default Calendar\n", "import type { SVGProps } from \"react\"\nconst CalendarAlt = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M8 2a1 1 0 0 1 1 1h6a1 1 0 1 1 2 0v.009c.313.007.598.02.856.044.521.05 1.004.15 1.46.383a4 4 0 0 1 1.748 1.748c.247.485.346 1.002.392 1.564.044.541.044 1.206.044 2.01v5.356c0 .635 0 1.114-.11 1.577a4 4 0 0 1-.48 1.156c-.248.406-.587.745-1.037 1.194l-.072.072-1.188 1.188-.072.072c-.449.45-.788.789-1.194 1.038a4 4 0 0 1-1.156.479c-.463.11-.942.11-1.577.11H8.259c-.805 0-1.47 0-2.01-.044-.563-.046-1.08-.145-1.565-.392a4 4 0 0 1-1.748-1.748c-.247-.485-.346-1.002-.392-1.564-.044-.541-.044-1.206-.044-2.01V8.758c0-.805 0-1.47.044-2.01.046-.563.145-1.08.392-1.565a4 4 0 0 1 1.748-1.748c.456-.232.939-.333 1.46-.383.259-.024.543-.037.856-.044V3a1 1 0 0 1 1-1ZM7 5.01a9.674 9.674 0 0 0-.666.034c-.388.037-.596.1-.742.174a2 2 0 0 0-.874.874c-.08.156-.145.38-.18.819C4.5 7.361 4.5 7.943 4.5 8.8v6.4c0 .857 0 1.439.038 1.889.035.438.1.663.18.819a2 2 0 0 0 .874.874c.156.08.38.145.819.18C6.861 19 7.443 19 8.3 19H14v-1a4 4 0 0 1 4-4h1c.182 0 .353.049.5.134V8.8c0-.857 0-1.439-.038-1.889-.035-.438-.1-.663-.18-.819a2 2 0 0 0-.874-.874c-.146-.075-.354-.137-.742-.174A9.678 9.678 0 0 0 17 5.01V6a1 1 0 1 1-2 0V5H9v1a1 1 0 1 1-2 0v-.99Zm12.062 10.988A.968.968 0 0 1 19 16h-1a2 2 0 0 0-2 2v.857c.105-.042.206-.093.302-.152.179-.109.344-.265.897-.818l1.188-1.188c.363-.363.555-.559.675-.7Z\" />\n </svg>\n)\nexport default CalendarAlt\n", "import type { SVGProps } from \"react\"\nconst CalendarToday = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M8 2C8.55229 2 9 2.44772 9 3H15C15 2.44772 15.4477 2 16 2C16.5523 2 17 2.44772 17 3V3.0085C17.3129 3.01563 17.5975 3.02883 17.8556 3.05335C18.3774 3.10292 18.8601 3.20369 19.316 3.43597C20.0686 3.81947 20.6805 4.43139 21.064 5.18404C21.3113 5.66937 21.4099 6.18608 21.4558 6.74817C21.5 7.28936 21.5 7.95372 21.5 8.75868V14.0118C21.5 14.0462 21.5 14.0801 21.5 14.1136C21.5003 14.7486 21.5006 15.2284 21.3895 15.6911C21.2915 16.0993 21.1299 16.4895 20.9106 16.8474C20.6619 17.2531 20.3225 17.5922 19.8733 18.041C19.8496 18.0647 19.8255 18.0887 19.8012 18.113L18.613 19.3012C18.5887 19.3255 18.5647 19.3495 18.541 19.3733C18.0922 19.8225 17.7531 20.1619 17.3474 20.4106C16.9895 20.6299 16.5993 20.7915 16.1911 20.8895C15.7284 21.0006 15.2486 21.0003 14.6136 21C14.5801 21 14.5462 21 14.5118 21H8.25868C7.45372 21 6.78936 21 6.24818 20.9558C5.68608 20.9099 5.16937 20.8113 4.68404 20.564C3.93139 20.1805 3.31947 19.5686 2.93597 18.816C2.68868 18.3306 2.59012 17.8139 2.54419 17.2518C2.49998 16.7106 2.49999 16.0463 2.5 15.2413V8.7587C2.49999 7.95373 2.49998 7.28937 2.54419 6.74817C2.59012 6.18608 2.68868 5.66937 2.93597 5.18404C3.31947 4.43139 3.93139 3.81947 4.68404 3.43597C5.13993 3.20369 5.62264 3.10292 6.14437 3.05335C6.40251 3.02883 6.68711 3.01563 7 3.0085V3C7 2.44772 7.44772 2 8 2ZM7 5.00905C6.74249 5.01544 6.52466 5.02623 6.33353 5.04439C5.9455 5.08125 5.73848 5.14336 5.59202 5.21799C5.2157 5.40973 4.90973 5.7157 4.71799 6.09202C4.6383 6.24842 4.57337 6.47262 4.53755 6.91104C4.50078 7.36113 4.5 7.94342 4.5 8.8V15.2C4.5 16.0566 4.50078 16.6389 4.53755 17.089C4.57337 17.5274 4.6383 17.7516 4.71799 17.908C4.90973 18.2843 5.2157 18.5903 5.59202 18.782C5.74842 18.8617 5.97262 18.9266 6.41104 18.9624C6.86113 18.9992 7.44342 19 8.3 19H14V18C14 15.7909 15.7909 14 18 14H19C19.1821 14 19.3529 14.0487 19.4999 14.1337C19.5 14.0947 19.5 14.054 19.5 14.0118V8.8C19.5 7.94342 19.4992 7.36113 19.4624 6.91104C19.4266 6.47262 19.3617 6.24842 19.282 6.09202C19.0903 5.71569 18.7843 5.40973 18.408 5.21799C18.2615 5.14336 18.0545 5.08125 17.6665 5.04439C17.4753 5.02623 17.2575 5.01544 17 5.00905V6C17 6.55228 16.5523 7 16 7C15.4477 7 15 6.55228 15 6V5H9V6C9 6.55228 8.55229 7 8 7C7.44772 7 7 6.55228 7 6V5.00905ZM19.0616 15.9981C19.0412 15.9994 19.0207 16 19 16H18C16.8954 16 16 16.8954 16 18V18.857C16.1047 18.8151 16.2059 18.7644 16.3024 18.7053C16.4807 18.596 16.6463 18.4395 17.1988 17.887L18.387 16.6988C18.7495 16.3363 18.9415 16.1404 19.0616 15.9981Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default CalendarToday\n", "import type { SVGProps } from \"react\"\nconst Camera = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M12 4a3 3 0 0 0-2.6 1.5 1 1 0 0 1-.865.5H5a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1h-3.535a1 1 0 0 1-.866-.5A2.998 2.998 0 0 0 12 4ZM8 4a4.993 4.993 0 0 1 4-2 4.99 4.99 0 0 1 4 2h3a3 3 0 0 1 3 3v11a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3h3Zm4 6a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-4 2a4 4 0 1 1 8 0 4 4 0 0 1-8 0Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default Camera\n", "import type { SVGProps } from \"react\"\nconst CameraFilledPhoto = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M7.99973 4C8.91084 2.78702 10.363 2 12 2C13.6369 2 15.0891 2.78702 16.0002 4L16.2413 4C17.0463 3.99999 17.7106 3.99998 18.2518 4.04419C18.8139 4.09012 19.3306 4.18868 19.816 4.43597C20.5686 4.81947 21.1805 5.43139 21.564 6.18404C21.8113 6.66937 21.9099 7.18608 21.9558 7.74817C22 8.28936 22 8.95372 22 9.75868V15.2413C22 16.0463 22 16.7106 21.9558 17.2518C21.9099 17.8139 21.8113 18.3306 21.564 18.816C21.1805 19.5686 20.5686 20.1805 19.816 20.564C19.3306 20.8113 18.8139 20.9099 18.2518 20.9558C17.7106 21 17.0463 21 16.2413 21H7.75868C6.95372 21 6.28937 21 5.74818 20.9558C5.18608 20.9099 4.66938 20.8113 4.18404 20.564C3.43139 20.1805 2.81947 19.5686 2.43598 18.816C2.18868 18.3306 2.09012 17.8139 2.0442 17.2518C1.99998 16.7106 1.99999 16.0463 2 15.2413V9.75868C1.99999 8.95373 1.99998 8.28936 2.0442 7.74817C2.09012 7.18608 2.18868 6.66937 2.43598 6.18404C2.81947 5.43139 3.43139 4.81947 4.18404 4.43597C4.66938 4.18868 5.18608 4.09012 5.74818 4.04419C6.28937 3.99998 6.95373 3.99999 7.7587 4L7.99973 4ZM12 15.75C13.933 15.75 15.5 14.183 15.5 12.25C15.5 10.317 13.933 8.75 12 8.75C10.067 8.75 8.5 10.317 8.5 12.25C8.5 14.183 10.067 15.75 12 15.75Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default CameraFilledPhoto\n", "import type { SVGProps } from \"react\"\nconst CameraPhoto = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12 4C10.8908 4 9.92091 4.60141 9.40069 5.50073C9.22194 5.80972 8.89205 6 8.53508 6H7.8C6.94342 6 6.36113 6.00078 5.91104 6.03755C5.47262 6.07337 5.24842 6.1383 5.09202 6.21799C4.7157 6.40973 4.40973 6.71569 4.21799 7.09202C4.1383 7.24842 4.07337 7.47262 4.03755 7.91104C4.00078 8.36113 4 8.94342 4 9.8V15.2C4 16.0566 4.00078 16.6389 4.03755 17.089C4.07337 17.5274 4.1383 17.7516 4.21799 17.908C4.40973 18.2843 4.7157 18.5903 5.09202 18.782C5.24842 18.8617 5.47262 18.9266 5.91104 18.9624C6.36113 18.9992 6.94342 19 7.8 19H16.2C17.0566 19 17.6389 18.9992 18.089 18.9624C18.5274 18.9266 18.7516 18.8617 18.908 18.782C19.2843 18.5903 19.5903 18.2843 19.782 17.908C19.8617 17.7516 19.9266 17.5274 19.9624 17.089C19.9992 16.6389 20 16.0566 20 15.2V9.8C20 8.94342 19.9992 8.36113 19.9624 7.91104C19.9266 7.47262 19.8617 7.24842 19.782 7.09202C19.5903 6.71569 19.2843 6.40973 18.908 6.21799C18.7516 6.1383 18.5274 6.07337 18.089 6.03755C17.6389 6.00078 17.0566 6 16.2 6H15.4648C15.1079 6 14.778 5.80972 14.5992 5.50073C14.079 4.60141 13.1091 4 12 4ZM7.99973 4C8.91084 2.78702 10.363 2 12 2C13.6369 2 15.0891 2.78702 16.0002 4L16.2413 4C17.0463 3.99999 17.7106 3.99998 18.2518 4.04419C18.8139 4.09012 19.3306 4.18868 19.816 4.43597C20.5686 4.81947 21.1805 5.43139 21.564 6.18404C21.8113 6.66937 21.9099 7.18608 21.9558 7.74817C22 8.28936 22 8.95372 22 9.75868V15.2413C22 16.0463 22 16.7106 21.9558 17.2518C21.9099 17.8139 21.8113 18.3306 21.564 18.816C21.1805 19.5686 20.5686 20.1805 19.816 20.564C19.3306 20.8113 18.8139 20.9099 18.2518 20.9558C17.7106 21 17.0463 21 16.2413 21H7.75868C6.95372 21 6.28936 21 5.74817 20.9558C5.18608 20.9099 4.66937 20.8113 4.18404 20.564C3.43139 20.1805 2.81947 19.5686 2.43597 18.816C2.18868 18.3306 2.09012 17.8139 2.04419 17.2518C1.99998 16.7106 1.99999 16.0463 2 15.2413V9.7587C1.99999 8.95373 1.99998 8.28937 2.04419 7.74817C2.09012 7.18608 2.18868 6.66937 2.43597 6.18404C2.81947 5.43139 3.43139 4.81947 4.18404 4.43597C4.66937 4.18868 5.18608 4.09012 5.74817 4.04419C6.28937 3.99998 6.95373 3.99999 7.7587 4L7.99973 4ZM12 10C10.7573 10 9.74995 11.0074 9.74995 12.25C9.74995 13.4926 10.7573 14.5 12 14.5C13.2426 14.5 14.25 13.4926 14.25 12.25C14.25 11.0074 13.2426 10 12 10ZM7.74995 12.25C7.74995 9.90279 9.65274 8 12 8C14.3472 8 16.25 9.90279 16.25 12.25C16.25 14.5972 14.3472 16.5 12 16.5C9.65274 16.5 7.74995 14.5972 7.74995 12.25Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default CameraPhoto\n", "import type { SVGProps } from \"react\"\nconst CaptionCcOff = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M20 8.79981C20 7.94342 19.9997 7.36117 19.9629 6.91113C19.936 6.58253 19.8924 6.37418 19.8389 6.22461L19.7822 6.0918C19.6145 5.76256 19.3592 5.48707 19.0459 5.29492L18.9082 5.21778C18.7518 5.13809 18.5273 5.07293 18.0889 5.03711C17.6388 5.00035 17.0566 5 16.2002 5H7.79981C6.94342 5 6.36117 5.00035 5.91113 5.03711C5.58253 5.06396 5.37418 5.10762 5.22461 5.16113L5.0918 5.21778C4.76256 5.38555 4.48707 5.64085 4.29492 5.9541L4.21778 6.0918C4.13809 6.2482 4.07293 6.47272 4.03711 6.91113C4.00035 7.36117 4 7.94342 4 8.79981V15.2002C4 16.0566 4.00035 16.6388 4.03711 17.0889C4.07293 17.5273 4.13809 17.7518 4.21778 17.9082L4.29492 18.0459C4.48707 18.3592 4.76256 18.6145 5.0918 18.7822L5.22461 18.8389C5.37418 18.8924 5.58253 18.936 5.91113 18.9629C6.36117 18.9997 6.94342 19 7.79981 19H16.2002C17.0566 19 17.6388 18.9997 18.0889 18.9629C18.5273 18.9271 18.7518 18.8619 18.9082 18.7822L19.0459 18.7051C19.3592 18.5129 19.6145 18.2374 19.7822 17.9082L19.8389 17.7754C19.8924 17.6258 19.936 17.4175 19.9629 17.0889C19.9997 16.6388 20 16.0566 20 15.2002V8.79981ZM5.5 12C5.5 10.0808 6.86111 8.25 8.85352 8.25C9.76062 8.25011 10.5592 8.64968 11.1397 9.25391L11.2529 9.37793L11.3164 9.45801C11.6097 9.87147 11.5481 10.4484 11.1582 10.7891C10.7682 11.1296 10.1886 11.1127 9.81836 10.7666L9.74707 10.6934L9.64649 10.5889C9.40642 10.3608 9.12855 10.2501 8.85352 10.25C8.24672 10.25 7.5 10.8816 7.5 12C7.5 13.1184 8.24672 13.75 8.85352 13.75C9.16774 13.7499 9.48607 13.6055 9.74707 13.3066L9.81836 13.2334C10.1886 12.8873 10.7682 12.8704 11.1582 13.2109C11.574 13.5742 11.6161 14.2061 11.2529 14.6221L11.1397 14.7461C10.5592 15.3503 9.76062 15.7499 8.85352 15.75C6.86111 15.75 5.5 13.9192 5.5 12ZM12.25 12C12.25 10.0808 13.6111 8.25 15.6035 8.25C16.5106 8.25011 17.3092 8.64968 17.8897 9.25391L18.0029 9.37793L18.0664 9.45801C18.3597 9.87147 18.2981 10.4484 17.9082 10.7891C17.5182 11.1296 16.9386 11.1127 16.5684 10.7666L16.4971 10.6934L16.3965 10.5889C16.1564 10.3608 15.8785 10.2501 15.6035 10.25C14.9967 10.25 14.25 10.8816 14.25 12C14.25 13.1184 14.9967 13.75 15.6035 13.75C15.9177 13.7499 16.2361 13.6055 16.4971 13.3066L16.5684 13.2334C16.9386 12.8873 17.5182 12.8704 17.9082 13.2109C18.324 13.5742 18.3661 14.2061 18.0029 14.6221L17.8897 14.7461C17.3092 15.3503 16.5106 15.7499 15.6035 15.75C13.6111 15.75 12.25 13.9192 12.25 12ZM22 15.2002C22 16.0237 22.001 16.7016 21.9561 17.252C21.9159 17.7438 21.8356 18.2011 21.6504 18.6328L21.5645 18.8164C21.2289 19.4749 20.7183 20.0259 20.0918 20.4102L19.8164 20.5645C19.3311 20.8117 18.814 20.9101 18.252 20.9561C17.7016 21.001 17.0237 21 16.2002 21H7.79981C6.97632 21 6.29843 21.001 5.74805 20.9561C5.2562 20.9159 4.79892 20.8356 4.36719 20.6504L4.1836 20.5645C3.52513 20.2289 2.97414 19.7183 2.58985 19.0918L2.43555 18.8164C2.18827 18.3311 2.08988 17.814 2.04395 17.252C1.99898 16.7016 2 16.0237 2 15.2002V8.79981C2 7.97632 1.99898 7.29843 2.04395 6.74805C2.08988 6.18599 2.18827 5.6689 2.43555 5.1836L2.58985 4.90821C2.97414 4.2817 3.52513 3.7711 4.1836 3.43555L4.36719 3.34961C4.79892 3.16442 5.2562 3.08414 5.74805 3.04395C6.29843 2.99898 6.97632 3 7.79981 3H16.2002C17.0237 3 17.7016 2.99898 18.252 3.04395C18.814 3.08988 19.3311 3.18827 19.8164 3.43555L20.0918 3.58985C20.7183 3.97414 21.2289 4.52513 21.5645 5.1836L21.6504 5.36719C21.8356 5.79892 21.9159 6.2562 21.9561 6.74805C22.001 7.29843 22 7.97632 22 8.79981V15.2002Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default CaptionCcOff\n", "import type { SVGProps } from \"react\"\nconst CaptionCcOn = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M16.2002 3C17.0237 3 17.7016 2.99898 18.252 3.04395C18.814 3.08988 19.3311 3.18828 19.8164 3.43555L20.0918 3.58985C20.7183 3.97413 21.2289 4.52513 21.5645 5.1836C21.8117 5.6689 21.9101 6.186 21.9561 6.74805C22.001 7.29843 22 7.97632 22 8.79981V15.2002C22 16.0237 22.001 16.7016 21.9561 17.252C21.9159 17.7438 21.8356 18.2011 21.6504 18.6328L21.5645 18.8164C21.2289 19.4749 20.7183 20.0259 20.0918 20.4102L19.8164 20.5645C19.3311 20.8117 18.814 20.9101 18.252 20.9561C17.7016 21.001 17.0237 21 16.2002 21H7.79981C6.97632 21 6.29843 21.001 5.74805 20.9561C5.2562 20.9159 4.79892 20.8356 4.36719 20.6504L4.1836 20.5645C3.52513 20.2289 2.97413 19.7183 2.58985 19.0918L2.43555 18.8164C2.18828 18.3311 2.08988 17.814 2.04395 17.252C1.99898 16.7016 2 16.0237 2 15.2002V8.79981C2 7.97632 1.99898 7.29843 2.04395 6.74805C2.08988 6.18599 2.18827 5.6689 2.43555 5.1836C2.81902 4.43109 3.43109 3.81902 4.1836 3.43555C4.6689 3.18827 5.18599 3.08988 5.74805 3.04395C6.29843 2.99898 6.97632 3 7.79981 3H16.2002ZM8.60352 8.25C6.61111 8.25 5.25 10.0808 5.25 12C5.25 13.9192 6.61111 15.75 8.60352 15.75C9.51062 15.7499 10.3092 15.3503 10.8897 14.7461L11.0029 14.6221C11.3661 14.2061 11.324 13.5742 10.9082 13.2109C10.5182 12.8704 9.93861 12.8873 9.56836 13.2334L9.49707 13.3066C9.23607 13.6055 8.91774 13.7499 8.60352 13.75C7.99672 13.75 7.25 13.1184 7.25 12C7.25 10.8816 7.99672 10.25 8.60352 10.25C8.87855 10.2501 9.15642 10.3608 9.39649 10.5889L9.49707 10.6934L9.56836 10.7666C9.93861 11.1127 10.5182 11.1296 10.9082 10.7891C11.2981 10.4484 11.3597 9.87147 11.0664 9.45801L11.0029 9.37793L10.8897 9.25391C10.3092 8.64968 9.51062 8.25011 8.60352 8.25ZM15.8535 8.25C13.8611 8.25 12.5 10.0808 12.5 12C12.5 13.9192 13.8611 15.75 15.8535 15.75C16.7606 15.7499 17.5592 15.3503 18.1397 14.7461L18.2529 14.6221C18.6161 14.2061 18.574 13.5742 18.1582 13.2109C17.7682 12.8704 17.1886 12.8873 16.8184 13.2334L16.7471 13.3066C16.4861 13.6055 16.1677 13.7499 15.8535 13.75C15.2467 13.75 14.5 13.1184 14.5 12C14.5 10.8816 15.2467 10.25 15.8535 10.25C16.1285 10.2501 16.4064 10.3608 16.6465 10.5889L16.7471 10.6934L16.8184 10.7666C17.1886 11.1127 17.7682 11.1296 18.1582 10.7891C18.5481 10.4484 18.6097 9.87147 18.3164 9.45801L18.2529 9.37793L18.1397 9.25391C17.5592 8.64968 16.7606 8.25011 15.8535 8.25Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default CaptionCcOn\n", "import type { SVGProps } from \"react\"\nconst CaptionOff = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M1.29298 1.29298C1.65909 0.926863 2.2381 0.904269 2.63087 1.22462L2.70704 1.29298L22.707 21.293L22.7754 21.3692C23.0958 21.7619 23.0732 22.3409 22.707 22.707C22.3409 23.0732 21.7619 23.0958 21.3692 22.7754L21.293 22.707L19.3418 20.7559C18.9964 20.8665 18.6351 20.9248 18.252 20.9561C17.7016 21.001 17.0237 21 16.2002 21H7.79981C6.97632 21 6.29844 21.001 5.74806 20.9561C5.25621 20.9159 4.79893 20.8356 4.3672 20.6504L4.1836 20.5645C3.52513 20.2289 2.97414 19.7183 2.58985 19.0918L2.43556 18.8164C2.18828 18.3311 2.08988 17.814 2.04396 17.252C1.99899 16.7016 2.00001 16.0237 2.00001 15.2002V8.79981C2.00001 7.97632 1.99899 7.29844 2.04396 6.74806C2.08988 6.186 2.18828 5.66891 2.43556 5.1836L2.54786 4.9795C2.67138 4.76846 2.81406 4.57046 2.97267 4.38673L1.29298 2.70704L1.22462 2.63087C0.904269 2.2381 0.926863 1.65909 1.29298 1.29298ZM12.25 15C12.8023 15 13.25 15.4477 13.25 16C13.25 16.5523 12.8023 17 12.25 17H7.00001C6.44772 17 6.00001 16.5523 6.00001 16C6.00001 15.4477 6.44772 15 7.00001 15H12.25ZM20 16V8.79981C20 7.94342 19.9997 7.36118 19.9629 6.91114C19.9361 6.58254 19.8924 6.37419 19.8389 6.22462L19.7822 6.09181C19.6145 5.76257 19.3592 5.48708 19.0459 5.29493L18.9082 5.21778C18.7518 5.13809 18.5273 5.07294 18.0889 5.03712C17.6388 5.00036 17.0566 5.00001 16.2002 5.00001H9.00001C8.44772 5.00001 8.00001 4.55229 8.00001 4.00001C8.00001 3.44773 8.44772 3.00001 9.00001 3.00001H16.2002C17.0237 3.00001 17.7016 2.99899 18.252 3.04396C18.814 3.08988 19.3311 3.18828 19.8164 3.43556L20.0918 3.58985C20.7183 3.97414 21.2289 4.52513 21.5645 5.1836L21.6504 5.3672C21.8356 5.79893 21.9159 6.25621 21.9561 6.74806C22.001 7.29844 22 7.97632 22 8.79981V16C22 16.5523 21.5523 17 21 17C20.4477 17 20 16.5523 20 16ZM8.50001 11.5C9.05229 11.5 9.50001 11.9477 9.50001 12.5C9.50001 13.0523 9.05229 13.5 8.50001 13.5H7.00001C6.44772 13.5 6.00001 13.0523 6.00001 12.5C6.00001 11.9477 6.44772 11.5 7.00001 11.5H8.50001ZM17 11.5C17.5523 11.5 18 11.9477 18 12.5C18 13.0523 17.5523 13.5 17 13.5H16.5C15.9477 13.5 15.5 13.0523 15.5 12.5C15.5 11.9477 15.9477 11.5 16.5 11.5H17ZM4.00001 15.2002C4.00001 16.0566 4.00036 16.6388 4.03712 17.0889C4.07294 17.5273 4.13809 17.7518 4.21778 17.9082L4.29493 18.0459C4.48708 18.3592 4.76257 18.6145 5.09181 18.7822L5.22462 18.8389C5.37419 18.8924 5.58254 18.9361 5.91114 18.9629C6.36118 18.9997 6.94342 19 7.79981 19H16.2002C16.7628 19 17.207 18.998 17.5733 18.9873L4.39552 5.80958C4.37528 5.83685 4.35383 5.86328 4.33497 5.89161L4.21778 6.09181C4.13809 6.24821 4.07294 6.47273 4.03712 6.91114C4.00036 7.36118 4.00001 7.94342 4.00001 8.79981V15.2002Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default CaptionOff\n", "import type { SVGProps } from \"react\"\nconst CaptionOn = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M20 8.79981C20 7.94342 19.9997 7.36117 19.9629 6.91113C19.936 6.58253 19.8924 6.37418 19.8389 6.22461L19.7822 6.0918C19.6145 5.76256 19.3592 5.48707 19.0459 5.29492L18.9082 5.21778C18.7518 5.13809 18.5273 5.07293 18.0889 5.03711C17.6388 5.00035 17.0566 5 16.2002 5H7.79981C6.94342 5 6.36117 5.00035 5.91113 5.03711C5.58253 5.06396 5.37418 5.10762 5.22461 5.16113L5.0918 5.21778C4.76256 5.38555 4.48707 5.64085 4.29492 5.9541L4.21778 6.0918C4.13809 6.2482 4.07293 6.47272 4.03711 6.91113C4.00035 7.36117 4 7.94342 4 8.79981V15.2002C4 16.0566 4.00035 16.6388 4.03711 17.0889C4.07293 17.5273 4.13809 17.7518 4.21778 17.9082L4.29492 18.0459C4.48707 18.3592 4.76256 18.6145 5.0918 18.7822L5.22461 18.8389C5.37418 18.8924 5.58253 18.936 5.91113 18.9629C6.36117 18.9997 6.94342 19 7.79981 19H16.2002C17.0566 19 17.6388 18.9997 18.0889 18.9629C18.5273 18.9271 18.7518 18.8619 18.9082 18.7822L19.0459 18.7051C19.3592 18.5129 19.6145 18.2374 19.7822 17.9082L19.8389 17.7754C19.8924 17.6258 19.936 17.4175 19.9629 17.0889C19.9997 16.6388 20 16.0566 20 15.2002V8.79981ZM12.25 15C12.8023 15 13.25 15.4477 13.25 16C13.25 16.5523 12.8023 17 12.25 17H7C6.44772 17 6 16.5523 6 16C6 15.4477 6.44772 15 7 15H12.25ZM17 15C17.5523 15 18 15.4477 18 16C18 16.5523 17.5523 17 17 17H15.5C14.9477 17 14.5 16.5523 14.5 16C14.5 15.4477 14.9477 15 15.5 15H17ZM8.5 11.5C9.05229 11.5 9.5 11.9477 9.5 12.5C9.5 13.0523 9.05229 13.5 8.5 13.5H7C6.44772 13.5 6 13.0523 6 12.5C6 11.9477 6.44772 11.5 7 11.5H8.5ZM17 11.5C17.5523 11.5 18 11.9477 18 12.5C18 13.0523 17.5523 13.5 17 13.5H11.75C11.1977 13.5 10.75 13.0523 10.75 12.5C10.75 11.9477 11.1977 11.5 11.75 11.5H17ZM22 15.2002C22 16.0237 22.001 16.7016 21.9561 17.252C21.9159 17.7438 21.8356 18.2011 21.6504 18.6328L21.5645 18.8164C21.2289 19.4749 20.7183 20.0259 20.0918 20.4102L19.8164 20.5645C19.3311 20.8117 18.814 20.9101 18.252 20.9561C17.7016 21.001 17.0237 21 16.2002 21H7.79981C6.97632 21 6.29843 21.001 5.74805 20.9561C5.2562 20.9159 4.79892 20.8356 4.36719 20.6504L4.1836 20.5645C3.52513 20.2289 2.97414 19.7183 2.58985 19.0918L2.43555 18.8164C2.18827 18.3311 2.08988 17.814 2.04395 17.252C1.99898 16.7016 2 16.0237 2 15.2002V8.79981C2 7.97632 1.99898 7.29843 2.04395 6.74805C2.08988 6.18599 2.18827 5.6689 2.43555 5.1836L2.58985 4.90821C2.97414 4.2817 3.52513 3.7711 4.1836 3.43555L4.36719 3.34961C4.79892 3.16442 5.2562 3.08414 5.74805 3.04395C6.29843 2.99898 6.97632 3 7.79981 3H16.2002C17.0237 3 17.7016 2.99898 18.252 3.04395C18.814 3.08988 19.3311 3.18827 19.8164 3.43555L20.0918 3.58985C20.7183 3.97414 21.2289 4.52513 21.5645 5.1836L21.6504 5.36719C21.8356 5.79892 21.9159 6.2562 21.9561 6.74805C22.001 7.29843 22 7.97632 22 8.79981V15.2002Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default CaptionOn\n", "import type { SVGProps } from \"react\"\nconst Card = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M2 7a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V7Zm2 4v6a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-6H4Zm16-2H4V7a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v2Zm-6 6a1 1 0 0 1 1-1h2a1 1 0 1 1 0 2h-2a1 1 0 0 1-1-1Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default Card\n", "import type { SVGProps } from \"react\"\nconst CaretDown = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"m12 16 5-6H7l5 6Z\" />\n <path\n fillRule=\"evenodd\"\n d=\"M6.094 9.576A1 1 0 0 1 7 9h10a1 1 0 0 1 .768 1.64l-5 6a1 1 0 0 1-1.536 0l-5-6a1 1 0 0 1-.138-1.064ZM9.135 11 12 14.438 14.865 11h-5.73Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default CaretDown\n", "import type { SVGProps } from \"react\"\nconst CaretLeft = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"m9 13 6 5V8l-6 5Z\" />\n <path\n fillRule=\"evenodd\"\n d=\"M15.424 7.094A1 1 0 0 1 16 8v10a1 1 0 0 1-1.64.768l-6-5a1 1 0 0 1 0-1.536l6-5a1 1 0 0 1 1.064-.138ZM10.562 13 14 15.865v-5.73L10.562 13Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default CaretLeft\n", "import type { SVGProps } from \"react\"\nconst CaretRight = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M15 12 9 7v10l6-5Z\" />\n <path\n fillRule=\"evenodd\"\n d=\"M8.576 6.094a1 1 0 0 1 1.064.138l6 5a1 1 0 0 1 0 1.536l-6 5A1 1 0 0 1 8 17V7a1 1 0 0 1 .576-.906ZM10 9.135v5.73L13.438 12 10 9.135Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default CaretRight\n", "import type { SVGProps } from \"react\"\nconst CaretUp = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"m12 10 5 6H7l5-6Z\" />\n <path\n fillRule=\"evenodd\"\n d=\"M6.094 16.424A1 1 0 0 0 7 17h10a1 1 0 0 0 .768-1.64l-5-6a1 1 0 0 0-1.536 0l-5 6a1 1 0 0 0-.138 1.064ZM9.135 15 12 11.562 14.865 15h-5.73Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default CaretUp\n", "import type { SVGProps } from \"react\"\nconst Category = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M6.83855 3H6.16146C5.63433 2.99998 5.17954 2.99997 4.80497 3.03057C4.40963 3.06287 4.01641 3.13419 3.63803 3.32698C3.07354 3.6146 2.6146 4.07354 2.32698 4.63803C2.13419 5.01641 2.06287 5.40963 2.03057 5.80497C1.99997 6.17954 1.99998 6.63429 2 7.16142V15.2413C1.99999 16.0463 1.99998 16.7107 2.0442 17.2519C2.09012 17.814 2.18869 18.3307 2.43598 18.816C2.81947 19.5686 3.43139 20.1806 4.18404 20.5641C4.66938 20.8113 5.18608 20.9099 5.74818 20.9558C6.28937 21.0001 6.95372 21 7.75868 21H16.2413C17.0463 21 17.7106 21.0001 18.2518 20.9558C18.8139 20.9099 19.3306 20.8113 19.816 20.5641C20.5686 20.1806 21.1805 19.5686 21.564 18.816C21.8113 18.3307 21.9099 17.814 21.9558 17.2519C22 16.7107 22 16.0463 22 15.2414V8.16146C22 7.63433 22 7.17957 21.9694 6.805C21.9371 6.40966 21.8658 6.01644 21.673 5.63806C21.3854 5.07357 20.9265 4.61463 20.362 4.32701C19.9836 4.13422 19.5904 4.0629 19.195 4.0306C18.8205 4 18.3657 4.00001 17.8385 4.00003L10.2361 4.00003C9.99029 3.72521 9.69444 3.49638 9.36197 3.32698C8.98359 3.13419 8.59038 3.06287 8.19503 3.03057C7.82047 2.99997 7.36568 2.99998 6.83855 3ZM19.9761 10.9679C19.9992 11.2512 20 11.6235 20 12.2V15.2C20 16.0566 19.9992 16.6389 19.9625 17.089C19.9266 17.5274 19.8617 17.7516 19.782 17.908C19.5903 18.2843 19.2843 18.5903 18.908 18.782C18.7516 18.8617 18.5274 18.9267 18.089 18.9625C17.6389 18.9993 17.0566 19 16.2 19H7.8C6.94342 19 6.36113 18.9993 5.91104 18.9625C5.47263 18.9267 5.24842 18.8617 5.09202 18.782C4.7157 18.5903 4.40974 18.2843 4.21799 17.908C4.1383 17.7516 4.07337 17.5274 4.03755 17.089C4.00078 16.6389 4 16.0566 4 15.2V7.2C4 6.62345 4.00078 6.25118 4.02393 5.96784C4.04613 5.69618 4.0838 5.59546 4.109 5.54601C4.20487 5.35785 4.35785 5.20487 4.54601 5.109C4.59546 5.0838 4.69618 5.04613 4.96784 5.02393C5.25118 5.00078 5.62345 5 6.2 5H6.8C7.37656 5 7.74883 5.00078 8.03217 5.02393C8.30383 5.04613 8.40455 5.0838 8.45399 5.109C8.64216 5.20487 8.79514 5.35785 8.89101 5.54601C8.9162 5.59546 8.95388 5.69618 8.97608 5.96784C8.99923 6.25118 9 6.62345 9 7.2V8.40003C9 8.96008 9 9.24011 9.109 9.45402C9.20487 9.64218 9.35785 9.79516 9.54601 9.89104C9.75992 10 10.04 10 10.6 10H17.8C18.3766 10 18.7488 10.0008 19.0322 10.024C19.3038 10.0462 19.4045 10.0838 19.454 10.109C19.6422 10.2049 19.7951 10.3579 19.891 10.546C19.9162 10.5955 19.9539 10.6962 19.9761 10.9679ZM17.8385 8.00003L16.5 8.00003C16.4997 7.541 16.4969 7.14078 16.4694 6.805C16.4473 6.53432 16.4069 6.26464 16.3218 6.00003H17.8C18.3766 6.00003 18.7488 6.00081 19.0322 6.02396C19.3038 6.04615 19.4045 6.08383 19.454 6.10902C19.6422 6.2049 19.7951 6.35788 19.891 6.54604C19.9162 6.59548 19.9539 6.6962 19.9761 6.96787C19.9989 7.24763 20 7.61409 20 8.17829C19.7354 8.09312 19.4657 8.05272 19.195 8.0306C18.8205 8 18.3657 8.00001 17.8385 8.00003ZM14.5 8H11V7.16145C11.0001 6.72264 11.0001 6.33399 10.9824 6H12.3C12.8766 6 13.2489 6.00078 13.5322 6.02393C13.8039 6.04612 13.9046 6.0838 13.954 6.10899C14.1422 6.20487 14.2952 6.35785 14.391 6.54601C14.4162 6.59545 14.4539 6.69617 14.4761 6.96784C14.4965 7.21698 14.4995 7.5349 14.5 8Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Category\n", "import type { SVGProps } from \"react\"\nconst Certificate = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M2 7C2 5.34315 3.34315 4 5 4H19C20.6569 4 22 5.34315 22 7V17C22 18.6569 20.6569 20 19 20H5C3.34315 20 2 18.6569 2 17V7ZM5 6C4.44772 6 4 6.44772 4 7V17C4 17.5523 4.44772 18 5 18H19C19.5523 18 20 17.5523 20 17V7C20 6.44772 19.5523 6 19 6H5Z\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 9.5C11.4477 9.5 11 9.94772 11 10.5C11 11.0523 11.4477 11.5 12 11.5C12.5523 11.5 13 11.0523 13 10.5C13 9.94772 12.5523 9.5 12 9.5ZM9 10.5C9 8.84315 10.3431 7.5 12 7.5C13.6569 7.5 15 8.84315 15 10.5C15 12.1569 13.6569 13.5 12 13.5C10.3431 13.5 9 12.1569 9 10.5Z\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M8 15.5C8 14.9477 8.44772 14.5 9 14.5H15C15.5523 14.5 16 14.9477 16 15.5C16 16.0523 15.5523 16.5 15 16.5H9C8.44772 16.5 8 16.0523 8 15.5Z\"\n />\n </svg>\n)\nexport default Certificate\n", "import type { SVGProps } from \"react\"\nconst Chart = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M11.33 5h1.33a1 1 0 0 1 1 1v13h-3.33V6a1 1 0 0 1 1-1Zm4.33 14V9H18a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-2.34Zm0-12V6a3 3 0 0 0-3-3h-1.33a3 3 0 0 0-3 3v5H6a3 3 0 0 0-3 3v4a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3v-8a3 3 0 0 0-3-3h-2.34Zm-7.33 6v6H6a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h2.33Z\" />\n </svg>\n)\nexport default Chart\n", "import type { SVGProps } from \"react\"\nconst ChartXAxis = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M15.2413 3H8.7587C7.95376 2.99999 7.28936 2.99998 6.74818 3.0442C6.18608 3.09012 5.66938 3.18869 5.18404 3.43598C4.43139 3.81947 3.81947 4.43139 3.43598 5.18404C3.18869 5.66938 3.09012 6.18608 3.0442 6.74818C2.99998 7.28936 2.99999 7.95372 3 8.75867V15.2413C2.99999 16.0463 2.99998 16.7106 3.0442 17.2518C3.09012 17.8139 3.18869 18.3306 3.43598 18.816C3.81947 19.5686 4.43139 20.1805 5.18404 20.564C5.66938 20.8113 6.18608 20.9099 6.74818 20.9558C7.28937 21 7.95372 21 8.75868 21H15.2413C16.0463 21 16.7106 21 17.2518 20.9558C17.8139 20.9099 18.3306 20.8113 18.816 20.564C19.5686 20.1805 20.1805 19.5686 20.564 18.816C20.8113 18.3306 20.9099 17.8139 20.9558 17.2518C21 16.7106 21 16.0463 21 15.2413V8.75868C21 7.95372 21 7.28937 20.9558 6.74818C20.9099 6.18608 20.8113 5.66938 20.564 5.18404C20.1805 4.43139 19.5686 3.81947 18.816 3.43598C18.3306 3.18869 17.8139 3.09012 17.2518 3.0442C16.7106 2.99998 16.0463 2.99999 15.2413 3ZM12.0001 10.3334L14.2001 7.40006C14.5314 6.95823 15.1582 6.86869 15.6001 7.20006C16.0419 7.53143 16.1314 8.15823 15.8001 8.60006L13.2501 12.0001L15.8001 15.4001C16.1314 15.8419 16.0419 16.4687 15.6001 16.8001C15.1582 17.1314 14.5314 17.0419 14.2001 16.6001L12.0001 13.6667L9.80006 16.6001C9.46869 17.0419 8.84189 17.1314 8.40006 16.8001C7.95823 16.4687 7.86869 15.8419 8.20006 15.4001L10.7501 12.0001L8.20006 8.60006C7.86869 8.15823 7.95823 7.53143 8.40006 7.20006C8.84189 6.86869 9.46869 6.95823 9.80006 7.40006L12.0001 10.3334Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ChartXAxis\n", "import type { SVGProps } from \"react\"\nconst ChartYAxis = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M15.2413 3H8.7587C7.95376 2.99999 7.28936 2.99998 6.74818 3.0442C6.18608 3.09012 5.66938 3.18869 5.18404 3.43598C4.43139 3.81947 3.81947 4.43139 3.43598 5.18404C3.18869 5.66938 3.09012 6.18608 3.0442 6.74818C2.99998 7.28936 2.99999 7.95372 3 8.75867V15.2413C2.99999 16.0463 2.99998 16.7106 3.0442 17.2518C3.09012 17.8139 3.18869 18.3306 3.43598 18.816C3.81947 19.5686 4.43139 20.1805 5.18404 20.564C5.66938 20.8113 6.18608 20.9099 6.74818 20.9558C7.28937 21 7.95372 21 8.75868 21H15.2413C16.0463 21 16.7106 21 17.2518 20.9558C17.8139 20.9099 18.3306 20.8113 18.816 20.564C19.5686 20.1805 20.1805 19.5686 20.564 18.816C20.8113 18.3306 20.9099 17.8139 20.9558 17.2518C21 16.7106 21 16.0463 21 15.2413V8.75868C21 7.95372 21 7.28937 20.9558 6.74818C20.9099 6.18608 20.8113 5.66938 20.564 5.18404C20.1805 4.43139 19.5686 3.81947 18.816 3.43598C18.3306 3.18869 17.8139 3.09012 17.2518 3.0442C16.7106 2.99998 16.0463 2.99999 15.2413 3ZM12.0001 10.3334L14.2001 7.40006C14.5314 6.95823 15.1582 6.86869 15.6001 7.20006C16.0419 7.53143 16.1314 8.15823 15.8001 8.60006L13.0001 12.3334V16.0001C13.0001 16.5523 12.5523 17.0001 12.0001 17.0001C11.4478 17.0001 11.0001 16.5523 11.0001 16.0001V12.3334L8.20006 8.60006C7.86869 8.15823 7.95823 7.53143 8.40006 7.20006C8.84189 6.86869 9.46869 6.95823 9.80006 7.40006L12.0001 10.3334Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ChartYAxis\n", "import type { SVGProps } from \"react\"\nconst Chat = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12 4.5C7.5271 4.5 4 7.91095 4 12C4 13.6958 4.5996 15.263 5.62036 16.5254C5.80473 16.7534 5.87973 17.0509 5.82551 17.339C5.72928 17.8505 5.60336 18.3503 5.45668 18.8401C6.08722 18.743 6.69878 18.6098 7.2983 18.4395C7.54758 18.3687 7.81461 18.3975 8.04312 18.5197C9.20727 19.1423 10.5566 19.5 12 19.5C16.4729 19.5 20 16.0891 20 12C20 7.91095 16.4729 4.5 12 4.5ZM2 12C2 6.70021 6.53177 2.5 12 2.5C17.4682 2.5 22 6.70021 22 12C22 17.2998 17.4682 21.5 12 21.5C10.3694 21.5 8.82593 21.1286 7.46141 20.4675C6.36717 20.7507 5.2423 20.9253 4.06155 20.9981C3.72191 21.019 3.39493 20.8658 3.19366 20.5915C2.9924 20.3171 2.94448 19.9592 3.06647 19.6415C3.35663 18.8859 3.6004 18.1448 3.77047 17.399C2.65693 15.8695 2 14.0088 2 12Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Chat\n", "import type { SVGProps } from \"react\"\nconst ChatCompose = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12 4.5C7.5271 4.5 4 7.91095 4 12C4 13.6958 4.5996 15.263 5.62036 16.5254C5.80473 16.7534 5.87973 17.0509 5.82551 17.339C5.72928 17.8505 5.60336 18.3503 5.45668 18.8401C6.08722 18.743 6.69878 18.6098 7.2983 18.4395C7.54758 18.3687 7.81461 18.3975 8.04312 18.5197C9.20727 19.1423 10.5566 19.5 12 19.5C16.4729 19.5 20 16.0891 20 12C20 7.91095 16.4729 4.5 12 4.5ZM2 12C2 6.70021 6.53177 2.5 12 2.5C17.4682 2.5 22 6.70021 22 12C22 17.2998 17.4682 21.5 12 21.5C10.3694 21.5 8.82593 21.1286 7.46141 20.4675C6.36717 20.7507 5.2423 20.9253 4.06155 20.9981C3.72191 21.019 3.39493 20.8658 3.19366 20.5915C2.9924 20.3171 2.94448 19.9592 3.06647 19.6415C3.35663 18.8859 3.6004 18.1448 3.77047 17.399C2.65693 15.8695 2 14.0088 2 12ZM12 8C12.5523 8 13 8.44772 13 9V11H15C15.5523 11 16 11.4477 16 12C16 12.5523 15.5523 13 15 13H13V15C13 15.5523 12.5523 16 12 16C11.4477 16 11 15.5523 11 15V13H9C8.44772 13 8 12.5523 8 12C8 11.4477 8.44772 11 9 11H11V9C11 8.44772 11.4477 8 12 8Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ChatCompose\n", "import type { SVGProps } from \"react\"\nconst ChatDashedCheckedTemp = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M10.9778 3.50105C11.0935 4.04107 10.7496 4.57266 10.2095 4.68839C8.69873 5.01217 7.35453 5.73662 6.30709 6.73132C5.90661 7.11163 5.27366 7.09529 4.89335 6.69481C4.51304 6.29433 4.52938 5.66138 4.92986 5.28107C6.24406 4.03304 7.91978 3.13369 9.79045 2.7328C10.3305 2.61707 10.8621 2.96102 10.9778 3.50105ZM13.0222 3.50105C13.1379 2.96102 13.6695 2.61707 14.2095 2.7328C16.0802 3.13369 17.7559 4.03304 19.0701 5.28106C19.4706 5.66138 19.487 6.29433 19.1067 6.69481C18.7263 7.09528 18.0934 7.11163 17.6929 6.73132C16.6455 5.73662 15.3013 5.01217 13.7905 4.68839C13.2504 4.57266 12.9065 4.04107 13.0222 3.50105ZM15.036 8.40581C15.5023 8.70184 15.6402 9.31979 15.3442 9.78603L11.5347 15.786C11.3677 16.049 11.0877 16.2192 10.7774 16.2462C10.4671 16.2733 10.1619 16.1542 9.95186 15.9242L7.76139 13.5242C7.38908 13.1162 7.41795 12.4837 7.82587 12.1114C8.23379 11.7391 8.8663 11.768 9.23861 12.1759L10.5473 13.6098L13.6558 8.71402C13.9518 8.24777 14.5698 8.10978 15.036 8.40581ZM20.2342 8.42182C20.7564 8.24189 21.3255 8.51933 21.5054 9.04149C21.8265 9.97332 22 10.9682 22 12C22 13.0318 21.8265 14.0266 21.5054 14.9585C21.3255 15.4806 20.7564 15.758 20.2342 15.5781C19.712 15.3982 19.4346 14.8291 19.6145 14.3069C19.8647 13.5809 20 12.806 20 12C20 11.1939 19.8647 10.4191 19.6145 9.69304C19.4346 9.17088 19.712 8.60174 20.2342 8.42182ZM3.7658 8.42182C4.28795 8.60174 4.56539 9.17089 4.38547 9.69304C4.1353 10.4191 4 11.1939 4 12C4 12.806 4.1353 13.5809 4.38547 14.3069C4.56539 14.8291 4.28795 15.3982 3.7658 15.5781C3.24364 15.758 2.6745 15.4806 2.49458 14.9584C2.17349 14.0266 2 13.0318 2 12C2 10.9682 2.17349 9.97332 2.49457 9.04149C2.6745 8.51934 3.24364 8.2419 3.7658 8.42182ZM19.1066 17.3051C19.487 17.7056 19.4706 18.3386 19.0701 18.7189C17.7559 19.9669 16.0802 20.8662 14.2095 21.2671C13.6695 21.3829 13.1379 21.0389 13.0222 20.4989C12.9065 19.9589 13.2504 19.4273 13.7905 19.3115C15.3013 18.9878 16.6455 18.2633 17.6929 17.2686C18.0934 16.8883 18.7263 16.9047 19.1066 17.3051ZM4.90351 17.0318C5.43822 17.1701 5.75964 17.7156 5.62142 18.2503C5.57019 18.4485 5.51509 18.645 5.45668 18.8401C6.08722 18.743 6.69878 18.6098 7.2983 18.4395C7.54758 18.3687 7.81461 18.3975 8.04312 18.5197C8.71039 18.8766 9.43831 19.1463 10.2095 19.3115C10.7496 19.4273 11.0935 19.9589 10.9778 20.4989C10.8621 21.0389 10.3305 21.3829 9.79045 21.2671C8.97207 21.0918 8.19108 20.821 7.46142 20.4674C6.36717 20.7507 5.2423 20.9253 4.06155 20.9981C3.72191 21.019 3.39493 20.8658 3.19366 20.5914C2.9924 20.317 2.94448 19.9591 3.06647 19.6415C3.31084 19.0051 3.52253 18.3785 3.68506 17.7498C3.82328 17.215 4.3688 16.8936 4.90351 17.0318Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ChatDashedCheckedTemp\n", "import type { SVGProps } from \"react\"\nconst ChatDashedTemp = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M10.9778 3.50111C11.0935 4.04113 10.7496 4.57272 10.2095 4.68845C8.69873 5.01223 7.35453 5.73668 6.30709 6.73138C5.90662 7.11169 5.27366 7.09534 4.89335 6.69487C4.51304 6.29439 4.52939 5.66144 4.92986 5.28113C6.24406 4.0331 7.91978 3.13375 9.79045 2.73286C10.3305 2.61713 10.8621 2.96109 10.9778 3.50111ZM13.0222 3.50111C13.1379 2.96109 13.6695 2.61713 14.2095 2.73286C16.0803 3.13376 17.756 4.03313 19.0702 5.2812C19.4707 5.66151 19.487 6.29447 19.1067 6.69494C18.7264 7.09541 18.0934 7.11175 17.693 6.73144C16.6455 5.73671 15.3013 5.01224 13.7905 4.68845C13.2504 4.57272 12.9065 4.04113 13.0222 3.50111ZM3.7658 8.42188C4.28796 8.6018 4.56539 9.17094 4.38547 9.6931C4.1353 10.4191 4 11.194 4 12C4 12.8061 4.13531 13.581 4.38549 14.307C4.56542 14.8292 4.28799 15.3983 3.76584 15.5783C3.24368 15.7582 2.67454 15.4808 2.49461 14.9586C2.1735 14.0267 2 13.0318 2 12C2 10.9682 2.17349 9.97338 2.49458 9.04155C2.6745 8.51939 3.24364 8.24195 3.7658 8.42188ZM20.2342 8.42196C20.7564 8.24204 21.3255 8.51948 21.5055 9.04164C21.8265 9.97345 22 10.9683 22 12C22 13.0318 21.8265 14.0267 21.5054 14.9585C21.3255 15.4807 20.7564 15.7581 20.2342 15.5782C19.712 15.3983 19.4346 14.8291 19.6145 14.307C19.8647 13.5809 20 12.8061 20 12C20 11.194 19.8647 10.4192 19.6146 9.69318C19.4346 9.17102 19.7121 8.60187 20.2342 8.42196ZM4.90468 17.0255C5.43946 17.1635 5.76113 17.7089 5.62315 18.2436C5.57143 18.4441 5.51575 18.6429 5.45668 18.8401C6.08722 18.7431 6.69878 18.6098 7.2983 18.4396C7.54758 18.3688 7.81461 18.3975 8.04312 18.5197C8.71039 18.8766 9.43831 19.1463 10.2095 19.3116C10.7496 19.4273 11.0935 19.9589 10.9778 20.4989C10.8621 21.039 10.3305 21.3829 9.79045 21.2672C8.97207 21.0918 8.19108 20.8211 7.46141 20.4675C6.36717 20.7508 5.2423 20.9253 4.06155 20.9981C3.72191 21.0191 3.39493 20.8659 3.19366 20.5915C2.9924 20.3171 2.94448 19.9592 3.06647 19.6415C3.31159 19.0032 3.52384 18.3747 3.68657 17.744C3.82454 17.2092 4.36991 16.8875 4.90468 17.0255ZM19.1067 17.3052C19.487 17.7057 19.4706 18.3386 19.0701 18.7189C17.7559 19.967 16.0802 20.8663 14.2095 21.2672C13.6695 21.3829 13.1379 21.039 13.0222 20.4989C12.9065 19.9589 13.2504 19.4273 13.7905 19.3116C15.3013 18.9878 16.6455 18.2634 17.6929 17.2687C18.0934 16.8884 18.7263 16.9047 19.1067 17.3052Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ChatDashedTemp\n", "import type { SVGProps } from \"react\"\nconst Chats = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10.8338 4.78537C12.0783 3.67377 13.7568 3 15.5909 3C19.3379 3 22.5 5.84379 22.5 9.5C22.5 10.6675 22.1723 11.7617 21.6035 12.7049C21.7082 13.3446 21.9041 13.9807 22.1568 14.6441C22.2777 14.9617 22.2291 15.319 22.0276 15.5928C21.8261 15.8665 21.4994 16.0192 21.1602 15.9981C20.0211 15.9272 18.9547 15.7195 17.9166 15.3624C17.3944 15.1827 17.1167 14.6137 17.2963 14.0914C17.476 13.5692 18.045 13.2915 18.5673 13.4712C18.9672 13.6088 19.3734 13.7202 19.7912 13.8061C19.6925 13.4107 19.6153 13.0038 19.5687 12.5843C19.542 12.3446 19.6029 12.1033 19.7402 11.9049C20.2241 11.2056 20.5 10.3815 20.5 9.5C20.5 7.08108 18.3709 5 15.5909 5C14.2496 5 13.0451 5.4919 12.1662 6.27698C11.7543 6.64489 11.1221 6.60924 10.7542 6.19734C10.3863 5.78544 10.4219 5.15328 10.8338 4.78537ZM8.5 10C5.65489 10 3.5 12.0948 3.5 14.5C3.5 15.3779 3.77893 16.1999 4.27013 16.899C4.41055 17.0989 4.47295 17.3433 4.44557 17.586C4.39815 18.0063 4.31955 18.4139 4.21925 18.8099C4.65229 18.7232 5.07312 18.61 5.48727 18.4697C5.72968 18.3875 5.99435 18.4015 6.22679 18.5086C6.90579 18.8216 7.67742 19 8.5 19C11.3451 19 13.5 16.9052 13.5 14.5C13.5 12.0948 11.3451 10 8.5 10ZM1.5 14.5C1.5 10.83 4.71769 8 8.5 8C12.2823 8 15.5 10.83 15.5 14.5C15.5 18.17 12.2823 21 8.5 21C7.53025 21 6.60309 20.8166 5.75878 20.4828C4.82364 20.7669 3.86215 20.9357 2.84316 20.9981C2.50317 21.0189 2.17597 20.8653 1.97489 20.5903C1.7738 20.3154 1.72649 19.957 1.84935 19.6393C2.10511 18.9779 2.3033 18.3443 2.40969 17.7075C1.83301 16.7645 1.5 15.6694 1.5 14.5Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Chats\n", "import type { SVGProps } from \"react\"\nconst ChatTemporary = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M3.716 17.652a1 1 0 0 1 1.905.6l-.15.537c-.004.017-.01.033-.016.05a15.042 15.042 0 0 0 1.843-.4l.095-.02a1 1 0 0 1 .65.1 8.256 8.256 0 0 0 1.88.726l.287.067.099.026a1 1 0 0 1-.417 1.946l-.102-.016-.355-.083a10.26 10.26 0 0 1-1.975-.719 17.82 17.82 0 0 1-3.398.532 1 1 0 0 1-.996-1.356c.245-.636.457-1.263.62-1.892l.03-.098Zm13.977-.383a1 1 0 0 1 1.377 1.45 10.141 10.141 0 0 1-4.86 2.549l-.102.016a1 1 0 0 1-.318-1.972l.281-.066a8.128 8.128 0 0 0 3.622-1.977ZM2 12c0-1.031.173-2.026.494-2.958l.04-.095a1 1 0 0 1 1.852.747l-.09.274A7.066 7.066 0 0 0 4 12c0 .806.136 1.582.386 2.308a1 1 0 0 1-1.892.651A9.065 9.065 0 0 1 2 12Zm19.506 2.96a1 1 0 0 1-1.892-.652l1.892.651ZM20 12c0-.705-.103-1.386-.297-2.032l-.089-.274-.028-.1a1 1 0 0 1 1.88-.647l.04.095.113.353c.248.828.381 1.703.381 2.605a9.068 9.068 0 0 1-.494 2.96l-1.892-.652c.25-.726.386-1.502.386-2.308ZM9.79 2.734a1 1 0 0 1 .42 1.955 8.144 8.144 0 0 0-3.903 2.043l-.078.066a1 1 0 0 1-1.3-1.517l.252-.23A10.158 10.158 0 0 1 9.79 2.735Zm4.318-.017.102.017.348.08a10.141 10.141 0 0 1 4.261 2.238l.251.23.07.074a1 1 0 0 1-1.37 1.442l-.077-.066-.2-.183a8.143 8.143 0 0 0-3.422-1.795l-.281-.065-.099-.027a1 1 0 0 1 .417-1.945Z\" />\n </svg>\n)\nexport default ChatTemporary\n", "import type { SVGProps } from \"react\"\nconst ChatTripleDots = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12 4.5C7.5271 4.5 4 7.91095 4 12C4 13.6958 4.5996 15.263 5.62036 16.5254C5.80473 16.7534 5.87973 17.0509 5.82551 17.339C5.72928 17.8505 5.60336 18.3503 5.45668 18.8401C6.08722 18.743 6.69878 18.6098 7.2983 18.4395C7.54758 18.3687 7.81461 18.3975 8.04312 18.5197C9.20727 19.1423 10.5566 19.5 12 19.5C16.4729 19.5 20 16.0891 20 12C20 7.91095 16.4729 4.5 12 4.5ZM2 12C2 6.70021 6.53177 2.5 12 2.5C17.4682 2.5 22 6.70021 22 12C22 17.2998 17.4682 21.5 12 21.5C10.3694 21.5 8.82593 21.1286 7.46141 20.4675C6.36717 20.7507 5.2423 20.9253 4.06155 20.9981C3.72191 21.019 3.39493 20.8658 3.19366 20.5915C2.9924 20.3171 2.94448 19.9592 3.06647 19.6415C3.35663 18.8859 3.6004 18.1448 3.77047 17.399C2.65693 15.8695 2 14.0088 2 12Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M9.25 12C9.25 12.6904 8.69036 13.25 8 13.25C7.30964 13.25 6.75 12.6904 6.75 12C6.75 11.3096 7.30964 10.75 8 10.75C8.69036 10.75 9.25 11.3096 9.25 12Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M13.25 12C13.25 12.6904 12.6904 13.25 12 13.25C11.3096 13.25 10.75 12.6904 10.75 12C10.75 11.3096 11.3096 10.75 12 10.75C12.6904 10.75 13.25 11.3096 13.25 12Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M17.25 12C17.25 12.6904 16.6904 13.25 16 13.25C15.3096 13.25 14.75 12.6904 14.75 12C14.75 11.3096 15.3096 10.75 16 10.75C16.6904 10.75 17.25 11.3096 17.25 12Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ChatTripleDots\n", "import type { SVGProps } from \"react\"\nconst Check = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M18.063 5.674a1 1 0 0 1 .263 1.39l-7.5 11a1 1 0 0 1-1.533.143l-4.5-4.5a1 1 0 1 1 1.414-1.414l3.647 3.647 6.82-10.003a1 1 0 0 1 1.39-.263Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default Check\n", "import type { SVGProps } from \"react\"\nconst CheckCircle = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4ZM2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM16.0755 7.93219C16.5272 8.25003 16.6356 8.87383 16.3178 9.32549L11.5678 16.0755C11.3931 16.3237 11.1152 16.4792 10.8123 16.4981C10.5093 16.517 10.2142 16.3973 10.0101 16.1727L7.51006 13.4227C7.13855 13.014 7.16867 12.3816 7.57733 12.0101C7.98598 11.6386 8.61843 11.6687 8.98994 12.0773L10.6504 13.9039L14.6822 8.17451C15 7.72284 15.6238 7.61436 16.0755 7.93219Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default CheckCircle\n", "import type { SVGProps } from \"react\"\nconst CheckCircleDashed = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M14.3607 4.35618C12.8474 3.88926 11.2017 3.87011 9.63958 4.35412C9.11204 4.51757 8.55187 4.22242 8.38842 3.69488C8.22496 3.16734 8.52011 2.60717 9.04765 2.44372C11.005 1.83724 13.0627 1.86266 14.9503 2.44508C15.4781 2.60791 15.7739 3.16772 15.6111 3.69546C15.4482 4.22319 14.8884 4.51901 14.3607 4.35618ZM17.3877 4.7184C17.7634 4.31353 18.3961 4.28983 18.801 4.66546C19.5176 5.33035 20.1474 6.11163 20.6603 7.00001C21.1732 7.88838 21.5349 8.82444 21.7524 9.77751C21.8753 10.316 21.5384 10.8521 21 10.9749C20.4615 11.0978 19.9254 10.7609 19.8025 10.2225C19.629 9.46207 19.3401 8.71335 18.9283 8.00001C18.5164 7.28666 18.0125 6.6621 17.4407 6.13162C17.0358 5.75599 17.0121 5.12327 17.3877 4.7184ZM6.61343 4.71967C6.98856 5.125 6.96409 5.75769 6.55876 6.13283C5.35855 7.24364 4.55229 8.67842 4.2 10.2224C4.07714 10.7609 3.54105 11.0978 3.0026 10.9749C2.46416 10.8521 2.12725 10.316 2.25011 9.77754C2.68955 7.85157 3.69637 6.05688 5.20027 4.665C5.6056 4.28987 6.23829 4.31434 6.61343 4.71967ZM16.0755 7.9322C16.5272 8.25003 16.6357 8.87383 16.3179 9.3255L11.5679 16.0755C11.3932 16.3237 11.1152 16.4792 10.8123 16.4981C10.5094 16.517 10.2143 16.3973 10.0101 16.1727L7.51012 13.4227C7.13861 13.014 7.16873 12.3816 7.57738 12.0101C7.98604 11.6386 8.61849 11.6687 8.99 12.0773L10.6505 13.9039L14.6822 8.17451C15.0001 7.72285 15.6239 7.61436 16.0755 7.9322ZM20.9975 13.025C21.536 13.1479 21.8729 13.684 21.75 14.2224C21.3106 16.1484 20.3037 17.9431 18.7998 19.335C18.3945 19.7101 17.7618 19.6857 17.3867 19.2803C17.0115 18.875 17.036 18.2423 17.4414 17.8672C18.6416 16.7564 19.4478 15.3216 19.8001 13.7775C19.923 13.2391 20.4591 12.9022 20.9975 13.025ZM3.00015 13.0251C3.5386 12.9022 4.0747 13.2391 4.19757 13.7775C4.3711 14.5379 4.66 15.2867 5.07185 16C5.4837 16.7134 5.98766 17.3379 6.55944 17.8684C6.9643 18.244 6.98801 18.8767 6.61237 19.2816C6.23674 19.6865 5.60402 19.7102 5.19915 19.3346C4.48251 18.6697 3.85271 17.8884 3.3398 17C2.82689 16.1116 2.46519 15.1756 2.24769 14.2225C2.12482 13.684 2.46171 13.1479 3.00015 13.0251ZM8.38905 20.3046C8.55188 19.7768 9.11169 19.481 9.63943 19.6438C11.1527 20.1108 12.7984 20.1299 14.3605 19.6459C14.8881 19.4824 15.4482 19.7776 15.6117 20.3051C15.7752 20.8327 15.48 21.3928 14.9525 21.5563C12.9951 22.1628 10.9374 22.1374 9.04978 21.5549C8.52204 21.3921 8.22622 20.8323 8.38905 20.3046Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default CheckCircleDashed\n", "import type { SVGProps } from \"react\"\nconst CheckCircleFilled = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM16.0755 7.93219C15.6238 7.61436 15 7.72284 14.6822 8.17451L10.6504 13.9039L8.98994 12.0773C8.61843 11.6687 7.98598 11.6386 7.57733 12.0101C7.16867 12.3816 7.13855 13.014 7.51006 13.4227L10.0101 16.1727C10.2142 16.3973 10.5093 16.517 10.8123 16.4981C11.1152 16.4792 11.3931 16.3237 11.5678 16.0755L16.3178 9.32549C16.6356 8.87383 16.5272 8.25003 16.0755 7.93219Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default CheckCircleFilled\n", "import type { SVGProps } from \"react\"\nconst CheckLg = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M20.3215 4.17948C20.7747 4.49511 20.8862 5.11837 20.5706 5.57158L10.8206 19.5716C10.6514 19.8145 10.3833 19.97 10.0884 19.9962C9.79354 20.0223 9.50222 19.9165 9.29289 19.7072L3.54289 13.9572C3.15237 13.5667 3.15237 12.9335 3.54289 12.543C3.93342 12.1525 4.56658 12.1525 4.95711 12.543L9.86223 17.4481L18.9294 4.42859C19.245 3.97539 19.8683 3.86385 20.3215 4.17948Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default CheckLg\n", "import type { SVGProps } from \"react\"\nconst CheckMd = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M18.0633 5.67387C18.5196 5.98499 18.6374 6.60712 18.3262 7.06343L10.8262 18.0634C10.6585 18.3095 10.3898 18.4679 10.0934 18.4957C9.79688 18.5235 9.50345 18.4178 9.29289 18.2072L4.79289 13.7072C4.40237 13.3167 4.40237 12.6835 4.79289 12.293C5.18342 11.9025 5.81658 11.9025 6.20711 12.293L9.85368 15.9396L16.6738 5.93676C16.9849 5.48045 17.607 5.36275 18.0633 5.67387Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default CheckMd\n", "import type { SVGProps } from \"react\"\nconst ChevronDown = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M4.293 8.293a1 1 0 0 1 1.414 0L12 14.586l6.293-6.293a1 1 0 1 1 1.414 1.414l-7 7a1 1 0 0 1-1.414 0l-7-7a1 1 0 0 1 0-1.414Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default ChevronDown\n", "import type { SVGProps } from \"react\"\nconst ChevronDownLg = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M4.29289 8.29289C4.68342 7.90237 5.31658 7.90237 5.70711 8.29289L12 14.5858L18.2929 8.29289C18.6834 7.90237 19.3166 7.90237 19.7071 8.29289C20.0976 8.68342 20.0976 9.31658 19.7071 9.70711L12.7071 16.7071C12.3166 17.0976 11.6834 17.0976 11.2929 16.7071L4.29289 9.70711C3.90237 9.31658 3.90237 8.68342 4.29289 8.29289Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ChevronDownLg\n", "import type { SVGProps } from \"react\"\nconst ChevronDownMd = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M5.29289 9.29289C5.68342 8.90237 6.31658 8.90237 6.70711 9.29289L12 14.5858L17.2929 9.29289C17.6834 8.90237 18.3166 8.90237 18.7071 9.29289C19.0976 9.68342 19.0976 10.3166 18.7071 10.7071L12.7071 16.7071C12.5196 16.8946 12.2652 17 12 17C11.7348 17 11.4804 16.8946 11.2929 16.7071L5.29289 10.7071C4.90237 10.3166 4.90237 9.68342 5.29289 9.29289Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ChevronDownMd\n", "import type { SVGProps } from \"react\"\nconst ChevronDownUp = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M8.65852 5.74744C8.24288 5.38375 7.61112 5.42587 7.24744 5.84151C6.88375 6.25715 6.92587 6.88891 7.34151 7.25259L11.3415 10.7526C11.7185 11.0825 12.2815 11.0825 12.6585 10.7526L16.6585 7.25259C17.0742 6.88891 17.1163 6.25715 16.7526 5.84151C16.3889 5.42587 15.7571 5.38375 15.3415 5.74744L12 8.67125L8.65852 5.74744Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12.6585 13.2474C12.2815 12.9175 11.7185 12.9175 11.3415 13.2474L7.34152 16.7474C6.92589 17.1111 6.88377 17.7429 7.24745 18.1585C7.61113 18.5742 8.2429 18.6163 8.65853 18.2526L12 15.3288L15.3415 18.2526C15.7572 18.6163 16.3889 18.5742 16.7526 18.1585C17.1163 17.7429 17.0742 17.1111 16.6585 16.7474L12.6585 13.2474Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ChevronDownUp\n", "import type { SVGProps } from \"react\"\nconst ChevronDownVector = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 16 9\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M0.292893 0.292893C0.683418 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L8 6.58579L14.2929 0.292894C14.6834 -0.0976305 15.3166 -0.0976304 15.7071 0.292894C16.0976 0.683418 16.0976 1.31658 15.7071 1.70711L8.70711 8.70711C8.31658 9.09763 7.68342 9.09763 7.29289 8.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683417 0.292893 0.292893Z\"\n />\n </svg>\n)\nexport default ChevronDownVector\n", "import type { SVGProps } from \"react\"\nconst ChevronLeft = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M15.707 4.293a1 1 0 0 1 0 1.414L9.414 12l6.293 6.293a1 1 0 0 1-1.414 1.414l-7-7a1 1 0 0 1 0-1.414l7-7a1 1 0 0 1 1.414 0Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default ChevronLeft\n", "import type { SVGProps } from \"react\"\nconst ChevronLeftLg = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M15.7071 4.29289C16.0976 4.68342 16.0976 5.31658 15.7071 5.70711L9.41421 12L15.7071 18.2929C16.0976 18.6834 16.0976 19.3166 15.7071 19.7071C15.3166 20.0976 14.6834 20.0976 14.2929 19.7071L7.29289 12.7071C6.90237 12.3166 6.90237 11.6834 7.29289 11.2929L14.2929 4.29289C14.6834 3.90237 15.3166 3.90237 15.7071 4.29289Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ChevronLeftLg\n", "import type { SVGProps } from \"react\"\nconst ChevronLeftMd = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M14.7071 5.29289C15.0976 5.68342 15.0976 6.31658 14.7071 6.70711L9.41421 12L14.7071 17.2929C15.0976 17.6834 15.0976 18.3166 14.7071 18.7071C14.3166 19.0976 13.6834 19.0976 13.2929 18.7071L7.29289 12.7071C7.10536 12.5196 7 12.2652 7 12C7 11.7348 7.10536 11.4804 7.29289 11.2929L13.2929 5.29289C13.6834 4.90237 14.3166 4.90237 14.7071 5.29289Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ChevronLeftMd\n", "import type { SVGProps } from \"react\"\nconst ChevronRight = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M8.293 4.293a1 1 0 0 1 1.414 0l7 7a1 1 0 0 1 0 1.414l-7 7a1 1 0 0 1-1.414-1.414L14.586 12 8.293 5.707a1 1 0 0 1 0-1.414Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default ChevronRight\n", "import type { SVGProps } from \"react\"\nconst ChevronRightAlt = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 20 20\" fill=\"currentColor\" {...props}>\n <path d=\"M7.52925 3.7793C7.75652 3.55203 8.10803 3.52383 8.36616 3.69434L8.47065 3.7793L14.2207 9.5293C14.4804 9.789 14.4804 10.211 14.2207 10.4707L8.47065 16.2207C8.21095 16.4804 7.78895 16.4804 7.52925 16.2207C7.26955 15.961 7.26955 15.539 7.52925 15.2793L12.8085 10L7.52925 4.7207L7.44429 4.61621C7.27378 4.35808 7.30198 4.00657 7.52925 3.7793Z\" />\n </svg>\n)\nexport default ChevronRightAlt\n", "import type { SVGProps } from \"react\"\nconst ChevronRightLg = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M8.29289 4.29289C8.68342 3.90237 9.31658 3.90237 9.70711 4.29289L16.7071 11.2929C17.0976 11.6834 17.0976 12.3166 16.7071 12.7071L9.70711 19.7071C9.31658 20.0976 8.68342 20.0976 8.29289 19.7071C7.90237 19.3166 7.90237 18.6834 8.29289 18.2929L14.5858 12L8.29289 5.70711C7.90237 5.31658 7.90237 4.68342 8.29289 4.29289Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ChevronRightLg\n", "import type { SVGProps } from \"react\"\nconst ChevronRightMd = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M9.29289 18.7071C8.90237 18.3166 8.90237 17.6834 9.29289 17.2929L14.5858 12L9.29289 6.70711C8.90237 6.31658 8.90237 5.68342 9.29289 5.29289C9.68342 4.90237 10.3166 4.90237 10.7071 5.29289L16.7071 11.2929C16.8946 11.4804 17 11.7348 17 12C17 12.2652 16.8946 12.5196 16.7071 12.7071L10.7071 18.7071C10.3166 19.0976 9.68342 19.0976 9.29289 18.7071Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ChevronRightMd\n", "import type { SVGProps } from \"react\"\nconst ChevronSmallDown = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M7.293 9.293a1 1 0 0 1 1.414 0L12 12.586l3.293-3.293a1 1 0 1 1 1.414 1.414l-4 4a1 1 0 0 1-1.414 0l-4-4a1 1 0 0 1 0-1.414Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default ChevronSmallDown\n", "import type { SVGProps } from \"react\"\nconst ChevronSmallLeft = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M14.707 7.293a1 1 0 0 1 0 1.414L11.414 12l3.293 3.293a1 1 0 0 1-1.414 1.414l-4-4a1 1 0 0 1 0-1.414l4-4a1 1 0 0 1 1.414 0Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default ChevronSmallLeft\n", "import type { SVGProps } from \"react\"\nconst ChevronSmallRight = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M9.293 7.293a1 1 0 0 1 1.414 0l4 4a1 1 0 0 1 0 1.414l-4 4a1 1 0 0 1-1.414-1.414L12.586 12 9.293 8.707a1 1 0 0 1 0-1.414Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default ChevronSmallRight\n", "import type { SVGProps } from \"react\"\nconst ChevronSmallUp = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M11.293 9.293a1 1 0 0 1 1.414 0l4 4a1 1 0 0 1-1.414 1.414L12 11.414l-3.293 3.293a1 1 0 0 1-1.414-1.414l4-4Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default ChevronSmallUp\n", "import type { SVGProps } from \"react\"\nconst ChevronUp = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M12 8a1 1 0 0 1 .707.293l7 7a1 1 0 0 1-1.414 1.414L12 10.414l-6.293 6.293a1 1 0 0 1-1.414-1.414l7-7A1 1 0 0 1 12 8Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default ChevronUp\n", "import type { SVGProps } from \"react\"\nconst ChevronUpDown = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M11.3415 4.74742C11.7185 4.41753 12.2815 4.41753 12.6585 4.74742L16.6585 8.24742C17.0741 8.61111 17.1162 9.24287 16.7526 9.6585C16.3889 10.0741 15.7571 10.1163 15.3415 9.75258L12 6.82877L8.65849 9.75258C8.24285 10.1163 7.61109 10.0741 7.24741 9.6585C6.88373 9.24287 6.92584 8.61111 7.34148 8.24742L11.3415 4.74742ZM7.24603 14.3578C7.60885 13.9414 8.24052 13.8979 8.65692 14.2608L12 17.1737L15.3431 14.2608C15.7594 13.8979 16.3911 13.9414 16.7539 14.3578C17.1167 14.7742 17.0733 15.4058 16.6569 15.7687L12.6569 19.2539C12.2804 19.582 11.7196 19.582 11.3431 19.2539L7.34305 15.7687C6.92666 15.4058 6.88322 14.7742 7.24603 14.3578Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ChevronUpDown\n", "import type { SVGProps } from \"react\"\nconst ChevronUpLg = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12 7C12.2652 7 12.5196 7.10536 12.7071 7.29289L19.7071 14.2929C20.0976 14.6834 20.0976 15.3166 19.7071 15.7071C19.3166 16.0976 18.6834 16.0976 18.2929 15.7071L12 9.41421L5.70711 15.7071C5.31658 16.0976 4.68342 16.0976 4.29289 15.7071C3.90237 15.3166 3.90237 14.6834 4.29289 14.2929L11.2929 7.29289C11.4804 7.10536 11.7348 7 12 7Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ChevronUpLg\n", "import type { SVGProps } from \"react\"\nconst ChevronUpMd = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12 7C12.2652 7 12.5196 7.10536 12.7071 7.29289L18.7071 13.2929C19.0976 13.6834 19.0976 14.3166 18.7071 14.7071C18.3166 15.0976 17.6834 15.0976 17.2929 14.7071L12 9.41421L6.70711 14.7071C6.31658 15.0976 5.68342 15.0976 5.29289 14.7071C4.90237 14.3166 4.90237 13.6834 5.29289 13.2929L11.2929 7.29289C11.4804 7.10536 11.7348 7 12 7Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ChevronUpMd\n", "import type { SVGProps } from \"react\"\nconst Circle = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 6 6\" fill=\"currentColor\" {...props}>\n <rect width={6} height={6} rx={3} />\n </svg>\n)\nexport default Circle\n", "import type { SVGProps } from \"react\"\nconst CircleDashed = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M13.787 19.8a1 1 0 0 1 .447 1.95 9.992 9.992 0 0 1-4.457 0 1 1 0 0 1 .445-1.95 7.993 7.993 0 0 0 3.565 0ZM9.777 2.248a9.992 9.992 0 0 1 4.434 0 1 1 0 0 1-.443 1.95 7.992 7.992 0 0 0-3.546 0 1 1 0 0 1-.445-1.95Zm9.874 12.109a1 1 0 0 1 1.912.587 9.99 9.99 0 0 1-2.229 3.86 1 1 0 0 1-1.465-1.36 7.99 7.99 0 0 0 1.782-3.087ZM2.445 9.053a9.992 9.992 0 0 1 2.217-3.84 1 1 0 0 1 1.468 1.36 7.992 7.992 0 0 0-1.773 3.07 1 1 0 0 1-1.912-.589ZM17.87 6.557a1 1 0 0 1 1.464-1.362 9.991 9.991 0 0 1 2.228 3.86 1 1 0 0 1-1.91.589 7.992 7.992 0 0 0-1.783-3.087ZM4.672 18.806a9.993 9.993 0 0 1-2.217-3.84 1 1 0 0 1 1.91-.592 7.98 7.98 0 0 0 1.773 3.07 1 1 0 0 1-1.466 1.362Z\" />\n </svg>\n)\nexport default CircleDashed\n", "import type { SVGProps } from \"react\"\nconst CircleQuestion = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M12 4a8 8 0 1 0 0 16 8 8 0 0 0 0-16ZM2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Z\" />\n <path d=\"M12 9a1 1 0 0 0-.879.522 1 1 0 0 1-1.754-.96A3 3 0 0 1 12 7c1.515 0 2.567 1.006 2.866 2.189.302 1.189-.156 2.574-1.524 3.258A.618.618 0 0 0 13 13a1 1 0 1 1-2 0c0-.992.56-1.898 1.447-2.342.455-.227.572-.618.48-.978C12.836 9.314 12.529 9 12 9Zm1.1 7a1.1 1.1 0 1 1-2.2 0 1.1 1.1 0 0 1 2.2 0Z\" />\n </svg>\n)\nexport default CircleQuestion\n", "import type { SVGProps } from \"react\"\nconst ClappingBoardClosed = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M13.5996 3C14.3472 3 14.9959 3.00063 15.5596 3.01855C15.7132 2.98861 15.8752 2.99414 16.0332 3.04102C16.1276 3.04657 16.2195 3.05034 16.3086 3.05762C17.0373 3.11715 17.6773 3.24326 18.2695 3.54492C19.2103 4.02429 19.9757 4.78966 20.4551 5.73047L20.5605 5.9541C20.7877 6.48344 20.8903 7.05359 20.9424 7.69141C20.9713 8.04489 20.985 8.43994 20.9922 8.88184C20.9968 8.92062 21 8.95998 21 9C21 9.03666 20.997 9.07276 20.9932 9.1084C20.9974 9.50255 21 9.93206 21 10.4004V13.5996C21 14.7032 21.001 15.5914 20.9424 16.3086C20.8903 16.9464 20.7877 17.5166 20.5605 18.0459L20.4551 18.2695C20.0056 19.1516 19.3054 19.8798 18.4443 20.3623L18.2695 20.4551C17.6773 20.7567 17.0373 20.8828 16.3086 20.9424C15.5914 21.001 14.7032 21 13.5996 21H10.4004C9.29681 21 8.40857 21.001 7.69141 20.9424C7.05359 20.8903 6.48344 20.7877 5.9541 20.5605L5.73047 20.4551C4.78966 19.9757 4.02429 19.2103 3.54492 18.2695C3.24327 17.6773 3.11716 17.0373 3.05762 16.3086C2.99903 15.5914 3 14.7032 3 13.5996V10.4004C3 9.93207 3.00158 9.50254 3.00586 9.1084C3.00202 9.07279 3 9.03663 3 9C3 8.96002 3.00228 8.92059 3.00684 8.88184C3.01402 8.43993 3.02874 8.04489 3.05762 7.69141C3.11716 6.9627 3.24327 6.32266 3.54492 5.73047C4.02429 4.78966 4.78966 4.02429 5.73047 3.54492C6.32266 3.24326 6.9627 3.11715 7.69141 3.05762C8.3688 3.00228 9.19881 3.00007 10.2188 3H13.5996ZM5.00195 10C5.00185 10.1286 5 10.2619 5 10.4004V13.5996C5 14.736 5.00041 15.5287 5.05078 16.1455C5.10023 16.7507 5.19296 17.0989 5.32715 17.3623C5.61472 17.9265 6.07347 18.3853 6.6377 18.6729L6.74121 18.7217C6.99244 18.8298 7.32513 18.906 7.85449 18.9492C8.47129 18.9996 9.26396 19 10.4004 19H13.5996C14.736 19 15.5287 18.9996 16.1455 18.9492C16.7507 18.8998 17.099 18.807 17.3623 18.6729L17.5684 18.5576C18.0383 18.2694 18.4211 17.8562 18.6729 17.3623L18.7217 17.2588C18.8298 17.0076 18.906 16.6749 18.9492 16.1455C18.9996 15.5287 19 14.736 19 13.5996V10.4004C19 10.2619 18.9981 10.1286 18.998 10H5.00195ZM15.2275 8H18.958C18.9547 7.95045 18.9531 7.90189 18.9492 7.85449C18.906 7.32513 18.8298 6.99244 18.7217 6.74121L18.6729 6.6377C18.3853 6.07347 17.9265 5.61472 17.3623 5.32715C17.1376 5.21265 16.8507 5.13112 16.3955 5.07812L15.2275 8ZM8.76856 5.01074C8.42179 5.01784 8.12163 5.02896 7.85449 5.05078C7.24933 5.10023 6.90105 5.19296 6.6377 5.32715C6.07347 5.61472 5.61472 6.07347 5.32715 6.6377C5.19296 6.90105 5.10023 7.24933 5.05078 7.85449C5.04691 7.90189 5.0453 7.95045 5.04199 8H7.57324L8.76856 5.01074ZM9.72754 8H13.0732L14.2715 5.00293C14.0616 5.00244 13.8382 5 13.5996 5H10.9268L9.72754 8Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ClappingBoardClosed\n", "import type { SVGProps } from \"react\"\nconst ClappingBoardOpen = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M18.5717 6.88319C18.418 5.78937 17.4066 5.02728 16.3128 5.181L15.687 5.26895L14.9751 7.38866L18.5717 6.88319ZM12.7608 7.69986L13.4727 5.58015L10.2406 6.03441L9.52863 8.15411L12.7608 7.69986ZM7.31432 8.46531L8.02624 6.34561L6.41014 6.57273C5.31632 6.72646 4.55422 7.7378 4.70795 8.83162L7.31432 8.46531ZM16.0345 3.20047C18.2221 2.89301 20.2448 4.41721 20.5522 6.60485L20.6914 7.59512C20.7683 8.14203 20.3872 8.64769 19.8403 8.72456L5.42864 10.75H20.0001C20.5524 10.75 21.0001 11.1977 21.0001 11.75V15.2413C21.0001 16.0463 21.0001 16.7106 20.9559 17.2518C20.91 17.8139 20.8114 18.3306 20.5641 18.8159C20.1806 19.5686 19.5687 20.1805 18.8161 20.564C18.3307 20.8113 17.814 20.9099 17.2519 20.9558C16.7108 21 16.0464 21 15.2414 21H8.75879C7.95383 21 7.28948 21 6.74829 20.9558C6.18619 20.9099 5.66949 20.8113 5.18415 20.564C4.4315 20.1805 3.81958 19.5686 3.43609 18.8159C3.1888 18.3306 3.09023 17.8139 3.04431 17.2518C3.00009 16.7106 3.0001 16.0463 3.00011 15.2413L3.00011 11.0503L2.72741 9.10996C2.41996 6.92232 3.94415 4.89965 6.13179 4.5922L16.0345 3.20047ZM5.00011 12.75V15.2C5.00011 16.0566 5.00089 16.6389 5.03767 17.0889C5.07349 17.5274 5.13841 17.7516 5.2181 17.908C5.40985 18.2843 5.71581 18.5903 6.09213 18.782C6.24853 18.8617 6.47274 18.9266 6.91115 18.9624C7.36124 18.9992 7.94353 19 8.80011 19H15.2001C16.0567 19 16.639 18.9992 17.0891 18.9624C17.5275 18.9266 17.7517 18.8617 17.9081 18.782C18.2844 18.5903 18.5904 18.2843 18.7821 17.908C18.8618 17.7516 18.9267 17.5274 18.9626 17.0889C18.9993 16.6389 19.0001 16.0566 19.0001 15.2V12.75H5.00011Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ClappingBoardOpen\n", "import type { SVGProps } from \"react\"\nconst Cleanup = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M20.6924 7.69934C21.9197 6.49031 21.9271 4.51298 20.7089 3.2948C19.4886 2.07451 17.5071 2.08437 16.299 3.31675L13.5969 6.07326L13.5568 6.03323C12.2372 4.71498 10.165 4.92295 8.96133 6.1414C7.50794 7.61259 5.9016 8.71537 4.01232 9.53517C2.41106 10.23 1.38556 12.218 2.39528 13.9556C2.71855 14.5119 3.04766 15.0415 3.38622 15.5473C3.63945 15.9257 4.11629 16.0853 4.54624 15.9355L4.76992 15.8576L4.59035 16.1624C4.37846 16.5222 4.41238 16.9757 4.67542 17.3C5.53382 18.3581 6.22496 19.0669 7.05481 19.7064C7.8654 20.331 8.78688 20.8714 10.0525 21.6054C11.7893 22.6127 13.7791 21.5912 14.4753 19.99C15.2958 18.1028 16.3996 16.4982 17.8722 15.0462C19.0923 13.8434 19.3008 11.7715 17.9805 10.4525L17.9394 10.4115L20.6924 7.69934ZM17.7273 4.71682C18.1567 4.27878 18.861 4.27527 19.2947 4.70902C19.7277 5.14201 19.7251 5.84483 19.2889 6.27457L15.8177 9.6941C15.6278 9.8812 15.5204 10.1364 15.5195 10.403C15.5186 10.6696 15.6241 10.9255 15.8127 11.1139L16.567 11.8674C16.9956 12.2956 17.0084 13.0893 16.4681 13.622C16.2745 13.8129 16.0865 14.0063 15.9038 14.2024L9.80462 8.10929C10.0005 7.92726 10.1936 7.73986 10.3841 7.54698C10.9178 7.00679 11.7139 7.01923 12.1433 7.44814L12.8975 8.20165C13.0863 8.39025 13.3427 8.49557 13.6095 8.49417C13.8764 8.49278 14.1316 8.38479 14.3184 8.19422L17.7273 4.71682ZM8.25899 9.39223C7.19845 10.1743 6.05635 10.8284 4.80844 11.3699C4.05522 11.6967 3.84545 12.4705 4.12451 12.9507C4.29191 13.2388 4.46015 13.5178 4.62979 13.7885L6.68582 13.0723C7.08193 12.9343 7.52205 13.0582 7.78803 13.3825C8.05401 13.7068 8.08932 14.1627 7.87644 14.5241L6.67127 16.5703C7.25497 17.247 7.73718 17.7073 8.27556 18.1222C8.96317 18.652 9.76515 19.1267 11.0559 19.8753C11.539 20.1555 12.3146 19.9434 12.6411 19.1925C13.183 17.9463 13.8374 16.8058 14.6198 15.7467L8.25899 9.39223Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Cleanup\n", "import type { SVGProps } from \"react\"\nconst Clear = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M20.719 4.696a1 1 0 0 0-1.415-1.415l-4.796 4.796-.634-.635a3.002 3.002 0 0 0-3.788-.375l-7.64 5.093a1 1 0 0 0-.153 1.541l8.005 8.005a1.002 1.002 0 0 0 1.541-.152l5.093-7.64a3.001 3.001 0 0 0-.375-3.789l-.634-.633 4.796-4.796Zm-9.523 4.037a1 1 0 0 1 1.263.124l2.682 2.684a1 1 0 0 1 .126 1.262l-.414.621-4.278-4.277.62-.414ZM8.877 10.28l-4.305 2.87 1.43 1.43 1.294-1.292a1 1 0 0 1 1.415 1.415l-1.294 1.294 3.433 3.432 2.871-4.306-4.844-4.843Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default Clear\n", "import type { SVGProps } from \"react\"\nconst Click = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M6.83828 4.6278C4.57626 6.21169 4.02652 9.32942 5.61041 11.5914C5.94663 12.0716 6.35043 12.4732 6.79926 12.7937C7.2487 13.1147 7.35283 13.7393 7.03185 14.1887C6.71086 14.6381 6.08632 14.7422 5.63689 14.4213C5.00587 13.9706 4.44035 13.4073 3.9721 12.7386C1.75466 9.57176 2.5243 5.20694 5.69113 2.9895C8.85797 0.772055 13.2228 1.54169 15.4402 4.70853C15.9085 5.37725 16.2444 6.10132 16.452 6.84842C16.5999 7.38053 16.2885 7.9318 15.7564 8.0797C15.2243 8.22761 14.673 7.91615 14.5251 7.38404C14.3774 6.85265 14.1381 6.33585 13.8019 5.85568C12.218 3.59365 9.10031 3.04391 6.83828 4.6278ZM9.41486 8.31713C9.72777 8.09528 10.14 8.07196 10.476 8.25713L20.719 13.903C21.0214 14.0697 21.2164 14.3805 21.2348 14.7252C21.2533 15.07 21.0927 15.3999 20.8099 15.5979L19.0603 16.823L20.1987 18.4775C20.5099 18.9298 20.3982 19.5485 19.9484 19.8635L16.6673 22.1609C16.2149 22.4777 15.5913 22.3678 15.2745 21.9153L14.1274 20.277L12.4936 21.421C12.2125 21.6179 11.8501 21.6568 11.5336 21.5242C11.2171 21.3916 10.9907 21.106 10.9338 20.7676L9.00706 9.29858C8.9435 8.9203 9.10194 8.53899 9.41486 8.31713ZM11.3221 11.0072L12.6438 18.8743L13.7994 18.0652C14.2518 17.7484 14.8753 17.8583 15.1921 18.3107L16.3393 19.949L17.9888 18.794L16.8505 17.1395C16.5392 16.6872 16.6509 16.0685 17.1007 15.7535L18.3483 14.88L11.3221 11.0072Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Click\n", "import type { SVGProps } from \"react\"\nconst Clip = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M9 7a5 5 0 0 1 10 0v8a7 7 0 1 1-14 0V9a1 1 0 0 1 2 0v6a5 5 0 0 0 10 0V7a3 3 0 1 0-6 0v8a1 1 0 1 0 2 0V9a1 1 0 1 1 2 0v6a3 3 0 1 1-6 0V7Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default Clip\n", "import type { SVGProps } from \"react\"\nconst Clipboard = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M12 4a2 2 0 0 0-2 2h4a2 2 0 0 0-2-2ZM8.535 4A3.998 3.998 0 0 1 12 2c1.48 0 2.773.804 3.465 2H17a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3h1.535ZM8 6H7a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1h-1a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default Clipboard\n", "import type { SVGProps } from \"react\"\nconst ClipboardCopy = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12.0001 3.5C10.8955 3.5 10.0001 4.39543 10.0001 5.5H14.0001C14.0001 4.39543 13.1047 3.5 12.0001 3.5ZM8.53463 3.50105C9.2261 2.30487 10.5191 1.5 12.0001 1.5C13.4811 1.5 14.7741 2.30487 15.4656 3.50105C15.8379 3.50314 16.164 3.50933 16.4485 3.52772C16.8932 3.55647 17.3051 3.61797 17.7038 3.7735C18.7459 4.18001 19.5701 5.00425 19.9766 6.04631C20.1321 6.44501 20.1936 6.85693 20.2224 7.3016C20.2501 7.73064 20.2501 8.25411 20.2501 8.88827V15.7413C20.2501 16.5463 20.2501 17.2106 20.2059 17.7518C20.16 18.3139 20.0614 18.8306 19.8141 19.316C19.4306 20.0686 18.8187 20.6805 18.0661 21.064C17.5807 21.3113 17.064 21.4099 16.5019 21.4558C15.9608 21.5 15.2964 21.5 14.4914 21.5H9.50868C8.70372 21.5 8.03936 21.5 7.49817 21.4558C6.93608 21.4099 6.41937 21.3113 5.93404 21.064C5.18139 20.6805 4.56947 20.0686 4.18597 19.316C3.93868 18.8306 3.84012 18.3139 3.79419 17.7518C3.74998 17.2106 3.74999 16.5463 3.75 15.7413L3.75 8.88839C3.74999 8.25418 3.74999 7.73066 3.77773 7.30159C3.80648 6.85688 3.86799 6.44492 4.02355 6.0462C4.43005 5.00423 5.25423 4.18005 6.2962 3.77355C6.69492 3.61799 7.10688 3.55648 7.55159 3.52773C7.83615 3.50933 8.16225 3.50314 8.53463 3.50105ZM8.00013 5.5092C7.88438 5.51259 7.77867 5.51722 7.68064 5.52356C7.33211 5.5461 7.15025 5.58717 7.0231 5.63677C6.50212 5.84002 6.09003 6.25212 5.88677 6.7731C5.83717 6.90025 5.7961 7.08211 5.77356 7.43064C5.75049 7.78751 5.75 8.24611 5.75 8.92082V15.7C5.75 16.5566 5.75078 17.1389 5.78755 17.589C5.82337 18.0274 5.8883 18.2516 5.96799 18.408C6.15973 18.7843 6.4657 19.0903 6.84202 19.282C6.99842 19.3617 7.22262 19.4266 7.66104 19.4624C8.11113 19.4992 8.69342 19.5 9.55 19.5H14.4501C15.3067 19.5 15.889 19.4992 16.3391 19.4624C16.7775 19.4266 17.0017 19.3617 17.1581 19.282C17.5344 19.0903 17.8404 18.7843 18.0321 18.408C18.1118 18.2516 18.1767 18.0274 18.2126 17.589C18.2493 17.1389 18.2501 16.5566 18.2501 15.7V8.92071C18.2501 8.24605 18.2496 7.78748 18.2266 7.43064C18.204 7.08215 18.163 6.90029 18.1134 6.77315C17.9101 6.25213 17.498 5.84 16.977 5.63675C16.8498 5.58716 16.668 5.54609 16.3195 5.52356C16.2215 5.51722 16.1158 5.51259 16.0001 5.5092C15.9951 6.60954 15.1016 7.5 14.0001 7.5H10.0001C8.89861 7.5 8.00509 6.60954 8.00013 5.5092Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ClipboardCopy\n", "import type { SVGProps } from \"react\"\nconst Clock = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4ZM2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM12 6C12.5523 6 13 6.44772 13 7V12C13 12.2652 12.8946 12.5196 12.7071 12.7071L10.2071 15.2071C9.81658 15.5976 9.18342 15.5976 8.79289 15.2071C8.40237 14.8166 8.40237 14.1834 8.79289 13.7929L11 11.5858V7C11 6.44772 11.4477 6 12 6Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Clock\n", "import type { SVGProps } from \"react\"\nconst Clock10s = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4ZM2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM17.1962 9C17.4723 9.47829 17.3084 10.0899 16.8301 10.366L12.5001 12.866C12.0218 13.1422 11.4102 12.9783 11.134 12.5C10.8579 12.0217 11.0218 11.4101 11.5 11.134L15.8301 8.63398C16.3084 8.35783 16.92 8.5217 17.1962 9Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Clock10s\n", "import type { SVGProps } from \"react\"\nconst Clock15s = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4ZM2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM11 12C11 11.4477 11.4477 11 12 11H17C17.5523 11 18 11.4477 18 12C18 12.5523 17.5523 13 17 13H12C11.4477 13 11 12.5523 11 12Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Clock15s\n", "import type { SVGProps } from \"react\"\nconst Clock20s = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4ZM2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM11.134 11.5C11.4102 11.0217 12.0218 10.8578 12.5 11.134L16.8301 13.634C17.3084 13.9101 17.4723 14.5217 17.1961 15C16.92 15.4783 16.3084 15.6422 15.8301 15.366L11.5 12.866C11.0217 12.5899 10.8579 11.9783 11.134 11.5Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Clock20s\n", "import type { SVGProps } from \"react\"\nconst Clock5s = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4ZM2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM15 6.80384C15.4783 7.07998 15.6422 7.69157 15.366 8.16986L12.866 12.5C12.5899 12.9783 11.9783 13.1422 11.5 12.866C11.0217 12.5899 10.8578 11.9783 11.134 11.5L13.634 7.16986C13.9101 6.69157 14.5217 6.52769 15 6.80384Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Clock5s\n", "import type { SVGProps } from \"react\"\nconst ClockOff = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12 4C7.58172 4 4 7.58172 4 12C4 16.1172 7.11098 19.5091 11.1099 19.9511C11.6588 20.0118 12.0546 20.506 11.9939 21.0549C11.9333 21.6039 11.4391 21.9997 10.8901 21.939C5.88912 21.3862 2 17.148 2 12C2 6.47715 6.47715 2 12 2C17.148 2 21.3862 5.88912 21.939 10.8901C21.9997 11.4391 21.6039 11.9333 21.0549 11.9939C20.506 12.0546 20.0118 11.6588 19.9511 11.1099C19.5091 7.11098 16.1172 4 12 4ZM12 6C12.5523 6 13 6.44772 13 7V12C13 12.2652 12.8946 12.5196 12.7071 12.7071L10.2071 15.2071C9.81658 15.5976 9.18342 15.5976 8.79289 15.2071C8.40237 14.8166 8.40237 14.1834 8.79289 13.7929L11 11.5858V7C11 6.44772 11.4477 6 12 6ZM15.2929 15.2929C15.6834 14.9024 16.3166 14.9024 16.7071 15.2929L18.5 17.0858L20.2929 15.2929C20.6834 14.9024 21.3166 14.9024 21.7071 15.2929C22.0976 15.6834 22.0976 16.3166 21.7071 16.7071L19.9142 18.5L21.7071 20.2929C22.0976 20.6834 22.0976 21.3166 21.7071 21.7071C21.3166 22.0976 20.6834 22.0976 20.2929 21.7071L18.5 19.9142L16.7071 21.7071C16.3166 22.0976 15.6834 22.0976 15.2929 21.7071C14.9024 21.3166 14.9024 20.6834 15.2929 20.2929L17.0858 18.5L15.2929 16.7071C14.9024 16.3166 14.9024 15.6834 15.2929 15.2929Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ClockOff\n", "import type { SVGProps } from \"react\"\nconst CloseBold = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M5.83071 5.83077C6.33839 5.32309 7.16151 5.32309 7.66919 5.83077L12 10.1615L16.3307 5.83077C16.8384 5.32309 17.6615 5.32309 18.1692 5.83077C18.6769 6.33845 18.6769 7.16157 18.1692 7.66925L13.8384 12L18.1692 16.3308C18.6769 16.8385 18.6769 17.6616 18.1692 18.1693C17.6615 18.6769 16.8384 18.6769 16.3307 18.1693L12 13.8385L7.66919 18.1693C7.16151 18.6769 6.33839 18.6769 5.83071 18.1693C5.32303 17.6616 5.32303 16.8385 5.83071 16.3308L10.1615 12L5.83071 7.66925C5.32303 7.16157 5.32303 6.33845 5.83071 5.83077Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default CloseBold\n", "import type { SVGProps } from \"react\"\nconst Code = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M14.447 7.106a1 1 0 0 1 .447 1.341l-4 8a1 1 0 1 1-1.788-.894l4-8a1 1 0 0 1 1.341-.447ZM6.6 7.2a1 1 0 0 1 .2 1.4L4.25 12l2.55 3.4a1 1 0 0 1-1.6 1.2l-3-4a1 1 0 0 1 0-1.2l3-4a1 1 0 0 1 1.4-.2Zm10.8 0a1 1 0 0 1 1.4.2l3 4a1 1 0 0 1 0 1.2l-3 4a1 1 0 0 1-1.6-1.2l2.55-3.4-2.55-3.4a1 1 0 0 1 .2-1.4Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default Code\n", "import type { SVGProps } from \"react\"\nconst CodeSquareSlash = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M8.7587 3H15.2413C16.0463 2.99999 16.7106 2.99998 17.2518 3.04419C17.8139 3.09012 18.3306 3.18868 18.816 3.43597C19.5686 3.81947 20.1805 4.43139 20.564 5.18404C20.8113 5.66937 20.9099 6.18608 20.9558 6.74817C21 7.28936 21 7.95372 21 8.75868V15.2413C21 16.0463 21 16.7106 20.9558 17.2518C20.9099 17.8139 20.8113 18.3306 20.564 18.816C20.1805 19.5686 19.5686 20.1805 18.816 20.564C18.3306 20.8113 17.8139 20.9099 17.2518 20.9558C16.7106 21 16.0463 21 15.2413 21H8.75868C7.95372 21 7.28936 21 6.74817 20.9558C6.18608 20.9099 5.66937 20.8113 5.18404 20.564C4.43139 20.1805 3.81947 19.5686 3.43597 18.816C3.18868 18.3306 3.09012 17.8139 3.04419 17.2518C2.99998 16.7106 2.99999 16.0463 3 15.2413V8.7587C2.99999 7.95373 2.99998 7.28937 3.04419 6.74817C3.09012 6.18608 3.18868 5.66937 3.43597 5.18404C3.81947 4.43139 4.43139 3.81947 5.18404 3.43597C5.66937 3.18868 6.18608 3.09012 6.74817 3.04419C7.28937 2.99998 7.95373 2.99999 8.7587 3ZM6.91104 5.03755C6.47262 5.07337 6.24842 5.1383 6.09202 5.21799C5.7157 5.40973 5.40973 5.7157 5.21799 6.09202C5.1383 6.24842 5.07337 6.47262 5.03755 6.91104C5.00078 7.36113 5 7.94342 5 8.8V15.2C5 16.0566 5.00078 16.6389 5.03755 17.089C5.07337 17.5274 5.1383 17.7516 5.21799 17.908C5.40973 18.2843 5.7157 18.5903 6.09202 18.782C6.24842 18.8617 6.47262 18.9266 6.91104 18.9624C7.36113 18.9992 7.94342 19 8.8 19H15.2C16.0566 19 16.6389 18.9992 17.089 18.9624C17.5274 18.9266 17.7516 18.8617 17.908 18.782C18.2843 18.5903 18.5903 18.2843 18.782 17.908C18.8617 17.7516 18.9266 17.5274 18.9624 17.089C18.9992 16.6389 19 16.0566 19 15.2V8.8C19 7.94342 18.9992 7.36113 18.9624 6.91104C18.9266 6.47262 18.8617 6.24842 18.782 6.09202C18.5903 5.7157 18.2843 5.40973 17.908 5.21799C17.7516 5.1383 17.5274 5.07337 17.089 5.03755C16.6389 5.00078 16.0566 5 15.2 5H8.8C7.94342 5 7.36113 5.00078 6.91104 5.03755ZM14.4472 7.10557C14.9412 7.35256 15.1414 7.95324 14.8944 8.44721L10.8944 16.4472C10.6474 16.9412 10.0468 17.1414 9.55279 16.8944C9.05881 16.6474 8.85858 16.0468 9.10557 15.5528L13.1056 7.55279C13.3526 7.05881 13.9532 6.85858 14.4472 7.10557Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default CodeSquareSlash\n", "import type { SVGProps } from \"react\"\nconst Collapse = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M12.659 9.753a1 1 0 0 1-1.318 0l-4-3.5A1 1 0 1 1 8.66 4.747L12 7.671l3.341-2.924a1 1 0 1 1 1.318 1.506l-4 3.5Zm-4.002 9.501a1 1 0 1 1-1.314-1.508l4-3.485a1 1 0 0 1 1.314 0l4 3.485a1 1 0 1 1-1.314 1.508L12 16.34l-3.343 2.913Z\" />\n </svg>\n)\nexport default Collapse\n", "import type { SVGProps } from \"react\"\nconst CollapseLarge = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M13 4a1 1 0 1 1 2 0v3.586l4.293-4.293a1 1 0 1 1 1.414 1.414L16.414 9H20a1 1 0 1 1 0 2h-6a1 1 0 0 1-1-1V4ZM3 14a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0v-3.586l-4.293 4.293a1 1 0 0 1-1.414-1.414L7.586 15H4a1 1 0 0 1-1-1Z\" />\n </svg>\n)\nexport default CollapseLarge\n", "import type { SVGProps } from \"react\"\nconst CollapseLeft = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M4 4a1 1 0 0 1 1 1v14a1 1 0 1 1-2 0V5a1 1 0 0 1 1-1Zm11.707 2.293a1 1 0 0 1 0 1.414L12.414 11H20a1 1 0 1 1 0 2h-7.586l3.293 3.293a1 1 0 0 1-1.414 1.414l-5-5a1 1 0 0 1 0-1.414l5-5a1 1 0 0 1 1.414 0Z\" />\n </svg>\n)\nexport default CollapseLeft\n", "import type { SVGProps } from \"react\"\nconst CollapseLg = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M13 4C13 3.44772 13.4477 3 14 3C14.5523 3 15 3.44772 15 4V7.58579L19.2929 3.29289C19.6834 2.90237 20.3166 2.90237 20.7071 3.29289C21.0976 3.68342 21.0976 4.31658 20.7071 4.70711L16.4142 9H20C20.5523 9 21 9.44772 21 10C21 10.5523 20.5523 11 20 11H14C13.4477 11 13 10.5523 13 10V4ZM3 14C3 13.4477 3.44772 13 4 13H10C10.5523 13 11 13.4477 11 14V20C11 20.5523 10.5523 21 10 21C9.44772 21 9 20.5523 9 20V16.4142L4.70711 20.7071C4.31658 21.0976 3.68342 21.0976 3.29289 20.7071C2.90237 20.3166 2.90237 19.6834 3.29289 19.2929L7.58579 15H4C3.44772 15 3 14.5523 3 14Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default CollapseLg\n", "import type { SVGProps } from \"react\"\nconst CollapseRight = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M20 4a1 1 0 0 0-1 1v14a1 1 0 1 0 2 0V5a1 1 0 0 0-1-1ZM8.293 6.293a1 1 0 0 0 0 1.414L11.586 11H4a1 1 0 1 0 0 2h7.586l-3.293 3.293a1 1 0 1 0 1.414 1.414l5-5a1 1 0 0 0 0-1.414l-5-5a1 1 0 0 0-1.414 0Z\" />\n </svg>\n)\nexport default CollapseRight\n", "import type { SVGProps } from \"react\"\nconst CollapseSm = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M5 14C5 13.4477 5.44772 13 6 13H10C10.5523 13 11 13.4477 11 14V18C11 18.5523 10.5523 19 10 19C9.44771 19 9 18.5523 9 18V15H6C5.44772 15 5 14.5523 5 14Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M14 5C14.5523 5 15 5.44772 15 6V9H18C18.5523 9 19 9.44771 19 10C19 10.5523 18.5523 11 18 11H14C13.4477 11 13 10.5523 13 10V6C13 5.44772 13.4477 5 14 5Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default CollapseSm\n", "import type { SVGProps } from \"react\"\nconst CollapseSmall = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M5 14a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 1 1-2 0v-3H6a1 1 0 0 1-1-1Zm9-9a1 1 0 0 1 1 1v3h3a1 1 0 1 1 0 2h-4a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1Z\" />\n </svg>\n)\nexport default CollapseSmall\n", "import type { SVGProps } from \"react\"\nconst ColorTheme = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M8.25 13.25C9.07843 13.25 9.75 13.9216 9.75 14.75C9.75 15.5784 9.07843 16.25 8.25 16.25C7.42157 16.25 6.75 15.5784 6.75 14.75C6.75 13.9216 7.42157 13.25 8.25 13.25Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M7.5 8.5C8.32843 8.5 9 9.17157 9 10C9 10.8284 8.32843 11.5 7.5 11.5C6.67157 11.5 6 10.8284 6 10C6 9.17157 6.67157 8.5 7.5 8.5Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M15.75 7.25C16.5784 7.25 17.25 7.92157 17.25 8.75C17.25 9.57843 16.5784 10.25 15.75 10.25C14.9216 10.25 14.25 9.57843 14.25 8.75C14.25 7.92157 14.9216 7.25 15.75 7.25Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M11.25 5.5C12.0784 5.5 12.75 6.17157 12.75 7C12.75 7.82843 12.0784 8.5 11.25 8.5C10.4216 8.5 9.75 7.82843 9.75 7C9.75 6.17157 10.4216 5.5 11.25 5.5Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 14.03 20.3542 15.6758 18.3242 15.6758H14.3672C14.0151 15.6758 13.7295 15.9614 13.7295 16.3135C13.7295 16.4527 13.7751 16.5884 13.8594 16.6992L14.7617 17.8857C15.0515 18.267 15.2089 18.733 15.209 19.2119C15.209 20.7515 13.9605 22 12.4209 22H12C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20H12.4209C12.8559 20 13.209 19.6469 13.209 19.2119C13.2089 19.1703 13.195 19.1299 13.1699 19.0967L12.2676 17.9092C11.9188 17.4503 11.7295 16.8898 11.7295 16.3135C11.7295 14.8568 12.9106 13.6758 14.3672 13.6758H18.3242C19.2497 13.6758 20 12.9255 20 12C20 7.58172 16.4183 4 12 4Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ColorTheme\n", "import type { SVGProps } from \"react\"\nconst Comment = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M8.25681 3H15.7394C16.5444 2.99999 17.2087 2.99998 17.7499 3.04419C18.312 3.09012 18.8287 3.18868 19.3141 3.43597C20.0667 3.81947 20.6786 4.43139 21.0621 5.18404C21.3094 5.66937 21.408 6.18608 21.4539 6.74817C21.4981 7.28936 21.4981 7.95372 21.4981 8.75868V14.7135C21.4981 14.7501 21.4981 14.7861 21.4981 14.8216C21.4984 15.4471 21.4986 15.9109 21.4136 16.3179C21.0885 17.8743 19.8724 19.0904 18.316 19.4155C17.909 19.5005 17.4452 19.5003 16.8198 19.5C16.7842 19.5 16.7482 19.5 16.7116 19.5C16.4464 19.5 16.3688 19.5008 16.2971 19.5066C15.9916 19.5315 15.696 19.6262 15.433 19.7835C15.3713 19.8204 15.3077 19.8649 15.0919 20.019L13.5093 21.1495C13.4863 21.1659 13.4627 21.1829 13.4385 21.2004C13.1832 21.3843 12.8629 21.6152 12.4892 21.7099C12.1669 21.7915 11.8293 21.7915 11.507 21.7099C11.1333 21.6152 10.813 21.3843 10.5577 21.2004C10.5335 21.1829 10.5099 21.1659 10.4869 21.1495L8.9043 20.019C8.68849 19.8649 8.62494 19.8204 8.56317 19.7835C8.30018 19.6262 8.00456 19.5315 7.69915 19.5066C7.6274 19.5008 7.54986 19.5 7.28465 19.5C7.24805 19.5 7.212 19.5 7.17646 19.5C6.55106 19.5003 6.08718 19.5005 5.68025 19.4155C4.12381 19.0904 2.90772 17.8743 2.58261 16.3179C2.49761 15.9109 2.49781 15.4471 2.49808 14.8216C2.49809 14.7861 2.49811 14.7501 2.49811 14.7135L2.49811 8.7587C2.49809 7.95373 2.49808 7.28937 2.5423 6.74817C2.58823 6.18608 2.68679 5.66937 2.93408 5.18404C3.31757 4.43139 3.9295 3.81947 4.68214 3.43597C5.16748 3.18868 5.68418 3.09012 6.24628 3.04419C6.78748 2.99998 7.45184 2.99999 8.25681 3ZM6.40914 5.03755C5.97073 5.07337 5.74653 5.1383 5.59013 5.21799C5.2138 5.40973 4.90784 5.7157 4.71609 6.09202C4.6364 6.24842 4.57148 6.47262 4.53566 6.91104C4.49888 7.36113 4.49811 7.94342 4.49811 8.8V14.7135C4.49811 15.4948 4.50343 15.7321 4.54036 15.9089C4.70291 16.6871 5.31096 17.2952 6.08918 17.4577C6.26596 17.4947 6.50333 17.5 7.28465 17.5L7.31905 17.5C7.53532 17.5 7.69861 17.4999 7.86159 17.5132C8.47242 17.563 9.06364 17.7525 9.58962 18.067C9.72996 18.1509 9.86282 18.2458 10.0388 18.3716L11.6494 19.522C11.8276 19.6493 11.921 19.7154 11.9916 19.7588C11.9938 19.7602 11.996 19.7615 11.9981 19.7628C12.0002 19.7615 12.0024 19.7602 12.0046 19.7588C12.0752 19.7154 12.1686 19.6493 12.3469 19.522L13.9574 18.3716C14.1334 18.2458 14.2663 18.1509 14.4066 18.067C14.9326 17.7525 15.5238 17.563 16.1346 17.5132C16.2976 17.4999 16.4609 17.5 16.6772 17.5L16.7116 17.5C17.4929 17.5 17.7302 17.4947 17.907 17.4577C18.6853 17.2952 19.2933 16.6871 19.4559 15.9089C19.4928 15.7321 19.4981 15.4948 19.4981 14.7135V8.8C19.4981 7.94342 19.4973 7.36113 19.4606 6.91104C19.4247 6.47262 19.3598 6.24842 19.2801 6.09202C19.0884 5.7157 18.7824 5.40973 18.4061 5.21799C18.2497 5.1383 18.0255 5.07337 17.5871 5.03755C17.137 5.00078 16.5547 5 15.6981 5H8.29811C7.44153 5 6.85923 5.00078 6.40914 5.03755ZM8.00006 9C8.00006 8.44772 8.44777 8 9.00006 8H15.0001C15.5523 8 16.0001 8.44772 16.0001 9C16.0001 9.55229 15.5523 10 15.0001 10H9.00006C8.44777 10 8.00006 9.55229 8.00006 9ZM7.99811 13C7.99811 12.4477 8.44582 12 8.99811 12H11.9981C12.5504 12 12.9981 12.4477 12.9981 13C12.9981 13.5523 12.5504 14 11.9981 14H8.99811C8.44582 14 7.99811 13.5523 7.99811 13Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Comment\n", "import type { SVGProps } from \"react\"\nconst Commit = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M6.5 2.75C8.29493 2.75 9.75 4.20507 9.75 6C9.75 7.44586 8.80541 8.66989 7.5 9.0918V10C7.5 10.5523 7.94772 11 8.5 11H15.5C17.1569 11 18.5 12.3431 18.5 14V14.9072C19.8056 15.329 20.75 16.554 20.75 18C20.75 19.7949 19.2949 21.25 17.5 21.25C15.7051 21.25 14.25 19.7949 14.25 18C14.25 16.554 15.1944 15.329 16.5 14.9072V14C16.5 13.4477 16.0523 13 15.5 13H8.5C8.14888 13 7.81314 12.936 7.5 12.8252V14.9072C8.80556 15.329 9.75 16.554 9.75 18C9.75 19.7949 8.29493 21.25 6.5 21.25C4.70507 21.25 3.25 19.7949 3.25 18C3.25 16.554 4.19444 15.329 5.5 14.9072V9.0918C4.19459 8.66989 3.25 7.44586 3.25 6C3.25 4.20507 4.70507 2.75 6.5 2.75ZM6.5 16.75C5.80964 16.75 5.25 17.3096 5.25 18C5.25 18.6904 5.80964 19.25 6.5 19.25C7.19036 19.25 7.75 18.6904 7.75 18C7.75 17.3096 7.19036 16.75 6.5 16.75ZM17.5 16.75C16.8096 16.75 16.25 17.3096 16.25 18C16.25 18.6904 16.8096 19.25 17.5 19.25C18.1904 19.25 18.75 18.6904 18.75 18C18.75 17.3096 18.1904 16.75 17.5 16.75ZM6.5 4.75C5.80964 4.75 5.25 5.30964 5.25 6C5.25 6.69036 5.80964 7.25 6.5 7.25C7.19036 7.25 7.75 6.69036 7.75 6C7.75 5.30964 7.19036 4.75 6.5 4.75Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Commit\n", "import type { SVGProps } from \"react\"\nconst Compare = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M9.29297 3.29297C9.68349 2.90244 10.3165 2.90244 10.707 3.29297L12.707 5.29297C13.0731 5.65908 13.0957 6.23809 12.7754 6.63086L12.707 6.70703L10.707 8.70703L10.6309 8.77539C10.2381 9.09574 9.65908 9.07315 9.29297 8.70703C8.92685 8.34092 8.90426 7.76191 9.22461 7.36914L9.29297 7.29297L9.58594 7H7.5C6.94772 7 6.5 7.44772 6.5 8V14.9072C7.80556 15.329 8.75 16.554 8.75 18C8.75 19.7949 7.29493 21.25 5.5 21.25C3.70507 21.25 2.25 19.7949 2.25 18C2.25 16.554 3.19444 15.329 4.5 14.9072V8C4.5 6.34315 5.84315 5 7.5 5H9.58594L9.29297 4.70703C8.90244 4.31651 8.90244 3.68349 9.29297 3.29297ZM5.5 16.75C4.80964 16.75 4.25 17.3096 4.25 18C4.25 18.6904 4.80964 19.25 5.5 19.25C6.19036 19.25 6.75 18.6904 6.75 18C6.75 17.3096 6.19036 16.75 5.5 16.75Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M18.5 2.75C20.2949 2.75 21.75 4.20507 21.75 6C21.75 7.44586 20.8054 8.66989 19.5 9.0918V16C19.5 17.6568 18.1568 19 16.5 19H14.4141L14.707 19.293C15.0976 19.6835 15.0976 20.3165 14.707 20.707C14.3165 21.0976 13.6835 21.0976 13.293 20.707L11.293 18.707C10.9269 18.3409 10.9043 17.7619 11.2246 17.3691L11.293 17.293L13.293 15.293L13.3691 15.2246C13.7619 14.9043 14.3409 14.9269 14.707 15.293C15.0731 15.6591 15.0957 16.2381 14.7754 16.6309L14.707 16.707L14.4141 17H16.5C17.0523 17 17.5 16.5523 17.5 16V9.0918C16.1946 8.66989 15.25 7.44586 15.25 6C15.25 4.20507 16.7051 2.75 18.5 2.75ZM18.5 4.75C17.8096 4.75 17.25 5.30964 17.25 6C17.25 6.69036 17.8096 7.25 18.5 7.25C19.1904 7.25 19.75 6.69036 19.75 6C19.75 5.30964 19.1904 4.75 18.5 4.75Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Compare\n", "import type { SVGProps } from \"react\"\nconst CompareArrows = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 18 16\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M5.70243 1.16073C6.02787 0.835297 6.55551 0.835297 6.88094 1.16073L9.79761 4.0774C10.123 4.40284 10.123 4.93048 9.79761 5.25591L6.88094 8.17258C6.55551 8.49802 6.02787 8.49802 5.70243 8.17258C5.37699 7.84714 5.37699 7.3195 5.70243 6.99407L7.19651 5.49999H1.50002C1.03978 5.49999 0.666687 5.12689 0.666687 4.66666C0.666687 4.20642 1.03978 3.83332 1.50002 3.83332H7.19651L5.70243 2.33925C5.37699 2.01381 5.37699 1.48617 5.70243 1.16073Z\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12.2976 14.8392C11.9722 15.1647 11.4445 15.1647 11.1191 14.8392L8.20243 11.9226C7.87699 11.5971 7.87699 11.0695 8.20243 10.7441L11.1191 7.8274C11.4445 7.50196 11.9722 7.50196 12.2976 7.8274C12.623 8.15284 12.623 8.68048 12.2976 9.00591L10.8035 10.5H16.5C16.9603 10.5 17.3334 10.8731 17.3334 11.3333C17.3334 11.7936 16.9603 12.1667 16.5 12.1667H10.8035L12.2976 13.6607C12.623 13.9862 12.623 14.5138 12.2976 14.8392Z\"\n />\n </svg>\n)\nexport default CompareArrows\n", "import type { SVGProps } from \"react\"\nconst Compass = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4ZM2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM16.2071 7.79289C16.4609 8.04664 16.5592 8.41691 16.4648 8.76312L14.9648 14.2631C14.8716 14.6047 14.6047 14.8716 14.2631 14.9648L8.76312 16.4648C8.41691 16.5592 8.04664 16.4609 7.79289 16.2071C7.53914 15.9534 7.44081 15.5831 7.53524 15.2369L9.03524 9.73688C9.1284 9.39527 9.39527 9.1284 9.73688 9.03524L15.2369 7.53524C15.5831 7.44081 15.9534 7.53914 16.2071 7.79289ZM10.8144 10.8144L9.92522 14.0748L13.1856 13.1856L14.0748 9.92522L10.8144 10.8144Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Compass\n", "import type { SVGProps } from \"react\"\nconst Complete = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M18.345 5.26068C19.0295 5.72737 19.206 6.66056 18.7393 7.34503L11.2393 18.345C10.9877 18.7141 10.5847 18.9518 10.14 18.9935C9.69533 19.0352 9.25517 18.8765 8.93934 18.5607L4.43934 14.0607C3.85355 13.4749 3.85355 12.5251 4.43934 11.9394C5.02513 11.3536 5.97487 11.3536 6.56066 11.9394L9.78052 15.1592L16.2607 5.65502C16.7273 4.97055 17.6605 4.794 18.345 5.26068Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Complete\n", "import type { SVGProps } from \"react\"\nconst ComposeCanvasEditStar = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M5.5 2C5.73834 2 5.94355 2.16823 5.99029 2.40194C6.12681 3.08456 6.39366 3.66798 6.8039 4.10977C7.20968 4.54678 7.78143 4.87334 8.5822 5.0068C8.82329 5.04699 9 5.25558 9 5.5C9 5.74442 8.82329 5.95301 8.5822 5.9932C7.78143 6.12666 7.20968 6.45322 6.8039 6.89023C6.39366 7.33202 6.12681 7.91544 5.99029 8.59806C5.94355 8.83177 5.73834 9 5.5 9C5.26166 9 5.05645 8.83177 5.00971 8.59806C4.87319 7.91544 4.60634 7.33202 4.1961 6.89023C3.79032 6.45322 3.21857 6.12666 2.4178 5.9932C2.17671 5.95301 2 5.74442 2 5.5C2 5.25558 2.17671 5.04699 2.4178 5.0068C3.21857 4.87334 3.79032 4.54678 4.1961 4.10977C4.60634 3.66798 4.87319 3.08456 5.00971 2.40194C5.05645 2.16823 5.26166 2 5.5 2Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M14.2929 4.79278C16.0641 3.02155 18.9359 3.02154 20.7071 4.79278C22.4783 6.56402 22.4783 9.43576 20.7071 11.207L13.0951 18.819C12.6164 19.2979 12.2848 19.6296 11.8984 19.8936C11.5565 20.1272 11.187 20.3174 10.7982 20.4598C10.3587 20.6208 9.89609 20.6978 9.22807 20.809L6.26914 21.3022L6.2404 21.307C6.07979 21.3338 5.90009 21.3638 5.74402 21.3756C5.57384 21.3884 5.3031 21.3929 5.01698 21.2702C4.66328 21.1185 4.38142 20.8366 4.22971 20.4829C4.10699 20.1968 4.11146 19.926 4.12431 19.7558C4.13609 19.5998 4.1661 19.4201 4.19292 19.2594L4.69087 16.2717C4.80204 15.6038 4.87904 15.1411 5.04006 14.7017C5.18251 14.3129 5.37269 13.9434 5.60623 13.6015C5.87024 13.215 6.20195 12.8835 6.6809 12.4047L14.2929 4.79278ZM19.2929 6.207C18.3027 5.21681 16.6973 5.21681 15.7071 6.207L15.4141 6.49994L18.9999 10.0857L19.2929 9.79278C20.2831 8.8026 20.2831 7.19718 19.2929 6.207ZM8.15735 13.7567L13.9999 7.91415L17.5857 11.4999L11.7431 17.3425C11.1788 17.9068 10.9836 18.0964 10.7702 18.2422C10.5651 18.3823 10.3434 18.4964 10.1101 18.5819C9.86746 18.6708 9.59971 18.7195 8.81251 18.8507L6.21654 19.2833L6.6492 16.6874C6.7804 15.9002 6.82905 15.6324 6.91796 15.3898C7.00343 15.1565 7.11754 14.9348 7.25767 14.7297C7.40345 14.5163 7.59304 14.321 8.15735 13.7567Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ComposeCanvasEditStar\n", "import type { SVGProps } from \"react\"\nconst ComposeDashedTemporary = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M15.7929 3.79291C17.0118 2.57395 18.9882 2.57395 20.2071 3.79291C21.4261 5.01186 21.4261 6.98817 20.2071 8.20712L14.1499 14.2643C13.3849 15.0293 12.3925 15.5255 11.3215 15.6785L9.14142 15.99C8.82983 16.0345 8.51546 15.9297 8.29289 15.7071C8.07033 15.4846 7.96554 15.1702 8.01005 14.8586L8.32149 12.6785C8.47449 11.6075 8.97072 10.6151 9.7357 9.8501L15.7929 3.79291ZM18.7929 5.20712C18.355 4.76922 17.645 4.76922 17.2071 5.20712L11.1499 11.2643C10.6909 11.7233 10.3932 12.3188 10.3014 12.9614L10.1785 13.8215L11.0386 13.6986C11.6812 13.6068 12.2767 13.3091 12.7357 12.8501L18.7929 6.79291C19.2308 6.355 19.2308 5.64502 18.7929 5.20712ZM9.5 4.00001C9.5 3.44773 9.94772 3.00001 10.5 3.00001H12C12.5523 3.00001 13 3.44773 13 4.00001C13 4.5523 12.5523 5.00001 12 5.00001H10.5C9.94772 5.00001 9.5 4.5523 9.5 4.00001ZM7.443 3.9564C7.63155 4.47551 7.36358 5.04917 6.84448 5.23772C6.13229 5.49641 5.49911 6.12725 5.23846 6.84242C5.04935 7.36132 4.47539 7.62866 3.95649 7.43955C3.4376 7.25043 3.17026 6.67648 3.35937 6.15758C3.81908 4.89622 4.89976 3.81624 6.16168 3.35789C6.68078 3.16934 7.25445 3.4373 7.443 3.9564ZM4 9.50001C4.55228 9.50001 5 9.94773 5 10.5V13.5C5 14.0523 4.55228 14.5 4 14.5C3.44772 14.5 3 14.0523 3 13.5V10.5C3 9.94773 3.44772 9.50001 4 9.50001ZM20 11C20.5523 11 21 11.4477 21 12V13.5C21 14.0523 20.5523 14.5 20 14.5C19.4477 14.5 19 14.0523 19 13.5V12C19 11.4477 19.4477 11 20 11ZM3.95647 16.5605C4.47536 16.3713 5.04932 16.6387 5.23845 17.1576C5.49782 17.8692 6.12859 18.502 6.84378 18.762C7.36281 18.9508 7.63057 19.5246 7.44183 20.0436C7.25309 20.5626 6.67932 20.8304 6.16029 20.6416C4.89899 20.183 3.81894 19.1034 3.35937 17.8425C3.17024 17.3236 3.43757 16.7496 3.95647 16.5605ZM20.0435 16.5605C20.5624 16.7496 20.8297 17.3235 20.6406 17.8424C20.1817 19.1016 19.104 20.1799 17.8451 20.6397C17.3264 20.8291 16.7522 20.5622 16.5627 20.0434C16.3732 19.5247 16.6402 18.9505 17.1589 18.7611C17.8729 18.5003 18.5025 17.8685 18.7615 17.1576C18.9507 16.6387 19.5246 16.3714 20.0435 16.5605ZM9.5 20C9.5 19.4477 9.94772 19 10.5 19H13.5C14.0523 19 14.5 19.4477 14.5 20C14.5 20.5523 14.0523 21 13.5 21H10.5C9.94772 21 9.5 20.5523 9.5 20Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ComposeDashedTemporary\n", "import type { SVGProps } from \"react\"\nconst ComposeEditSquare = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M15.6729 3.91287C16.8918 2.69392 18.8682 2.69392 20.0871 3.91287C21.3061 5.13182 21.3061 7.10813 20.0871 8.32708L14.1499 14.2643C13.3849 15.0293 12.3925 15.5255 11.3215 15.6785L9.14142 15.9899C8.82983 16.0344 8.51546 15.9297 8.29289 15.7071C8.07033 15.4845 7.96554 15.1701 8.01005 14.8586L8.32149 12.6785C8.47449 11.6075 8.97072 10.615 9.7357 9.85006L15.6729 3.91287ZM18.6729 5.32708C18.235 4.88918 17.525 4.88918 17.0871 5.32708L11.1499 11.2643C10.6909 11.7233 10.3932 12.3187 10.3014 12.9613L10.1785 13.8215L11.0386 13.6986C11.6812 13.6068 12.2767 13.3091 12.7357 12.8501L18.6729 6.91287C19.1108 6.47497 19.1108 5.76499 18.6729 5.32708ZM11 3.99929C11.0004 4.55157 10.5531 4.99963 10.0008 5.00007C9.00227 5.00084 8.29769 5.00827 7.74651 5.06064C7.20685 5.11191 6.88488 5.20117 6.63803 5.32695C6.07354 5.61457 5.6146 6.07351 5.32698 6.63799C5.19279 6.90135 5.10062 7.24904 5.05118 7.8542C5.00078 8.47105 5 9.26336 5 10.4V13.6C5 14.7366 5.00078 15.5289 5.05118 16.1457C5.10062 16.7509 5.19279 17.0986 5.32698 17.3619C5.6146 17.9264 6.07354 18.3854 6.63803 18.673C6.90138 18.8072 7.24907 18.8993 7.85424 18.9488C8.47108 18.9992 9.26339 19 10.4 19H13.6C14.7366 19 15.5289 18.9992 16.1458 18.9488C16.7509 18.8993 17.0986 18.8072 17.362 18.673C17.9265 18.3854 18.3854 17.9264 18.673 17.3619C18.7988 17.1151 18.8881 16.7931 18.9393 16.2535C18.9917 15.7023 18.9991 14.9977 18.9999 13.9992C19.0003 13.4469 19.4484 12.9995 20.0007 13C20.553 13.0004 21.0003 13.4485 20.9999 14.0007C20.9991 14.9789 20.9932 15.7808 20.9304 16.4426C20.8664 17.116 20.7385 17.7136 20.455 18.2699C19.9757 19.2107 19.2108 19.9756 18.27 20.455C17.6777 20.7568 17.0375 20.8826 16.3086 20.9421C15.6008 21 14.7266 21 13.6428 21H10.3572C9.27339 21 8.39925 21 7.69138 20.9421C6.96253 20.8826 6.32234 20.7568 5.73005 20.455C4.78924 19.9756 4.02433 19.2107 3.54497 18.2699C3.24318 17.6776 3.11737 17.0374 3.05782 16.3086C2.99998 15.6007 2.99999 14.7266 3 13.6428V10.3572C2.99999 9.27337 2.99998 8.39922 3.05782 7.69134C3.11737 6.96249 3.24318 6.3223 3.54497 5.73001C4.02433 4.7892 4.78924 4.0243 5.73005 3.54493C6.28633 3.26149 6.88399 3.13358 7.55735 3.06961C8.21919 3.00673 9.02103 3.00083 9.99922 3.00007C10.5515 2.99964 10.9996 3.447 11 3.99929Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ComposeEditSquare\n", "import type { SVGProps } from \"react\"\nconst Confetti = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M14 4a2 2 0 1 0 0-4 2 2 0 0 0 0 4ZM8.211 1.297A1 1 0 0 0 6.79 2.703c1.002 1.013 1.537 2.051 1.72 3.429a1 1 0 1 0 1.982-.264c-.244-1.841-.996-3.272-2.28-4.571Zm-.004 6.996a1 1 0 0 0-1.628.317L2.04 19.34c-.7 1.654.967 3.32 2.621 2.62l10.729-4.538a1 1 0 0 0 .317-1.628l-7.5-7.5ZM3.882 20.118l3.96-9.361 5.401 5.4-9.36 3.96Zm12.165-7.422a1 1 0 0 1 1.257-.649c1.51.481 2.989.606 4.604.457a1 1 0 1 1 .184 1.992c-1.846.17-3.598.03-5.396-.543a1 1 0 0 1-.649-1.257Zm-4.194-4.55 1.293-1.292a.5.5 0 0 1 .707 0l1.293 1.292a.5.5 0 0 1 0 .708l-1.293 1.292a.5.5 0 0 1-.707 0l-1.293-1.292a.5.5 0 0 1 0-.708Zm9.717-.537a.165.165 0 0 1 .03-.155c.707-.863 1.067-1.28.972-1.484-.095-.204-.646-.196-1.762-.21a.165.165 0 0 1-.137-.076c-.602-.946-.887-1.422-1.11-1.394-.222.027-.382.555-.734 1.617a.164.164 0 0 1-.114.107c-1.08.278-1.616.403-1.659.623-.043.221.411.54 1.309 1.208.045.033.07.087.067.143-.066 1.117-.113 1.67.084 1.779.196.108.635-.222 1.543-.87a.164.164 0 0 1 .156-.02c1.04.414 1.547.63 1.71.478.165-.153-.017-.677-.355-1.746Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default Confetti\n", "import type { SVGProps } from \"react\"\nconst ConfettiParty = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M14.0001 3C13.4478 3 13.0001 3.44772 13.0001 4C13.0001 4.55228 13.4478 5 14.0001 5C14.5524 5 15.0001 4.55228 15.0001 4C15.0001 3.44772 14.5524 3 14.0001 3ZM11.0001 4C11.0001 2.34315 12.3432 1 14.0001 1C15.6569 1 17.0001 2.34315 17.0001 4C17.0001 5.65685 15.6569 7 14.0001 7C12.3432 7 11.0001 5.65685 11.0001 4ZM21.0001 3C21.5524 3 22.0001 3.44772 22.0001 4C22.0001 7.31371 19.3138 10 16.0001 10C15.4478 10 15.0001 9.55228 15.0001 9C15.0001 8.44772 15.4478 8 16.0001 8C18.2092 8 20.0001 6.20914 20.0001 4C20.0001 3.44772 20.4478 3 21.0001 3ZM6.05264 6.77919C6.50103 5.34432 8.31283 4.89854 9.37581 5.96152L18.0386 14.6243C19.1015 15.6873 18.6558 17.499 17.2209 17.9474L4.62054 21.885C3.08046 22.3663 1.63375 20.9196 2.11503 19.3795L6.05264 6.77919ZM16.6243 16.0385L7.9616 7.37574L6.73027 11.316L12.6841 17.2698L16.6243 16.0385ZM10.5291 17.9432L6.05684 13.471L4.02399 19.9761L10.5291 17.9432Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M22.0001 12C22.0001 12.8284 21.3285 13.5 20.5001 13.5C19.6716 13.5 19.0001 12.8284 19.0001 12C19.0001 11.1716 19.6716 10.5 20.5001 10.5C21.3285 10.5 22.0001 11.1716 22.0001 12Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ConfettiParty\n", "import type { SVGProps } from \"react\"\nconst Connect = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M6.346 10.897A3.5 3.5 0 1 1 8.856 6.5h6.289A3.502 3.502 0 0 1 22 7.5a3.5 3.5 0 0 1-4.346 3.397l-3.087 5.224a3.5 3.5 0 1 1-5.135 0l-3.086-5.224ZM4 7.5a1.5 1.5 0 1 1 2.418 1.187 1.006 1.006 0 0 0-.322.19A1.5 1.5 0 0 1 4 7.5Zm4.067 2.379 3.087 5.224a3.508 3.508 0 0 1 1.692 0l3.087-5.224a3.496 3.496 0 0 1-.788-1.379h-6.29c-.155.52-.428.99-.788 1.379Zm9.997-.943a.998.998 0 0 0-.61-.362 1.5 1.5 0 1 1 .61.361ZM12 17a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default Connect\n", "import type { SVGProps } from \"react\"\nconst ConnectApps = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M6.75 4.5C5.50736 4.5 4.5 5.50736 4.5 6.75C4.5 7.99264 5.50736 9 6.75 9C7.99264 9 9 7.99264 9 6.75C9 5.50736 7.99264 4.5 6.75 4.5ZM2.5 6.75C2.5 4.40279 4.40279 2.5 6.75 2.5C9.09721 2.5 11 4.40279 11 6.75C11 9.09721 9.09721 11 6.75 11C4.40279 11 2.5 9.09721 2.5 6.75Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M17.25 4.5C16.0074 4.5 15 5.50736 15 6.75C15 7.99264 16.0074 9 17.25 9C18.4926 9 19.5 7.99264 19.5 6.75C19.5 5.50736 18.4926 4.5 17.25 4.5ZM13 6.75C13 4.40279 14.9028 2.5 17.25 2.5C19.5972 2.5 21.5 4.40279 21.5 6.75C21.5 9.09721 19.5972 11 17.25 11C14.9028 11 13 9.09721 13 6.75Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M6.75 15C5.50736 15 4.5 16.0074 4.5 17.25C4.5 18.4926 5.50736 19.5 6.75 19.5C7.99264 19.5 9 18.4926 9 17.25C9 16.0074 7.99264 15 6.75 15ZM2.5 17.25C2.5 14.9028 4.40279 13 6.75 13C9.09721 13 11 14.9028 11 17.25C11 19.5972 9.09721 21.5 6.75 21.5C4.40279 21.5 2.5 19.5972 2.5 17.25Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M17.25 13C17.8023 13 18.25 13.4477 18.25 14V16.25H20.5C21.0523 16.25 21.5 16.6977 21.5 17.25C21.5 17.8023 21.0523 18.25 20.5 18.25H18.25V20.5C18.25 21.0523 17.8023 21.5 17.25 21.5C16.6977 21.5 16.25 21.0523 16.25 20.5V18.25H14C13.4477 18.25 13 17.8023 13 17.25C13 16.6977 13.4477 16.25 14 16.25H16.25V14C16.25 13.4477 16.6977 13 17.25 13Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ConnectApps\n", "import type { SVGProps } from \"react\"\nconst ConnectedDynamicGpt = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M6.28599 4.75007C6.88769 4.74611 7.66036 4.90848 8.56542 5.27051C9.0959 5.4827 9.65588 5.75707 10.2335 6.08999C9.4925 6.67661 8.75716 7.33062 8.04389 8.04389C7.33062 8.75716 6.67661 9.4925 6.08999 10.2335C5.75707 9.65588 5.4827 9.0959 5.27051 8.56542C4.90848 7.66036 4.74611 6.88769 4.75007 6.28599C4.75399 5.69034 4.91663 5.33558 5.1261 5.1261C5.33558 4.91663 5.69034 4.75399 6.28599 4.75007ZM12 4.82485C11.0809 4.23515 10.1731 3.75951 9.3082 3.41355C8.25342 2.99164 7.21578 2.7439 6.27282 2.75011C5.32383 2.75636 4.3996 3.02418 3.71189 3.71189C3.02418 4.3996 2.75636 5.32383 2.75011 6.27282C2.7439 7.21578 2.99164 8.25342 3.41355 9.3082C3.75951 10.1731 4.23515 11.0809 4.82485 12C4.23515 12.9191 3.75951 13.8269 3.41355 14.6918C2.99164 15.7466 2.7439 16.7842 2.75011 17.7272C2.75636 18.6762 3.02418 19.6004 3.71189 20.2881C4.3996 20.9758 5.32383 21.2436 6.27282 21.2499C7.21578 21.2561 8.25342 21.0084 9.3082 20.5864C10.1731 20.2405 11.0809 19.7649 12 19.1752C12.9191 19.7649 13.8269 20.2405 14.6918 20.5864C15.7466 21.0084 16.7842 21.2561 17.7272 21.2499C18.6762 21.2436 19.6004 20.9758 20.2881 20.2881C20.9758 19.6004 21.2436 18.6762 21.2499 17.7272C21.2561 16.7842 21.0084 15.7466 20.5864 14.6918C20.2405 13.8269 19.7649 12.9191 19.1752 12C19.7649 11.0809 20.2405 10.1731 20.5864 9.3082C21.0084 8.25342 21.2561 7.21578 21.2499 6.27282C21.2436 5.32383 20.9758 4.3996 20.2881 3.71189C19.6004 3.02418 18.6762 2.75636 17.7272 2.75011C16.7842 2.74391 15.7466 2.99164 14.6918 3.41355C13.8269 3.75951 12.9191 4.23515 12 4.82485ZM12 7.25539C12.8469 7.88392 13.7053 8.62156 14.5419 9.45811C15.3784 10.2947 16.1161 11.1531 16.7446 12C16.1161 12.8469 15.3784 13.7053 14.5419 14.5419C13.7053 15.3784 12.8469 16.1161 12 16.7446C11.1531 16.1161 10.2947 15.3784 9.45811 14.5419C8.62156 13.7053 7.88392 12.8469 7.25539 12C7.88392 11.1531 8.62156 10.2947 9.45811 9.45811C10.2947 8.62156 11.1531 7.88392 12 7.25539ZM17.91 10.2335C17.3234 9.4925 16.6694 8.75716 15.9561 8.04389C15.2428 7.33062 14.5075 6.67661 13.7665 6.08999C14.3441 5.75707 14.9041 5.4827 15.4346 5.27051C16.3396 4.90848 17.1123 4.74611 17.714 4.75007C18.3097 4.75399 18.6644 4.91663 18.8739 5.1261C19.0834 5.33558 19.246 5.69034 19.2499 6.28599C19.2539 6.88769 19.0915 7.66036 18.7295 8.56542C18.5173 9.0959 18.2429 9.65588 17.91 10.2335ZM17.91 13.7665C18.2429 14.3441 18.5173 14.9041 18.7295 15.4346C19.0915 16.3396 19.2539 17.1123 19.2499 17.714C19.246 18.3097 19.0834 18.6644 18.8739 18.8739C18.6644 19.0834 18.3097 19.246 17.714 19.2499C17.1123 19.2539 16.3396 19.0915 15.4346 18.7295C14.9041 18.5173 14.3441 18.2429 13.7665 17.91C14.5075 17.3234 15.2428 16.6694 15.9561 15.9561C16.6694 15.2428 17.3234 14.5075 17.91 13.7665ZM10.2335 17.91C9.65588 18.2429 9.0959 18.5173 8.56542 18.7295C7.66036 19.0915 6.88769 19.2539 6.28599 19.2499C5.69034 19.246 5.33558 19.0834 5.1261 18.8739C4.91663 18.6644 4.75399 18.3097 4.75007 17.714C4.74611 17.1123 4.90848 16.3396 5.27051 15.4346C5.4827 14.9041 5.75707 14.3441 6.08999 13.7665C6.67661 14.5075 7.33062 15.2428 8.04389 15.9561C8.75716 16.6694 9.49249 17.3234 10.2335 17.91Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ConnectedDynamicGpt\n", "import type { SVGProps } from \"react\"\nconst ConnectorsConnectedApps = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M8.75 17.25C8.75 16.1454 7.85457 15.25 6.75 15.25C5.64543 15.25 4.75 16.1454 4.75 17.25C4.75 18.3546 5.64543 19.25 6.75 19.25C7.85457 19.25 8.75 18.3546 8.75 17.25ZM19.25 17.25C19.25 16.1454 18.3546 15.25 17.25 15.25C16.1454 15.25 15.25 16.1454 15.25 17.25C15.25 18.3546 16.1454 19.25 17.25 19.25C18.3546 19.25 19.25 18.3546 19.25 17.25ZM8.75 6.75C8.75 5.64543 7.85457 4.75 6.75 4.75C5.64543 4.75 4.75 5.64543 4.75 6.75C4.75 7.85457 5.64543 8.75 6.75 8.75C7.85457 8.75 8.75 7.85457 8.75 6.75ZM19.25 6.75C19.25 5.64543 18.3546 4.75 17.25 4.75C16.1454 4.75 15.25 5.64543 15.25 6.75C15.25 7.85457 16.1454 8.75 17.25 8.75C18.3546 8.75 19.25 7.85457 19.25 6.75ZM21.25 17.25C21.25 19.4591 19.4591 21.25 17.25 21.25C15.0409 21.25 13.25 19.4591 13.25 17.25C13.25 15.0409 15.0409 13.25 17.25 13.25C19.4591 13.25 21.25 15.0409 21.25 17.25ZM10.75 6.75C10.75 8.95914 8.95914 10.75 6.75 10.75C4.54086 10.75 2.75 8.95914 2.75 6.75C2.75 4.54086 4.54086 2.75 6.75 2.75C8.95914 2.75 10.75 4.54086 10.75 6.75ZM21.25 6.75C21.25 8.95914 19.4591 10.75 17.25 10.75C16.508 10.75 15.8134 10.5474 15.2178 10.1953L10.1953 15.2178C10.5474 15.8134 10.75 16.508 10.75 17.25C10.75 19.4591 8.95914 21.25 6.75 21.25C4.54086 21.25 2.75 19.4591 2.75 17.25C2.75 15.0409 4.54086 13.25 6.75 13.25C7.49157 13.25 8.18587 13.452 8.78125 13.8037L13.8037 8.78125C13.452 8.18587 13.25 7.49157 13.25 6.75C13.25 4.54086 15.0409 2.75 17.25 2.75C19.4591 2.75 21.25 4.54086 21.25 6.75Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ConnectorsConnectedApps\n", "import type { SVGProps } from \"react\"\nconst Copy = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12.7587 2H16.2413C17.0463 1.99999 17.7106 1.99998 18.2518 2.04419C18.8139 2.09012 19.3306 2.18868 19.816 2.43597C20.5686 2.81947 21.1805 3.43139 21.564 4.18404C21.8113 4.66937 21.9099 5.18608 21.9558 5.74817C22 6.28936 22 6.95372 22 7.75868V11.2413C22 12.0463 22 12.7106 21.9558 13.2518C21.9099 13.8139 21.8113 14.3306 21.564 14.816C21.1805 15.5686 20.5686 16.1805 19.816 16.564C19.3306 16.8113 18.8139 16.9099 18.2518 16.9558C17.8906 16.9853 17.4745 16.9951 16.9984 16.9984C16.9951 17.4745 16.9853 17.8906 16.9558 18.2518C16.9099 18.8139 16.8113 19.3306 16.564 19.816C16.1805 20.5686 15.5686 21.1805 14.816 21.564C14.3306 21.8113 13.8139 21.9099 13.2518 21.9558C12.7106 22 12.0463 22 11.2413 22H7.75868C6.95372 22 6.28936 22 5.74818 21.9558C5.18608 21.9099 4.66937 21.8113 4.18404 21.564C3.43139 21.1805 2.81947 20.5686 2.43597 19.816C2.18868 19.3306 2.09012 18.8139 2.04419 18.2518C1.99998 17.7106 1.99999 17.0463 2 16.2413V12.7587C1.99999 11.9537 1.99998 11.2894 2.04419 10.7482C2.09012 10.1861 2.18868 9.66937 2.43597 9.18404C2.81947 8.43139 3.43139 7.81947 4.18404 7.43598C4.66937 7.18868 5.18608 7.09012 5.74817 7.04419C6.10939 7.01468 6.52548 7.00487 7.00162 7.00162C7.00487 6.52548 7.01468 6.10939 7.04419 5.74817C7.09012 5.18608 7.18868 4.66937 7.43598 4.18404C7.81947 3.43139 8.43139 2.81947 9.18404 2.43597C9.66937 2.18868 10.1861 2.09012 10.7482 2.04419C11.2894 1.99998 11.9537 1.99999 12.7587 2ZM9.00176 7L11.2413 7C12.0463 6.99999 12.7106 6.99998 13.2518 7.04419C13.8139 7.09012 14.3306 7.18868 14.816 7.43598C15.5686 7.81947 16.1805 8.43139 16.564 9.18404C16.8113 9.66937 16.9099 10.1861 16.9558 10.7482C17 11.2894 17 11.9537 17 12.7587V14.9982C17.4455 14.9951 17.7954 14.9864 18.089 14.9624C18.5274 14.9266 18.7516 14.8617 18.908 14.782C19.2843 14.5903 19.5903 14.2843 19.782 13.908C19.8617 13.7516 19.9266 13.5274 19.9624 13.089C19.9992 12.6389 20 12.0566 20 11.2V7.8C20 6.94342 19.9992 6.36113 19.9624 5.91104C19.9266 5.47262 19.8617 5.24842 19.782 5.09202C19.5903 4.7157 19.2843 4.40973 18.908 4.21799C18.7516 4.1383 18.5274 4.07337 18.089 4.03755C17.6389 4.00078 17.0566 4 16.2 4H12.8C11.9434 4 11.3611 4.00078 10.911 4.03755C10.4726 4.07337 10.2484 4.1383 10.092 4.21799C9.7157 4.40973 9.40973 4.7157 9.21799 5.09202C9.1383 5.24842 9.07337 5.47262 9.03755 5.91104C9.01357 6.20463 9.00489 6.55447 9.00176 7ZM5.91104 9.03755C5.47262 9.07337 5.24842 9.1383 5.09202 9.21799C4.7157 9.40973 4.40973 9.7157 4.21799 10.092C4.1383 10.2484 4.07337 10.4726 4.03755 10.911C4.00078 11.3611 4 11.9434 4 12.8V16.2C4 17.0566 4.00078 17.6389 4.03755 18.089C4.07337 18.5274 4.1383 18.7516 4.21799 18.908C4.40973 19.2843 4.7157 19.5903 5.09202 19.782C5.24842 19.8617 5.47262 19.9266 5.91104 19.9624C6.36113 19.9992 6.94342 20 7.8 20H11.2C12.0566 20 12.6389 19.9992 13.089 19.9624C13.5274 19.9266 13.7516 19.8617 13.908 19.782C14.2843 19.5903 14.5903 19.2843 14.782 18.908C14.8617 18.7516 14.9266 18.5274 14.9624 18.089C14.9992 17.6389 15 17.0566 15 16.2V12.8C15 11.9434 14.9992 11.3611 14.9624 10.911C14.9266 10.4726 14.8617 10.2484 14.782 10.092C14.5903 9.7157 14.2843 9.40973 13.908 9.21799C13.7516 9.1383 13.5274 9.07337 13.089 9.03755C12.6389 9.00078 12.0566 9 11.2 9H7.8C6.94342 9 6.36113 9.00078 5.91104 9.03755Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Copy\n", "import type { SVGProps } from \"react\"\nconst CreditCard = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M7.7587 4H16.2413C17.0463 3.99999 17.7106 3.99998 18.2518 4.04419C18.8139 4.09012 19.3306 4.18868 19.816 4.43597C20.5686 4.81947 21.1805 5.43139 21.564 6.18404C21.8113 6.66937 21.9099 7.18608 21.9558 7.74817C22 8.28936 22 8.95372 22 9.75868V14.2413C22 15.0463 22 15.7106 21.9558 16.2518C21.9099 16.8139 21.8113 17.3306 21.564 17.816C21.1805 18.5686 20.5686 19.1805 19.816 19.564C19.3306 19.8113 18.8139 19.9099 18.2518 19.9558C17.7106 20 17.0463 20 16.2413 20H7.75872C6.95374 20 6.28938 20 5.74817 19.9558C5.18608 19.9099 4.66937 19.8113 4.18404 19.564C3.43139 19.1805 2.81947 18.5686 2.43597 17.816C2.18868 17.3306 2.09012 16.8139 2.04419 16.2518C1.99998 15.7106 1.99999 15.0463 2 14.2413V9.7587C1.99999 8.95373 1.99998 8.28937 2.04419 7.74818C2.09012 7.18608 2.18868 6.66937 2.43597 6.18404C2.81947 5.43139 3.43139 4.81947 4.18404 4.43597C4.66937 4.18868 5.18608 4.09012 5.74817 4.04419C6.28937 3.99998 6.95373 3.99999 7.7587 4ZM4 11V14.2C4 15.0566 4.00078 15.6389 4.03755 16.089C4.07337 16.5274 4.1383 16.7516 4.21799 16.908C4.40973 17.2843 4.7157 17.5903 5.09202 17.782C5.24842 17.8617 5.47262 17.9266 5.91104 17.9624C6.36113 17.9992 6.94342 18 7.8 18H16.2C17.0566 18 17.6389 17.9992 18.089 17.9624C18.5274 17.9266 18.7516 17.8617 18.908 17.782C19.2843 17.5903 19.5903 17.2843 19.782 16.908C19.8617 16.7516 19.9266 16.5274 19.9624 16.089C19.9992 15.6389 20 15.0566 20 14.2V11H4ZM19.9982 9C19.9951 8.55447 19.9864 8.20463 19.9624 7.91104C19.9266 7.47262 19.8617 7.24842 19.782 7.09202C19.5903 6.7157 19.2843 6.40973 18.908 6.21799C18.7516 6.1383 18.5274 6.07337 18.089 6.03755C17.6389 6.00078 17.0566 6 16.2 6H7.8C6.94342 6 6.36113 6.00078 5.91104 6.03755C5.47262 6.07337 5.24842 6.1383 5.09202 6.21799C4.7157 6.40973 4.40973 6.7157 4.21799 7.09202C4.1383 7.24842 4.07337 7.47262 4.03755 7.91104C4.01357 8.20463 4.00489 8.55447 4.00176 9H19.9982ZM14 15C14 14.4477 14.4477 14 15 14H17C17.5523 14 18 14.4477 18 15C18 15.5523 17.5523 16 17 16H15C14.4477 16 14 15.5523 14 15Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default CreditCard\n", "import type { SVGProps } from \"react\"\nconst Credits = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4ZM2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM13.4142 8L16 10.5858C16.781 11.3668 16.7811 12.6332 16 13.4142L13.4142 16C12.6332 16.781 11.3668 16.7811 10.5858 16L8 13.4142C7.21895 12.6332 7.21895 11.3668 8 10.5858L10.5858 8C11.3668 7.21895 12.6332 7.21895 13.4142 8ZM14.5858 12L12 9.41421L9.41421 12L12 14.5858L14.5858 12Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Credits\n", "import type { SVGProps } from \"react\"\nconst Cube = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M12.5 3.444a1 1 0 0 0-1 0l-6.253 3.61 6.768 3.807 6.955-3.682-6.47-3.735Zm7.16 5.632L13 12.602v7.666l6.16-3.556a1 1 0 0 0 .5-.867V9.076ZM11 20.268v-7.683L4.34 8.839v7.006a1 1 0 0 0 .5.867L11 20.268Zm-.5-18.557a3 3 0 0 1 3 0l6.66 3.846a3 3 0 0 1 1.5 2.598v7.69a3 3 0 0 1-1.5 2.598L13.5 22.29a3 3 0 0 1-3 0l-6.66-3.846a3 3 0 0 1-1.5-2.598v-7.69a3 3 0 0 1 1.5-2.598L10.5 1.71Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default Cube\n", "import type { SVGProps } from \"react\"\nconst Cursor = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M3.10042 6.29005C2.40168 4.30935 4.30916 2.40186 6.28987 3.1006L18.8719 7.54103C20.9168 8.263 21.1141 11.0361 19.2801 12.0693L19.0965 12.1641L14.535 14.293C14.4552 14.3302 14.3867 14.3878 14.3367 14.459L14.2928 14.5352L12.1639 19.0967C11.2172 21.1253 8.2861 20.9829 7.54084 18.8721L3.10042 6.29005ZM5.62483 4.98732C5.22864 4.84749 4.8473 5.22882 4.98713 5.62501L9.42756 18.2061C9.57668 18.6281 10.162 18.6566 10.3514 18.251L12.4803 13.6895L12.5819 13.4942C12.8374 13.0525 13.2237 12.6977 13.6893 12.4805L18.2508 10.3516C18.6564 10.1622 18.6279 9.57686 18.2059 9.42775L5.62483 4.98732Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Cursor\n", "import type { SVGProps } from \"react\"\nconst Customize = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M14.5 4a5.5 5.5 0 0 0-5.078 7.616 1 1 0 0 1-.216 1.092l-4.749 4.75a1.475 1.475 0 0 0 2.086 2.085l4.749-4.749a1 1 0 0 1 1.092-.216A5.5 5.5 0 0 0 20 9.414l-1.293 1.293a3.828 3.828 0 1 1-5.414-5.414L14.585 4H14.5ZM7 9.5a7.5 7.5 0 0 1 9.969-7.084 1 1 0 0 1 .378 1.651l-2.64 2.64a1.829 1.829 0 0 0 2.586 2.586l2.64-2.64a1 1 0 0 1 1.651.378 7.5 7.5 0 0 1-9.328 9.627l-4.299 4.3a3.475 3.475 0 0 1-4.914-4.915l4.299-4.299A7.497 7.497 0 0 1 7 9.5Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default Customize\n", "import type { SVGProps } from \"react\"\nconst DarkMode = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M12.784 2.47a1 1 0 0 1 .047.975A8 8 0 0 0 20 15h.057a1 1 0 0 1 .902 1.445A10 10 0 0 1 12 22C6.477 22 2 17.523 2 12c0-5.499 4.438-9.961 9.928-10a1 1 0 0 1 .856.47ZM10.41 4.158a8 8 0 1 0 7.942 12.707C13.613 16.079 10 11.96 10 7c0-.986.143-1.94.41-2.842Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default DarkMode\n", "import type { SVGProps } from \"react\"\nconst DataControls = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M6.00633 5.5C6.02321 5.53319 6.07042 5.60366 6.19525 5.70906C6.42458 5.9027 6.81573 6.12215 7.38659 6.32603C8.5196 6.73067 10.1506 7 12 7C13.8494 7 15.4804 6.73067 16.6134 6.32603C17.1843 6.12215 17.5754 5.9027 17.8048 5.70906C17.9296 5.60366 17.9768 5.53319 17.9937 5.5C17.9768 5.46681 17.9296 5.39634 17.8048 5.29094C17.5754 5.0973 17.1843 4.87785 16.6134 4.67397C15.4804 4.26933 13.8494 4 12 4C10.1506 4 8.5196 4.26933 7.38659 4.67397C6.81573 4.87785 6.42458 5.0973 6.19525 5.29094C6.07042 5.39634 6.02321 5.46681 6.00633 5.5ZM18 7.91726C17.7726 8.02403 17.5333 8.12123 17.2861 8.20951C15.8856 8.70968 14.0166 9 12 9C9.98341 9 8.1144 8.70968 6.71392 8.20951C6.46674 8.12123 6.22738 8.02403 6 7.91726V11.9866C6.00813 12.0073 6.03931 12.0661 6.14259 12.1624C6.31976 12.3277 6.63181 12.5252 7.10609 12.7189C8.04837 13.1039 9.43027 13.3932 11.051 13.476C11.6026 13.5042 12.0269 13.9741 11.9987 14.5257C11.9705 15.0773 11.5005 15.5016 10.949 15.4734C9.17744 15.3829 7.55934 15.0646 6.34969 14.5704C6.23097 14.5219 6.11419 14.4709 6 14.4173V18.4866C6.00813 18.5073 6.03931 18.5661 6.14259 18.6624C6.31976 18.8277 6.63181 19.0252 7.10609 19.2189C8.04837 19.6039 9.43027 19.8932 11.051 19.976C11.6026 20.0042 12.0269 20.4741 11.9987 21.0257C11.9705 21.5773 11.5005 22.0016 10.949 21.9734C9.17744 21.8829 7.55934 21.5646 6.34969 21.0704C5.74801 20.8246 5.19611 20.5146 4.77833 20.1249C4.35948 19.7341 4 19.1866 4 18.5V5.5C4 4.74631 4.43048 4.16346 4.90494 3.76283C5.38405 3.35829 6.01803 3.03902 6.71392 2.79049C8.1144 2.29032 9.98341 2 12 2C14.0166 2 15.8856 2.29032 17.2861 2.79049C17.982 3.03902 18.616 3.35829 19.0951 3.76283C19.5695 4.16346 20 4.74631 20 5.5V10C20 10.5523 19.5523 11 19 11C18.4477 11 18 10.5523 18 10V7.91726Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M17.4635 13H18.5364C18.8205 13 19.0802 13.1605 19.2072 13.4146L19.7416 14.4833L20.9344 14.4118C21.218 14.3947 21.4868 14.5394 21.6288 14.7854L22.1653 15.7146C22.3074 15.9606 22.2982 16.2658 22.1417 16.5028L21.4833 17.5L22.1417 18.4972C22.2982 18.7342 22.3074 19.0394 22.1653 19.2854L21.6289 20.2146C21.4868 20.4606 21.218 20.6053 20.9344 20.5882L19.7416 20.5167L19.2072 21.5854C19.0802 21.8395 18.8205 22 18.5364 22H17.4635C17.1794 22 16.9197 21.8395 16.7926 21.5854L16.2583 20.5167L15.0655 20.5883C14.782 20.6053 14.5131 20.4606 14.3711 20.2146L13.8346 19.2854C13.6926 19.0394 13.7017 18.7342 13.8582 18.4972L14.5166 17.5L13.8583 16.5028C13.7017 16.2658 13.6926 15.9606 13.8346 15.7146L14.3711 14.7854C14.5131 14.5394 14.782 14.3947 15.0656 14.4117L16.2583 14.4833L16.7926 13.4146C16.9197 13.1605 17.1794 13 17.4635 13ZM17.9999 19C18.8284 19 19.4999 18.3284 19.4999 17.5C19.4999 16.6716 18.8284 16 17.9999 16C17.1715 16 16.4999 16.6716 16.4999 17.5C16.4999 18.3284 17.1715 19 17.9999 19Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default DataControls\n", "import type { SVGProps } from \"react\"\nconst DeepSearchTelescope = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17.8237 4.84617C17.7383 4.58354 17.4563 4.43981 17.1936 4.52515L16.2426 4.83416C15.7173 5.00483 15.4299 5.56898 15.6005 6.09424L17.1456 10.8495C17.3163 11.3748 17.8804 11.6622 18.4057 11.4916L19.3568 11.1825C19.6194 11.0972 19.7631 10.8151 19.6778 10.5525L17.8237 4.84617ZM16.5756 2.62303C17.8887 2.19637 19.2991 2.915 19.7258 4.22813L21.5799 9.93447C22.0065 11.2476 21.2879 12.658 19.9748 13.0847L19.0237 13.3937C18.1761 13.6691 17.2946 13.5468 16.5813 13.1297L15.3481 13.4765C15.447 13.8004 15.5002 14.1441 15.5002 14.5003C15.5002 15.5634 15.0262 16.5159 14.2779 17.1578L16.3482 20.4703C16.6409 20.9386 16.4985 21.5556 16.0302 21.8483C15.5619 22.141 14.9449 21.9986 14.6522 21.5303L12.4296 17.9742C12.2889 17.9914 12.1456 18.0003 12.0002 18.0003C11.8548 18.0003 11.7115 17.9914 11.5707 17.9742L9.3482 21.5303C9.05549 21.9986 8.43854 22.141 7.9702 21.8483C7.50186 21.5556 7.35949 20.9386 7.6522 20.4703L9.72249 17.1578C9.18602 16.6976 8.7905 16.0777 8.60959 15.3719L6.5764 15.9437C5.02633 16.3797 3.40853 15.5142 2.91095 13.9828L2.53024 12.8111C2.04691 11.3236 2.78753 9.71432 4.23178 9.11391L13.6053 5.21708C13.8062 4.18051 14.5493 3.28143 15.6245 2.93205L16.5756 2.62303ZM13.8794 7.2691L4.99953 10.9607C4.51812 11.1608 4.27124 11.6972 4.43235 12.1931L4.81307 13.3648C4.97893 13.8753 5.51819 14.1637 6.03488 14.0184L8.72571 13.2616C9.22592 11.9399 10.5033 11.0003 12.0002 11.0003C12.8097 11.0003 13.555 11.2751 14.1479 11.7365L15.2318 11.4316L13.8794 7.2691ZM12.0002 13.0003C11.1718 13.0003 10.5002 13.6718 10.5002 14.5003C10.5002 15.3287 11.1718 16.0003 12.0002 16.0003C12.8286 16.0003 13.5002 15.3287 13.5002 14.5003C13.5002 13.6718 12.8286 13.0003 12.0002 13.0003Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default DeepSearchTelescope\n", "import type { SVGProps } from \"react\"\nconst Delete = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M10.556 4a1 1 0 0 0-.97.751l-.292 1.14h5.421l-.293-1.14A1 1 0 0 0 13.453 4h-2.897Zm6.224 1.892-.421-1.639A3 3 0 0 0 13.453 2h-2.897A3 3 0 0 0 7.65 4.253l-.421 1.639H4a1 1 0 1 0 0 2h.1l1.215 11.425A3 3 0 0 0 8.3 22h7.4a3 3 0 0 0 2.984-2.683l1.214-11.425H20a1 1 0 1 0 0-2h-3.22Zm1.108 2H6.112l1.192 11.214A1 1 0 0 0 8.3 20h7.4a1 1 0 0 0 .995-.894l1.192-11.214ZM10 10a1 1 0 0 1 1 1v5a1 1 0 1 1-2 0v-5a1 1 0 0 1 1-1Zm4 0a1 1 0 0 1 1 1v5a1 1 0 1 1-2 0v-5a1 1 0 0 1 1-1Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default Delete\n", "import type { SVGProps } from \"react\"\nconst DeleteAccount = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12 4C10.3431 4 9 5.34315 9 7C9 8.65685 10.3431 10 12 10C13.6569 10 15 8.65685 15 7C15 5.34315 13.6569 4 12 4ZM7 7C7 4.23858 9.23858 2 12 2C14.7614 2 17 4.23858 17 7C17 9.76142 14.7614 12 12 12C9.23858 12 7 9.76142 7 7ZM11.9924 13.9383C12.0605 14.4863 11.6715 14.9859 11.1234 15.054C7.89408 15.4556 5.5 18.0139 5.5 20.9999C5.5 21.5522 5.05228 21.9999 4.5 21.9999C3.94772 21.9999 3.5 21.5522 3.5 20.9999C3.5 16.887 6.76725 13.5803 10.8766 13.0693C11.4247 13.0012 11.9242 13.3902 11.9924 13.9383ZM14.2929 16.7071C13.9024 16.3166 13.9024 15.6834 14.2929 15.2929C14.6834 14.9024 15.3166 14.9024 15.7071 15.2929L17.5 17.0858L19.2929 15.2929C19.6834 14.9024 20.3166 14.9024 20.7071 15.2929C21.0976 15.6834 21.0976 16.3166 20.7071 16.7071L18.9142 18.5L20.7071 20.2929C21.0976 20.6834 21.0976 21.3166 20.7071 21.7071C20.3166 22.0976 19.6834 22.0976 19.2929 21.7071L17.5 19.9142L15.7071 21.7071C15.3166 22.0976 14.6834 22.0976 14.2929 21.7071C13.9024 21.3166 13.9024 20.6834 14.2929 20.2929L16.0858 18.5L14.2929 16.7071Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default DeleteAccount\n", "import type { SVGProps } from \"react\"\nconst Desktop = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M6.16146 3L17.8385 3C18.3657 2.99998 18.8205 2.99997 19.195 3.03057C19.5904 3.06287 19.9836 3.13419 20.362 3.32698C20.9265 3.6146 21.3854 4.07354 21.673 4.63803C21.8658 5.01641 21.9371 5.40963 21.9694 5.80497C22 6.17954 22 6.6343 22 7.16144V13.3386C22 13.8657 22 14.3205 21.9694 14.695C21.9371 15.0904 21.8658 15.4836 21.673 15.862C21.3854 16.4265 20.9265 16.8854 20.362 17.173C19.9836 17.3658 19.5904 17.4371 19.195 17.4694C18.8205 17.5 18.3657 17.5 17.8385 17.5H16.5V20C16.5 20.5523 16.5523 21 15.5 21H8.5C7.94772 21 7.5 20.5523 7.5 20V17.5H6.16148C5.63432 17.5 5.17955 17.5 4.80497 17.4694C4.40963 17.4371 4.01641 17.3658 3.63803 17.173C3.07354 16.8854 2.6146 16.4265 2.32698 15.862C2.13419 15.4836 2.06287 15.0904 2.03057 14.695C1.99997 14.3205 1.99998 13.8657 2 13.3385V7.16146C1.99998 6.63431 1.99997 6.17955 2.03057 5.80497C2.06287 5.40963 2.13419 5.01641 2.32698 4.63803C2.6146 4.07354 3.07354 3.6146 3.63803 3.32698C4.01641 3.13419 4.40963 3.06287 4.80497 3.03057C5.17955 2.99997 5.63431 2.99998 6.16146 3ZM9.5 17.5V19H14.5V17.5H9.5ZM4.96784 5.02393C4.69617 5.04612 4.59546 5.0838 4.54601 5.109C4.35785 5.20487 4.20487 5.35785 4.109 5.54601C4.0838 5.59546 4.04612 5.69617 4.02393 5.96784C4.00078 6.25117 4 6.62345 4 7.2V13.3C4 13.8766 4.00078 14.2488 4.02393 14.5322C4.04612 14.8038 4.0838 14.9045 4.109 14.954C4.20487 15.1422 4.35785 15.2951 4.54601 15.391C4.59546 15.4162 4.69617 15.4539 4.96784 15.4761C5.25117 15.4992 5.62345 15.5 6.2 15.5H17.8C18.3766 15.5 18.7488 15.4992 19.0322 15.4761C19.3038 15.4539 19.4045 15.4162 19.454 15.391C19.6422 15.2951 19.7951 15.1422 19.891 14.954C19.9162 14.9045 19.9539 14.8038 19.9761 14.5322C19.9992 14.2488 20 13.8766 20 13.3V7.2C20 6.62345 19.9992 6.25118 19.9761 5.96784C19.9539 5.69617 19.9162 5.59546 19.891 5.54601C19.7951 5.35785 19.6422 5.20487 19.454 5.109C19.4045 5.0838 19.3038 5.04612 19.0322 5.02393C18.7488 5.00078 18.3766 5 17.8 5H6.2C5.62345 5 5.25117 5.00078 4.96784 5.02393Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Desktop\n", "import type { SVGProps } from \"react\"\nconst DiningEvents = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12.8478 2.52109C14.4885 2.2905 16.0055 3.43364 16.2361 5.07437L17.6278 14.9771C17.8584 16.6178 16.7153 18.1348 15.0745 18.3654L13.6997 18.5586C13.2788 18.6178 12.8664 18.4043 12.6717 18.0265C12.3298 17.3633 11.6081 16.9675 10.8537 17.0736C10.0993 17.1796 9.51457 17.7589 9.36878 18.4907C9.28572 18.9076 8.94818 19.2264 8.52723 19.2855L7.1524 19.4788C5.51167 19.7094 3.99466 18.5662 3.76407 16.9255L2.37234 7.02279C2.14175 5.38206 3.2849 3.86506 4.92563 3.63447L6.30046 3.44125C6.72141 3.38209 7.13375 3.59552 7.32851 3.97337C7.67034 4.63657 8.39209 5.0323 9.14649 4.92628C9.90089 4.82025 10.4856 4.24091 10.6314 3.50918C10.7144 3.09229 11.052 2.77347 11.4729 2.71431L12.8478 2.52109ZM14.2556 5.35272C14.1787 4.80581 13.673 4.42476 13.1261 4.50162L12.3787 4.60666C11.8859 5.80042 10.7979 6.71384 9.42484 6.90681C8.05172 7.09979 6.75416 6.52164 5.95138 5.50997L5.20397 5.61501C4.65706 5.69187 4.27602 6.19754 4.35288 6.74445L5.74461 16.6471C5.82147 17.194 6.32714 17.5751 6.87405 17.4982L7.62145 17.3932C8.11429 16.1994 9.20222 15.286 10.5753 15.093C11.9484 14.9001 13.246 15.4782 14.0488 16.4899L14.7962 16.3848C15.3431 16.308 15.7242 15.8023 15.6473 15.2554L14.2556 5.35272ZM17.5659 6.7123C17.6901 6.17417 18.227 5.83864 18.7652 5.96288L20.1179 6.27519C21.7323 6.6479 22.7389 8.25876 22.3662 9.87315L20.1167 19.6168C19.744 21.2312 18.1331 22.2378 16.5187 21.8651L15.166 21.5528C14.6278 21.4286 14.2923 20.8916 14.4165 20.3535C14.5408 19.8153 15.0777 19.4798 15.6159 19.6041L16.9686 19.9164C17.5068 20.0406 18.0437 19.7051 18.1679 19.1669L20.4175 9.42325C20.5417 8.88512 20.2062 8.34816 19.668 8.22393L18.3153 7.91162C17.7771 7.78738 17.4416 7.25043 17.5659 6.7123Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default DiningEvents\n", "import type { SVGProps } from \"react\"\nconst DisabledCursor = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M8.22306 5.59786L12.6886 8.99252L8.22306 11.3791V5.59786ZM14.6297 7.95508L9.28506 3.89207C8.02906 2.93726 6.22503 3.83494 6.22503 5.41475V12.4469L4.02909 13.6205C3.54226 13.8807 3.35809 14.4871 3.61773 14.9749C3.87737 15.4628 4.48251 15.6473 4.96934 15.3871L18.5935 8.10583C19.0803 7.84564 19.2645 7.23925 19.0048 6.75141C18.7452 6.26356 18.1401 6.07901 17.6532 6.33919L14.6297 7.95508ZM16.4192 10.572C16.7526 10.1315 17.3793 10.0453 17.8189 10.3795L19.9223 11.9785C21.0316 12.8218 20.4365 14.5948 19.044 14.5948H16.1067L17.0452 16.4757C17.6285 17.6446 17.1556 19.066 15.9891 19.6504L14.7932 20.2497C13.6267 20.8341 12.2083 20.3603 11.625 19.1914L10.5835 17.104L8.70572 18.9857C7.79028 19.903 6.22503 19.2533 6.22503 17.956V16.3242C6.22503 15.7713 6.6723 15.3231 7.22404 15.3231C7.77578 15.3231 8.22306 15.7713 8.22306 16.3242V16.6378L9.7052 15.1526C10.4066 14.4498 11.5889 14.642 12.0325 15.531L13.4121 18.296C13.5019 18.4759 13.7201 18.5488 13.8996 18.4589L15.0956 17.8596C15.2751 17.7697 15.3479 17.551 15.2581 17.3711L13.9253 14.7C13.4422 13.7318 14.1448 12.5926 15.2251 12.5926H17.4242L16.6113 11.9746C16.1717 11.6404 16.0857 11.0125 16.4192 10.572Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default DisabledCursor\n", "import type { SVGProps } from \"react\"\nconst Dock = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M8 14.5C7.44772 14.5 7 14.9477 7 15.5C7 16.0523 7.44772 16.5 8 16.5H16C16.5523 16.5 17 16.0523 17 15.5C17 14.9477 16.5523 14.5 16 14.5H8Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M7.7587 3.5C6.95374 3.49999 6.28937 3.49998 5.74818 3.54419C5.18608 3.59012 4.66937 3.68868 4.18404 3.93598C3.43139 4.31947 2.81947 4.93139 2.43598 5.68404C2.18868 6.16937 2.09012 6.68608 2.04419 7.24818C1.99998 7.78937 1.99999 8.45372 2 9.25868V14.7413C1.99999 15.5463 1.99998 16.2106 2.04419 16.7518C2.09012 17.3139 2.18868 17.8306 2.43598 18.316C2.81947 19.0686 3.43139 19.6805 4.18404 20.064C4.66937 20.3113 5.18608 20.4099 5.74818 20.4558C6.28939 20.5 6.95377 20.5 7.75877 20.5H16.2412C17.0462 20.5 17.7106 20.5 18.2518 20.4558C18.8139 20.4099 19.3306 20.3113 19.816 20.064C20.5686 19.6805 21.1805 19.0686 21.564 18.316C21.8113 17.8306 21.9099 17.3139 21.9558 16.7518C22 16.2106 22 15.5463 22 14.7413V9.25868C22 8.45372 22 7.78937 21.9558 7.24818C21.9099 6.68608 21.8113 6.16937 21.564 5.68404C21.1805 4.93139 20.5686 4.31947 19.816 3.93598C19.3306 3.68868 18.8139 3.59012 18.2518 3.54419C17.7106 3.49998 17.0463 3.49999 16.2413 3.5H7.7587ZM5.09202 5.71799C5.24842 5.6383 5.47262 5.57337 5.91104 5.53755C6.36113 5.50078 6.94342 5.5 7.8 5.5H16.2C17.0566 5.5 17.6389 5.50078 18.089 5.53755C18.5274 5.57337 18.7516 5.6383 18.908 5.71799C19.2843 5.90974 19.5903 6.2157 19.782 6.59202C19.8617 6.74842 19.9266 6.97262 19.9624 7.41104C19.9992 7.86113 20 8.44342 20 9.3V14.7C20 15.5566 19.9992 16.1389 19.9624 16.589C19.9266 17.0274 19.8617 17.2516 19.782 17.408C19.5903 17.7843 19.2843 18.0903 18.908 18.282C18.7516 18.3617 18.5274 18.4266 18.089 18.4624C17.6389 18.4992 17.0566 18.5 16.2 18.5H7.8C6.94342 18.5 6.36113 18.4992 5.91104 18.4624C5.47262 18.4266 5.24842 18.3617 5.09202 18.282C4.7157 18.0903 4.40974 17.7843 4.21799 17.408C4.1383 17.2516 4.07337 17.0274 4.03755 16.589C4.00078 16.1389 4 15.5566 4 14.7V9.3C4 8.44342 4.00078 7.86113 4.03755 7.41104C4.07337 6.97262 4.1383 6.74842 4.21799 6.59202C4.40974 6.2157 4.7157 5.90974 5.09202 5.71799Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Dock\n", "import type { SVGProps } from \"react\"\nconst Document = (props: SVGProps<SVGSVGElement>) => (\n <svg fill=\"currentColor\" width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" {...props}>\n <g fillRule=\"evenodd\" clipRule=\"evenodd\">\n <path d=\"M8 10a1 1 0 0 1 1-1h6a1 1 0 0 1 0 2H9a1 1 0 0 1-1-1Zm0 4a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1Z\" />\n <path d=\"M14.724 4.055c-.203-.049-.43-.055-1.212-.055H9.3c-.857 0-1.439 0-1.889.038-.438.035-.663.1-.819.18a2 2 0 0 0-.874.874c-.08.156-.145.38-.18.82C5.5 6.361 5.5 6.942 5.5 7.8v8.4c0 .857 0 1.439.038 1.889.035.438.1.663.18.819a2 2 0 0 0 .874.874c.156.08.38.145.819.18C7.861 20 8.443 20 9.3 20h5.4c.857 0 1.439 0 1.889-.038.438-.035.663-.1.819-.18a2 2 0 0 0 .874-.874c.08-.156.145-.38.18-.819.037-.45.038-1.032.038-1.889V8.988c0-.781-.006-1.009-.055-1.212-.05-.204-.13-.4-.24-.578-.109-.179-.265-.344-.818-.897l-1.188-1.188c-.553-.552-.718-.709-.897-.818a2.002 2.002 0 0 0-.578-.24ZM13.614 2c.635 0 1.114 0 1.577.11a4 4 0 0 1 1.156.48c.406.248.745.588 1.194 1.037l.072.072 1.188 1.188.072.072c.45.449.789.788 1.038 1.194a4 4 0 0 1 .479 1.156c.11.463.11.942.11 1.577v7.355c0 .805 0 1.47-.044 2.01-.046.563-.145 1.08-.392 1.565a4 4 0 0 1-1.748 1.748c-.485.247-1.002.346-1.564.392-.541.044-1.206.044-2.01.044H9.258c-.805 0-1.47 0-2.01-.044-.563-.046-1.08-.145-1.565-.392a4 4 0 0 1-1.748-1.748c-.247-.485-.346-1.002-.392-1.564-.044-.541-.044-1.206-.044-2.01V7.758c0-.805 0-1.47.044-2.01.046-.563.145-1.08.392-1.565a4 4 0 0 1 1.748-1.748c.485-.247 1.002-.346 1.564-.392C7.79 2 8.454 2 9.258 2h4.356Z\" />\n </g>\n </svg>\n)\nexport default Document\n", "import type { SVGProps } from \"react\"\nconst Documentation = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M7 4a1 1 0 0 0-1 1v11.17c.313-.11.65-.17 1-.17h11V4H7Zm10.657 14H7a1 1 0 1 0 0 2h10.657a5.48 5.48 0 0 1 0-2ZM4 19V5a3 3 0 0 1 3-3h12a1 1 0 0 1 1 1v14a1 1 0 0 1-.078.386c-.476 1.14-.476 2.089 0 3.228A1 1 0 0 1 19 22H7a3 3 0 0 1-3-3Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default Documentation\n", "import type { SVGProps } from \"react\"\nconst DollarCircle = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12ZM22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M11.0996 17.25V16.7725C10.4057 16.6136 9.68786 16.303 8.98926 15.8213C8.5801 15.5391 8.47665 14.9785 8.75879 14.5693C9.04097 14.1603 9.6016 14.0578 10.0107 14.3398C11.0844 15.0801 12.0786 15.1937 12.7334 15.041C13.4169 14.8816 13.5996 14.51 13.5996 14.2822C13.5995 13.9547 13.4792 13.7581 13.1963 13.5566C12.852 13.3116 12.3603 13.1315 11.7021 12.9004C11.1108 12.6927 10.3519 12.434 9.75879 12.0117C9.10449 11.5458 8.59972 10.8457 8.59961 9.82031C8.59961 8.49251 9.64509 7.60906 10.7383 7.27637C10.8559 7.24059 10.9765 7.21069 11.0996 7.18555V6.75C11.0996 6.25294 11.5029 5.84961 12 5.84961C12.4971 5.84961 12.9004 6.25294 12.9004 6.75V7.20508C13.4431 7.32441 13.9882 7.54853 14.502 7.89355C14.9144 8.17073 15.0242 8.73001 14.7471 9.14258C14.4699 9.55505 13.9106 9.66479 13.498 9.3877C12.7261 8.86929 11.882 8.80928 11.2617 8.99805C10.6051 9.19796 10.4004 9.5763 10.4004 9.82031C10.4005 10.1477 10.5208 10.3435 10.8037 10.5449C11.148 10.79 11.6395 10.9709 12.2979 11.2021C12.8893 11.4099 13.648 11.6684 14.2412 12.0908C14.8955 12.5569 15.4002 13.2569 15.4004 14.2822C15.4004 15.6256 14.333 16.5162 13.1416 16.7939C13.0624 16.8124 12.9819 16.8281 12.9004 16.8418V17.25C12.9004 17.7471 12.4971 18.1504 12 18.1504C11.5029 18.1504 11.0996 17.7471 11.0996 17.25Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default DollarCircle\n", "import type { SVGProps } from \"react\"\nconst Dot = (props: SVGProps<SVGSVGElement>) => (\n <svg\n width=\"1em\"\n height=\"1em\"\n viewBox=\"0 0 24 24\"\n fill=\"currentColor\"\n stroke=\"currentColor\"\n strokeWidth={2}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n className=\"lucide lucide-dot\"\n {...props}\n >\n <circle cx={12.1} cy={12.1} r={1} />\n </svg>\n)\nexport default Dot\n", "import type { SVGProps } from \"react\"\nconst DotsHorizontal = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M3 12a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm7 0a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm7 0a2 2 0 1 1 4 0 2 2 0 0 1-4 0Z\" />\n </svg>\n)\nexport default DotsHorizontal\n", "import type { SVGProps } from \"react\"\nconst DotsHorizontalCircle = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M12 4a8 8 0 1 0 0 16 8 8 0 0 0 0-16ZM2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Z\" />\n <path d=\"M13.3 12a1.3 1.3 0 1 1-2.6 0 1.3 1.3 0 0 1 2.6 0Zm4 0a1.3 1.3 0 1 1-2.6 0 1.3 1.3 0 0 1 2.6 0Zm-8 0a1.3 1.3 0 1 1-2.6 0 1.3 1.3 0 0 1 2.6 0Z\" />\n </svg>\n)\nexport default DotsHorizontalCircle\n", "import type { SVGProps } from \"react\"\nconst DotsHorizontalMoreMenu = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M3 12C3 10.8954 3.89543 10 5 10C6.10457 10 7 10.8954 7 12C7 13.1046 6.10457 14 5 14C3.89543 14 3 13.1046 3 12ZM10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12ZM17 12C17 10.8954 17.8954 10 19 10C20.1046 10 21 10.8954 21 12C21 13.1046 20.1046 14 19 14C17.8954 14 17 13.1046 17 12Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default DotsHorizontalMoreMenu\n", "import type { SVGProps } from \"react\"\nconst DotsVertical = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M12 21a2 2 0 1 1 0-4 2 2 0 0 1 0 4Zm0-7a2 2 0 1 1 0-4 2 2 0 0 1 0 4Zm0-7a2 2 0 1 1 0-4 2 2 0 0 1 0 4Z\" />\n </svg>\n)\nexport default DotsVertical\n", "import type { SVGProps } from \"react\"\nconst DotsVerticalCircle = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M4 12a8 8 0 1 0 16 0 8 8 0 0 0-16 0Zm8 10C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10Z\" />\n <path d=\"M12 10.7a1.3 1.3 0 1 1 0 2.6 1.3 1.3 0 0 1 0-2.6Zm0-4a1.3 1.3 0 1 1 0 2.6 1.3 1.3 0 0 1 0-2.6Zm0 8a1.3 1.3 0 1 1 0 2.6 1.3 1.3 0 0 1 0-2.6Z\" />\n </svg>\n)\nexport default DotsVerticalCircle\n", "import type { SVGProps } from \"react\"\nconst DotsVerticalMoreMenu = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12 21C10.8954 21 10 20.1046 10 19C10 17.8954 10.8954 17 12 17C13.1046 17 14 17.8954 14 19C14 20.1046 13.1046 21 12 21ZM12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14ZM12 7C10.8954 7 10 6.10457 10 5C10 3.89543 10.8954 3 12 3C13.1046 3 14 3.89543 14 5C14 6.10457 13.1046 7 12 7Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default DotsVerticalMoreMenu\n", "import type { SVGProps } from \"react\"\nconst DoubleChevronLeft = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M10.673 5.76a1 1 0 0 1 .067 1.413L6.35 12l4.389 4.827a1 1 0 0 1-1.48 1.346l-5-5.5a1 1 0 0 1 0-1.346l5-5.5a1 1 0 0 1 1.413-.067Zm8 0a1 1 0 0 1 .067 1.413L14.352 12l4.388 4.827a1 1 0 0 1-1.48 1.346l-5-5.5a1 1 0 0 1 0-1.346l5-5.5a1 1 0 0 1 1.413-.067Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default DoubleChevronLeft\n", "import type { SVGProps } from \"react\"\nconst DoubleChevronRight = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M5.327 5.76a1 1 0 0 1 1.413.067l5 5.5a1 1 0 0 1 0 1.346l-5 5.5a1 1 0 1 1-1.48-1.346L9.65 12 5.26 7.173a1 1 0 0 1 .067-1.413Zm8 0a1 1 0 0 1 1.413.067l5 5.5a1 1 0 0 1 0 1.346l-5 5.5a1 1 0 1 1-1.48-1.346L17.648 12 13.26 7.173a1 1 0 0 1 .067-1.413Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default DoubleChevronRight\n", "import type { SVGProps } from \"react\"\nconst Download = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12 3C12.5523 3 13 3.44772 13 4V12.5858L15.2929 10.2929C15.6834 9.90237 16.3166 9.90237 16.7071 10.2929C17.0976 10.6834 17.0976 11.3166 16.7071 11.7071L12.7071 15.7071C12.3166 16.0976 11.6834 16.0976 11.2929 15.7071L7.29289 11.7071C6.90237 11.3166 6.90237 10.6834 7.29289 10.2929C7.68342 9.90237 8.31658 9.90237 8.70711 10.2929L11 12.5858V4C11 3.44772 11.4477 3 12 3ZM4 14C4.55229 14 5 14.4477 5 15V15.2C5 16.0566 5.00078 16.6389 5.03755 17.089C5.07337 17.5274 5.1383 17.7516 5.21799 17.908C5.40973 18.2843 5.7157 18.5903 6.09202 18.782C6.24842 18.8617 6.47262 18.9266 6.91104 18.9624C7.36113 18.9992 7.94342 19 8.8 19H15.2C16.0566 19 16.6389 18.9992 17.089 18.9624C17.5274 18.9266 17.7516 18.8617 17.908 18.782C18.2843 18.5903 18.5903 18.2843 18.782 17.908C18.8617 17.7516 18.9266 17.5274 18.9624 17.089C18.9992 16.6389 19 16.0566 19 15.2V15C19 14.4477 19.4477 14 20 14C20.5523 14 21 14.4477 21 15V15.2413C21 16.0463 21 16.7106 20.9558 17.2518C20.9099 17.8139 20.8113 18.3306 20.564 18.816C20.1805 19.5686 19.5686 20.1805 18.816 20.564C18.3306 20.8113 17.8139 20.9099 17.2518 20.9558C16.7106 21 16.0463 21 15.2413 21H8.75868C7.95372 21 7.28936 21 6.74817 20.9558C6.18608 20.9099 5.66937 20.8113 5.18404 20.564C4.43139 20.1805 3.81947 19.5686 3.43597 18.816C3.18868 18.3306 3.09012 17.8139 3.04419 17.2518C2.99998 16.7106 2.99999 16.0463 3 15.2413L3 15C3 14.4477 3.44772 14 4 14Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Download\n", "import type { SVGProps } from \"react\"\nconst DownloadCircle = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M13 8C13 7.44772 12.5523 7 12 7C11.4477 7 11 7.44772 11 8V13.5858L9.70711 12.2929C9.31658 11.9024 8.68342 11.9024 8.29289 12.2929C7.90237 12.6834 7.90237 13.3166 8.29289 13.7071L11.2929 16.7071C11.6834 17.0976 12.3166 17.0976 12.7071 16.7071L15.7071 13.7071C16.0976 13.3166 16.0976 12.6834 15.7071 12.2929C15.3166 11.9024 14.6834 11.9024 14.2929 12.2929L13 13.5858V8Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default DownloadCircle\n", "import type { SVGProps } from \"react\"\nconst DownloadGifWatermark = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <g clipPath=\"url(#clip0_8150_8137)\">\n <path\n d=\"M11.0108 3.16544C11.3351 3.12959 11.6651 3.11114 11.9998 3.11114C12.3345 3.11114 12.6645 3.12959 12.9888 3.16544C13.5987 3.23287 14.1479 2.79308 14.2153 2.18314C14.2827 1.57321 13.8429 1.0241 13.233 0.956675C12.8277 0.911874 12.4162 0.888916 11.9998 0.888916C11.5834 0.888916 11.1719 0.911874 10.7666 0.956675C10.1567 1.0241 9.71686 1.57321 9.78429 2.18314C9.85171 2.79308 10.4008 3.23287 11.0108 3.16544Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M6.41279 5.08599C6.88983 4.69998 6.96361 4.00034 6.5776 3.52331C6.19158 3.04628 5.49195 2.97249 5.01491 3.35851C4.40627 3.85102 3.85077 4.40652 3.35826 5.01516C2.97225 5.49219 3.04603 6.19183 3.52307 6.57784C4.0001 6.96386 4.69973 6.89007 5.08575 6.41304C5.48025 5.92552 5.92527 5.48049 6.41279 5.08599Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M18.9847 3.35851C18.5076 2.97249 17.808 3.04628 17.422 3.52331C17.036 4.00034 17.1097 4.69998 17.5868 5.08599C18.0743 5.48049 18.5193 5.92552 18.9138 6.41304C19.2998 6.89007 19.9995 6.96386 20.4765 6.57784C20.9535 6.19183 21.0273 5.49219 20.6413 5.01516C20.1488 4.40652 19.5933 3.85102 18.9847 3.35851Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M3.1652 11.011C3.23262 10.4011 2.79283 9.85196 2.1829 9.78453C1.57296 9.71711 1.02386 10.1569 0.956431 10.7668C0.91163 11.1721 0.888672 11.5836 0.888672 12C0.888672 12.4165 0.91163 12.8279 0.956431 13.2332C1.02386 13.8432 1.57296 14.2829 2.1829 14.2155C2.79283 14.1481 3.23262 13.599 3.1652 12.9891C3.12934 12.6647 3.11089 12.3347 3.11089 12C3.11089 11.6653 3.12934 11.3354 3.1652 11.011Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M23.0431 10.7668C22.9757 10.1569 22.4266 9.71711 21.8167 9.78453C21.2067 9.85196 20.7669 10.4011 20.8344 11.011C20.8702 11.3354 20.8887 11.6653 20.8887 12C20.8887 12.3347 20.8702 12.6647 20.8344 12.9891C20.7669 13.599 21.2067 14.1481 21.8167 14.2155C22.4266 14.2829 22.9757 13.8432 23.0431 13.2332C23.0879 12.8279 23.1109 12.4165 23.1109 12C23.1109 11.5836 23.0879 11.1721 23.0431 10.7668Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M5.08575 17.587C4.69973 17.11 4.0001 17.0362 3.52307 17.4222C3.04603 17.8082 2.97225 18.5079 3.35826 18.9849C3.85077 19.5935 4.40627 20.149 5.01491 20.6415C5.49195 21.0276 6.19158 20.9538 6.5776 20.4767C6.96361 19.9997 6.88983 19.3001 6.41279 18.9141C5.92527 18.5196 5.48025 18.0745 5.08575 17.587Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M20.6413 18.9849C21.0273 18.5079 20.9535 17.8082 20.4765 17.4222C19.9995 17.0362 19.2998 17.11 18.9138 17.587C18.5193 18.0745 18.0743 18.5196 17.5868 18.9141C17.1097 19.3001 17.036 19.9997 17.422 20.4767C17.808 20.9538 18.5076 21.0276 18.9847 20.6415C19.5933 20.149 20.1488 19.5935 20.6413 18.9849Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M11.0108 20.8346C10.4008 20.7672 9.85171 21.207 9.78429 21.8169C9.71686 22.4268 10.1567 22.976 10.7666 23.0434C11.1719 23.0882 11.5834 23.1111 11.9998 23.1111C12.4162 23.1111 12.8277 23.0882 13.233 23.0434C13.8429 22.976 14.2827 22.4268 14.2153 21.8169C14.1478 21.207 13.5987 20.7672 12.9888 20.8346C12.6645 20.8705 12.3345 20.8889 11.9998 20.8889C11.6651 20.8889 11.3351 20.8705 11.0108 20.8346Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M9.74978 9.65069V14.4494C9.74978 15.1608 10.5324 15.5904 11.1275 15.2057L14.8391 12.8064C15.3867 12.4525 15.3867 11.6476 14.8391 11.2936L11.1275 8.89431C10.5324 8.50961 9.74978 8.93928 9.74978 9.65069Z\"\n fill=\"currentColor\"\n />\n </g>\n <defs>\n <clipPath id=\"clip0_8150_8137\">\n <rect width={24} height={24} fill=\"white\" />\n </clipPath>\n </defs>\n </svg>\n)\nexport default DownloadGifWatermark\n", "import type { SVGProps } from \"react\"\nconst DownloadSimple = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M7.70711 10.2929C7.31658 9.90237 6.68342 9.90237 6.29289 10.2929C5.90237 10.6834 5.90237 11.3166 6.29289 11.7071L11.2929 16.7071C11.6834 17.0976 12.3166 17.0976 12.7071 16.7071L17.7071 11.7071C18.0976 11.3166 18.0976 10.6834 17.7071 10.2929C17.3166 9.90237 16.6834 9.90237 16.2929 10.2929L13 13.5858L13 4C13 3.44771 12.5523 3 12 3C11.4477 3 11 3.44771 11 4L11 13.5858L7.70711 10.2929Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M5 19C4.44772 19 4 19.4477 4 20C4 20.5523 4.44772 21 5 21H19C19.5523 21 20 20.5523 20 20C20 19.4477 19.5523 19 19 19L5 19Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default DownloadSimple\n", "import type { SVGProps } from \"react\"\nconst DownloadVideo = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M9.75 9.65066V14.4493C9.75 15.1607 10.5326 15.5904 11.1277 15.2057L14.8393 12.8064C15.3869 12.4524 15.3869 11.6476 14.8393 11.2936L11.1277 8.89428C10.5326 8.50958 9.75 8.93925 9.75 9.65066Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10.9562 2C9.5932 1.99999 8.50917 1.99999 7.63458 2.07144C6.73898 2.14462 5.9753 2.29768 5.27606 2.65396C4.14708 3.2292 3.2292 4.14708 2.65396 5.27606C2.29768 5.9753 2.14462 6.73898 2.07144 7.63458C1.99999 8.50917 1.99999 9.5932 2 10.9562V13.0438C1.99999 14.4068 1.99999 15.4908 2.07144 16.3654C2.14462 17.261 2.29768 18.0247 2.65396 18.7239C3.2292 19.8529 4.14708 20.7708 5.27606 21.346C5.9753 21.7023 6.73898 21.8554 7.63458 21.9286C8.50914 22 9.59313 22 10.9561 22H13.0438C14.4068 22 15.4909 22 16.3654 21.9286C17.261 21.8554 18.0247 21.7023 18.7239 21.346C19.8529 20.7708 20.7708 19.8529 21.346 18.7239C21.7023 18.0247 21.8554 17.261 21.9286 16.3654C22 15.4909 22 14.4069 22 13.0439V10.9562C22 9.59322 22 8.50914 21.9286 7.63458C21.8554 6.73898 21.7023 5.9753 21.346 5.27606C20.7708 4.14708 19.8529 3.2292 18.7239 2.65396C18.0247 2.29768 17.261 2.14462 16.3654 2.07144C15.4908 1.99999 14.4068 1.99999 13.0438 2H10.9562ZM6.18404 4.43597C6.55435 4.24729 7.02552 4.12787 7.79744 4.0648C8.58104 4.00078 9.58337 4 11 4H13C14.4166 4 15.419 4.00078 16.2026 4.0648C16.9745 4.12787 17.4457 4.24729 17.816 4.43597C18.5686 4.81947 19.1805 5.43139 19.564 6.18404C19.7527 6.55435 19.8721 7.02552 19.9352 7.79744C19.9992 8.58104 20 9.58337 20 11V13C20 14.4166 19.9992 15.419 19.9352 16.2026C19.8721 16.9745 19.7527 17.4457 19.564 17.816C19.1805 18.5686 18.5686 19.1805 17.816 19.564C17.4457 19.7527 16.9745 19.8721 16.2026 19.9352C15.419 19.9992 14.4166 20 13 20H11C9.58337 20 8.58104 19.9992 7.79744 19.9352C7.02552 19.8721 6.55435 19.7527 6.18404 19.564C5.43139 19.1805 4.81947 18.5686 4.43597 17.816C4.24729 17.4457 4.12787 16.9745 4.0648 16.2026C4.00078 15.419 4 14.4166 4 13V11C4 9.58337 4.00078 8.58104 4.0648 7.79744C4.12787 7.02552 4.24729 6.55435 4.43597 6.18404C4.81947 5.43139 5.43139 4.81947 6.18404 4.43597Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default DownloadVideo\n", "import type { SVGProps } from \"react\"\nconst DownloadVideoWatermark = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M10.1517 1.87219H14.2909C15.3057 1.87219 16.1243 1.87218 16.7905 1.91763C17.4755 1.96437 18.0812 2.06291 18.6548 2.30049C20.0334 2.87155 21.1288 3.96689 21.6999 5.34556C22.0716 6.24302 22.115 7.26861 22.1255 8.61531L22.1256 8.62406L22.1255 12C22.1255 12.6215 21.6217 13.1253 21.0002 13.1253C20.3787 13.1253 19.8749 12.6215 19.8749 12V8.62866C19.8639 7.22396 19.7987 6.63693 19.6206 6.20683C19.2779 5.37963 18.6207 4.72243 17.7935 4.37979C17.5399 4.27474 17.2077 4.20195 16.6373 4.16303C16.0567 4.12342 15.315 4.12281 14.251 4.12281H10.1999C8.92082 4.12281 8.02923 4.12369 7.33509 4.1804C6.65409 4.23604 6.26283 4.33977 5.96647 4.49077C5.33125 4.81443 4.8148 5.33088 4.49113 5.96611C4.34013 6.26246 4.23641 6.65372 4.18077 7.33472C4.12406 8.02886 4.12318 8.92046 4.12318 10.1995V13.8005C4.12318 15.0795 4.12406 15.9711 4.18077 16.6653C4.23641 17.3463 4.34013 17.7375 4.49113 18.0339C4.8148 18.6691 5.33125 19.1855 5.96647 19.5092C6.26283 19.6602 6.65409 19.7639 7.33509 19.8196C8.02923 19.8763 8.92082 19.8772 10.1999 19.8772H12.0004C12.6218 19.8772 13.1257 20.381 13.1257 21.0025C13.1257 21.624 12.6218 22.1278 12.0004 22.1278H10.1517C8.9321 22.1278 7.94839 22.1278 7.15181 22.0627C6.33163 21.9957 5.61122 21.8541 4.94471 21.5145C3.88601 20.9751 3.02525 20.1143 2.48582 19.0556C2.14621 18.3891 2.00463 17.6687 1.93762 16.8485C1.87254 16.0519 1.87255 15.0683 1.87256 13.8487V10.1513C1.87255 8.93173 1.87254 7.94803 1.93762 7.15145C2.00463 6.33127 2.14621 5.61086 2.48582 4.94434C3.02525 3.88564 3.88601 3.02489 4.94471 2.48545C5.61122 2.14585 6.33163 2.00427 7.15181 1.93726C7.9484 1.87217 8.9321 1.87218 10.1517 1.87219Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M22.4998 19.75C22.4998 21.4069 21.1567 22.75 19.4998 22.75C17.843 22.75 16.4998 21.4069 16.4998 19.75C16.4998 18.0932 17.843 16.75 19.4998 16.75C21.1567 16.75 22.4998 18.0932 22.4998 19.75Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M9.74982 9.65067V14.4493C9.74982 15.1608 10.5325 15.5904 11.1276 15.2057L14.8392 12.8064C15.3867 12.4524 15.3867 11.6476 14.8392 11.2936L11.1276 8.89429C10.5325 8.50959 9.74982 8.93926 9.74982 9.65067Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default DownloadVideoWatermark\n", "import type { SVGProps } from \"react\"\nconst Dropdown = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M11.341 4.747a1 1 0 0 1 1.318 0l4 3.5a1 1 0 1 1-1.317 1.506L12 6.829 8.659 9.753a1 1 0 0 1-1.317-1.506l4-3.5Zm-4.095 9.61a1 1 0 0 1 1.41-.096L12 17.174l3.343-2.913a1 1 0 1 1 1.314 1.508l-4 3.485a1 1 0 0 1-1.314 0l-4-3.485a1 1 0 0 1-.097-1.411Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default Dropdown\n", "import type { SVGProps } from \"react\"\nconst DropdownVector = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 10 16\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M4.34151 0.747423C4.71854 0.417526 5.28149 0.417526 5.65852 0.747423L9.65852 4.24742C10.0742 4.61111 10.1163 5.24287 9.75259 5.6585C9.38891 6.07414 8.75715 6.11626 8.34151 5.75258L5.00001 2.82877L1.65852 5.75258C1.24288 6.11626 0.61112 6.07414 0.247438 5.6585C-0.116244 5.24287 -0.0741267 4.61111 0.34151 4.24742L4.34151 0.747423ZM0.246065 10.3578C0.608879 9.94139 1.24055 9.89795 1.65695 10.2608L5.00001 13.1737L8.34308 10.2608C8.75948 9.89795 9.39115 9.94139 9.75396 10.3578C10.1168 10.7742 10.0733 11.4058 9.65695 11.7687L5.65695 15.2539C5.28043 15.582 4.7196 15.582 4.34308 15.2539L0.343082 11.7687C-0.0733128 11.4058 -0.116749 10.7742 0.246065 10.3578Z\"\n />\n </svg>\n)\nexport default DropdownVector\n", "import type { SVGProps } from \"react\"\nconst Dumbbell = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M21 9.20013C21 9.08968 20.9103 8.99994 20.7998 8.99994H20.2002C20.0897 8.99994 20 9.08968 20 9.20013V14.7997C20 14.9102 20.0897 14.9999 20.2002 14.9999H20.7998C20.9103 14.9999 21 14.9102 21 14.7997V9.20013ZM3 14.7997C3 14.9102 3.08974 14.9999 3.2002 14.9999H3.7998C3.91026 14.9999 4 14.9102 4 14.7997V9.20013L3.99609 9.1601C3.97763 9.06872 3.89662 8.99994 3.7998 8.99994H3.2002C3.08974 8.99994 3 9.08968 3 9.20013V14.7997ZM8 6.20013C8 6.08968 7.91026 5.99994 7.7998 5.99994H6.2002C6.08974 5.99994 6 6.08968 6 6.20013V17.7997C6 17.9102 6.08974 17.9999 6.2002 17.9999H7.7998C7.91026 17.9999 8 17.9102 8 17.7997V6.20013ZM18 6.20013C18 6.08968 17.9103 5.99994 17.7998 5.99994H16.2002C16.0897 5.99994 16 6.08968 16 6.20013V17.7997C16 17.9102 16.0897 17.9999 16.2002 17.9999H17.7998C17.9103 17.9999 18 17.9102 18 17.7997V6.20013ZM20 7.0097C20.0659 7.00376 20.1327 6.99994 20.2002 6.99994H20.7998C22.0148 6.99994 23 7.98511 23 9.20013V14.7997C23 16.0148 22.0148 16.9999 20.7998 16.9999H20.2002C20.1327 16.9999 20.0659 16.9951 20 16.9892V17.7997C20 19.0148 19.0148 19.9999 17.7998 19.9999H16.2002C14.9852 19.9999 14 19.0148 14 17.7997V12.9999H10V17.7997C10 19.0148 9.01483 19.9999 7.7998 19.9999H6.2002C4.98517 19.9999 4 19.0148 4 17.7997V16.9892C3.93408 16.9951 3.86728 16.9999 3.7998 16.9999H3.2002C1.98517 16.9999 1 16.0148 1 14.7997V9.20013C1 7.98511 1.98517 6.99994 3.2002 6.99994H3.7998C3.86725 6.99994 3.9341 7.00376 4 7.0097V6.20013C4 4.98511 4.98517 3.99994 6.2002 3.99994H7.7998C9.01483 3.99994 10 4.98511 10 6.20013V10.9999H14V6.20013C14 4.98511 14.9852 3.99994 16.2002 3.99994H17.7998C19.0148 3.99994 20 4.98511 20 6.20013V7.0097Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Dumbbell\n", "import type { SVGProps } from \"react\"\nconst EarthTravelWorld = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M4.93991 8.23431C4.34008 9.35657 4 10.6386 4 12C4 14.1929 4.88231 16.1797 6.31129 17.6248L8.66595 16.1532C8.87239 16.0241 8.9978 15.7979 8.9978 15.5544C8.9978 15.287 8.8467 15.0425 8.60749 14.9229L7.81623 14.5272C6.67857 13.9584 6.02327 12.734 6.18104 11.4719L6.3667 9.98658C6.40983 9.64155 6.27063 9.29889 5.99912 9.08168L4.93991 8.23431ZM6.0979 6.59945L7.24851 7.51994C8.06306 8.17158 8.48064 9.19957 8.35125 10.2346L8.16559 11.7199C8.113 12.1406 8.33144 12.5488 8.71066 12.7384L9.50192 13.134C10.4187 13.5924 10.9978 14.5294 10.9978 15.5544C10.9978 16.4874 10.5172 17.3547 9.72594 17.8492L7.99845 18.9288C9.17549 19.6101 10.5422 20 12 20C14.9642 20 17.5518 18.3879 18.934 15.9926L18.447 15.6679C18.2827 15.5584 18.0897 15.5 17.8923 15.5H17.8166C16.6165 15.5 15.5319 14.7848 15.0592 13.6818L14.405 12.1554C14.3005 11.9116 14.1035 11.7193 13.8572 11.6208L12.8324 11.2109C12.1502 10.938 11.5919 10.4243 11.2633 9.76709L11.1224 9.48533C10.641 8.52241 10.7124 7.37535 11.3096 6.47958L12.9272 4.05315C12.623 4.01804 12.3136 4 12 4C9.66327 4 7.56053 5.00185 6.0979 6.59945ZM14.9832 4.57473L12.9737 7.58898C12.7746 7.88757 12.7508 8.26993 12.9113 8.5909L13.0522 8.87266C13.1617 9.09172 13.3478 9.26297 13.5752 9.35393L14.6 9.76385C15.3388 10.0593 15.9299 10.6362 16.2433 11.3675L16.8974 12.8939C17.055 13.2616 17.4166 13.5 17.8166 13.5H17.8923C18.4845 13.5 19.0635 13.6753 19.5564 14.0038L19.7183 14.1118C19.902 13.4391 20 12.731 20 12C20 8.6362 17.9239 5.7573 14.9832 4.57473ZM2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default EarthTravelWorld\n", "import type { SVGProps } from \"react\"\nconst Edit = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M16.793 2.793a3.121 3.121 0 1 1 4.414 4.414l-8.5 8.5A1 1 0 0 1 12 16H9a1 1 0 0 1-1-1v-3a1 1 0 0 1 .293-.707l8.5-8.5Zm3 1.414a1.121 1.121 0 0 0-1.586 0L10 12.414V14h1.586l8.207-8.207a1.121 1.121 0 0 0 0-1.586ZM6 5a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-4a1 1 0 1 1 2 0v4a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h4a1 1 0 1 1 0 2H6Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default Edit\n", "import type { SVGProps } from \"react\"\nconst EditAlt = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M13.293 4.293a4.536 4.536 0 1 1 6.414 6.414l-1 1-7.547 7.547a3 3 0 0 1-1.628.838l-5.368.894a1 1 0 0 1-1.15-1.15l.894-5.368a3 3 0 0 1 .838-1.628l8.547-8.547ZM13 7.414l-6.84 6.84a1 1 0 0 0-.279.543l-.664 3.986 3.986-.664a1 1 0 0 0 .543-.28L16.586 11 13 7.414Zm5 2.172L14.414 6l.293-.293a2.536 2.536 0 0 1 3.586 3.586L18 9.586Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default EditAlt\n", "import type { SVGProps } from \"react\"\nconst EditDalleImage = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M18.25 7.5C18.25 8.19036 17.6904 8.75 17 8.75C16.3096 8.75 15.75 8.19036 15.75 7.5C15.75 6.80965 16.3096 6.25 17 6.25C17.6904 6.25 18.25 6.80965 18.25 7.5Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12.6527 3H17.3473C17.9597 2.99998 18.479 2.99997 18.9048 3.03476C19.3515 3.07126 19.7827 3.15096 20.194 3.36052C20.8163 3.67764 21.3224 4.18365 21.6395 4.80603C21.849 5.21732 21.9287 5.64854 21.9652 6.09519C22 6.52101 22 7.04023 22 7.65268V12.3473C22 12.5579 22 12.7575 21.9986 12.9461C22.0009 12.9888 22.0005 13.0317 21.9974 13.0746C21.9938 13.3824 21.9853 13.6591 21.9652 13.9048C21.9287 14.3515 21.849 14.7827 21.6395 15.194C21.3224 15.8164 20.8163 16.3224 20.194 16.6395C19.986 16.7454 19.7499 16.7937 19.5983 16.8205C19.4175 16.8524 19.2111 16.8766 18.9976 16.8959C18.5687 16.9346 18.0504 16.9584 17.5287 16.9733C16.9766 16.9892 16.5162 16.5545 16.5004 16.0024C16.4846 15.4504 16.9193 14.99 17.4713 14.9742C17.978 14.9596 18.4491 14.9373 18.8178 14.904C19.003 14.8873 19.1475 14.8691 19.2505 14.8509C19.287 14.8445 19.3119 14.8391 19.3273 14.8355C19.5544 14.7093 19.7392 14.5181 19.8575 14.286C19.8994 14.2036 19.9455 14.0649 19.9719 13.7419C19.9774 13.6743 19.9818 13.6025 19.9854 13.5255L18.5547 12.5716C18.2327 12.357 17.8171 12.3481 17.4875 12.545C17.0134 12.8282 16.3994 12.6735 16.1162 12.1993C15.833 11.7252 15.9877 11.1113 16.4618 10.828C17.4513 10.2369 18.6979 10.2634 19.6641 10.9075L20 11.1315V7.69231C20 7.02959 19.9992 6.5927 19.9719 6.25805C19.9455 5.93508 19.8994 5.79637 19.8575 5.71401C19.7321 5.46796 19.532 5.2679 19.286 5.14253C19.2036 5.10057 19.0649 5.05451 18.7419 5.02812C18.4073 5.00078 17.9704 5 17.3077 5H12.6923C12.0296 5 11.5927 5.00078 11.258 5.02812C10.9351 5.05451 10.7964 5.10057 10.714 5.14253C10.4679 5.2679 10.2679 5.46796 10.1425 5.71401C10.1289 5.74083 10.1157 5.77191 10.1032 5.81028C9.93181 6.33531 9.36728 6.62201 8.84225 6.45065C8.31722 6.27929 8.03052 5.71475 8.20188 5.18972C8.2447 5.05853 8.29692 4.93082 8.36051 4.80603C8.67762 4.18365 9.18364 3.67764 9.80602 3.36052C10.2173 3.15096 10.6485 3.07126 11.0952 3.03476C11.521 2.99997 12.0402 2.99998 12.6527 3ZM8 10C5.15489 10 3 12.0948 3 14.5C3 15.3779 3.27893 16.1999 3.77013 16.899C3.91055 17.0989 3.97295 17.3433 3.94557 17.586C3.89815 18.0063 3.81955 18.4139 3.71925 18.8099C4.15229 18.7232 4.57312 18.61 4.98727 18.4697C5.22968 18.3875 5.49435 18.4015 5.72679 18.5086C6.40579 18.8216 7.17742 19 8 19C10.8451 19 13 16.9052 13 14.5C13 12.0948 10.8451 10 8 10ZM1 14.5C1 10.83 4.21769 8 8 8C11.7823 8 15 10.83 15 14.5C15 18.17 11.7823 21 8 21C7.03025 21 6.10309 20.8166 5.25878 20.4828C4.32364 20.7669 3.36215 20.9357 2.34316 20.9981C2.00317 21.019 1.67597 20.8653 1.47489 20.5903C1.2738 20.3154 1.22649 19.957 1.34935 19.6393C1.60511 18.9779 1.8033 18.3443 1.90969 17.7075C1.33301 16.7645 1 15.6694 1 14.5Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default EditDalleImage\n", "import type { SVGProps } from \"react\"\nconst EditPencil = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M18.293 5.70712C17.3028 4.71693 15.6974 4.71693 14.7072 5.70712L14.4143 6.00001L18.0001 9.5858L18.293 9.2929C19.2832 8.30272 19.2832 6.69731 18.293 5.70712ZM16.5859 11L13.0001 7.41422L7.15744 13.2569C6.59313 13.8212 6.40354 14.0164 6.25776 14.2298C6.11763 14.4349 6.00352 14.6566 5.91806 14.8899C5.82914 15.1325 5.78049 15.4003 5.64929 16.1875L5.21663 18.7835L7.8126 18.3508C8.5998 18.2196 8.86755 18.1709 9.1102 18.082C9.34345 17.9966 9.56519 17.8825 9.77031 17.7423C9.9837 17.5965 10.1789 17.407 10.7432 16.8426L16.5859 11ZM13.293 4.29291C15.0642 2.52167 17.9359 2.52167 19.7072 4.2929C21.4784 6.06414 21.4784 8.93588 19.7072 10.7071L12.1574 18.2569C12.1364 18.2779 12.1157 18.2986 12.0952 18.3191C11.6165 18.798 11.2849 19.1298 10.8985 19.3938C10.5566 19.6273 10.1871 19.8175 9.79829 19.9599C9.35884 20.121 8.89618 20.198 8.22816 20.3091C8.19962 20.3139 8.17071 20.3187 8.1414 20.3236L5.26923 20.8023C5.25973 20.8039 5.25015 20.8055 5.2405 20.8071C5.07988 20.8339 4.90018 20.8639 4.74411 20.8757C4.57393 20.8885 4.3032 20.893 4.01707 20.7703C3.66337 20.6186 3.38151 20.3367 3.2298 19.983C3.10708 19.6969 3.11156 19.4262 3.1244 19.256C3.13618 19.0999 3.16619 18.9202 3.19302 18.7596C3.19463 18.7499 3.19622 18.7403 3.19781 18.7309L3.6765 15.8587C3.68139 15.8294 3.6862 15.8004 3.69096 15.7719C3.80213 15.1039 3.87913 14.6412 4.04015 14.2018C4.1826 13.813 4.37278 13.4435 4.60632 13.1016C4.87033 12.7152 5.20204 12.3836 5.681 11.9049C5.70147 11.8844 5.72221 11.8637 5.74323 11.8426L13.293 4.29291Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default EditPencil\n", "import type { SVGProps } from \"react\"\nconst EditStar = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M19.2929 5.70711C18.5788 4.99306 17.4212 4.99306 16.7071 5.70711L15.9142 6.5L18.5 9.08579L19.2929 8.29289C20.0069 7.57885 20.0069 6.42115 19.2929 5.70711ZM19.2073 11.2069L20.7071 9.70711C22.2022 8.21201 22.2022 5.78799 20.7071 4.29289C19.212 2.7978 16.788 2.7978 15.2929 4.29289L6.32055 13.2652C6.30279 13.283 6.28526 13.3005 6.26795 13.3178C5.93661 13.6489 5.68607 13.8993 5.48272 14.1909C5.30311 14.4484 5.15446 14.7261 5.03981 15.0184C4.91001 15.3494 4.84067 15.6967 4.74897 16.1561C4.74418 16.1801 4.73932 16.2044 4.7344 16.229L4.25476 18.6272C4.25279 18.637 4.2508 18.6469 4.24881 18.6569C4.21471 18.8271 4.17714 19.0147 4.15976 19.1769C4.14114 19.3508 4.12676 19.635 4.25132 19.9361C4.40357 20.3041 4.69592 20.5964 5.06393 20.7487C5.36501 20.8732 5.64921 20.8589 5.82306 20.8402C5.98532 20.8229 6.17286 20.7853 6.34307 20.7512L8.77102 20.2656C8.79564 20.2607 8.81994 20.2558 8.84394 20.251C9.3033 20.1593 9.65064 20.09 9.98157 19.9602C10.2739 19.8455 10.5516 19.6969 10.8091 19.5173C11.1007 19.3139 11.3511 19.0634 11.6822 18.732C11.6995 18.7147 11.717 18.6972 11.7348 18.6795L19.2073 11.2069ZM14.5 7.91421L17.0858 10.5L10.3205 17.2652C9.91425 17.6715 9.79344 17.7873 9.66506 17.8768C9.53629 17.9666 9.39741 18.041 9.25127 18.0983C9.10555 18.1554 8.94223 18.1917 8.37878 18.3044L6.27475 18.7252L6.69556 16.6212C6.80825 16.0578 6.84455 15.8944 6.90171 15.7487C6.95903 15.6026 7.03336 15.4637 7.12316 15.3349C7.2127 15.2066 7.32845 15.0858 7.73476 14.6795L14.5 7.91421Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M5.99029 2.40194C5.94355 2.16823 5.73834 2 5.5 2C5.26166 2 5.05645 2.16823 5.00971 2.40194C4.87319 3.08456 4.60634 3.66798 4.1961 4.10977C3.79032 4.54678 3.21857 4.87334 2.4178 5.0068C2.17671 5.04699 2 5.25558 2 5.5C2 5.74442 2.17671 5.95301 2.4178 5.9932C3.21857 6.12666 3.79032 6.45322 4.1961 6.89023C4.60634 7.33202 4.87319 7.91544 5.00971 8.59806C5.05645 8.83177 5.26166 9 5.5 9C5.73834 9 5.94355 8.83177 5.99029 8.59806C6.12681 7.91544 6.39366 7.33202 6.8039 6.89023C7.20968 6.45322 7.78143 6.12666 8.5822 5.9932C8.82329 5.95301 9 5.74442 9 5.5C9 5.25558 8.82329 5.04699 8.5822 5.0068C7.78143 4.87334 7.20968 4.54678 6.8039 4.10977C6.39366 3.66798 6.12681 3.08456 5.99029 2.40194Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default EditStar\n", "import type { SVGProps } from \"react\"\nconst EditXs = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 18 18\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M14.8742 3.12539C13.3737 1.62487 10.9408 1.62487 9.44032 3.12539L3.80505 8.76066C3.24459 9.32112 2.86257 10.0349 2.70713 10.8122L2.02904 14.2026C1.81878 15.2539 2.74567 16.1808 3.79697 15.9705L7.18742 15.2925C7.96464 15.137 8.67846 14.755 9.23892 14.1945L14.8742 8.55926C16.3747 7.05874 16.3747 4.62591 14.8742 3.12539ZM10.9051 4.49089C11.6277 3.82052 12.7571 3.83675 13.46 4.5396C14.1628 5.24246 14.1791 6.37191 13.5087 7.09447L10.9051 4.49089ZM9.48996 5.90418L5.21927 10.1749C4.93801 10.4561 4.74629 10.8144 4.66829 11.2044L4.13656 13.863L6.79519 13.3313C7.18523 13.2533 7.54345 13.0616 7.82471 12.7803L12.0954 8.50962L9.48996 5.90418Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default EditXs\n", "import type { SVGProps } from \"react\"\nconst Education = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M11.521 2.122a1 1 0 0 1 .958 0l11 6A1 1 0 0 1 24 9v6a1 1 0 1 1-2 0v-4.316l-2.033 1.11v4.511a3 3 0 0 1-1.578 2.642l-4.967 2.673a3 3 0 0 1-2.844 0l-4.967-2.673a3 3 0 0 1-1.578-2.642v-4.511L.521 9.878a1 1 0 0 1 0-1.756l11-6Zm-5.993 8.209a1.058 1.058 0 0 0-.034-.019L3.088 9 12 4.14 20.912 9l-2.406 1.312a1.13 1.13 0 0 0-.035.019L12 13.861l-6.472-3.53Zm.505 2.553v3.421a1 1 0 0 0 .526.88l4.967 2.674a1 1 0 0 0 .948 0l4.967-2.673a1 1 0 0 0 .526-.88v-3.422l-5.488 2.994a1 1 0 0 1-.958 0l-5.488-2.994Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default Education\n", "import type { SVGProps } from \"react\"\nconst Email = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M6.95984 4.00006H17.0402C17.706 4.00005 18.2656 4.00003 18.7234 4.03744C19.2022 4.07656 19.6571 4.1615 20.089 4.38154C20.7475 4.7171 21.283 5.25253 21.6185 5.9111C21.8386 6.34295 21.9235 6.79791 21.9626 7.27664C22 7.7345 22 8.29402 22 8.95988V15.0402C22 15.7061 22 16.2656 21.9626 16.7235C21.9235 17.2022 21.8386 17.6572 21.6185 18.089C21.283 18.7476 20.7475 19.283 20.089 19.6186C19.6571 19.8386 19.2021 19.9236 18.7234 19.9627C18.2656 20.0001 17.706 20.0001 17.0402 20.0001H6.95982C6.29396 20.0001 5.73444 20.0001 5.27657 19.9627C4.79785 19.9236 4.34289 19.8386 3.91103 19.6186C3.25247 19.283 2.71704 18.7476 2.38148 18.089C2.16144 17.6572 2.0765 17.2022 2.03738 16.7235C1.99997 16.2656 1.99999 15.7061 2 15.0402V8.9599C1.99999 8.29403 1.99997 7.73451 2.03738 7.27664C2.0765 6.79791 2.16144 6.34295 2.38148 5.9111C2.71704 5.25253 3.25247 4.7171 3.91103 4.38154C4.34289 4.1615 4.79785 4.07656 5.27657 4.03744C5.73445 4.00003 6.29397 4.00005 6.95984 4.00006ZM5.43944 6.0308C5.0844 6.05981 4.92194 6.11111 4.81902 6.16355C4.53677 6.30736 4.3073 6.53683 4.16349 6.81908C4.12649 6.89169 4.09006 6.99394 4.06163 7.17255C4.06673 7.17601 4.07181 7.17953 4.07686 7.18309L11.4235 12.369C11.7692 12.613 12.2311 12.613 12.5769 12.369L19.9235 7.18309C19.9284 7.1796 19.9334 7.17616 19.9384 7.17277C19.91 6.99402 19.8735 6.89172 19.8365 6.81908C19.6927 6.53683 19.4632 6.30736 19.181 6.16355C19.0781 6.11111 18.9156 6.05981 18.5606 6.0308C18.1939 6.00084 17.7166 6.00006 17 6.00006H7C6.28344 6.00006 5.80615 6.00084 5.43944 6.0308ZM20 9.57717L13.7302 14.0029C12.693 14.735 11.3073 14.735 10.2701 14.0029L4 9.57692V15.0001C4 15.7166 4.00078 16.1939 4.03074 16.5606C4.05975 16.9157 4.11105 17.0781 4.16349 17.181C4.3073 17.4633 4.53677 17.6928 4.81902 17.8366C4.92194 17.889 5.0844 17.9403 5.43944 17.9693C5.80615 17.9993 6.28343 18.0001 7 18.0001H17C17.7166 18.0001 18.1939 17.9993 18.5606 17.9693C18.9156 17.9403 19.0781 17.889 19.181 17.8366C19.4632 17.6928 19.6927 17.4633 19.8365 17.181C19.889 17.0781 19.9403 16.9157 19.9693 16.5606C19.9992 16.1939 20 15.7166 20 15.0001V9.57717Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Email\n", "import type { SVGProps } from \"react\"\nconst EmojiAdd = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 11.4477 21.5523 11 21 11C20.4477 11 20 11.4477 20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C12.5523 4 13 3.55228 13 3C13 2.44772 12.5523 2 12 2Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M8.98047 13.5107C8.65626 13.4276 8.33366 13.6721 8.38477 14.0029C8.67682 15.8932 10.1842 17.333 12 17.333C13.8159 17.333 15.3232 15.8933 15.6152 14.0029C15.6663 13.672 15.3438 13.4275 15.0195 13.5107C14.2515 13.7082 12.9547 14 12 14C11.0453 14 9.74851 13.7082 8.98047 13.5107Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M14.667 8C13.9306 8 13.333 8.74652 13.333 9.66699C13.3332 10.5873 13.9307 11.333 14.667 11.333C15.4032 11.3329 15.9999 10.5872 16 9.66699C16 8.74659 15.4033 8.00011 14.667 8Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M9.33301 8C8.59678 8.00022 8 8.74665 8 9.66699C8.00015 10.5872 8.59687 11.3328 9.33301 11.333C10.0693 11.333 10.6668 10.5873 10.667 9.66699C10.667 8.74652 10.0694 8 9.33301 8Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M19 1.09961C18.5029 1.09961 18.0996 1.50294 18.0996 2V4.09961H16C15.5029 4.09961 15.0996 4.50294 15.0996 5C15.0996 5.49706 15.5029 5.90039 16 5.90039H18.0996V8C18.0996 8.49706 18.5029 8.90039 19 8.90039C19.4971 8.90039 19.9004 8.49706 19.9004 8V5.90039H22L22.0918 5.89551C22.5457 5.84953 22.9004 5.46607 22.9004 5C22.9004 4.53393 22.5457 4.15047 22.0918 4.10449L22 4.09961H19.9004V2C19.9004 1.50294 19.4971 1.09961 19 1.09961Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default EmojiAdd\n", "import type { SVGProps } from \"react\"\nconst EmojiLists = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M6.14473 10.3906C8.69611 8.9948 9.33551 7.32632 8.84995 6.14456C8.61487 5.57244 8.12312 5.16589 7.54741 5.0406C7.0405 4.93027 6.48512 5.04119 6 5.4178C5.51487 5.04119 4.9595 4.93027 4.45258 5.0406C3.87687 5.16589 3.38512 5.57245 3.15005 6.14457C2.6645 7.32633 3.30391 8.99481 5.85529 10.3906C5.94547 10.44 6.05456 10.44 6.14473 10.3906Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M13 6.5C12.4477 6.5 12 6.94772 12 7.5C12 8.05228 12.4477 8.5 13 8.5H20C20.5523 8.5 21 8.05228 21 7.5C21 6.94772 20.5523 6.5 20 6.5H13Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M13 15.5C12.4477 15.5 12 15.9477 12 16.5C12 17.0523 12.4477 17.5 13 17.5H20C20.5523 17.5 21 17.0523 21 16.5C21 15.9477 20.5523 15.5 20 15.5H13Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M5.37271 13.357C5.64815 12.8683 6.35185 12.8683 6.62729 13.357L7.28648 14.5265C7.30116 14.5525 7.32644 14.5709 7.35574 14.5768L8.67173 14.8424C9.22159 14.9533 9.43905 15.6226 9.05941 16.0355L8.15083 17.0239C8.1306 17.0459 8.12094 17.0756 8.12437 17.1053L8.2785 18.4389C8.34291 18.9961 7.7736 19.4098 7.26354 19.1763L6.04281 18.6176C6.01563 18.6052 5.98437 18.6052 5.95719 18.6176L4.73646 19.1763C4.2264 19.4098 3.65709 18.9961 3.7215 18.4389L3.87563 17.1053C3.87906 17.0756 3.8694 17.0459 3.84917 17.0239L2.94059 16.0355C2.56095 15.6226 2.7784 14.9533 3.32827 14.8424L4.64426 14.5768C4.67356 14.5709 4.69884 14.5525 4.71352 14.5265L5.37271 13.357Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default EmojiLists\n", "import type { SVGProps } from \"react\"\nconst EmojiRemove = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M11.2679 10.4407C14.6245 9.30567 15.7446 7.43901 15.4121 5.91834C15.251 5.18214 14.747 4.59029 14.0828 4.31816C13.4979 4.07854 12.808 4.09412 12.1463 4.44337C11.6439 3.88885 11.001 3.63827 10.3694 3.6634C9.65213 3.69193 8.97608 4.0757 8.57299 4.71243C7.74037 6.02765 8.15458 8.16487 10.9206 10.3794C11.0183 10.4577 11.1492 10.4808 11.2679 10.4407Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M7.04577 11.8376C6.58111 11.3632 5.77648 11.5788 5.61126 12.222L5.21584 13.7612C5.20704 13.7955 5.18376 13.8242 5.15206 13.8399L3.72868 14.5468C3.13394 14.8421 3.09035 15.674 3.65096 16.0298L4.99266 16.8815C5.02253 16.9005 5.04268 16.9315 5.04786 16.9665L5.28022 18.5387C5.3773 19.1956 6.15499 19.4941 6.66669 19.0709L7.89132 18.058C7.91859 18.0355 7.95433 18.0259 7.98922 18.0318L9.5562 18.2966C10.2109 18.4073 10.7352 17.7599 10.4908 17.1425L9.90598 15.6648C9.89296 15.6319 9.89489 15.595 9.91129 15.5636L10.6474 14.1551C10.9549 13.5666 10.5012 12.868 9.83852 12.9096L8.25244 13.0092C8.21712 13.0114 8.18259 12.9982 8.15782 12.9729L7.04577 11.8376Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M14.7072 12.2929C14.3167 11.9024 13.6835 11.9024 13.293 12.2929C12.9025 12.6834 12.9025 13.3166 13.293 13.7071L15.3359 15.75L13.293 17.7929C12.9025 18.1834 12.9025 18.8166 13.293 19.2071C13.6835 19.5976 14.3167 19.5976 14.7072 19.2071L16.7501 17.1642L18.793 19.2071C19.1835 19.5976 19.8167 19.5976 20.2072 19.2071C20.5977 18.8166 20.5977 18.1834 20.2072 17.7929L18.1643 15.75L20.2072 13.7071C20.5977 13.3166 20.5977 12.6834 20.2072 12.2929C19.8167 11.9024 19.1835 11.9024 18.793 12.2929L16.7501 14.3358L14.7072 12.2929Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default EmojiRemove\n", "import type { SVGProps } from \"react\"\nconst EmojiSections = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M5.82446 3.89469C6.12108 3.36844 6.87892 3.36843 7.17554 3.89469L7.88544 5.15418C7.90125 5.18223 7.92847 5.20201 7.96003 5.20838L9.37725 5.49433C9.96941 5.61381 10.2036 6.33455 9.79475 6.77928L8.81628 7.84364C8.79449 7.86734 8.78409 7.89934 8.78779 7.93133L8.95377 9.36754C9.02313 9.96764 8.41003 10.4131 7.86073 10.1617L6.5461 9.56001C6.51683 9.54661 6.48317 9.54661 6.4539 9.56001L5.13927 10.1617C4.58997 10.4131 3.97687 9.96764 4.04623 9.36754L4.21221 7.93133C4.21591 7.89934 4.20551 7.86734 4.18372 7.84364L3.20525 6.77928C2.79641 6.33455 3.03059 5.61381 3.62275 5.49433L5.03997 5.20838C5.07153 5.20201 5.09875 5.18223 5.11456 5.15418L5.82446 3.89469Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M3 14C3 13.4477 3.44772 13 4 13H20C20.5523 13 21 13.4477 21 14C21 14.5523 20.5523 15 20 15H4C3.44772 15 3 14.5523 3 14Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M3 19C3 18.4477 3.44772 18 4 18H20C20.5523 18 21 18.4477 21 19C21 19.5523 20.5523 20 20 20H4C3.44772 20 3 19.5523 3 19Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default EmojiSections\n", "import type { SVGProps } from \"react\"\nconst EmojiWords = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M13.1447 8.64062C15.6961 7.2448 16.3355 5.57632 15.8499 4.39456C15.6149 3.82244 15.1231 3.41589 14.5474 3.2906C14.0405 3.18027 13.4851 3.29119 13 3.6678C12.5149 3.29119 11.9595 3.18027 11.4526 3.2906C10.8769 3.41589 10.3851 3.82245 10.1501 4.39457C9.6645 5.57633 10.3039 7.24481 12.8553 8.64062C12.9455 8.68995 13.0546 8.68995 13.1447 8.64062Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M4 5C3.44772 5 3 5.44772 3 6C3 6.55228 3.44772 7 4 7H7C7.55228 7 8 6.55228 8 6C8 5.44772 7.55228 5 7 5H4Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M19 5C18.4477 5 18 5.44772 18 6C18 6.55228 18.4477 7 19 7H20C20.5523 7 21 6.55228 21 6C21 5.44772 20.5523 5 20 5H19Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M11 12C11 11.4477 11.4477 11 12 11H20C20.5523 11 21 11.4477 21 12C21 12.5523 20.5523 13 20 13H12C11.4477 13 11 12.5523 11 12Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M4 17C3.44772 17 3 17.4477 3 18C3 18.5523 3.44772 19 4 19H13C13.5523 19 14 18.5523 14 18C14 17.4477 13.5523 17 13 17H4Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M5.12271 8.8665C5.39815 8.37783 6.10185 8.37783 6.37729 8.8665L7.03648 10.036C7.05116 10.0621 7.07644 10.0804 7.10574 10.0863L8.42173 10.3519C8.97159 10.4628 9.18905 11.1321 8.80941 11.545L7.90083 12.5334C7.8806 12.5554 7.87094 12.5851 7.87437 12.6148L8.0285 13.9484C8.09291 14.5057 7.5236 14.9193 7.01354 14.6858L5.79281 14.1271C5.76563 14.1147 5.73437 14.1147 5.70719 14.1271L4.48646 14.6858C3.9764 14.9193 3.40709 14.5057 3.4715 13.9484L3.62563 12.6148C3.62906 12.5851 3.6194 12.5554 3.59917 12.5334L2.69059 11.545C2.31095 11.1321 2.5284 10.4628 3.07827 10.3519L4.39426 10.0863C4.42356 10.0804 4.44884 10.0621 4.46352 10.036L5.12271 8.8665Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default EmojiWords\n", "import type { SVGProps } from \"react\"\nconst EmptyCircle = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4ZM2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default EmptyCircle\n", "import type { SVGProps } from \"react\"\nconst EmptyCircleFilled = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default EmptyCircleFilled\n", "import type { SVGProps } from \"react\"\nconst EnterLogin = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M17.089 5.03755C16.6389 5.00078 16.0566 5 15.2 5H14C13.4477 5 13 4.55229 13 4C13 3.44772 13.4477 3 14 3L15.2413 3C16.0463 2.99999 16.7106 2.99998 17.2518 3.04419C17.8139 3.09012 18.3306 3.18868 18.816 3.43597C19.5686 3.81947 20.1805 4.43139 20.564 5.18404C20.8113 5.66937 20.9099 6.18608 20.9558 6.74817C21 7.28936 21 7.95372 21 8.75868V15.2413C21 16.0463 21 16.7106 20.9558 17.2518C20.9099 17.8139 20.8113 18.3306 20.564 18.816C20.1805 19.5686 19.5686 20.1805 18.816 20.564C18.3306 20.8113 17.8139 20.9099 17.2518 20.9558C16.7106 21 16.0463 21 15.2413 21H14C13.4477 21 13 20.5523 13 20C13 19.4477 13.4477 19 14 19H15.2C16.0566 19 16.6389 18.9992 17.089 18.9624C17.5274 18.9266 17.7516 18.8617 17.908 18.782C18.2843 18.5903 18.5903 18.2843 18.782 17.908C18.8617 17.7516 18.9266 17.5274 18.9624 17.089C18.9992 16.6389 19 16.0566 19 15.2V8.8C19 7.94342 18.9992 7.36113 18.9624 6.91104C18.9266 6.47262 18.8617 6.24842 18.782 6.09202C18.5903 5.7157 18.2843 5.40973 17.908 5.21799C17.7516 5.1383 17.5274 5.07337 17.089 5.03755ZM8.29289 7.29289C8.68342 6.90237 9.31658 6.90237 9.70711 7.29289L13.7071 11.2929C14.0976 11.6834 14.0976 12.3166 13.7071 12.7071L9.70711 16.7071C9.31658 17.0976 8.68342 17.0976 8.29289 16.7071C7.90237 16.3166 7.90237 15.6834 8.29289 15.2929L10.5858 13H4C3.44772 13 3 12.5523 3 12C3 11.4477 3.44772 11 4 11H10.5858L8.29289 8.70711C7.90237 8.31658 7.90237 7.68342 8.29289 7.29289Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default EnterLogin\n", "import type { SVGProps } from \"react\"\nconst Enum = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M19 10c0-1.067 0-1.807-.048-2.382-.046-.563-.131-.88-.252-1.116A2.752 2.752 0 0 0 17.498 5.3c-.236-.12-.553-.206-1.116-.252C15.807 5 15.067 5 14 5h-4c-1.067 0-1.807 0-2.382.048-.563.046-.88.131-1.116.252A2.752 2.752 0 0 0 5.3 6.502c-.12.237-.206.553-.252 1.116C5 8.193 5 8.933 5 10v4c0 1.067 0 1.807.048 2.382.046.563.131.88.252 1.116.263.517.685.938 1.202 1.202.237.12.553.206 1.116.252C8.193 19 8.933 19 10 19h4c1.067 0 1.807 0 2.382-.048.563-.046.88-.131 1.116-.252a2.752 2.752 0 0 0 1.202-1.202c.12-.236.206-.553.252-1.116C19 15.807 19 15.067 19 14v-4Zm2 4c0 1.033 0 1.868-.055 2.544-.056.687-.175 1.297-.463 1.862a4.751 4.751 0 0 1-2.076 2.076c-.565.288-1.175.407-1.862.463C15.868 21 15.034 21 14 21h-4c-1.033 0-1.869 0-2.544-.055-.687-.056-1.297-.175-1.862-.463a4.751 4.751 0 0 1-2.076-2.076c-.288-.565-.407-1.175-.463-1.862C3 15.868 3 15.034 3 14v-4c0-1.033 0-1.869.055-2.544.056-.687.174-1.297.463-1.862a4.752 4.752 0 0 1 2.076-2.076c.565-.288 1.175-.407 1.862-.463C8.131 3 8.966 3 10 3h4c1.033 0 1.868 0 2.544.055.687.056 1.297.174 1.862.463a4.751 4.751 0 0 1 2.076 2.076c.288.565.407 1.175.463 1.862C21 8.131 21 8.966 21 10v4Z\" />\n <path d=\"M10 7a1 1 0 1 1 0 2H8a1 1 0 0 1 0-2h2Zm0 4a1 1 0 1 1 0 2H8a1 1 0 1 1 0-2h2Zm0 4a1 1 0 1 1 0 2H8a1 1 0 1 1 0-2h2Z\" />\n </svg>\n)\nexport default Enum\n", "import type { SVGProps } from \"react\"\nconst Equal = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M6 9C6 8.44772 6.44772 8 7 8H17C17.5523 8 18 8.44772 18 9C18 9.55228 17.5523 10 17 10H7C6.44772 10 6 9.55228 6 9ZM6 15C6 14.4477 6.44772 14 7 14H17C17.5523 14 18 14.4477 18 15C18 15.5523 17.5523 16 17 16H7C6.44772 16 6 15.5523 6 15Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Equal\n", "import type { SVGProps } from \"react\"\nconst Error = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M14 19C14 20.1046 13.1046 21 12 21C10.8954 21 10 20.1046 10 19C10 17.8954 10.8954 17 12 17C13.1046 17 14 17.8954 14 19Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M13.1644 14.0136L14.5068 5.95918C14.765 4.41013 13.5704 3 12 3C10.4296 3 9.23504 4.41013 9.49321 5.95918L10.8356 14.0136C10.9305 14.5828 11.423 15 12 15C12.5771 15 13.0695 14.5828 13.1644 14.0136Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Error\n", "import type { SVGProps } from \"react\"\nconst ExclamationMarkCircle = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M11 12C11 12.5523 11.4477 13 12 13C12.5523 13 13 12.5523 13 12V8C13 7.44772 12.5523 7 12 7C11.4477 7 11 7.44772 11 8V12Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12 14.7C11.3649 14.7 10.85 15.2148 10.85 15.85C10.85 16.4851 11.3649 17 12 17C12.6351 17 13.15 16.4851 13.15 15.85C13.15 15.2148 12.6351 14.7 12 14.7Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ExclamationMarkCircle\n", "import type { SVGProps } from \"react\"\nconst ExitLogout = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M8.7587 3L10 3C10.5523 3 11 3.44772 11 4C11 4.55229 10.5523 5 10 5H8.8C7.94342 5 7.36113 5.00078 6.91104 5.03755C6.47262 5.07337 6.24842 5.1383 6.09202 5.21799C5.7157 5.40973 5.40973 5.7157 5.21799 6.09202C5.1383 6.24842 5.07337 6.47262 5.03755 6.91104C5.00078 7.36113 5 7.94342 5 8.8V15.2C5 16.0566 5.00078 16.6389 5.03755 17.089C5.07337 17.5274 5.1383 17.7516 5.21799 17.908C5.40973 18.2843 5.7157 18.5903 6.09202 18.782C6.24842 18.8617 6.47262 18.9266 6.91104 18.9624C7.36113 18.9992 7.94342 19 8.8 19H10C10.5523 19 11 19.4477 11 20C11 20.5523 10.5523 21 10 21H8.75868C7.95372 21 7.28936 21 6.74817 20.9558C6.18608 20.9099 5.66937 20.8113 5.18404 20.564C4.43139 20.1805 3.81947 19.5686 3.43597 18.816C3.18868 18.3306 3.09012 17.8139 3.04419 17.2518C2.99998 16.7106 2.99999 16.0463 3 15.2413V8.7587C2.99999 7.95373 2.99998 7.28937 3.04419 6.74817C3.09012 6.18608 3.18868 5.66937 3.43597 5.18404C3.81947 4.43139 4.43139 3.81947 5.18404 3.43597C5.66937 3.18868 6.18608 3.09012 6.74817 3.04419C7.28937 2.99998 7.95373 2.99999 8.7587 3ZM15.2929 7.29289C15.6834 6.90237 16.3166 6.90237 16.7071 7.29289L20.7071 11.2929C21.0976 11.6834 21.0976 12.3166 20.7071 12.7071L16.7071 16.7071C16.3166 17.0976 15.6834 17.0976 15.2929 16.7071C14.9024 16.3166 14.9024 15.6834 15.2929 15.2929L17.5858 13H11C10.4477 13 10 12.5523 10 12C10 11.4477 10.4477 11 11 11H17.5858L15.2929 8.70711C14.9024 8.31658 14.9024 7.68342 15.2929 7.29289Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ExitLogout\n", "import type { SVGProps } from \"react\"\nconst Expand = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M12 7a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 1 1-2 0V8h-3a1 1 0 0 1-1-1Zm-5 5a1 1 0 0 1 1 1v3h3a1 1 0 1 1 0 2H7a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default Expand\n", "import type { SVGProps } from \"react\"\nconst ExpandLarge = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M13 4a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0V6.414l-3.793 3.793a1 1 0 0 1-1.414-1.414L17.586 5H14a1 1 0 0 1-1-1Zm-9 9a1 1 0 0 1 1 1v3.586l3.793-3.793a1 1 0 0 1 1.414 1.414L6.414 19H10a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1Z\" />\n </svg>\n)\nexport default ExpandLarge\n", "import type { SVGProps } from \"react\"\nconst ExpandLg = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M13 4C13 3.44772 13.4477 3 14 3H20C20.5523 3 21 3.44772 21 4V10C21 10.5523 20.5523 11 20 11C19.4477 11 19 10.5523 19 10V6.41421L15.2071 10.2071C14.8166 10.5976 14.1834 10.5976 13.7929 10.2071C13.4024 9.81658 13.4024 9.18342 13.7929 8.79289L17.5858 5H14C13.4477 5 13 4.55228 13 4ZM4 13C4.55228 13 5 13.4477 5 14V17.5858L8.79289 13.7929C9.18342 13.4024 9.81658 13.4024 10.2071 13.7929C10.5976 14.1834 10.5976 14.8166 10.2071 15.2071L6.41421 19H10C10.5523 19 11 19.4477 11 20C11 20.5523 10.5523 21 10 21H4C3.44772 21 3 20.5523 3 20V14C3 13.4477 3.44772 13 4 13Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ExpandLg\n", "import type { SVGProps } from \"react\"\nconst ExpandMd = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M13 5C13 4.44772 13.4477 4 14 4H19C19.5523 4 20 4.44772 20 5V10C20 10.5523 19.5523 11 19 11C18.4477 11 18 10.5523 18 10V7.41421L14.7071 10.7071C14.3166 11.0976 13.6834 11.0976 13.2929 10.7071C12.9024 10.3166 12.9024 9.68342 13.2929 9.29289L16.5858 6H14C13.4477 6 13 5.55228 13 5ZM5 13C5.55228 13 6 13.4477 6 14V16.5858L9.29289 13.2929C9.68342 12.9024 10.3166 12.9024 10.7071 13.2929C11.0976 13.6834 11.0976 14.3166 10.7071 14.7071L7.41421 18H10C10.5523 18 11 18.4477 11 19C11 19.5523 10.5523 20 10 20H5C4.44772 20 4 19.5523 4 19V14C4 13.4477 4.44772 13 5 13Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ExpandMd\n", "import type { SVGProps } from \"react\"\nconst ExpandSm = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12 7C12 6.44772 12.4477 6 13 6H17C17.5523 6 18 6.44772 18 7V11C18 11.5523 17.5523 12 17 12C16.4477 12 16 11.5523 16 11V8H13C12.4477 8 12 7.55228 12 7ZM7 12C7.55228 12 8 12.4477 8 13V16H11C11.5523 16 12 16.4477 12 17C12 17.5523 11.5523 18 11 18H7C6.44772 18 6 17.5523 6 17V13C6 12.4477 6.44772 12 7 12Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ExpandSm\n", "import type { SVGProps } from \"react\"\nconst ExpandSmall = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M12 7a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 1 1-2 0V8h-3a1 1 0 0 1-1-1Zm-5 5a1 1 0 0 1 1 1v3h3a1 1 0 1 1 0 2H7a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1Z\" />\n </svg>\n)\nexport default ExpandSmall\n", "import type { SVGProps } from \"react\"\nconst Explore = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M4 12a8 8 0 1 1 16 0 8 8 0 0 1-16 0Zm8-10C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2Zm4.465 6.763a1 1 0 0 0-1.228-1.228l-5.5 1.5a1 1 0 0 0-.702.702l-1.5 5.5a1 1 0 0 0 1.228 1.228l5.5-1.5a1 1 0 0 0 .702-.702l1.5-5.5Zm-6.54 5.312.89-3.26 3.26-.89-.89 3.26-3.26.89Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default Explore\n", "import type { SVGProps } from \"react\"\nconst ExploreSora = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M10.8965 10.0744C11.0357 10.0792 11.171 10.1212 11.2881 10.1964L14.502 12.2736C14.6113 12.3443 14.7015 12.4414 14.7637 12.5558C14.8258 12.67 14.8584 12.7979 14.8585 12.9279C14.8585 13.0581 14.8259 13.1865 14.7637 13.3009C14.7015 13.4153 14.6113 13.5124 14.502 13.5832L11.2881 15.6613C11.171 15.7365 11.0356 15.7785 10.8965 15.7833C10.7573 15.7881 10.6192 15.7547 10.4971 15.6876C10.3753 15.6207 10.2738 15.5223 10.2032 15.4025C10.1325 15.2825 10.0951 15.1453 10.0958 15.006V10.8517C10.0951 10.7124 10.1325 10.5753 10.2032 10.4552C10.2738 10.3353 10.3751 10.2361 10.4971 10.1691C10.6192 10.1021 10.7574 10.0696 10.8965 10.0744Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.0987 2.31557C11.6957 2.21556 12.3054 2.2155 12.9024 2.31557L13.1993 2.37417L13.3741 2.41811C14.24 2.65392 15.0598 3.17672 16.2774 3.93276L17.7383 4.83901L18.546 5.34389C19.1612 5.73506 19.6402 6.0693 20.0294 6.4562L20.253 6.69546L20.4278 6.9103C20.8228 7.41999 21.1252 7.99702 21.3194 8.61343L21.4053 8.92886C21.5787 9.67828 21.5704 10.5233 21.5704 11.7287V13.4357C21.5704 14.6636 21.5705 15.6457 21.5059 16.4367C21.4403 17.2391 21.303 17.9339 20.9776 18.5734L20.9766 18.5744C20.4542 19.5972 19.6225 20.4298 18.5997 20.9523C17.9601 21.2781 17.2638 21.416 16.461 21.4816C15.6699 21.5462 14.6889 21.5451 13.461 21.5451H10.5401C9.31203 21.5451 8.3302 21.5462 7.53912 21.4816C6.83679 21.4242 6.21699 21.312 5.64459 21.0666L5.4024 20.9523C4.37951 20.4298 3.54589 19.5973 3.0235 18.5744C2.69791 17.935 2.55976 17.2392 2.4942 16.4367C2.4619 16.0411 2.44544 15.5974 2.43756 15.0998L2.42975 13.4357V11.7296C2.42974 10.3509 2.41918 9.44622 2.68072 8.61343L2.77057 8.35171C2.99519 7.7473 3.32595 7.18659 3.74713 6.69643L3.74811 6.69546L3.97076 6.4562C4.51596 5.91425 5.23814 5.47636 6.26178 4.83999L7.72272 3.93276L8.62018 3.37807C9.45003 2.87573 10.1013 2.53199 10.8008 2.37417L11.0987 2.31557ZM12.7598 4.32143C12.3223 4.22297 11.8699 4.21141 11.4288 4.2853L11.2403 4.32241C10.8457 4.41143 10.4571 4.60478 9.68756 5.0685L8.77643 5.62905L7.31549 6.53628L7.31451 6.5353C6.1941 7.23184 5.7089 7.54458 5.38971 7.86147L5.26178 7.99819C4.95679 8.35316 4.72665 8.76667 4.586 9.21304C4.43813 9.68447 4.4278 10.2231 4.42779 11.7296V13.4357L4.43463 15.0685C4.44187 15.5337 4.45625 15.9282 4.48443 16.2736C4.53986 16.9521 4.64465 17.3553 4.80279 17.6662L4.93561 17.9035C5.26725 18.4434 5.74227 18.8832 6.30963 19.173C6.62127 19.3315 7.02336 19.4359 7.70221 19.4914C8.3931 19.5478 9.27913 19.548 10.5401 19.548H13.461C14.7219 19.548 15.6079 19.5478 16.2989 19.4914C16.9773 19.4359 17.3796 19.3311 17.6905 19.173L17.9278 19.0402C18.4675 18.7087 18.9075 18.2342 19.1973 17.6671C19.3558 17.3555 19.4602 16.9524 19.5157 16.2736C19.5721 15.5827 19.5733 14.6965 19.5733 13.4357V11.7287C19.5733 10.4098 19.5651 9.83193 19.4639 9.3937L19.4141 9.21304C19.2735 8.76663 19.0434 8.35318 18.7383 7.99819C18.4171 7.62549 17.9648 7.33058 16.6846 6.5353L15.2247 5.62905C13.8018 4.74561 13.286 4.44014 12.7598 4.32143Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ExploreSora\n", "import type { SVGProps } from \"react\"\nconst ExternalLink = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M15 5a1 1 0 1 1 0-2h5a1 1 0 0 1 1 1v5a1 1 0 1 1-2 0V6.414l-5.293 5.293a1 1 0 0 1-1.414-1.414L17.586 5H15ZM4 7a3 3 0 0 1 3-3h3a1 1 0 1 1 0 2H7a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-3a1 1 0 1 1 2 0v3a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3V7Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default ExternalLink\n", "import type { SVGProps } from \"react\"\nconst Eye = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M5.91456 7.59106C4.34202 9.04124 3.28878 10.7415 2.77064 11.6971C2.66597 11.8902 2.66597 12.1098 2.77064 12.3029C3.28878 13.2585 4.34202 14.9588 5.91456 16.4089C7.48207 17.8545 9.50584 19 12.0001 19C14.4944 19 16.5182 17.8545 18.0857 16.4089C19.6582 14.9588 20.7114 13.2585 21.2296 12.3029C21.3343 12.1098 21.3343 11.8902 21.2296 11.6971C20.7114 10.7415 19.6582 9.04124 18.0857 7.59105C16.5182 6.1455 14.4944 5 12.0001 5C9.50584 5 7.48207 6.1455 5.91456 7.59106ZM4.5587 6.1208C6.36071 4.45899 8.84593 3 12.0001 3C15.1543 3 17.6395 4.45899 19.4415 6.1208C21.2385 7.77798 22.4153 9.68799 22.9878 10.7438C23.4149 11.5315 23.4149 12.4685 22.9878 13.2562C22.4153 14.312 21.2385 16.222 19.4415 17.8792C17.6395 19.541 15.1543 21 12.0001 21C8.84593 21 6.36071 19.541 4.5587 17.8792C2.76171 16.222 1.5849 14.312 1.01244 13.2562C0.585372 12.4685 0.585371 11.5315 1.01244 10.7438C1.5849 9.688 2.76171 7.77798 4.5587 6.1208ZM12.0001 9.5C10.6194 9.5 9.50011 10.6193 9.50011 12C9.50011 13.3807 10.6194 14.5 12.0001 14.5C13.3808 14.5 14.5001 13.3807 14.5001 12C14.5001 10.6193 13.3808 9.5 12.0001 9.5ZM7.50011 12C7.50011 9.51472 9.51483 7.5 12.0001 7.5C14.4854 7.5 16.5001 9.51472 16.5001 12C16.5001 14.4853 14.4854 16.5 12.0001 16.5C9.51483 16.5 7.50011 14.4853 7.50011 12Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Eye\n", "import type { SVGProps } from \"react\"\nconst EyeClosed = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M2.293 2.293a1 1 0 0 1 1.414 0l18 18a1 1 0 0 1-1.414 1.414l-2.514-2.514C16.204 20.24 14.274 21 12 21c-3.154 0-5.64-1.459-7.441-3.12-1.797-1.658-2.974-3.568-3.547-4.624a2.625 2.625 0 0 1 0-2.513c.578-1.065 1.78-3.017 3.624-4.693L2.293 3.707a1 1 0 0 1 0-1.414Zm3.759 5.173c-1.645 1.473-2.745 3.241-3.281 4.23a.625.625 0 0 0 0 .607c.518.955 1.57 2.656 3.143 4.106C7.482 17.855 9.506 19 12 19c1.65 0 3.09-.5 4.33-1.256l-1.934-1.934A4.502 4.502 0 0 1 8.19 9.604L6.052 7.466Zm3.62 3.62 3.242 3.242a2.5 2.5 0 0 1-3.242-3.242Zm.551-5.886c.56-.128 1.152-.2 1.777-.2 2.494 0 4.518 1.146 6.086 2.591 1.572 1.45 2.625 3.15 3.144 4.106a.627.627 0 0 1-.002.608 17.316 17.316 0 0 1-1.344 2.095 1 1 0 0 0 1.6 1.2 19.327 19.327 0 0 0 1.503-2.342 2.627 2.627 0 0 0 0-2.514c-.572-1.056-1.749-2.966-3.546-4.623C17.64 4.459 15.154 3 12 3c-.779 0-1.52.09-2.223.25a1 1 0 0 0 .446 1.95Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default EyeClosed\n", "import type { SVGProps } from \"react\"\nconst EyeOff = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M2.29285 2.29289C2.68337 1.90237 3.31654 1.90237 3.70706 2.29289L21.7071 20.2929C22.0976 20.6834 22.0976 21.3166 21.7071 21.7071C21.3165 22.0976 20.6834 22.0976 20.2928 21.7071L17.7784 19.1927C16.2039 20.2404 14.274 21 12 21C8.84578 21 6.36056 19.541 4.55854 17.8792C2.76156 16.222 1.58474 14.312 1.01229 13.2562C0.585014 12.4681 0.585717 11.5305 1.01263 10.7432C1.59034 9.67778 2.79199 7.72646 4.63582 6.05008L2.29285 3.70711C1.90232 3.31658 1.90232 2.68342 2.29285 2.29289ZM6.05186 7.46612C4.40718 8.93862 3.30712 10.7074 2.77079 11.6965C2.66592 11.8899 2.66602 12.1102 2.77049 12.3029C3.28862 13.2585 4.34187 14.9588 5.9144 16.4089C7.48191 17.8545 9.50568 19 12 19C13.6494 19 15.0899 18.5001 16.3303 17.7445L14.396 15.8102C12.6574 16.9057 10.3323 16.6963 8.81797 15.182C7.30363 13.6676 7.09422 11.3425 8.18971 9.60397L6.05186 7.46612ZM9.67217 11.0864L12.9135 14.3278C12.0164 14.6793 10.9571 14.4927 10.2322 13.7678C9.50728 13.0429 9.32061 11.9836 9.67217 11.0864Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M10.2233 5.19987C10.7835 5.07151 11.3752 5 12 5C14.4942 5 16.518 6.1455 18.0855 7.59105C19.6581 9.04124 20.7113 10.7415 21.2294 11.6971C21.3334 11.8889 21.3338 12.1105 21.2284 12.3047C20.9449 12.8276 20.496 13.5829 19.8836 14.4005C19.5525 14.8426 19.6425 15.4693 20.0845 15.8004C20.5265 16.1315 21.1533 16.0415 21.4844 15.5995C22.1677 14.6872 22.6678 13.8459 22.9865 13.2582C23.4131 12.4717 23.4154 11.5327 22.9876 10.7438C22.4152 9.68799 21.2384 7.77798 19.4414 6.1208C17.6394 4.45899 15.1541 3 12 3C11.221 3 10.4794 3.08934 9.77657 3.25041C9.23825 3.37379 8.90186 3.9102 9.02523 4.44853C9.1486 4.98686 9.68502 5.32325 10.2233 5.19987Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default EyeOff\n", "import type { SVGProps } from \"react\"\nconst FeaturedWreath = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17.7687 1.61268C19.1322 2.35051 20.1 3.35592 20.3271 4.64364C20.5541 5.93136 19.9886 7.20714 18.9597 8.36681C18.4906 8.89551 17.6878 8.97035 17.1296 8.52923C16.0744 7.69534 15.3608 6.71225 15.1568 5.55529C14.9528 4.39834 15.2871 3.23049 15.9935 2.08597C16.3672 1.48053 17.1471 1.2763 17.7687 1.61268ZM16.8802 5.25141C16.9727 5.77573 17.2778 6.32602 17.9077 6.89699C18.5395 6.08609 18.6898 5.43591 18.6037 4.94752C18.5175 4.45914 18.154 3.89955 17.283 3.35365C16.8863 4.10563 16.7878 4.72709 16.8802 5.25141Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M3.6729 4.64364C3.89995 3.35592 4.86776 2.35051 6.23124 1.61268C6.85285 1.2763 7.63279 1.48053 8.00647 2.08597C8.71286 3.23049 9.04714 4.39834 8.84314 5.55529C8.63913 6.71225 7.92558 7.69534 6.87035 8.52923C6.31213 8.97035 5.50938 8.89551 5.0403 8.36681C4.01141 7.20714 3.44584 5.93136 3.6729 4.64364ZM6.09223 6.89699C6.72215 6.32602 7.02727 5.77573 7.11972 5.25141C7.21217 4.72709 7.11367 4.10563 6.71701 3.35365C5.84598 3.89955 5.48242 4.45914 5.39631 4.94752C5.31019 5.43591 5.46043 6.08609 6.09223 6.89699Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M7.75872 12.9329C7.53173 11.3993 6.91796 10.146 5.78556 9.49223C4.65316 8.83844 3.26088 8.93356 1.81924 9.50378C1.16199 9.76374 0.817107 10.4925 1.04071 11.1679C1.4634 12.4447 2.14315 13.4515 3.16056 14.0389C4.17797 14.6263 5.38972 14.7116 6.70682 14.4392C7.40355 14.2952 7.86221 13.6321 7.75872 12.9329ZM4.03556 12.5233C3.57448 12.2571 3.16174 11.7822 2.84065 10.995C3.81873 10.6786 4.48108 10.7598 4.91056 11.0078C5.34004 11.2557 5.74154 11.7888 5.95661 12.794C5.11431 12.9095 4.49664 12.7895 4.03556 12.5233Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M7.19865 20.3699C8.03964 20.3266 8.83471 20.0129 9.58571 19.4914C9.58476 19.5921 9.5706 19.6808 9.54807 19.7586C9.46617 20.0417 9.21464 20.387 8.58173 20.7314C8.15727 20.9624 8.00043 21.4938 8.23142 21.9183C8.46242 22.3427 8.99378 22.4996 9.41824 22.2686C10.2922 21.793 10.972 21.1336 11.2291 20.245C11.4873 19.3529 11.2607 18.4327 10.7569 17.564C10.7431 17.5403 10.7282 17.5172 10.7123 17.4949C9.73328 16.1226 8.54787 15.2096 7.18764 15.1305C5.808 15.0502 4.58135 15.8441 3.57083 17.1182C3.13161 17.6719 3.1973 18.4755 3.72866 18.9486C4.79159 19.8951 5.95182 20.4341 7.19865 20.3699ZM7.10863 18.6222C6.54525 18.6512 5.91622 18.454 5.20094 17.8989C5.92745 17.0938 6.57034 16.8475 7.08606 16.8775C7.56412 16.9053 8.15107 17.1812 8.79917 17.8988C8.17217 18.3852 7.6108 18.5963 7.10863 18.6222Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M16.8013 20.3699C15.9603 20.3266 15.1653 20.0129 14.4143 19.4914C14.4152 19.5921 14.4294 19.6808 14.4519 19.7586C14.5338 20.0417 14.7853 20.387 15.4182 20.7314C15.8427 20.9624 15.9995 21.4938 15.7685 21.9183C15.5375 22.3427 15.0062 22.4996 14.5817 22.2686C13.7078 21.793 13.0279 21.1336 12.7709 20.245C12.5127 19.3529 12.7392 18.4327 13.2431 17.564C13.2569 17.5403 13.2717 17.5172 13.2877 17.4949C14.2667 16.1226 15.4521 15.2096 16.8123 15.1305C18.192 15.0502 19.4186 15.8441 20.4291 17.1182C20.8684 17.6719 20.8027 18.4755 20.2713 18.9486C19.2084 19.8951 18.0481 20.4341 16.8013 20.3699ZM16.8913 18.6222C17.4547 18.6512 18.0838 18.454 18.799 17.8989C18.0725 17.0938 17.4296 16.8475 16.9139 16.8775C16.4359 16.9053 15.8489 17.1812 15.2008 17.8988C15.8278 18.3852 16.3892 18.5963 16.8913 18.6222Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M18.2144 9.49223C17.082 10.146 16.4682 11.3993 16.2412 12.9329C16.1378 13.6321 16.5964 14.2952 17.2932 14.4392C18.6102 14.7116 19.822 14.6263 20.8394 14.0389C21.8568 13.4515 22.5366 12.4447 22.9593 11.1679C23.1829 10.4925 22.838 9.76374 22.1807 9.50378C20.7391 8.93356 19.3468 8.83844 18.2144 9.49223ZM21.1593 10.995C20.8382 11.7822 20.4255 12.2571 19.9644 12.5233C19.5033 12.7895 18.8857 12.9095 18.0434 12.794C18.2584 11.7888 18.6599 11.2557 19.0894 11.0078C19.5189 10.7598 20.1812 10.6786 21.1593 10.995Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default FeaturedWreath\n", "import type { SVGProps } from \"react\"\nconst File = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M7 2a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V8.828a3 3 0 0 0-.879-2.12l-3.828-3.83A3 3 0 0 0 13.172 2H7Zm5 2H7a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-9h-3a3 3 0 0 1-3-3V4Zm5.586 4H15a1 1 0 0 1-1-1V4.414L17.586 8Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default File\n", "import type { SVGProps } from \"react\"\nconst File3d = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M9.24524 4.48694C6.18416 5.60966 4 8.54976 4 12C4 12.0071 4.00001 12.0141 4.00003 12.0212L4.00446 12.0197C4.02585 12.0826 4.13988 12.279 4.5568 12.5448C4.95462 12.7985 5.52973 13.0513 6.27255 13.2739C6.80231 13.4326 7.39948 13.5707 8.05043 13.6825C8.01721 13.135 8 12.5726 8 12C8 9.65591 8.28838 7.48465 8.78266 5.79194C8.91843 5.32698 9.0725 4.88854 9.24524 4.48694ZM11.963 4.00008L11.967 4.00957C11.8811 4.04587 11.6761 4.19206 11.4148 4.62167C11.1645 5.03306 10.9182 5.6139 10.7025 6.35254C10.2721 7.82656 10 9.80335 10 12C10 12.6656 10.025 13.3109 10.0718 13.9282C10.689 13.975 11.3344 14 12 14C14.2202 14 16.2154 13.7221 17.6938 13.2839C18.4349 13.0642 19.0125 12.8142 19.4162 12.5619C19.8387 12.2979 19.9664 12.0975 19.9937 12.0247L20 12.0271C20 12.018 20 12.009 20 12C20 7.58172 16.4183 4 12 4C11.9877 4 11.9754 4.00003 11.963 4.00008ZM19.5131 14.7548C19.1267 14.921 18.7066 15.0697 18.2621 15.2014C16.5613 15.7055 14.3686 16 12 16C11.4274 16 10.8651 15.9828 10.3175 15.9496C10.4258 16.5798 10.5586 17.1596 10.7111 17.6768C10.9293 18.417 11.178 18.9958 11.4295 19.4024C11.6926 19.8276 11.8947 19.9622 11.9724 19.9926L11.9695 19.9999C11.9797 20 11.9898 20 12 20C15.4502 20 18.3903 17.8158 19.5131 14.7548ZM9.24524 19.5131C9.07663 19.1211 8.92591 18.6942 8.79268 18.2422C8.57212 17.494 8.39201 16.6511 8.25953 15.7405C7.32482 15.6045 6.46151 15.4183 5.69849 15.1897C5.26893 15.061 4.86215 14.9162 4.48694 14.7548C5.29466 16.957 7.04301 18.7053 9.24524 19.5131ZM2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default File3d\n", "import type { SVGProps } from \"react\"\nconst FileAudio = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M8 5C8.55228 5 9 5.44772 9 6V18C9 18.5523 8.55228 19 8 19C7.44772 19 7 18.5523 7 18V6C7 5.44772 7.44772 5 8 5ZM16 7C16.5523 7 17 7.44772 17 8V16C17 16.5523 16.5523 17 16 17C15.4477 17 15 16.5523 15 16V8C15 7.44772 15.4477 7 16 7ZM12 8.5C12.5523 8.5 13 8.94772 13 9.5V14.5C13 15.0523 12.5523 15.5 12 15.5C11.4477 15.5 11 15.0523 11 14.5V9.5C11 8.94772 11.4477 8.5 12 8.5ZM4 9.5C4.55228 9.5 5 9.94772 5 10.5V13.5C5 14.0523 4.55228 14.5 4 14.5C3.44772 14.5 3 14.0523 3 13.5V10.5C3 9.94772 3.44772 9.5 4 9.5ZM20 9.5C20.5523 9.5 21 9.94772 21 10.5V13.5C21 14.0523 20.5523 14.5 20 14.5C19.4477 14.5 19 14.0523 19 13.5V10.5C19 9.94772 19.4477 9.5 20 9.5Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default FileAudio\n", "import type { SVGProps } from \"react\"\nconst FileBlank = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M3.5 15.7002V8.29981C3.5 7.47632 3.49898 6.79843 3.54395 6.24805C3.58988 5.686 3.68827 5.16891 3.93555 4.6836L4.08985 4.40821C4.47414 3.7817 5.02513 3.2711 5.6836 2.93555L5.86719 2.84962C6.29892 2.66443 6.7562 2.58414 7.24805 2.54395C7.79843 2.49898 8.47632 2.50001 9.29981 2.50001H13.5117C14.1979 2.50001 14.7043 2.49341 15.1914 2.61036L15.4941 2.6963C15.7926 2.79335 16.0794 2.92547 16.3477 3.08985L16.5049 3.19239C16.8652 3.44372 17.1889 3.7748 17.6133 4.19923L18.8008 5.38673L19.1426 5.7295C19.4613 6.05339 19.7139 6.3322 19.9102 6.65235L20.0645 6.92676C20.207 7.20655 20.3162 7.50257 20.3897 7.8086L20.4277 7.99317C20.5048 8.42563 20.5 8.88807 20.5 9.48829V15.7002C20.5 16.5237 20.501 17.2016 20.4561 17.752C20.4159 18.2438 20.3356 18.7011 20.1504 19.1328L20.0645 19.3164C19.7289 19.9749 19.2183 20.5259 18.5918 20.9102L18.3164 21.0645C17.8311 21.3117 17.314 21.4101 16.752 21.4561C16.2016 21.501 15.5237 21.5 14.7002 21.5H9.29981C8.47632 21.5 7.79843 21.501 7.24805 21.4561C6.7562 21.4159 6.29892 21.3356 5.86719 21.1504L5.6836 21.0645C5.02513 20.7289 4.47414 20.2183 4.08985 19.5918L3.93555 19.3164C3.68827 18.8311 3.58988 18.314 3.54395 17.752C3.49898 17.2016 3.5 16.5237 3.5 15.7002ZM15.334 7.29005L15.3467 7.37696C15.4275 7.80509 15.779 8.13572 16.2188 8.18458L18.4717 8.43458L18.4443 8.2754C18.4076 8.12258 18.3534 7.9747 18.2822 7.83497L18.2051 7.69727C18.1231 7.56363 18.0144 7.43719 17.7324 7.14942L17.3867 6.80079L16.1992 5.61329C15.7849 5.19901 15.5881 5.00666 15.4404 4.89063L15.3027 4.79493C15.2288 4.74961 15.1512 4.71007 15.0723 4.67481L15.334 7.29005ZM5.5 15.7002C5.5 16.5566 5.50035 17.1388 5.53711 17.5889C5.57293 18.0273 5.63809 18.2518 5.71778 18.4082L5.79492 18.5459C5.98707 18.8592 6.26256 19.1145 6.5918 19.2822L6.72461 19.3389C6.87418 19.3924 7.08253 19.4361 7.41113 19.4629C7.86117 19.4997 8.44342 19.5 9.29981 19.5H14.7002C15.5566 19.5 16.1388 19.4997 16.5889 19.4629C17.0273 19.4271 17.2518 19.3619 17.4082 19.2822L17.5459 19.2051C17.8592 19.0129 18.1145 18.7374 18.2822 18.4082L18.3389 18.2754C18.3924 18.1258 18.436 17.9175 18.4629 17.5889C18.4997 17.1388 18.5 16.5566 18.5 15.7002V10.4502L15.998 10.1729C14.6792 10.0263 13.6246 9.03393 13.3818 7.75001L13.3438 7.48926L13.0449 4.50001H9.29981C8.44342 4.50001 7.86117 4.50036 7.41113 4.53712C7.08253 4.56396 6.87418 4.60763 6.72461 4.66114L6.5918 4.71778C6.26256 4.88555 5.98707 5.14086 5.79492 5.45411L5.71778 5.5918C5.63809 5.7482 5.57293 5.97272 5.53711 6.41114C5.50035 6.86118 5.5 7.44342 5.5 8.29981V15.7002Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default FileBlank\n", "import type { SVGProps } from \"react\"\nconst FileCode = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M14.4472 7.10558C14.9412 7.35257 15.1414 7.95324 14.8944 8.44722L10.8944 16.4472C10.6474 16.9412 10.0468 17.1414 9.55279 16.8944C9.05881 16.6474 8.85858 16.0468 9.10557 15.5528L13.1056 7.55279C13.3526 7.05881 13.9532 6.85859 14.4472 7.10558ZM6.6 7.20001C7.04183 7.53138 7.13137 8.15818 6.8 8.60001L4.25 12L6.8 15.4C7.13137 15.8418 7.04183 16.4686 6.6 16.8C6.15817 17.1314 5.53137 17.0418 5.2 16.6L2.2 12.6C1.93333 12.2444 1.93333 11.7556 2.2 11.4L5.2 7.40001C5.53137 6.95818 6.15817 6.86863 6.6 7.20001ZM17.4 7.20001C17.8418 6.86863 18.4686 6.95818 18.8 7.40001L21.8 11.4C22.0667 11.7556 22.0667 12.2444 21.8 12.6L18.8 16.6C18.4686 17.0418 17.8418 17.1314 17.4 16.8C16.9582 16.4686 16.8686 15.8418 17.2 15.4L19.75 12L17.2 8.60001C16.8686 8.15818 16.9582 7.53138 17.4 7.20001Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default FileCode\n", "import type { SVGProps } from \"react\"\nconst FileDocument = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M3.5 15.7002V8.29981C3.5 7.47632 3.49898 6.79843 3.54395 6.24805C3.58988 5.686 3.68827 5.16891 3.93555 4.6836L4.08985 4.40821C4.47414 3.7817 5.02513 3.2711 5.6836 2.93555L5.86719 2.84962C6.29892 2.66443 6.7562 2.58414 7.24805 2.54395C7.79843 2.49898 8.47632 2.50001 9.29981 2.50001H13.5117C14.1979 2.50001 14.7043 2.49341 15.1914 2.61036L15.4941 2.6963C15.7926 2.79335 16.0794 2.92547 16.3477 3.08985L16.5049 3.19239C16.8652 3.44372 17.1889 3.7748 17.6133 4.19923L18.8008 5.38673L19.1426 5.7295C19.4613 6.05339 19.7139 6.3322 19.9102 6.65235L20.0645 6.92676C20.207 7.20655 20.3162 7.50257 20.3897 7.8086L20.4277 7.99317C20.5048 8.42563 20.5 8.88807 20.5 9.48829V15.7002C20.5 16.5237 20.501 17.2016 20.4561 17.752C20.4159 18.2438 20.3356 18.7011 20.1504 19.1328L20.0645 19.3164C19.7289 19.9749 19.2183 20.5259 18.5918 20.9102L18.3164 21.0645C17.8311 21.3117 17.314 21.4101 16.752 21.4561C16.2016 21.501 15.5237 21.5 14.7002 21.5H9.29981C8.47632 21.5 7.79843 21.501 7.24805 21.4561C6.7562 21.4159 6.29892 21.3356 5.86719 21.1504L5.6836 21.0645C5.02513 20.7289 4.47414 20.2183 4.08985 19.5918L3.93555 19.3164C3.68827 18.8311 3.58988 18.314 3.54395 17.752C3.49898 17.2016 3.5 16.5237 3.5 15.7002ZM13 13C13.5523 13 14 13.4477 14 14C14 14.5523 13.5523 15 13 15H9C8.44772 15 8 14.5523 8 14C8 13.4477 8.44772 13 9 13H13ZM15 9.00001C15.5523 9.00001 16 9.44772 16 10C16 10.5523 15.5523 11 15 11H9C8.44772 11 8 10.5523 8 10C8 9.44772 8.44772 9.00001 9 9.00001H15ZM5.5 15.7002C5.5 16.5566 5.50035 17.1388 5.53711 17.5889C5.57293 18.0273 5.63809 18.2518 5.71778 18.4082L5.79492 18.5459C5.98707 18.8592 6.26256 19.1145 6.5918 19.2822L6.72461 19.3389C6.87418 19.3924 7.08253 19.4361 7.41113 19.4629C7.86117 19.4997 8.44342 19.5 9.29981 19.5H14.7002C15.5566 19.5 16.1388 19.4997 16.5889 19.4629C17.0273 19.4271 17.2518 19.3619 17.4082 19.2822L17.5459 19.2051C17.8592 19.0129 18.1145 18.7374 18.2822 18.4082L18.3389 18.2754C18.3924 18.1258 18.436 17.9175 18.4629 17.5889C18.4997 17.1388 18.5 16.5566 18.5 15.7002V9.48829C18.5 8.9025 18.496 8.62789 18.4736 8.44141L18.4443 8.2754C18.4076 8.12258 18.3534 7.9747 18.2822 7.83497L18.2051 7.69727C18.1231 7.56363 18.0144 7.43719 17.7324 7.14942L17.3867 6.80079L16.1992 5.61329C15.7849 5.19901 15.5881 5.00666 15.4404 4.89063L15.3027 4.79493C15.1686 4.71275 15.0252 4.64619 14.876 4.59766L14.7246 4.55567C14.5212 4.50684 14.2931 4.50001 13.5117 4.50001H9.29981C8.44342 4.50001 7.86117 4.50036 7.41113 4.53712C7.08253 4.56396 6.87418 4.60763 6.72461 4.66114L6.5918 4.71778C6.26256 4.88555 5.98707 5.14086 5.79492 5.45411L5.71778 5.5918C5.63809 5.7482 5.57293 5.97272 5.53711 6.41114C5.50035 6.86118 5.5 7.44342 5.5 8.29981V15.7002Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default FileDocument\n", "import type { SVGProps } from \"react\"\nconst FileImage = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M9.83357 5C9.0972 5 8.50024 5.59695 8.50024 6.33333C8.50024 7.06971 9.0972 7.66667 9.83357 7.66667C10.57 7.66667 11.1669 7.06971 11.1669 6.33333C11.1669 5.59695 10.57 5 9.83357 5ZM6.50024 6.33333C6.50024 4.49238 7.99263 3 9.83357 3C11.6745 3 13.1669 4.49238 13.1669 6.33333C13.1669 8.17428 11.6745 9.66667 9.83357 9.66667C7.99263 9.66667 6.50024 8.17428 6.50024 6.33333ZM13.3793 11.4215C14.3771 9.89157 16.6253 9.91327 17.5933 11.4622L20.6857 16.41C21.9346 18.4081 20.4981 21 18.1417 21H5.78797C3.24001 21 1.85205 18.0244 3.4894 16.0722L6.21761 12.8193C7.13833 11.7215 8.79145 11.6206 9.83889 12.5982L11.3452 14.0041C11.4587 14.11 11.6403 14.0879 11.7252 13.9579L13.3793 11.4215ZM15.8973 12.5222C15.7037 12.2124 15.2541 12.208 15.0545 12.514L13.4004 15.0504C12.6369 16.221 11.0022 16.4197 9.98054 15.4662L8.47425 14.0603C8.26476 13.8648 7.93414 13.885 7.75 14.1045L5.02178 17.3574C4.476 18.0081 4.93866 19 5.78797 19H18.1417C18.9272 19 19.406 18.136 18.9897 17.47L15.8973 12.5222Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default FileImage\n", "import type { SVGProps } from \"react\"\nconst FilePresentation = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M17.99 4.99984C12.9967 4.94993 11.0033 4.94991 6.01 4.99984C5.45774 5.00536 5.00557 4.56215 5.00005 4.00989C4.99453 3.45763 5.43775 3.00546 5.99 2.99994C10.9967 2.94988 13.0033 2.9499 18.01 2.99994C18.5623 3.00546 19.0055 3.45763 19 4.00989C18.9944 4.56214 18.5423 5.00536 17.99 4.99984ZM7.7587 6H16.2413C17.0463 5.99999 17.7106 5.99998 18.2518 6.04419C18.8139 6.09012 19.3306 6.18868 19.816 6.43597C20.5686 6.81947 21.1805 7.43139 21.564 8.18404C21.8113 8.66937 21.9099 9.18608 21.9558 9.74817C22 10.2894 22 10.9537 22 11.7587V14.2413C22 15.0463 22 15.7106 21.9558 16.2518C21.9099 16.8139 21.8113 17.3306 21.564 17.816C21.1805 18.5686 20.5686 19.1805 19.816 19.564C19.3306 19.8113 18.8139 19.9099 18.2518 19.9558C17.7106 20 17.0463 20 16.2413 20H7.75868C6.95372 20 6.28936 20 5.74817 19.9558C5.18608 19.9099 4.66937 19.8113 4.18404 19.564C3.43139 19.1805 2.81947 18.5686 2.43597 17.816C2.18868 17.3306 2.09012 16.8139 2.04419 16.2518C1.99998 15.7106 1.99999 15.0463 2 14.2413V11.7587C1.99999 10.9537 1.99998 10.2894 2.04419 9.74817C2.09012 9.18608 2.18868 8.66937 2.43597 8.18404C2.81947 7.43139 3.43139 6.81947 4.18404 6.43597C4.66937 6.18868 5.18608 6.09012 5.74818 6.04419C6.28937 5.99998 6.95373 5.99999 7.7587 6ZM5.91104 8.03755C5.47262 8.07337 5.24842 8.1383 5.09202 8.21799C4.7157 8.40973 4.40973 8.71569 4.21799 9.09202C4.1383 9.24842 4.07337 9.47262 4.03755 9.91104C4.00078 10.3611 4 10.9434 4 11.8V14.2C4 15.0566 4.00078 15.6389 4.03755 16.089C4.07337 16.5274 4.1383 16.7516 4.21799 16.908C4.40973 17.2843 4.7157 17.5903 5.09202 17.782C5.24842 17.8617 5.47262 17.9266 5.91104 17.9624C6.36113 17.9992 6.94342 18 7.8 18H16.2C17.0566 18 17.6389 17.9992 18.089 17.9624C18.5274 17.9266 18.7516 17.8617 18.908 17.782C19.2843 17.5903 19.5903 17.2843 19.782 16.908C19.8617 16.7516 19.9266 16.5274 19.9624 16.089C19.9992 15.6389 20 15.0566 20 14.2V11.8C20 10.9434 19.9992 10.3611 19.9624 9.91104C19.9266 9.47262 19.8617 9.24842 19.782 9.09202C19.5903 8.7157 19.2843 8.40973 18.908 8.21799C18.7516 8.1383 18.5274 8.07337 18.089 8.03755C17.6389 8.00078 17.0566 8 16.2 8H7.8C6.94342 8 6.36113 8.00078 5.91104 8.03755Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default FilePresentation\n", "import type { SVGProps } from \"react\"\nconst FileSpreadsheet = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M6 5C5.44772 5 5 5.44772 5 6V9H9V5H6ZM6 3C4.34315 3 3 4.34315 3 6V18C3 19.6569 4.34315 21 6 21H18C19.6569 21 21 19.6569 21 18V6C21 4.34315 19.6569 3 18 3H6ZM11 5V9H19V6C19 5.44771 18.5523 5 18 5H11ZM19 11H11V19H18C18.5523 19 19 18.5523 19 18V11ZM9 19V11H5V18C5 18.5523 5.44772 19 6 19H9Z\"\n />\n </svg>\n)\nexport default FileSpreadsheet\n", "import type { SVGProps } from \"react\"\nconst FileSpreedsheet = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M8.7587 3H15.2413C16.0463 2.99999 16.7106 2.99998 17.2518 3.04419C17.8139 3.09012 18.3306 3.18868 18.816 3.43597C19.5686 3.81947 20.1805 4.43139 20.564 5.18404C20.8113 5.66937 20.9099 6.18608 20.9558 6.74817C21 7.28936 21 7.95372 21 8.75868V15.2413C21 16.0463 21 16.7106 20.9558 17.2518C20.9099 17.8139 20.8113 18.3306 20.564 18.816C20.1805 19.5686 19.5686 20.1805 18.816 20.564C18.3306 20.8113 17.8139 20.9099 17.2518 20.9558C16.7106 21 16.0463 21 15.2413 21H8.75868C7.95372 21 7.28936 21 6.74817 20.9558C6.18608 20.9099 5.66937 20.8113 5.18404 20.564C4.43139 20.1805 3.81947 19.5686 3.43597 18.816C3.18868 18.3306 3.09012 17.8139 3.04419 17.2518C2.99998 16.7106 2.99999 16.0463 3 15.2413V8.7587C2.99999 7.95373 2.99998 7.28937 3.04419 6.74817C3.09012 6.18608 3.18868 5.66937 3.43597 5.18404C3.81947 4.43139 4.43139 3.81947 5.18404 3.43597C5.66937 3.18868 6.18608 3.09012 6.74817 3.04419C7.28937 2.99998 7.95373 2.99999 8.7587 3ZM5 11V15.2C5 16.0566 5.00078 16.6389 5.03755 17.089C5.07337 17.5274 5.1383 17.7516 5.21799 17.908C5.40973 18.2843 5.7157 18.5903 6.09202 18.782C6.24842 18.8617 6.47262 18.9266 6.91104 18.9624C7.36113 18.9992 7.94342 19 8.8 19H9V11H5ZM9 9V5H8.8C7.94342 5 7.36113 5.00078 6.91104 5.03755C6.47262 5.07337 6.24842 5.1383 6.09202 5.21799C5.7157 5.40973 5.40973 5.7157 5.21799 6.09202C5.1383 6.24842 5.07337 6.47262 5.03755 6.91104C5.00078 7.36113 5 7.94342 5 8.8V9H9ZM11 11V19H15.2C16.0566 19 16.6389 18.9992 17.089 18.9624C17.5274 18.9266 17.7516 18.8617 17.908 18.782C18.2843 18.5903 18.5903 18.2843 18.782 17.908C18.8617 17.7516 18.9266 17.5274 18.9624 17.089C18.9992 16.6389 19 16.0566 19 15.2V11H11ZM19 9V8.8C19 7.94342 18.9992 7.36113 18.9624 6.91104C18.9266 6.47262 18.8617 6.24842 18.782 6.09202C18.5903 5.7157 18.2843 5.40973 17.908 5.21799C17.7516 5.1383 17.5274 5.07337 17.089 5.03755C16.6389 5.00078 16.0566 5 15.2 5H11V9H19Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default FileSpreedsheet\n", "import type { SVGProps } from \"react\"\nconst FileUpload = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M18.032 5.024C17.75 5 17.377 5 16.8 5h-5.3c-.2 1-.401 1.911-.61 2.854-.131.596-.247 1.119-.523 1.56a2.998 2.998 0 0 1-.953.954c-.441.275-.964.39-1.56.522l-.125.028-2.512.558A1.003 1.003 0 0 1 5 11.5v5.3c0 .577 0 .949.024 1.232.022.272.06.372.085.422a1 1 0 0 0 .437.437c.05.025.15.063.422.085C6.25 19 6.623 19 7.2 19H10a1 1 0 1 1 0 2H7.161c-.527 0-.981 0-1.356-.03-.395-.033-.789-.104-1.167-.297a3 3 0 0 1-1.311-1.311c-.193-.378-.264-.772-.296-1.167A17.9 17.9 0 0 1 3 16.838V11c0-2.075 1.028-4.067 2.48-5.52C6.933 4.028 8.925 3 11 3h5.838c.528 0 .982 0 1.357.03.395.033.789.104 1.167.297a3 3 0 0 1 1.311 1.311c.193.378.264.772.296 1.167.031.375.031.83.031 1.356V10a1 1 0 1 1-2 0V7.2c0-.577 0-.949-.024-1.232-.022-.272-.06-.373-.085-.422a1 1 0 0 0-.437-.437c-.05-.025-.15-.063-.422-.085ZM5.28 9.414l2.015-.448c.794-.177.948-.225 1.059-.294a1 1 0 0 0 .318-.318c.069-.11.117-.265.294-1.059l.447-2.015c-.903.313-1.778.874-2.518 1.615-.741.74-1.302 1.615-1.615 2.518ZM17 15a1 1 0 1 1 2 0v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0v-2h-2a1 1 0 1 1 0-2h2v-2Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default FileUpload\n", "import type { SVGProps } from \"react\"\nconst FileVideo = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10.2272 2.99999C9.20324 3.00007 8.37074 3.0023 7.69138 3.05781C6.96253 3.11736 6.32234 3.24317 5.73005 3.54496C4.78924 4.02433 4.02433 4.78923 3.54497 5.73004C3.24318 6.32233 3.11737 6.96252 3.05782 7.69137C2.99998 8.39925 2.99999 9.2734 3 10.3572V13.6428C2.99999 14.7266 2.99998 15.6007 3.05782 16.3086C3.11737 17.0375 3.24318 17.6777 3.54497 18.2699C4.02433 19.2108 4.78924 19.9757 5.73005 20.455C6.32234 20.7568 6.96253 20.8826 7.69138 20.9422C8.39925 21 9.27339 21 10.3572 21H13.6428C14.7266 21 15.6008 21 16.3086 20.9422C17.0375 20.8826 17.6777 20.7568 18.27 20.455C19.2108 19.9757 19.9757 19.2108 20.455 18.2699C20.7568 17.6777 20.8826 17.0375 20.9422 16.3086C21 15.6007 21 14.7266 21 13.6428V10.3572C21 9.27339 21 8.39924 20.9422 7.69137C20.8826 6.96252 20.7568 6.32233 20.455 5.73004C19.9757 4.78923 19.2108 4.02433 18.27 3.54496C17.6777 3.24317 17.0375 3.11736 16.3086 3.05781C16.2164 3.05028 16.1214 3.04372 16.0235 3.03803C15.8694 2.99402 15.7117 2.98891 15.562 3.01769C15.0087 2.99998 14.3734 2.99998 13.6428 2.99999H10.3572C10.3291 2.99999 10.3011 2.99999 10.2733 2.99999C10.2579 2.99964 10.2425 2.99964 10.2272 2.99999ZM14.2727 5.00055C14.0627 5.00003 13.8389 4.99999 13.6 4.99999H10.927L9.72703 7.99999H13.073L14.2727 5.00055ZM16.3967 5.07577L15.227 7.99999H18.9596C18.9563 7.95031 18.9527 7.90175 18.9488 7.85423C18.8994 7.24906 18.8072 6.90138 18.673 6.63802C18.3854 6.07353 17.9265 5.61459 17.362 5.32697C17.1374 5.21253 16.8514 5.12865 16.3967 5.07577ZM18.9999 9.99999H13.7727C13.7574 10.0003 13.7421 10.0003 13.7267 9.99999H8.2727C8.2574 10.0003 8.24205 10.0003 8.22668 9.99999H5.00012C5.00001 10.1284 5 10.2617 5 10.4V13.6C5 14.7366 5.00078 15.5289 5.05118 16.1458C5.10062 16.7509 5.19279 17.0986 5.32698 17.362C5.6146 17.9264 6.07354 18.3854 6.63803 18.673C6.90138 18.8072 7.24907 18.8994 7.85424 18.9488C8.47108 18.9992 9.26339 19 10.4 19H13.6C14.7366 19 15.5289 18.9992 16.1458 18.9488C16.7509 18.8994 17.0986 18.8072 17.362 18.673C17.9265 18.3854 18.3854 17.9264 18.673 17.362C18.8072 17.0986 18.8994 16.7509 18.9488 16.1458C18.9992 15.5289 19 14.7366 19 13.6V10.4C19 10.2617 19 10.1284 18.9999 9.99999ZM5.04039 7.99999H7.57297L8.76912 5.00962C8.42201 5.0168 8.12164 5.02932 7.85424 5.05117C7.24907 5.10061 6.90138 5.19279 6.63803 5.32697C6.07354 5.61459 5.6146 6.07353 5.32698 6.63802C5.19279 6.90138 5.10062 7.24906 5.05118 7.85423C5.04729 7.90175 5.04371 7.95031 5.04039 7.99999Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default FileVideo\n", "import type { SVGProps } from \"react\"\nconst FileZip = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M8.99991 3C8.99991 2.44772 9.44762 2 9.99991 2H13.9999C14.5522 2 14.9999 2.44772 14.9999 3C14.9999 3.55228 14.5522 4 13.9999 4H9.99991C9.44762 4 8.99991 3.55228 8.99991 3ZM8.99991 7C8.99991 6.44772 9.44762 6 9.99991 6H13.9999C14.5522 6 14.9999 6.44772 14.9999 7C14.9999 7.55228 14.5522 8 13.9999 8H9.99991C9.44762 8 8.99991 7.55228 8.99991 7ZM8.99991 11C8.99991 10.4477 9.44762 10 9.99991 10H13.9999C14.5522 10 14.9999 10.4477 14.9999 11C14.9999 11.5523 14.5522 12 13.9999 12H9.99991C9.44762 12 8.99991 11.5523 8.99991 11ZM9.05123 14.6838C9.18734 14.2754 9.56948 14 9.99991 14H13.9999C14.4303 14 14.8125 14.2754 14.9486 14.6838L16.0711 18.0513C16.7186 19.9939 15.2727 22 13.2251 22H10.7748C8.72709 22 7.28118 19.9939 7.92871 18.0513L9.05123 14.6838ZM10.7207 16L9.82608 18.6838C9.61023 19.3313 10.0922 20 10.7748 20H13.2251C13.9076 20 14.3896 19.3313 14.1737 18.6838L13.2791 16H10.7207Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default FileZip\n", "import type { SVGProps } from \"react\"\nconst Filter = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M3 6C3 4.34315 4.34315 3 6 3H18C19.6569 3 21 4.34315 21 6V7.11526C21 7.96049 20.6434 8.76651 20.018 9.33508L15.8273 13.1448C15.6189 13.3343 15.5 13.603 15.5 13.8847V19.882C15.5 21.3687 13.9354 22.3357 12.6056 21.6708L9.60557 20.1708C8.92801 19.832 8.5 19.1395 8.5 18.382V13.8847C8.5 13.603 8.38115 13.3343 8.17267 13.1448L3.98198 9.33508C3.35656 8.76651 3 7.96049 3 7.11526V6ZM6 5C5.44772 5 5 5.44772 5 6V7.11526C5 7.397 5.11885 7.66568 5.32733 7.8552L9.51802 11.6649C10.1434 12.2335 10.5 13.0395 10.5 13.8847V18.382L13.5 19.882V13.8847C13.5 13.0395 13.8566 12.2335 14.482 11.6649L18.6727 7.8552C18.8811 7.66568 19 7.39701 19 7.11526V6C19 5.44772 18.5523 5 18 5H6Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Filter\n", "import type { SVGProps } from \"react\"\nconst FineTuning = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M14.5 5a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-3.874 1a4.002 4.002 0 0 1 7.748 0H20a1 1 0 1 1 0 2h-1.626a4.002 4.002 0 0 1-7.748 0H4a1 1 0 0 1 0-2h6.626ZM9.5 15a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-3.874 1a4.002 4.002 0 0 1 7.748 0H20a1 1 0 1 1 0 2h-6.626a4.002 4.002 0 0 1-7.748 0H4a1 1 0 1 1 0-2h1.626Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default FineTuning\n", "import type { SVGProps } from \"react\"\nconst FistBump = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12.1381 1.99996C12.6904 1.99996 13.1381 2.44767 13.1381 2.99994V4.9999C13.1381 5.55217 12.6904 5.99988 12.1381 5.99988C11.5859 5.99988 11.1382 5.55217 11.1382 4.9999V2.99994C11.1382 2.44767 11.5859 1.99996 12.1381 1.99996ZM17.9287 4.10545C18.3518 4.46045 18.4069 5.09119 18.052 5.51426L16.7664 7.04632C16.4114 7.46938 15.7807 7.52456 15.3576 7.16957C14.9345 6.81457 14.8794 6.18383 15.2343 5.76077L16.5199 4.22871C16.8749 3.80564 17.5056 3.75046 17.9287 4.10545ZM6.35708 4.1055C6.78015 3.7505 7.41089 3.80569 7.76589 4.22875L9.05144 5.76081C9.40643 6.18388 9.35125 6.81462 8.92818 7.16961C8.50511 7.52461 7.87437 7.46942 7.51938 7.04636L6.23383 5.5143C5.87883 5.09123 5.93402 4.46049 6.35708 4.1055ZM5.3953 8.78063C6.01464 8.81361 6.60305 9.06325 7.10973 9.52174L7.12139 9.5323C7.47033 9.84812 7.77489 9.98113 8.24449 10.0683C10.246 10.44 11.832 12.3057 11.5732 14.4739L11.3248 17.4548C11.3237 17.4685 11.3222 17.4821 11.3205 17.4958C11.0703 19.4975 9.36876 20.9996 7.3515 20.9996H0.99998C0.447706 20.9996 0 20.5519 0 19.9996C0 19.4473 0.447706 18.9996 0.99998 18.9996H7.3515C9.79511 18.9996 9.38191 15.8805 9.58601 14.2478C9.71398 13.2241 8.95256 12.2339 7.87937 12.0347C7.07027 11.8844 6.40938 11.5861 5.80119 11.0349C5.47472 10.739 5.12337 10.7178 4.74347 10.9346C4.28448 11.1966 3.83618 11.7456 3.62193 12.3532C3.36105 13.093 2.64068 13.9997 1.49997 13.9997H0.99998C0.447706 13.9997 0 13.552 0 12.9997C0 12.4475 0.447706 11.9998 0.99998 11.9998C1.33626 11.9998 1.60251 12.0661 1.73581 11.6881C2.08785 10.6898 2.82167 9.72868 3.75215 9.19765C4.2274 8.92642 4.7898 8.74839 5.3953 8.78063ZM18.3629 11.0015C17.7609 11.5721 17.1047 11.8898 16.2837 12.0313C15.1162 12.2324 14.2923 13.2739 14.414 14.2478C14.4157 14.2614 14.4172 14.2751 14.4183 14.2888C14.5541 15.919 14.2588 18.9996 16.6485 18.9996H23.0001C23.5523 18.9996 24 19.4473 24 19.9996C24 20.5519 23.5523 20.9996 23.0001 20.9996H16.6485C14.6313 20.9996 12.9297 19.4975 12.6795 17.4958C12.6778 17.4821 12.6764 17.4685 12.6752 17.4548L12.4268 14.4738C12.1601 12.2345 13.9577 10.4025 15.9442 10.0603C16.4178 9.97876 16.6895 9.83014 17.033 9.50655C17.5191 9.0486 18.0961 8.80268 18.7068 8.77881C19.2994 8.75564 19.8468 8.9437 20.3044 9.21616C21.2017 9.7504 21.9183 10.7017 22.2648 11.6895C22.3972 12.0668 22.665 11.9998 23.0001 11.9998C23.5523 11.9998 24 12.4475 24 12.9997C24 13.552 23.5523 13.9997 23.0001 13.9997H22.4995C21.3591 13.9997 20.6379 13.0935 20.3776 12.3515C20.1652 11.7459 19.7238 11.1981 19.2813 10.9346C18.9445 10.7341 18.6529 10.7266 18.3629 11.0015Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default FistBump\n", "import type { SVGProps } from \"react\"\nconst Flag = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M6 4.6405C8.14486 3.74467 9.6336 4.18817 11.3124 4.81067C11.4311 4.85469 11.5513 4.89999 11.6733 4.94593C13.3072 5.56146 15.2418 6.29025 17.7738 5.55804C17.8375 5.53959 17.9132 5.55221 17.9674 5.58773C17.9883 5.60145 17.9973 5.61409 18 5.61808C18 5.61771 18 5.61838 18 5.61808V14.2515C15.8581 14.7894 14.3554 14.3169 12.6399 13.7776C12.448 13.7172 12.2535 13.6561 12.0551 13.5954C11.0694 13.2939 9.9815 13.0088 8.73583 13.0151C7.88099 13.0195 6.97966 13.1602 6 13.4946V4.6405ZM18 14.2793C18 14.2796 18 14.2796 18 14.2793V14.2793ZM6 15.637C7.06717 15.1778 7.95744 15.0191 8.74594 15.0151C9.68064 15.0104 10.5334 15.2214 11.4701 15.5079C11.657 15.5651 11.8472 15.6255 12.0411 15.6871C13.7733 16.2375 15.806 16.8834 18.556 16.1737C19.4513 15.9427 20 15.1264 20 14.2793V5.61808C20 4.07013 18.4318 3.28578 17.2182 3.63676C15.3407 4.17972 13.9832 3.67282 12.3112 3.04849C12.2112 3.01116 12.1101 2.97341 12.0077 2.93544C10.1745 2.25566 8.06074 1.59139 5.17004 2.81992C4.41981 3.13876 4 3.87464 4 4.61804V21C4 21.5523 4.44772 22 5 22C5.55228 22 6 21.5523 6 21V15.637Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Flag\n", "import type { SVGProps } from \"react\"\nconst Flash = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fill=\"none\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth={1.5}\n d=\"M13 10V3L5 14h6v7l8-11z\"\n />\n </svg>\n)\nexport default Flash\n", "import type { SVGProps } from \"react\"\nconst Flask = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M19 17.3291C19 16.7824 18.8324 16.2506 18.5225 15.8047L18.3809 15.6191L17.957 15.1113C16.6208 15.6807 15.5035 15.9364 14.4863 15.9893C13.3603 16.0477 12.418 15.8547 11.5576 15.6602C10.6846 15.4627 9.91127 15.2691 8.96289 15.2197C8.07087 15.1733 7.0006 15.2579 5.59863 15.6445C5.21177 16.1204 5 16.7151 5 17.3291C5.00002 18.8042 6.19581 20 7.6709 20H16.3291C17.8042 20 19 18.8042 19 17.3291ZM14 4H10V9.27637C9.9999 9.89032 9.8119 10.4875 9.46387 10.9883L9.30469 11.1963L7.59473 13.248C8.11969 13.204 8.6075 13.1977 9.06738 13.2217C10.222 13.2818 11.1784 13.5244 11.999 13.71C12.8321 13.8983 13.548 14.0356 14.3828 13.9922C15.0021 13.96 15.7207 13.8249 16.6123 13.4961L14.6953 11.1963C14.2462 10.6573 14.0001 9.97796 14 9.27637V4ZM16 9.27637C16.0001 9.51005 16.0819 9.73645 16.2314 9.91602L19.917 14.3389L20.0449 14.499C20.6633 15.3109 21 16.3048 21 17.3291C21 19.9088 18.9088 22 16.3291 22H7.6709C5.09124 22 3.00002 19.9088 3 17.3291C3 16.2364 3.38348 15.1783 4.08301 14.3389L7.76855 9.91602L7.82129 9.84668C7.93724 9.67985 7.9999 9.48091 8 9.27637V4C7.44772 4 7 3.55228 7 3C7 2.44772 7.44772 2 8 2H16C16.5523 2 17 2.44772 17 3C17 3.55228 16.5523 4 16 4V9.27637Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Flask\n", "import type { SVGProps } from \"react\"\nconst FlaskFilled = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M14 4H10V9.27637C9.9999 9.89032 9.8119 10.4875 9.46387 10.9883L9.30469 11.1963L7.59473 13.248C8.11969 13.204 8.6075 13.1977 9.06738 13.2217C10.222 13.2818 11.1784 13.5244 11.999 13.71C12.8321 13.8983 13.548 14.0356 14.3828 13.9922C15.0021 13.96 15.7207 13.8249 16.6123 13.4961L14.6953 11.1963C14.2462 10.6573 14.0001 9.97796 14 9.27637V4ZM16 9.27637C16.0001 9.51005 16.0819 9.73645 16.2314 9.91602L19.917 14.3389L20.0449 14.499C20.6633 15.3109 21 16.3048 21 17.3291C21 19.9088 18.9088 22 16.3291 22H7.6709C5.09124 22 3.00002 19.9088 3 17.3291C3 16.2364 3.38348 15.1783 4.08301 14.3389L7.76855 9.91602L7.82129 9.84668C7.93724 9.67985 7.9999 9.48091 8 9.27637V4C7.44772 4 7 3.55228 7 3C7 2.44772 7.44772 2 8 2H16C16.5523 2 17 2.44772 17 3C17 3.55228 16.5523 4 16 4V9.27637Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default FlaskFilled\n", "import type { SVGProps } from \"react\"\nconst Folder = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 20 20\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M1.66669 5C1.66669 3.61929 2.78598 2.5 4.16669 2.5H7.643C8.30604 2.5 8.94192 2.76339 9.41077 3.23223L10.1011 3.92259C10.2574 4.07887 10.4694 4.16667 10.6904 4.16667H15.8334C17.2141 4.16667 18.3334 5.28595 18.3334 6.66667V15C18.3334 16.3807 17.2141 17.5 15.8334 17.5H4.16669C2.78598 17.5 1.66669 16.3807 1.66669 15V5ZM4.16669 4.16667C3.70645 4.16667 3.33335 4.53976 3.33335 5V8.33333H16.6667V6.66667C16.6667 6.20643 16.2936 5.83333 15.8334 5.83333H10.6904C10.0273 5.83333 9.39145 5.56994 8.92261 5.1011L8.23225 4.41074C8.07597 4.25446 7.86401 4.16667 7.643 4.16667H4.16669ZM16.6667 10H3.33335V15C3.33335 15.4602 3.70645 15.8333 4.16669 15.8333H15.8334C16.2936 15.8333 16.6667 15.4602 16.6667 15V10Z\"\n />\n </svg>\n)\nexport default Folder\n", "import type { SVGProps } from \"react\"\nconst FolderDocumentsFinder = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M8.86575 5.00294C9.32074 5.02764 9.75366 5.20696 10.0929 5.51123C10.1285 5.54323 10.166 5.58025 10.2929 5.70711L10.3095 5.72369C10.4127 5.82694 10.4905 5.90476 10.5717 5.97756C11.25 6.58609 12.1159 6.94474 13.0259 6.99413C13.1347 7.00003 13.2448 7.00002 13.3908 7.00001L16.2 7C17.0566 7 17.6389 7.00078 18.089 7.03755C18.5274 7.07337 18.7516 7.1383 18.908 7.21799C19.2843 7.40974 19.5903 7.7157 19.782 8.09202C19.8617 8.24842 19.9266 8.47263 19.9624 8.91104C19.9864 9.20463 19.9951 9.55448 19.9982 10H4V8.8C4 7.94342 4.00078 7.36113 4.03755 6.91104C4.07337 6.47263 4.1383 6.24842 4.21799 6.09202C4.40973 5.7157 4.7157 5.40974 5.09202 5.21799C5.24842 5.1383 5.47262 5.07337 5.91104 5.03755C6.36113 5.00078 6.94342 5 7.8 5H8.58579C8.76519 5 8.81789 5.00035 8.86575 5.00294ZM22 10.7587C22 9.95372 22 9.28937 21.9558 8.74818C21.9099 8.18608 21.8113 7.66938 21.564 7.18404C21.1805 6.43139 20.5686 5.81947 19.816 5.43598C19.3306 5.18869 18.8139 5.09012 18.2518 5.0442C17.7106 4.99998 17.0463 4.99999 16.2413 5L13.4142 5C13.2348 5 13.1821 4.99966 13.1343 4.99706C12.6793 4.97237 12.2463 4.79305 11.9071 4.48878C11.8715 4.45678 11.834 4.41976 11.7071 4.2929L11.6905 4.27633C11.5873 4.17307 11.5095 4.09525 11.4283 4.02245C10.75 3.41391 9.88412 3.05527 8.97414 3.00588C8.86528 2.99997 8.75524 2.99999 8.60922 3L7.7587 3C6.95373 2.99999 6.28937 2.99998 5.74817 3.0442C5.18608 3.09012 4.66937 3.18869 4.18404 3.43598C3.43139 3.81947 2.81947 4.43139 2.43597 5.18404C2.18868 5.66938 2.09012 6.18608 2.04419 6.74818C1.99998 7.28937 1.99999 7.95373 2 8.7587V15.2413C1.99999 16.0463 1.99998 16.7106 2.04419 17.2518C2.09012 17.8139 2.18868 18.3306 2.43597 18.816C2.81947 19.5686 3.43139 20.1805 4.18404 20.564C4.66937 20.8113 5.18608 20.9099 5.74817 20.9558C6.28936 21 6.95372 21 7.75868 21H16.2413C17.0463 21 17.7106 21 18.2518 20.9558C18.8139 20.9099 19.3306 20.8113 19.816 20.564C20.5686 20.1805 21.1805 19.5686 21.564 18.816C21.8113 18.3306 21.9099 17.8139 21.9558 17.2518C22 16.7106 22 16.0463 22 15.2413V10.7587ZM20 12V15.2C20 16.0566 19.9992 16.6389 19.9624 17.089C19.9266 17.5274 19.8617 17.7516 19.782 17.908C19.5903 18.2843 19.2843 18.5903 18.908 18.782C18.7516 18.8617 18.5274 18.9266 18.089 18.9625C17.6389 18.9992 17.0566 19 16.2 19H7.8C6.94342 19 6.36113 18.9992 5.91104 18.9625C5.47262 18.9266 5.24842 18.8617 5.09202 18.782C4.7157 18.5903 4.40973 18.2843 4.21799 17.908C4.1383 17.7516 4.07337 17.5274 4.03755 17.089C4.00078 16.6389 4 16.0566 4 15.2V12H20Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default FolderDocumentsFinder\n", "import type { SVGProps } from \"react\"\nconst FolderOpen = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M8.36575 5.00294C8.31789 5.00035 8.26519 5 8.08579 5H7.3C6.44342 5 5.86113 5.00078 5.41104 5.03755C4.97262 5.07337 4.74842 5.1383 4.59202 5.21799C4.2157 5.40974 3.90973 5.7157 3.71799 6.09202C3.6383 6.24842 3.57337 6.47263 3.53755 6.91104C3.50078 7.36113 3.5 7.94342 3.5 8.8V13.3338C4.10345 12.2477 4.92627 11.2786 6.03229 10.4584C6.46262 10.1392 6.97003 10 7.45416 10H19.4995C19.4981 9.54872 19.4929 9.20759 19.4738 8.92661C19.4487 8.55915 19.4031 8.36814 19.3478 8.23464C19.1448 7.74458 18.7554 7.35523 18.2654 7.15224C18.1319 7.09695 17.9409 7.0513 17.5734 7.02623C17.197 7.00054 16.7126 7 16 7L12.8908 7.00001C12.7448 7.00002 12.6347 7.00003 12.5259 6.99413C11.6159 6.94474 10.75 6.58609 10.0717 5.97756C9.99052 5.90478 9.91272 5.82696 9.80953 5.72375L9.7929 5.70711C9.66604 5.58025 9.62853 5.54323 9.59285 5.51123C9.25366 5.20696 8.82074 5.02764 8.36575 5.00294ZM21.4996 10H21.6958C23.2725 10 24.218 11.7333 23.3868 13.0603C22.2267 14.9122 21.6207 15.9779 21.2984 17.3273C20.8483 19.2122 19.3008 21 17.0719 21H7.25868C7.23455 21 7.21056 21 7.18669 21H6.07372C5.95032 21 5.8274 20.9941 5.70538 20.9825C5.54408 20.9762 5.3918 20.9675 5.24817 20.9558C4.68608 20.9099 4.16937 20.8113 3.68404 20.564C2.93139 20.1805 2.31947 19.5686 1.93597 18.816C1.68868 18.3306 1.59012 17.8139 1.54419 17.2518C1.49998 16.7106 1.49999 16.0463 1.5 15.2413V8.7587C1.49999 7.95373 1.49998 7.28937 1.54419 6.74818C1.59012 6.18608 1.68868 5.66938 1.93597 5.18404C2.31947 4.43139 2.93139 3.81947 3.68404 3.43598C4.16937 3.18869 4.68608 3.09012 5.24817 3.0442C5.78937 2.99998 6.45373 2.99999 7.2587 3L8.10922 3C8.25524 2.99999 8.36528 2.99997 8.47414 3.00588C9.38412 3.05527 10.25 3.41391 10.9283 4.02245C11.0095 4.09525 11.0873 4.17306 11.1905 4.27632L11.2071 4.2929C11.334 4.41975 11.3715 4.45678 11.4072 4.48878C11.7463 4.79305 12.1793 4.97237 12.6343 4.99706C12.6821 4.99966 12.7348 5 12.9142 5L16.0343 5C16.7041 4.99999 17.2569 4.99999 17.7095 5.03087C18.1788 5.06289 18.6129 5.13142 19.0307 5.30449C20.0108 5.71046 20.7895 6.48916 21.1955 7.46927C21.3686 7.88708 21.4371 8.32118 21.4691 8.79047C21.4925 9.1336 21.4982 9.53436 21.4996 10ZM17.0719 19C18.1001 19 19.0467 18.1456 19.3531 16.8627C19.7604 15.1572 20.5385 13.8397 21.691 12H7.45416C7.34602 12 7.26903 12.0312 7.22363 12.0648C5.55547 13.3019 4.68121 14.9804 4.2774 17.1283C4.11717 17.9806 4.77661 18.8636 5.82444 18.9857C6.20963 18.9996 6.68386 19 7.3 19H17.0719Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default FolderOpen\n", "import type { SVGProps } from \"react\"\nconst FolderPlus = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 18 18\" fill=\"currentColor\" {...props}>\n <path d=\"M15 11.25C15 10.8358 14.6642 10.5 14.25 10.5C13.8358 10.5 13.5 10.8358 13.5 11.25V12.75H12C11.5858 12.75 11.25 13.0858 11.25 13.5C11.25 13.9142 11.5858 14.25 12 14.25H13.5V15.75C13.5 16.1642 13.8358 16.5 14.25 16.5C14.6642 16.5 15 16.1642 15 15.75V14.25H16.5C16.9142 14.25 17.25 13.9142 17.25 13.5C17.25 13.0858 16.9142 12.75 16.5 12.75H15V11.25Z\" />\n <path d=\"M16.4669 6.56113C16.5 6.96703 16.5 7.46529 16.5 8.06901V8.25C16.5 8.66421 16.1642 9 15.75 9L3 9V11.4C3 12.0424 3.00058 12.4792 3.02816 12.8167C3.05503 13.1455 3.10372 13.3137 3.16349 13.431C3.3073 13.7132 3.53677 13.9427 3.81902 14.0865C3.93632 14.1463 4.10447 14.195 4.43328 14.2218C4.77085 14.2494 5.20757 14.25 5.85 14.25H9C9.41421 14.25 9.75 14.5858 9.75 15C9.75 15.4142 9.41421 15.75 9 15.75H5.81901C5.21529 15.75 4.71702 15.75 4.31113 15.7169C3.88956 15.6824 3.50203 15.6085 3.13803 15.423C2.57354 15.1354 2.1146 14.6765 1.82698 14.112C1.64151 13.748 1.56759 13.3604 1.53315 12.9389C1.49998 12.533 1.49999 12.0347 1.5 11.431V6.56903C1.49999 5.96531 1.49998 5.46703 1.53315 5.06113C1.56759 4.63956 1.64151 4.25203 1.82698 3.88803C2.1146 3.32355 2.57354 2.8646 3.13803 2.57698C3.50203 2.39152 3.88956 2.31759 4.31113 2.28315C4.71703 2.24999 5.2153 2.24999 5.81903 2.25L6.45692 2.25C6.56639 2.24999 6.64898 2.24998 6.7306 2.25441C7.41309 2.29145 8.06248 2.56044 8.57126 3.01684C8.63212 3.07143 8.69047 3.12979 8.76789 3.20723L8.78033 3.21967C8.87548 3.31482 8.90361 3.34259 8.93036 3.36659C9.18475 3.59479 9.50945 3.72928 9.85069 3.7478C9.88658 3.74975 9.92611 3.75 10.0607 3.75L12.181 3.75C12.7847 3.74999 13.283 3.74999 13.6889 3.78315C14.1104 3.81759 14.498 3.89152 14.862 4.07698C15.4265 4.3646 15.8854 4.82355 16.173 5.38803C16.3585 5.75203 16.4324 6.13956 16.4669 6.56113ZM7.56964 4.13342C7.31525 3.90522 6.99056 3.77073 6.64931 3.75221C6.61342 3.75026 6.5739 3.75 6.43934 3.75H5.85C5.20757 3.75 4.77085 3.75059 4.43328 3.77817C4.10447 3.80503 3.93632 3.85373 3.81902 3.91349C3.53677 4.0573 3.3073 4.28677 3.16349 4.56902C3.10372 4.68632 3.05503 4.85447 3.02816 5.18328C3.00058 5.52085 3 5.95757 3 6.6V7.5H14.9987C14.9963 7.16586 14.9898 6.90348 14.9718 6.68328C14.945 6.35447 14.8963 6.18632 14.8365 6.06902C14.6927 5.78678 14.4632 5.5573 14.181 5.41349C14.0637 5.35373 13.8955 5.30503 13.5667 5.27817C13.2292 5.25059 12.7924 5.25 12.15 5.25L10.0431 5.25001C9.93357 5.25002 9.85104 5.25003 9.7694 5.2456C9.08691 5.20855 8.43753 4.93957 7.92874 4.48317C7.86788 4.42857 7.80953 4.37021 7.73211 4.29277L7.71967 4.28033C7.62453 4.18519 7.5964 4.15742 7.56964 4.13342Z\" />\n </svg>\n)\nexport default FolderPlus\n", "import type { SVGProps } from \"react\"\nconst FolderPlusAdd = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M20 15C20 14.4477 19.5523 14 19 14C18.4477 14 18 14.4477 18 15V17H16C15.4477 17 15 17.4477 15 18C15 18.5523 15.4477 19 16 19H18V21C18 21.5523 18.4477 22 19 22C19.5523 22 20 21.5523 20 21V19H22C22.5523 19 23 18.5523 23 18C23 17.4477 22.5523 17 22 17H20V15Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M21.9558 8.74818C22 9.28937 22 9.95372 22 10.7587V11C22 11.5523 21.5523 12 21 12L4 12V15.2C4 16.0566 4.00078 16.6389 4.03755 17.089C4.07337 17.5274 4.1383 17.7516 4.21799 17.908C4.40973 18.2843 4.7157 18.5903 5.09202 18.782C5.24842 18.8617 5.47262 18.9266 5.91104 18.9625C6.36113 18.9992 6.94342 19 7.8 19H12C12.5523 19 13 19.4477 13 20C13 20.5523 12.5523 21 12 21H7.75868C6.95372 21 6.28936 21 5.74818 20.9558C5.18608 20.9099 4.66937 20.8113 4.18404 20.564C3.43139 20.1805 2.81947 19.5686 2.43598 18.816C2.18868 18.3306 2.09012 17.8139 2.04419 17.2518C1.99998 16.7106 1.99999 16.0463 2 15.2413V8.75871C1.99999 7.95374 1.99998 7.28937 2.04419 6.74818C2.09012 6.18608 2.18868 5.66938 2.43598 5.18404C2.81947 4.43139 3.43139 3.81947 4.18404 3.43598C4.66937 3.18869 5.18608 3.09012 5.74818 3.0442C6.28937 2.99998 6.95373 2.99999 7.7587 3L8.60922 3C8.75519 2.99999 8.8653 2.99998 8.97414 3.00588C9.88412 3.05527 10.75 3.41392 11.4283 4.02245C11.5095 4.09524 11.5873 4.17306 11.6905 4.2763L11.7071 4.2929C11.834 4.41976 11.8715 4.45678 11.9071 4.48878C12.2463 4.79305 12.6793 4.97237 13.1343 4.99707C13.1821 4.99966 13.2348 5 13.4142 5L16.2413 5C17.0463 4.99999 17.7106 4.99998 18.2518 5.0442C18.8139 5.09012 19.3306 5.18869 19.816 5.43598C20.5686 5.81947 21.1805 6.43139 21.564 7.18404C21.8113 7.66938 21.9099 8.18608 21.9558 8.74818ZM10.0929 5.51123C9.75366 5.20696 9.32074 5.02764 8.86575 5.00294C8.81789 5.00035 8.76519 5 8.58579 5H7.8C6.94342 5 6.36113 5.00078 5.91104 5.03756C5.47262 5.07338 5.24842 5.1383 5.09202 5.21799C4.7157 5.40974 4.40973 5.7157 4.21799 6.09202C4.1383 6.24842 4.07337 6.47263 4.03755 6.91104C4.00078 7.36113 4 7.94343 4 8.8V10H19.9982C19.9951 9.55448 19.9864 9.20463 19.9624 8.91104C19.9266 8.47263 19.8617 8.24842 19.782 8.09202C19.5903 7.7157 19.2843 7.40974 18.908 7.21799C18.7516 7.1383 18.5274 7.07338 18.089 7.03756C17.6389 7.00078 17.0566 7 16.2 7L13.3908 7.00001C13.2448 7.00002 13.1347 7.00003 13.0259 6.99413C12.1159 6.94474 11.25 6.58609 10.5717 5.97756C10.4905 5.90476 10.4127 5.82695 10.3095 5.72369L10.2929 5.70711C10.166 5.58025 10.1285 5.54323 10.0929 5.51123Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default FolderPlusAdd\n", "import type { SVGProps } from \"react\"\nconst Folders = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M13.0183 4.0353C12.9 4.00657 12.7623 4 12.1573 4H10.6C9.95344 4 9.52866 4.00078 9.20364 4.02733C8.89029 4.05293 8.7587 4.09742 8.68251 4.13624C8.44731 4.25608 8.25609 4.44731 8.13624 4.68251C8.09743 4.75869 8.05294 4.89029 8.02733 5.20364C8.00972 5.41922 8.00345 5.67869 8.00122 6.01765C8.16945 6.03065 8.33091 6.0531 8.49017 6.09177C8.82524 6.17313 9.14522 6.30729 9.43812 6.48922C9.77107 6.69603 10.0467 6.97686 10.3749 7.3113C10.3957 7.33248 10.4167 7.35387 10.4379 7.37547L10.544 7.48343C10.9681 7.91494 11.0693 8.00848 11.1727 8.07271C11.2854 8.14268 11.4084 8.19428 11.5373 8.22557C11.6556 8.2543 11.7932 8.26087 12.3983 8.26087L13.4394 8.26087C14.0359 8.26085 14.543 8.26084 14.9592 8.29484C15.3963 8.33055 15.8204 8.40868 16.2255 8.6151C16.837 8.92669 17.3342 9.42387 17.6458 10.0354C17.8522 10.4405 17.9303 10.8646 17.966 11.3016C18 11.7179 18 12.225 18 12.8214V15H18.4C19.0466 15 19.4713 14.9992 19.7964 14.9727C20.1097 14.9471 20.2413 14.9026 20.3175 14.8638C20.5527 14.7439 20.7439 14.5527 20.8638 14.3175C20.9026 14.2413 20.9471 14.1097 20.9727 13.7964C20.9992 13.4713 21 13.0466 21 12.4V8.86087C21 8.21431 20.9992 7.78953 20.9727 7.46451C20.9471 7.15115 20.9026 7.01956 20.8638 6.94338C20.7439 6.70818 20.5527 6.51695 20.3175 6.39711C20.2413 6.35829 20.1097 6.3138 19.7964 6.2882C19.4713 6.26165 19.0466 6.26087 18.4 6.26087H17.3983C17.368 6.26087 17.338 6.26089 17.3084 6.26092C16.8398 6.26128 16.4463 6.26159 16.0654 6.1691C15.7303 6.08774 15.4103 5.95358 15.1174 5.77165C14.7845 5.56484 14.5089 5.28401 14.1807 4.94956C14.1599 4.92838 14.1389 4.907 14.1177 4.8854L14.0115 4.77744C13.5874 4.34593 13.4863 4.25239 13.3828 4.18816C13.2702 4.11819 13.1471 4.06659 13.0183 4.0353ZM17.9988 17H18.4394C19.0359 17 19.543 17 19.9592 16.966C20.3963 16.9303 20.8204 16.8522 21.2255 16.6458C21.837 16.3342 22.3342 15.837 22.6458 15.2255C22.8522 14.8204 22.9303 14.3963 22.966 13.9592C23 13.543 23 13.0359 23 12.4394V8.82142C23 8.22498 23 7.71785 22.966 7.30164C22.9303 6.86461 22.8522 6.44052 22.6458 6.0354C22.3342 5.42387 21.837 4.92669 21.2255 4.6151C20.8204 4.40868 20.3963 4.33055 19.9592 4.29484C19.543 4.26084 19.0359 4.26085 18.4394 4.26087L17.3983 4.26087C16.7932 4.26087 16.6556 4.2543 16.5373 4.22557C16.4084 4.19428 16.2854 4.14268 16.1727 4.07271C16.0693 4.00848 15.9681 3.91494 15.544 3.48343L15.4379 3.37547C15.4167 3.35387 15.3957 3.33248 15.3749 3.31131C15.0467 2.97686 14.7711 2.69603 14.4381 2.48922C14.1452 2.30729 13.8252 2.17313 13.4902 2.09177C13.1093 1.99928 12.7158 1.99959 12.2472 1.99995C12.2175 1.99998 12.1876 2 12.1573 2L10.5606 2C9.96412 1.99998 9.45699 1.99997 9.04077 2.03398C8.60374 2.06968 8.17965 2.14781 7.77453 2.35423C7.16301 2.66582 6.66582 3.163 6.35423 3.77453C6.14781 4.17965 6.06968 4.60374 6.03398 5.04077C6.01118 5.31981 6.00367 5.63972 6.0012 6L5.56057 6C4.96412 5.99998 4.45699 5.99997 4.04077 6.03398C3.60374 6.06968 3.17965 6.14781 2.77453 6.35423C2.16301 6.66582 1.66582 7.163 1.35423 7.77453C1.14781 8.17965 1.06968 8.60374 1.03398 9.04077C0.999971 9.45699 0.999984 9.96412 1 10.5606V16.4394C0.999984 17.0359 0.999971 17.543 1.03398 17.9592C1.06968 18.3963 1.14781 18.8204 1.35423 19.2255C1.66582 19.837 2.16301 20.3342 2.77453 20.6458C3.17965 20.8522 3.60374 20.9303 4.04077 20.966C4.45699 21 4.96411 21 5.56055 21H13.4395C14.0359 21 14.543 21 14.9592 20.966C15.3963 20.9303 15.8204 20.8522 16.2255 20.6458C16.837 20.3342 17.3342 19.837 17.6458 19.2255C17.8522 18.8204 17.9303 18.3963 17.966 17.9592C17.9888 17.6802 17.9963 17.3603 17.9988 17ZM16 12.8609C16 12.2143 15.9992 11.7895 15.9727 11.4645C15.9471 11.1512 15.9026 11.0196 15.8638 10.9434C15.7439 10.7082 15.5527 10.517 15.3175 10.3971C15.2413 10.3583 15.1097 10.3138 14.7964 10.2882C14.4713 10.2616 14.0466 10.2609 13.4 10.2609H12.3983C12.368 10.2609 12.338 10.2609 12.3084 10.2609C11.8398 10.2613 11.4463 10.2616 11.0654 10.1691C10.7303 10.0877 10.4103 9.95358 10.1174 9.77165C9.78448 9.56484 9.50888 9.28401 9.18066 8.94956C9.15988 8.92839 9.13889 8.907 9.11766 8.8854L9.01155 8.77744C8.58741 8.34593 8.48626 8.25239 8.38285 8.18816C8.2702 8.11819 8.14713 8.06659 8.01825 8.0353C7.89996 8.00657 7.76234 8 7.15729 8H5.6C4.95344 8 4.52866 8.00078 4.20364 8.02733C3.89029 8.05293 3.7587 8.09742 3.68251 8.13624C3.44731 8.25608 3.25608 8.44731 3.13624 8.68251C3.09743 8.75869 3.05294 8.89028 3.02733 9.20364C3.00078 9.52866 3 9.95344 3 10.6V16.4C3 17.0466 3.00078 17.4713 3.02733 17.7964C3.05294 18.1097 3.09743 18.2413 3.13624 18.3175C3.25608 18.5527 3.44731 18.7439 3.68251 18.8638C3.7587 18.9026 3.89029 18.9471 4.20364 18.9727C4.52866 18.9992 4.95344 19 5.6 19H13.4C14.0466 19 14.4713 18.9992 14.7964 18.9727C15.1097 18.9471 15.2413 18.9026 15.3175 18.8638C15.5527 18.7439 15.7439 18.5527 15.8638 18.3175C15.9026 18.2413 15.9471 18.1097 15.9727 17.7964C15.9992 17.4713 16 17.0466 16 16.4V12.8609Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Folders\n", "import type { SVGProps } from \"react\"\nconst FolderShared = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M10.4512 13.5713C11.2625 13.5713 12.1053 13.7853 12.7617 14.249C13.4351 14.7249 13.9023 15.4618 13.9023 16.4287C13.9023 16.7441 13.6446 16.9998 13.3272 17H7.5752C7.25759 17 7.00008 16.7442 7 16.4287C7 15.4617 7.46711 14.7249 8.14063 14.249C8.79711 13.7852 9.63976 13.5713 10.4512 13.5713Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M14.7647 13.5713C15.3731 13.5713 16.0048 13.7494 16.4971 14.1357C17.0022 14.5323 17.3525 15.1464 17.3525 15.9522C17.3525 16.215 17.16 16.4285 16.9219 16.4287H14.7647C14.7647 15.3181 14.2876 14.4272 13.5869 13.8076C13.959 13.6472 14.367 13.5713 14.7647 13.5713Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M10.4512 9C11.5629 9.00011 12.4639 9.8955 12.4639 11C12.4639 12.1045 11.5629 12.9999 10.4512 13C9.33939 13 8.4375 12.1046 8.4375 11C8.4375 9.89544 9.33939 9 10.4512 9Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M14.7647 10.1426C15.5587 10.1426 16.2021 10.7824 16.2022 11.5713C16.2022 12.3603 15.5588 13 14.7647 13C13.9705 13 13.3272 12.3603 13.3272 11.5713C13.3272 10.7824 13.9706 10.1426 14.7647 10.1426Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M8.97461 3.00586C9.88443 3.05535 10.7504 3.41404 11.4287 4.02246C11.5141 4.09905 11.5955 4.18147 11.707 4.29297C11.8339 4.41983 11.8716 4.45726 11.9072 4.48926C12.2463 4.79327 12.6791 4.97229 13.1338 4.99707C13.1816 4.99967 13.2348 5 13.4141 5H16.2002C17.0237 5 17.7016 4.99898 18.252 5.04395C18.814 5.08988 19.3311 5.18828 19.8164 5.43555C20.5689 5.81902 21.181 6.43109 21.5645 7.1836C21.8117 7.6689 21.9101 8.186 21.9561 8.74805C22.001 9.29843 22 9.97632 22 10.7998V15.2002C22 16.0237 22.001 16.7016 21.9561 17.252C21.9101 17.814 21.8117 18.3311 21.5645 18.8164C21.181 19.5689 20.5689 20.181 19.8164 20.5645C19.3311 20.8117 18.814 20.9101 18.252 20.9561C17.7016 21.001 17.0237 21 16.2002 21H7.79981C6.97632 21 6.29843 21.001 5.74805 20.9561C5.18599 20.9101 4.6689 20.8117 4.1836 20.5645C3.43109 20.181 2.81902 19.5689 2.43555 18.8164C2.18828 18.3311 2.08988 17.814 2.04395 17.252C1.99898 16.7016 2 16.0237 2 15.2002V8.79981C2 7.97632 1.99898 7.29843 2.04395 6.74805C2.08988 6.186 2.18827 5.6689 2.43555 5.1836C2.81902 4.43109 3.43109 3.81902 4.1836 3.43555C4.6689 3.18828 5.18599 3.08988 5.74805 3.04395C6.29843 2.99898 6.97632 3 7.79981 3H8.58594C8.74369 3 8.86004 2.99965 8.97461 3.00586ZM7.79981 5C6.94342 5 6.36117 5.00035 5.91113 5.03711C5.47272 5.07293 5.2482 5.13809 5.0918 5.21778C4.71555 5.40951 4.40951 5.71555 4.21778 6.0918C4.13809 6.2482 4.07293 6.47272 4.03711 6.91114C4.00035 7.36117 4 7.94342 4 8.79981V15.2002C4 16.0566 4.00035 16.6388 4.03711 17.0889C4.07293 17.5273 4.13809 17.7518 4.21778 17.9082C4.40951 18.2845 4.71555 18.5905 5.0918 18.7822C5.2482 18.8619 5.47272 18.9271 5.91113 18.9629C6.36117 18.9997 6.94342 19 7.79981 19H16.2002C17.0566 19 17.6388 18.9997 18.0889 18.9629C18.5273 18.9271 18.7518 18.8619 18.9082 18.7822C19.2845 18.5905 19.5905 18.2845 19.7822 17.9082C19.8619 17.7518 19.9271 17.5273 19.9629 17.0889C19.9997 16.6388 20 16.0566 20 15.2002V10.7998C20 9.94342 19.9997 9.36117 19.9629 8.91114C19.9271 8.47272 19.8619 8.2482 19.7822 8.0918C19.5905 7.71555 19.2845 7.40951 18.9082 7.21778C18.7518 7.13809 18.5273 7.07293 18.0889 7.03711C17.6388 7.00035 17.0566 7 16.2002 7H13.4141C13.2563 7 13.14 7.00036 13.0254 6.99414C12.1156 6.94466 11.2496 6.58597 10.5713 5.97754C10.4859 5.90096 10.4045 5.81854 10.293 5.70704C10.1661 5.58018 10.1285 5.54275 10.0928 5.51075C9.75374 5.20674 9.32091 5.02772 8.86621 5.00293C8.81837 5.00034 8.76522 5 8.58594 5H7.79981Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default FolderShared\n", "import type { SVGProps } from \"react\"\nconst FolderSharedOpen = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M7.9751 3.00586C8.88474 3.05545 9.75106 3.41414 10.4292 4.02246C10.5145 4.09898 10.5961 4.18158 10.7075 4.29297C10.8342 4.41964 10.8721 4.45728 10.9077 4.48926C11.2467 4.79313 11.6797 4.9723 12.1343 4.99707C12.182 4.99965 12.2359 5 12.4146 5H15.981C17.1223 5 17.9586 4.98441 18.6704 5.24707C19.6375 5.60412 20.4298 6.3213 20.8813 7.24805C21.1212 7.74061 21.222 8.3124 21.3032 9.01954C22.8072 9.20883 23.8293 10.7187 23.3794 12.2188L21.3862 18.8623C21.0055 20.131 19.8368 20.9998 18.5122 21H5.68897C5.30492 21 4.94134 20.9287 4.60889 20.8008C4.4251 20.7492 4.24572 20.6831 4.06983 20.5977C3.34086 20.2433 2.73662 19.6751 2.33741 18.9697C2.08106 18.5166 1.95921 18.0306 1.8833 17.499C1.80911 16.9793 1.76972 16.3379 1.72119 15.5615L1.3169 9.0918C1.26454 8.25407 1.22084 7.56631 1.23096 7.00684C1.24127 6.43699 1.30688 5.90946 1.52491 5.40723C1.89453 4.55592 2.54887 3.85948 3.37549 3.4375C3.86299 3.18878 4.38572 3.08977 4.95362 3.04395C5.51124 2.999 6.20054 3 7.03955 3H7.58643C7.74393 3 7.86065 2.99965 7.9751 3.00586ZM7.1167 11C6.89595 11 6.7007 11.145 6.63721 11.3564L4.73096 17.7129C4.58372 18.204 4.83098 18.696 5.25537 18.9004C5.37675 18.9269 5.52852 18.9502 5.7251 18.9658C6.15078 18.9996 6.70073 19 7.51026 19H18.5122C18.9536 18.9998 19.3434 18.7099 19.4702 18.2871L21.4634 11.6436C21.5593 11.3231 21.3192 11.0006 20.9849 11H7.1167ZM7.03955 5C6.16805 5 5.57324 5.00116 5.11475 5.03809C4.66696 5.07422 4.43956 5.13979 4.28467 5.21875C3.87146 5.42969 3.54373 5.77762 3.35889 6.20313C3.28964 6.36265 3.23812 6.59337 3.22998 7.04297C3.22166 7.50299 3.25859 8.09646 3.31299 8.9668L3.64893 14.3555L4.72217 10.7813C5.03958 9.72409 6.01287 9 7.1167 9H19.2827C19.2215 8.52573 19.1706 8.30296 19.0835 8.12403C18.8578 7.66075 18.4614 7.3026 17.978 7.12403C17.6846 7.01573 17.2929 7.00001 15.981 7H12.4146C12.257 7 12.1403 7.00034 12.0259 6.99414C11.1162 6.94466 10.25 6.58583 9.57178 5.97754C9.48648 5.90101 9.40485 5.81842 9.29346 5.70704C9.16692 5.58049 9.12886 5.5427 9.09326 5.51075C8.75435 5.20684 8.32122 5.02782 7.8667 5.00293C7.8189 5.00034 7.76532 5 7.58643 5H7.03955Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M11.7131 15.4131C12.3674 15.4131 13.009 15.5717 13.4543 15.918C13.9111 16.2732 14.1539 16.824 13.9785 17.5459C13.9213 17.7815 13.6663 17.9727 13.4101 17.9727H8.77229C8.51614 17.9727 8.35431 17.7815 8.4115 17.5459C8.58694 16.8239 9.09763 16.2733 9.72719 15.918C10.3406 15.5719 11.0588 15.4131 11.7131 15.4131Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M15.1925 15.4131C15.6832 15.4131 16.1607 15.5455 16.4876 15.834C16.823 16.1301 16.9935 16.5888 16.8474 17.1904C16.7996 17.3866 16.6056 17.5458 16.4136 17.5459H14.6744C14.8758 16.7168 14.6522 16.0514 14.1995 15.5889C14.5287 15.4691 14.8718 15.4131 15.1925 15.4131Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12.5426 12C13.4392 12 14.0041 12.6686 13.8038 13.4932C13.6034 14.3178 12.7135 14.9863 11.8169 14.9863C10.9203 14.9863 10.3563 14.3178 10.5567 13.4932C10.7571 12.6686 11.646 12.0001 12.5426 12Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M15.8143 12.8535C16.4547 12.8536 16.8579 13.3309 16.7148 13.9199C16.5716 14.5088 15.9365 14.9861 15.2963 14.9863C14.6559 14.9863 14.2528 14.5089 14.3958 13.9199C14.539 13.3309 15.1739 12.8535 15.8143 12.8535Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default FolderSharedOpen\n", "import type { SVGProps } from \"react\"\nconst FolderStuffed = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M9.22425 5.05526C9.02085 5.00643 8.79315 5 8.01178 5H7.8C6.94342 5 6.36113 5.00078 5.91104 5.03755C5.47262 5.07337 5.24842 5.1383 5.09202 5.21799C4.7157 5.40974 4.40973 5.7157 4.21799 6.09202C4.1383 6.24842 4.07337 6.47262 4.03755 6.91104C4.00078 7.36113 4 7.94342 4 8.8V10H4.86315L4.76597 9.5428C4.42149 7.92215 5.45603 6.3291 7.07668 5.98462L9.92483 5.37923C9.88165 5.34607 9.84232 5.31921 9.80236 5.29472C9.62341 5.18506 9.42832 5.10426 9.22425 5.05526ZM12.2831 4.87796C12.2597 4.84853 12.2343 4.82012 12.2071 4.79289L12.113 4.69878C12.0887 4.67445 12.0647 4.65043 12.041 4.62672C11.5922 4.17749 11.2531 3.83807 10.8474 3.58944C10.4895 3.37013 10.0993 3.20851 9.69114 3.11052C9.22845 2.99944 8.74865 2.99967 8.11366 2.99997C8.08014 2.99999 8.04618 3 8.01178 3L7.7587 3C6.95373 2.99999 6.28937 2.99998 5.74817 3.0442C5.18608 3.09012 4.66937 3.18869 4.18404 3.43598C3.43139 3.81947 2.81947 4.43139 2.43597 5.18404C2.18868 5.66938 2.09012 6.18608 2.04419 6.74818C1.99998 7.28937 1.99999 7.95373 2 8.7587V15.2413C1.99999 16.0463 1.99998 16.7106 2.04419 17.2518C2.09012 17.8139 2.18868 18.3306 2.43597 18.816C2.81947 19.5686 3.43139 20.1805 4.18404 20.564C4.66937 20.8113 5.18608 20.9099 5.74817 20.9558C6.28936 21 6.95372 21 7.75868 21H16.2413C17.0463 21 17.7106 21 18.2518 20.9558C18.8139 20.9099 19.3306 20.8113 19.816 20.564C20.5686 20.1805 21.1805 19.5686 21.564 18.816C21.8113 18.3306 21.9099 17.8139 21.9558 17.2518C22 16.7106 22 16.0463 22 15.2413V9.5C22 9.47673 22 9.45381 22 9.43122C22.0001 9.03379 22.0002 8.73935 21.9658 8.4779C21.7295 6.68296 20.317 5.27053 18.5221 5.03422C18.2607 4.9998 17.9662 4.99988 17.5688 4.99999C17.5474 5 17.5256 5 17.5036 5C16.8164 4.39835 15.864 4.11682 14.9019 4.32133L12.2831 4.87796ZM18.5549 7.0784L19.1759 10H20V9.5C20 9.0038 19.9978 8.85253 19.9829 8.73895C19.878 7.94202 19.3094 7.2959 18.5549 7.0784ZM20 12H4V15.2C4 16.0566 4.00078 16.6389 4.03755 17.089C4.07337 17.5274 4.1383 17.7516 4.21799 17.908C4.40973 18.2843 4.7157 18.5903 5.09202 18.782C5.24842 18.8617 5.47262 18.9266 5.91104 18.9625C6.36113 18.9992 6.94342 19 7.8 19H16.2C17.0566 19 17.6389 18.9992 18.089 18.9625C18.5274 18.9266 18.7516 18.8617 18.908 18.782C19.2843 18.5903 19.5903 18.2843 19.782 17.908C19.8617 17.7516 19.9266 17.5274 19.9624 17.089C19.9992 16.6389 20 16.0566 20 15.2V12ZM17.1312 10L16.5037 7.04786C16.3889 6.50764 15.8579 6.16279 15.3177 6.27762L7.4925 7.94091C6.95228 8.05574 6.60744 8.58676 6.72226 9.12697L6.90783 10H17.1312Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default FolderStuffed\n", "import type { SVGProps } from \"react\"\nconst FolderUnshare = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M21.293 15.293C21.6835 14.9025 22.3165 14.9025 22.707 15.293C23.0976 15.6835 23.0976 16.3165 22.707 16.707L20.9141 18.5L22.707 20.293C23.0976 20.6835 23.0976 21.3165 22.707 21.707C22.3165 22.0976 21.6835 22.0976 21.293 21.707L19.5 19.9141L17.707 21.707C17.3165 22.0976 16.6835 22.0976 16.293 21.707C15.9024 21.3165 15.9024 20.6835 16.293 20.293L18.0859 18.5L16.293 16.707C15.9024 16.3165 15.9024 15.6835 16.293 15.293C16.6835 14.9025 17.3165 14.9025 17.707 15.293L19.5 17.0859L21.293 15.293Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M8.97461 3.00586C9.88443 3.05535 10.7504 3.41404 11.4287 4.02246C11.5141 4.09905 11.5955 4.18147 11.707 4.29297C11.8339 4.41983 11.8716 4.45726 11.9072 4.48926C12.2463 4.79327 12.6791 4.97229 13.1338 4.99707C13.1816 4.99967 13.2348 5 13.4141 5H16.2002C17.0237 5 17.7016 4.99898 18.252 5.04395C18.814 5.08988 19.3311 5.18828 19.8164 5.43555C20.5689 5.81902 21.181 6.43109 21.5645 7.1836C21.8117 7.6689 21.9101 8.186 21.9561 8.74805C22.001 9.29843 22 9.97632 22 10.7998V12C22 12.5523 21.5523 13 21 13C20.4477 13 20 12.5523 20 12V10.7998C20 9.94342 19.9997 9.36117 19.9629 8.91114C19.9271 8.47272 19.8619 8.2482 19.7822 8.0918C19.5905 7.71555 19.2845 7.40951 18.9082 7.21778C18.7518 7.13809 18.5273 7.07293 18.0889 7.03711C17.6388 7.00035 17.0566 7 16.2002 7H13.4141C13.2563 7 13.14 7.00036 13.0254 6.99414C12.1156 6.94466 11.2496 6.58597 10.5713 5.97754C10.4859 5.90096 10.4045 5.81854 10.293 5.70704C10.1661 5.58018 10.1285 5.54275 10.0928 5.51075C9.75374 5.20674 9.32091 5.02772 8.86621 5.00293C8.81837 5.00034 8.76522 5 8.58594 5H7.79981C6.94342 5 6.36117 5.00035 5.91113 5.03711C5.47272 5.07293 5.2482 5.13809 5.0918 5.21778C4.71555 5.40951 4.40951 5.71555 4.21778 6.0918C4.13809 6.2482 4.07293 6.47272 4.03711 6.91114C4.00035 7.36117 4 7.94342 4 8.79981V15.2002C4 16.0566 4.00035 16.6388 4.03711 17.0889C4.07293 17.5273 4.13809 17.7518 4.21778 17.9082C4.40951 18.2845 4.71555 18.5905 5.0918 18.7822C5.2482 18.8619 5.47272 18.9271 5.91113 18.9629C6.36117 18.9997 6.94342 19 7.79981 19H13C13.5523 19 14 19.4477 14 20C14 20.5523 13.5523 21 13 21H7.79981C6.97632 21 6.29843 21.001 5.74805 20.9561C5.18599 20.9101 4.6689 20.8117 4.1836 20.5645C3.43109 20.181 2.81902 19.5689 2.43555 18.8164C2.18828 18.3311 2.08988 17.814 2.04395 17.252C1.99898 16.7016 2 16.0237 2 15.2002V8.79981C2 7.97632 1.99898 7.29843 2.04395 6.74805C2.08988 6.186 2.18827 5.6689 2.43555 5.1836C2.81902 4.43109 3.43109 3.81902 4.1836 3.43555C4.6689 3.18828 5.18599 3.08988 5.74805 3.04395C6.29843 2.99898 6.97632 3 7.79981 3H8.58594C8.74369 3 8.86004 2.99965 8.97461 3.00586Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M10.4512 13.5713C11.2625 13.5713 12.1053 13.7853 12.7617 14.249C13.4351 14.7249 13.9023 15.4618 13.9023 16.4287C13.9023 16.7441 13.6446 16.9998 13.3272 17H7.5752C7.25759 17 7.00008 16.7442 7 16.4287C7 15.4617 7.46711 14.7249 8.14063 14.249C8.79711 13.7852 9.63976 13.5713 10.4512 13.5713Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M10.4512 9C11.5629 9.00011 12.4639 9.8955 12.4639 11C12.4639 12.1045 11.5629 12.9999 10.4512 13C9.33939 13 8.4375 12.1046 8.4375 11C8.4375 9.89544 9.33939 9 10.4512 9Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M14.7647 10.1426C15.5587 10.1426 16.2021 10.7824 16.2022 11.5713C16.2022 12.3603 15.5588 13 14.7647 13C13.9705 13 13.3272 12.3603 13.3272 11.5713C13.3272 10.7824 13.9706 10.1426 14.7647 10.1426Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default FolderUnshare\n", "import type { SVGProps } from \"react\"\nconst Followup = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M4 3C4.55229 3 5 3.44772 5 4V13.2C5 14.0566 5.00078 14.6389 5.03755 15.089C5.07337 15.5274 5.1383 15.7516 5.21799 15.908C5.40973 16.2843 5.7157 16.5903 6.09202 16.782C6.24842 16.8617 6.47262 16.9266 6.91104 16.9624C7.36113 16.9992 7.94342 17 8.8 17H17.5858L16.7929 16.2071C16.4024 15.8166 16.4024 15.1834 16.7929 14.7929C17.1834 14.4024 17.8166 14.4024 18.2071 14.7929L20.7071 17.2929C21.0976 17.6834 21.0976 18.3166 20.7071 18.7071L18.2071 21.2071C17.8166 21.5976 17.1834 21.5976 16.7929 21.2071C16.4024 20.8166 16.4024 20.1834 16.7929 19.7929L17.5858 19H8.75873C7.95374 19 7.28938 19 6.74817 18.9558C6.18608 18.9099 5.66937 18.8113 5.18404 18.564C4.43139 18.1805 3.81947 17.5686 3.43597 16.816C3.18868 16.3306 3.09012 15.8139 3.04419 15.2518C2.99998 14.7106 2.99999 14.0463 3 13.2413L3 4C3 3.44772 3.44772 3 4 3ZM8 6C8 5.44772 8.44772 5 9 5H17C17.5523 5 18 5.44772 18 6C18 6.55228 17.5523 7 17 7H9C8.44772 7 8 6.55228 8 6ZM8 11.5C8 10.9477 8.44772 10.5 9 10.5H14C14.5523 10.5 15 10.9477 15 11.5C15 12.0523 14.5523 12.5 14 12.5H9C8.44772 12.5 8 12.0523 8 11.5Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Followup\n", "import type { SVGProps } from \"react\"\nconst Forum = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M10.5 8.5a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0ZM12 5a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7ZM3 9.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm1-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6Zm16 2a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-3 1a3 3 0 1 1 6 0 3 3 0 0 1-6 0ZM8 18c0-.974.438-1.684 1.142-2.185C9.876 15.293 10.911 15 12 15c1.09 0 2.124.293 2.858.815.704.5 1.142 1.21 1.142 2.185a1 1 0 1 0 2 0c0-1.692-.812-2.982-1.983-3.815C14.876 13.373 13.411 13 12 13c-1.41 0-2.876.373-4.017 1.185C6.812 15.018 6 16.308 6 18a1 1 0 1 0 2 0Zm-3.016-3.675a1 1 0 0 1-.809 1.16C2.79 15.732 2 16.486 2 17.5a1 1 0 1 1-2 0c0-2.41 1.978-3.655 3.825-3.985a1 1 0 0 1 1.16.81Zm14.84 1.16a1 1 0 1 1 .351-1.97C22.022 13.845 24 15.09 24 17.5a1 1 0 1 1-2 0c0-1.014-.79-1.768-2.175-2.015Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default Forum\n", "import type { SVGProps } from \"react\"\nconst Forward = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M11.9817 10.1521V8.04584C11.9817 6.99369 13.2654 6.38168 14.1896 6.99323L20.1653 10.9474C20.9449 11.4633 20.9449 12.5368 20.1653 13.0526L14.1896 17.0068C13.2654 17.6183 11.9817 17.0063 11.9817 15.9542V13.848L7.20793 17.0068C6.28374 17.6183 5 17.0063 5 15.9542V8.04584C5 6.99369 6.28375 6.38168 7.20794 6.99323L11.9817 10.1521Z\" />\n </svg>\n)\nexport default Forward\n", "import type { SVGProps } from \"react\"\nconst Forward10s = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M3.65316 8.62478C4.98754 5.32832 8.21996 3 11.9986 3C14.8272 3 17.3497 4.30473 18.9991 6.34362V5C18.9991 4.44772 19.4468 4 19.9991 4C20.5514 4 20.9991 4.44772 20.9991 5V9C20.9991 9.55228 20.5514 10 19.9991 10H15.9991C15.4468 10 14.9991 9.55228 14.9991 9C14.9991 8.44772 15.4468 8 15.9991 8H17.7442C16.4786 6.18566 14.3763 5 11.9986 5C9.06245 5 6.54621 6.80802 5.50704 9.37522C5.29981 9.88715 4.71682 10.1342 4.20488 9.92694C3.69295 9.71971 3.44594 9.13672 3.65316 8.62478Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M10.8958 16.566C10.8958 13.8634 12.2039 12 14.5239 12C16.8439 12 18.1643 13.8634 18.1643 16.566C18.1643 19.2686 16.8439 21.132 14.5239 21.132C12.2039 21.132 10.8958 19.2686 10.8958 16.566ZM12.9566 16.566C12.9566 18.232 13.4132 19.3797 14.5239 19.3797C15.6345 19.3797 16.1035 18.232 16.1035 16.566C16.1035 14.9 15.6345 13.7524 14.5239 13.7524C13.4132 13.7524 12.9566 14.9 12.9566 16.566Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M8.18053 12.3173C8.20523 12.1935 8.31019 12.0987 8.43642 12.0987H9.53263C9.6707 12.0987 9.78263 12.2107 9.78263 12.3487V20.7463C9.78263 20.8843 9.6707 20.9963 9.53263 20.9963H7.9841C7.84603 20.9963 7.7341 20.8843 7.7341 20.7463V15.1962H5.93557C5.7975 15.1962 5.68557 15.0843 5.68557 14.9462V13.8837C5.68557 13.7537 5.78523 13.6453 5.91481 13.6345L6.426 13.5919C7.5089 13.5121 8.0127 13.1586 8.18053 12.3173Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Forward10s\n", "import type { SVGProps } from \"react\"\nconst Forward15s = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M3.65316 8.62478C4.98754 5.32832 8.21996 3 11.9986 3C14.8272 3 17.3497 4.30473 18.9991 6.34362V5C18.9991 4.44772 19.4468 4 19.9991 4C20.5514 4 20.9991 4.44772 20.9991 5V9C20.9991 9.55228 20.5514 10 19.9991 10H15.9991C15.4468 10 14.9991 9.55228 14.9991 9C14.9991 8.44772 15.4468 8 15.9991 8H17.7442C16.4786 6.18566 14.3763 5 11.9986 5C9.06245 5 6.54621 6.80802 5.50704 9.37522C5.29981 9.88715 4.71682 10.1342 4.20488 9.92694C3.69295 9.71971 3.44594 9.13672 3.65316 8.62478Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M13.5494 17.0489C13.488 17.1169 13.3998 17.1581 13.3088 17.1472L11.8124 16.9688C11.6787 16.9529 11.5816 16.8339 11.5929 16.6997L11.9651 12.2665C11.976 12.137 12.0843 12.0374 12.2143 12.0374H17.0489C17.187 12.0374 17.2989 12.1494 17.2989 12.2874V13.5714C17.2989 13.7095 17.187 13.8214 17.0489 13.8214H13.5687L13.419 15.4682C13.7434 15.2062 14.2549 14.9692 14.8911 14.9692C16.7375 14.9692 17.8603 16.2666 17.8603 17.9882C17.8603 19.8221 16.4256 21.132 14.5169 21.132C12.7569 21.132 11.439 20.2479 11.0926 18.6308C11.064 18.497 11.1574 18.37 11.2925 18.3483L12.8165 18.1037C12.9553 18.0814 13.0834 18.1787 13.1187 18.3148C13.2969 19.0028 13.8007 19.4229 14.5044 19.4229C15.2904 19.4229 15.9016 18.849 15.9016 18.0381C15.9016 17.2397 15.3902 16.6159 14.5793 16.6159C14.1139 16.6159 13.7706 16.8037 13.5494 17.0489Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M8.55202 12.2186C8.5766 12.0948 8.68158 12 8.80781 12H9.92115C10.0592 12 10.1712 12.1119 10.1712 12.25V20.7448C10.1712 20.8828 10.0592 20.9948 9.92115 20.9948H8.35023C8.21216 20.9948 8.10023 20.8828 8.10023 20.7448V15.1313H6.27932C6.14125 15.1313 6.02932 15.0194 6.02932 14.8813V13.8019C6.02932 13.6719 6.12898 13.5636 6.25856 13.5528L6.77784 13.5095C7.8736 13.4288 8.38282 13.0708 8.55202 12.2186Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Forward15s\n", "import type { SVGProps } from \"react\"\nconst Frozen = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M8.94467 2.79115C9.33616 2.40159 9.96932 2.40316 10.3589 2.79465L11.9995 4.44338L13.64 2.79465C14.0296 2.40316 14.6627 2.40159 15.0542 2.79114C15.4457 3.18069 15.4473 3.81385 15.0577 4.20535L12.9995 6.27387V10.2643L16.431 8.27321L17.1843 5.44759C17.3266 4.91394 17.8746 4.59667 18.4082 4.73894C18.9418 4.88121 19.2591 5.42915 19.1168 5.9628L18.5139 8.22431L20.76 8.82916C21.2933 8.97277 21.6092 9.5215 21.4656 10.0548C21.322 10.5881 20.7733 10.904 20.24 10.7604L17.4326 10.0044L13.9926 12.0003L17.4314 13.9956L20.2388 13.2396C20.7721 13.096 21.3209 13.4119 21.4645 13.9452C21.6081 14.4784 21.2922 15.0272 20.7589 15.1708L18.5127 15.7757L19.1157 18.0372C19.258 18.5708 18.9407 19.1188 18.4071 19.2611C17.8735 19.4033 17.3255 19.0861 17.1832 18.5524L16.4298 15.7268L12.9995 13.7364V17.7261L15.0577 19.7947C15.4473 20.1861 15.4457 20.8193 15.0542 21.2089C14.6627 21.5984 14.0296 21.5968 13.64 21.2053L11.9995 19.5566L10.3589 21.2054C9.96932 21.5968 9.33616 21.5984 8.94467 21.2089C8.55318 20.8193 8.55161 20.1861 8.94117 19.7946L10.9995 17.7261V13.737L7.57021 15.7268L6.81684 18.5524C6.67455 19.086 6.12661 19.4033 5.59297 19.261C5.05933 19.1187 4.74207 18.5707 4.88435 18.0371L5.48731 15.7757L3.24116 15.1708C2.70787 15.0272 2.39198 14.4784 2.53559 13.9452C2.6792 13.4119 3.22793 13.096 3.76122 13.2396L6.56868 13.9956L10.0075 12.0003L6.56749 10.0044L3.76003 10.7604C3.22674 10.904 2.67801 10.5881 2.5344 10.0548C2.3908 9.52151 2.7067 8.97278 3.23998 8.82918L5.48613 8.22433L4.88317 5.96284C4.74088 5.4292 5.05814 4.88126 5.59179 4.73898C6.12543 4.59669 6.67338 4.91396 6.81566 5.4476L7.56903 8.27322L10.9995 10.2637V6.27388L8.94117 4.20535C8.55161 3.81387 8.55318 3.1807 8.94467 2.79115Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Frozen\n", "import type { SVGProps } from \"react\"\nconst Function = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M3 7C3 4.79086 4.79086 3 7 3C7.55228 3 8 3.44772 8 4C8 4.55228 7.55228 5 7 5C5.89543 5 5 5.89543 5 7C5 8.08835 5.11007 9.20187 4.85916 10.2708C4.72807 10.8292 4.48839 11.3851 4.05196 11.8698C4.00976 11.9167 3.96623 11.9623 3.92135 12.0068C3.95579 12.0417 3.98943 12.0773 4.02226 12.1137C4.4534 12.5913 4.6952 13.1406 4.83119 13.6951C5.09535 14.7724 5 15.9012 5 17C5 18.1046 5.89543 19 7 19C7.55228 19 8 19.4477 8 20C8 20.5523 7.55228 21 7 21C4.79086 21 3 19.2091 3 17C3 16.0704 3.11189 15.0815 2.88874 14.1715C2.81138 13.856 2.6965 13.6298 2.53765 13.4538C2.37927 13.2783 2.12594 13.0961 1.68377 12.9487C1.27543 12.8126 1 12.4304 1 12C1 11.5696 1.27543 11.1874 1.68377 11.0513C2.14482 10.8976 2.40546 10.7095 2.56569 10.5316C2.72565 10.3539 2.83837 10.1278 2.91208 9.81374C3.12432 8.90958 3 7.92466 3 7ZM16 4C16 3.44772 16.4477 3 17 3C19.2091 3 21 4.79086 21 7C21 7.9278 20.868 8.92181 21.0795 9.82884C21.2326 10.4859 21.6914 10.8431 22.3162 11.0513C22.7246 11.1874 23 11.5696 23 12C23 12.4304 22.7246 12.8126 22.3162 12.9487C21.8443 13.106 21.5802 13.2948 21.42 13.4704C21.2615 13.6442 21.1511 13.8637 21.0795 14.1712C20.868 15.0782 21 16.0722 21 17C21 19.2091 19.2091 21 17 21C16.4477 21 16 20.5523 16 20C16 19.4477 16.4477 19 17 19C18.1046 19 19 18.1046 19 17C19 15.9085 18.8817 14.7894 19.1317 13.7171C19.2619 13.1586 19.5024 12.6049 19.9425 12.1225C19.9806 12.0807 20.0198 12.0398 20.0601 12C20.0198 11.9602 19.9806 11.9193 19.9425 11.8775C19.5024 11.3951 19.2619 10.8414 19.1317 10.2829C18.8817 9.21061 19 8.09155 19 7C19 5.89543 18.1046 5 17 5C16.4477 5 16 4.55228 16 4Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M14.9762 6.78304C15.096 7.32217 14.7561 7.85635 14.2169 7.97616C13.3035 8.17914 13.1394 9.20406 13.0567 9.99997H13.5C14.0523 9.99997 14.5 10.4477 14.5 11C14.5 11.5523 14.0523 12 13.5 12H12.9932C12.9952 12.3977 13 12.8148 13 13.25C13 14.7156 12.739 15.906 12.1176 16.7494C11.4526 17.6519 10.4958 18 9.5 18C8.94772 18 8.5 17.5523 8.5 17C8.5 16.4477 8.94772 16 9.5 16C10.0042 16 10.2974 15.8481 10.5074 15.563C10.761 15.219 11 14.5343 11 13.25C11 12.8501 10.9939 12.4284 10.9919 12H10.5C9.94772 12 9.5 11.5523 9.5 11C9.5 10.4477 9.94772 9.99997 10.5 9.99997H11.0495C11.1324 9.01549 11.3321 7.98784 11.941 7.18356C12.3802 6.60345 12.9941 6.19912 13.7831 6.02378C14.3222 5.90398 14.8564 6.24391 14.9762 6.78304Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Function\n", "import type { SVGProps } from \"react\"\nconst Functions = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M7.00003 3C4.79089 3 3.00003 4.79086 3.00003 7C3.00003 7.27711 3.00537 7.5494 3.0104 7.8054L3.01115 7.84333C3.01645 8.1142 3.02106 8.3655 3.01965 8.60685C3.01679 9.09512 2.98866 9.48762 2.91211 9.81374C2.8384 10.1278 2.72568 10.3539 2.56571 10.5316C2.40635 10.7085 2.14766 10.8956 1.69126 11.0488C1.67827 11.053 1.66539 11.0575 1.6526 11.0623C1.50917 11.1153 1.38482 11.1982 1.28424 11.3014C1.19514 11.3925 1.12235 11.502 1.07233 11.6266C1.02502 11.744 0.999736 11.8706 0.999756 12C0.999736 12.1294 1.02502 12.256 1.07233 12.3734C1.12233 12.498 1.19512 12.6075 1.28419 12.6986C1.38477 12.8018 1.50915 12.8847 1.6526 12.9377C1.66536 12.9425 1.67823 12.947 1.69119 12.9512C2.1288 13.0981 2.38018 13.2793 2.53768 13.4538C2.69653 13.6298 2.81141 13.856 2.88877 14.1715C2.96884 14.498 3.00222 14.8925 3.01014 15.3824C3.01493 15.6786 3.01096 15.959 3.00667 16.262L3.00666 16.262C3.00344 16.4899 3.00003 16.7304 3.00003 17C3.00003 19.2092 4.79089 21 7.00003 21C7.55231 21 8.00003 20.5523 8.00003 20C8.00003 19.4477 7.55231 19 7.00003 19C5.89546 19 5.00003 18.1046 5.00003 17C5.00003 16.7963 5.00293 16.5738 5.00588 16.3473L5.00588 16.3472V16.3472V16.3471C5.01031 16.0069 5.01486 15.6578 5.00988 15.3501C5.00112 14.8086 4.96449 14.2386 4.83121 13.6952C4.69523 13.1406 4.45343 12.5913 4.02229 12.1137C3.98945 12.0773 3.95581 12.0417 3.92137 12.0068C3.96625 11.9623 4.00979 11.9167 4.05198 11.8698C4.48842 11.3851 4.7281 10.8292 4.85918 10.2708C4.98743 9.72447 5.01648 9.15415 5.01962 8.61856C5.0212 8.34797 5.01601 8.07208 5.01076 7.80416L5.01013 7.77202C5.00502 7.51143 5.00003 7.25693 5.00003 7C5.00003 5.89543 5.89546 5 7.00003 5C7.55231 5 8.00003 4.55228 8.00003 4C8.00003 3.44772 7.55231 3 7.00003 3ZM20.0602 12C20.0198 12.0399 19.9806 12.0807 19.9425 12.1225C19.5024 12.6049 19.2619 13.1586 19.1317 13.7172C19.0047 14.2621 18.9783 14.8319 18.9771 15.3676C18.9765 15.636 18.9824 15.9109 18.9882 16.1786L18.9883 16.1855C18.9942 16.4593 19 16.7279 19 17C19 18.1046 18.1046 19 17 19C16.4477 19 16 19.4477 16 20C16 20.5523 16.4477 21 17 21C19.2091 21 21 19.2092 21 17C21 16.7043 20.9938 16.4158 20.988 16.1463L20.9879 16.1424C20.982 15.8678 20.9765 15.6148 20.9771 15.3721C20.9782 14.881 21.0046 14.4922 21.0795 14.1712C21.1511 13.8637 21.2615 13.6442 21.42 13.4704C21.5794 13.2957 21.8415 13.108 22.3087 12.9512C22.3217 12.947 22.3346 12.9425 22.3474 12.9377C22.4909 12.8847 22.6152 12.8018 22.7158 12.6986C22.8964 12.5133 23.0003 12.2622 23.0003 12C23.0003 11.8706 22.975 11.744 22.9277 11.6266C22.8776 11.5019 22.8048 11.3924 22.7156 11.3012C22.615 11.1981 22.4908 11.1153 22.3474 11.0623C22.3346 11.0575 22.3217 11.053 22.3087 11.0488C21.8415 10.892 21.5794 10.7043 21.42 10.5296C21.2615 10.3558 21.1511 10.1363 21.0795 9.82884C21.0046 9.50782 20.9782 9.11899 20.9771 8.62794C20.9765 8.38527 20.982 8.13224 20.9879 7.85765L20.988 7.85375C20.9938 7.58421 21 7.29574 21 7C21 4.79086 19.2091 3 17 3C16.4477 3 16 3.44772 16 4C16 4.55228 16.4477 5 17 5C18.1046 5 19 5.89543 19 7C19 7.27216 18.9942 7.54074 18.9883 7.81451L18.9882 7.82144C18.9824 8.08909 18.9765 8.36405 18.9771 8.63245C18.9783 9.16818 19.0047 9.73794 19.1317 10.2829C19.2619 10.8414 19.5024 11.3951 19.9425 11.8775C19.9806 11.9193 20.0198 11.9602 20.0602 12ZM14.9762 6.78304C15.096 7.32217 14.7561 7.85635 14.2169 7.97616C13.8809 8.05082 13.6823 8.19691 13.5356 8.39076C13.3704 8.60888 13.2323 8.94179 13.1385 9.43276C13.1039 9.61357 13.0772 9.80275 13.0567 10H13.5C14.0523 10 14.5 10.4477 14.5 11C14.5 11.5523 14.0523 12 13.5 12H12.9932C12.9939 12.1369 12.9949 12.2761 12.996 12.4175V12.4176V12.4176C12.998 12.6871 13 12.9646 13 13.25C13 14.7156 12.739 15.906 12.1176 16.7494C11.4526 17.6519 10.4958 18 9.5 18C8.94772 18 8.5 17.5523 8.5 17C8.5 16.4477 8.94772 16 9.5 16C10.0042 16 10.2974 15.8481 10.5074 15.563C10.761 15.219 11 14.5343 11 13.25C11 13.0132 10.9979 12.7688 10.9957 12.5198C10.9942 12.3484 10.9927 12.1748 10.9919 12H10.5C9.94771 12 9.5 11.5523 9.5 11C9.5 10.4477 9.94771 10 10.5 10H11.0495C11.077 9.67287 11.1169 9.35612 11.174 9.05719C11.2989 8.40399 11.5202 7.73939 11.941 7.18356C12.3802 6.60345 12.9941 6.19912 13.7831 6.02378C14.3222 5.90398 14.8564 6.24391 14.9762 6.78304Z\"\n />\n </svg>\n)\nexport default Functions\n", "import type { SVGProps } from \"react\"\nconst GenerateSuggestedEdits = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M6.96101 2.70711C7.35154 2.31658 7.35154 1.68342 6.96101 1.29289C6.57049 0.902369 5.93732 0.902369 5.5468 1.29289L3.0468 3.79289C2.65628 4.18342 2.65628 4.81658 3.0468 5.20711L5.5468 7.70711C5.93732 8.09763 6.57049 8.09763 6.96101 7.70711C7.35154 7.31658 7.35154 6.68342 6.96101 6.29289L6.16818 5.50006H15.1973C16.0539 5.50006 16.6362 5.50084 17.0863 5.53761C17.5247 5.57343 17.7489 5.63836 17.9053 5.71805C18.2816 5.90979 18.5876 6.21576 18.7793 6.59208C18.859 6.74848 18.9239 6.97268 18.9598 7.4111C18.9965 7.86119 18.9973 8.44348 18.9973 9.30006V12.0001C18.9973 12.5523 19.445 13.0001 19.9973 13.0001C20.5496 13.0001 20.9973 12.5523 20.9973 12.0001V9.25874C20.9973 8.45378 20.9973 7.78942 20.9531 7.24824C20.9072 6.68614 20.8086 6.16943 20.5613 5.6841C20.1778 4.93145 19.5659 4.31953 18.8133 3.93604C18.3279 3.68874 17.8112 3.59018 17.2491 3.54425C16.7079 3.50004 16.0436 3.50005 15.2386 3.50006L6.16806 3.50006L6.96101 2.70711Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M3.99731 10.0001C4.5496 10.0001 4.99731 10.4478 4.99731 11.0001V14.6998C4.99731 15.5564 4.99809 16.1387 5.03487 16.5888C5.07069 17.0272 5.13561 17.2514 5.2153 17.4078C5.40705 17.7841 5.71301 18.0901 6.08933 18.2818C6.24573 18.3615 6.46994 18.4264 6.90835 18.4623C7.35844 18.499 7.94073 18.4998 8.79731 18.4998H17.8381L17.0456 17.7073C16.6551 17.3168 16.6551 16.6836 17.0456 16.2931C17.4361 15.9026 18.0693 15.9026 18.4598 16.2931L20.9598 18.7931C21.3503 19.1836 21.3503 19.8168 20.9598 20.2073L18.4598 22.7073C18.0693 23.0978 17.4361 23.0978 17.0456 22.7073C16.6551 22.3168 16.6551 21.6836 17.0456 21.2931L17.8388 20.4998H8.75599C7.95107 20.4998 7.28666 20.4998 6.74549 20.4556C6.18339 20.4097 5.66669 20.3111 5.18135 20.0638C4.4287 19.6804 3.81678 19.0684 3.43329 18.3158C3.186 17.8304 3.08743 17.3137 3.04151 16.7516C2.99729 16.2104 2.9973 15.5461 2.99731 14.7411L2.99731 11.0001C2.99731 10.4478 3.44503 10.0001 3.99731 10.0001Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M8 10C8 9.44772 8.44772 9 9 9H15C15.5523 9 16 9.44772 16 10C16 10.5523 15.5523 11 15 11H9C8.44772 11 8 10.5523 8 10Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15H12C12.5523 15 13 14.5523 13 14C13 13.4477 12.5523 13 12 13H9Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default GenerateSuggestedEdits\n", "import type { SVGProps } from \"react\"\nconst Glasses = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M15.6224 5.68328C16.8472 4.59232 18.8165 4.80549 19.6956 6.29167L20.2044 7.16863C21.4103 9.29547 22.7275 12.0385 22.7816 14.738L22.7962 15.1374C22.8046 16.0802 22.6238 17.0909 22.1527 17.9577C21.6285 18.9219 20.7472 19.6902 19.4759 19.9284L19.2171 19.9684C18.49 20.0598 17.3588 20.0711 16.5306 20.0026L16.1956 19.9684C14.5933 19.7671 13.2805 18.6256 12.846 17.0915L12.7708 16.78C12.6182 16.0123 12.585 15.1589 12.7406 14.3415C12.2558 14.2203 11.7429 14.2195 11.2581 14.3405C11.386 15.0116 11.3874 15.7068 11.2991 16.3591L11.2288 16.78C10.9139 18.3638 9.68155 19.5925 8.12044 19.9167L7.80403 19.9684C7.07683 20.0598 5.94575 20.0711 5.11751 20.0026L4.78255 19.9684C3.37135 19.791 2.40601 18.9859 1.847 17.9577C1.31734 16.9833 1.15667 15.827 1.21712 14.7897H1.21614C1.25981 11.6856 2.98789 8.51838 4.30501 6.29167L4.3929 6.15105C5.30984 4.79256 7.19201 4.62767 8.37727 5.68328L8.49349 5.79265L8.56184 5.86882C8.8822 6.2615 8.85937 6.84055 8.49349 7.20671C8.12732 7.57287 7.54739 7.59653 7.15462 7.27605L7.07942 7.20671L7.01399 7.1491C6.70212 6.90009 6.28216 6.96803 6.06868 7.24675L6.02571 7.30925C5.321 8.50063 4.59237 9.82218 4.05306 11.1706C4.25052 11.111 4.45475 11.0666 4.66438 11.0378L5.02376 10.9968C5.91542 10.9162 7.14208 10.9304 7.9222 11.0378L8.20345 11.0846C9.20532 11.2874 9.95486 11.8038 10.4691 12.487C11.4612 12.1713 12.5378 12.173 13.5296 12.4889C14.0908 11.7424 14.9327 11.1954 16.0775 11.0378L16.4368 10.9968C17.3286 10.9162 18.5553 10.9304 19.3353 11.0378L19.5101 11.0651C19.6585 11.0922 19.8037 11.1278 19.9456 11.1706C19.5346 10.143 19.0147 9.13078 18.4779 8.18035L17.974 7.30925C17.7656 6.95723 17.2581 6.8704 16.9212 7.20671L16.845 7.27605C16.4523 7.59642 15.8723 7.57284 15.5062 7.20671C15.116 6.81617 15.1158 6.18305 15.5062 5.79265L15.6224 5.68328ZM7.64974 13.0182C7.02807 12.9327 5.96169 12.9228 5.22884 12.987L4.93685 13.0182C4.05489 13.1398 3.36732 13.8277 3.23372 14.694L3.21419 14.8688C3.16248 15.6567 3.29489 16.4325 3.60481 17.0026C3.89423 17.5349 4.33515 17.8965 5.03255 17.9841L5.30403 18.0114C5.9871 18.0663 6.97248 18.0572 7.55501 17.9841L7.71321 17.9577C8.49351 17.7955 9.10939 17.182 9.26692 16.3903L9.31868 16.0807C9.415 15.36 9.34702 14.6483 9.1097 14.1042C8.87667 13.5702 8.48062 13.1778 7.79134 13.0427L7.64974 13.0182ZM19.0628 13.0182C18.4413 12.9326 17.3748 12.9228 16.6419 12.987L16.3499 13.0182C15.5725 13.1253 15.1385 13.5347 14.89 14.1042C14.6187 14.7261 14.5691 15.5673 14.7327 16.3903L14.7699 16.5456C14.987 17.3127 15.6436 17.8833 16.4447 17.9841L16.7171 18.0114C17.4002 18.0663 18.3856 18.0572 18.9681 17.9841L19.2171 17.9391C19.7729 17.8039 20.1425 17.4685 20.3958 17.0026C20.6669 16.5039 20.8013 15.8477 20.7962 15.1637L20.7855 14.8688C20.7271 13.9807 20.0909 13.2457 19.2367 13.0505L19.0628 13.0182Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Glasses\n", "import type { SVGProps } from \"react\"\nconst Globe = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM11.9851 4.00291C11.9744 4.00615 11.953 4.01416 11.921 4.03356C11.7908 4.11248 11.5742 4.32444 11.325 4.77696C11.0839 5.21453 10.8521 5.8046 10.6514 6.53263C10.3148 7.75315 10.0844 9.29169 10.019 11H13.981C13.9156 9.29169 13.6852 7.75315 13.3486 6.53263C13.1479 5.8046 12.9161 5.21453 12.675 4.77696C12.4258 4.32444 12.2092 4.11248 12.079 4.03356C12.047 4.01416 12.0256 4.00615 12.0149 4.00291C12.0067 4.00046 12.001 4.00006 11.9996 4C11.9982 4.00006 11.9933 4.00046 11.9851 4.00291ZM8.01766 11C8.08396 9.13314 8.33431 7.41167 8.72334 6.00094C8.87366 5.45584 9.04762 4.94639 9.24523 4.48694C6.48462 5.49946 4.43722 7.9901 4.06189 11H8.01766ZM4.06189 13H8.01766C8.09487 15.1737 8.42177 17.1555 8.93 18.6802C9.02641 18.9694 9.13134 19.2483 9.24522 19.5131C6.48461 18.5005 4.43722 16.0099 4.06189 13ZM10.019 13C10.0955 14.9972 10.3973 16.7574 10.8274 18.0477C11.0794 18.8038 11.3575 19.3436 11.6177 19.6737C11.7455 19.8359 11.8494 19.9225 11.9186 19.9649C11.9515 19.9852 11.9736 19.9935 11.9847 19.9969C11.9948 20 11.9999 20 11.9999 20C11.9999 20 12.0049 20.0001 12.0153 19.9969C12.0264 19.9935 12.0485 19.9852 12.0814 19.9649C12.1506 19.9225 12.2545 19.8359 12.3823 19.6737C12.6425 19.3436 12.9206 18.8038 13.1726 18.0477C13.6027 16.7574 13.9045 14.9972 13.981 13H10.019ZM15.9823 13C15.9051 15.1737 15.5782 17.1555 15.07 18.6802C14.9736 18.9694 14.8687 19.2483 14.7548 19.5131C17.5154 18.5005 19.5628 16.0099 19.9381 13H15.9823ZM19.9381 11C19.5628 7.99009 17.5154 5.49946 14.7548 4.48694C14.9524 4.94639 15.1263 5.45584 15.2767 6.00094C15.6657 7.41167 15.916 9.13314 15.9823 11H19.9381Z\"\n />\n </svg>\n)\nexport default Globe\n", "import type { SVGProps } from \"react\"\nconst GlobeAltRealTimeSearch = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M8.86496 4.63763C6.00486 5.85707 4 8.69441 4 12C4 15.3056 6.00486 18.1429 8.86496 19.3624C8.76873 19.1576 8.67816 18.9451 8.59312 18.7264C7.90444 16.9555 7.5 14.577 7.5 12C7.5 9.42296 7.90444 7.04448 8.59312 5.27359C8.67816 5.05493 8.76873 4.84242 8.86496 4.63763ZM12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM12 4C11.8911 4 11.6784 4.0528 11.3738 4.3841C11.0684 4.71624 10.7474 5.25207 10.4571 5.99849C9.87906 7.48496 9.5 9.60648 9.5 12C9.5 14.3935 9.87906 16.515 10.4571 18.0015C10.7474 18.7479 11.0684 19.2838 11.3738 19.6159C11.6784 19.9472 11.8911 20 12 20C12.1089 20 12.3216 19.9472 12.6262 19.6159C12.9316 19.2838 13.2526 18.7479 13.5429 18.0015C14.1209 16.515 14.5 14.3935 14.5 12C14.5 9.60648 14.1209 7.48496 13.5429 5.99849C13.2526 5.25207 12.9316 4.71624 12.6262 4.3841C12.3216 4.0528 12.1089 4 12 4ZM15.135 19.3624C15.2313 19.1576 15.3218 18.9451 15.4069 18.7264C16.0956 16.9555 16.5 14.577 16.5 12C16.5 9.42296 16.0956 7.04448 15.4069 5.27359C15.3218 5.05493 15.2313 4.84242 15.135 4.63763C17.9951 5.85707 20 8.69441 20 12C20 15.3056 17.9951 18.1429 15.135 19.3624Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default GlobeAltRealTimeSearch\n", "import type { SVGProps } from \"react\"\nconst GlobeFilled = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M9.0168 11C9.103 8.45621 9.51391 6.2064 10.1113 4.56357C10.4501 3.63192 10.8299 2.94833 11.2012 2.51636C11.5754 2.08113 11.8488 2 11.9999 2C12.1511 2 12.4245 2.08113 12.7986 2.51636C13.17 2.94833 13.5498 3.63192 13.8886 4.56357C14.486 6.2064 14.8969 8.45621 14.9831 11H9.0168Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M7.01573 11H2.04932C2.44365 7.02833 5.16174 3.74026 8.82476 2.51462C8.60616 2.93457 8.40869 3.39343 8.23172 3.88008C7.54188 5.77714 7.10242 8.26718 7.01573 11Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M15.1751 2.51462C15.3937 2.93457 15.5912 3.39343 15.7682 3.88008C16.458 5.77714 16.8975 8.26718 16.9841 11H21.9506C21.5562 7.02833 18.8381 3.74026 15.1751 2.51462Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M14.9831 13H9.0168C9.103 15.5438 9.51391 17.7936 10.1113 19.4364C10.4501 20.3681 10.8299 21.0517 11.2012 21.4836C11.5754 21.9189 11.8488 22 11.9999 22C12.1511 22 12.4245 21.9189 12.7986 21.4836C13.17 21.0517 13.5498 20.3681 13.8886 19.4364C14.486 17.7936 14.8969 15.5438 14.9831 13Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M15.1751 21.4854C15.3937 21.0654 15.5912 20.6066 15.7682 20.1199C16.458 18.2229 16.8975 15.7328 16.9841 13H21.9506C21.5562 16.9717 18.8381 20.2597 15.1751 21.4854Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M8.82476 21.4854C5.16174 20.2597 2.44365 16.9717 2.04932 13H7.01573C7.10242 15.7328 7.54188 18.2229 8.23172 20.1199C8.40869 20.6066 8.60615 21.0654 8.82476 21.4854Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default GlobeFilled\n", "import type { SVGProps } from \"react\"\nconst GlobeOffRealTimeSearch = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M4.06189 11H7.52048C7.61065 8.81122 7.99451 6.81287 8.59312 5.27359C8.67816 5.05493 8.76873 4.84242 8.86496 4.63763C6.29788 5.73214 4.41978 8.13001 4.06189 11ZM12 2C6.47715 2 2 6.47715 2 12C2 17.1858 5.94741 21.4497 11.0014 21.9508C11.551 22.0053 12 21.5523 12 21V20.7533C12 20.3373 11.6554 19.9222 11.3738 19.6159C11.0684 19.2838 10.7474 18.7479 10.4571 18.0015C9.96096 16.7257 9.61141 14.982 9.52232 13H21C21.5523 13 22 12.5523 22 12C22 6.47715 17.5228 2 12 2ZM12 4C11.8911 4 11.6784 4.0528 11.3738 4.3841C11.0684 4.71624 10.7474 5.25207 10.4571 5.99849C9.96096 7.27434 9.61141 9.01803 9.52232 11H14.4777C14.3886 9.01803 14.039 7.27434 13.5429 5.99849C13.2526 5.25207 12.9316 4.71624 12.6262 4.3841C12.3216 4.0528 12.1089 4 12 4ZM16.4795 11C16.3893 8.81122 16.0055 6.81287 15.4069 5.27359C15.3218 5.05493 15.2313 4.84242 15.135 4.63763C17.7021 5.73214 19.5802 8.13001 19.9381 11H16.4795ZM7.52048 13H4.06189C4.41978 15.87 6.29788 18.2679 8.86496 19.3624C8.76873 19.1576 8.67816 18.9451 8.59312 18.7264C7.99451 17.1871 7.61065 15.1888 7.52048 13ZM14.2929 15.2929C14.6834 14.9024 15.3166 14.9024 15.7071 15.2929L17.5 17.0858L19.2929 15.2929C19.6834 14.9024 20.3166 14.9024 20.7071 15.2929C21.0976 15.6834 21.0976 16.3166 20.7071 16.7071L18.9142 18.5L20.7071 20.2929C21.0976 20.6834 21.0976 21.3166 20.7071 21.7071C20.3166 22.0976 19.6834 22.0976 19.2929 21.7071L17.5 19.9142L15.7071 21.7071C15.3166 22.0976 14.6834 22.0976 14.2929 21.7071C13.9024 21.3166 13.9024 20.6834 14.2929 20.2929L16.0858 18.5L14.2929 16.7071C13.9024 16.3166 13.9024 15.6834 14.2929 15.2929Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default GlobeOffRealTimeSearch\n", "import type { SVGProps } from \"react\"\nconst GlobeRealTimeSearch = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M4.06189 11H7.52048C7.61065 8.81122 7.99451 6.81287 8.59312 5.27359C8.67816 5.05493 8.76873 4.84242 8.86496 4.63763C6.29788 5.73214 4.41978 8.13001 4.06189 11ZM12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM12 4C11.8911 4 11.6784 4.0528 11.3738 4.3841C11.0684 4.71624 10.7474 5.25207 10.4571 5.99849C9.96096 7.27434 9.61141 9.01803 9.52232 11H14.4777C14.3886 9.01803 14.039 7.27434 13.5429 5.99849C13.2526 5.25207 12.9316 4.71624 12.6262 4.3841C12.3216 4.0528 12.1089 4 12 4ZM16.4795 11C16.3893 8.81122 16.0055 6.81287 15.4069 5.27359C15.3218 5.05493 15.2313 4.84242 15.135 4.63763C17.7021 5.73214 19.5802 8.13001 19.9381 11H16.4795ZM14.4777 13H9.52232C9.61141 14.982 9.96096 16.7257 10.4571 18.0015C10.7474 18.7479 11.0684 19.2838 11.3738 19.6159C11.6784 19.9472 11.8911 20 12 20C12.1089 20 12.3216 19.9472 12.6262 19.6159C12.9316 19.2838 13.2526 18.7479 13.5429 18.0015C14.039 16.7257 14.3886 14.982 14.4777 13ZM15.135 19.3624C15.2313 19.1576 15.3218 18.9451 15.4069 18.7264C16.0055 17.1871 16.3893 15.1888 16.4795 13H19.9381C19.5802 15.87 17.7021 18.2679 15.135 19.3624ZM8.86496 19.3624C8.76873 19.1576 8.67816 18.9451 8.59312 18.7264C7.99451 17.1871 7.61065 15.1888 7.52048 13H4.06189C4.41978 15.87 6.29788 18.2679 8.86496 19.3624Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default GlobeRealTimeSearch\n", "import type { SVGProps } from \"react\"\nconst GlobeSpin = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M3 9C3 6.43946 3.964 4.10154 5.54688 2.33301C5.91523 1.92168 6.54753 1.88662 6.95898 2.25489C7.37026 2.62321 7.40527 3.25554 7.03711 3.667C5.76974 5.08301 5 6.95042 5 9C5 13.4183 8.58172 17 13 17C15.3692 17 17.4966 15.9712 18.9629 14.333C19.3312 13.9215 19.9635 13.8867 20.375 14.2549C20.7865 14.6232 20.8215 15.2555 20.4531 15.667C18.832 17.4781 16.5574 18.6941 14 18.9482V20H16.5C17.0523 20 17.5 20.4477 17.5 21C17.5 21.5523 17.0523 22 16.5 22H9.5C8.94772 22 8.5 21.5523 8.5 21C8.5 20.4477 8.94772 20 9.5 20H12V18.9492C6.94674 18.4474 3 14.1853 3 9ZM17.75 9C17.75 6.37665 15.6234 4.25 13 4.25C10.3766 4.25 8.25 6.37665 8.25 9C8.25 11.6234 10.3766 13.75 13 13.75C15.6234 13.75 17.75 11.6234 17.75 9ZM19.75 9C19.75 12.7279 16.7279 15.75 13 15.75C9.27208 15.75 6.25 12.7279 6.25 9C6.25 5.27208 9.27208 2.25 13 2.25C16.7279 2.25 19.75 5.27208 19.75 9Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default GlobeSpin\n", "import type { SVGProps } from \"react\"\nconst Go = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M9.50052 9.00046C9.71306 9.00069 9.89164 9.16037 9.91556 9.37156C10.0629 10.6708 10.7997 11.4662 12.1187 11.5835C12.3346 11.6026 12.5008 11.7837 12.5005 12.0005C12.5003 12.2172 12.3337 12.3978 12.1177 12.4165C10.8173 12.5292 10.0292 13.3173 9.91654 14.6177C9.89785 14.8336 9.71729 15.0002 9.50052 15.0005C9.28377 15.0007 9.10271 14.8345 9.08353 14.6186C8.96627 13.2996 8.17085 12.5628 6.87162 12.4155C6.66043 12.3916 6.50075 12.213 6.50052 12.0005C6.50031 11.7879 6.65949 11.6088 6.87064 11.5844C8.18858 11.4323 8.93237 10.6885 9.08451 9.37058C9.10886 9.15943 9.28798 9.00025 9.50052 9.00046Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M9.52591 2.56101C10.8927 1.19443 13.1083 1.19443 14.4751 2.56101L21.44 9.52585C22.8061 10.8927 22.8064 13.1084 21.44 14.4751L14.4751 21.4399C13.1085 22.8063 10.8927 22.806 9.52591 21.4399L2.56107 14.4751C1.19449 13.1083 1.19449 10.8926 2.56107 9.52585L9.52591 2.56101ZM13.0611 3.97507C12.4753 3.38954 11.5257 3.38954 10.94 3.97507L3.97513 10.9399C3.3896 11.5257 3.3896 12.4753 3.97513 13.061L10.94 20.0259C11.5258 20.6109 12.4755 20.6112 13.0611 20.0259L20.0259 13.061C20.6113 12.4754 20.611 11.5257 20.0259 10.9399L13.0611 3.97507Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Go\n", "import type { SVGProps } from \"react\"\nconst GoFilled = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M9.52591 2.56122C10.8927 1.19464 13.1083 1.19464 14.4751 2.56122L21.44 9.52607C22.8059 10.8929 22.8063 13.1087 21.44 14.4753L14.4751 21.4401C13.1086 22.8065 10.8927 22.806 9.52591 21.4401L2.56106 14.4753C1.19448 13.1085 1.1945 10.8929 2.56106 9.52607L9.52591 2.56122ZM9.50051 8.9997C9.2881 8.99948 9.10903 9.15887 9.0845 9.36982C8.93245 10.6881 8.18796 11.4326 6.86966 11.5847C6.6587 11.6092 6.49932 11.7883 6.49954 12.0007C6.49987 12.213 6.65963 12.3917 6.87063 12.4157C8.17022 12.5629 8.96632 13.2996 9.08352 14.6188C9.1027 14.8348 9.28375 14.9999 9.50051 14.9997C9.71719 14.9993 9.89784 14.8338 9.91653 14.6179C10.0291 13.3173 10.8171 12.5293 12.1177 12.4167C12.3336 12.398 12.4992 12.2174 12.4995 12.0007C12.4998 11.7839 12.3346 11.6029 12.1187 11.5837C10.7994 11.4665 10.0628 10.6704 9.91555 9.37079C9.89153 9.1598 9.71287 9.00004 9.50051 8.9997Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default GoFilled\n", "import type { SVGProps } from \"react\"\nconst Graduate = (props: SVGProps<SVGSVGElement>) => (\n <svg\n fill=\"currentColor\"\n stroke=\"currentColor\"\n viewBox=\"0 0 21 21\"\n width=\"1em\"\n height=\"1em\"\n {...props}\n >\n <path\n d=\"M4.05 8.956a50.363 50.363 0 0 0-.41 5.289 40.521 40.521 0 0 1 6.86 3.675 40.517 40.517 0 0 1 6.86-3.675 50.374 50.374 0 0 0-.41-5.29m0 0c.73-.244 1.47-.471 2.216-.678A49.919 49.919 0 0 0 10.5 3.411a49.921 49.921 0 0 0-8.666 4.867 42.206 42.206 0 0 1 8.666 3.463 42.265 42.265 0 0 1 6.45-2.785ZM6.126 13a.625.625 0 1 0 0-1.25.625.625 0 0 0 0 1.25Zm0 0V9.937A46.148 46.148 0 0 1 10.5 7.536M4.66 17.16a4.984 4.984 0 0 0 1.465-3.536v-1.25\"\n strokeWidth={1.25}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n)\nexport default Graduate\n", "import type { SVGProps } from \"react\"\nconst GraduationCap = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12.4322 4.81596C12.159 4.68505 11.8411 4.68505 11.5679 4.81596L2.31421 9.25003L11.5679 13.6841C11.8411 13.815 12.159 13.815 12.4322 13.6841L21.6859 9.25003L12.4322 4.81596ZM10.7037 3.01233C11.5233 2.61959 12.4768 2.61959 13.2964 3.01233L22.5501 7.44639C23.8957 8.09114 24.0456 9.86518 23 10.7617V15C23 15.5523 22.5523 16 22 16C21.4478 16 21 15.5523 21 15V11.7964L19.5 12.5152V15.8888C19.5 17.2412 18.8167 18.5019 17.6837 19.2402L16.9133 19.7422C13.9268 21.6881 10.0733 21.6881 7.08675 19.7422L6.31636 19.2402C5.18333 18.5019 4.50004 17.2412 4.50004 15.8888V12.5151L1.44997 11.0537C-0.0643805 10.328 -0.0643747 8.17202 1.44997 7.44639L10.7037 3.01233ZM6.50004 13.4735V15.8888C6.50004 16.565 6.84168 17.1954 7.4082 17.5645L8.17859 18.0665C10.5014 19.58 13.4986 19.58 15.8215 18.0665L16.5919 17.5645C17.1584 17.1954 17.5 16.565 17.5 15.8888V13.4735L13.2964 15.4877C12.4768 15.8805 11.5233 15.8805 10.7037 15.4877L6.50004 13.4735Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default GraduationCap\n", "import type { SVGProps } from \"react\"\nconst Grid = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M6.75 4.5a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5ZM2.5 6.75a4.25 4.25 0 1 1 8.5 0 4.25 4.25 0 0 1-8.5 0ZM17.25 4.5a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5ZM13 6.75a4.25 4.25 0 1 1 8.5 0 4.25 4.25 0 0 1-8.5 0ZM6.75 15a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5ZM2.5 17.25a4.25 4.25 0 1 1 8.5 0 4.25 4.25 0 0 1-8.5 0ZM17.25 15a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5ZM13 17.25a4.25 4.25 0 1 1 8.5 0 4.25 4.25 0 0 1-8.5 0Z\" />\n </svg>\n)\nexport default Grid\n", "import type { SVGProps } from \"react\"\nconst GridAlt = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M12 4a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm-2.75.75a2.75 2.75 0 1 1 5.5 0 2.75 2.75 0 0 1-5.5 0ZM6.096 7.725a.75.75 0 1 0-.75 1.3.75.75 0 0 0 .75-1.3ZM3.34 7a2.75 2.75 0 1 1 4.763 2.75A2.75 2.75 0 0 1 3.34 7Zm15.588 1a.75.75 0 1 0-1.299.75.75.75 0 0 0 1.299-.75Zm-2.024-2.006a2.75 2.75 0 1 1 2.75 4.762 2.75 2.75 0 0 1-2.75-4.762ZM12 10.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM8.5 12a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0Zm10.154 2.976a.75.75 0 1 0-.75 1.299.75.75 0 0 0 .75-1.3Zm-2.757-.726A2.75 2.75 0 1 1 20.66 17a2.75 2.75 0 0 1-4.763-2.75Zm-9.526 1a.75.75 0 1 0-1.3.75.75.75 0 0 0 1.3-.75Zm-2.025-2.007a2.75 2.75 0 1 1 2.75 4.764 2.75 2.75 0 0 1-2.75-4.764ZM12 18.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm-2.75.75a2.75 2.75 0 1 1 5.5 0 2.75 2.75 0 0 1-5.5 0Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default GridAlt\n", "import type { SVGProps } from \"react\"\nconst Group = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12 7C11.1716 7 10.5 7.67157 10.5 8.5C10.5 9.32843 11.1716 10 12 10C12.8284 10 13.5 9.32843 13.5 8.5C13.5 7.67157 12.8284 7 12 7ZM8.5 8.5C8.5 6.567 10.067 5 12 5C13.933 5 15.5 6.567 15.5 8.5C15.5 10.433 13.933 12 12 12C10.067 12 8.5 10.433 8.5 8.5ZM4 8.5C3.44772 8.5 3 8.94772 3 9.5C3 10.0523 3.44772 10.5 4 10.5C4.55228 10.5 5 10.0523 5 9.5C5 8.94772 4.55228 8.5 4 8.5ZM1 9.5C1 7.84315 2.34315 6.5 4 6.5C5.65685 6.5 7 7.84315 7 9.5C7 11.1569 5.65685 12.5 4 12.5C2.34315 12.5 1 11.1569 1 9.5ZM20 8.5C19.4477 8.5 19 8.94772 19 9.5C19 10.0523 19.4477 10.5 20 10.5C20.5523 10.5 21 10.0523 21 9.5C21 8.94772 20.5523 8.5 20 8.5ZM17 9.5C17 7.84315 18.3431 6.5 20 6.5C21.6569 6.5 23 7.84315 23 9.5C23 11.1569 21.6569 12.5 20 12.5C18.3431 12.5 17 11.1569 17 9.5ZM9.14202 15.815C8.43814 16.3155 8 17.0257 8 18C8 18.5523 7.55228 19 7 19C6.44772 19 6 18.5523 6 18C6 16.3077 6.81186 15.0179 7.98298 14.1851C9.12436 13.3734 10.5892 13 12 13C13.4108 13 14.8756 13.3734 16.017 14.1851C17.1881 15.0178 18 16.3076 18 18C18 18.5523 17.5523 19 17 19C16.4477 19 16 18.5523 16 18C16 17.0257 15.5619 16.3155 14.858 15.815C14.1244 15.2933 13.0892 15 12 15C10.9108 15 9.87564 15.2933 9.14202 15.815ZM4.98449 14.3246C5.08138 14.8683 4.71916 15.3876 4.17544 15.4845C2.78925 15.7315 2 16.4863 2 17.5C2 18.0523 1.55228 18.5 1 18.5C0.447715 18.5 0 18.0523 0 17.5C0 15.0898 1.97796 13.8446 3.82456 13.5155C4.36828 13.4186 4.8876 13.7808 4.98449 14.3246ZM19.0155 14.3246C19.1124 13.7808 19.6317 13.4186 20.1754 13.5155C22.022 13.8446 24 15.0898 24 17.5C24 18.0523 23.5523 18.5 23 18.5C22.4477 18.5 22 18.0523 22 17.5C22 16.4863 21.2108 15.7315 19.8246 15.4845C19.2808 15.3876 18.9186 14.8683 19.0155 14.3246Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Group\n", "import type { SVGProps } from \"react\"\nconst GroupFilled = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M7 19C6.44772 19 6 18.5523 6 18C6 16.3077 6.81186 15.0179 7.98298 14.1851C9.12436 13.3734 10.5892 13 12 13C13.4108 13 14.8756 13.3734 16.017 14.1851C17.1881 15.0178 18 16.3076 18 18C18 18.5523 17.5523 19 17 19C15.6012 19 8.39878 19 7 19Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M19.5 18C19.5 18 19.5 18 19.5 18C19.5 16.0565 18.6712 14.498 17.4529 13.4137C18.0999 13.1329 18.8086 13 19.5 13C20.5581 13 21.6567 13.3112 22.5128 13.9875C23.3911 14.6815 24 15.7564 24 17.1667C24 17.6269 23.6642 18 23.25 18H19.5Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M6.54712 13.4137C5.32885 14.498 4.5 16.0564 4.5 18C4.5 18 4.5 18 4.5 18L0.75 18C0.335786 18 0 17.6269 0 17.1667C0 15.7564 0.608892 14.6815 1.48723 13.9875C2.34327 13.3112 3.44193 13 4.5 13C5.19138 13 5.90009 13.1329 6.54712 13.4137Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12 5C10.067 5 8.5 6.567 8.5 8.5C8.5 10.433 10.067 12 12 12C13.933 12 15.5 10.433 15.5 8.5C15.5 6.567 13.933 5 12 5Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M4.5 7C3.11929 7 2 8.11929 2 9.5C2 10.8807 3.11929 12 4.5 12C5.88071 12 7 10.8807 7 9.5C7 8.11929 5.88071 7 4.5 7Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M19.5 7C18.1193 7 17 8.11929 17 9.5C17 10.8807 18.1193 12 19.5 12C20.8807 12 22 10.8807 22 9.5C22 8.11929 20.8807 7 19.5 7Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default GroupFilled\n", "import type { SVGProps } from \"react\"\nconst Groups = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M10.9357 2.08785C11.5863 1.67889 12.4137 1.67889 13.0643 2.08785L17.0643 4.60214C17.6466 4.96814 18 5.60766 18 6.29541V9.89907C18.0216 9.91156 18.0431 9.92449 18.0643 9.93785L22.0643 12.4521C22.6466 12.8181 23 13.4577 23 14.1454V17.7546C23 18.4423 22.6466 19.0818 22.0643 19.4478L18.0643 21.9621C17.4137 22.3711 16.5863 22.3711 15.9357 21.9621L12 19.4883L8.06434 21.9621C7.41371 22.3711 6.58629 22.3711 5.93566 21.9621L1.93566 19.4478C1.35338 19.0818 1 18.4423 1 17.7546V14.1454C1 13.4577 1.35338 12.8181 1.93566 12.4521L5.93566 9.93785C5.95692 9.92449 5.97837 9.91156 6 9.89907V6.29541C6 5.60766 6.35338 4.96814 6.93566 4.60214L10.9357 2.08785ZM6.99432 11.6347L3 14.1454L3 17.7546L7 20.2688L11 17.7546V14.1509C10.9784 14.1384 10.9569 14.1255 10.9357 14.1121L6.99432 11.6347ZM13 14.1509V17.7546L17 20.2688L21 17.7546V14.1454L17.0057 11.6347L13.0643 14.1121C13.0431 14.1255 13.0216 14.1384 13 14.1509ZM12 12.4117L15.9357 9.93785C15.9569 9.92449 15.9784 9.91156 16 9.89907V6.29541L12 3.78113L8 6.29541L8 9.89907C8.02163 9.91156 8.04308 9.92449 8.06434 9.93785L12 12.4117Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Groups\n", "import type { SVGProps } from \"react\"\nconst Hamburger = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M3 6a1 1 0 0 1 1-1h16a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1Zm0 6a1 1 0 0 1 1-1h16a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1Zm0 6a1 1 0 0 1 1-1h16a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1Z\" />\n </svg>\n)\nexport default Hamburger\n", "import type { SVGProps } from \"react\"\nconst HandBack = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10.6741 2.79231C11.1303 2.30472 11.7796 2 12.5 2C13.56 2 14.4659 2.65969 14.8296 3.59091C15.0429 3.53167 15.2678 3.5 15.5 3.5C16.8807 3.5 18 4.61929 18 6V9.02927C19.2056 8.40361 20.785 8.63043 21.7336 9.81616L21.7809 9.87531C22.0122 10.1645 22.0648 10.5578 21.9176 10.8976L18.6676 18.3976C18.6271 18.491 18.5741 18.575 18.5114 18.6487C17.062 20.6756 14.6857 22 12 22C7.58172 22 4 18.4183 4 14V7.5C4 6.11929 5.11929 5 6.5 5C6.67123 5 6.83844 5.01722 7 5.05001V5C7 3.61929 8.11929 2.5 9.5 2.5C9.92437 2.5 10.324 2.60574 10.6741 2.79231ZM12 4.5C12 4.22386 12.2239 4 12.5 4C12.7761 4 13 4.22386 13 4.5V10C13 10.5523 13.4477 11 14 11C14.5523 11 15 10.5523 15 10V6C15 5.72386 15.2239 5.5 15.5 5.5C15.7761 5.5 16 5.72386 16 6V12C16 12.4638 16.3189 12.8667 16.7702 12.9732C17.2216 13.0798 17.687 12.862 17.8944 12.4472L18.4965 11.243C18.7464 10.7434 19.3282 10.5707 19.7919 10.7729L16.881 17.4903C15.7908 19.0118 14.0107 20 12 20C8.68629 20 6 17.3137 6 14V7.5C6 7.22386 6.22386 7 6.5 7C6.77614 7 7 7.22386 7 7.5V11C7 11.5523 7.44772 12 8 12C8.55228 12 9 11.5523 9 11V5C9 4.72386 9.22386 4.5 9.5 4.5C9.77614 4.5 10 4.72386 10 5V10C10 10.5523 10.4477 11 11 11C11.5523 11 12 10.5523 12 10V4.5Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default HandBack\n", "import type { SVGProps } from \"react\"\nconst HandFront = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M9.17043 3.59091C8.95707 3.53167 8.73223 3.5 8.5 3.5C7.11929 3.5 6 4.61929 6 6V10.0433C4.90814 9.94062 3.77443 10.4323 3.14251 11.4855C3.04926 11.6409 3 11.8187 3 12C3 12.3809 3.12014 13.1681 3.37098 14.0905C3.62885 15.0388 4.04672 16.2125 4.68956 17.3628C5.97443 19.6621 8.24999 22 12 22C16.4183 22 20 18.4183 20 14V7.5C20 6.11929 18.8807 5 17.5 5C17.3288 5 17.1616 5.01722 17 5.05001V5C17 3.61929 15.8807 2.5 14.5 2.5C14.0756 2.5 13.676 2.60574 13.3259 2.79231C12.8697 2.30472 12.2204 2 11.5 2C10.44 2 9.53409 2.65969 9.17043 3.59091ZM9 6V9.5C9 10.0523 9.44772 10.5 10 10.5C10.5523 10.5 11 10.0523 11 9.5V4.5C11 4.22386 11.2239 4 11.5 4C11.7761 4 12 4.22386 12 4.5V9.5C12 10.0523 12.4477 10.5 13 10.5C13.5523 10.5 14 10.0523 14 9.5V5C14 4.72386 14.2239 4.5 14.5 4.5C14.7761 4.5 15 4.72386 15 5V11C15 11.5523 15.4477 12 16 12C16.5523 12 17 11.5523 17 11V7.5C17 7.22386 17.2239 7 17.5 7C17.7761 7 18 7.22386 18 7.5V14C18 17.3137 15.3137 20 12 20C9.25001 20 7.52557 18.3379 6.43544 16.3872C5.89078 15.4125 5.5274 14.3987 5.3009 13.5657C5.18807 13.1508 5.11107 12.7876 5.06287 12.5054C5.04993 12.4297 5.03923 12.3607 5.03053 12.299C5.38761 11.9628 5.94931 11.9377 6.3349 12.2468C6.34789 12.2583 6.36119 12.2696 6.37478 12.2805C6.41968 12.3205 6.46184 12.3655 6.50058 12.4153L8.21065 14.6139C8.54972 15.0499 9.17799 15.1284 9.61394 14.7893C10.0499 14.4503 10.1284 13.822 9.78935 13.386L8.07928 11.1874C8.05336 11.154 8.02692 11.1214 8 11.0896V6C8 5.72386 8.22386 5.5 8.5 5.5C8.77614 5.5 9 5.72386 9 6Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default HandFront\n", "import type { SVGProps } from \"react\"\nconst HandPeace = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M9.12971 4C8.65481 4 8.29782 4.4332 8.38858 4.89934L9.45157 10.3589C9.46495 10.4276 9.47095 10.4961 9.47011 10.5635C9.51174 10.7197 9.54023 10.8816 9.55428 11.048L9.62984 11.9428C9.76876 13.5879 8.47092 15 6.81992 15C6.55909 15 6.30654 14.9646 6.0668 14.8983C6.50031 17.7859 8.99159 20 12 20C15.3137 20 18 17.3137 18 14V13.306C18 12.6975 17.461 12.23 16.8586 12.3161L13.0019 12.867C13.0448 13.7761 13.7954 14.5 14.7151 14.5H15C15.5523 14.5 16 14.9477 16 15.5C16 16.0523 15.5523 16.5 15 16.5H14.7151C12.6633 16.5 11 14.8367 11 12.7849C11 11.8369 11.6971 11.0331 12.6356 10.899L14.5529 10.6252L15.6257 4.90314C15.7137 4.43382 15.3537 4 14.8762 4C14.5263 4 14.2212 4.23816 14.1364 4.57764L12.9701 9.24254C12.8589 9.6877 12.4589 10 12 10C11.5411 10 11.1411 9.6877 11.0299 9.24254L9.8622 4.57192C9.77817 4.2358 9.47617 4 9.12971 4ZM16.6436 10.3272C18.4233 10.1132 20 11.5032 20 13.306V14C20 18.4183 16.4183 22 12 22C7.58172 22 4 18.4183 4 14V12.5C4 12.4597 4.00239 12.4199 4.00703 12.3808C4.00237 12.3145 4 12.2476 4 12.1801V11.2821C4 9.74558 5.24558 8.5 6.78207 8.5C6.87398 8.5 6.96491 8.50448 7.05466 8.51323L6.42545 5.28157C6.09428 3.58068 7.39688 2 9.12971 2C10.3939 2 11.4959 2.86039 11.8025 4.08684L12 4.8769L12.1961 4.09257C12.5035 2.86275 13.6085 2 14.8762 2C16.606 2 17.9103 3.57157 17.5915 5.27172L16.6436 10.3272ZM6.78207 10.5C6.35015 10.5 6 10.8501 6 11.2821V12.1801C6 12.6329 6.36709 13 6.81992 13C7.29997 13 7.67733 12.5894 7.63693 12.1111L7.56137 11.2163C7.52717 10.8113 7.18849 10.5 6.78207 10.5Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default HandPeace\n", "import type { SVGProps } from \"react\"\nconst HandRaised = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M10.25 4a.75.75 0 0 0-.75.75V10a1 1 0 1 1-2 0V6.75a.75.75 0 0 0-1.5 0V14a6 6 0 0 0 12 0V9.333A.333.333 0 0 0 17.667 9C16.747 9 16 9.746 16 10.667V12.5a1 1 0 0 1-.684.949l-.628.21A2.469 2.469 0 0 0 13 16a1 1 0 1 1-2 0 4.469 4.469 0 0 1 3-4.22v-1.113c0-.675.182-1.307.5-1.85V5.75a.75.75 0 0 0-1.5 0V9a1 1 0 1 1-2 0V4.75a.75.75 0 0 0-.75-.75Zm2.316-.733A2.75 2.75 0 0 1 16.5 5.75v1.44A3.66 3.66 0 0 1 17.667 7 2.333 2.333 0 0 1 20 9.333V14a8 8 0 1 1-16 0V6.75a2.75 2.75 0 0 1 3.571-2.625 2.751 2.751 0 0 1 4.995-.858Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default HandRaised\n", "import type { SVGProps } from \"react\"\nconst HandRaisedHey = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M10.25 4C9.83579 4 9.5 4.33579 9.5 4.75V10C9.5 10.5523 9.05228 11 8.5 11C7.94772 11 7.5 10.5523 7.5 10V6.75C7.5 6.33579 7.16421 6 6.75 6C6.33579 6 6 6.33579 6 6.75V14C6 17.3137 8.68629 20 12 20C15.3137 20 18 17.3137 18 14V9.33333C18 9.14924 17.8508 9 17.6667 9C16.7462 9 16 9.74619 16 10.6667V12.5C16 12.9304 15.7246 13.3126 15.3162 13.4487L14.6879 13.6581C13.6799 13.9941 13 14.9375 13 16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16C11 14.0962 12.2059 12.4037 14 11.7796V10.6667C14 9.99208 14.1822 9.36004 14.5 8.81707V5.75C14.5 5.33579 14.1642 5 13.75 5C13.3358 5 13 5.33579 13 5.75V9C13 9.55228 12.5523 10 12 10C11.4477 10 11 9.55228 11 9V4.75C11 4.33579 10.6642 4 10.25 4ZM12.5663 3.26708C12.9248 3.09586 13.3262 3 13.75 3C15.2688 3 16.5 4.23122 16.5 5.75V7.18951C16.8665 7.0666 17.2588 7 17.6667 7C18.9553 7 20 8.04467 20 9.33333V14C20 18.4183 16.4183 22 12 22C7.58172 22 4 18.4183 4 14V6.75C4 5.23122 5.23122 4 6.75 4C7.0361 4 7.312 4.04369 7.57139 4.12476C7.85447 2.90721 8.94629 2 10.25 2C11.2227 2 12.0774 2.50498 12.5663 3.26708Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default HandRaisedHey\n", "import type { SVGProps } from \"react\"\nconst HandWavingBye = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M17.4092 2.60801C17.6256 2.0999 18.2129 1.86344 18.7211 2.07988C20.1325 2.6811 21.3218 3.87036 21.923 5.28184C22.1395 5.78995 21.903 6.37731 21.3949 6.59374C20.8868 6.81018 20.2994 6.57373 20.083 6.06562C19.6842 5.12942 18.8735 4.31868 17.9373 3.91991C17.4292 3.70347 17.1927 3.11611 17.4092 2.60801ZM12.2534 5.37279L13.4599 7.98165C13.4071 8.57716 13.5046 9.19385 13.7728 9.77367L14.1976 10.6922C12.9279 11.9585 12.5822 13.8927 13.3379 15.5268C13.5698 16.0281 14.1641 16.2465 14.6653 16.0147C15.1666 15.7829 15.385 15.1886 15.1532 14.6873C14.742 13.7982 14.9425 12.7446 15.6458 12.0733L16.0955 11.6439C16.4049 11.3486 16.4922 10.8891 16.3126 10.5008L15.588 8.93413C15.2347 8.1701 15.5659 7.26822 16.3121 6.91737C16.4297 6.8621 16.5758 6.90992 16.6361 7.04027L18.4805 11.0283C19.7797 13.8375 18.5709 17.1704 15.7962 18.4749C13.0261 19.7773 9.72697 18.5724 8.42977 15.7676L5.56437 9.57199C5.41111 9.2406 5.55668 8.85297 5.87381 8.70387C6.18641 8.5569 6.56436 8.68979 6.7156 9.0168L8.00009 11.7941C8.23192 12.2954 8.82622 12.5138 9.32749 12.282C9.82876 12.0502 10.0472 11.4559 9.81535 10.9546L7.74041 6.46813C7.58714 6.13674 7.73271 5.74911 8.04985 5.60001C8.36245 5.45304 8.7404 5.58594 8.89163 5.91294L10.5714 9.54486C10.8032 10.0461 11.3975 10.2646 11.8988 10.0327C12.4 9.80089 12.6184 9.20659 12.3866 8.70532L11.102 5.92764C11.1019 5.92753 11.102 5.92775 11.102 5.92764C10.949 5.59633 11.0945 5.20891 11.4116 5.05985C11.7242 4.91288 12.1021 5.04578 12.2534 5.37279ZM14.5995 5.68106L14.0686 4.53325C13.4559 3.20838 11.8864 2.62661 10.5606 3.24992C10.2109 3.41436 9.91423 3.6457 9.67842 3.9215C8.95231 3.48176 8.02794 3.40029 7.19889 3.79007C6.08344 4.31451 5.50825 5.51948 5.72366 6.67671C5.48692 6.71492 5.25127 6.78654 5.02286 6.89393C3.70164 7.51511 3.13839 9.09103 3.74911 10.4115L6.61451 16.6071C8.37321 20.4098 12.8639 22.0636 16.6472 20.2849C20.4259 18.5083 22.0524 13.987 20.2957 10.1887L18.4513 6.20073C17.9296 5.07251 16.5919 4.57582 15.4612 5.10743C15.1388 5.259 14.8504 5.45355 14.5995 5.68106ZM2.89723 13.6731C3.44642 13.6146 3.93898 14.0125 3.9974 14.5617C4.10505 15.5735 4.64333 16.5859 5.42201 17.241C5.84464 17.5965 5.89903 18.2273 5.5435 18.65C5.18797 19.0726 4.55714 19.127 4.13452 18.7714C2.9605 17.7838 2.17091 16.2988 2.00862 14.7732C1.9502 14.224 2.34804 13.7315 2.89723 13.6731Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default HandWavingBye\n", "import type { SVGProps } from \"react\"\nconst HapticFeedback = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M20.9855 6.64251C21.4591 6.35836 22.0733 6.51193 22.3575 6.98551L23.8575 9.48551C24.0667 9.83415 24.044 10.2747 23.8 10.6L22.7034 12.0621L23.8575 13.9855C24.0475 14.3022 24.0475 14.6978 23.8575 15.0145L22.3575 17.5145C22.0733 17.9881 21.4591 18.1416 20.9855 17.8575C20.5119 17.5733 20.3584 16.9591 20.6425 16.4855L21.8338 14.5L20.6425 12.5145C20.4333 12.1659 20.4561 11.7253 20.7 11.4L21.7966 9.93792L20.6425 8.0145C20.3584 7.54092 20.5119 6.92666 20.9855 6.64251ZM3.1 6.7C3.54183 7.03137 3.63137 7.65817 3.3 8.1L2.20344 9.56208L3.3575 11.4855C3.5475 11.8022 3.5475 12.1978 3.3575 12.5145L2.16619 14.5L3.3575 16.4855C3.64164 16.9591 3.48808 17.5733 3.0145 17.8575C2.54092 18.1416 1.92666 17.9881 1.64251 17.5145L0.14251 15.0145C-0.0474998 14.6978 -0.0474998 14.3022 0.14251 13.9855L1.33381 12L0.14251 10.0145C-0.0666756 9.66585 -0.0439471 9.22527 0.200003 8.9L1.7 6.9C2.03137 6.45817 2.65817 6.36863 3.1 6.7Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M10.25 6.25C10.25 5.83579 10.5858 5.5 11 5.5H13C13.4142 5.5 13.75 5.83579 13.75 6.25C13.75 6.66421 13.4142 7 13 7H11C10.5858 7 10.25 6.66421 10.25 6.25Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M10.4598 2.5H13.5402C14.206 2.49999 14.7656 2.49997 15.2234 2.53738C15.7022 2.5765 16.1571 2.66144 16.589 2.88148C17.2475 3.21704 17.783 3.75247 18.1185 4.41103C18.3386 4.84289 18.4235 5.29785 18.4626 5.77657C18.5 6.23445 18.5 6.79398 18.5 7.45987V16.5401C18.5 17.206 18.5 17.7656 18.4626 18.2234C18.4235 18.7021 18.3386 19.1571 18.1185 19.589C17.783 20.2475 17.2475 20.783 16.589 21.1185C16.1571 21.3386 15.7022 21.4235 15.2234 21.4626C14.7656 21.5 14.206 21.5 13.5402 21.5H10.4598C9.79396 21.5 9.23444 21.5 8.77658 21.4626C8.29786 21.4235 7.84289 21.3386 7.41104 21.1185C6.75247 20.783 6.21704 20.2475 5.88148 19.589C5.66144 19.1571 5.5765 18.7021 5.53738 18.2234C5.49997 17.7656 5.49999 17.206 5.5 16.5402V7.45984C5.49999 6.79397 5.49997 6.23445 5.53738 5.77657C5.5765 5.29785 5.66144 4.84289 5.88148 4.41103C6.21704 3.75247 6.75247 3.21704 7.41104 2.88148C7.84289 2.66144 8.29786 2.5765 8.77658 2.53738C9.23445 2.49997 9.79397 2.49999 10.4598 2.5ZM8.93944 4.53074C8.5844 4.55975 8.42194 4.61105 8.31902 4.66349C8.03677 4.8073 7.8073 5.03677 7.66349 5.31902C7.61105 5.42194 7.55975 5.5844 7.53074 5.93944C7.50078 6.30615 7.5 6.78343 7.5 7.5V16.5C7.5 17.2166 7.50078 17.6939 7.53074 18.0606C7.55975 18.4156 7.61105 18.5781 7.66349 18.681C7.8073 18.9632 8.03677 19.1927 8.31902 19.3365C8.42194 19.389 8.5844 19.4403 8.93944 19.4693C9.30615 19.4992 9.78344 19.5 10.5 19.5H13.5C14.2166 19.5 14.6939 19.4992 15.0606 19.4693C15.4156 19.4403 15.5781 19.389 15.681 19.3365C15.9632 19.1927 16.1927 18.9632 16.3365 18.681C16.389 18.5781 16.4403 18.4156 16.4693 18.0606C16.4992 17.6939 16.5 17.2166 16.5 16.5V7.5C16.5 6.78343 16.4992 6.30615 16.4693 5.93944C16.4403 5.5844 16.389 5.42194 16.3365 5.31902C16.1927 5.03677 15.9632 4.8073 15.681 4.66349C15.5781 4.61105 15.4156 4.55975 15.0606 4.53074C14.6939 4.50078 14.2166 4.5 13.5 4.5H10.5C9.78344 4.5 9.30615 4.50078 8.93944 4.53074Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default HapticFeedback\n", "import type { SVGProps } from \"react\"\nconst Headphones = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M4 15.8333V17.1667C4 18.4553 5.04467 19.5 6.33333 19.5C6.70152 19.5 7 19.2015 7 18.8333V14.1667C7 13.7985 6.70152 13.5 6.33333 13.5C5.04467 13.5 4 14.5447 4 15.8333ZM2 12.5C2 6.97715 6.47715 2.5 12 2.5C17.5228 2.5 22 6.97715 22 12.5V17.1667C22 19.5599 20.0599 21.5 17.6667 21.5C16.1939 21.5 15 20.3061 15 18.8333V14.1667C15 12.6939 16.1939 11.5 17.6667 11.5C18.523 11.5 19.3214 11.7484 19.9936 12.1771C19.8242 7.90854 16.3101 4.5 12 4.5C7.68986 4.5 4.17583 7.90854 4.0064 12.1771C4.6786 11.7484 5.47696 11.5 6.33333 11.5C7.80609 11.5 9 12.6939 9 14.1667V18.8333C9 20.3061 7.80609 21.5 6.33333 21.5C3.9401 21.5 2 19.5599 2 17.1667V12.5ZM20 15.8333C20 14.5447 18.9553 13.5 17.6667 13.5C17.2985 13.5 17 13.7985 17 14.1667V18.8333C17 19.2015 17.2985 19.5 17.6667 19.5C18.9553 19.5 20 18.4553 20 17.1667V15.8333Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Headphones\n", "import type { SVGProps } from \"react\"\nconst Health = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M13.5002 5C13.5002 4.48211 13.1063 4.05587 12.6018 4.00488L12.5002 4H11.5002C10.9479 4 10.5002 4.44772 10.5002 5V7.66992C10.5002 8.02717 10.3096 8.35749 10.0002 8.53613C9.6909 8.71474 9.30961 8.71465 9.00023 8.53613L6.68773 7.20117C6.20979 6.9253 5.59883 7.08895 5.3225 7.56738H5.32152L4.8225 8.43262C4.54615 8.91126 4.70997 9.52288 5.18773 9.79883L7.49926 11.1328C7.80853 11.3114 7.99914 11.6419 7.99926 11.999C7.99926 12.3561 7.80844 12.6865 7.49926 12.8652L5.18773 14.2012C4.70997 14.4771 4.54615 15.0887 4.8225 15.5674L5.32152 16.4326H5.3225L5.37816 16.5186C5.67475 16.9297 6.23967 17.0575 6.68773 16.7988L9.00023 15.4629C9.30955 15.2844 9.69091 15.2844 10.0002 15.4629C10.3096 15.6415 10.5002 15.9719 10.5002 16.3291V19L10.5051 19.1025C10.5565 19.6067 10.9826 20 11.5002 20H12.5002C13.0525 19.9999 13.5002 19.5522 13.5002 19V16.3291C13.5002 15.9718 13.6908 15.6415 14.0002 15.4629C14.3096 15.2844 14.6909 15.2843 15.0002 15.4629L17.3127 16.7988L17.4036 16.8457C17.8656 17.0532 18.419 16.8812 18.678 16.4326L19.178 15.5674C19.4542 15.0889 19.2903 14.4772 18.8127 14.2012L16.5002 12.8652C16.191 12.6866 16.0002 12.3562 16.0002 11.999C16.0003 11.6418 16.1908 11.3114 16.5002 11.1328L18.8127 9.79883L18.8987 9.74316C19.3091 9.4467 19.4369 8.88114 19.178 8.43262L18.678 7.56738C18.4018 7.08897 17.7907 6.92542 17.3127 7.20117L15.0002 8.53613C14.6909 8.7147 14.3096 8.71464 14.0002 8.53613C13.6908 8.3575 13.5002 8.02718 13.5002 7.66992V5ZM15.5002 5.9375L16.3127 5.46875C17.7478 4.64058 19.5822 5.1329 20.4104 6.56738H20.4094L20.9094 7.43262H20.9104C21.7384 8.86698 21.2476 10.7025 19.8127 11.5312H19.8118L19.0002 11.999L19.8127 12.4688L19.9446 12.5498C21.2769 13.4123 21.7125 15.1779 20.9104 16.5674H20.9094L20.4104 17.4326C19.5822 18.8671 17.7478 19.3594 16.3127 18.5312L15.5002 18.0615V19C15.5002 20.6051 14.2395 21.9157 12.6545 21.9961L12.5002 22H11.5002C9.84338 22 8.50023 20.6569 8.50023 19V18.0615L7.68773 18.5312C6.2974 19.3338 4.53202 18.8968 3.67015 17.5645L3.59008 17.4326L3.09008 16.5674C2.26203 15.1332 2.75203 13.2976 4.18676 12.4688L4.99828 11.999L4.18773 11.5312C2.75269 10.7025 2.26195 8.86698 3.09008 7.43262L3.59008 6.56738L3.67015 6.43555C4.53202 5.10317 6.29741 4.66624 7.68773 5.46875L8.50023 5.9375V5C8.50023 3.34315 9.84338 2 11.5002 2H12.5002L12.6545 2.00391C14.2395 2.08433 15.5002 3.39493 15.5002 5V5.9375Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Health\n", "import type { SVGProps } from \"react\"\nconst Heart = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M16.7065 5.08876C15.4684 4.81932 14.0054 5.13654 12.7035 6.42541C12.3138 6.81124 11.6861 6.81124 11.2964 6.42541C9.99459 5.13654 8.53151 4.81932 7.29343 5.08877C6.03256 5.36318 4.93053 6.26056 4.39835 7.55581C3.40533 9.97264 4.28865 14.4771 12 18.8553C19.7113 14.4771 20.5946 9.97263 19.6016 7.55581C19.0694 6.26055 17.9674 5.36317 16.7065 5.08876ZM21.4515 6.7957C23.0618 10.7149 20.9413 16.2482 12.48 20.8773C12.1809 21.0409 11.8191 21.0409 11.5201 20.8773C3.05865 16.2483 0.938114 10.7149 2.54841 6.79572C3.328 4.89834 4.95885 3.55004 6.86812 3.13451C8.54925 2.76864 10.3911 3.13647 12 4.38547C13.6088 3.13647 15.4507 2.76864 17.1318 3.13451C19.0411 3.55003 20.6719 4.89833 21.4515 6.7957Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Heart\n", "import type { SVGProps } from \"react\"\nconst HeartFilled = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12.48 20.8773C20.9413 16.2482 23.0618 10.7149 21.4515 6.7957C20.6719 4.89833 19.0411 3.55003 17.1318 3.13451C15.4507 2.76864 13.6088 3.13647 12 4.38547C10.3911 3.13647 8.54925 2.76864 6.86812 3.13451C4.95885 3.55004 3.328 4.89834 2.54841 6.79572C0.938114 10.7149 3.05865 16.2483 11.5201 20.8773C11.8191 21.0409 12.1809 21.0409 12.48 20.8773Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default HeartFilled\n", "import type { SVGProps } from \"react\"\nconst HeartFilledXs = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 18 18\" fill=\"currentColor\" {...props}>\n <path\n d=\"M9.4802 16.2523C16.254 12.5465 18.0637 8.04631 16.7198 4.77563C16.0734 3.20251 14.7201 2.08229 13.1328 1.73684C11.7752 1.44137 10.2982 1.72257 9.0002 2.67759C7.70222 1.72257 6.22522 1.44137 4.86756 1.73684C3.28026 2.08229 1.92697 3.20252 1.28061 4.77565C-0.0632352 8.04633 1.74643 12.5465 8.52029 16.2523C8.81935 16.4159 9.18114 16.4159 9.4802 16.2523Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default HeartFilledXs\n", "import type { SVGProps } from \"react\"\nconst HeartXs = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 18 18\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12.7075 3.69109C11.7914 3.49172 10.6947 3.72101 9.70377 4.7021C9.31407 5.08793 8.68634 5.08793 8.29664 4.7021C7.30569 3.72101 6.20898 3.49172 5.29288 3.6911C4.35397 3.89543 3.5295 4.56474 3.13054 5.53574C2.40265 7.3073 2.98222 10.7783 9.00024 14.229C15.0182 10.7783 15.5978 7.30729 14.8699 5.53574C14.4709 4.56473 13.6464 3.89543 12.7075 3.69109ZM16.7198 4.77563C18.0637 8.04631 16.254 12.5465 9.4802 16.2523C9.18114 16.4159 8.81935 16.4159 8.52029 16.2523C1.74643 12.5465 -0.0632352 8.04633 1.28061 4.77565C1.92697 3.20252 3.28026 2.08229 4.86756 1.73684C6.22522 1.44137 7.70222 1.72257 9.0002 2.67759C10.2982 1.72257 11.7752 1.44137 13.1328 1.73684C14.7201 2.08229 16.0734 3.20251 16.7198 4.77563Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default HeartXs\n", "import type { SVGProps } from \"react\"\nconst Help = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M5.68014 7.09436L7.8284 9.24261C7.30488 10.033 7 10.9809 7 12C7 13.0191 7.30488 13.967 7.8284 14.7574L5.68014 16.9056C4.62708 15.551 4 13.8487 4 12C4 10.1513 4.62708 8.44904 5.68014 7.09436ZM4.25786 5.67028C2.84669 7.3943 2 9.59827 2 12C2 14.4017 2.84669 16.6057 4.25786 18.3297C3.90274 18.7223 3.91442 19.3286 4.29289 19.7071C4.67137 20.0856 5.27774 20.0973 5.67028 19.7421C7.3943 21.1533 9.59827 22 12 22C14.4017 22 16.6057 21.1533 18.3297 19.7421C18.7223 20.0973 19.3286 20.0856 19.7071 19.7071C20.0856 19.3286 20.0973 18.7223 19.7421 18.3297C21.1533 16.6057 22 14.4017 22 12C22 9.59827 21.1533 7.3943 19.7421 5.67028C20.0973 5.27774 20.0856 4.67137 19.7071 4.29289C19.3286 3.91442 18.7223 3.90274 18.3297 4.25786C16.6057 2.84669 14.4017 2 12 2C9.59827 2 7.3943 2.84669 5.67028 4.25786C5.27774 3.90274 4.67137 3.91442 4.29289 4.29289C3.91442 4.67137 3.90274 5.27774 4.25786 5.67028ZM7.09436 5.68014C8.44904 4.62708 10.1513 4 12 4C13.8487 4 15.551 4.62708 16.9056 5.68014L14.7574 7.8284C13.967 7.30488 13.0191 7 12 7C10.9809 7 10.033 7.30488 9.24261 7.8284L7.09436 5.68014ZM18.3199 7.09436C19.3729 8.44904 20 10.1513 20 12C20 13.8487 19.3729 15.551 18.3199 16.9056L16.1716 14.7574C16.6951 13.967 17 13.0191 17 12C17 10.9809 16.6951 10.033 16.1716 9.24261L18.3199 7.09436ZM16.9056 18.3199C15.551 19.3729 13.8487 20 12 20C10.1513 20 8.44904 19.3729 7.09436 18.3199L9.24261 16.1716C10.033 16.6951 10.9809 17 12 17C13.0191 17 13.967 16.6951 14.7574 16.1716L16.9056 18.3199ZM12 9C13.6569 9 15 10.3431 15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Help\n", "import type { SVGProps } from \"react\"\nconst History = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M2.954 7.807A1 1 0 0 0 3.968 9c.064.002.13-.003.196-.014l3-.5a1 1 0 0 0-.328-1.972l-.778.13a8 8 0 1 1-2.009 6.247 1 1 0 0 0-1.988.219C2.614 18.11 6.852 22 12 22c5.523 0 10-4.477 10-10S17.523 2 12 2a9.975 9.975 0 0 0-7.434 3.312l-.08-.476a1 1 0 0 0-1.972.328l.44 2.643ZM12 7a1 1 0 0 1 1 1v3.586l2.207 2.207a1 1 0 0 1-1.414 1.414l-2.5-2.5A1 1 0 0 1 11 12V8a1 1 0 0 1 1-1Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default History\n", "import type { SVGProps } from \"react\"\nconst HistoryOff = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M4 5.99929V4.5C4 3.94772 3.55228 3.5 3 3.5C2.44772 3.5 2 3.94772 2 4.5V9C2 9.55228 2.44772 10 3 10H7C7.55228 10 8 9.55228 8 9C8 8.44772 7.55228 8 7 8H5.07004C6.4544 5.60707 9.04034 4 12 4C16.1172 4 19.5091 7.11098 19.9511 11.1099C20.0118 11.6588 20.506 12.0546 21.0549 11.9939C21.6039 11.9333 21.9997 11.4391 21.939 10.8901C21.3862 5.88912 17.148 2 12 2C8.72759 2 5.82361 3.57195 4 5.99929ZM12 6C12.5523 6 13 6.44772 13 7V12C13 12.2652 12.8946 12.5196 12.7071 12.7071L10.2071 15.2071C9.81658 15.5976 9.18342 15.5976 8.79289 15.2071C8.40237 14.8166 8.40237 14.1834 8.79289 13.7929L11 11.5858V7C11 6.44772 11.4477 6 12 6ZM3.00173 13.0248C3.54032 12.9026 4.07601 13.2401 4.19823 13.7787C4.94241 17.0583 7.70423 19.5733 11.1067 19.9508C11.6556 20.0117 12.0513 20.506 11.9904 21.0549C11.9295 21.6039 11.4351 21.9995 10.8862 21.9386C6.62746 21.4661 3.17848 18.3228 2.24781 14.2213C2.12559 13.6827 2.46314 13.147 3.00173 13.0248Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M15.2929 15.2929C15.6834 14.9024 16.3166 14.9024 16.7071 15.2929L18.5 17.0858L20.2929 15.2929C20.6834 14.9024 21.3166 14.9024 21.7071 15.2929C22.0976 15.6834 22.0976 16.3166 21.7071 16.7071L19.9142 18.5L21.7071 20.2929C22.0976 20.6834 22.0976 21.3166 21.7071 21.7071C21.3166 22.0976 20.6834 22.0976 20.2929 21.7071L18.5 19.9142L16.7071 21.7071C16.3166 22.0976 15.6834 22.0976 15.2929 21.7071C14.9024 21.3166 14.9024 20.6834 15.2929 20.2929L17.0858 18.5L15.2929 16.7071C14.9024 16.3166 14.9024 15.6834 15.2929 15.2929Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default HistoryOff\n", "import type { SVGProps } from \"react\"\nconst HistoryOn = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M4 5.99929V4.5C4 3.94772 3.55228 3.5 3 3.5C2.44772 3.5 2 3.94772 2 4.5V9C2 9.55228 2.44772 10 3 10H7C7.55228 10 8 9.55228 8 9C8 8.44772 7.55228 8 7 8H5.07004C6.4544 5.60707 9.04034 4 12 4C16.4183 4 20 7.58172 20 12C20 16.4183 16.4183 20 12 20C8.194 20 5.0066 17.3412 4.19823 13.7787C4.07601 13.2401 3.54032 12.9026 3.00173 13.0248C2.46314 13.147 2.12559 13.6827 2.24781 14.2213C3.25835 18.6747 7.23965 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C8.72759 2 5.82361 3.57195 4 5.99929ZM12 6C12.5523 6 13 6.44772 13 7V12C13 12.2652 12.8946 12.5196 12.7071 12.7071L10.2071 15.2071C9.81658 15.5976 9.18342 15.5976 8.79289 15.2071C8.40237 14.8166 8.40237 14.1834 8.79289 13.7929L11 11.5858V7C11 6.44772 11.4477 6 12 6Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default HistoryOn\n", "import type { SVGProps } from \"react\"\nconst Home = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M19.5 11.737c0-.728-.005-1.07-.038-1.298l-.044-.201a1.999 1.999 0 0 0-.238-.52l-.111-.155c-.12-.15-.276-.283-.681-.577l-.496-.354-3.7-2.612c-.933-.658-1.295-.898-1.585-1.002l-.12-.036a2 2 0 0 0-.853-.026l-.121.026c-.318.08-.64.287-1.704 1.038l-3.7 2.612c-.595.42-.871.621-1.039.78l-.138.151a2 2 0 0 0-.35.675c-.072.244-.082.528-.082 1.499v5.062l.003.727c.003.2.01.364.022.506.022.271.06.372.084.422l.083.133a1 1 0 0 0 .354.303l.049.022c.062.022.17.047.373.063.283.023.656.025 1.232.025h1.8v-3.25a3.5 3.5 0 1 1 7 0V19h1.8c.576 0 .949-.002 1.232-.025.272-.022.373-.06.422-.085l.134-.082a.998.998 0 0 0 .303-.354l.021-.05a1.47 1.47 0 0 0 .064-.372c.023-.284.024-.656.024-1.233v-5.062Zm2 5.062c0 .544.001 1.012-.03 1.396a3.22 3.22 0 0 1-.23 1.024l-.067.143a3 3 0 0 1-1.104 1.195l-.207.116c-.378.192-.771.264-1.167.296-.383.032-.852.03-1.395.03h-2.8a1 1 0 0 1-1-1v-4.25a1.5 1.5 0 0 0-3 0V20a1 1 0 0 1-1 1H6.7c-.543 0-1.012.002-1.395-.03a3.224 3.224 0 0 1-1.025-.23l-.142-.067a3 3 0 0 1-1.196-1.104l-.115-.206c-.192-.378-.264-.772-.297-1.167a9.947 9.947 0 0 1-.026-.638L2.5 16.8v-5.062c0-.85-.01-1.478.163-2.065.145-.49.383-.949.7-1.35l.149-.174c.363-.396.835-.72 1.443-1.15l3.7-2.612c.929-.655 1.604-1.152 2.372-1.344l.24-.052a4 4 0 0 1 1.707.052l.284.087c.656.233 1.275.684 2.087 1.257L19.045 7l.488.345c.457.33.82.618 1.104.978l.115.153a4 4 0 0 1 .585 1.197l.057.223c.114.525.106 1.098.106 1.842V16.8Z\" />\n </svg>\n)\nexport default Home\n", "import type { SVGProps } from \"react\"\nconst HomeAlt = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M10.436 3.284a3 3 0 0 1 3.129 0l7.957 4.863a1 1 0 0 1-1.043 1.706L20 9.561V17a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3V9.56l-.478.293a1 1 0 0 1-1.043-1.706l7.957-4.863ZM6 8.338V17a1 1 0 0 0 1 1h2v-2a3 3 0 1 1 6 0v2h2a1 1 0 0 0 1-1V8.338L12.522 4.99a1 1 0 0 0-1.043 0L6 8.338ZM13 18v-2a1 1 0 1 0-2 0v2h2Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default HomeAlt\n", "import type { SVGProps } from \"react\"\nconst Identity = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12.4008 3.76687C12.1453 3.65508 11.8547 3.65508 11.5992 3.76687L5.59918 6.39187C5.23519 6.55112 5 6.91073 5 7.30803V13C5 14.7136 5.61571 16.2833 6.63795 17.5001C7.92137 15.9724 9.84647 15 11.9999 15C14.1534 15 16.0785 15.9724 17.3619 17.5002C18.3843 16.2834 19 14.7136 19 13V7.30803C19 6.91073 18.7648 6.55112 18.4008 6.39187L12.4008 3.76687ZM15.8701 18.8338C14.9525 17.7135 13.5589 17 11.9999 17C10.441 17 9.04741 17.7135 8.12979 18.8337C9.23837 19.5706 10.569 20 12 20C13.4309 20 14.7615 19.5707 15.8701 18.8338ZM10.7975 1.93456C11.5641 1.59919 12.4359 1.59919 13.2025 1.93456L19.2025 4.55956C20.2944 5.03729 21 6.11614 21 7.30803V13C21 17.9706 16.9706 22 12 22C7.02944 22 3 17.9706 3 13V7.30803C3 6.11614 3.70558 5.03729 4.79754 4.55956L10.7975 1.93456ZM12 8.5C11.0335 8.5 10.25 9.2835 10.25 10.25C10.25 11.2165 11.0335 12 12 12C12.9665 12 13.75 11.2165 13.75 10.25C13.75 9.2835 12.9665 8.5 12 8.5ZM8.25 10.25C8.25 8.17893 9.92893 6.5 12 6.5C14.0711 6.5 15.75 8.17893 15.75 10.25C15.75 12.3211 14.0711 14 12 14C9.92893 14 8.25 12.3211 8.25 10.25Z\"\n />\n </svg>\n)\nexport default Identity\n", "import type { SVGProps } from \"react\"\nconst IdentityMeSecure = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12.4008 3.76689C12.1453 3.6551 11.8547 3.6551 11.5992 3.76689L5.59918 6.39189C5.23519 6.55113 5 6.91075 5 7.30804V13C5 14.7136 5.61571 16.2833 6.63795 17.5001C7.92137 15.9724 9.84647 15 11.9999 15C14.1534 15 16.0785 15.9724 17.3619 17.5002C18.3843 16.2834 19 14.7136 19 13V7.30804C19 6.91075 18.7648 6.55113 18.4008 6.39189L12.4008 3.76689ZM15.8701 18.8338C14.9525 17.7135 13.5589 17 11.9999 17C10.441 17 9.04741 17.7135 8.12979 18.8337C9.23837 19.5706 10.569 20 12 20C13.4309 20 14.7615 19.5707 15.8701 18.8338ZM10.7975 1.93457C11.5641 1.5992 12.4359 1.5992 13.2025 1.93457L19.2025 4.55957C20.2944 5.03731 21 6.11615 21 7.30804V13C21 17.9706 16.9706 22 12 22C7.02944 22 3 17.9706 3 13V7.30804C3 6.11615 3.70558 5.03731 4.79754 4.55957L10.7975 1.93457ZM12 8.50001C11.0335 8.50001 10.25 9.28351 10.25 10.25C10.25 11.2165 11.0335 12 12 12C12.9665 12 13.75 11.2165 13.75 10.25C13.75 9.28351 12.9665 8.50001 12 8.50001ZM8.25 10.25C8.25 8.17895 9.92893 6.50001 12 6.50001C14.0711 6.50001 15.75 8.17895 15.75 10.25C15.75 12.3211 14.0711 14 12 14C9.92893 14 8.25 12.3211 8.25 10.25Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default IdentityMeSecure\n", "import type { SVGProps } from \"react\"\nconst ImageCaption = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M7.00013 10.5C7.82856 10.5 8.50013 9.82843 8.50013 9C8.50013 8.17157 7.82856 7.5 7.00013 7.5C6.17171 7.5 5.50013 8.17157 5.50013 9C5.50013 9.82843 6.17171 10.5 7.00013 10.5Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.0001 2C11.5524 2 12.0001 2.44772 12.0001 3V21C12.0001 21.5523 11.5524 22 11.0001 22C10.4478 22 10.0001 21.5523 10.0001 21V20H7.75886C6.95388 20 6.28951 20 5.74831 19.9558C5.18621 19.9099 4.66951 19.8113 4.18417 19.564C3.43152 19.1805 2.8196 18.5686 2.43611 17.816C2.18882 17.3306 2.09025 16.8139 2.04433 16.2518C2.01627 15.9084 2.00602 15.5154 2.00228 15.0684C1.99955 15.0281 1.99928 14.9877 2.00143 14.9475C2.00013 14.7252 2.00013 14.49 2.00013 14.2413V9.7587C2.00012 8.95373 2.00011 8.28937 2.04433 7.74817C2.09025 7.18608 2.18882 6.66937 2.43611 6.18404C2.8196 5.43139 3.43152 4.81947 4.18417 4.43597C4.66951 4.18868 5.18621 4.09012 5.74831 4.04419C6.2895 3.99998 6.95386 3.99999 7.75883 4L10.0001 4V3C10.0001 2.44772 10.4478 2 11.0001 2ZM4.0104 15.5478C4.01596 15.7495 4.02451 15.9277 4.03769 16.089C4.07351 16.5274 4.13843 16.7516 4.21812 16.908C4.40987 17.2843 4.71583 17.5903 5.09215 17.782C5.24855 17.8617 5.47276 17.9266 5.91117 17.9624C6.36126 17.9992 6.94355 18 7.80013 18H10.0001V17.4684L6.67237 14.6952C6.34049 14.4187 5.86853 14.3865 5.50219 14.6155L4.0104 15.5478ZM10.0001 14.865L7.95274 13.1588C6.9571 12.3291 5.54122 12.2326 4.44219 12.9195L4.00013 13.1958V9.8C4.00013 8.94342 4.00091 8.36113 4.03769 7.91104C4.07351 7.47262 4.13843 7.24842 4.21812 7.09202C4.40987 6.71569 4.71583 6.40973 5.09215 6.21799C5.24855 6.1383 5.47276 6.07337 5.91117 6.03755C6.36126 6.00078 6.94355 6 7.80013 6H10.0001V14.865Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M16.2414 4C17.0464 3.99999 17.7108 3.99998 18.252 4.04419C18.8141 4.09012 19.3308 4.18868 19.8161 4.43597C20.5687 4.81947 21.1807 5.43139 21.5642 6.18404C21.8115 6.66937 21.91 7.18608 21.9559 7.74817C22.0002 8.28937 22.0001 8.95373 22.0001 9.7587V14.2413C22.0001 15.0463 22.0002 15.7106 21.9559 16.2518C21.91 16.8139 21.8115 17.3306 21.5642 17.816C21.1807 18.5686 20.5687 19.1805 19.8161 19.564C19.3308 19.8113 18.8141 19.9099 18.252 19.9558C17.7108 20 17.0464 20 16.2414 20H15.0001C14.4478 20 14.0001 19.5523 14.0001 19C14.0001 18.4477 14.4478 18 15.0001 18H16.2001C17.0567 18 17.639 17.9992 18.0891 17.9624C18.5275 17.9266 18.7517 17.8617 18.9081 17.782C19.2844 17.5903 19.5904 17.2843 19.7821 16.908C19.8618 16.7516 19.9268 16.5274 19.9626 16.089C19.9994 15.6389 20.0001 15.0566 20.0001 14.2V9.8C20.0001 8.94342 19.9994 8.36113 19.9626 7.91104C19.9268 7.47262 19.8618 7.24842 19.7821 7.09202C19.5904 6.71569 19.2844 6.40973 18.9081 6.21799C18.7517 6.1383 18.5275 6.07337 18.0891 6.03755C17.639 6.00078 17.0567 6 16.2001 6H15.0001C14.4478 6 14.0001 5.55228 14.0001 5C14.0001 4.44772 14.4478 4 15.0001 4L16.2414 4Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M14.0001 10C14.0001 9.44772 14.4478 9 15.0001 9H17.0001C17.5524 9 18.0001 9.44772 18.0001 10C18.0001 10.5523 17.5524 11 17.0001 11H15.0001C14.4478 11 14.0001 10.5523 14.0001 10Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M15.0001 13C14.4478 13 14.0001 13.4477 14.0001 14C14.0001 14.5523 14.4478 15 15.0001 15H17.0001C17.5524 15 18.0001 14.5523 18.0001 14C18.0001 13.4477 17.5524 13 17.0001 13H15.0001Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ImageCaption\n", "import type { SVGProps } from \"react\"\nconst Images = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12.1796 11.8179C12.2949 12.6383 11.7233 13.3968 10.903 13.5121C10.0826 13.6274 9.32409 13.0558 9.20879 12.2354C9.0935 11.4151 9.66507 10.6566 10.4854 10.5413C11.3058 10.426 12.0643 10.9976 12.1796 11.8179Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M14.2794 1.70738L17.736 2.1318C18.535 2.22989 19.1944 2.31084 19.7262 2.42069C20.2785 2.53477 20.7793 2.69557 21.2309 3.00017C21.9312 3.47253 22.464 4.15446 22.7529 4.94824C22.9392 5.46009 22.9741 5.98496 22.9511 6.54846C22.9291 7.09101 22.8481 7.75041 22.75 8.54938L22.3256 12.006C22.2275 12.805 22.1465 13.4644 22.0367 13.9962C21.9226 14.5485 21.7618 15.0493 21.4572 15.5009C20.9848 16.2012 20.3029 16.734 19.5091 17.0229C19.4277 17.0525 19.3454 17.0786 19.2619 17.1012C18.7289 17.2459 18.1796 16.931 18.035 16.398C17.8903 15.865 18.2051 15.3157 18.7381 15.171C18.7686 15.1628 18.7974 15.1536 18.8251 15.1435C19.222 14.9991 19.5629 14.7327 19.7991 14.3825C19.8973 14.237 19.989 14.0224 20.078 13.5916C20.1694 13.1493 20.2411 12.5715 20.3455 11.7213L20.7599 8.34664C20.8642 7.49645 20.9344 6.9184 20.9528 6.46718C20.9707 6.02767 20.9335 5.79722 20.8735 5.63228C20.7291 5.23539 20.4627 4.89442 20.1125 4.65824C19.967 4.56009 19.7524 4.46832 19.3216 4.37934C18.8793 4.28799 18.3015 4.21625 17.4513 4.11186L14.0766 3.69751C13.2264 3.59311 12.6484 3.52292 12.1972 3.50457C11.7577 3.48669 11.5272 3.52381 11.3623 3.58385C10.9654 3.7283 10.6244 3.9947 10.3882 4.34485C10.3214 4.44397 10.2574 4.57566 10.1956 4.78417C10.0387 5.31369 9.48218 5.61574 8.95265 5.45882C8.42313 5.30189 8.12108 4.74542 8.27801 4.2159C8.38283 3.86218 8.52321 3.53326 8.73015 3.22646C9.20251 2.52616 9.88445 1.99337 10.6782 1.70446C11.1901 1.51816 11.7149 1.4833 12.2784 1.50622C12.821 1.52829 13.4804 1.60927 14.2794 1.70738ZM11.7602 8.80029C11.309 8.81864 10.7309 8.88883 9.88073 8.99322L6.50608 9.40758C5.65588 9.51197 5.07802 9.5837 4.63577 9.67505C4.20499 9.76404 3.99037 9.8558 3.84485 9.95396C3.4947 10.1901 3.2283 10.5311 3.08385 10.928C3.02381 11.0929 2.98669 11.3234 3.00457 11.7629C3.02292 12.2141 3.09311 12.7922 3.19751 13.6424L3.47503 15.9026C3.68383 15.676 3.87699 15.4746 4.05931 15.3001C4.45033 14.9256 4.84957 14.6163 5.33514 14.4178C6.09046 14.1092 6.92211 14.0389 7.71853 14.2164C8.23053 14.3305 8.67603 14.5684 9.12435 14.8719C9.55516 15.1635 10.0505 15.5598 10.6493 16.0389L14.3141 18.9707C14.4548 18.7983 14.5665 18.6025 14.6435 18.3908C14.7036 18.2259 14.7407 17.9954 14.7228 17.5559C14.7045 17.1047 14.6343 16.5266 14.5299 15.6764L14.1155 12.3018C14.0111 11.4516 13.9394 10.8737 13.848 10.4315C13.7591 10.0007 13.6673 9.78609 13.5691 9.64056C13.333 9.29041 12.992 9.02402 12.5951 8.87956C12.4302 8.81953 12.1997 8.78241 11.7602 8.80029ZM12.1431 19.7952L9.43119 17.6256C8.79321 17.1152 8.36009 16.7697 8.00329 16.5282C7.65652 16.2934 7.45002 16.2056 7.28344 16.1685C6.88523 16.0797 6.46941 16.1149 6.09175 16.2692C5.93377 16.3338 5.74494 16.455 5.4425 16.7446C5.1313 17.0426 4.76232 17.456 4.21908 18.0662L3.81279 18.5226C3.83428 18.6544 3.85618 18.7752 3.87934 18.8873C3.96832 19.3181 4.06009 19.5327 4.15824 19.6782C4.39442 20.0284 4.73539 20.2948 5.13228 20.4392C5.29722 20.4993 5.52767 20.5364 5.96718 20.5185C6.4184 20.5002 6.99645 20.43 7.84664 20.3256L11.2213 19.9112C11.5716 19.8682 11.8757 19.8307 12.1431 19.7952ZM11.6789 6.80194C12.2424 6.77902 12.7673 6.81388 13.2791 7.00018C14.0729 7.28909 14.7548 7.82188 15.2272 8.52218C15.5318 8.97376 15.6926 9.4746 15.8067 10.0269C15.9165 10.5587 15.9975 11.2181 16.0956 12.0171L16.52 15.4736C16.6181 16.2726 16.6991 16.9321 16.7212 17.4746C16.7441 18.0381 16.7092 18.563 16.5229 19.0749C16.234 19.8686 15.7012 20.5506 15.0009 21.0229C14.5493 21.3275 14.0485 21.4883 13.4962 21.6024C12.9644 21.7122 12.305 21.7932 11.506 21.8913L8.04937 22.3157C7.25041 22.4138 6.59101 22.4948 6.04846 22.5169C5.48496 22.5398 4.96009 22.5049 4.44824 22.3186C3.65446 22.0297 2.97253 21.4969 2.50017 20.7966C2.19557 20.345 2.03477 19.8442 1.92069 19.2919C1.81084 18.7601 1.72989 18.1007 1.6318 17.3017L1.20738 13.8451C1.10927 13.0461 1.02829 12.3867 1.00622 11.8442C0.983303 11.2807 1.01816 10.7558 1.20446 10.244C1.49337 9.45018 2.02616 8.76824 2.72646 8.29588C3.17804 7.99129 3.67888 7.83049 4.23119 7.7164C4.76296 7.60656 5.42236 7.52561 6.22133 7.42752L9.67798 7.0031C10.4769 6.90498 11.1364 6.82401 11.6789 6.80194Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Images\n", "import type { SVGProps } from \"react\"\nconst ImageSquare = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M7.161 3h9.678c.527 0 .982 0 1.356.03.395.033.789.104 1.167.297a3 3 0 0 1 1.311 1.311c.193.378.264.772.296 1.167.031.375.031.83.031 1.356v9.678c0 .527 0 .982-.03 1.356-.033.395-.104.789-.297 1.167a3 3 0 0 1-1.311 1.311c-.378.193-.772.264-1.167.296-.375.031-.83.031-1.356.031H7.16c-.527 0-.981 0-1.356-.03-.395-.033-.789-.104-1.167-.297a3 3 0 0 1-1.311-1.311c-.193-.378-.264-.772-.296-1.167A17.9 17.9 0 0 1 3 16.838V7.162c0-.527 0-.981.03-1.356.033-.395.104-.789.297-1.167a3 3 0 0 1 1.311-1.311c.378-.193.772-.264 1.167-.296C6.18 3 6.635 3 7.161 3ZM5.968 5.024c-.272.022-.373.06-.422.085a1 1 0 0 0-.437.437c-.025.05-.063.15-.085.422C5 6.25 5 6.623 5 7.2v6.386l.879-.879a3 3 0 0 1 4.242 0L16.414 19h.386c.577 0 .949 0 1.232-.024.272-.022.372-.06.422-.085a1 1 0 0 0 .437-.437c.025-.05.063-.15.085-.422C19 17.75 19 17.377 19 16.8V7.2c0-.577 0-.949-.024-1.232-.022-.272-.06-.373-.085-.422a1 1 0 0 0-.437-.437c-.05-.025-.15-.063-.422-.085C17.75 5 17.377 5 16.8 5H7.2c-.577 0-.949 0-1.232.024ZM13.586 19l-4.879-4.879a1 1 0 0 0-1.414 0L5 16.414v.386c0 .577 0 .949.024 1.232.022.272.06.372.085.422a1 1 0 0 0 .437.437c.05.025.15.063.422.085C6.25 19 6.623 19 7.2 19h6.386ZM14.5 8.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-3 1a3 3 0 1 1 6 0 3 3 0 0 1-6 0Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default ImageSquare\n", "import type { SVGProps } from \"react\"\nconst ImageSquarePictureLibrary = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M8.7587 3H15.2413C16.0463 2.99999 16.7106 2.99998 17.2518 3.04419C17.8139 3.09012 18.3306 3.18868 18.816 3.43597C19.5686 3.81947 20.1805 4.43139 20.564 5.18404C20.8113 5.66937 20.9099 6.18608 20.9558 6.74817C21 7.28936 21 7.95372 21 8.75868V15.2413C21 16.0463 21 16.7106 20.9558 17.2518C20.9099 17.8139 20.8113 18.3306 20.564 18.816C20.1805 19.5686 19.5686 20.1805 18.816 20.564C18.3306 20.8113 17.8139 20.9099 17.2518 20.9558C16.7106 21 16.0463 21 15.2413 21H8.75868C7.95372 21 7.28936 21 6.74817 20.9558C6.18608 20.9099 5.66937 20.8113 5.18404 20.564C4.43139 20.1805 3.81947 19.5686 3.43597 18.816C3.18868 18.3306 3.09012 17.8139 3.04419 17.2518C2.99998 16.7106 2.99999 16.0463 3 15.2413V8.7587C2.99999 7.95373 2.99998 7.28937 3.04419 6.74817C3.09012 6.18608 3.18868 5.66937 3.43597 5.18404C3.81947 4.43139 4.43139 3.81947 5.18404 3.43597C5.66937 3.18868 6.18608 3.09012 6.74817 3.04419C7.28937 2.99998 7.95373 2.99999 8.7587 3ZM6.91104 5.03755C6.47262 5.07337 6.24842 5.1383 6.09202 5.21799C5.7157 5.40973 5.40973 5.7157 5.21799 6.09202C5.1383 6.24842 5.07337 6.47262 5.03755 6.91104C5.00078 7.36113 5 7.94342 5 8.8V13.5857L5.87868 12.707C7.05026 11.5355 8.94975 11.5355 10.1213 12.7071L16.4073 18.9931C16.6681 18.9878 16.8913 18.9786 17.089 18.9624C17.5274 18.9266 17.7516 18.8617 17.908 18.782C18.2843 18.5903 18.5903 18.2843 18.782 17.908C18.8617 17.7516 18.9266 17.5274 18.9624 17.089C18.9992 16.6389 19 16.0566 19 15.2V8.8C19 7.94342 18.9992 7.36113 18.9624 6.91104C18.9266 6.47262 18.8617 6.24842 18.782 6.09202C18.5903 5.7157 18.2843 5.40973 17.908 5.21799C17.7516 5.1383 17.5274 5.07337 17.089 5.03755C16.6389 5.00078 16.0566 5 15.2 5H8.8C7.94342 5 7.36113 5.00078 6.91104 5.03755ZM13.5858 19L8.70711 14.1213C8.31658 13.7307 7.68342 13.7307 7.2929 14.1213L5.00694 16.4072C5.01219 16.668 5.0214 16.8912 5.03755 17.089C5.07337 17.5274 5.1383 17.7516 5.21799 17.908C5.40973 18.2843 5.7157 18.5903 6.09202 18.782C6.24842 18.8617 6.47262 18.9266 6.91104 18.9624C7.36113 18.9992 7.94342 19 8.8 19H13.5858ZM14.5 8.5C13.9477 8.5 13.5 8.94772 13.5 9.5C13.5 10.0523 13.9477 10.5 14.5 10.5C15.0523 10.5 15.5 10.0523 15.5 9.5C15.5 8.94772 15.0523 8.5 14.5 8.5ZM11.5 9.5C11.5 7.84315 12.8431 6.5 14.5 6.5C16.1569 6.5 17.5 7.84315 17.5 9.5C17.5 11.1569 16.1569 12.5 14.5 12.5C12.8431 12.5 11.5 11.1569 11.5 9.5Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ImageSquarePictureLibrary\n", "import type { SVGProps } from \"react\"\nconst ImageToText = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M7.7609 3C6.95594 2.99999 6.29156 2.99998 5.75037 3.04419C5.18827 3.09012 4.67157 3.18868 4.18624 3.43598C3.43359 3.81947 2.82166 4.43139 2.43817 5.18404C2.19088 5.66937 2.09232 6.18608 2.04639 6.74818C2.00217 7.28937 2.00218 7.95373 2.0022 8.7587V11.2413C2.00219 11.4791 2.00219 11.7046 2.00333 11.9183C1.99851 11.9774 1.99892 12.0368 2.00458 12.0959C2.00851 12.5316 2.01891 12.9155 2.04639 13.2518C2.09232 13.8139 2.19088 14.3306 2.43817 14.816C2.82166 15.5686 3.43359 16.1805 4.18624 16.564C4.67157 16.8113 5.18827 16.9099 5.75037 16.9558C6.29157 17 6.95594 17 7.76092 17H9.5V17.5C9.5 18.118 10.2056 18.4708 10.7 18.1L12.7 16.6C13.1 16.3 13.1 15.7 12.7 15.4L10.7 13.9C10.2056 13.5292 9.5 13.882 9.5 14.5V15H7.8022C6.94562 15 6.36332 14.9992 5.91324 14.9624C5.47482 14.9266 5.25062 14.8617 5.09422 14.782C4.71789 14.5903 4.41193 14.2843 4.22018 13.908C4.14049 13.7516 4.07557 13.5274 4.03975 13.089C4.02355 12.8907 4.01434 12.6668 4.0091 12.4051L4.79289 11.6213C5.18342 11.2308 5.81658 11.2308 6.20711 11.6213L7.29289 12.7071C7.68342 13.0976 8.31658 13.0976 8.70711 12.7071C9.09763 12.3166 9.09763 11.6834 8.70711 11.2929L7.62132 10.2071C6.6404 9.22619 5.1492 9.06656 4.0022 9.72822V8.8C4.0022 7.94342 4.00297 7.36113 4.03975 6.91104C4.07557 6.47262 4.14049 6.24842 4.22018 6.09202C4.41193 5.7157 4.71789 5.40974 5.09422 5.21799C5.25062 5.1383 5.47482 5.07337 5.91324 5.03755C6.36332 5.00078 6.94562 5 7.8022 5H12.0022C13.1068 5 14.0022 5.89543 14.0022 7C14.0022 7.55229 14.4499 8 15.0022 8C15.5545 8 16.0022 7.55229 16.0022 7C16.0022 4.79086 14.2113 3 12.0022 3H7.7609Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M10.5022 9.5C11.3306 9.5 12.0022 8.82843 12.0022 8C12.0022 7.17157 11.3306 6.5 10.5022 6.5C9.67377 6.5 9.0022 7.17157 9.0022 8C9.0022 8.82843 9.67377 9.5 10.5022 9.5Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M13 11C13 10.4477 13.4477 10 14 10H22C22.5523 10 23 10.4477 23 11V12.5C23 13.0523 22.5523 13.5 22 13.5C21.4477 13.5 21 13.0523 21 12.5V12H19V19H19.5C20.0523 19 20.5 19.4477 20.5 20C20.5 20.5523 20.0523 21 19.5 21H16.5C15.9477 21 15.5 20.5523 15.5 20C15.5 19.4477 15.9477 19 16.5 19H17V12H15V12.5C15 13.0523 14.5523 13.5 14 13.5C13.4477 13.5 13 13.0523 13 12.5V11Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ImageToText\n", "import type { SVGProps } from \"react\"\nconst ImageWide = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M6.161 3H17.84c.527 0 .982 0 1.356.03.395.033.789.104 1.167.297a3 3 0 0 1 1.311 1.311c.193.378.264.772.296 1.167.031.375.031.83.031 1.356v9.678c0 .527 0 .982-.03 1.356-.033.395-.104.789-.297 1.167a3 3 0 0 1-1.311 1.311c-.378.193-.772.264-1.167.296-.375.031-.83.031-1.356.031H6.16c-.527 0-.981 0-1.356-.03-.395-.033-.789-.104-1.167-.297a3 3 0 0 1-1.311-1.311c-.193-.378-.264-.772-.296-1.167A17.9 17.9 0 0 1 2 16.838V7.162c0-.527 0-.981.03-1.356.033-.395.104-.789.297-1.167a3 3 0 0 1 1.311-1.311c.378-.193.772-.264 1.167-.296C5.18 3 5.635 3 6.161 3ZM4.968 5.024c-.272.022-.373.06-.422.085a1 1 0 0 0-.437.437c-.025.05-.063.15-.085.422C4 6.25 4 6.623 4 7.2v5.386l.879-.879a3 3 0 0 1 4.242 0L16.414 19H17.8c.577 0 .949 0 1.232-.024.272-.022.372-.06.422-.085a1 1 0 0 0 .437-.437c.025-.05.063-.15.085-.422C20 17.75 20 17.377 20 16.8V7.2c0-.577 0-.949-.024-1.232-.022-.272-.06-.373-.085-.422a1 1 0 0 0-.437-.437c-.05-.025-.15-.063-.422-.085C18.75 5 18.377 5 17.8 5H6.2c-.577 0-.949 0-1.232.024ZM13.586 19l-5.879-5.879a1 1 0 0 0-1.414 0L4 15.414V16.8c0 .577 0 .949.024 1.232.022.272.06.372.085.422a1 1 0 0 0 .437.437c.05.025.15.063.422.085C5.25 19 5.623 19 6.2 19h7.386ZM15 8.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-3 1a3 3 0 1 1 6 0 3 3 0 0 1-6 0Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default ImageWide\n", "import type { SVGProps } from \"react\"\nconst ImageWideFilled = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M7.75869 3C6.95373 2.99999 6.28936 2.99998 5.74818 3.0442C5.18608 3.09012 4.66938 3.18868 4.18404 3.43598C3.43139 3.81947 2.81947 4.43139 2.43598 5.18404C2.18868 5.66938 2.09012 6.18608 2.0442 6.74818C1.99998 7.28936 1.99999 7.95371 2 8.75867V15.2413C1.99999 16.0463 1.99998 16.7106 2.0442 17.2518C2.09012 17.8139 2.18868 18.3306 2.43598 18.816C2.81947 19.5686 3.43139 20.1805 4.18404 20.564C4.66938 20.8113 5.18608 20.9099 5.74818 20.9558C6.28937 21 6.95372 21 7.75868 21H16.2413C17.0463 21 17.7106 21 18.2518 20.9558C18.8139 20.9099 19.3306 20.8113 19.816 20.564C20.5686 20.1805 21.1805 19.5686 21.564 18.816C21.8113 18.3306 21.9099 17.8139 21.9558 17.2518C22 16.7106 22 16.0463 22 15.2413V8.75868C22 7.95372 22 7.28937 21.9558 6.74818C21.9099 6.18608 21.8113 5.66938 21.564 5.18404C21.1805 4.43139 20.5686 3.81947 19.816 3.43598C19.3306 3.18868 18.8139 3.09012 18.2518 3.0442C17.7106 2.99998 17.0463 2.99999 16.2413 3H7.75869ZM4.73726 13.2627L4 14V15.8C4 16.9201 4 17.4802 4.21799 17.908C4.40973 18.2843 4.7157 18.5903 5.09202 18.782C5.51984 19 6.0799 19 7.2 19H15L9.26274 13.2627C8.47071 12.4707 8.07469 12.0747 7.61803 11.9263C7.21635 11.7958 6.78365 11.7958 6.38197 11.9263C5.92531 12.0747 5.52929 12.4707 4.73726 13.2627ZM18 9.5C18 10.8807 16.8807 12 15.5 12C14.1193 12 13 10.8807 13 9.5C13 8.11929 14.1193 7 15.5 7C16.8807 7 18 8.11929 18 9.5Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ImageWideFilled\n", "import type { SVGProps } from \"react\"\nconst ImageWidePictureLibrary = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M7.7587 3H16.2413C17.0463 2.99999 17.7106 2.99998 18.2518 3.04419C18.8139 3.09012 19.3306 3.18868 19.816 3.43597C20.5686 3.81947 21.1805 4.43139 21.564 5.18404C21.8113 5.66937 21.9099 6.18608 21.9558 6.74817C22 7.28936 22 7.95372 22 8.75868V15.2413C22 16.0463 22 16.7106 21.9558 17.2518C21.9099 17.8139 21.8113 18.3306 21.564 18.816C21.1805 19.5686 20.5686 20.1805 19.816 20.564C19.3306 20.8113 18.8139 20.9099 18.2518 20.9558C17.7106 21 17.0463 21 16.2413 21H7.75868C6.95372 21 6.28936 21 5.74817 20.9558C5.18608 20.9099 4.66937 20.8113 4.18404 20.564C3.43139 20.1805 2.81947 19.5686 2.43597 18.816C2.18868 18.3306 2.09012 17.8139 2.04419 17.2518C1.99998 16.7106 1.99999 16.0463 2 15.2413V8.7587C1.99999 7.95373 1.99998 7.28937 2.04419 6.74817C2.09012 6.18608 2.18868 5.66937 2.43597 5.18404C2.81947 4.43139 3.43139 3.81947 4.18404 3.43597C4.66937 3.18868 5.18608 3.09012 5.74817 3.04419C6.28937 2.99998 6.95373 2.99999 7.7587 3ZM5.91104 5.03755C5.47262 5.07337 5.24842 5.1383 5.09202 5.21799C4.7157 5.40973 4.40973 5.7157 4.21799 6.09202C4.1383 6.24842 4.07337 6.47262 4.03755 6.91104C4.00078 7.36113 4 7.94342 4 8.8V12.5857L4.87868 11.707C6.05026 10.5355 7.94975 10.5355 9.12132 11.707L16.4142 19C17.1554 18.9996 17.6774 18.9961 18.089 18.9624C18.5274 18.9266 18.7516 18.8617 18.908 18.782C19.2843 18.5903 19.5903 18.2843 19.782 17.908C19.8617 17.7516 19.9266 17.5274 19.9624 17.089C19.9992 16.6389 20 16.0566 20 15.2V8.8C20 7.94342 19.9992 7.36113 19.9624 6.91104C19.9266 6.47262 19.8617 6.24842 19.782 6.09202C19.5903 5.7157 19.2843 5.40973 18.908 5.21799C18.7516 5.1383 18.5274 5.07337 18.089 5.03755C17.6389 5.00078 17.0566 5 16.2 5H7.8C6.94342 5 6.36113 5.00078 5.91104 5.03755ZM13.5858 19L7.70711 13.1213C7.31658 12.7307 6.68342 12.7307 6.2929 13.1213L4.00004 15.4141C4.0004 16.1553 4.00393 16.6774 4.03755 17.089C4.07337 17.5274 4.1383 17.7516 4.21799 17.908C4.40973 18.2843 4.7157 18.5903 5.09202 18.782C5.24842 18.8617 5.47262 18.9266 5.91104 18.9624C6.36113 18.9992 6.94342 19 7.8 19H13.5858ZM15 8.5C14.4477 8.5 14 8.94772 14 9.5C14 10.0523 14.4477 10.5 15 10.5C15.5523 10.5 16 10.0523 16 9.5C16 8.94772 15.5523 8.5 15 8.5ZM12 9.5C12 7.84315 13.3431 6.5 15 6.5C16.6569 6.5 18 7.84315 18 9.5C18 11.1569 16.6569 12.5 15 12.5C13.3431 12.5 12 11.1569 12 9.5Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ImageWidePictureLibrary\n", "import type { SVGProps } from \"react\"\nconst Info = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M13 12a1 1 0 1 0-2 0v4a1 1 0 1 0 2 0v-4Zm-1-2.5A1.25 1.25 0 1 0 12 7a1.25 1.25 0 0 0 0 2.5Z\" />\n <path\n fillRule=\"evenodd\"\n d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2ZM4 12a8 8 0 1 1 16 0 8 8 0 0 1-16 0Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default Info\n", "import type { SVGProps } from \"react\"\nconst InfoCircle = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12V16C11 16.5523 11.4477 17 12 17C12.5523 17 13 16.5523 13 16V12Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12 9.30005C12.6351 9.30005 13.15 8.78518 13.15 8.15005C13.15 7.51492 12.6351 7.00005 12 7.00005C11.3649 7.00005 10.85 7.51492 10.85 8.15005C10.85 8.78518 11.3649 9.30005 12 9.30005Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default InfoCircle\n", "import type { SVGProps } from \"react\"\nconst Inpaint = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M18.4384 2.51338C19.3314 2.05066 20.3878 2.25922 21.0643 2.93575C21.7408 3.61227 21.9494 4.66864 21.4867 5.56171C20.6286 7.21785 19.6111 8.66857 18.3867 9.9728C19.6177 11.5036 20.5428 13.0893 20.9336 14.5816C21.389 16.3207 21.1336 18.074 19.6251 19.2809C18.4134 20.2502 17.0519 20.1194 15.9645 19.6702C14.9061 19.233 13.9674 18.451 13.323 17.8286C12.9257 17.4449 12.9148 16.8119 13.2984 16.4146C13.6821 16.0174 14.3152 16.0064 14.7124 16.3901C15.2928 16.9507 16.016 17.5276 16.7281 17.8217C17.4111 18.1039 17.9285 18.0769 18.3757 17.7191C19.0814 17.1545 19.3223 16.3234 18.9988 15.0883C18.7139 14.0002 18.0051 12.7169 16.9386 11.3648C16.3579 11.8699 15.7378 12.353 15.0746 12.8185C15.0452 12.8391 15.015 12.858 14.9843 12.875C14.9223 13.6023 14.6776 14.2247 14.2469 14.7207C13.7565 15.2853 13.1098 15.588 12.4918 15.7564C11.5067 16.0249 10.3276 16.0077 9.46721 15.9952C9.30163 15.9928 9.14786 15.9905 9.00954 15.9905C8.45726 15.9905 8.00954 15.5428 8.00954 14.9905C8.00954 14.8522 8.0073 14.6984 8.00489 14.5329C7.99235 13.6725 7.97516 12.4933 8.24364 11.5082C8.41206 10.8902 8.71474 10.2436 9.2794 9.75321C9.77541 9.32244 10.3977 9.07778 11.125 9.01579C11.1421 8.98504 11.1609 8.95489 11.1816 8.92546C11.5791 8.35916 11.9895 7.82421 12.4153 7.31843C9.52484 5.73196 6.7453 5.86168 5.30368 7.3033C4.33592 8.27106 3.95372 9.7988 4.29696 11.6294C4.63913 13.4543 5.69389 15.4717 7.425 17.2028C8.44703 18.2248 9.55133 18.9386 10.4546 19.3946C10.9057 19.6223 11.2985 19.7816 11.5954 19.8816C11.8176 19.9565 11.945 19.9841 11.9918 19.9942C12.0165 19.9995 12.0187 20 12.0004 20C12.5526 20 13.0003 20.4477 13.0003 21C13.0003 21.5523 12.5526 22 12.0003 22C11.6974 22 11.3076 21.8951 10.9569 21.777C10.5633 21.6444 10.0828 21.4473 9.55327 21.18C8.49519 20.6458 7.20825 19.8145 6.01078 18.617C4.03191 16.6381 2.75681 14.2678 2.33121 11.998C1.90669 9.73386 2.31881 7.45974 3.88946 5.88908C6.34286 3.43569 10.4125 3.79234 13.8141 5.81655C15.1731 4.501 16.6914 3.41849 18.4384 2.51338ZM13.2576 9.47058C13.7842 9.77642 14.2236 10.2159 14.5295 10.7425C16.7935 9.0373 18.4407 7.09322 19.7109 4.64164C19.7504 4.56547 19.7455 4.44532 19.6501 4.34996C19.5547 4.2546 19.4346 4.24971 19.3584 4.28917C16.9068 5.55939 14.9628 7.20655 13.2576 9.47058ZM10.0015 13.9985C10.7157 14.0023 11.3897 13.9839 11.966 13.8268C12.3543 13.721 12.5932 13.5746 12.7368 13.4093C12.8669 13.2595 13.0001 13.0017 13.0001 12.4953C13.0001 11.6694 12.3306 11 11.5048 11C10.9984 11 10.7405 11.1332 10.5908 11.2632C10.4254 11.4069 10.2791 11.6458 10.1733 12.0341C10.0162 12.6103 9.99775 13.2844 10.0015 13.9985Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Inpaint\n", "import type { SVGProps } from \"react\"\nconst InpaintRespond = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M9.02132 5.14565C9.13477 4.60514 9.6649 4.25894 10.2054 4.37238C10.5726 4.44946 10.9415 4.54843 11.3098 4.6684C11.8349 4.83948 12.1219 5.40385 11.9508 5.92897C11.7797 6.4541 11.2154 6.74111 10.6903 6.57004C10.3878 6.4715 10.0886 6.39144 9.79459 6.32973C9.25408 6.21629 8.90788 5.68616 9.02132 5.14565ZM6.9637 5.22458C7.18165 5.73204 6.94696 6.32011 6.4395 6.53806C6.00953 6.72273 5.62769 6.97727 5.30165 7.3033C4.91113 7.69383 4.27797 7.69383 3.88744 7.3033C3.49692 6.91278 3.49692 6.27962 3.88744 5.88909C4.4016 5.37494 4.99836 4.98036 5.65022 4.70039C6.15768 4.48243 6.74574 4.71712 6.9637 5.22458ZM3.23309 9.00135C3.78463 9.03006 4.20846 9.50045 4.17975 10.052C4.15138 10.5969 4.19946 11.1828 4.32778 11.7948C4.44112 12.3353 4.09482 12.8654 3.55429 12.9787C3.01376 13.0921 2.48369 12.7458 2.37035 12.2052C2.21036 11.4423 2.1442 10.6828 2.18245 9.94801C2.21116 9.39647 2.68155 8.97264 3.23309 9.00135ZM18.4951 11.7371C18.9724 11.4591 19.5846 11.6207 19.8625 12.0979C20.1609 12.6103 20.4157 13.1234 20.6171 13.6313C20.8208 14.1446 20.5697 14.7259 20.0563 14.9295C19.5429 15.1332 18.9617 14.8821 18.758 14.3687C18.5988 13.9674 18.3904 13.5443 18.1342 13.1044C17.8563 12.6272 18.0179 12.015 18.4951 11.7371ZM4.55455 15.1764C5.0094 14.8632 5.63207 14.978 5.94533 15.4328C6.3661 16.0438 6.85946 16.6393 7.42298 17.2028C7.8135 17.5933 7.8135 18.2265 7.42298 18.617C7.03245 19.0075 6.39929 19.0075 6.00876 18.617C5.36007 17.9683 4.78856 17.2793 4.29816 16.5672C3.98491 16.1123 4.09969 15.4897 4.55455 15.1764ZM13.5172 16.6601C13.8897 16.2524 14.5222 16.2239 14.9299 16.5964C15.239 16.8788 15.5844 17.1605 15.9458 17.3987C16.4069 17.7027 16.5343 18.3229 16.2304 18.784C15.9264 19.2451 15.3062 19.3725 14.8451 19.0686C14.3733 18.7576 13.9445 18.4052 13.5808 18.0728C13.1731 17.7003 13.1446 17.0678 13.5172 16.6601ZM20.2679 16.6056C20.7619 16.8525 20.9621 17.4532 20.7152 17.9472C20.3848 18.6078 19.844 19.2099 19.1668 19.5916C18.6857 19.8628 18.0758 19.6925 17.8047 19.2114C17.5335 18.7303 17.7037 18.1204 18.1849 17.8493C18.4874 17.6788 18.7599 17.3856 18.9263 17.0528C19.1733 16.5588 19.7739 16.3586 20.2679 16.6056ZM9.10739 19.8355C9.35638 19.3425 9.95786 19.1447 10.4508 19.3937C11.1288 19.7361 11.6928 19.9261 11.943 19.9837C12.4903 20.1097 12.9983 20.3334 12.9983 21C12.9983 21.5523 12.5506 22 11.9983 22C11.1664 22 10.2706 21.5433 9.54917 21.1789C9.0562 20.9299 8.8584 20.3284 9.10739 19.8355Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M18.4393 2.51338C19.3324 2.05066 20.3888 2.25922 21.0653 2.93575C21.7418 3.61227 21.9504 4.66864 21.4877 5.56171C20.0559 8.32518 18 11 14.9852 12.875C14.7247 15.9315 11.4101 15.9905 9.01052 15.9905C8.45823 15.9905 8.01052 15.5428 8.01052 14.9905C8.01052 12.5909 8.0695 9.27632 11.126 9.01579C12.9983 5.92897 15.6759 3.94518 18.4393 2.51338ZM13.2585 9.47058C13.7852 9.77642 14.2246 10.2159 14.5305 10.7425C16.7945 9.0373 18.4417 7.09322 19.7119 4.64164C19.7513 4.56547 19.7464 4.44532 19.6511 4.34996C19.5557 4.2546 19.4356 4.24971 19.3594 4.28917C16.9078 5.55938 14.9637 7.20655 13.2585 9.47058ZM10.0025 13.9985C11.1713 14.0047 13.001 14.0679 13.001 12.4953C13.001 11.6694 12.3316 11 11.5058 11C9.93311 11 9.99632 12.8297 10.0025 13.9985Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default InpaintRespond\n", "import type { SVGProps } from \"react\"\nconst Inspiration = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M3.75 6.75C3.75 4.54086 5.54086 2.75 7.75 2.75H16.25C18.4591 2.75 20.25 4.54086 20.25 6.75V19.1531C20.25 20.2949 19.0251 21.018 18.0254 20.4665L12 17.1421L5.97462 20.4665C4.9749 21.018 3.75 20.2949 3.75 19.1531V6.75ZM7.75 4.75C6.64543 4.75 5.75 5.64543 5.75 6.75V18.3062L11.0338 15.3909C11.6352 15.0592 12.3648 15.0592 12.9662 15.3909L18.25 18.3062V6.75C18.25 5.64543 17.3546 4.75 16.25 4.75H7.75Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Inspiration\n", "import type { SVGProps } from \"react\"\nconst InspirationFilled = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M7.75 2.75C5.54086 2.75 3.75 4.54086 3.75 6.75V19.1531C3.75 20.2949 4.9749 21.018 5.97462 20.4665L12 17.1421L18.0254 20.4665C19.0251 21.018 20.25 20.2949 20.25 19.1531V6.75C20.25 4.54086 18.4591 2.75 16.25 2.75H7.75Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default InspirationFilled\n", "import type { SVGProps } from \"react\"\nconst Interactiv = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.3084 13.1767C10.9761 12.0685 11.9669 11.0332 13.0692 11.2812L13.1766 11.3085L20.9159 13.6308C22.2759 14.0389 22.3602 15.9325 21.0418 16.4599L17.7684 17.7685L16.4598 21.0419C15.9324 22.3603 14.0388 22.276 13.6307 20.916L11.3084 13.1767ZM15.1346 18.9687L15.992 16.8271L16.0555 16.6884C16.2206 16.3733 16.4937 16.1256 16.827 15.9921L18.9686 15.1347L13.4911 13.4912L15.1346 18.9687Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M7.04966 15.5351C7.44017 15.1446 8.07417 15.1446 8.4647 15.5351C8.85522 15.9256 8.85522 16.5596 8.4647 16.9501L6.34263 19.0712C5.95208 19.4615 5.31899 19.4617 4.92856 19.0712C4.53818 18.6808 4.53834 18.0477 4.92856 17.6572L7.04966 15.5351Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M2.34067 9.41206C2.48361 8.87861 3.03183 8.56212 3.56528 8.70503L6.46274 9.4814C6.99619 9.62434 7.31365 10.1726 7.17075 10.706C7.02781 11.2395 6.47863 11.556 5.94517 11.413L3.0477 10.6367C2.51433 10.4937 2.19786 9.94546 2.34067 9.41206Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M17.6571 4.92866C18.0476 4.53846 18.6807 4.53829 19.0711 4.92866C19.4616 5.31909 19.4614 5.95218 19.0711 6.34273L16.95 8.4648C16.5595 8.85532 15.9255 8.85532 15.535 8.4648C15.1447 8.07442 15.1449 7.44128 15.535 7.05073L17.6571 4.92866Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M9.41196 2.34077C9.94528 2.198 10.4935 2.51456 10.6366 3.0478L11.4129 5.94624C11.5557 6.4796 11.2393 7.02794 10.7059 7.17085C10.1726 7.31374 9.62438 6.99707 9.4813 6.46382L8.70493 3.56538C8.56216 3.032 8.87858 2.48369 9.41196 2.34077Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Interactiv\n", "import type { SVGProps } from \"react\"\nconst InternalKnowledge = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M3.3201 13.9697C4.99381 13.0034 7.1339 13.5764 8.10038 15.25C8.75745 16.3881 8.70159 17.7412 8.07303 18.7949C9.19292 19.5555 10.5435 20 11.9998 20C12.4496 20 12.8886 19.9575 13.3133 19.877C13.8557 19.7741 14.3791 20.1305 14.4822 20.6729C14.5851 21.2154 14.2288 21.7388 13.6863 21.8418C13.1393 21.9456 12.5753 22 11.9998 22C9.95487 22 8.06875 21.3153 6.55741 20.166C4.92839 20.9335 2.95661 20.3375 2.03983 18.75C1.07352 17.0763 1.64655 14.9362 3.3201 13.9697ZM6.36893 16.25C5.95481 15.5328 5.03731 15.2871 4.3201 15.7012C3.60294 16.1153 3.3572 17.0328 3.77128 17.75C4.1854 18.4672 5.1029 18.7129 5.8201 18.2988C6.53727 17.8847 6.78301 16.9672 6.36893 16.25ZM13.4998 5C13.4998 4.17157 12.8282 3.5 11.9998 3.5C11.1714 3.5 10.4998 4.17157 10.4998 5C10.4998 5.82843 11.1714 6.5 11.9998 6.5C12.8282 6.5 13.4998 5.82843 13.4998 5ZM15.4998 5C15.4998 6.933 13.9328 8.5 11.9998 8.5C10.6852 8.5 9.54044 7.77489 8.94217 6.70312C7.25278 7.52522 5.942 9.00657 5.34842 10.8125C5.17592 11.3371 4.61035 11.6226 4.08573 11.4502C3.56113 11.2777 3.2756 10.7121 3.44803 10.1875C4.26327 7.70737 6.12589 5.70523 8.51346 4.70117C8.66512 2.9081 10.1675 1.5 11.9998 1.5C13.9328 1.5 15.4998 3.067 15.4998 5Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17.377 6.99318C17.7933 6.63061 18.4243 6.67372 18.7871 7.08986C20.1643 8.67037 21 10.739 21 13C21 13.3831 20.9734 13.7607 20.9268 14.1319C22.4011 15.1602 22.8674 17.1645 21.9521 18.75C20.9857 20.4235 18.8455 20.9963 17.1719 20.0303C15.4983 19.0638 14.9253 16.9237 15.8916 15.25C16.5497 14.1105 17.7518 13.4815 18.9805 13.501C18.9921 13.3356 19 13.1686 19 13C19 11.2402 18.3512 9.6336 17.2793 8.40333C16.9169 7.98696 16.9607 7.35589 17.377 6.99318ZM19.6719 15.7012C18.9547 15.2871 18.0372 15.5329 17.623 16.25C17.209 16.9672 17.4547 17.8847 18.1719 18.2988C18.8891 18.7128 19.8066 18.4671 20.2207 17.75C20.6347 17.0329 20.3889 16.1153 19.6719 15.7012Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default InternalKnowledge\n", "import type { SVGProps } from \"react\"\nconst InternalKnowledgeOptimizedForCircle = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M3.3201 12.9697C4.99381 12.0034 7.1339 12.5764 8.10038 14.25C8.75745 15.3881 8.70159 16.7412 8.07303 17.7949C9.19292 18.5555 10.5435 19 11.9998 19C12.4496 19 12.8886 18.9575 13.3133 18.877C13.8557 18.7741 14.3791 19.1305 14.4822 19.6729C14.5851 20.2154 14.2288 20.7388 13.6863 20.8418C13.1393 20.9456 12.5753 21 11.9998 21C9.95487 21 8.06875 20.3153 6.55741 19.166C4.92839 19.9335 2.95661 19.3375 2.03983 17.75C1.07352 16.0763 1.64655 13.9362 3.3201 12.9697ZM6.36893 15.25C5.95481 14.5328 5.03731 14.2871 4.3201 14.7012C3.60294 15.1153 3.3572 16.0328 3.77128 16.75C4.1854 17.4672 5.1029 17.7129 5.8201 17.2988C6.53727 16.8847 6.78301 15.9672 6.36893 15.25ZM13.4998 4C13.4998 3.17157 12.8282 2.5 11.9998 2.5C11.1714 2.5 10.4998 3.17157 10.4998 4C10.4998 4.82843 11.1714 5.5 11.9998 5.5C12.8282 5.5 13.4998 4.82843 13.4998 4ZM15.4998 4C15.4998 5.933 13.9328 7.5 11.9998 7.5C10.6852 7.5 9.54044 6.77489 8.94217 5.70312C7.25278 6.52522 5.942 8.00657 5.34842 9.8125C5.17592 10.3371 4.61035 10.6226 4.08573 10.4502C3.56113 10.2777 3.2756 9.71213 3.44803 9.1875C4.26327 6.70737 6.12589 4.70523 8.51346 3.70117C8.66512 1.9081 10.1675 0.5 11.9998 0.5C13.9328 0.5 15.4998 2.067 15.4998 4Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17.377 5.99318C17.7933 5.63061 18.4243 5.67372 18.7871 6.08986C20.1643 7.67037 21 9.73899 21 12C21 12.3831 20.9734 12.7607 20.9268 13.1319C22.4011 14.1602 22.8674 16.1645 21.9521 17.75C20.9857 19.4235 18.8455 19.9963 17.1719 19.0303C15.4983 18.0638 14.9253 15.9237 15.8916 14.25C16.5497 13.1105 17.7518 12.4815 18.9805 12.501C18.9921 12.3356 19 12.1686 19 12C19 10.2402 18.3512 8.6336 17.2793 7.40333C16.9169 6.98696 16.9607 6.35589 17.377 5.99318ZM19.6719 14.7012C18.9547 14.2871 18.0372 14.5329 17.623 15.25C17.209 15.9672 17.4547 16.8847 18.1719 17.2988C18.8891 17.7128 19.8066 17.4671 20.2207 16.75C20.6347 16.0329 20.3889 15.1153 19.6719 14.7012Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default InternalKnowledgeOptimizedForCircle\n", "import type { SVGProps } from \"react\"\nconst Invoice = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M5.59746 2.17781C5.9399 1.94073 6.39343 1.94073 6.73588 2.17781L8.33333 3.28374L9.93079 2.17781C10.2732 1.94073 10.7268 1.94073 11.0692 2.17781L12.6667 3.28374L14.2641 2.17781C14.6066 1.94073 15.0601 1.94073 15.4025 2.17781L17.5692 3.67781C17.839 3.86459 18 4.17185 18 4.5V13H21C21.5523 13 22 13.4477 22 14V19C22 20.6569 20.6569 22 19 22H6C4.34315 22 3 20.6569 3 19V4.5C3 4.17185 3.16099 3.86459 3.43079 3.67781L5.59746 2.17781ZM5 19C5 19.5523 5.44772 20 6 20H16.1707C16.0602 19.6872 16 19.3506 16 19V5.02395L14.8333 4.21626L13.2359 5.32219C12.8934 5.55927 12.4399 5.55927 12.0975 5.32219L10.5 4.21626L8.90254 5.32219C8.5601 5.55927 8.10657 5.55927 7.76412 5.32219L6.16667 4.21626L5 5.02395V19ZM18 15V19C18 19.5523 18.4477 20 19 20C19.5523 20 20 19.5523 20 19V15H18ZM7 10C7 9.44772 7.44772 9 8 9H13C13.5523 9 14 9.44772 14 10C14 10.5523 13.5523 11 13 11H8C7.44772 11 7 10.5523 7 10ZM7 14C7 13.4477 7.44772 13 8 13H13C13.5523 13 14 13.4477 14 14C14 14.5523 13.5523 15 13 15H8C7.44772 15 7 14.5523 7 14Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Invoice\n", "import type { SVGProps } from \"react\"\nconst Io = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12.2929 14.2845C11.9024 13.902 11.9024 13.2817 12.2929 12.8992C12.6834 12.5166 13.3166 12.5166 13.7071 12.8992L15.5 14.6555L15.5 6.97959C15.5 6.43858 15.9477 6 16.5 6C17.0523 6 17.5 6.43858 17.5 6.97959L17.5 14.6555L19.2929 12.8992C19.6834 12.5166 20.3166 12.5166 20.7071 12.8992C21.0976 13.2817 21.0976 13.902 20.7071 14.2845L17.2071 17.7131C16.8166 18.0956 16.1834 18.0956 15.7929 17.7131L12.2929 14.2845ZM3.29289 8.71549C2.90237 9.09804 2.90237 9.71828 3.29289 10.1008C3.68342 10.4834 4.31658 10.4834 4.70711 10.1008L6.5 8.34453L6.5 16.0204C6.5 16.5614 6.94772 17 7.5 17C8.05228 17 8.5 16.5614 8.5 16.0204L8.5 8.34454L10.2929 10.1008C10.6834 10.4834 11.3166 10.4834 11.7071 10.1008C12.0976 9.71828 12.0976 9.09804 11.7071 8.71549L8.20711 5.28692C7.81658 4.90436 7.18342 4.90436 6.79289 5.28692L3.29289 8.71549Z\"\n />\n </svg>\n)\nexport default Io\n", "import type { SVGProps } from \"react\"\nconst JumpToCaption = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M10.3572 3C9.27341 2.99999 8.39925 2.99998 7.69138 3.05782C6.96253 3.11737 6.32234 3.24318 5.73005 3.54497C4.78924 4.02434 4.02434 4.78924 3.54497 5.73005C3.24318 6.32234 3.11737 6.96253 3.05782 7.69138C2.99998 8.39925 2.99999 9.27341 3 10.3572V13.6428C2.99999 14.7266 2.99998 15.6007 3.05782 16.3086C3.11737 17.0375 3.24318 17.6777 3.54497 18.27C4.02434 19.2108 4.78924 19.9757 5.73005 20.455C6.32234 20.7568 6.96253 20.8826 7.69138 20.9422C8.39923 21 9.27334 21 10.3571 21H17V21.9665C17 22.5906 17.7178 22.9417 18.2105 22.5585L20.7388 20.592C21.1249 20.2917 21.1249 19.7083 20.7388 19.408L18.2105 17.4415C17.7178 17.0583 17 17.4094 17 18.0335V19H10.4C9.2634 19 8.47108 18.9992 7.85424 18.9488C7.24907 18.8994 6.90138 18.8072 6.63803 18.673C6.07354 18.3854 5.6146 17.9265 5.32698 17.362C5.19279 17.0986 5.10062 16.7509 5.05118 16.1458C5.00078 15.5289 5 14.7366 5 13.6V10.4C5 9.26339 5.00078 8.47108 5.05118 7.85424C5.10062 7.24907 5.19279 6.90138 5.32698 6.63803C5.6146 6.07354 6.07354 5.6146 6.63803 5.32698C6.90138 5.19279 7.24907 5.10062 7.85424 5.05118C8.47108 5.00078 9.2634 5 10.4 5H13.6C14.7366 5 15.5289 5.00078 16.1458 5.05118C16.7509 5.10062 17.0986 5.19279 17.362 5.32698C17.9265 5.6146 18.3854 6.07354 18.673 6.63803C18.8072 6.90138 18.8994 7.24907 18.9488 7.85424C18.9992 8.47108 19 9.2634 19 10.4V13C19 13.5523 19.4477 14 20 14C20.5523 14 21 13.5523 21 13V10.3572C21 9.27344 21 8.39923 20.9422 7.69138C20.8826 6.96253 20.7568 6.32234 20.455 5.73005C19.9757 4.78924 19.2108 4.02434 18.27 3.54497C17.6777 3.24318 17.0375 3.11737 16.3086 3.05782C15.6007 2.99998 14.7266 2.99999 13.6428 3H10.3572Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M8 10C8 9.44772 8.44772 9 9 9H15C15.5523 9 16 9.44772 16 10C16 10.5523 15.5523 11 15 11H9C8.44772 11 8 10.5523 8 10Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15H13C13.5523 15 14 14.5523 14 14C14 13.4477 13.5523 13 13 13H9Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default JumpToCaption\n", "import type { SVGProps } from \"react\"\nconst Kettlebell = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M18 14.5C18 12.8671 17.222 11.3835 15.9531 10.3633C14.9025 9.51859 13.5223 9 12 9C10.4777 9 9.09754 9.51859 8.04688 10.3633C6.77804 11.3835 6 12.8671 6 14.5C6 17.4691 8.61521 20 12 20C15.3848 20 18 17.4691 18 14.5ZM17 7C17 6.33381 16.5945 5.60857 15.6875 5.00391C14.7875 4.40396 13.4869 4 12 4C10.5131 4 9.21251 4.40396 8.3125 5.00391C7.4055 5.60857 7 6.33381 7 7C7 7.42367 7.16388 7.86599 7.51465 8.29004C8.79804 7.47416 10.3433 7 12 7C13.6564 7 15.2011 7.47443 16.4844 8.29004C16.8354 7.86585 17 7.42383 17 7ZM19 7C19 7.97642 18.6204 8.84684 18.0234 9.56738C19.2453 10.8781 20 12.5999 20 14.5C20 18.7106 16.3472 22 12 22C7.6528 22 4 18.7106 4 14.5C4 12.6002 4.75401 10.8781 5.97559 9.56738C5.37881 8.84693 5 7.97621 5 7C5 5.45705 5.93856 4.18289 7.20312 3.33984C8.47467 2.49221 10.1733 2 12 2C13.8267 2 15.5253 2.49221 16.7969 3.33984C18.0614 4.18289 19 5.45705 19 7Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Kettlebell\n", "import type { SVGProps } from \"react\"\nconst Key = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M15 4C12.2386 4 10 6.23858 10 9C10 9.50683 10.0751 9.99431 10.2141 10.4529C10.3211 10.8059 10.225 11.1892 9.96418 11.45L5.14645 16.2678C5.05268 16.3615 5 16.4887 5 16.6213V19H7.37868C7.51129 19 7.63847 18.9473 7.73223 18.8536L8.5 18.0858V16.5C8.5 15.9477 8.94772 15.5 9.5 15.5H11.0858L12.55 14.0358C12.8108 13.775 13.1941 13.6789 13.5471 13.7859C14.0057 13.9249 14.4932 14 15 14C17.7614 14 20 11.7614 20 9C20 6.23858 17.7614 4 15 4ZM8 9C8 5.13401 11.134 2 15 2C18.866 2 22 5.13401 22 9C22 12.866 18.866 16 15 16C14.508 16 14.0269 15.9491 13.5622 15.852L12.2071 17.2071C12.0196 17.3946 11.7652 17.5 11.5 17.5H10.5V18.5C10.5 18.7652 10.3946 19.0196 10.2071 19.2071L9.14645 20.2678C8.67761 20.7366 8.04172 21 7.37868 21H4C3.44772 21 3 20.5523 3 20V16.6213C3 15.9583 3.26339 15.3224 3.73223 14.8536L8.14801 10.4378C8.05092 9.97307 8 9.49204 8 9Z\"\n />\n <path d=\"M17.75 8C17.75 8.9665 16.9665 9.75 16 9.75C15.0335 9.75 14.25 8.9665 14.25 8C14.25 7.0335 15.0335 6.25 16 6.25C16.9665 6.25 17.75 7.0335 17.75 8Z\" />\n </svg>\n)\nexport default Key\n", "import type { SVGProps } from \"react\"\nconst Keyboard = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M2 7a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V7Zm3-1a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1H5Zm4 8a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2h-4a1 1 0 0 1-1-1Zm-2.46-2.89a1.11 1.11 0 1 0 0-2.22 1.11 1.11 0 0 0 0 2.22Zm3.64 0a1.11 1.11 0 1 0 0-2.22 1.11 1.11 0 0 0 0 2.22ZM14.93 10a1.11 1.11 0 1 1-2.22 0 1.11 1.11 0 0 1 2.22 0Zm2.53 1.11a1.11 1.11 0 1 0 0-2.22 1.11 1.11 0 0 0 0 2.22ZM7.65 14a1.11 1.11 0 1 1-2.22 0 1.11 1.11 0 0 1 2.22 0Zm10.92 0a1.11 1.11 0 1 1-2.22 0 1.11 1.11 0 0 1 2.22 0Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default Keyboard\n", "import type { SVGProps } from \"react\"\nconst KeyboardShortcut = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12.0317 8.0023L8.5835 12.7043C8.34131 13.0346 8.57715 13.5 8.9867 13.5H11.5789L11.0789 15.5854C10.9517 16.1162 11.6456 16.4378 11.9684 15.9977L15.4165 11.2957C15.6587 10.9654 15.4228 10.5 15.0133 10.5H12.4211L12.9211 8.41456C13.0483 7.8838 12.3544 7.56216 12.0317 8.0023Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M8.5087 2.75C7.70374 2.74999 7.03937 2.74998 6.49818 2.79419C5.93608 2.84012 5.41937 2.93868 4.93404 3.18598C4.18139 3.56947 3.56947 4.18139 3.18598 4.93404C2.93868 5.41937 2.84012 5.93608 2.79419 6.49818C2.74998 7.03937 2.74999 7.70372 2.75 8.50868V15.4913C2.74999 16.2963 2.74998 16.9606 2.79419 17.5018C2.84012 18.0639 2.93868 18.5806 3.18598 19.066C3.56947 19.8186 4.18139 20.4305 4.93404 20.814C5.41937 21.0613 5.93608 21.1599 6.49818 21.2058C7.03937 21.25 7.70372 21.25 8.50868 21.25H15.4913C16.2963 21.25 16.9606 21.25 17.5018 21.2058C18.0639 21.1599 18.5806 21.0613 19.066 20.814C19.8186 20.4305 20.4305 19.8186 20.814 19.066C21.0613 18.5806 21.1599 18.0639 21.2058 17.5018C21.25 16.9606 21.25 16.2963 21.25 15.4913V8.50868C21.25 7.70372 21.25 7.03937 21.2058 6.49818C21.1599 5.93608 21.0613 5.41937 20.814 4.93404C20.4305 4.18139 19.8186 3.56947 19.066 3.18598C18.5806 2.93868 18.0639 2.84012 17.5018 2.79419C16.9606 2.74998 16.2963 2.74999 15.4913 2.75H8.5087ZM5.84202 4.96799C5.99842 4.8883 6.22262 4.82337 6.66104 4.78755C7.11113 4.75078 7.69342 4.75 8.55 4.75H15.45C16.3066 4.75 16.8889 4.75078 17.339 4.78755C17.7774 4.82337 18.0016 4.8883 18.158 4.96799C18.5343 5.15974 18.8403 5.4657 19.032 5.84202C19.1117 5.99842 19.1766 6.22262 19.2124 6.66104C19.2492 7.11113 19.25 7.69342 19.25 8.55V15.45C19.25 16.3066 19.2492 16.8889 19.2124 17.339C19.1766 17.7774 19.1117 18.0016 19.032 18.158C18.8403 18.5343 18.5343 18.8403 18.158 19.032C18.0016 19.1117 17.7774 19.1766 17.339 19.2124C16.8889 19.2492 16.3066 19.25 15.45 19.25H8.55C7.69342 19.25 7.11113 19.2492 6.66104 19.2124C6.22262 19.1766 5.99842 19.1117 5.84202 19.032C5.4657 18.8403 5.15974 18.5343 4.96799 18.158C4.8883 18.0016 4.82337 17.7774 4.78755 17.339C4.75078 16.8889 4.75 16.3066 4.75 15.45V8.55C4.75 7.69342 4.75078 7.11113 4.78755 6.66104C4.82337 6.22262 4.8883 5.99842 4.96799 5.84202C5.15974 5.4657 5.4657 5.15974 5.84202 4.96799Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default KeyboardShortcut\n", "import type { SVGProps } from \"react\"\nconst Lab = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M7 3a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2v5.276a1 1 0 0 0 .232.64l3.685 4.423A4.671 4.671 0 0 1 16.33 22H7.671a4.671 4.671 0 0 1-3.588-7.661l.045-.055c.06-.106.139-.201.234-.28l3.406-4.088A1 1 0 0 0 8 9.276V4a1 1 0 0 1-1-1Zm3 1v5.276a3 3 0 0 1-.695 1.92l-1.709 2.05a10.82 10.82 0 0 1 1.4-.027c1.071.048 1.97.254 2.75.433l.219.05c.842.191 1.562.332 2.4.29.624-.03 1.348-.164 2.247-.495l-1.917-2.3A3 3 0 0 1 14 9.276V4h-4Zm7.959 11.113c-1.347.574-2.472.827-3.495.877-1.131.056-2.078-.142-2.941-.338l-.209-.047c-.793-.181-1.525-.348-2.409-.388-.879-.04-1.933.047-3.305.425A2.671 2.671 0 0 0 7.67 20h8.66a2.67 2.67 0 0 0 2.05-4.38l-.421-.507Z\" />\n </svg>\n)\nexport default Lab\n", "import type { SVGProps } from \"react\"\nconst Language = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M8 3.5a1 1 0 0 1 1 1V5h3a1 1 0 1 1 0 2h-.627c-.313 1.912-.929 3.524-1.936 4.819.752.525 1.675.928 2.806 1.21a1 1 0 1 1-.486 1.941c-1.461-.365-2.717-.928-3.757-1.725-1.04.797-2.296 1.36-3.757 1.725a1 1 0 1 1-.486-1.94c1.131-.283 2.054-.686 2.806-1.211C5.556 10.524 4.94 8.912 4.628 7H4a1 1 0 0 1 0-2h3v-.5a1 1 0 0 1 1-1ZM9.342 7C9.076 8.414 8.626 9.527 8 10.401 7.374 9.527 6.924 8.414 6.658 7h2.684Zm8.552 3.553a1 1 0 0 0-1.788 0l-4 8a1 1 0 1 0 1.788.894L14.618 18h4.764l.724 1.447a1 1 0 1 0 1.788-.894l-4-8ZM17 13.236 18.382 16h-2.764L17 13.236Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default Language\n", "import type { SVGProps } from \"react\"\nconst Latency = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M8.759 3h6.482c.805 0 1.47 0 2.01.044.563.046 1.08.145 1.565.392a4 4 0 0 1 1.748 1.748c.247.485.346 1.002.392 1.564C21 7.29 21 7.954 21 8.758v6.483c0 .805 0 1.47-.044 2.01-.046.563-.145 1.08-.392 1.565a4 4 0 0 1-1.748 1.748c-.485.247-1.002.346-1.564.392-.541.044-1.206.044-2.01.044H8.758c-.805 0-1.47 0-2.01-.044-.563-.046-1.08-.145-1.565-.392a4 4 0 0 1-1.748-1.748c-.247-.485-.346-1.002-.392-1.564C3 16.71 3 16.046 3 15.242V8.758c0-.805 0-1.47.044-2.01.046-.563.145-1.08.392-1.565a4 4 0 0 1 1.748-1.748c.485-.247 1.002-.346 1.564-.392C7.29 3 7.954 3 8.758 3ZM5 13v2.2c0 .857 0 1.439.038 1.889.035.438.1.663.18.819a2 2 0 0 0 .874.874c.156.08.38.145.819.18C7.361 19 7.943 19 8.8 19h6.4c.857 0 1.439 0 1.889-.038.438-.035.663-.1.819-.18a2 2 0 0 0 .874-.874c.08-.156.145-.38.18-.819.037-.45.038-1.032.038-1.889V13h-2a1 1 0 0 1-.814-.419l-1.686-2.36-4.186 5.86a1 1 0 0 1-1.628 0L6.486 13H5Zm14-2V8.8c0-.857 0-1.439-.038-1.889-.035-.438-.1-.663-.18-.819a2 2 0 0 0-.874-.874c-.156-.08-.38-.145-.819-.18C16.639 5 16.057 5 15.2 5H8.8c-.857 0-1.439 0-1.889.038-.438.035-.663.1-.819.18a2 2 0 0 0-.874.874c-.08.156-.145.38-.18.819C5 7.361 5 7.943 5 8.8V11h2a1 1 0 0 1 .814.419l1.686 2.36 4.186-5.86a1 1 0 0 1 1.628 0l2.2 3.081H19Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default Latency\n", "import type { SVGProps } from \"react\"\nconst Lifesaver = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"m5.68 7.094 2.148 2.149A4.977 4.977 0 0 0 7 12c0 1.02.305 1.967.828 2.757L5.68 16.906A7.965 7.965 0 0 1 4 12c0-1.849.627-3.551 1.68-4.906ZM4.258 5.67A9.959 9.959 0 0 0 2 12a9.96 9.96 0 0 0 2.258 6.33 1 1 0 0 0 1.412 1.412A9.959 9.959 0 0 0 12 22a9.959 9.959 0 0 0 6.33-2.258 1 1 0 0 0 1.412-1.412A9.959 9.959 0 0 0 22 12a9.959 9.959 0 0 0-2.258-6.33 1 1 0 0 0-1.412-1.412A9.959 9.959 0 0 0 12 2a9.959 9.959 0 0 0-6.33 2.258A1 1 0 0 0 4.258 5.67Zm2.836.01A7.965 7.965 0 0 1 12 4c1.849 0 3.551.627 4.906 1.68l-2.149 2.148A4.977 4.977 0 0 0 12 7c-1.02 0-1.967.305-2.757.828L7.094 5.68ZM18.32 7.094A7.966 7.966 0 0 1 20 12a7.965 7.965 0 0 1-1.68 4.906l-2.148-2.149c.523-.79.828-1.738.828-2.757 0-1.02-.305-1.967-.828-2.757l2.148-2.149ZM16.906 18.32A7.965 7.965 0 0 1 12 20a7.966 7.966 0 0 1-4.906-1.68l2.149-2.148c.79.523 1.738.828 2.757.828 1.02 0 1.967-.305 2.757-.828l2.149 2.148ZM12 9a3 3 0 1 1 0 6 3 3 0 0 1 0-6Z\" />\n </svg>\n)\nexport default Lifesaver\n", "import type { SVGProps } from \"react\"\nconst Lightbulb = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M12 3c3.585 0 6.5 2.923 6.5 6.538A6.542 6.542 0 0 1 15.575 15h-7.15A6.542 6.542 0 0 1 5.5 9.538C5.5 5.923 8.415 3 12 3Zm2.865 14v1h-5.73v-1h5.73Zm-1.133 3a2 2 0 0 1-3.464 0h3.464Zm-5.606 0a4.002 4.002 0 0 0 7.748 0 1 1 0 0 0 .991-1v-2.46A8.54 8.54 0 0 0 20.5 9.539C20.5 4.828 16.7 1 12 1S3.5 4.828 3.5 9.538a8.54 8.54 0 0 0 3.635 7.003V19a1 1 0 0 0 .991 1Z\" />\n </svg>\n)\nexport default Lightbulb\n", "import type { SVGProps } from \"react\"\nconst Lightbulb20 = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M11.9935 3.71116C15.1785 3.71116 17.7604 6.29305 17.7604 9.47798C17.7604 11.3324 16.8859 12.9826 15.5232 14.0389H8.46391C7.10118 12.9826 6.22672 11.3324 6.22672 9.47798C6.22672 6.29305 8.80862 3.71116 11.9935 3.71116ZM16.9611 15.3472C18.6245 13.9379 19.6826 11.8316 19.6826 9.47798C19.6826 5.23141 16.2401 1.78888 11.9935 1.78888C7.74697 1.78888 4.30444 5.23141 4.30444 9.47798C4.30444 11.8376 5.36806 13.9487 7.03882 15.358V18C7.03882 18.5308 7.46913 18.9612 7.99996 18.9612H8.15431C8.58382 20.6844 10.1418 21.9612 11.998 21.9612C13.8543 21.9612 15.4123 20.6844 15.8418 18.9612H16C16.5308 18.9612 16.9611 18.5308 16.9611 18V15.3472ZM15.0388 15.9612V17.0389H8.96109V15.9612H15.0388ZM13.7966 18.9612C13.4531 19.6026 12.7765 20.0389 11.998 20.0389C11.2196 20.0389 10.543 19.6026 10.1995 18.9612H13.7966Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Lightbulb20\n", "import type { SVGProps } from \"react\"\nconst Lightbulb22 = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12 3.625C15.3262 3.625 18.0312 6.3366 18.0312 9.69231C18.0312 11.8038 16.9599 13.6626 15.3329 14.75H8.66712C7.04011 13.6626 5.96875 11.8038 5.96875 9.69231C5.96875 6.3366 8.67385 3.625 12 3.625ZM14.6237 16.75V17.5625H9.37631V16.75H14.6237ZM13.5119 19.5625C13.1874 20.0521 12.6314 20.375 12 20.375C11.3686 20.375 10.8126 20.0521 10.4881 19.5625H13.5119ZM8.31957 19.5609C8.75834 21.1822 10.2399 22.375 12 22.375C13.7601 22.375 15.2417 21.1822 15.6804 19.5609C16.2063 19.5315 16.6237 19.0957 16.6237 18.5625V16.2893C18.6843 14.8295 20.0312 12.4184 20.0312 9.69231C20.0312 5.24168 16.4404 1.625 12 1.625C7.55965 1.625 3.96875 5.24168 3.96875 9.69231C3.96875 12.4184 5.31567 14.8295 7.37631 16.2893V18.5625C7.37631 19.0957 7.79368 19.5315 8.31957 19.5609Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Lightbulb22\n", "import type { SVGProps } from \"react\"\nconst Lightbulb22Filled = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M14.6237 16.75V17.5625H9.37631V16.75H14.6237ZM13.5119 19.5625C13.1874 20.0521 12.6314 20.375 12 20.375C11.3686 20.375 10.8126 20.0521 10.4881 19.5625H13.5119ZM8.31957 19.5609C8.75834 21.1822 10.2399 22.375 12 22.375C13.7601 22.375 15.2417 21.1822 15.6804 19.5609C16.2063 19.5315 16.6237 19.0957 16.6237 18.5625V16.2893C18.6843 14.8295 20.0312 12.4184 20.0312 9.69231C20.0312 5.24168 16.4404 1.625 12 1.625C7.55965 1.625 3.96875 5.24168 3.96875 9.69231C3.96875 12.4184 5.31567 14.8295 7.37631 16.2893V18.5625C7.37631 19.0957 7.79368 19.5315 8.31957 19.5609Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Lightbulb22Filled\n", "import type { SVGProps } from \"react\"\nconst LightbulbGlow = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12 0C12.5523 0 13 0.447715 13 1V2C13 2.55228 12.5523 3 12 3C11.4477 3 11 2.55228 11 2V1C11 0.447715 11.4477 0 12 0Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M3.29289 3.29289C3.68342 2.90237 4.31658 2.90237 4.70711 3.29289L5.70711 4.29289C6.09763 4.68342 6.09763 5.31658 5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L3.29289 4.70711C2.90237 4.31658 2.90237 3.68342 3.29289 3.29289Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M20.7071 3.29289C21.0976 3.68342 21.0976 4.31658 20.7071 4.70711L19.7071 5.70711C19.3166 6.09763 18.6834 6.09763 18.2929 5.70711C17.9024 5.31658 17.9024 4.68342 18.2929 4.29289L19.2929 3.29289C19.6834 2.90237 20.3166 2.90237 20.7071 3.29289Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M0 12C0 11.4477 0.447715 11 1 11H2C2.55228 11 3 11.4477 3 12C3 12.5523 2.55228 13 2 13H1C0.447715 13 0 12.5523 0 12Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M21 12C21 11.4477 21.4477 11 22 11H23C23.5523 11 24 11.4477 24 12C24 12.5523 23.5523 13 23 13H22C21.4477 13 21 12.5523 21 12Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M5 12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12C19 14.38 17.8118 16.4814 16 17.7452V19C16 21.2091 14.2091 23 12 23C9.79086 23 8 21.2091 8 19V17.7452C6.18818 16.4814 5 14.38 5 12ZM12 7C9.23858 7 7 9.23858 7 12C7 13.8494 8.00361 15.4657 9.50073 16.3317C9.80972 16.5104 10 16.8403 10 17.1973V18H14V17.1973C14 16.8403 14.1903 16.5104 14.4993 16.3317C15.9964 15.4657 17 13.8494 17 12C17 9.23858 14.7614 7 12 7ZM13.7324 20H10.2676C10.6134 20.5978 11.2597 21 12 21C12.7403 21 13.3866 20.5978 13.7324 20Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default LightbulbGlow\n", "import type { SVGProps } from \"react\"\nconst LightMode = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M12 1a1 1 0 0 1 1 1v1a1 1 0 1 1-2 0V2a1 1 0 0 1 1-1ZM1 12a1 1 0 0 1 1-1h1a1 1 0 1 1 0 2H2a1 1 0 0 1-1-1Zm19 0a1 1 0 0 1 1-1h1a1 1 0 1 1 0 2h-1a1 1 0 0 1-1-1Zm-8 8a1 1 0 0 1 1 1v1a1 1 0 1 1-2 0v-1a1 1 0 0 1 1-1Zm0-12a4 4 0 1 0 0 8 4 4 0 0 0 0-8Zm-6 4a6 6 0 1 1 12 0 6 6 0 0 1-12 0Zm-.364-7.778a1 1 0 1 0-1.414 1.414l.707.707A1 1 0 0 0 6.343 4.93l-.707-.707ZM4.222 18.364a1 1 0 1 0 1.414 1.414l.707-.707a1 1 0 1 0-1.414-1.414l-.707.707ZM17.657 4.929a1 1 0 1 0 1.414 1.414l.707-.707a1 1 0 0 0-1.414-1.414l-.707.707Zm1.414 12.728a1 1 0 1 0-1.414 1.414l.707.707a1 1 0 0 0 1.414-1.414l-.707-.707Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default LightMode\n", "import type { SVGProps } from \"react\"\nconst Link = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M18.2929 5.7071C16.4743 3.88849 13.5257 3.88849 11.7071 5.7071L10.7071 6.7071C10.3166 7.09763 9.68341 7.09763 9.29289 6.7071C8.90236 6.31658 8.90236 5.68341 9.29289 5.29289L10.2929 4.29289C12.8926 1.69322 17.1074 1.69322 19.7071 4.29289C22.3068 6.89255 22.3068 11.1074 19.7071 13.7071L18.7071 14.7071C18.3166 15.0976 17.6834 15.0976 17.2929 14.7071C16.9024 14.3166 16.9024 13.6834 17.2929 13.2929L18.2929 12.2929C20.1115 10.4743 20.1115 7.52572 18.2929 5.7071ZM15.7071 8.29289C16.0976 8.68341 16.0976 9.31658 15.7071 9.7071L9.7071 15.7071C9.31658 16.0976 8.68341 16.0976 8.29289 15.7071C7.90236 15.3166 7.90236 14.6834 8.29289 14.2929L14.2929 8.29289C14.6834 7.90236 15.3166 7.90236 15.7071 8.29289ZM6.7071 9.29289C7.09763 9.68341 7.09763 10.3166 6.7071 10.7071L5.7071 11.7071C3.88849 13.5257 3.88849 16.4743 5.7071 18.2929C7.52572 20.1115 10.4743 20.1115 12.2929 18.2929L13.2929 17.2929C13.6834 16.9024 14.3166 16.9024 14.7071 17.2929C15.0976 17.6834 15.0976 18.3166 14.7071 18.7071L13.7071 19.7071C11.1074 22.3068 6.89255 22.3068 4.29289 19.7071C1.69322 17.1074 1.69322 12.8926 4.29289 10.2929L5.29289 9.29289C5.68341 8.90236 6.31658 8.90236 6.7071 9.29289Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Link\n", "import type { SVGProps } from \"react\"\nconst LinkDisabledBold = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M4.11616 4.11613C4.60431 3.62797 5.39577 3.62797 5.88392 4.11613L19.8839 18.1161C20.3721 18.6043 20.3721 19.3957 19.8839 19.8839C19.3958 20.372 18.6043 20.372 18.1162 19.8839L4.11616 5.88389C3.628 5.39574 3.628 4.60428 4.11616 4.11613Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M18.2045 5.79551C16.7109 4.30185 14.2892 4.30185 12.7955 5.79551C12.3562 6.23485 11.6439 6.23485 11.2045 5.79551C10.7652 5.35617 10.7652 4.64385 11.2045 4.20451C13.5769 1.83218 17.4232 1.83218 19.7955 4.20451C22.1679 6.57685 22.1679 10.4232 19.7955 12.7955C19.3562 13.2348 18.6439 13.2348 18.2045 12.7955C17.7652 12.3562 17.7652 11.6439 18.2045 11.2045C19.6982 9.71086 19.6982 7.28916 18.2045 5.79551Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M5.79554 18.2045C7.28919 19.6982 9.71089 19.6982 11.2045 18.2045C11.6439 17.7652 12.3562 17.7652 12.7955 18.2045C13.2349 18.6439 13.2349 19.3562 12.7955 19.7955C10.4232 22.1678 6.57688 22.1678 4.20455 19.7955C1.83221 17.4232 1.83221 13.5769 4.20455 11.2045C4.64388 10.7652 5.3562 10.7652 5.79554 11.2045C6.23488 11.6439 6.23488 12.3562 5.79554 12.7955C4.30188 14.2892 4.30188 16.7109 5.79554 18.2045Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default LinkDisabledBold\n", "import type { SVGProps } from \"react\"\nconst LinkExternalWebsite = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M15 5C14.4477 5 14 4.55228 14 4C14 3.44772 14.4477 3 15 3H20C20.5523 3 21 3.44772 21 4V9C21 9.55228 20.5523 10 20 10C19.4477 10 19 9.55228 19 9V6.41421L13.7071 11.7071C13.3166 12.0976 12.6834 12.0976 12.2929 11.7071C11.9024 11.3166 11.9024 10.6834 12.2929 10.2929L17.5858 5H15ZM9.7587 4H10C10.5523 4 11 4.44772 11 5C11 5.55228 10.5523 6 10 6H9.8C8.94342 6 8.36113 6.00078 7.91104 6.03755C7.47262 6.07337 7.24842 6.1383 7.09202 6.21799C6.7157 6.40973 6.40973 6.71569 6.21799 7.09202C6.1383 7.24842 6.07337 7.47262 6.03755 7.91104C6.00078 8.36113 6 8.94342 6 9.8V14.2C6 15.0566 6.00078 15.6389 6.03755 16.089C6.07337 16.5274 6.1383 16.7516 6.21799 16.908C6.40973 17.2843 6.7157 17.5903 7.09202 17.782C7.24842 17.8617 7.47262 17.9266 7.91104 17.9624C8.36113 17.9992 8.94342 18 9.8 18H14.2C15.0566 18 15.6389 17.9992 16.089 17.9624C16.5274 17.9266 16.7516 17.8617 16.908 17.782C17.2843 17.5903 17.5903 17.2843 17.782 16.908C17.8617 16.7516 17.9266 16.5274 17.9624 16.089C17.9992 15.6389 18 15.0566 18 14.2V14C18 13.4477 18.4477 13 19 13C19.5523 13 20 13.4477 20 14V14.2413C20 15.0463 20 15.7106 19.9558 16.2518C19.9099 16.8139 19.8113 17.3306 19.564 17.816C19.1805 18.5686 18.5686 19.1805 17.816 19.564C17.3306 19.8113 16.8139 19.9099 16.2518 19.9558C15.7106 20 15.0463 20 14.2413 20H9.75868C8.95372 20 8.28936 20 7.74817 19.9558C7.18608 19.9099 6.66937 19.8113 6.18404 19.564C5.43139 19.1805 4.81947 18.5686 4.43597 17.816C4.18868 17.3306 4.09012 16.8139 4.04419 16.2518C3.99998 15.7106 3.99999 15.0463 4 14.2413V9.7587C3.99999 8.95373 3.99998 8.28937 4.04419 7.74817C4.09012 7.18608 4.18868 6.66937 4.43597 6.18404C4.81947 5.43139 5.43139 4.81947 6.18404 4.43597C6.66937 4.18868 7.18608 4.09012 7.74817 4.04419C8.28937 3.99998 8.95373 3.99999 9.7587 4Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default LinkExternalWebsite\n", "import type { SVGProps } from \"react\"\nconst LocalServices = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M3.10686 5.10517C3.49825 3.85275 4.65815 3 5.9703 3H18.0295C19.3417 3 20.5016 3.85275 20.893 5.10517L21.7787 7.9394C22.2133 9.33029 21.8313 10.7336 20.9568 11.7086C20.9848 11.8008 20.9999 11.8986 20.9999 12V17C20.9999 19.2091 19.2091 21 16.9999 21H6.99992C4.79078 21 2.99992 19.2091 2.99992 17V12C2.99992 11.8986 3.01501 11.8008 3.04306 11.7086C2.16853 10.7337 1.78651 9.3303 2.22117 7.9394L3.10686 5.10517ZM4.99992 12.8868V17C4.99992 18.1046 5.89535 19 6.99992 19H16.9999C18.1045 19 18.9999 18.1046 18.9999 17V12.8868C18.7001 12.9606 18.385 13 18.0582 13C16.8688 13 15.792 12.4641 15.073 11.6088C14.3276 12.4576 13.2338 13 11.9999 13C10.766 13 9.67221 12.4576 8.92687 11.6088C8.20783 12.4641 7.13106 13 5.94167 13C5.61489 13 5.29975 12.9606 4.99992 12.8868ZM14.0735 8.65106C14.0735 8.65094 14.0735 8.65118 14.0735 8.65106L13.6171 5H10.3827L9.92632 8.65106C9.77041 9.89833 10.7429 11 11.9999 11C13.2568 11 14.2292 9.89818 14.0735 8.65106ZM8.36714 5H5.9703C5.53292 5 5.14629 5.28425 5.01582 5.70172L4.13013 8.53595C3.74821 9.75809 4.66125 11 5.94167 11C6.89885 11 7.70623 10.2873 7.82496 9.33747L8.36714 5ZM15.6327 5L16.0581 8.40299C16.0581 8.40282 16.0581 8.40317 16.0581 8.40299L16.1749 9.33747C16.2936 10.2873 17.101 11 18.0582 11C19.3386 11 20.2516 9.75809 19.8697 8.53595L18.984 5.70172C18.8536 5.28425 18.4669 5 18.0295 5H15.6327Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default LocalServices\n", "import type { SVGProps } from \"react\"\nconst Lock = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M12 4a4 4 0 0 0-4 4h8a4 4 0 0 0-4-4Zm-6 6a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-8a1 1 0 0 0-1-1H6Zm0-2a6 6 0 1 1 12 0 3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3v-8a3 3 0 0 1 3-3Zm4 6a2 2 0 1 1 3 1.732V17a1 1 0 1 1-2 0v-1.268A2 2 0 0 1 10 14Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default Lock\n", "import type { SVGProps } from \"react\"\nconst LockKeyHole = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M6 8C6 4.68629 8.68629 2 12 2C15.3137 2 18 4.68629 18 8V8.15032C18.2826 8.21225 18.5539 8.30243 18.816 8.43597C19.5686 8.81947 20.1805 9.43139 20.564 10.184C20.8113 10.6694 20.9099 11.1861 20.9558 11.7482C21 12.2894 21 12.9537 21 13.7587V16.2413C21 17.0463 21 17.7106 20.9558 18.2518C20.9099 18.8139 20.8113 19.3306 20.564 19.816C20.1805 20.5686 19.5686 21.1805 18.816 21.564C18.3306 21.8113 17.8139 21.9099 17.2518 21.9558C16.7106 22 16.0463 22 15.2413 22H8.75868C7.95372 22 7.28936 22 6.74817 21.9558C6.18608 21.9099 5.66937 21.8113 5.18404 21.564C4.43139 21.1805 3.81947 20.5686 3.43597 19.816C3.18868 19.3306 3.09012 18.8139 3.04419 18.2518C2.99998 17.7106 2.99999 17.0463 3 16.2413V13.7587C2.99999 12.9537 2.99998 12.2894 3.04419 11.7482C3.09012 11.1861 3.18868 10.6694 3.43597 10.184C3.81947 9.43139 4.43139 8.81947 5.18404 8.43597C5.44614 8.30243 5.71739 8.21225 6 8.15032V8ZM8 8.00163C8.23771 7.99999 8.4904 8 8.7587 8H15.2413C15.5096 8 15.7623 7.99999 16 8.00163V8C16 5.79086 14.2091 4 12 4C9.79086 4 8 5.79086 8 8V8.00163ZM6.91104 10.0376C6.47262 10.0734 6.24842 10.1383 6.09202 10.218C5.7157 10.4097 5.40973 10.7157 5.21799 11.092C5.1383 11.2484 5.07337 11.4726 5.03755 11.911C5.00078 12.3611 5 12.9434 5 13.8V16.2C5 17.0566 5.00078 17.6389 5.03755 18.089C5.07337 18.5274 5.1383 18.7516 5.21799 18.908C5.40973 19.2843 5.7157 19.5903 6.09202 19.782C6.24842 19.8617 6.47262 19.9266 6.91104 19.9624C7.36113 19.9992 7.94342 20 8.8 20H15.2C16.0566 20 16.6389 19.9992 17.089 19.9624C17.5274 19.9266 17.7516 19.8617 17.908 19.782C18.2843 19.5903 18.5903 19.2843 18.782 18.908C18.8617 18.7516 18.9266 18.5274 18.9624 18.089C18.9992 17.6389 19 17.0566 19 16.2V13.8C19 12.9434 18.9992 12.3611 18.9624 11.911C18.9266 11.4726 18.8617 11.2484 18.782 11.092C18.5903 10.7157 18.2843 10.4097 17.908 10.218C17.7516 10.1383 17.5274 10.0734 17.089 10.0376C16.6389 10.0008 16.0566 10 15.2 10H8.8C7.94342 10 7.36113 10.0008 6.91104 10.0376Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M10 14C10 12.8954 10.8954 12 12 12C13.1046 12 14 12.8954 14 14C14 14.7403 13.5978 15.3866 13 15.7324V17C13 17.5523 12.5523 18 12 18C11.4477 18 11 17.5523 11 17V15.7324C10.4022 15.3866 10 14.7403 10 14Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default LockKeyHole\n", "import type { SVGProps } from \"react\"\nconst Logout = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M7 4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h4a1 1 0 1 1 0 2H7a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h4a1 1 0 1 1 0 2H7Zm8.293 3.293a1 1 0 0 1 1.414 0l4 4a1 1 0 0 1 0 1.414l-4 4a1 1 0 0 1-1.414-1.414L17.586 13H11a1 1 0 1 1 0-2h6.586l-2.293-2.293a1 1 0 0 1 0-1.414Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default Logout\n", "import type { SVGProps } from \"react\"\nconst Loop = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M2.5117 10.806C3.10004 6.08786 7.12305 2.4375 12.0003 2.4375C14.3607 2.4375 16.5582 3.29386 18.2502 4.71499V4C18.2502 3.44772 18.6979 3 19.2502 3C19.8025 3 20.2502 3.44772 20.2502 4V7.5C20.2502 8.05228 19.8025 8.5 19.2502 8.5H15.7502C15.1979 8.5 14.7502 8.05228 14.7502 7.5C14.7502 6.94772 15.1979 6.5 15.7502 6.5H17.0656C15.7234 5.29726 13.9314 4.5625 12.0003 4.5625C8.2083 4.5625 5.07773 7.40122 4.62036 11.069C4.54775 11.6513 4.01685 12.0644 3.43456 11.9918C2.85226 11.9192 2.43908 11.3883 2.5117 10.806Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M20.566 12.0082C21.1483 12.0808 21.5615 12.6117 21.4888 13.194C20.9005 17.9121 16.8775 21.5625 12.0003 21.5625C9.6397 21.5625 7.44223 20.7061 5.75023 19.285V20C5.75023 20.5523 5.30252 21 4.75023 21C4.19795 21 3.75023 20.5523 3.75023 20V16.5C3.75023 15.9477 4.19795 15.5 4.75023 15.5H8.25023C8.80252 15.5 9.25023 15.9477 9.25023 16.5C9.25023 17.0523 8.80252 17.5 8.25023 17.5H6.93497C8.27723 18.7028 10.0693 19.4375 12.0003 19.4375C15.7922 19.4375 18.9228 16.5988 19.3802 12.931C19.4528 12.3487 19.9837 11.9356 20.566 12.0082Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M10.0002 9.81878V14.1812C10.0002 14.828 10.7117 15.2186 11.2527 14.8688L14.6269 12.6876C15.1247 12.3658 15.1247 11.6342 14.6269 11.3124L11.2527 9.13117C10.7117 8.78144 10.0002 9.17205 10.0002 9.81878Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Loop\n", "import type { SVGProps } from \"react\"\nconst LoopLong = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.5574 7.40381C14.0958 4.8654 18.2113 4.8654 20.7497 7.40381C23.2882 9.94221 23.2882 14.0578 20.7497 16.5962C18.2113 19.1346 14.0958 19.1346 11.5574 16.5962L8.37538 13.4142L7.31472 14.4749C5.94788 15.8417 3.7318 15.8417 2.36497 14.4749C0.998135 13.108 0.998135 10.892 2.36497 9.52513C3.7318 8.15829 5.94788 8.15829 7.31472 9.52513L8.37538 10.5858L11.5574 7.40381ZM9.78959 12L12.9716 15.182C14.7289 16.9393 17.5782 16.9393 19.3355 15.182C21.0929 13.4246 21.0929 10.5754 19.3355 8.81802C17.5782 7.06066 14.7289 7.06066 12.9716 8.81802L9.78959 12ZM6.96116 12L5.9005 10.9393C5.31472 10.3536 4.36497 10.3536 3.77918 10.9393C3.1934 11.5251 3.1934 12.4749 3.77918 13.0607C4.36497 13.6464 5.31472 13.6464 5.9005 13.0607L6.96116 12Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default LoopLong\n", "import type { SVGProps } from \"react\"\nconst LoopNormal = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M13.2645 8.11091C15.4123 5.96303 18.8948 5.96303 21.0426 8.11091C23.1905 10.2588 23.1905 13.7412 21.0426 15.8891C18.8948 18.037 15.4123 18.037 13.2645 15.8891L10.7896 13.4142L9.02182 15.182C7.26446 16.9393 4.41522 16.9393 2.65786 15.182C0.900504 13.4246 0.900504 10.5754 2.65786 8.81802C4.41522 7.06066 7.26446 7.06066 9.02182 8.81802L10.7896 10.5858L13.2645 8.11091ZM12.2038 12L14.6787 14.4749C16.0455 15.8417 18.2616 15.8417 19.6284 14.4749C20.9953 13.108 20.9953 10.892 19.6284 9.52513C18.2616 8.15829 16.0455 8.15829 14.6787 9.52513L12.2038 12ZM9.37538 12L7.60761 10.2322C6.6313 9.25592 5.04839 9.25592 4.07208 10.2322C3.09577 11.2085 3.09577 12.7915 4.07208 13.7678C5.04839 14.7441 6.6313 14.7441 7.60761 13.7678L9.37538 12Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default LoopNormal\n", "import type { SVGProps } from \"react\"\nconst LoopShort = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M2.80773 8.46447C4.76035 6.51184 7.92617 6.51184 9.8788 8.46447L12.0001 10.5858L14.1214 8.46447C16.0741 6.51184 19.2399 6.51184 21.1925 8.46447C23.1451 10.4171 23.1451 13.5829 21.1925 15.5355C19.2399 17.4882 16.0741 17.4882 14.1214 15.5355L12.0001 13.4142L9.8788 15.5355C7.92617 17.4882 4.76035 17.4882 2.80773 15.5355C0.855106 13.5829 0.855106 10.4171 2.80773 8.46447ZM10.5859 12L8.46458 9.87868C7.29301 8.70711 5.39351 8.70711 4.22194 9.87868C3.05037 11.0503 3.05037 12.9497 4.22194 14.1213C5.39351 15.2929 7.29301 15.2929 8.46458 14.1213L10.5859 12ZM13.4143 12L15.5356 14.1213C16.7072 15.2929 18.6067 15.2929 19.7783 14.1213C20.9499 12.9497 20.9499 11.0503 19.7783 9.87868C18.6067 8.70711 16.7072 8.70711 15.5356 9.87868L13.4143 12Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default LoopShort\n", "import type { SVGProps } from \"react\"\nconst LoopXs = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 18 18\" fill=\"currentColor\" {...props}>\n <path\n d=\"M3.5232 7.72593C4.09848 5.24525 6.31862 3.40002 8.9641 3.40002C10.407 3.40002 11.7225 3.94789 12.7148 4.85H12.3498C11.8528 4.85 11.4498 5.25294 11.4498 5.75C11.4498 6.24706 11.8528 6.65 12.3498 6.65H15.0998C15.5969 6.65 15.9998 6.24706 15.9998 5.75V3C15.9998 2.50294 15.5969 2.1 15.0998 2.1C14.6028 2.1 14.1998 2.50294 14.1998 3V3.50056C12.8394 2.20035 10.9952 1.40002 8.9641 1.40002C5.36475 1.40002 2.35508 3.90995 1.5749 7.27411C1.45014 7.81212 1.78513 8.3494 2.32314 8.47417C2.86115 8.59894 3.39843 8.26394 3.5232 7.72593Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M16.3533 10.7259C16.4781 10.1879 16.1431 9.65064 15.6051 9.52588C15.0671 9.40111 14.5298 9.7361 14.405 10.2741C13.8297 12.7548 11.6096 14.6 8.9641 14.6C7.52121 14.6 6.20567 14.0521 5.21336 13.15H5.65061C6.14767 13.15 6.55061 12.7471 6.55061 12.25C6.55061 11.7529 6.14767 11.35 5.65061 11.35H2.90061C2.40356 11.35 2.00061 11.7529 2.00061 12.25V15C2.00061 15.4971 2.40356 15.9 2.90061 15.9C3.39767 15.9 3.80061 15.4971 3.80061 15V14.5676C5.15377 15.8276 6.96875 16.6 8.9641 16.6C12.5635 16.6 15.5731 14.0901 16.3533 10.7259Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M7.34983 7.255V10.7449C7.34983 11.2623 7.94749 11.5748 8.40193 11.295L11.2362 9.55007C11.6544 9.29265 11.6544 8.7073 11.2362 8.44988L8.40193 6.70491C7.94749 6.42513 7.34983 6.73761 7.34983 7.255Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default LoopXs\n", "import type { SVGProps } from \"react\"\nconst Lotus = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12.0001 3C12.2687 3 12.5259 3.1081 12.714 3.2998C13.5747 4.17719 14.2998 5.06955 14.8888 5.97461C15.8624 5.23333 17.1157 4.46204 18.4923 4.04297L18.586 4.01953C19.0592 3.92392 19.5405 4.18227 19.7169 4.6416C20.1987 5.89625 20.5596 7.2076 20.4884 8.61133C20.6962 8.60284 20.9068 8.59793 21.1202 8.59863L21.628 8.60938L21.7257 8.61719C22.2066 8.68159 22.5784 9.08656 22.5919 9.58105C22.6907 13.212 21.9717 16.1177 20.1466 18.1113C18.3135 20.1136 15.5512 20.9941 12.0245 20.998C12.0164 20.9982 12.0083 21 12.0001 21C11.9916 21 11.9832 20.9983 11.9747 20.998C8.44892 20.9938 5.68735 20.1132 3.8546 18.1113C2.02952 16.1177 1.31045 13.212 1.40929 9.58105L1.4171 9.4834C1.47726 9.00195 1.87876 8.62721 2.37315 8.60938C2.7612 8.59538 3.14054 8.59625 3.51085 8.61133C3.43962 7.20762 3.80155 5.89623 4.28331 4.6416L4.32237 4.55273C4.53777 4.12085 5.0373 3.89991 5.50792 4.04297C6.88421 4.46195 8.13689 5.23347 9.11046 5.97461C9.69951 5.0694 10.4254 4.17733 11.2862 3.2998C11.4743 3.1081 11.7316 3 12.0001 3ZM3.40538 10.6084C3.46011 13.4686 4.13586 15.4571 5.32921 16.7607C6.31648 17.8392 7.76189 18.5608 9.796 18.8525C8.18588 16.6052 7.28324 14.3018 7.25108 11.9463C7.24977 11.8502 7.2495 11.754 7.25108 11.6582C6.25395 11.0375 4.98449 10.669 3.40538 10.6084ZM20.5948 10.6084C19.0152 10.6691 17.7454 11.0379 16.7482 11.6592C16.7497 11.7547 16.7504 11.8505 16.7491 11.9463C16.717 14.302 15.8136 16.605 14.2032 18.8525C16.2381 18.561 17.6835 17.8394 18.671 16.7607C19.8645 15.4571 20.5401 13.4687 20.5948 10.6084ZM12.0001 5.47461C10.063 7.69395 9.22271 9.83711 9.25108 11.9189C9.2794 13.9936 10.171 16.1673 12.0001 18.4521C13.8292 16.1673 14.7208 13.9936 14.7491 11.9189C14.7775 9.83711 13.9372 7.69395 12.0001 5.47461ZM5.82432 6.2998C5.55377 7.19509 5.43372 8.02594 5.53819 8.86328C6.24738 9.0171 6.91149 9.23944 7.52745 9.5332C7.67393 8.93384 7.87763 8.33964 8.13878 7.75098C7.48573 7.22986 6.68606 6.69099 5.82432 6.2998ZM18.1749 6.2998C17.3132 6.69108 16.5134 7.22987 15.8605 7.75098C16.1217 8.33968 16.3253 8.9338 16.4718 9.5332C17.0877 9.23933 17.7519 9.0172 18.461 8.86328C18.5656 8.02581 18.4455 7.19524 18.1749 6.2998Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Lotus\n", "import type { SVGProps } from \"react\"\nconst Love = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12.0002 4.20701C13.6607 2.89523 15.5651 2.50777 17.3039 2.89061C19.272 3.32404 20.9485 4.72852 21.7482 6.69822C23.3965 10.7577 21.2388 16.5286 12.4846 21.375C12.1832 21.5418 11.8172 21.5418 11.5158 21.375C2.76153 16.5286 0.603871 10.7577 2.25215 6.69822C3.05192 4.72852 4.72837 3.32405 6.69649 2.89061C8.43533 2.50778 10.3397 2.89523 12.0002 4.20701ZM16.8742 4.84373C15.5865 4.56013 14.0639 4.89374 12.7082 6.25193C12.5206 6.43983 12.2657 6.5449 12.0002 6.5449C11.7347 6.5449 11.4798 6.43983 11.2922 6.25193C9.93651 4.89374 8.41394 4.56013 7.12618 4.84373C5.81468 5.13258 4.66297 6.07859 4.10567 7.45115C3.06081 10.025 4.01218 14.763 12.0002 19.3486C19.9882 14.763 20.9396 10.025 19.8947 7.45115C19.3374 6.0786 18.1857 5.13258 16.8742 4.84373Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Love\n", "import type { SVGProps } from \"react\"\nconst MagnifyingGlassSearch = (props: SVGProps<SVGSVGElement>) => (\n <svg viewBox=\"0 0 24 24\" width=\"1em\" height=\"1em\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10.875 4.5C7.35418 4.5 4.5 7.35418 4.5 10.875C4.5 14.3958 7.35418 17.25 10.875 17.25C14.3958 17.25 17.25 14.3958 17.25 10.875C17.25 7.35418 14.3958 4.5 10.875 4.5ZM2.5 10.875C2.5 6.24962 6.24962 2.5 10.875 2.5C15.5004 2.5 19.25 6.24962 19.25 10.875C19.25 12.8273 18.582 14.6236 17.462 16.0478L21.2071 19.7929C21.5976 20.1834 21.5976 20.8166 21.2071 21.2071C20.8166 21.5976 20.1834 21.5976 19.7929 21.2071L16.0478 17.462C14.6236 18.582 12.8273 19.25 10.875 19.25C6.24962 19.25 2.5 15.5004 2.5 10.875Z\"\n />\n </svg>\n)\nexport default MagnifyingGlassSearch\n", "import type { SVGProps } from \"react\"\nconst MagnifyingGlassSmSearch = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M10.5 5.5C7.73858 5.5 5.5 7.73858 5.5 10.5C5.5 13.2614 7.73858 15.5 10.5 15.5C13.2614 15.5 15.5 13.2614 15.5 10.5C15.5 7.73858 13.2614 5.5 10.5 5.5ZM3.5 10.5C3.5 6.63401 6.63401 3.5 10.5 3.5C14.366 3.5 17.5 6.63401 17.5 10.5C17.5 12.0723 16.9816 13.5236 16.1064 14.6922L19.7071 18.2929C20.0976 18.6834 20.0976 19.3166 19.7071 19.7071C19.3166 20.0976 18.6834 20.0976 18.2929 19.7071L14.6922 16.1064C13.5236 16.9816 12.0723 17.5 10.5 17.5C6.63401 17.5 3.5 14.366 3.5 10.5Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default MagnifyingGlassSmSearch\n", "import type { SVGProps } from \"react\"\nconst Mail = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M5 4a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3H5ZM4 7.329V17a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V7.329L13.976 12.6a3 3 0 0 1-3.952 0L4 7.33ZM18.481 6H5.52l5.822 5.095a1 1 0 0 0 1.318 0L18.48 6Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default Mail\n", "import type { SVGProps } from \"react\"\nconst ManageHistory = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M4 4.5V5.99929C5.82361 3.57195 8.72759 2 12 2C16.7603 2 20.7416 5.32525 21.7522 9.77871C21.8744 10.3173 21.5369 10.853 20.9983 10.9752C20.4597 11.0974 19.924 10.7599 19.8018 10.2213C18.9934 6.65879 15.806 4 12 4C9.04034 4 6.4544 5.60707 5.07004 8H7C7.55228 8 8 8.44772 8 9C8 9.55228 7.55228 10 7 10H3C2.44772 10 2 9.55228 2 9V4.5C2 3.94772 2.44772 3.5 3 3.5C3.55228 3.5 4 3.94772 4 4.5Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M13 7C13 6.44772 12.5523 6 12 6C11.4477 6 11 6.44772 11 7V11.5858L8.79289 13.7929C8.40237 14.1834 8.40237 14.8166 8.79289 15.2071C9.18342 15.5976 9.81658 15.5976 10.2071 15.2071L12.7071 12.7071C12.8946 12.5196 13 12.2652 13 12V7Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M4.19823 13.7787C4.07601 13.2401 3.54032 12.9026 3.00173 13.0248C2.46314 13.147 2.12559 13.6827 2.24781 14.2213C3.17848 18.3228 6.62746 21.4661 10.8862 21.9386C11.4351 21.9995 11.9295 21.6039 11.9904 21.0549C12.0513 20.506 11.6556 20.0117 11.1067 19.9508C7.70423 19.5733 4.94241 17.0583 4.19823 13.7787Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M19.3359 13H18.1437C17.8281 13 17.5395 13.1783 17.3984 13.4607L16.8046 14.6481L15.4794 14.5686C15.1643 14.5497 14.8656 14.7104 14.7078 14.9838L14.1117 16.0162C13.9538 16.2896 13.964 16.6286 14.1379 16.892L14.8695 18L14.1379 19.108C13.964 19.3714 13.9538 19.7104 14.1116 19.9838L14.7077 21.0162C14.8656 21.2896 15.1643 21.4503 15.4793 21.4314L16.8046 21.3519L17.3984 22.5393C17.5395 22.8217 17.8281 23 18.1437 23H19.3359C19.6515 23 19.9401 22.8217 20.0812 22.5393L20.675 21.3518L22.0003 21.4314C22.3154 21.4503 22.6141 21.2896 22.7719 21.0162L23.368 19.9838C23.5258 19.7104 23.5157 19.3714 23.3417 19.1079L22.6102 18L23.3417 16.8921C23.5156 16.6286 23.5258 16.2896 23.368 16.0162L22.7719 14.9838C22.6141 14.7104 22.3154 14.5497 22.0003 14.5686L20.675 14.6482L20.0812 13.4607C19.9401 13.1783 19.6515 13 19.3359 13ZM20.4065 18C20.4065 18.9205 19.6603 19.6667 18.7398 19.6667C17.8193 19.6667 17.0731 18.9205 17.0731 18C17.0731 17.0795 17.8193 16.3333 18.7398 16.3333C19.6603 16.3333 20.4065 17.0795 20.4065 18Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ManageHistory\n", "import type { SVGProps } from \"react\"\nconst MapPin = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12 9.25C10.8954 9.25 10 10.1454 10 11.25C10 12.3546 10.8954 13.25 12 13.25C13.1046 13.25 14 12.3546 14 11.25C14 10.1454 13.1046 9.25 12 9.25ZM8 11.25C8 9.04086 9.79086 7.25 12 7.25C14.2091 7.25 16 9.04086 16 11.25C16 13.4591 14.2091 15.25 12 15.25C9.79086 15.25 8 13.4591 8 11.25Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12.4258 22.6548C12.1561 22.7817 11.8432 22.7814 11.5736 22.6545C11.5355 22.6366 11.4978 22.618 11.4601 22.5993C11.3914 22.5652 11.2932 22.5156 11.1698 22.4508C10.9231 22.3212 10.5748 22.1306 10.1586 21.8817C9.32846 21.3852 8.21721 20.6503 7.10105 19.6983C4.9064 17.8264 2.5 14.9472 2.5 11.25C2.5 6.00329 6.75329 1.75 12 1.75C17.2467 1.75 21.5 6.00329 21.5 11.25C21.5 14.9472 19.0936 17.8264 16.8989 19.6983C15.7828 20.6503 14.6715 21.3852 13.8414 21.8817C13.4252 22.1306 13.0769 22.3212 12.8302 22.4508C12.6965 22.521 12.5623 22.5903 12.4258 22.6548ZM4.5 11.25C4.5 14.0528 6.3436 16.4236 8.39895 18.1767C9.40779 19.0372 10.4215 19.7085 11.1851 20.1652C11.5113 20.3602 11.7897 20.5149 12 20.6273C12.2103 20.5149 12.4887 20.3602 12.8149 20.1652C13.5785 19.7085 14.5922 19.0372 15.6011 18.1767C17.6564 16.4236 19.5 14.0528 19.5 11.25C19.5 7.10786 16.1421 3.75 12 3.75C7.85786 3.75 4.5 7.10786 4.5 11.25Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default MapPin\n", "import type { SVGProps } from \"react\"\nconst Maps = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M16 5.38744V17.2793L19.3419 18.3932C19.6657 18.5011 20 18.2602 20 17.9189V7.08115C20 6.86594 19.8623 6.67487 19.6581 6.60681L16 5.38744ZM14 17.2793V5.38744L10 6.72077V18.6126L14 17.2793ZM8 18.6126V6.72077L4.65811 5.60681C4.33435 5.49889 4 5.73987 4 6.08115V16.9189C4 17.1341 4.13772 17.3252 4.34189 17.3932L8 18.6126ZM13.7351 3.36756C14.5562 3.09387 15.4438 3.09387 16.2649 3.36756L20.2906 4.70945C21.3114 5.04973 22 6.00508 22 7.08115V17.9189C22 19.6253 20.3283 20.8302 18.7094 20.2906L15.1581 19.1068C15.0555 19.0726 14.9445 19.0726 14.8419 19.1068L10.2649 20.6325C9.44384 20.9062 8.55616 20.9062 7.73509 20.6325L3.70943 19.2906L4.02566 18.3419L3.70943 19.2906C2.68858 18.9503 2 17.995 2 16.9189V6.08115C2 4.37476 3.67174 3.16984 5.29057 3.70945L8.84189 4.89322C8.94452 4.92743 9.05548 4.92743 9.15811 4.89322L13.7351 3.36756Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Maps\n", "import type { SVGProps } from \"react\"\nconst MapsAddress = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M13.414 4.58563C12.633 3.80466 11.3672 3.8048 10.5853 4.58598C9.80497 5.36556 9.80463 6.63257 10.586 7.41472C11.3654 8.19502 12.6322 8.19539 13.4143 7.41403C14.1951 6.634 14.1956 5.36726 13.414 4.58563ZM9.17171 3.1711C10.7336 1.61065 13.2654 1.6085 14.8282 3.17145C16.3904 4.73374 16.3909 7.26728 14.8279 8.82889C14.3036 9.35271 13.6698 9.70097 13 9.87334V17C13 17.5523 12.5523 18 12 18C11.4477 18 11 17.5523 11 17V9.87399C10.3298 9.70187 9.69564 9.35338 9.171 8.8282C7.61087 7.26643 7.60825 4.73315 9.17171 3.1711ZM8.98183 14.1741C9.08663 14.7163 8.732 15.2408 8.18974 15.3456C6.77813 15.6184 5.65459 16.027 4.9124 16.4832C4.12818 16.9653 4 17.3441 4 17.5C4 17.6089 4.0528 17.8216 4.3841 18.1262C4.71624 18.4316 5.25207 18.7526 5.99849 19.0429C7.48496 19.6209 9.60648 20 12 20C14.3935 20 16.5151 19.6209 18.0015 19.0429C18.7479 18.7526 19.2838 18.4316 19.6159 18.1262C19.9472 17.8216 20 17.6089 20 17.5C20 17.3441 19.8718 16.9653 19.0876 16.4833C18.3454 16.027 17.2219 15.6184 15.8103 15.3456C15.268 15.2408 14.9134 14.7163 15.0182 14.1741C15.123 13.6318 15.6475 13.2772 16.1897 13.382C17.7415 13.6819 19.118 14.1543 20.135 14.7794C21.1099 15.3787 22 16.2817 22 17.5C22 18.3576 21.5491 19.0656 20.9696 19.5985C20.3909 20.1306 19.6087 20.5638 18.7264 20.9069C16.9555 21.5956 14.5771 22 12 22C9.42296 22 7.04448 21.5956 5.27359 20.9069C4.39133 20.5638 3.60913 20.1306 3.03043 19.5985C2.45088 19.0656 2 18.3576 2 17.5C2 16.2817 2.8901 15.3787 3.86502 14.7794C4.88197 14.1543 6.25843 13.6819 7.81026 13.382C8.35251 13.2772 8.87704 13.6318 8.98183 14.1741Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default MapsAddress\n", "import type { SVGProps } from \"react\"\nconst MapsDirections = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M14.5321 18.4159L19.0209 5.69756C19.3005 4.90533 18.5376 4.14239 17.7453 4.422L5.02696 8.91084C4.18269 9.20882 4.12559 10.381 4.93691 10.7597L9.88904 13.0707C10.1019 13.17 10.2729 13.341 10.3722 13.5539L12.6832 18.506C13.0619 19.3173 14.2341 19.2602 14.5321 18.4159Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default MapsDirections\n", "import type { SVGProps } from \"react\"\nconst MarkerCode = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M7.79289 9.04289C8.18342 8.65237 8.81658 8.65237 9.20711 9.04289L11.4571 11.2929C11.8476 11.6834 11.8476 12.3166 11.4571 12.7071L9.20711 14.9571C8.81658 15.3476 8.18342 15.3476 7.79289 14.9571C7.40237 14.5666 7.40237 13.9334 7.79289 13.5429L9.33579 12L7.79289 10.4571C7.40237 10.0666 7.40237 9.43342 7.79289 9.04289ZM12.25 14.25C12.25 13.6977 12.6977 13.25 13.25 13.25H15.5C16.0523 13.25 16.5 13.6977 16.5 14.25C16.5 14.8023 16.0523 15.25 15.5 15.25H13.25C12.6977 15.25 12.25 14.8023 12.25 14.25Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M2 8C2 5.79086 3.79086 4 6 4C6.55228 4 7 4.44772 7 5C7 5.55228 6.55228 6 6 6C4.89543 6 4 6.89543 4 8V16C4 17.1046 4.89543 18 6 18C6.55228 18 7 18.4477 7 19C7 19.5523 6.55228 20 6 20C3.79086 20 2 18.2091 2 16V8ZM17 5C17 4.44772 17.4477 4 18 4C20.2091 4 22 5.79086 22 8V16C22 18.2091 20.2091 20 18 20C17.4477 20 17 19.5523 17 19C17 18.4477 17.4477 18 18 18C19.1046 18 20 17.1046 20 16V8C20 6.89543 19.1046 6 18 6C17.4477 6 17 5.55228 17 5Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default MarkerCode\n", "import type { SVGProps } from \"react\"\nconst MarkerData = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12 9C12.5523 9 13 9.44772 13 10V14C13 14.5523 12.5523 15 12 15C11.4477 15 11 14.5523 11 14V10C11 9.44772 11.4477 9 12 9ZM15.5 10.5C16.0523 10.5 16.5 10.9477 16.5 11.5V14C16.5 14.5523 16.0523 15 15.5 15C14.9477 15 14.5 14.5523 14.5 14V11.5C14.5 10.9477 14.9477 10.5 15.5 10.5ZM8.5 11.5C9.05228 11.5 9.5 11.9477 9.5 12.5V14C9.5 14.5523 9.05228 15 8.5 15C7.94772 15 7.5 14.5523 7.5 14V12.5C7.5 11.9477 7.94772 11.5 8.5 11.5Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M2 8C2 5.79086 3.79086 4 6 4C6.55228 4 7 4.44772 7 5C7 5.55228 6.55228 6 6 6C4.89543 6 4 6.89543 4 8V16C4 17.1046 4.89543 18 6 18C6.55228 18 7 18.4477 7 19C7 19.5523 6.55228 20 6 20C3.79086 20 2 18.2091 2 16V8ZM17 5C17 4.44772 17.4477 4 18 4C20.2091 4 22 5.79086 22 8V16C22 18.2091 20.2091 20 18 20C17.4477 20 17 19.5523 17 19C17 18.4477 17.4477 18 18 18C19.1046 18 20 17.1046 20 16V8C20 6.89543 19.1046 6 18 6C17.4477 6 17 5.55228 17 5Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default MarkerData\n", "import type { SVGProps } from \"react\"\nconst MarkerMultiple = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M13.3 12.0002C13.3 12.7182 12.718 13.3002 12 13.3002C11.282 13.3002 10.7 12.7182 10.7 12.0002C10.7 11.2822 11.282 10.7002 12 10.7002C12.718 10.7002 13.3 11.2822 13.3 12.0002Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M17.3 12.0002C17.3 12.7182 16.718 13.3002 16 13.3002C15.282 13.3002 14.7 12.7182 14.7 12.0002C14.7 11.2822 15.282 10.7002 16 10.7002C16.718 10.7002 17.3 11.2822 17.3 12.0002Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M9.3 12.0002C9.3 12.7182 8.71797 13.3002 8 13.3002C7.28203 13.3002 6.7 12.7182 6.7 12.0002C6.7 11.2822 7.28203 10.7002 8 10.7002C8.71797 10.7002 9.3 11.2822 9.3 12.0002Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M2 8C2 5.79086 3.79086 4 6 4C6.55228 4 7 4.44772 7 5C7 5.55228 6.55228 6 6 6C4.89543 6 4 6.89543 4 8V16C4 17.1046 4.89543 18 6 18C6.55228 18 7 18.4477 7 19C7 19.5523 6.55228 20 6 20C3.79086 20 2 18.2091 2 16V8ZM17 5C17 4.44772 17.4477 4 18 4C20.2091 4 22 5.79086 22 8V16C22 18.2091 20.2091 20 18 20C17.4477 20 17 19.5523 17 19C17 18.4477 17.4477 18 18 18C19.1046 18 20 17.1046 20 16V8C20 6.89543 19.1046 6 18 6C17.4477 6 17 5.55228 17 5Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default MarkerMultiple\n", "import type { SVGProps } from \"react\"\nconst MarkerQuote = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M9.32526 12.7227C9.3003 12.7239 9.27521 12.7246 9.25 12.7246C8.2835 12.7246 7.5 11.8348 7.5 10.7373C7.5 9.63973 8.2835 8.75 9.25 8.75C9.75959 8.75 10.2159 8.85459 10.6247 9.22596C11.17 9.72133 11.5 10.5434 11.5 11.7025C11.5 13.6938 8.54895 16.4625 8.02379 14.6743C7.87545 14.1692 8.20537 13.9542 8.57045 13.7163C8.91404 13.4924 9.28877 13.2482 9.32526 12.7227Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M14.25 12.7246C14.2752 12.7246 14.3003 12.7239 14.3253 12.7227C14.2888 13.2482 13.914 13.4924 13.5704 13.7163C13.2054 13.9542 12.8755 14.1692 13.0238 14.6743C13.549 16.4625 16.5 13.6938 16.5 11.7025C16.5 10.5434 16.17 9.72133 15.6247 9.22596C15.2159 8.85459 14.7596 8.75 14.25 8.75C13.2835 8.75 12.5 9.63973 12.5 10.7373C12.5 11.8348 13.2835 12.7246 14.25 12.7246Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M2 8C2 5.79086 3.79086 4 6 4C6.55228 4 7 4.44772 7 5C7 5.55228 6.55228 6 6 6C4.89543 6 4 6.89543 4 8V16C4 17.1046 4.89543 18 6 18C6.55228 18 7 18.4477 7 19C7 19.5523 6.55228 20 6 20C3.79086 20 2 18.2091 2 16V8ZM17 5C17 4.44772 17.4477 4 18 4C20.2091 4 22 5.79086 22 8V16C22 18.2091 20.2091 20 18 20C17.4477 20 17 19.5523 17 19C17 18.4477 17.4477 18 18 18C19.1046 18 20 17.1046 20 16V8C20 6.89543 19.1046 6 18 6C17.4477 6 17 5.55228 17 5Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default MarkerQuote\n", "import type { SVGProps } from \"react\"\nconst Mcp = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M11.0164 1.5988C12.5829 0.110099 15.0596 0.134209 16.5965 1.67107L16.6688 1.74528C17.5409 2.66274 17.8934 3.89228 17.7274 5.06267C18.8981 4.89639 20.129 5.24993 21.0467 6.12224L21.12 6.1945L21.1678 6.24138L21.2391 6.3156C22.7046 7.85712 22.7046 10.2809 21.2391 11.8224L21.1678 11.8957L12.9852 20.0783L12.951 20.1203C12.8828 20.2237 12.8942 20.3642 12.9852 20.4552L14.6649 22.1349C14.9771 22.4472 14.9771 22.9535 14.6649 23.2658C14.3526 23.5781 13.8463 23.5781 13.534 23.2658L11.8543 21.5861C11.1371 20.8689 11.1253 19.7126 11.8202 18.9816L20.0799 10.7209C20.9733 9.78107 20.9582 8.29441 20.036 7.37224L19.9891 7.32536L19.9452 7.28239C19.0053 6.38897 17.5188 6.40319 16.5965 7.32536L9.76449 14.1574L9.73422 14.1857C9.42033 14.4693 8.93617 14.4599 8.63363 14.1574C8.32134 13.8451 8.32134 13.3388 8.63363 13.0265L15.5096 6.15056C16.403 5.21073 16.3879 3.7241 15.4657 2.80193L15.287 2.63982C14.3604 1.88141 12.9993 1.92139 12.118 2.75896L12.0731 2.80193L3.02621 11.8488L2.99594 11.8771C2.6821 12.1606 2.19787 12.1511 1.89535 11.8488C1.58306 11.5365 1.58306 11.0302 1.89535 10.7179L10.9422 1.67107L11.0164 1.5988Z\"\n fill=\"#222326\"\n />\n <path\n d=\"M13.2342 3.90446C13.548 3.62095 14.0323 3.63053 14.3348 3.93278C14.6471 4.24506 14.6471 4.75137 14.3348 5.06364L7.64438 11.7551C6.70764 12.6918 6.70752 14.2108 7.64438 15.1476C8.58124 16.084 10.1002 16.0842 11.037 15.1476L17.7284 8.45622C18.0407 8.14415 18.547 8.14402 18.8592 8.45622C19.1713 8.76845 19.1713 9.27484 18.8592 9.58708L12.1678 16.2785C10.6308 17.8152 8.15316 17.8385 6.58676 16.3498L6.51352 16.2785C4.95212 14.7171 4.9521 12.1856 6.51352 10.6242L13.2039 3.93278L13.2342 3.90446Z\"\n fill=\"#222326\"\n />\n </svg>\n)\nexport default Mcp\n", "import type { SVGProps } from \"react\"\nconst Members = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M7.82149 5.57135C6.57883 5.57135 5.57145 6.57873 5.57145 7.82138C5.57145 9.06404 6.57883 10.0714 7.82149 10.0714C9.06415 10.0714 10.0715 9.06404 10.0715 7.82138C10.0715 6.57873 9.06415 5.57135 7.82149 5.57135ZM3.57145 7.82138C3.57145 5.47416 5.47426 3.57135 7.82149 3.57135C10.1687 3.57135 12.0715 5.47416 12.0715 7.82138C12.0715 10.1686 10.1687 12.0714 7.82149 12.0714C5.47426 12.0714 3.57145 10.1686 3.57145 7.82138ZM16.643 6.49993C15.6568 6.49993 14.8573 7.29944 14.8573 8.28568C14.8573 9.27191 15.6568 10.0714 16.643 10.0714C17.6292 10.0714 18.4288 9.27191 18.4288 8.28568C18.4288 7.29944 17.6292 6.49993 16.643 6.49993ZM12.8573 8.28568C12.8573 6.19487 14.5522 4.49993 16.643 4.49993C18.7338 4.49993 20.4288 6.19487 20.4288 8.28568C20.4288 10.3765 18.7338 12.0714 16.643 12.0714C14.5522 12.0714 12.8573 10.3765 12.8573 8.28568ZM4.65547 15.9973C3.83474 16.7268 3.25 17.8428 3.25 19.4287C3.25 19.9809 2.80228 20.4287 2.25 20.4287C1.69772 20.4287 1.25 19.9809 1.25 19.4287C1.25 17.3001 2.05813 15.6302 3.32671 14.5025C4.57689 13.3912 6.21553 12.8569 7.82148 12.8569C9.42744 12.8569 11.0661 13.3911 12.3163 14.5025C13.5848 15.6301 14.393 17.3001 14.393 19.4287C14.393 19.9809 13.9453 20.4287 13.393 20.4287C12.8407 20.4287 12.393 19.9809 12.393 19.4287C12.393 17.8427 11.8082 16.7268 10.9875 15.9973C10.1484 15.2513 9.00128 14.8569 7.82149 14.8569C6.6417 14.8569 5.4946 15.2514 4.65547 15.9973ZM19.202 15.4402C18.2837 14.8599 17.0704 14.7047 15.9858 15.0106C15.4543 15.1605 14.9019 14.8511 14.752 14.3195C14.6021 13.788 14.9115 13.2355 15.443 13.0856C17.0357 12.6365 18.8402 12.8458 20.2704 13.7495C21.7376 14.6766 22.75 16.2991 22.75 18.5001C22.75 19.0524 22.3023 19.5001 21.75 19.5001C21.1977 19.5001 20.75 19.0524 20.75 18.5001C20.75 16.9781 20.0833 15.9971 19.202 15.4402Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Members\n", "import type { SVGProps } from \"react\"\nconst MembersFilled = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M2.22222 20C1.54721 20 1 19.4563 1 18.7857C1 16.7307 1.99227 15.1645 3.42364 14.1533C4.81866 13.1677 6.60907 12.7143 8.33333 12.7143C10.0576 12.7143 11.848 13.1677 13.243 14.1533C14.6744 15.1645 15.6667 16.7307 15.6667 18.7857C15.6667 19.4563 15.1195 20 14.4444 20C12.7348 20 3.93184 20 2.22222 20Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M17.5 18.7857C17.5 16.4257 16.487 14.5332 14.998 13.2166C15.7888 12.8756 16.655 12.7143 17.5 12.7143C18.7932 12.7143 20.136 13.0921 21.1823 13.9134C22.2558 14.7561 23 16.0613 23 17.7738C23 18.3327 22.5896 18.7857 22.0833 18.7857H17.5Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M8.33333 3C5.97078 3 4.05556 4.90279 4.05556 7.25C4.05556 9.59721 5.97078 11.5 8.33333 11.5C10.6959 11.5 12.6111 9.59721 12.6111 7.25C12.6111 4.90279 10.6959 3 8.33333 3Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M17.5 5.42857C15.8125 5.42857 14.4444 6.78771 14.4444 8.46429C14.4444 10.1409 15.8125 11.5 17.5 11.5C19.1875 11.5 20.5556 10.1409 20.5556 8.46429C20.5556 6.78771 19.1875 5.42857 17.5 5.42857Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default MembersFilled\n", "import type { SVGProps } from \"react\"\nconst MemoryFilledSm = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12.7844 21.1764L14.5415 20.825C15.0578 20.7218 15.5319 20.468 15.9042 20.0957L19.9988 16.0012C20.7357 15.2642 20.7354 14.0694 19.9981 13.3328C19.2612 12.5967 18.0671 12.5971 17.3308 13.3338L13.2372 17.4292C12.8651 17.8014 12.6115 18.2754 12.5083 18.7914L12.1568 20.5489C12.0822 20.9221 12.4112 21.2511 12.7844 21.1764Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M5.33325 6.66667C5.33325 5.19391 6.52716 4 7.99992 4V20C6.52716 20 5.33325 18.8061 5.33325 17.3333V6.66667Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M10.6338 20H9.33325V4H17.3333C18.0696 4 18.6666 4.59695 18.6666 5.33333V11.181C17.7732 11.1803 16.8796 11.5209 16.1981 12.2026L12.1045 16.2981C11.5092 16.8936 11.1034 17.6519 10.9383 18.4776L10.6338 20Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default MemoryFilledSm\n", "import type { SVGProps } from \"react\"\nconst MemoryOffRemember = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M19.793 14.793C20.1835 14.4024 20.8165 14.4024 21.207 14.793C21.5976 15.1835 21.5976 15.8165 21.207 16.207L19.1641 18.25L21.207 20.293L21.2754 20.3691C21.5957 20.7619 21.5731 21.3409 21.207 21.707C20.8409 22.0731 20.2619 22.0957 19.8691 21.7754L19.793 21.707L17.75 19.6641L15.707 21.707C15.3165 22.0976 14.6835 22.0976 14.293 21.707C13.9024 21.3165 13.9024 20.6835 14.293 20.293L16.3359 18.25L14.293 16.207L14.2246 16.1309C13.9043 15.7381 13.9269 15.1591 14.293 14.793C14.6591 14.4269 15.2381 14.4043 15.6309 14.7246L15.707 14.793L17.75 16.8359L19.793 14.793ZM18 11.5V4.7998C17.9999 4.63427 17.8657 4.50011 17.7002 4.5H11V15.5C11 16.0523 10.5523 16.5 10 16.5C9.44772 16.5 9 16.0523 9 15.5V4.5H8C6.89543 4.5 6 5.39543 6 6.5V17.5C6 18.6046 6.89543 19.5 8 19.5H10.5C11.0523 19.5 11.5 19.9477 11.5 20.5C11.5 21.0523 11.0523 21.5 10.5 21.5H8C5.79086 21.5 4 19.7091 4 17.5V6.5C4 4.29086 5.79086 2.5 8 2.5H17.7002C18.9703 2.50011 19.9999 3.5297 20 4.7998V11.5C20 12.0523 19.5523 12.5 19 12.5C18.4477 12.5 18 12.0523 18 11.5Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default MemoryOffRemember\n", "import type { SVGProps } from \"react\"\nconst MemoryOnRemember = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M17.2529 11.8525C18.34 10.9659 19.9437 11.0297 20.957 12.043C21.9703 13.0563 22.0341 14.66 21.1475 15.7471L20.957 15.957L16.3867 20.5273C15.871 21.0431 15.2256 21.4064 14.5215 21.5811L14.2168 21.6445L12.166 21.9863C11.8477 22.0393 11.5232 21.9351 11.2949 21.707C11.0667 21.4788 10.9628 21.1543 11.0156 20.8359L11.3555 18.7861L11.4189 18.4805C11.5933 17.7753 11.9572 17.1287 12.4736 16.6123L17.043 12.043L17.2529 11.8525ZM19.543 13.457C19.2619 13.176 18.8172 13.1585 18.5156 13.4043L18.457 13.457L13.8877 18.0264C13.6296 18.2844 13.4476 18.6076 13.3604 18.96L13.3291 19.1133L13.2168 19.7832L13.8877 19.6719L14.04 19.6406C14.3921 19.5533 14.7148 19.3712 14.9727 19.1133L19.543 14.543L19.5957 14.4844C19.8415 14.1828 19.824 13.7381 19.543 13.457ZM18 8.5V4.7998C17.9999 4.63427 17.8657 4.50011 17.7002 4.5H11V14C11 14.5523 10.5523 15 10 15C9.44772 15 9 14.5523 9 14V4.5H8C6.89543 4.5 6 5.39543 6 6.5V17.5C6 18.6046 6.89543 19.5 8 19.5C8.55228 19.5 9 19.9477 9 20.5C9 21.0523 8.55228 21.5 8 21.5C5.79086 21.5 4 19.7091 4 17.5V6.5C4 4.29086 5.79086 2.5 8 2.5H17.7002C18.9703 2.50011 19.9999 3.5297 20 4.7998V8.5C20 9.05228 19.5523 9.5 19 9.5C18.4477 9.5 18 9.05228 18 8.5Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default MemoryOnRemember\n", "import type { SVGProps } from \"react\"\nconst MemoryWriteSm = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 16 16\" fill=\"currentColor\" {...props}>\n <path d=\"M8.58835 14.8823L9.90621 14.6188C10.2934 14.5413 10.649 14.351 10.9282 14.0718L13.9991 11.0009C14.5518 10.4482 14.5516 9.55204 13.9986 8.99962C13.446 8.4475 12.5504 8.44782 11.9982 9.00033L8.92793 12.0719C8.64889 12.351 8.45869 12.7065 8.38129 13.0936L8.11767 14.4117C8.06169 14.6915 8.30846 14.9383 8.58835 14.8823Z\" />\n <path d=\"M3 4C3 2.89543 3.89543 2 5 2V14C3.89543 14 3 13.1046 3 12V4Z\" />\n <path d=\"M6.97543 14H6V2H12C12.5523 2 13 2.44772 13 3V7.38574C12.3299 7.38522 11.6597 7.64065 11.1486 8.15198L8.07841 11.2235C7.63195 11.6702 7.32763 12.239 7.20378 12.8582L6.97543 14Z\" />\n </svg>\n)\nexport default MemoryWriteSm\n", "import type { SVGProps } from \"react\"\nconst Menu = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M3 8a1 1 0 0 1 1-1h16a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1Zm0 8a1 1 0 0 1 1-1h10a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1Z\" />\n </svg>\n)\nexport default Menu\n", "import type { SVGProps } from \"react\"\nconst Menubar = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M20 9.5H4V14.7002C4 15.5566 4.00035 16.1388 4.03711 16.5889C4.07293 17.0273 4.13809 17.2518 4.21778 17.4082C4.40951 17.7845 4.71555 18.0905 5.0918 18.2822C5.2482 18.3619 5.47272 18.4271 5.91113 18.4629C6.36117 18.4997 6.94342 18.5 7.79981 18.5H16.2002C17.0566 18.5 17.6388 18.4997 18.0889 18.4629C18.5273 18.4271 18.7518 18.3619 18.9082 18.2822C19.2845 18.0905 19.5905 17.7845 19.7822 17.4082C19.8619 17.2518 19.9271 17.0273 19.9629 16.5889C19.9997 16.1388 20 15.5566 20 14.7002V9.5ZM7.79981 5.5C6.94342 5.5 6.36117 5.50035 5.91113 5.53711C5.47272 5.57293 5.2482 5.63809 5.0918 5.71778C4.71555 5.90951 4.40951 6.21555 4.21778 6.5918C4.13809 6.7482 4.07293 6.97272 4.03711 7.41113C4.03474 7.44015 4.03431 7.46985 4.03223 7.5H19.9678C19.9657 7.46985 19.9653 7.44015 19.9629 7.41113C19.9271 6.97272 19.8619 6.7482 19.7822 6.5918C19.5905 6.21554 19.2845 5.90951 18.9082 5.71778C18.7518 5.63809 18.5273 5.57293 18.0889 5.53711C17.6388 5.50035 17.0566 5.5 16.2002 5.5H7.79981ZM22 14.7002C22 15.5237 22.001 16.2016 21.9561 16.752C21.9101 17.314 21.8117 17.8311 21.5645 18.3164C21.181 19.0689 20.5689 19.681 19.8164 20.0645C19.3311 20.3117 18.814 20.4101 18.252 20.4561C17.7016 20.501 17.0237 20.5 16.2002 20.5H7.79981C6.97632 20.5 6.29843 20.501 5.74805 20.4561C5.18599 20.4101 4.6689 20.3117 4.1836 20.0645C3.43109 19.681 2.81902 19.0689 2.43555 18.3164C2.18827 17.8311 2.08988 17.314 2.04395 16.752C1.99898 16.2016 2 15.5237 2 14.7002V9.29981C2 8.47632 1.99898 7.79843 2.04395 7.24805C2.08988 6.68599 2.18827 6.1689 2.43555 5.6836C2.81902 4.93109 3.43109 4.31902 4.1836 3.93555C4.6689 3.68827 5.18599 3.58988 5.74805 3.54395C6.29843 3.49898 6.97632 3.5 7.79981 3.5H16.2002C17.0237 3.5 17.7016 3.49898 18.252 3.54395C18.814 3.58988 19.3311 3.68827 19.8164 3.93555C20.5689 4.31902 21.181 4.93109 21.5645 5.6836C21.8117 6.1689 21.9101 6.68599 21.9561 7.24805C21.9839 7.58845 21.9923 7.97773 21.9961 8.41992C21.9982 8.44636 22 8.47303 22 8.5C22 8.52235 21.9975 8.54442 21.9961 8.56641C21.9974 8.79688 22 9.04115 22 9.29981V14.7002Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Menubar\n", "import type { SVGProps } from \"react\"\nconst MenuInverted = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M21 8a1 1 0 0 0-1-1H4a1 1 0 0 0 0 2h16a1 1 0 0 0 1-1Zm0 8a1 1 0 0 0-1-1H10a1 1 0 1 0 0 2h10a1 1 0 0 0 1-1Z\" />\n </svg>\n)\nexport default MenuInverted\n", "import type { SVGProps } from \"react\"\nconst MenuSidebar = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M4 4C4.55228 4 5 4.44772 5 5V19C5 19.5523 4.55228 20 4 20C3.44772 20 3 19.5523 3 19V5C3 4.44772 3.44772 4 4 4ZM15.7071 6.29289C16.0976 6.68342 16.0976 7.31658 15.7071 7.70711L12.4142 11H20C20.5523 11 21 11.4477 21 12C21 12.5523 20.5523 13 20 13H12.4142L15.7071 16.2929C16.0976 16.6834 16.0976 17.3166 15.7071 17.7071C15.3166 18.0976 14.6834 18.0976 14.2929 17.7071L9.29289 12.7071C8.90237 12.3166 8.90237 11.6834 9.29289 11.2929L14.2929 6.29289C14.6834 5.90237 15.3166 5.90237 15.7071 6.29289Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default MenuSidebar\n", "import type { SVGProps } from \"react\"\nconst Messaging = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M4.02291 12.1707C1.7005 11.0864 1.89448 7.72107 4.32619 6.9105L18.2946 2.25437C20.5114 1.51543 22.6207 3.62474 21.8818 5.84155L17.2256 19.8099C16.4151 22.2417 13.0497 22.4357 11.9654 20.1132L9.43725 14.6981L4.02291 12.1707ZM13.6791 19.3128C14.0404 20.087 15.1613 20.0229 15.4316 19.2125L20.0182 5.45458L11.2859 14.1868L13.6791 19.3128ZM4.92364 8.70451C4.11327 8.97488 4.04915 10.0958 4.82337 10.4571L9.94935 12.8502L18.6816 4.11798L4.92364 8.70451Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Messaging\n", "import type { SVGProps } from \"react\"\nconst Mic = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M18.9953 11.5415C19.5246 11.6991 19.826 12.2559 19.6685 12.7852C18.7771 15.7804 16.179 18.0417 13 18.4381V19.5H14.5C15.0523 19.5 15.5 19.9477 15.5 20.5C15.5 21.0523 15.0523 21.5 14.5 21.5H9.50002C8.94773 21.5 8.50002 21.0523 8.50002 20.5C8.50002 19.9477 8.94773 19.5 9.50002 19.5H11V18.4381C7.82093 18.0418 5.22279 15.7805 4.33136 12.7852C4.17382 12.2559 4.47522 11.6991 5.00456 11.5415C5.5339 11.384 6.09073 11.6854 6.24827 12.2148C6.98609 14.6939 9.28339 16.5 11.9999 16.5C14.7165 16.5 17.0138 14.6939 17.7516 12.2148C17.9091 11.6854 18.466 11.384 18.9953 11.5415Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M14.5 10.5V7C14.5 5.61929 13.3807 4.5 12 4.5C10.6193 4.5 9.5 5.61929 9.5 7V10.5C9.5 11.8807 10.6193 13 12 13C13.3807 13 14.5 11.8807 14.5 10.5ZM12 2.5C9.51472 2.5 7.5 4.51472 7.5 7V10.5C7.5 12.9853 9.51472 15 12 15C14.4853 15 16.5 12.9853 16.5 10.5V7C16.5 4.51472 14.4853 2.5 12 2.5Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Mic\n", "import type { SVGProps } from \"react\"\nconst MicFilled = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M17.3811 12.1719C17.5468 11.6929 18.052 11.4075 18.5559 11.5264C19.0931 11.6534 19.4257 12.1922 19.299 12.7295L19.2199 13.0371C18.4198 15.8779 15.9886 18.0343 13.0002 18.4326V19.5H14.5002C15.0524 19.5002 15.5002 19.9478 15.5002 20.5C15.5002 21.0522 15.0524 21.4998 14.5002 21.5H9.5002C8.94792 21.5 8.5002 21.0523 8.5002 20.5C8.5002 19.9477 8.94792 19.5 9.5002 19.5H11.0002V18.4326C8.01153 18.0345 5.58075 15.878 4.78047 13.0371L4.7004 12.7295L4.68282 12.6289C4.61686 12.1265 4.94071 11.6454 5.44454 11.5264C5.94818 11.4078 6.45267 11.6932 6.61837 12.1719L6.64766 12.2705L6.70528 12.4961C7.35668 14.807 9.48215 16.5 12.0002 16.5C14.5993 16.4998 16.7796 14.6958 17.3527 12.2705L17.3811 12.1719Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12.0002 2.5C14.2092 2.50015 16.0002 4.29096 16.0002 6.5V11C16.0002 13.209 14.2092 14.9998 12.0002 15C9.79106 15 8.0002 13.2091 8.0002 11V6.5C8.0002 4.29086 9.79106 2.5 12.0002 2.5Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default MicFilled\n", "import type { SVGProps } from \"react\"\nconst MicFilledOff = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M3.29322 3.29297C3.65934 2.92697 4.23838 2.90429 4.63111 3.22461L4.70729 3.29297L20.7073 19.293L20.7756 19.3691C21.0959 19.7619 21.0733 20.3409 20.7073 20.707C20.3412 21.0731 19.7622 21.0956 19.3694 20.7754L19.2932 20.707L15.9553 17.3691C15.0752 17.9174 14.0744 18.2901 13.0003 18.4336V19.5H14.5003C15.0524 19.5001 15.5003 19.9478 15.5003 20.5C15.5003 21.0522 15.0524 21.4999 14.5003 21.5H9.50025C8.94797 21.5 8.50025 21.0523 8.50025 20.5C8.50025 19.9477 8.94797 19.5 9.50025 19.5H11.0003V18.4336C7.90474 18.0213 5.40814 15.7211 4.70143 12.7295C4.57466 12.1921 4.9072 11.6533 5.44459 11.5264C5.98188 11.3998 6.5208 11.7332 6.64771 12.2705C7.22086 14.6958 9.40106 16.4999 12.0003 16.5C12.8963 16.4999 13.7411 16.2832 14.4885 15.9023L13.3489 14.7627C12.9273 14.9143 12.474 15 12.0003 15C9.79122 14.9999 8.00025 13.2091 8.00025 11V9.41406L3.29322 4.70703L3.22486 4.63086C2.90451 4.23809 2.92711 3.65908 3.29322 3.29297Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M17.3528 12.2705C17.4798 11.7332 18.0186 11.3997 18.5559 11.5264C19.093 11.6534 19.4266 12.1923 19.3001 12.7295C19.1591 13.3264 18.9443 13.8954 18.6702 14.4277L17.1575 12.915C17.2352 12.7059 17.3007 12.4908 17.3528 12.2705Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12.0003 2.5C14.2092 2.50021 16.0003 4.29099 16.0003 6.5V11C16.0003 11.2376 15.9784 11.4701 15.9387 11.6963L8.61353 4.37109C9.32159 3.24711 10.5737 2.50008 12.0003 2.5Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default MicFilledOff\n", "import type { SVGProps } from \"react\"\nconst MicLgDictate = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M14.8866 5.88932C14.8866 4.29397 13.5939 3.00024 11.9986 3C10.4031 3 9.10929 4.29384 9.10929 5.88932V10.8893C9.10953 12.4846 10.4033 13.7773 11.9986 13.7773C13.5938 13.7771 14.8865 12.4845 14.8866 10.8893V5.88932ZM16.8866 10.8893C16.8865 13.5891 14.6983 15.7771 11.9986 15.7773C9.29871 15.7773 7.10953 13.5892 7.10929 10.8893V5.88932C7.10929 3.18927 9.29856 1 11.9986 1C14.6985 1.00023 16.8866 3.18941 16.8866 5.88932V10.8893Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M19.741 12.1523C19.2118 11.9949 18.6553 12.2966 18.4975 12.8255C17.6641 15.6258 15.069 17.6666 12.0001 17.6666C8.93118 17.6666 6.33611 15.6258 5.50267 12.8255C5.34493 12.2966 4.78827 11.995 4.25917 12.1523C3.72984 12.3098 3.42847 12.8678 3.586 13.3972C4.57332 16.7137 7.4681 19.2089 11.0001 19.6093V21H9.22141C8.66913 21 8.22141 21.4477 8.22141 22C8.22141 22.5522 8.66913 23 9.22141 23H14.7774L14.879 22.9948C15.3834 22.9437 15.7774 22.5178 15.7774 22C15.7774 21.4821 15.3834 21.0562 14.879 21.0052L14.7774 21H13.0001V19.6093C16.5321 19.2088 19.4269 16.7137 20.4142 13.3972C20.5717 12.8678 20.2703 12.3098 19.741 12.1523Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default MicLgDictate\n", "import type { SVGProps } from \"react\"\nconst MicOff = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 4.5C11.1513 4.5 10.401 4.92198 9.94753 5.5721C9.63157 6.02507 9.00823 6.13615 8.55525 5.82019C8.10227 5.50422 7.9912 4.88088 8.30716 4.4279C9.11864 3.26453 10.47 2.5 12 2.5C14.4853 2.5 16.5 4.51472 16.5 7V10.5C16.5 10.7173 16.4845 10.9315 16.4545 11.1416C16.3763 11.6883 15.8697 12.0681 15.323 11.9899C14.7762 11.9117 14.3964 11.4051 14.4746 10.8584C14.4913 10.7419 14.5 10.6222 14.5 10.5V7C14.5 5.61929 13.3807 4.5 12 4.5ZM3.27047 4.31606C3.6482 3.91315 4.28103 3.89273 4.68394 4.27046L16.6191 15.4597C16.663 15.4943 16.7044 15.533 16.7427 15.5756L20.6839 19.2705C21.0869 19.6482 21.1073 20.281 20.7295 20.6839C20.3518 21.0869 19.719 21.1073 19.3161 20.7295L15.8729 17.5015C15.0017 17.9843 14.0309 18.3093 13 18.438V19.5H14.5C15.0523 19.5 15.5 19.9477 15.5 20.5C15.5 21.0523 15.0523 21.5 14.5 21.5H9.5C8.94772 21.5 8.5 21.0523 8.5 20.5C8.5 19.9477 8.94772 19.5 9.5 19.5H11V18.4381C7.82095 18.0418 5.22285 15.7805 4.33143 12.7852C4.17389 12.2559 4.47529 11.6991 5.00463 11.5415C5.53397 11.384 6.0908 11.6854 6.24834 12.2148C6.98616 14.6939 9.28346 16.5 12 16.5C12.8204 16.5 13.6012 16.3358 14.3123 16.0385L3.31606 5.72954C2.91315 5.35181 2.89274 4.71897 3.27047 4.31606ZM18.9954 11.5415C19.5247 11.6991 19.8261 12.2559 19.6686 12.7853C19.5332 13.2401 19.3586 13.6779 19.1486 14.0946C18.9002 14.5879 18.2989 14.7863 17.8057 14.5379C17.3124 14.2894 17.114 13.6882 17.3624 13.1949C17.5197 12.8827 17.6504 12.555 17.7517 12.2147C17.9092 11.6854 18.466 11.384 18.9954 11.5415Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default MicOff\n", "import type { SVGProps } from \"react\"\nconst MinimizeDown = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M5 19a1 1 0 1 0 0 2h14a1 1 0 1 0 0-2H5Zm2.707-8.707a1 1 0 1 0-1.414 1.414l5 5a1 1 0 0 0 1.414 0l5-5a1 1 0 0 0-1.414-1.414L13 13.586V4a1 1 0 1 0-2 0v9.586l-3.293-3.293Z\" />\n </svg>\n)\nexport default MinimizeDown\n", "import type { SVGProps } from \"react\"\nconst MinimizeLeft = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M5 5a1 1 0 0 0-2 0v14a1 1 0 1 0 2 0V5Zm8.707 2.707a1 1 0 0 0-1.414-1.414l-5 5a1 1 0 0 0 0 1.414l5 5a1 1 0 0 0 1.414-1.414L10.414 13H20a1 1 0 1 0 0-2h-9.586l3.293-3.293Z\" />\n </svg>\n)\nexport default MinimizeLeft\n", "import type { SVGProps } from \"react\"\nconst MinimizeRight = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M19 19a1 1 0 1 0 2 0V5a1 1 0 1 0-2 0v14Zm-8.707-2.707a1 1 0 1 0 1.414 1.414l5-5a1 1 0 0 0 0-1.414l-5-5a1 1 0 1 0-1.414 1.414L13.586 11H4a1 1 0 1 0 0 2h9.586l-3.293 3.293Z\" />\n </svg>\n)\nexport default MinimizeRight\n", "import type { SVGProps } from \"react\"\nconst MinimizeTop = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M19 5a1 1 0 1 0 0-2H5a1 1 0 1 0 0 2h14Zm-2.707 8.707a1 1 0 0 0 1.414-1.414l-5-5a1 1 0 0 0-1.414 0l-5 5a1 1 0 1 0 1.414 1.414L11 10.414V20a1 1 0 1 0 2 0v-9.586l3.293 3.293Z\" />\n </svg>\n)\nexport default MinimizeTop\n", "import type { SVGProps } from \"react\"\nconst Minus = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M6 12C6 11.4477 6.44772 11 7 11H17C17.5523 11 18 11.4477 18 12C18 12.5523 17.5523 13 17 13H7C6.44772 13 6 12.5523 6 12Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Minus\n", "import type { SVGProps } from \"react\"\nconst MinusCircle = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M9 11a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2H9Z\" />\n <path\n fillRule=\"evenodd\"\n d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2ZM4 12a8 8 0 1 1 16 0 8 8 0 0 1-16 0Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default MinusCircle\n", "import type { SVGProps } from \"react\"\nconst MinusCircleFilled = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2Zm-3 9a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2H9Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default MinusCircleFilled\n", "import type { SVGProps } from \"react\"\nconst Mobile = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M13.741 1.5c.805 0 1.47 0 2.011.044.562.046 1.08.144 1.564.392a4.001 4.001 0 0 1 1.748 1.748c.248.485.346 1.002.392 1.564.044.541.044 1.206.044 2.01v10.483c0 .805 0 1.47-.044 2.011-.046.562-.144 1.08-.392 1.564a4.002 4.002 0 0 1-1.748 1.748c-.485.248-1.002.346-1.564.392-.541.044-1.206.044-2.01.044h-2.483c-.805 0-1.47 0-2.011-.044-.562-.046-1.08-.144-1.564-.392a4.001 4.001 0 0 1-1.748-1.748c-.248-.485-.346-1.002-.392-1.564-.044-.541-.044-1.206-.044-2.01V7.258c0-.805 0-1.47.044-2.011.046-.562.144-1.08.392-1.564a4.001 4.001 0 0 1 1.748-1.748c.485-.248 1.002-.346 1.564-.392.541-.044 1.206-.044 2.01-.044h2.483Zm-2.441 2c-.857 0-1.439 0-1.889.037-.438.036-.663.101-.82.18a2 2 0 0 0-.873.875c-.08.156-.145.38-.18.82C7.5 5.861 7.5 6.442 7.5 7.3v10.4c0 .857 0 1.439.037 1.889.036.438.101.663.18.82a2 2 0 0 0 .875.873c.156.08.38.145.82.18.45.038 1.031.038 1.888.038h2.4c.857 0 1.439 0 1.889-.037.438-.036.663-.101.82-.18a2 2 0 0 0 .873-.875c.08-.156.145-.38.18-.82.038-.45.038-1.031.038-1.888V7.3c0-.857 0-1.439-.037-1.889-.036-.438-.101-.663-.18-.82a2 2 0 0 0-.875-.873c-.156-.08-.38-.145-.82-.18-.45-.038-1.031-.038-1.888-.038h-2.4ZM12.5 16a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Z\" />\n </svg>\n)\nexport default Mobile\n", "import type { SVGProps } from \"react\"\nconst Moon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12.7836 2.47048C12.9676 2.76512 12.9855 3.13415 12.8309 3.44525C12.2994 4.51497 12 5.7211 12 7.00001C12 11.4183 15.5817 15 20 15L20.0575 14.9998C20.4049 14.9974 20.7287 15.1754 20.9127 15.47C21.0968 15.7647 21.1147 16.1337 20.9601 16.4448C19.325 19.7352 15.9279 22 12 22C6.47715 22 2 17.5229 2 12C2 6.50107 6.43841 2.03886 11.9284 2.00027C12.2758 1.99783 12.5995 2.17584 12.7836 2.47048ZM10.4099 4.15803C6.75344 4.8954 4 8.12619 4 12C4 16.4183 7.58172 20 12 20C14.587 20 16.8886 18.7721 18.3516 16.8648C13.6131 16.0789 10 11.9614 10 7.00001C10 6.01361 10.1431 5.05953 10.4099 4.15803Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Moon\n", "import type { SVGProps } from \"react\"\nconst MoonSunSystem = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M13.138 0.873086C13.6819 0.968989 14.045 1.48765 13.9491 2.03154L13.7036 3.42427C13.6077 3.96816 13.089 4.33133 12.5451 4.23543C12.0012 4.13953 11.638 3.62087 11.7339 3.07698L11.9795 1.68425C12.0754 1.14035 12.5941 0.777183 13.138 0.873086ZM19.7083 4.29263C20.0988 4.68316 20.0988 5.31632 19.7083 5.70685L18.7083 6.70685C18.3178 7.09737 17.6846 7.09737 17.2941 6.70685C16.9036 6.31632 16.9036 5.68316 17.2941 5.29263L18.2941 4.29263C18.6846 3.90211 19.3178 3.90211 19.7083 4.29263ZM8.58703 5.29288C8.87031 5.57615 8.95719 6.00115 8.80781 6.37287C8.49458 7.15228 8.32172 8.00431 8.32172 8.89916C8.32172 12.6432 11.3568 15.6783 15.1008 15.6783C15.9957 15.6783 16.8477 15.5054 17.6271 15.1922C17.9988 15.0428 18.4238 15.1297 18.7071 15.4129C18.9904 15.6962 19.0773 16.1212 18.9279 16.4929C17.6313 19.7192 14.4728 22 10.7791 22C5.93054 22 2 18.0694 2 13.2209C2 9.52722 4.28075 6.36866 7.50704 5.07211C7.87876 4.92272 8.30376 5.0096 8.58703 5.29288ZM6.35949 8.08012C4.91423 9.32388 4 11.1662 4 13.2209C4 16.9649 7.03511 20 10.7791 20C12.8337 20 14.6761 19.0858 15.9199 17.6405C15.6501 17.6655 15.3769 17.6783 15.1008 17.6783C10.2523 17.6783 6.32172 13.7477 6.32172 8.89916C6.32172 8.62311 6.33449 8.3499 6.35949 8.08012ZM11 6.99998C11 6.4477 11.4477 5.99998 12 5.99998C15.3137 5.99998 18 8.68628 18 12C18 12.5523 17.5523 13 17 13C16.4477 13 16 12.5523 16 12C16 9.79084 14.2091 7.99998 12 7.99998C11.4477 7.99998 11 7.55227 11 6.99998ZM23.1278 10.8612C23.2237 11.4051 22.8606 11.9238 22.3167 12.0197L20.924 12.2653C20.3801 12.3612 19.8614 11.998 19.7655 11.4541C19.6696 10.9102 20.0328 10.3916 20.5767 10.2956L21.9694 10.0501C22.5133 9.95417 23.0319 10.3173 23.1278 10.8612Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default MoonSunSystem\n", "import type { SVGProps } from \"react\"\nconst MoreCircleMenuDots = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4ZM2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M13.3 12.0002C13.3 12.7182 12.718 13.3002 12 13.3002C11.282 13.3002 10.7 12.7182 10.7 12.0002C10.7 11.2822 11.282 10.7002 12 10.7002C12.718 10.7002 13.3 11.2822 13.3 12.0002Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M17.3 12.0002C17.3 12.7182 16.718 13.3002 16 13.3002C15.282 13.3002 14.7 12.7182 14.7 12.0002C14.7 11.2822 15.282 10.7002 16 10.7002C16.718 10.7002 17.3 11.2822 17.3 12.0002Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M9.30001 12.0002C9.30001 12.7182 8.71798 13.3002 8.00001 13.3002C7.28204 13.3002 6.70001 12.7182 6.70001 12.0002C6.70001 11.2822 7.28204 10.7002 8.00001 10.7002C8.71798 10.7002 9.30001 11.2822 9.30001 12.0002Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default MoreCircleMenuDots\n", "import type { SVGProps } from \"react\"\nconst Music = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M8.99609 17.9998V17.9432C8.95678 17.288 8.24672 16.4998 7 16.4998C5.71704 16.4998 5.00007 17.3344 5 17.9998C5 18.6653 5.71697 19.4998 7 19.4998C8.28303 19.4998 9 18.6653 9 17.9998H8.99609ZM18.9961 14.9998V14.9432C18.9568 14.288 18.2467 13.4998 17 13.4998C15.7171 13.4998 15.0001 14.3344 15 14.9998C15 15.6653 15.717 16.4998 17 16.4998C18.283 16.4998 19 15.6653 19 14.9998H18.9961ZM21 14.9998C21 17.0958 19.0307 18.4998 17 18.4998C14.9693 18.4998 13 17.0958 13 14.9998C13.0001 12.9039 14.9694 11.4998 17 11.4998C17.6984 11.4998 18.3898 11.6654 18.9961 11.9686V7.0506C18.9961 6.3033 18.995 5.80948 18.9619 5.43927C18.9294 5.07509 18.8733 4.95524 18.8438 4.90802C18.7106 4.69504 18.502 4.53977 18.2598 4.47345C18.2058 4.45877 18.0749 4.44026 17.7178 4.51349C17.3537 4.58817 16.8799 4.72843 16.1641 4.94318L12.5635 6.02325C11.661 6.294 11.4859 6.3659 11.3711 6.45783C11.2374 6.5649 11.1336 6.70434 11.0693 6.8631C11.0143 6.99947 10.9961 7.18828 10.9961 8.13068V17.8699C10.9978 17.9129 11 17.9562 11 17.9998C11 20.0958 9.03068 21.4998 7 21.4998C4.96932 21.4998 3 20.0958 3 17.9998C3.00007 15.9039 4.96935 14.4998 7 14.4998C7.69839 14.4998 8.38983 14.6654 8.99609 14.9686V8.13068C8.99609 7.36478 8.979 6.69922 9.21484 6.11505C9.40751 5.63794 9.71947 5.21794 10.1211 4.8963C10.6129 4.50255 11.2557 4.3283 11.9893 4.10822L15.5889 3.02814C16.2691 2.82408 16.8432 2.6504 17.3154 2.55353C17.7936 2.45544 18.2885 2.408 18.7881 2.54474C19.5149 2.74371 20.1406 3.20853 20.54 3.84747C20.8146 4.28671 20.9106 4.77527 20.9541 5.26154C20.997 5.74161 20.9961 6.34072 20.9961 7.0506V14.8699C20.9978 14.9129 21 14.9562 21 14.9998Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Music\n", "import type { SVGProps } from \"react\"\nconst MyGptProfileMe = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4ZM2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM11.6 7.2C12.0418 7.53137 12.1314 8.15817 11.8 8.6L9.78697 11.284L11.1644 11.5136C11.7092 11.6044 12.0772 12.1196 11.9864 12.6644C11.8956 13.2092 11.3804 13.5772 10.8356 13.4864L9.45818 13.2568C7.97894 13.0103 7.28719 11.2837 8.18697 10.084L10.2 7.4C10.5314 6.95817 11.1582 6.86863 11.6 7.2ZM16.2425 12.0299C16.7783 12.1638 17.1041 12.7067 16.9701 13.2425C16.3296 15.8046 13.8262 17 12 17C11.4477 17 11 16.5523 11 16C11 15.4477 11.4477 15 12 15C13.1738 15 14.6704 14.1954 15.0299 12.7575C15.1638 12.2217 15.7067 11.8959 16.2425 12.0299Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default MyGptProfileMe\n", "import type { SVGProps } from \"react\"\nconst Name = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M12 4a8 8 0 1 0 0 16 8 8 0 0 0 0-16ZM2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Zm14.076-4.068a1 1 0 0 1 .242 1.393l-4.75 6.75a1 1 0 0 1-1.558.098l-2.5-2.75a1 1 0 0 1 1.48-1.346l1.66 1.827 4.032-5.73a1 1 0 0 1 1.394-.242Z\" />\n </svg>\n)\nexport default Name\n", "import type { SVGProps } from \"react\"\nconst NewsPaper = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M7.7587 3H16.2413C17.0463 2.99999 17.7106 2.99998 18.2518 3.04419C18.8139 3.09012 19.3306 3.18868 19.816 3.43598C20.5686 3.81947 21.1805 4.43139 21.564 5.18404C21.8113 5.66937 21.9099 6.18608 21.9558 6.74817C22 7.28936 22 7.95372 22 8.75868V15.2413C22 16.0463 22 16.7106 21.9558 17.2518C21.9099 17.8139 21.8113 18.3306 21.564 18.816C21.1805 19.5686 20.5686 20.1805 19.816 20.564C19.3306 20.8113 18.8139 20.9099 18.2518 20.9558C17.7106 21 17.0463 21 16.2413 21H7.75868C6.95372 21 6.28936 21 5.74817 20.9558C5.18608 20.9099 4.66937 20.8113 4.18404 20.564C3.43139 20.1805 2.81947 19.5686 2.43597 18.816C2.18868 18.3306 2.09012 17.8139 2.04419 17.2518C1.99998 16.7106 1.99999 16.0463 2 15.2413V8.7587C1.99999 7.95373 1.99998 7.28937 2.04419 6.74817C2.09012 6.18608 2.18868 5.66937 2.43597 5.18404C2.81947 4.43139 3.43139 3.81947 4.18404 3.43597C4.66937 3.18868 5.18608 3.09012 5.74817 3.04419C6.28937 2.99998 6.95373 2.99999 7.7587 3ZM5.91104 5.03755C5.47262 5.07337 5.24842 5.1383 5.09202 5.21799C4.7157 5.40973 4.40973 5.7157 4.21799 6.09202C4.1383 6.24842 4.07337 6.47262 4.03755 6.91104C4.00078 7.36113 4 7.94342 4 8.8V15.2C4 16.0566 4.00078 16.6389 4.03755 17.089C4.07337 17.5274 4.1383 17.7516 4.21799 17.908C4.40973 18.2843 4.7157 18.5903 5.09202 18.782C5.24842 18.8617 5.47262 18.9266 5.91104 18.9624C6.36113 18.9992 6.94342 19 7.8 19H16.2C17.0566 19 17.6389 18.9992 18.089 18.9624C18.5274 18.9266 18.7516 18.8617 18.908 18.782C19.2843 18.5903 19.5903 18.2843 19.782 17.908C19.8617 17.7516 19.9266 17.5274 19.9624 17.089C19.9992 16.6389 20 16.0566 20 15.2V8.8C20 7.94342 19.9992 7.36113 19.9624 6.91104C19.9266 6.47262 19.8617 6.24842 19.782 6.09202C19.5903 5.7157 19.2843 5.40973 18.908 5.21799C18.7516 5.1383 18.5274 5.07337 18.089 5.03755C17.6389 5.00078 17.0566 5 16.2 5H7.8C6.94342 5 6.36113 5.00078 5.91104 5.03755ZM6 8C6 7.44772 6.44772 7 7 7H10.5C11.0523 7 11.5 7.44772 11.5 8V12C11.5 12.5523 11.0523 13 10.5 13H7C6.44772 13 6 12.5523 6 12V8ZM8 9V11H9.5V9H8ZM13.5 8C13.5 7.44772 13.9477 7 14.5 7H17C17.5523 7 18 7.44772 18 8C18 8.55229 17.5523 9 17 9H14.5C13.9477 9 13.5 8.55229 13.5 8ZM13.5 12C13.5 11.4477 13.9477 11 14.5 11H17C17.5523 11 18 11.4477 18 12C18 12.5523 17.5523 13 17 13H14.5C13.9477 13 13.5 12.5523 13.5 12ZM5.99783 16C5.99783 15.4477 6.44555 15 6.99783 15H16.9978C17.5501 15 17.9978 15.4477 17.9978 16C17.9978 16.5523 17.5501 17 16.9978 17H6.99783C6.44555 17 5.99783 16.5523 5.99783 16Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default NewsPaper\n", "import type { SVGProps } from \"react\"\nconst Nodes = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12.0005 2.40039C13.856 2.40049 15.3597 3.90426 15.3599 5.75977C15.3599 7.28167 14.3481 8.56627 12.9604 8.97949V11.04H16.3198C17.9104 11.04 19.2006 12.3293 19.2007 13.9199V15.0205C19.4467 15.0941 19.6883 15.1971 19.9204 15.3311C21.5269 16.2589 22.0773 18.3132 21.1499 19.9199C20.2221 21.5266 18.1668 22.0771 16.5601 21.1494C14.9536 20.2215 14.4039 18.1663 15.3315 16.5596C15.7784 15.7861 16.4864 15.2581 17.2798 15.0215V13.9199C17.2797 13.3898 16.85 12.96 16.3198 12.96H12.0005H11.9995H7.68018C7.15 12.96 6.72025 13.3897 6.72021 13.9199V15.0215C7.51388 15.258 8.22251 15.7858 8.66943 16.5596C9.59709 18.1663 9.04655 20.2216 7.43994 21.1494C5.83325 22.0767 3.77881 21.5264 2.85107 19.9199C1.92355 18.3132 2.474 16.2589 4.08057 15.3311C4.31271 15.197 4.55421 15.0941 4.80029 15.0205V13.9199C4.80033 12.3293 6.08961 11.04 7.68018 11.04H11.0396V8.97852C9.65233 8.56502 8.64014 7.28137 8.64014 5.75977C8.64028 3.9042 10.1449 2.40039 12.0005 2.40039ZM7.00732 17.5195C6.6097 16.8313 5.72891 16.5958 5.04053 16.9932C4.3521 17.3907 4.11581 18.2715 4.51318 18.96C4.91064 19.6483 5.79153 19.8844 6.47998 19.4873C7.16845 19.0898 7.40484 18.208 7.00732 17.5195ZM18.9604 16.9932C18.2721 16.5957 17.3913 16.8313 16.9937 17.5195C16.5961 18.208 16.8316 19.0898 17.52 19.4873C18.2085 19.8848 19.0892 19.6484 19.4868 18.96C19.8843 18.2715 19.6489 17.3907 18.9604 16.9932ZM12.0005 4.32031C11.2053 4.32031 10.5602 4.96459 10.5601 5.75977C10.5601 6.55506 11.2052 7.2002 12.0005 7.2002C12.7957 7.2001 13.4399 6.555 13.4399 5.75977C13.4398 4.96465 12.7956 4.32041 12.0005 4.32031Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Nodes\n", "import type { SVGProps } from \"react\"\nconst Notebook = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M9.2587 2.5H14.7413C15.5463 2.49999 16.2106 2.49998 16.7518 2.54419C17.3139 2.59012 17.8306 2.68868 18.316 2.93597C19.0686 3.31947 19.6805 3.93139 20.064 4.68404C20.3113 5.16937 20.4099 5.68608 20.4558 6.24817C20.5 6.78936 20.5 7.45372 20.5 8.25868V15.7413C20.5 16.5463 20.5 17.2106 20.4558 17.7518C20.4099 18.3139 20.3113 18.8306 20.064 19.316C19.6805 20.0686 19.0686 20.6805 18.316 21.064C17.8306 21.3113 17.3139 21.4099 16.7518 21.4558C16.2106 21.5 15.5463 21.5 14.7413 21.5H9.25868C8.45372 21.5 7.78936 21.5 7.24817 21.4558C6.68608 21.4099 6.16937 21.3113 5.68404 21.064C4.93139 20.6805 4.31947 20.0686 3.93597 19.316C3.68868 18.8306 3.59012 18.3139 3.54419 17.7518C3.52554 17.5236 3.51476 17.2734 3.50853 17H3.5C2.94772 17 2.5 16.5523 2.5 16C2.5 15.4477 2.94772 15 3.5 15V13C2.94772 13 2.5 12.5523 2.5 12C2.5 11.4477 2.94772 11 3.5 11V9C2.94772 9 2.5 8.55229 2.5 8C2.5 7.44772 2.94772 7 3.5 7H3.50853C3.51476 6.72661 3.52554 6.47644 3.54419 6.24817C3.59012 5.68608 3.68868 5.16937 3.93597 4.68404C4.31947 3.93139 4.93139 3.31947 5.68404 2.93597C6.16937 2.68868 6.68608 2.59012 7.24817 2.54419C7.78937 2.49998 8.45373 2.49999 9.2587 2.5ZM5.5 9V11C6.05228 11 6.5 11.4477 6.5 12C6.5 12.5523 6.05228 13 5.5 13V15C6.05228 15 6.5 15.4477 6.5 16C6.5 16.5493 6.05715 16.9951 5.50902 17C5.51451 17.2215 5.52335 17.4151 5.53755 17.589C5.57337 18.0274 5.6383 18.2516 5.71799 18.408C5.90973 18.7843 6.21569 19.0903 6.59202 19.282C6.74842 19.3617 6.97262 19.4266 7.41104 19.4624C7.86113 19.4992 8.44342 19.5 9.3 19.5H14.7C15.5566 19.5 16.1389 19.4992 16.589 19.4624C17.0274 19.4266 17.2516 19.3617 17.408 19.282C17.7843 19.0903 18.0903 18.7843 18.282 18.408C18.3617 18.2516 18.4266 18.0274 18.4624 17.589C18.4992 17.1389 18.5 16.5566 18.5 15.7V8.3C18.5 7.44342 18.4992 6.86113 18.4624 6.41104C18.4266 5.97262 18.3617 5.74842 18.282 5.59202C18.0903 5.2157 17.7843 4.90973 17.408 4.71799C17.2516 4.6383 17.0274 4.57337 16.589 4.53755C16.1389 4.50078 15.5566 4.5 14.7 4.5H9.3C8.44342 4.5 7.86113 4.50078 7.41104 4.53755C6.97262 4.57337 6.74842 4.6383 6.59202 4.71799C6.21569 4.90973 5.90973 5.2157 5.71799 5.59202C5.6383 5.74842 5.57337 5.97262 5.53755 6.41104C5.52335 6.58491 5.51451 6.77852 5.50902 7.00004C6.05715 7.00488 6.5 7.45073 6.5 8C6.5 8.55229 6.05228 9 5.5 9ZM8 9C8 8.44772 8.44772 8 9 8H15C15.5523 8 16 8.44772 16 9C16 9.55229 15.5523 10 15 10H9C8.44772 10 8 9.55229 8 9ZM8 13C8 12.4477 8.44772 12 9 12H13C13.5523 12 14 12.4477 14 13C14 13.5523 13.5523 14 13 14H9C8.44772 14 8 13.5523 8 13Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Notebook\n", "import type { SVGProps } from \"react\"\nconst NotebookCheck = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M8.7587 3H15.2413C16.0463 2.99999 16.7106 2.99998 17.2518 3.04419C17.8139 3.09012 18.3306 3.18868 18.816 3.43597C19.5686 3.81947 20.1805 4.43139 20.564 5.18404C20.8113 5.66937 20.9099 6.18608 20.9558 6.74817C21 7.28936 21 7.95372 21 8.75868V15.2413C21 16.0463 21 16.7106 20.9558 17.2518C20.9099 17.8139 20.8113 18.3306 20.564 18.816C20.1805 19.5686 19.5686 20.1805 18.816 20.564C18.3306 20.8113 17.8139 20.9099 17.2518 20.9558C16.7106 21 16.0463 21 15.2413 21H8.75868C7.95372 21 7.28936 21 6.74817 20.9558C6.18608 20.9099 5.66937 20.8113 5.18404 20.564C4.43139 20.1805 3.81947 19.5686 3.43597 18.816C3.18868 18.3306 3.09012 17.8139 3.04419 17.2518C3.03756 17.1707 3.03193 17.0868 3.02714 17H3C2.44772 17 2 16.5523 2 16C2 15.4477 2.44772 15 3 15V13C2.44772 13 2 12.5523 2 12C2 11.4477 2.44772 11 3 11V9C2.44772 9 2 8.55229 2 8C2 7.44772 2.44772 7 3 7H3.02714C3.03193 6.91325 3.03756 6.82933 3.04419 6.74817C3.09012 6.18608 3.18868 5.66937 3.43597 5.18404C3.81947 4.43139 4.43139 3.81947 5.18404 3.43597C5.66937 3.18868 6.18608 3.09012 6.74817 3.04419C7.28937 2.99998 7.95373 2.99999 8.7587 3ZM5 9V11C5.55228 11 6 11.4477 6 12C6 12.5523 5.55228 13 5 13V15C5.55228 15 6 15.4477 6 16C6 16.542 5.56885 16.9832 5.03083 16.9995C5.03293 17.0299 5.03516 17.0597 5.03755 17.089C5.07337 17.5274 5.1383 17.7516 5.21799 17.908C5.40973 18.2843 5.71569 18.5903 6.09202 18.782C6.24842 18.8617 6.47262 18.9266 6.91104 18.9624C7.36113 18.9992 7.94342 19 8.8 19H15.2C16.0566 19 16.6389 18.9992 17.089 18.9624C17.5274 18.9266 17.7516 18.8617 17.908 18.782C18.2843 18.5903 18.5903 18.2843 18.782 17.908C18.8617 17.7516 18.9266 17.5274 18.9624 17.089C18.9992 16.6389 19 16.0566 19 15.2V8.8C19 7.94342 18.9992 7.36113 18.9624 6.91104C18.9266 6.47262 18.8617 6.24842 18.782 6.09202C18.5903 5.7157 18.2843 5.40973 17.908 5.21799C17.7516 5.1383 17.5274 5.07337 17.089 5.03755C16.6389 5.00078 16.0566 5 15.2 5H8.8C7.94342 5 7.36113 5.00078 6.91104 5.03755C6.47262 5.07337 6.24842 5.1383 6.09202 5.21799C5.7157 5.40973 5.40973 5.7157 5.21799 6.09202C5.1383 6.24842 5.07337 6.47262 5.03755 6.91104C5.03516 6.94028 5.03293 6.97007 5.03083 7.00047C5.56885 7.01676 6 7.45803 6 8C6 8.55229 5.55228 9 5 9ZM14.9961 8.63176C15.4757 8.90577 15.6423 9.51662 15.3682 9.99614L12.5111 14.9961C12.3479 15.2817 12.0548 15.4688 11.727 15.4965C11.3993 15.5241 11.0789 15.3889 10.8701 15.1347L9.22727 13.1347C8.87672 12.708 8.9385 12.0778 9.36526 11.7273C9.79203 11.3767 10.4222 11.4385 10.7727 11.8653L11.4945 12.744L13.6318 9.00386C13.9058 8.52434 14.5166 8.35775 14.9961 8.63176Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default NotebookCheck\n", "import type { SVGProps } from \"react\"\nconst NotebookNarrow = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M9.2587 2H14.7413C15.5463 1.99999 16.2106 1.99998 16.7518 2.04419C17.3139 2.09012 17.8306 2.18868 18.316 2.43597C19.0686 2.81947 19.6805 3.43139 20.064 4.18404C20.3113 4.66937 20.4099 5.18608 20.4558 5.74817C20.5 6.28936 20.5 6.95372 20.5 7.75868V16.2413C20.5 17.0463 20.5 17.7106 20.4558 18.2518C20.4099 18.8139 20.3113 19.3306 20.064 19.816C19.6805 20.5686 19.0686 21.1805 18.316 21.564C17.8306 21.8113 17.3139 21.9099 16.7518 21.9558C16.2106 22 15.5463 22 14.7413 22H9.25868C8.45372 22 7.78936 22 7.24817 21.9558C6.68608 21.9099 6.16937 21.8113 5.68404 21.564C4.93139 21.1805 4.31947 20.5686 3.93597 19.816C3.68868 19.3306 3.59012 18.8139 3.54419 18.2518C3.51471 17.891 3.50489 17.4755 3.50163 17H3.5C2.94772 17 2.5 16.5523 2.5 16C2.5 15.4477 2.94772 15 3.5 15V13C2.94772 13 2.5 12.5523 2.5 12C2.5 11.4477 2.94772 11 3.5 11V9C2.94772 9 2.5 8.55229 2.5 8C2.5 7.44772 2.94772 7 3.5 7H3.50163C3.50489 6.52454 3.51471 6.10898 3.54419 5.74817C3.59012 5.18608 3.68868 4.66937 3.93597 4.18404C4.31947 3.43139 4.93139 2.81947 5.68404 2.43597C6.16937 2.18868 6.68608 2.09012 7.24817 2.04419C7.78937 1.99998 8.45373 1.99999 9.2587 2ZM5.5 9V11C6.05228 11 6.5 11.4477 6.5 12C6.5 12.5523 6.05228 13 5.5 13V15C6.05228 15 6.5 15.4477 6.5 16C6.5 16.5517 6.05324 16.999 5.50176 17C5.50489 17.4455 5.51356 17.7954 5.53755 18.089C5.57337 18.5274 5.6383 18.7516 5.71799 18.908C5.90973 19.2843 6.2157 19.5903 6.59202 19.782C6.74842 19.8617 6.97262 19.9266 7.41104 19.9624C7.86113 19.9992 8.44342 20 9.3 20H14.7C15.5566 20 16.1389 19.9992 16.589 19.9624C17.0274 19.9266 17.2516 19.8617 17.408 19.782C17.7843 19.5903 18.0903 19.2843 18.282 18.908C18.3617 18.7516 18.4266 18.5274 18.4624 18.089C18.4992 17.6389 18.5 17.0566 18.5 16.2V7.8C18.5 6.94342 18.4992 6.36113 18.4624 5.91104C18.4266 5.47262 18.3617 5.24842 18.282 5.09202C18.0903 4.7157 17.7843 4.40973 17.408 4.21799C17.2516 4.1383 17.0274 4.07337 16.589 4.03755C16.1389 4.00078 15.5566 4 14.7 4H9.3C8.44342 4 7.86113 4.00078 7.41104 4.03755C6.97262 4.07337 6.74842 4.1383 6.59202 4.21799C6.2157 4.40973 5.90973 4.7157 5.71799 5.09202C5.6383 5.24842 5.57337 5.47262 5.53755 5.91104C5.51356 6.20463 5.50489 6.55447 5.50176 7C6.05324 7.00095 6.5 7.4483 6.5 8C6.5 8.55229 6.05228 9 5.5 9ZM8.5 8C8.5 7.44772 8.94772 7 9.5 7H14.5C15.0523 7 15.5 7.44772 15.5 8C15.5 8.55229 15.0523 9 14.5 9H9.5C8.94772 9 8.5 8.55229 8.5 8ZM8.5 12C8.5 11.4477 8.94772 11 9.5 11H14.5C15.0523 11 15.5 11.4477 15.5 12C15.5 12.5523 15.0523 13 14.5 13H9.5C8.94772 13 8.5 12.5523 8.5 12Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default NotebookNarrow\n", "import type { SVGProps } from \"react\"\nconst NotebookPencil = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M11 5V3a1 1 0 1 1 2 0v2a1 1 0 1 1-2 0Zm4 0V3a1 1 0 1 1 2 0v2a1 1 0 1 1-2 0ZM7 5V3a1 1 0 0 1 2 0v2a1 1 0 0 1-2 0Zm10.281 9.63a2.892 2.892 0 0 1 4.09 0l.198.22a2.892 2.892 0 0 1-.198 3.87l-3.986 3.987a1 1 0 0 1-.707.293h-2.676a1 1 0 0 1-1-1v-2.676l.005-.098a1 1 0 0 1 .288-.609l3.986-3.986Zm2.676 1.415a.892.892 0 0 0-1.262 0l-3.693 3.693V21h1.262l3.693-3.693a.893.893 0 0 0 .062-1.195l-.062-.067Z\" />\n <path d=\"M18 10.5V6a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v13a1 1 0 0 0 1 1h2a1 1 0 1 1 0 2H7a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v4.5a1 1 0 1 1-2 0Z\" />\n <path d=\"M15 9a1 1 0 1 1 0 2H9a1 1 0 1 1 0-2h6Zm-3 4a1 1 0 1 1 0 2H9a1 1 0 1 1 0-2h3Z\" />\n </svg>\n)\nexport default NotebookPencil\n", "import type { SVGProps } from \"react\"\nconst Notepad = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M13 13.0001C13.5523 13.0001 14 13.4478 14 14.0001C13.9999 14.5523 13.5523 15.0001 13 15.0001H9C8.44775 15.0001 8.00005 14.5523 8 14.0001C8 13.4478 8.44772 13.0001 9 13.0001H13ZM15 9.00006C15.5523 9.00006 16 9.44778 16 10.0001C16 10.5523 15.5523 11.0001 15 11.0001H9C8.44772 11.0001 8 10.5523 8 10.0001C8 9.44778 8.44772 9.00006 9 9.00006H15ZM11 4.50006H9C9 5.05235 8.55228 5.50006 8 5.50006C7.4694 5.50005 7.03618 5.08673 7.00293 4.56451C6.13911 4.78571 5.5 5.56729 5.5 6.50006V17.5001C5.50005 18.6046 6.39546 19.5001 7.5 19.5001H16.5C17.6045 19.5001 18.4999 18.6046 18.5 17.5001V6.50006C18.5 5.56696 17.8604 4.78539 16.9961 4.56451C16.9628 5.0867 16.5306 5.50005 16 5.50006C15.4477 5.50006 15 5.05235 15 4.50006H13C13 5.05235 12.5523 5.50006 12 5.50006C11.4477 5.50006 11 5.05235 11 4.50006ZM20.5 17.5001C20.4999 19.7092 18.7091 21.5001 16.5 21.5001H7.5C5.29089 21.5001 3.50005 19.7092 3.5 17.5001V6.50006C3.5 4.46027 5.02687 2.77738 7 2.53131V2.50006C7 1.94778 7.44773 1.50007 8 1.50006C8.55228 1.50006 9 1.94778 9 2.50006H11C11 1.94778 11.4477 1.50006 12 1.50006C12.5523 1.50006 13 1.94778 13 2.50006H15C15 1.94778 15.4477 1.50006 16 1.50006C16.5523 1.50007 17 1.94778 17 2.50006V2.53131C18.9731 2.77738 20.5 4.46027 20.5 6.50006V17.5001Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Notepad\n", "import type { SVGProps } from \"react\"\nconst NotificationBell = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M3.80094 9.60322C4.25738 5.41917 7.79108 2.25 12 2.25C16.2088 2.25 19.7425 5.41916 20.199 9.60322L20.8731 15.7831C21.0022 16.9665 20.0754 18 18.8849 18H16.8424C16.2874 20.1565 14.3298 21.75 12 21.75C9.67015 21.75 7.71253 20.1565 7.15747 18H5.11498C3.92455 18 2.99767 16.9665 3.12677 15.7831L3.80094 9.60322ZM9.27197 18C9.74598 19.0328 10.7892 19.75 12 19.75C13.2107 19.75 14.2539 19.0328 14.7279 18H9.27197ZM12 4.25C8.8117 4.25 6.1349 6.65066 5.78914 9.82011L5.11498 16L18.8849 16L18.2108 9.82011C17.865 6.65066 15.1882 4.25 12 4.25Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default NotificationBell\n", "import type { SVGProps } from \"react\"\nconst NotificationOffBell = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M7.49009 3.59183C8.79121 2.74117 10.3443 2.25 12 2.25C16.2089 2.25 19.7426 5.41916 20.199 9.60322L20.8305 15.3916C20.8904 15.9406 20.4938 16.4342 19.9448 16.4941C19.3958 16.554 18.9022 16.1575 18.8423 15.6084L18.2108 9.82011C17.8651 6.65066 15.1883 4.25 12 4.25C10.7443 4.25 9.56978 4.62166 8.58453 5.26581C8.12227 5.56803 7.50254 5.4383 7.20032 4.97604C6.8981 4.51378 7.02783 3.89405 7.49009 3.59183ZM1.77241 3.31399C2.15129 2.91215 2.78418 2.89354 3.18602 3.27241L20.686 19.7724C21.0879 20.1513 21.1065 20.7842 20.7276 21.186C20.3487 21.5878 19.7158 21.6065 19.314 21.2276L16.6134 18.6813C15.8579 20.4838 14.0768 21.75 12 21.75C9.6702 21.75 7.71258 20.1565 7.15752 18H5.11503C3.9246 18 2.99772 16.9665 3.12682 15.7831L3.80099 9.60322C3.89343 8.75591 4.11241 7.9492 4.43812 7.20177L1.81399 4.72759C1.41215 4.34871 1.39354 3.71582 1.77241 3.31399ZM6.01816 8.69152C5.9091 9.05386 5.83164 9.43101 5.7892 9.82011L5.11503 16H13.7696L6.01816 8.69152ZM14.728 18H9.27202C9.74603 19.0328 10.7893 19.75 12 19.75C13.2108 19.75 14.254 19.0328 14.728 18Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default NotificationOffBell\n", "import type { SVGProps } from \"react\"\nconst NoTraining = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M9.94868 2.6838C9.77404 2.15986 9.20772 1.8767 8.68377 2.05134C8.15983 2.22599 7.87667 2.79231 8.05132 3.31625L10.6126 11H8V8.00003C8 6.34317 6.65685 5.00003 5 5.00003H4C2.34315 5.00003 1 6.34317 1 8.00003V11C0.447715 11 0 11.4477 0 12C0 12.5523 0.447715 13 1 13V16C1 17.6569 2.34315 19 4 19H5C6.65685 19 8 17.6569 8 16V13H11.2792L14.0513 21.3163C14.226 21.8402 14.7923 22.1234 15.3162 21.9487C15.8402 21.7741 16.1233 21.2077 15.9487 20.6838L12.956 11.7057C12.9514 11.6909 12.9465 11.6762 12.9413 11.6616L9.94868 2.6838ZM6 8.00003V16C6 16.5523 5.55228 17 5 17H4C3.44772 17 3 16.5523 3 16V8.00003C3 7.44774 3.44772 7.00003 4 7.00003H5C5.55228 7.00003 6 7.44774 6 8.00003Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M23 8.00003V11C23.5523 11 24 11.4477 24 12C24 12.5523 23.5523 13 23 13V16C23 17.6569 21.6569 19 20 19H19C17.3431 19 16 17.6569 16 16V13C15.4477 13 15 12.5523 15 12C15 11.4477 15.4477 11 16 11V8.00003C16 6.34317 17.3431 5.00003 19 5.00003H20C21.6569 5.00003 23 6.34317 23 8.00003ZM18 8.00003V16C18 16.5523 18.4477 17 19 17H20C20.5523 17 21 16.5523 21 16V8.00003C21 7.44774 20.5523 7.00003 20 7.00003H19C18.4477 7.00003 18 7.44774 18 8.00003Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default NoTraining\n", "import type { SVGProps } from \"react\"\nconst Number = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M19 10c0-1.067 0-1.807-.048-2.382-.046-.563-.131-.88-.252-1.116A2.752 2.752 0 0 0 17.498 5.3c-.236-.12-.553-.206-1.116-.252C15.807 5 15.067 5 14 5h-4c-1.067 0-1.807 0-2.382.048-.563.046-.88.131-1.116.252A2.752 2.752 0 0 0 5.3 6.502c-.12.237-.206.553-.252 1.116C5 8.193 5 8.933 5 10v4c0 1.067 0 1.807.048 2.382.046.563.131.88.252 1.116.263.517.685.938 1.202 1.202.237.12.553.206 1.116.252C8.193 19 8.933 19 10 19h4c1.067 0 1.807 0 2.382-.048.563-.046.88-.131 1.116-.252a2.752 2.752 0 0 0 1.202-1.202c.12-.236.206-.553.252-1.116C19 15.807 19 15.067 19 14v-4Zm2 4c0 1.033 0 1.868-.055 2.544-.056.687-.175 1.297-.463 1.862a4.751 4.751 0 0 1-2.076 2.076c-.565.288-1.175.407-1.862.463C15.868 21 15.034 21 14 21h-4c-1.033 0-1.869 0-2.544-.055-.687-.056-1.297-.175-1.862-.463a4.751 4.751 0 0 1-2.076-2.076c-.288-.565-.407-1.175-.463-1.862C3 15.868 3 15.034 3 14v-4c0-1.033 0-1.869.055-2.544.056-.687.174-1.297.463-1.862a4.752 4.752 0 0 1 2.076-2.076c.565-.288 1.175-.407 1.862-.463C8.131 3 8.966 3 10 3h4c1.033 0 1.868 0 2.544.055.687.056 1.297.174 1.862.463a4.751 4.751 0 0 1 2.076 2.076c.288.565.407 1.175.463 1.862C21 8.131 21 8.966 21 10v4Z\" />\n <path d=\"M8.5 15V9l.012-.155a1 1 0 0 1 1.757-.486l3.231 3.877V9a1 1 0 1 1 2 0v6a1 1 0 0 1-1.769.64L10.5 11.764V15a1 1 0 1 1-2 0Z\" />\n </svg>\n)\nexport default Number\n", "import type { SVGProps } from \"react\"\nconst Object = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M4 16.688c0-.597.018-1.028.01-1.515-.008-.456-.04-.815-.117-1.108-.074-.28-.182-.479-.333-.636-.155-.16-.408-.334-.858-.475a1 1 0 0 1 0-1.908c.469-.147.73-.326.886-.488.153-.16.258-.358.328-.636.073-.292.1-.65.104-1.104 0-.224-.004-.458-.01-.713-.004-.25-.01-.518-.01-.793C4 5.147 5.853 3.5 8 3.5a1 1 0 0 1 0 2c-1.166 0-2 .871-2 1.813 0 .249.005.495.01.75.006.251.011.512.01.768-.004.505-.033 1.05-.165 1.576a3.34 3.34 0 0 1-.825 1.536c-.02.022-.044.042-.066.063L5 12.04c.438.455.687.983.827 1.519.137.522.174 1.067.183 1.579.008.48-.01 1.078-.01 1.549 0 .94.834 1.812 2 1.812a1 1 0 1 1 0 2c-2.147 0-4-1.647-4-3.813Zm14 0c0-.254-.006-.504-.012-.761a30.663 30.663 0 0 1-.01-.77c0-.505.026-1.051.157-1.576a3.28 3.28 0 0 1 .83-1.532l.05-.049-.05-.049a3.285 3.285 0 0 1-.83-1.532c-.13-.525-.156-1.07-.158-1.576 0-.256.006-.517.011-.77.006-.257.012-.507.012-.76 0-.942-.834-1.813-2-1.813a1 1 0 1 1 0-2c2.147 0 4 1.647 4 3.813 0 .28-.006.553-.012.806-.006.258-.011.494-.01.72 0 .457.027.81.098 1.098.068.27.17.463.322.619.157.16.42.34.9.49a1 1 0 0 1 0 1.908c-.48.15-.743.33-.9.49a1.288 1.288 0 0 0-.322.62c-.071.287-.097.64-.099 1.097 0 .226.005.462.011.72.006.253.012.526.012.806 0 2.166-1.853 3.813-4 3.813a1 1 0 1 1 0-2c1.166 0 2-.871 2-1.813Z\" />\n </svg>\n)\nexport default Object\n", "import type { SVGProps } from \"react\"\nconst On = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M13 2a1 1 0 1 0-2 0v5a1 1 0 1 0 2 0V2ZM7.589 5.934A1 1 0 0 0 6.41 4.317a9.5 9.5 0 1 0 11.178 0 1 1 0 0 0-1.178 1.617 7.5 7.5 0 1 1-8.822 0Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default On\n", "import type { SVGProps } from \"react\"\nconst OpenaiLogoBold = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <g clipPath=\"url(#clip0_8150_6577)\">\n <path\n d=\"M13.7958 23.893C13.003 23.893 12.2498 23.7423 11.5362 23.441C10.8226 23.1398 10.1883 22.7195 9.6333 22.1804C9.03072 22.3865 8.40436 22.4896 7.75421 22.4896C6.69177 22.4896 5.70862 22.228 4.80476 21.7047C3.90089 21.1814 3.17146 20.4678 2.61645 19.5639C2.0773 18.6601 1.80773 17.6531 1.80773 16.5431C1.80773 16.0833 1.87116 15.5838 1.99802 15.0446C1.36373 14.4579 0.872151 13.784 0.52329 13.0228C0.17443 12.2458 0 11.4371 0 10.5966C0 9.74035 0.182359 8.91578 0.547076 8.12291C0.911794 7.33005 1.41923 6.64818 2.06938 6.07732C2.73538 5.4906 3.50446 5.08624 4.37661 4.86424C4.55104 3.96038 4.91576 3.15165 5.47076 2.43808C6.04162 1.70864 6.73935 1.13778 7.56392 0.725489C8.3885 0.3132 9.26858 0.107056 10.2042 0.107056C10.997 0.107056 11.7502 0.2577 12.4638 0.558988C13.1774 0.860277 13.8117 1.28049 14.3667 1.81964C14.9693 1.6135 15.5956 1.51042 16.2458 1.51042C17.3082 1.51042 18.2914 1.77207 19.1952 2.29536C20.0991 2.81865 20.8206 3.53223 21.3598 4.43609C21.9148 5.33996 22.1923 6.3469 22.1923 7.45691C22.1923 7.91677 22.1288 8.41627 22.002 8.95542C22.6363 9.54214 23.1278 10.224 23.4767 11.001C23.8256 11.7622 24 12.563 24 13.4034C24 14.2597 23.8176 15.0843 23.4529 15.8771C23.0882 16.67 22.5728 17.3598 21.9068 17.9465C21.2567 18.5174 20.4955 18.9138 19.6234 19.1358C19.449 20.0397 19.0763 20.8484 18.5055 21.562C17.9504 22.2914 17.2607 22.8623 16.4361 23.2745C15.6115 23.6868 14.7314 23.893 13.7958 23.893ZM7.96829 20.6581C8.71358 20.6581 9.37166 20.4916 9.94252 20.1586L14.2478 17.6849C14.4222 17.5739 14.5094 17.4232 14.5094 17.2329V15.5679L9.20515 18.6125C8.71358 18.8979 8.222 18.8979 7.73043 18.6125L3.63925 16.2577C3.63925 16.2736 3.63925 16.2973 3.63925 16.3291C3.63925 16.3608 3.63925 16.4004 3.63925 16.448C3.63925 17.225 3.82161 17.9386 4.18632 18.5887C4.5669 19.223 5.09019 19.7225 5.75619 20.0872C6.4222 20.4678 7.15956 20.6581 7.96829 20.6581ZM8.18236 16.781C8.2775 16.8444 8.36472 16.8761 8.444 16.8761C8.52329 16.8603 8.61051 16.8286 8.70565 16.781L10.1566 15.9723L4.87612 12.8801C4.38454 12.6105 4.13875 12.1824 4.13875 11.5957V6.90983C3.44103 7.27455 2.88603 7.78991 2.47374 8.45591C2.0773 9.10606 1.87909 9.82757 1.87909 10.6204C1.87909 11.3657 2.06145 12.0793 2.42616 12.7612C2.80674 13.4272 3.29832 13.9346 3.90089 14.2835L8.18236 16.781ZM13.7721 22.0377C14.5808 22.0377 15.3102 21.8553 15.9604 21.4906C16.6105 21.1259 17.1179 20.6264 17.4827 19.9921C17.8632 19.3578 18.0535 18.6521 18.0535 17.8751V12.9277C18.0535 12.7215 17.9663 12.5709 17.7919 12.4757L16.3409 11.5957V17.7324C16.3409 18.3191 16.0951 18.7473 15.6036 19.0169L11.5362 21.3717C12.2339 21.8157 12.9792 22.0377 13.7721 22.0377ZM14.5094 13.4985V10.5015L12.0119 9.07435L9.49058 10.5015V13.4985L12.0119 14.9257L14.5094 13.4985ZM7.65907 6.26761C7.65907 5.68089 7.90486 5.25274 8.39643 4.98317L12.4638 2.62836C11.7661 2.18436 11.0208 1.96236 10.2279 1.96236C9.43508 1.96236 8.71358 2.14472 8.06343 2.50943C7.41328 2.87415 6.89792 3.37365 6.51734 4.00795C6.15263 4.64224 5.97027 5.34789 5.97027 6.12489V11.0486C5.97027 11.2389 6.05748 11.3974 6.23191 11.5243L7.65907 12.4044V6.26761ZM19.885 17.0902C20.5669 16.7413 21.106 16.2339 21.5025 15.5679C21.9148 14.9019 22.1209 14.1725 22.1209 13.3796C22.1209 12.6343 21.9306 11.9287 21.55 11.2627C21.1853 10.5808 20.7017 10.0654 20.0991 9.71657L15.8176 7.24283C15.7225 7.1794 15.6353 7.15562 15.556 7.17147C15.4767 7.17147 15.3895 7.19526 15.2943 7.24283L13.8434 8.02777L19.1477 11.1437C19.4014 11.2864 19.5837 11.4609 19.6947 11.667C19.8216 11.8573 19.885 12.1031 19.885 12.4044V17.0902ZM14.7948 5.33996C15.2864 5.03867 15.778 5.03867 16.2696 5.33996L20.3608 7.74234C20.3608 7.69476 20.3608 7.64719 20.3608 7.59962C20.3608 6.87019 20.1784 6.1804 19.8137 5.53025C19.4648 4.86424 18.9574 4.33302 18.2914 3.93659C17.6412 3.54016 16.888 3.34194 16.0317 3.34194C15.2864 3.34194 14.6283 3.50844 14.0575 3.84145L9.75223 6.31518C9.5778 6.42618 9.49058 6.57683 9.49058 6.76711V8.43213L14.7948 5.33996Z\"\n fill=\"currentColor\"\n />\n </g>\n <defs>\n <clipPath id=\"clip0_8150_6577\">\n <rect width={24} height={24} fill=\"white\" />\n </clipPath>\n </defs>\n </svg>\n)\nexport default OpenaiLogoBold\n", "import type { SVGProps } from \"react\"\nconst OpenaiLogoBoldBoundingBox = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M13.4302 21.5C12.7968 21.5 12.1952 21.3797 11.6252 21.139C11.0552 20.8983 10.5485 20.5627 10.1052 20.132C9.62382 20.2967 9.12349 20.379 8.60416 20.379C7.75549 20.379 6.97016 20.17 6.24816 19.752C5.52616 19.334 4.94349 18.764 4.50016 18.042C4.06949 17.32 3.85416 16.5157 3.85416 15.629C3.85416 15.2617 3.90482 14.8627 4.00616 14.432C3.49949 13.9633 3.10682 13.425 2.82816 12.817C2.54949 12.1963 2.41016 11.5503 2.41016 10.879C2.41016 10.195 2.55582 9.53633 2.84716 8.903C3.13849 8.26967 3.54382 7.725 4.06316 7.269C4.59516 6.80033 5.20949 6.47733 5.90616 6.3C6.04549 5.578 6.33682 4.932 6.78016 4.362C7.23616 3.77933 7.79349 3.32333 8.45216 2.994C9.11082 2.66467 9.81382 2.5 10.5612 2.5C11.1945 2.5 11.7962 2.62033 12.3662 2.861C12.9362 3.10167 13.4428 3.43733 13.8862 3.868C14.3675 3.70333 14.8678 3.621 15.3872 3.621C16.2358 3.621 17.0212 3.83 17.7432 4.248C18.4652 4.666 19.0415 5.236 19.4722 5.958C19.9155 6.68 20.1372 7.48433 20.1372 8.371C20.1372 8.73833 20.0865 9.13733 19.9852 9.568C20.4918 10.0367 20.8845 10.5813 21.1632 11.202C21.4418 11.81 21.5812 12.4497 21.5812 13.121C21.5812 13.805 21.4355 14.4637 21.1442 15.097C20.8528 15.7303 20.4412 16.2813 19.9092 16.75C19.3898 17.206 18.7818 17.5227 18.0852 17.7C17.9458 18.422 17.6482 19.068 17.1922 19.638C16.7488 20.2207 16.1978 20.6767 15.5392 21.006C14.8805 21.3353 14.1775 21.5 13.4302 21.5ZM8.77516 18.916C9.37049 18.916 9.89616 18.783 10.3522 18.517L13.7912 16.541C13.9305 16.4523 14.0002 16.332 14.0002 16.18V14.85L9.76316 17.282C9.37049 17.51 8.97782 17.51 8.58516 17.282L5.31716 15.401C5.31716 15.4137 5.31716 15.4327 5.31716 15.458C5.31716 15.4833 5.31716 15.515 5.31716 15.553C5.31716 16.1737 5.46282 16.7437 5.75416 17.263C6.05816 17.7697 6.47616 18.1687 7.00816 18.46C7.54016 18.764 8.12916 18.916 8.77516 18.916ZM8.94616 15.819C9.02216 15.8697 9.09182 15.895 9.15516 15.895C9.21849 15.8823 9.28816 15.857 9.36416 15.819L10.5232 15.173L6.30516 12.703C5.91249 12.4877 5.71616 12.1457 5.71616 11.677V7.934C5.15882 8.22533 4.71549 8.637 4.38616 9.169C4.06949 9.68833 3.91116 10.2647 3.91116 10.898C3.91116 11.4933 4.05682 12.0633 4.34816 12.608C4.65216 13.14 5.04482 13.5453 5.52616 13.824L8.94616 15.819ZM13.4112 20.018C14.0572 20.018 14.6398 19.8723 15.1592 19.581C15.6785 19.2897 16.0838 18.8907 16.3752 18.384C16.6792 17.8773 16.8312 17.3137 16.8312 16.693V12.741C16.8312 12.5763 16.7615 12.456 16.6222 12.38L15.4632 11.677V16.579C15.4632 17.0477 15.2668 17.3897 14.8742 17.605L11.6252 19.486C12.1825 19.8407 12.7778 20.018 13.4112 20.018ZM14.0002 13.197V10.803L12.0052 9.663L9.99116 10.803V13.197L12.0052 14.337L14.0002 13.197ZM8.52816 7.421C8.52816 6.95233 8.72449 6.61033 9.11716 6.395L12.3662 4.514C11.8088 4.15933 11.2135 3.982 10.5802 3.982C9.94682 3.982 9.37049 4.12767 8.85116 4.419C8.33182 4.71033 7.92016 5.10933 7.61616 5.616C7.32482 6.12267 7.17916 6.68633 7.17916 7.307V11.24C7.17916 11.392 7.24882 11.5187 7.38816 11.62L8.52816 12.323V7.421ZM18.2942 16.066C18.8388 15.7873 19.2695 15.382 19.5862 14.85C19.9155 14.318 20.0802 13.7353 20.0802 13.102C20.0802 12.5067 19.9282 11.943 19.6242 11.411C19.3328 10.8663 18.9465 10.4547 18.4652 10.176L15.0452 8.2C14.9692 8.14933 14.8995 8.13033 14.8362 8.143C14.7728 8.143 14.7032 8.162 14.6272 8.2L13.4682 8.827L17.7052 11.316C17.9078 11.43 18.0535 11.5693 18.1422 11.734C18.2435 11.886 18.2942 12.0823 18.2942 12.323V16.066ZM14.2282 6.68C14.6208 6.43933 15.0135 6.43933 15.4062 6.68L18.6742 8.599C18.6742 8.561 18.6742 8.523 18.6742 8.485C18.6742 7.90233 18.5285 7.35133 18.2372 6.832C17.9585 6.3 17.5532 5.87567 17.0212 5.559C16.5018 5.24233 15.9002 5.084 15.2162 5.084C14.6208 5.084 14.0952 5.217 13.6392 5.483L10.2002 7.459C10.0608 7.54767 9.99116 7.668 9.99116 7.82V9.15L14.2282 6.68Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default OpenaiLogoBoldBoundingBox\n", "import type { SVGProps } from \"react\"\nconst OpenaiLogoRegular = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <g clipPath=\"url(#clip0_8150_6581)\">\n <path\n d=\"M9.20509 8.76514V6.50548C9.20509 6.31517 9.27649 6.17237 9.44293 6.07733L13.9861 3.46091C14.6046 3.10416 15.342 2.93772 16.103 2.93772C18.9573 2.93772 20.7651 5.14986 20.7651 7.50457C20.7651 7.67101 20.7651 7.86132 20.7412 8.05164L16.0316 5.29243C15.7462 5.12599 15.4607 5.12599 15.1753 5.29243L9.20509 8.76514ZM19.8136 17.566V12.1665C19.8136 11.8334 19.6708 11.5955 19.3854 11.4291L13.4152 7.95637L15.3656 6.83836C15.5321 6.74332 15.6749 6.74332 15.8413 6.83836L20.3845 9.45477C21.6928 10.216 22.5728 11.8334 22.5728 13.4032C22.5728 15.2108 21.5025 16.8759 19.8136 17.5657V17.566ZM7.80173 12.8088L5.8513 11.6671C5.68486 11.5721 5.61346 11.4293 5.61346 11.239V6.00616C5.61346 3.46114 7.56389 1.53436 10.2042 1.53436C11.2033 1.53436 12.1307 1.86746 12.9159 2.46205L8.2301 5.17374C7.94475 5.34018 7.80196 5.57801 7.80196 5.91112V12.809L7.80173 12.8088ZM12 15.2349L9.20509 13.6651V10.3352L12 8.76537L14.7947 10.3352V13.6651L12 15.2349ZM13.7958 22.4659C12.7967 22.4659 11.8693 22.1328 11.0841 21.5382L15.7699 18.8265C16.0553 18.6601 16.198 18.4223 16.198 18.0892V11.1912L18.1723 12.3329C18.3388 12.4279 18.4102 12.5707 18.4102 12.7611V17.9939C18.4102 20.5389 16.4359 22.4657 13.7958 22.4657V22.4659ZM8.15848 17.1617L3.61528 14.5453C2.30696 13.784 1.42701 12.1667 1.42701 10.5969C1.42701 8.76537 2.52115 7.12417 4.20987 6.43431V11.8575C4.20987 12.1906 4.35266 12.4284 4.63802 12.5948L10.5846 16.0437L8.63415 17.1617C8.46771 17.2567 8.32492 17.2567 8.15848 17.1617ZM7.897 21.0626C5.20919 21.0626 3.23488 19.0407 3.23488 16.5432C3.23488 16.3529 3.25875 16.1626 3.2824 15.9723L7.96817 18.684C8.25352 18.8504 8.53911 18.8504 8.82447 18.684L14.7947 15.2351V17.4948C14.7947 17.6851 14.7233 17.8279 14.5568 17.9229L10.0136 20.5394C9.39518 20.8961 8.6578 21.0626 7.89677 21.0626H7.897ZM13.7958 23.8929C16.6739 23.8929 19.0762 21.8475 19.6235 19.1358C22.2874 18.4459 24 15.9484 24 13.4034C24 11.7383 23.2865 10.121 22.002 8.95546C22.121 8.45591 22.1924 7.95637 22.1924 7.45705C22.1924 4.05573 19.4331 1.51048 16.2458 1.51048C15.6037 1.51048 14.9852 1.60553 14.3668 1.81971C13.2963 0.773101 11.8215 0.107117 10.2042 0.107117C7.32606 0.107117 4.92383 2.15259 4.37653 4.86428C1.7126 5.55414 0 8.05164 0 10.5967C0 12.2617 0.713506 13.8791 1.99795 15.0446C1.87904 15.5441 1.80764 16.0437 1.80764 16.543C1.80764 19.9443 4.56685 22.4896 7.75421 22.4896C8.39632 22.4896 9.01478 22.3945 9.63324 22.1803C10.7035 23.2269 12.1783 23.8929 13.7958 23.8929Z\"\n fill=\"currentColor\"\n />\n </g>\n <defs>\n <clipPath id=\"clip0_8150_6581\">\n <rect width={24} height={24} fill=\"white\" />\n </clipPath>\n </defs>\n </svg>\n)\nexport default OpenaiLogoRegular\n", "import type { SVGProps } from \"react\"\nconst OpenaiLogoRegularBoundingBox = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M9.81648 9.47276V7.7074C9.81648 7.55872 9.87226 7.44716 10.0023 7.37291L13.5517 5.32883C14.0348 5.05012 14.6109 4.92009 15.2055 4.92009C17.4354 4.92009 18.8478 6.64833 18.8478 8.48794C18.8478 8.61797 18.8478 8.76665 18.8291 8.91534L15.1497 6.7597C14.9268 6.62967 14.7036 6.62967 14.4807 6.7597L9.81648 9.47276ZM18.1043 16.3484V12.13C18.1043 11.8698 17.9928 11.684 17.7698 11.554L13.1056 8.84091L14.6294 7.96746C14.7594 7.89321 14.871 7.89321 15.001 7.96746L18.5504 10.0115C19.5725 10.6063 20.26 11.8698 20.26 13.0962C20.26 14.5084 19.4238 15.8093 18.1043 16.3482V16.3484ZM8.7201 12.6319L7.19632 11.74C7.06629 11.6657 7.01052 11.5541 7.01052 11.4055V7.31731C7.01052 5.32901 8.53429 3.82371 10.597 3.82371C11.3776 3.82371 12.1021 4.08395 12.7155 4.54847L9.05477 6.66698C8.83183 6.79701 8.72028 6.98282 8.72028 7.24306V12.632L8.7201 12.6319ZM12 14.5273L9.81648 13.3009V10.6993L12 9.47294L14.1833 10.6993V13.3009L12 14.5273ZM13.403 20.1765C12.6224 20.1765 11.8979 19.9163 11.2845 19.4517L14.9452 17.3332C15.1682 17.2032 15.2797 17.0174 15.2797 16.7571V11.3682L16.8221 12.2601C16.9522 12.3343 17.008 12.4459 17.008 12.5946V16.6827C17.008 18.671 15.4655 20.1763 13.403 20.1763V20.1765ZM8.99881 16.0326L5.44944 13.9885C4.42731 13.3938 3.73985 12.1302 3.73985 10.9038C3.73985 9.47294 4.59465 8.19075 5.91396 7.6518V11.8886C5.91396 12.1489 6.02552 12.3347 6.24845 12.4647L10.8942 15.1591L9.37043 16.0326C9.2404 16.1068 9.12884 16.1068 8.99881 16.0326ZM8.79453 19.0801C6.69468 19.0801 5.15225 17.5006 5.15225 15.5494C5.15225 15.4007 5.1709 15.252 5.18938 15.1033L8.85013 17.2218C9.07307 17.3519 9.29618 17.3519 9.51911 17.2218L14.1833 14.5274V16.2928C14.1833 16.4415 14.1276 16.553 13.9975 16.6273L10.4482 18.6714C9.96498 18.9501 9.38891 19.0801 8.79435 19.0801H8.79453ZM13.403 21.2913C15.6515 21.2913 17.5283 19.6933 17.9558 17.5748C20.037 17.0359 21.375 15.0847 21.375 13.0964C21.375 11.7956 20.8176 10.532 19.8141 9.62144C19.907 9.23117 19.9628 8.84091 19.9628 8.45081C19.9628 5.79353 17.8071 3.80506 15.317 3.80506C14.8154 3.80506 14.3322 3.87931 13.849 4.04665C13.0127 3.22898 11.8606 2.70868 10.597 2.70868C8.34848 2.70868 6.47174 4.30671 6.04417 6.42521C3.96297 6.96416 2.625 8.91534 2.625 10.9036C2.625 12.2045 3.18243 13.468 4.1859 14.3786C4.093 14.7688 4.03722 15.1591 4.03722 15.5492C4.03722 18.2065 6.19285 20.195 8.68297 20.195C9.18462 20.195 9.6678 20.1207 10.151 19.9534C10.9871 20.771 12.1393 21.2913 13.403 21.2913Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default OpenaiLogoRegularBoundingBox\n", "import type { SVGProps } from \"react\"\nconst OpenaiLogoWebappVariable480 = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M13.4977 21.9C12.8377 21.9 12.2107 21.7746 11.6167 21.5238C11.0227 21.273 10.4947 20.9232 10.0327 20.4744C9.53107 20.646 9.00967 20.7318 8.46847 20.7318C7.58407 20.7318 6.76567 20.514 6.01327 20.0784C5.26087 19.6428 4.65367 19.0488 4.19167 18.2964C3.74287 17.544 3.51847 16.7058 3.51847 15.7818C3.51847 15.399 3.57127 14.9832 3.67687 14.5344C3.14887 14.046 2.73967 13.485 2.44927 12.8514C2.15887 12.2046 2.01367 11.5314 2.01367 10.8318C2.01367 10.119 2.16547 9.43258 2.46907 8.77258C2.77267 8.11258 3.19507 7.54498 3.73627 7.06978C4.29067 6.58138 4.93087 6.24478 5.65687 6.05998C5.80207 5.30758 6.10567 4.63438 6.56767 4.04038C7.04287 3.43318 7.62367 2.95798 8.31007 2.61478C8.99647 2.27158 9.72907 2.09998 10.5079 2.09998C11.1679 2.09998 11.7949 2.22538 12.3889 2.47618C12.9829 2.72698 13.5109 3.07678 13.9729 3.52558C14.4745 3.35398 14.9959 3.26818 15.5371 3.26818C16.4215 3.26818 17.2399 3.48598 17.9923 3.92158C18.7447 4.35718 19.3453 4.95118 19.7941 5.70358C20.2561 6.45598 20.4871 7.29418 20.4871 8.21817C20.4871 8.60098 20.4343 9.01678 20.3287 9.46558C20.8567 9.95398 21.2659 10.5216 21.5563 11.1684C21.8467 11.802 21.9919 12.4686 21.9919 13.1682C21.9919 13.881 21.8401 14.5674 21.5365 15.2274C21.2329 15.8874 20.8039 16.4616 20.2495 16.95C19.7083 17.4252 19.0747 17.7552 18.3487 17.94C18.2035 18.6924 17.8933 19.3656 17.4181 19.9596C16.9561 20.5668 16.3819 21.042 15.6955 21.3852C15.0091 21.7284 14.2765 21.9 13.4977 21.9ZM8.60707 19.425C9.26707 19.425 9.84127 19.2864 10.3297 19.0092L14.0521 16.8708C14.1841 16.7784 14.2501 16.653 14.2501 16.4946V14.7918L9.45847 17.544C9.16807 17.7156 8.87767 17.7156 8.58727 17.544L4.84507 15.3858C4.84507 15.4254 4.83847 15.4716 4.82527 15.5244C4.82527 15.5772 4.82527 15.6564 4.82527 15.762C4.82527 16.4352 4.98367 17.0556 5.30047 17.6232C5.63047 18.1776 6.08587 18.6132 6.66667 18.93C7.24747 19.26 7.89427 19.425 8.60707 19.425ZM8.80507 16.1976C8.88427 16.2372 8.95687 16.257 9.02287 16.257C9.08887 16.257 9.15487 16.2372 9.22087 16.1976L10.7059 15.3462L5.93407 12.5742C5.64367 12.4026 5.49847 12.1452 5.49847 11.802V7.50538C4.83847 7.79577 4.31047 8.24458 3.91447 8.85178C3.51847 9.44578 3.32047 10.1058 3.32047 10.8318C3.32047 11.4786 3.48547 12.099 3.81547 12.693C4.14547 13.287 4.57447 13.7358 5.10247 14.0394L8.80507 16.1976ZM13.4977 20.5932C14.1973 20.5932 14.8309 20.4348 15.3985 20.118C15.9661 19.8012 16.4149 19.3656 16.7449 18.8112C17.0749 18.2568 17.2399 17.6364 17.2399 16.95V12.6732C17.2399 12.5148 17.1739 12.396 17.0419 12.3168L15.5371 11.4456V16.9698C15.5371 17.313 15.3919 17.5704 15.1015 17.742L11.3593 19.9002C12.0061 20.3622 12.7189 20.5932 13.4977 20.5932ZM14.2501 13.3464V10.6536L12.0127 9.38637L9.75547 10.6536V13.3464L12.0127 14.6136L14.2501 13.3464ZM8.46847 7.03018C8.46847 6.68698 8.61367 6.42958 8.90407 6.25798L12.6463 4.09978C11.9995 3.63778 11.2867 3.40678 10.5079 3.40678C9.80827 3.40678 9.17467 3.56518 8.60707 3.88198C8.03947 4.19878 7.59067 4.63438 7.26067 5.18878C6.94387 5.74318 6.78547 6.36358 6.78547 7.04998V11.307C6.78547 11.4654 6.85147 11.5908 6.98347 11.6832L8.46847 12.5544V7.03018ZM18.5269 16.4946C19.1869 16.2042 19.7083 15.7554 20.0911 15.1482C20.4871 14.541 20.6851 13.881 20.6851 13.1682C20.6851 12.5214 20.5201 11.901 20.1901 11.307C19.8601 10.713 19.4311 10.2642 18.9031 9.96058L15.2005 7.82218C15.1213 7.76937 15.0487 7.74958 14.9827 7.76277C14.9167 7.76277 14.8507 7.78258 14.7847 7.82218L13.2997 8.65378L18.0913 11.4456C18.2365 11.5248 18.3421 11.6304 18.4081 11.7624C18.4873 11.8812 18.5269 12.0264 18.5269 12.198V16.4946ZM14.5471 6.43618C14.8375 6.25138 15.1279 6.25138 15.4183 6.43618L19.1803 8.63398C19.1803 8.54158 19.1803 8.42277 19.1803 8.27758C19.1803 7.64397 19.0219 7.04338 18.7051 6.47578C18.4015 5.89498 17.9593 5.43298 17.3785 5.08978C16.8109 4.74658 16.1509 4.57498 15.3985 4.57498C14.7385 4.57498 14.1643 4.71358 13.6759 4.99078L9.95347 7.12918C9.82147 7.22158 9.75547 7.34698 9.75547 7.50538V9.20818L14.5471 6.43618Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default OpenaiLogoWebappVariable480\n", "import type { SVGProps } from \"react\"\nconst OpenLeft = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M4 4a1 1 0 0 1 1 1v14a1 1 0 1 1-2 0V5a1 1 0 0 1 1-1Zm10.293 2.293a1 1 0 0 0 0 1.414L17.586 11H10a1 1 0 1 0 0 2h7.586l-3.293 3.293a1 1 0 0 0 1.414 1.414l5-5a1 1 0 0 0 0-1.414l-5-5a1 1 0 0 0-1.414 0Z\" />\n </svg>\n)\nexport default OpenLeft\n", "import type { SVGProps } from \"react\"\nconst OpenRight = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M20 4a1 1 0 0 0-1 1v14a1 1 0 1 0 2 0V5a1 1 0 0 0-1-1ZM9.707 6.293a1 1 0 0 1 0 1.414L6.414 11H14a1 1 0 1 1 0 2H6.414l3.293 3.293a1 1 0 0 1-1.414 1.414l-5-5a1 1 0 0 1 0-1.414l5-5a1 1 0 0 1 1.414 0Z\" />\n </svg>\n)\nexport default OpenRight\n", "import type { SVGProps } from \"react\"\nconst Operator = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12 2C17.5228 2 21.9999 6.47726 22 12C22 17.5228 17.5228 22 12 22C6.47733 21.9998 2 17.5227 2 12C2.00013 6.47739 6.47741 2.00021 12 2ZM12 4.00391C10.5252 4.00398 9.14716 4.4038 7.96387 5.09863C8.30467 5.04755 8.65376 5.02051 9.00879 5.02051C12.868 5.02068 15.9961 8.14952 15.9961 12.0088C15.996 12.5553 15.5534 12.9979 15.0068 12.998C14.4602 12.998 14.0167 12.5554 14.0166 12.0088C14.0166 9.24293 11.7746 7.00017 9.00879 7C6.42692 7 4.30177 8.95417 4.03027 11.4639C4.0177 11.6482 4.00879 11.834 4.00879 12.0215C4.00879 16.4494 7.57215 19.9969 12 19.9971C13.4678 19.9971 14.8403 19.6025 16.0205 18.917C15.6837 18.9669 15.339 18.9932 14.9883 18.9932C11.129 18.9931 8 15.8642 8 12.0049C8.00017 11.4583 8.44366 11.0156 8.99023 11.0156C9.53683 11.0156 9.9803 11.4583 9.98047 12.0049C9.98047 14.7708 12.2224 17.0136 14.9883 17.0137C17.7194 17.0137 19.9387 14.8272 19.9941 12.1094C19.9946 12.073 19.9971 12.0364 19.9971 12C19.9969 7.57209 16.4279 4.00391 12 4.00391Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Operator\n", "import type { SVGProps } from \"react\"\nconst Order = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M13.5098 11.3271C13.8502 10.9517 14.427 10.8881 14.8438 11.1953C15.2602 11.5026 15.3692 12.0717 15.1113 12.5078L15.0547 12.5938L12.1064 16.5938C11.931 16.8315 11.6591 16.9795 11.3643 16.998C11.0693 17.0165 10.7809 16.9035 10.5771 16.6895L9.02539 15.0596L8.95898 14.9824C8.64835 14.582 8.68567 14.0035 9.06055 13.6465C9.43561 13.2894 10.0156 13.2802 10.4004 13.6104L10.4746 13.6807L11.2041 14.4463L13.4453 11.4062L13.5098 11.3271Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12 2.5C14.5927 2.5 16.7247 4.47333 16.9756 7H19C20.1046 7 21 7.89543 21 9V17C21 19.2091 19.2091 21 17 21H7C4.79086 21 3 19.2091 3 17V9C3 7.89543 3.89543 7 5 7H7.02441C7.27526 4.47333 9.40732 2.5 12 2.5ZM5 17C5 18.1046 5.89543 19 7 19H17C18.1046 19 19 18.1046 19 17V9H5V17ZM12 4.5C10.5135 4.5 9.28007 5.58118 9.04199 7H14.958C14.7199 5.58118 13.4865 4.5 12 4.5Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Order\n", "import type { SVGProps } from \"react\"\nconst PageBlank = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M7 2a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V8.828a3 3 0 0 0-.879-2.12l-3.828-3.83A3 3 0 0 0 13.172 2H7Zm5 2H7a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-9h-3a3 3 0 0 1-3-3V4Zm5.586 4H15a1 1 0 0 1-1-1V4.414L17.586 8Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default PageBlank\n", "import type { SVGProps } from \"react\"\nconst Paid = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M9.2587 2H14.7413C15.5463 1.99999 16.2106 1.99998 16.7518 2.04419C17.3139 2.09012 17.8306 2.18868 18.316 2.43598C19.0686 2.81947 19.6805 3.43139 20.064 4.18404C20.3113 4.66937 20.4099 5.18608 20.4558 5.74817C20.5 6.28936 20.5 6.95372 20.5 7.75868V21C20.5 21.3844 20.2797 21.7348 19.9332 21.9013C19.5867 22.0678 19.1755 22.021 18.8753 21.7809L17 20.2806L15.1247 21.7809C14.7595 22.073 14.2405 22.073 13.8753 21.7809L12 20.2806L10.1247 21.7809C9.75948 22.073 9.24052 22.073 8.87531 21.7809L7 20.2806L5.1247 21.7809C4.82453 22.021 4.41328 22.0678 4.06681 21.9013C3.72035 21.7348 3.5 21.3844 3.5 21L3.5 7.7587C3.49999 6.95373 3.49998 6.28937 3.54419 5.74817C3.59012 5.18608 3.68868 4.66937 3.93598 4.18404C4.31947 3.43139 4.93139 2.81947 5.68404 2.43598C6.16937 2.18868 6.68608 2.09012 7.24817 2.04419C7.78937 1.99998 8.45373 1.99999 9.2587 2ZM7.41104 4.03755C6.97262 4.07337 6.74842 4.1383 6.59202 4.21799C6.2157 4.40974 5.90973 4.7157 5.71799 5.09202C5.6383 5.24842 5.57337 5.47262 5.53755 5.91104C5.50078 6.36113 5.5 6.94342 5.5 7.8V18.9194L6.37531 18.2191C6.74052 17.927 7.25948 17.927 7.6247 18.2191L9.5 19.7194L11.3753 18.2191C11.7405 17.927 12.2595 17.927 12.6247 18.2191L14.5 19.7194L16.3753 18.2191C16.7405 17.927 17.2595 17.927 17.6247 18.2191L18.5 18.9194V7.8C18.5 6.94342 18.4992 6.36113 18.4624 5.91104C18.4266 5.47262 18.3617 5.24842 18.282 5.09202C18.0903 4.7157 17.7843 4.40974 17.408 4.21799C17.2516 4.1383 17.0274 4.07337 16.589 4.03755C16.1389 4.00078 15.5566 4 14.7 4H9.3C8.44342 4 7.86113 4.00078 7.41104 4.03755ZM8.5 9C8.5 8.44772 8.94772 8 9.5 8H14.5C15.0523 8 15.5 8.44772 15.5 9C15.5 9.55229 15.0523 10 14.5 10H9.5C8.94772 10 8.5 9.55229 8.5 9ZM8.5 13C8.5 12.4477 8.94772 12 9.5 12H12.5C13.0523 12 13.5 12.4477 13.5 13C13.5 13.5523 13.0523 14 12.5 14H9.5C8.94772 14 8.5 13.5523 8.5 13Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Paid\n", "import type { SVGProps } from \"react\"\nconst Paperclip = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M9 7C9 4.23858 11.2386 2 14 2C16.7614 2 19 4.23858 19 7V15C19 18.866 15.866 22 12 22C8.13401 22 5 18.866 5 15V9C5 8.44772 5.44772 8 6 8C6.55228 8 7 8.44772 7 9V15C7 17.7614 9.23858 20 12 20C14.7614 20 17 17.7614 17 15V7C17 5.34315 15.6569 4 14 4C12.3431 4 11 5.34315 11 7V15C11 15.5523 11.4477 16 12 16C12.5523 16 13 15.5523 13 15V9C13 8.44772 13.4477 8 14 8C14.5523 8 15 8.44772 15 9V15C15 16.6569 13.6569 18 12 18C10.3431 18 9 16.6569 9 15V7Z\"\n />\n </svg>\n)\nexport default Paperclip\n", "import type { SVGProps } from \"react\"\nconst PaperclipAttach = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M9 7C9 4.23858 11.2386 2 14 2C16.7614 2 19 4.23858 19 7V15C19 18.866 15.866 22 12 22C8.13401 22 5 18.866 5 15V9C5 8.44772 5.44772 8 6 8C6.55228 8 7 8.44772 7 9V15C7 17.7614 9.23858 20 12 20C14.7614 20 17 17.7614 17 15V7C17 5.34315 15.6569 4 14 4C12.3431 4 11 5.34315 11 7V15C11 15.5523 11.4477 16 12 16C12.5523 16 13 15.5523 13 15V9C13 8.44772 13.4477 8 14 8C14.5523 8 15 8.44772 15 9V15C15 16.6569 13.6569 18 12 18C10.3431 18 9 16.6569 9 15V7Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default PaperclipAttach\n", "import type { SVGProps } from \"react\"\nconst ParentControl = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12.6289 18.9744C14.1946 15.0086 19.8054 15.0086 21.3711 18.9744L21.4443 19.1697L21.4727 19.2673C21.5911 19.7602 21.3188 20.273 20.8301 20.4441C20.3414 20.6149 19.8095 20.3837 19.5947 19.9246L19.5557 19.8298L19.4688 19.6082C18.5231 17.4638 15.4769 17.4639 14.5312 19.6082L14.4443 19.8298C14.2619 20.351 13.6911 20.6263 13.1699 20.4441C12.6488 20.2617 12.3735 19.6908 12.5557 19.1697L12.6289 18.9744ZM11.998 4.38647C15.4375 1.70947 19.8051 3.15612 21.3613 6.58667C21.5894 7.0896 21.3662 7.68274 20.8633 7.91089C20.3604 8.13874 19.7682 7.9156 19.54 7.41284C18.4249 4.95478 15.1898 3.9637 12.7031 6.42554C12.3134 6.81105 11.6855 6.81122 11.2959 6.42554C8.92682 4.08021 5.89419 4.87173 4.64355 7.05347C3.48423 9.0764 3.66363 12.8886 9.04199 16.9304L9.57812 17.322L9.65918 17.3855C10.0408 17.7189 10.1148 18.2943 9.81543 18.7166C9.51589 19.1389 8.94876 19.2585 8.50781 19.0085L8.42188 18.9539L7.84375 18.532C2.03514 14.1589 1.03741 9.32381 2.9082 6.05933C4.65685 3.00832 8.74653 1.85882 11.998 4.38647ZM17 9.24976C18.6567 9.24979 19.9999 10.593 20 12.2498C20 13.9066 18.6568 15.2497 17 15.2498C15.3431 15.2498 14 13.9066 14 12.2498C14.0001 10.593 15.3432 9.24976 17 9.24976ZM17 11.2498C16.4478 11.2498 16.0001 11.6976 16 12.2498C16 12.802 16.4477 13.2498 17 13.2498C17.5523 13.2497 18 12.802 18 12.2498C17.9999 11.6976 17.5522 11.2498 17 11.2498Z\"\n fill=\"black\"\n />\n </svg>\n)\nexport default ParentControl\n", "import type { SVGProps } from \"react\"\nconst PastedText = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M7.86252 2.99993C7.90771 2.99995 7.95356 2.99997 8.0001 2.99997C8.55238 2.99997 9.0001 3.44769 9.0001 3.99997C9.0001 4.55226 8.55238 4.99997 8.0001 4.99997C7.00574 4.99997 6.70474 5.00856 6.48246 5.06812C5.79227 5.25306 5.25318 5.79215 5.06824 6.48234C5.00869 6.70461 5.0001 7.00562 5.0001 7.99997C5.0001 8.55226 4.55238 8.99997 4.0001 8.99997C3.44781 8.99997 3.0001 8.55226 3.0001 7.99997C3.0001 7.95344 3.00007 7.90758 3.00005 7.86239C2.99962 7.06701 2.9993 6.47635 3.13639 5.9647C3.50626 4.58433 4.58445 3.50614 5.96482 3.13627C6.47647 2.99917 7.06713 2.99949 7.86252 2.99993ZM17.5177 5.06812C17.2955 5.00856 16.9944 4.99997 16.0001 4.99997C15.4478 4.99997 15.0001 4.55226 15.0001 3.99997C15.0001 3.44769 15.4478 2.99997 16.0001 2.99997C16.0466 2.99997 16.0925 2.99995 16.1377 2.99993C16.9331 2.99949 17.5237 2.99917 18.0354 3.13627C19.4157 3.50614 20.4939 4.58433 20.8638 5.9647C21.0009 6.47635 21.0006 7.06701 21.0001 7.8624C21.0001 7.90759 21.0001 7.95344 21.0001 7.99997C21.0001 8.55226 20.5524 8.99997 20.0001 8.99997C19.4478 8.99997 19.0001 8.55226 19.0001 7.99997C19.0001 7.00562 18.9915 6.70461 18.9319 6.48234C18.747 5.79215 18.2079 5.25306 17.5177 5.06812ZM8.0001 9.99997C8.0001 9.44769 8.44781 8.99997 9.0001 8.99997H15.0001C15.5524 8.99997 16.0001 9.44769 16.0001 9.99997C16.0001 10.5523 15.5524 11 15.0001 11H9.0001C8.44781 11 8.0001 10.5523 8.0001 9.99997ZM8.0001 14C8.0001 13.4477 8.44781 13 9.0001 13H13.0001C13.5524 13 14.0001 13.4477 14.0001 14C14.0001 14.5523 13.5524 15 13.0001 15H9.0001C8.44781 15 8.0001 14.5523 8.0001 14ZM4.0001 15C4.55238 15 5.0001 15.4477 5.0001 16C5.0001 16.9943 5.00869 17.2953 5.06824 17.5176C5.25318 18.2078 5.79227 18.7469 6.48246 18.9318C6.70474 18.9914 7.00574 19 8.0001 19C8.55238 19 9.0001 19.4477 9.0001 20C9.0001 20.5523 8.55238 21 8.0001 21C7.95356 21 7.90771 21 7.86252 21C7.06713 21.0005 6.47647 21.0008 5.96482 20.8637C4.58445 20.4938 3.50626 19.4156 3.13639 18.0353C2.9993 17.5236 2.99962 16.9329 3.00005 16.1376C3.00007 16.0924 3.0001 16.0465 3.0001 16C3.0001 15.4477 3.44781 15 4.0001 15ZM20.0001 15C20.5524 15 21.0001 15.4477 21.0001 16C21.0001 16.0465 21.0001 16.0924 21.0001 16.1375C21.0006 16.9329 21.0009 17.5236 20.8638 18.0352C20.4939 19.4156 19.4157 20.4938 18.0354 20.8637C17.5237 21.0008 16.9331 21.0005 16.1377 21C16.0925 21 16.0466 21 16.0001 21C15.4478 21 15.0001 20.5523 15.0001 20C15.0001 19.4477 15.4478 19 16.0001 19C16.9944 19 17.2955 18.9914 17.5177 18.9318C18.2079 18.7469 18.747 18.2078 18.9319 17.5176C18.9915 17.2953 19.0001 16.9943 19.0001 16C19.0001 15.4477 19.4478 15 20.0001 15Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default PastedText\n", "import type { SVGProps } from \"react\"\nconst Pause = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12.75 9.50001C12.75 9.08579 13.0858 8.75001 13.5 8.75001H14.5C14.9142 8.75001 15.25 9.08579 15.25 9.50001V14.5C15.25 14.9142 14.9142 15.25 14.5 15.25H13.5C13.0858 15.25 12.75 14.9142 12.75 14.5V9.50001Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M9.50001 8.75001C9.08579 8.75001 8.75001 9.08579 8.75001 9.50001V14.5C8.75001 14.9142 9.08579 15.25 9.50001 15.25H10.5C10.9142 15.25 11.25 14.9142 11.25 14.5V9.50001C11.25 9.08579 10.9142 8.75001 10.5 8.75001H9.50001Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M1.97144 12C1.97144 6.46138 6.46138 1.97144 12 1.97144C17.5386 1.97144 22.0286 6.46138 22.0286 12C22.0286 17.5386 17.5386 22.0286 12 22.0286C6.46138 22.0286 1.97144 17.5386 1.97144 12ZM12 4.02858C7.59751 4.02858 4.02858 7.59751 4.02858 12C4.02858 16.4025 7.59751 19.9714 12 19.9714C16.4025 19.9714 19.9714 16.4025 19.9714 12C19.9714 7.59751 16.4025 4.02858 12 4.02858Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Pause\n", "import type { SVGProps } from \"react\"\nconst PauseCircle = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2Zm-2 7a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h.25a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1H10Zm3.75 0a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1H14a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1h-.25Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default PauseCircle\n", "import type { SVGProps } from \"react\"\nconst PauseCircleFilled = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM8.25 9.25V14.75C8.25 15.5523 8.69772 15.75 9.25 15.75H10C10.5523 15.75 11 15.5523 11 14.75V9.25C11 8.69772 10.5523 8.25 10 8.25H9.25C8.69772 8.25 8.25 8.69772 8.25 9.25ZM14 8.25C13.4477 8.25 13 8.69772 13 9.25V14.75C13 15.5523 13.4477 15.75 14 15.75H14.75C15.3023 15.75 15.75 15.5523 15.75 14.75V9.25C15.75 8.69772 15.3023 8.25 14.75 8.25H14Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default PauseCircleFilled\n", "import type { SVGProps } from \"react\"\nconst PauseOutline = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M9 10a1 1 0 0 1 1-1h.25a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H10a1 1 0 0 1-1-1v-4Zm3.75 0a1 1 0 0 1 1-1H14a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-.25a1 1 0 0 1-1-1v-4Z\" />\n <path\n fillRule=\"evenodd\"\n d=\"M12 4a8 8 0 1 0 0 16 8 8 0 0 0 0-16ZM2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default PauseOutline\n", "import type { SVGProps } from \"react\"\nconst PauseSm = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M6.5 7.75C6.5 7.05964 7.05964 6.5 7.75 6.5H9.25C9.94036 6.5 10.5 7.05964 10.5 7.75V16.25C10.5 16.9404 9.94036 17.5 9.25 17.5H7.75C7.05964 17.5 6.5 16.9404 6.5 16.25V7.75Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M13.5 7.75C13.5 7.05964 14.0596 6.5 14.75 6.5H16.25C16.9404 6.5 17.5 7.05964 17.5 7.75V16.25C17.5 16.9404 16.9404 17.5 16.25 17.5H14.75C14.0596 17.5 13.5 16.9404 13.5 16.25V7.75Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default PauseSm\n", "import type { SVGProps } from \"react\"\nconst Paw = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M3.56269 6.85807C4.28997 6.69858 4.99477 6.93371 5.53242 7.32291C6.07458 7.71541 6.5111 8.30441 6.74238 8.99576C6.97337 9.68625 6.97635 10.4141 6.72773 11.0378C6.4746 11.6726 5.95113 12.2016 5.20234 12.3659C4.47509 12.5253 3.77024 12.2902 3.23261 11.901C2.69047 11.5086 2.25394 10.9195 2.02265 10.2282C1.79166 9.5377 1.78868 8.80986 2.0373 8.18619C2.29042 7.55128 2.81385 7.02235 3.56269 6.85807ZM18.468 7.32291C19.0056 6.93371 19.7104 6.69858 20.4377 6.85807C21.1865 7.02235 21.71 7.55128 21.9631 8.18619C22.2117 8.80986 22.2087 9.5377 21.9777 10.2282C21.7464 10.9195 21.3099 11.5086 20.7678 11.901C20.2301 12.2902 19.5253 12.5253 18.798 12.3659C18.0493 12.2016 17.5258 11.6726 17.2727 11.0378C17.024 10.4141 17.027 9.68625 17.258 8.99576C17.4893 8.30441 17.9258 7.71541 18.468 7.32291ZM3.94843 8.61588C3.86522 8.63414 3.77528 8.68981 3.71015 8.85319C3.64055 9.02783 3.61424 9.3118 3.72968 9.6569C3.84479 10.0011 4.05825 10.2765 4.28828 10.443C4.52259 10.6126 4.71181 10.6309 4.8166 10.6081C4.89981 10.5898 4.99073 10.5341 5.05586 10.3708C5.12539 10.1961 5.15073 9.912 5.03535 9.56705C4.92024 9.22289 4.70679 8.94744 4.47675 8.78092C4.24237 8.61127 4.05321 8.593 3.94843 8.61588ZM20.052 8.61588C19.9472 8.593 19.758 8.61127 19.5236 8.78092C19.2936 8.94744 19.0801 9.22289 18.965 9.56705C18.8497 9.912 18.875 10.1961 18.9445 10.3708C19.0097 10.5341 19.1006 10.5898 19.1838 10.6081C19.2886 10.6309 19.4778 10.6126 19.7121 10.443C19.9421 10.2765 20.1556 10.0011 20.2707 9.6569C20.3861 9.3118 20.3598 9.02783 20.2902 8.85319C20.2251 8.68981 20.1352 8.63414 20.052 8.61588ZM8.93769 2.72819C9.72388 2.7561 10.3701 3.20109 10.799 3.75455C11.2317 4.31292 11.4991 5.04339 11.5353 5.81901C11.5716 6.5934 11.3727 7.3382 10.9611 7.90885C10.5443 8.4867 9.88326 8.9072 9.07734 8.87858C8.29122 8.85064 7.64492 8.40561 7.21601 7.85221C6.78336 7.29393 6.51607 6.56328 6.47968 5.78776C6.44345 5.01332 6.64235 4.26761 7.0539 3.69694C7.4707 3.1192 8.13188 2.69957 8.93769 2.72819ZM15.0627 2.72819C15.8685 2.69957 16.5297 3.1192 16.9465 3.69694C17.358 4.26762 17.5569 5.01331 17.5207 5.78776C17.4844 6.56328 17.217 7.29393 16.7844 7.85221C16.3555 8.40562 15.7092 8.85065 14.923 8.87858C14.1171 8.9072 13.4561 8.48671 13.0393 7.90885C12.6277 7.3382 12.4288 6.59341 12.465 5.81901C12.5013 5.0434 12.7687 4.31293 13.2014 3.75455C13.6303 3.20108 14.2765 2.7561 15.0627 2.72819ZM8.87422 4.52701C8.78046 4.52368 8.64987 4.56206 8.51386 4.75065C8.37273 4.94644 8.25764 5.27595 8.27754 5.7028C8.29747 6.12871 8.44513 6.49968 8.63886 6.74967C8.8361 7.0041 9.02723 7.07554 9.14082 7.07975C9.23453 7.08308 9.36523 7.04449 9.50117 6.85612C9.62478 6.68471 9.72897 6.41042 9.73945 6.05826L9.7375 5.90299C9.7176 5.47719 9.56985 5.10707 9.37617 4.85709C9.17885 4.60248 8.98783 4.5312 8.87422 4.52701ZM15.1262 4.52701C15.0125 4.5312 14.8215 4.60248 14.6242 4.85709C14.4548 5.07578 14.3199 5.38631 14.2756 5.74576L14.2629 5.90299C14.2429 6.33015 14.358 6.66029 14.4992 6.85612C14.6351 7.04448 14.7658 7.08308 14.8596 7.07975C14.9732 7.07555 15.1643 7.0041 15.3615 6.74967C15.5552 6.49969 15.7029 6.12868 15.7228 5.7028C15.7428 5.27594 15.6277 4.94644 15.4865 4.75065C15.3505 4.56207 15.2199 4.52368 15.1262 4.52701Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12.0002 10.0234C13.0129 10.0234 14.0776 10.5563 14.9768 11.2187C15.9082 11.905 16.8102 12.8395 17.5109 13.8672C18.2056 14.8861 18.7505 16.0678 18.8703 17.25C18.9942 18.4727 18.6568 19.7114 17.5822 20.6465C16.7943 21.332 15.9341 21.5122 15.0949 21.2715C14.3698 21.0634 13.7568 20.5626 13.3088 20.1728L13.299 20.1641L13.2893 20.1543C13.0294 19.9157 12.5587 19.7413 12.0168 19.7412C11.4658 19.7412 11.0671 19.9194 10.8908 20.1055L10.8566 20.1406L10.8205 20.1728C10.347 20.5848 9.70683 21.0738 8.95429 21.2764C8.16605 21.4885 7.33449 21.3646 6.5705 20.7715L6.41816 20.6465C5.34366 19.7114 5.00623 18.4727 5.13007 17.25C5.2499 16.0678 5.79477 14.8861 6.48945 13.8672C7.19014 12.8395 8.09222 11.905 9.02363 11.2187C9.92279 10.5563 10.9875 10.0235 12.0002 10.0234ZM12.0002 12.0234C11.6251 12.0235 10.9868 12.2569 10.2102 12.8291C9.46575 13.3775 8.71924 14.1463 8.14179 14.9932C7.55839 15.8488 7.19513 16.7136 7.12031 17.4512C7.04968 18.148 7.23093 18.7026 7.73066 19.1377C8.02973 19.3979 8.23285 19.3991 8.43476 19.3447C8.72096 19.2675 9.06768 19.0435 9.49043 18.6777C10.167 18.0017 11.149 17.7412 12.0168 17.7412C12.9079 17.7413 13.9004 18.0137 14.6213 18.6641L14.9387 18.9277C15.2317 19.1594 15.4568 19.2951 15.6467 19.3496C15.7486 19.3788 15.823 19.3778 15.8918 19.3613C15.9648 19.3438 16.0906 19.2936 16.2697 19.1377C16.7695 18.7026 16.9507 18.148 16.8801 17.4512C16.8052 16.7136 16.442 15.8488 15.8586 14.9932C15.2811 14.1463 14.5346 13.3775 13.7902 12.8291C13.0136 12.2569 12.3752 12.0234 12.0002 12.0234Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Paw\n", "import type { SVGProps } from \"react\"\nconst Pencil = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M13.2929 4.29291C15.0641 2.52167 17.9359 2.52167 19.7071 4.2929C21.4784 6.06414 21.4784 8.93588 19.7071 10.7071L18.7073 11.7069L11.6135 18.8007C10.8766 19.5376 9.92793 20.0258 8.89999 20.1971L4.16441 20.9864C3.84585 21.0395 3.52127 20.9355 3.29291 20.7071C3.06454 20.4788 2.96053 20.1542 3.01362 19.8356L3.80288 15.1C3.9742 14.0721 4.46243 13.1234 5.19932 12.3865L13.2929 4.29291ZM13 7.41422L6.61353 13.8007C6.1714 14.2428 5.87846 14.8121 5.77567 15.4288L5.21656 18.7835L8.57119 18.2244C9.18795 18.1216 9.75719 17.8286 10.1993 17.3865L16.5858 11L13 7.41422ZM18 9.5858L14.4142 6.00001L14.7071 5.70712C15.6973 4.71693 17.3027 4.71693 18.2929 5.70712C19.2831 6.69731 19.2831 8.30272 18.2929 9.29291L18 9.5858Z\"\n />\n </svg>\n)\nexport default Pencil\n", "import type { SVGProps } from \"react\"\nconst PencilSparkle = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M2.5 5.5C4.3 5.2 5.2 4 5.5 2.5C5.8 4 6.7 5.2 8.5 5.5C6.7 5.8 5.8 7 5.5 8.5C5.2 7 4.3 5.8 2.5 5.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M5.66282 16.5231L5.18413 19.3952C5.12203 19.7678 5.09098 19.9541 5.14876 20.0888C5.19933 20.2067 5.29328 20.3007 5.41118 20.3512C5.54589 20.409 5.73218 20.378 6.10476 20.3159L8.97693 19.8372C9.72813 19.712 10.1037 19.6494 10.4542 19.521C10.7652 19.407 11.0608 19.2549 11.3343 19.068C11.6425 18.8575 11.9118 18.5882 12.4503 18.0497L20 10.5C21.3807 9.11929 21.3807 6.88071 20 5.5C18.6193 4.11929 16.3807 4.11929 15 5.5L7.45026 13.0497C6.91175 13.5882 6.6425 13.8575 6.43197 14.1657C6.24513 14.4392 6.09299 14.7348 5.97903 15.0458C5.85062 15.3963 5.78802 15.7719 5.66282 16.5231Z\"\n stroke=\"currentColor\"\n strokeWidth={2}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M14.5 7L18.5 11\"\n stroke=\"currentColor\"\n strokeWidth={2}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n)\nexport default PencilSparkle\n", "import type { SVGProps } from \"react\"\nconst PencilSquare = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M15.6729 3.91275C16.8918 2.6938 18.8682 2.6938 20.0871 3.91275C21.3061 5.1317 21.3061 7.10801 20.0871 8.32696L14.1499 14.2642C13.3849 15.0291 12.3925 15.5254 11.3215 15.6784L9.14142 15.9898C8.82983 16.0343 8.51546 15.9295 8.29289 15.707C8.07033 15.4844 7.96554 15.17 8.01005 14.8584L8.32149 12.6784C8.47449 11.6074 8.97072 10.6149 9.7357 9.84994L15.6729 3.91275ZM18.6729 5.32696C18.235 4.88906 17.525 4.88906 17.0871 5.32696L11.1499 11.2642C10.6909 11.7231 10.3932 12.3186 10.3014 12.9612L10.1785 13.8213L11.0386 13.6985C11.6812 13.6067 12.2767 13.3089 12.7357 12.8499L18.6729 6.91275C19.1108 6.47485 19.1108 5.76486 18.6729 5.32696ZM11 3.99916C11.0004 4.55145 10.5531 4.99951 10.0008 4.99994C9.00227 5.00072 8.29769 5.00815 7.74651 5.06052C7.20685 5.11179 6.88488 5.20104 6.63803 5.32682C6.07354 5.61444 5.6146 6.07339 5.32698 6.63787C5.19279 6.90123 5.10062 7.24891 5.05118 7.85408C5.00078 8.47092 5 9.26324 5 10.3998V13.5998C5 14.7364 5.00078 15.5288 5.05118 16.1456C5.10062 16.7508 5.19279 17.0985 5.32698 17.3618C5.6146 17.9263 6.07354 18.3852 6.63803 18.6729C6.90138 18.807 7.24907 18.8992 7.85424 18.9487C8.47108 18.9991 9.26339 18.9998 10.4 18.9998H13.6C14.7366 18.9998 15.5289 18.9991 16.1458 18.9487C16.7509 18.8992 17.0986 18.807 17.362 18.6729C17.9265 18.3852 18.3854 17.9263 18.673 17.3618C18.7988 17.115 18.8881 16.793 18.9393 16.2533C18.9917 15.7021 18.9991 14.9976 18.9999 13.9991C19.0003 13.4468 19.4484 12.9994 20.0007 12.9998C20.553 13.0003 21.0003 13.4483 20.9999 14.0006C20.9991 14.9788 20.9932 15.7807 20.9304 16.4425C20.8664 17.1159 20.7385 17.7135 20.455 18.2698C19.9757 19.2106 19.2108 19.9755 18.27 20.4549C17.6777 20.7567 17.0375 20.8825 16.3086 20.942C15.6008 20.9999 14.7266 20.9999 13.6428 20.9998H10.3572C9.27339 20.9999 8.39925 20.9999 7.69138 20.942C6.96253 20.8825 6.32234 20.7567 5.73005 20.4549C4.78924 19.9755 4.02433 19.2106 3.54497 18.2698C3.24318 17.6775 3.11737 17.0373 3.05782 16.3085C2.99998 15.6006 2.99999 14.7264 3 13.6426V10.357C2.99999 9.27325 2.99998 8.3991 3.05782 7.69122C3.11737 6.96237 3.24318 6.32218 3.54497 5.72989C4.02433 4.78908 4.78924 4.02418 5.73005 3.54481C6.28633 3.26137 6.88399 3.13346 7.55735 3.06948C8.21919 3.0066 9.02103 3.00071 9.99922 2.99994C10.5515 2.99951 10.9996 3.44688 11 3.99916Z\" />\n </svg>\n)\nexport default PencilSquare\n", "import type { SVGProps } from \"react\"\nconst Pens = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M17.2925 14.2928C17.683 13.9023 18.316 13.9025 18.7066 14.2928L19.7359 15.3211C20.1948 15.78 20.4917 16.3759 20.5835 17.0183L21.1783 21.1785L17.0181 20.5838C16.3756 20.4919 15.7798 20.195 15.3208 19.7361L14.2925 18.7068C13.9022 18.3163 13.9021 17.6832 14.2925 17.2928C14.683 16.9023 15.316 16.9025 15.7066 17.2928L16.7359 18.3211C16.8889 18.4741 17.0871 18.5737 17.3013 18.6043L18.8208 18.8211L18.604 17.3016C18.5734 17.0874 18.4738 16.8891 18.3208 16.7361L17.2925 15.7068C16.9022 15.3163 16.9021 14.6832 17.2925 14.2928ZM16.7495 3.25956C17.9289 2.60324 19.3258 2.91217 20.2066 3.79276C21.0873 4.67353 21.3971 6.07133 20.7408 7.25077C18.5112 11.2569 14.5773 14.7295 10.9976 17.0476C10.9878 18.0555 10.7026 18.892 10.1451 19.534C9.59128 20.1716 8.85581 20.5188 8.13724 20.7146C6.76137 21.0896 5.06139 20.9891 4.01127 20.989H3.01127V19.989C3.01127 18.9389 2.90972 17.238 3.28471 15.8621C3.48056 15.1436 3.8288 14.409 4.46635 13.8553C5.10827 13.2978 5.94404 13.0106 6.9517 13.0008C9.26992 9.42121 12.7436 5.4889 16.7495 3.25956ZM7.00541 14.9998C6.35933 14.9998 6.00062 15.1716 5.77787 15.365C5.53948 15.5721 5.34764 15.8996 5.21439 16.3885C5.0051 17.1565 4.994 18.0641 5.00248 18.9969C5.93551 19.0053 6.84361 18.9943 7.61185 18.7849C8.10052 18.6517 8.42832 18.4608 8.63529 18.2224C8.8287 17.9997 8.99955 17.6401 8.99955 16.9939C8.99933 15.8927 8.1067 14.9998 7.00541 14.9998ZM18.7925 5.20682C18.4685 4.88296 18.0317 4.83459 17.7222 5.00663C14.2966 6.91301 11.1974 10.281 8.99857 13.533C9.60747 13.8844 10.1138 14.392 10.4654 15.0008C13.7175 12.802 17.0862 9.70387 18.9927 6.27811C19.165 5.96857 19.1167 5.53099 18.7925 5.20682ZM3.79252 3.79276C5.01139 2.57389 6.98761 2.57404 8.20658 3.79276L9.70658 5.29276C10.0971 5.68329 10.0971 6.3163 9.70658 6.70682C9.31606 7.09735 8.68304 7.09735 8.29252 6.70682L6.79252 5.20682C6.3546 4.76915 5.64441 4.769 5.20658 5.20682C4.76875 5.64465 4.7689 6.35484 5.20658 6.79276L6.70658 8.29276C7.09711 8.68329 7.09711 9.3163 6.70658 9.70682C6.31606 10.0973 5.68304 10.0973 5.29252 9.70682L3.79252 8.20682C2.57379 6.98785 2.57364 5.01164 3.79252 3.79276Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Pens\n", "import type { SVGProps } from \"react\"\nconst Phone = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M2 5.57143C2 3.59898 3.59898 2 5.57143 2H8.625C9.0287 2 9.39281 2.24274 9.54808 2.61538L11.4231 7.11538C11.5744 7.47863 11.4987 7.89686 11.2295 8.18394L9.82741 9.67954C10.9044 11.7563 12.2732 13.2047 14.3016 14.2842L15.7929 12.7929C16.0794 12.5064 16.5106 12.4211 16.8846 12.5769L21.3846 14.4519C21.7573 14.6072 22 14.9713 22 15.375V18.4286C22 20.401 20.401 22 18.4286 22C9.35532 22 2 14.6447 2 5.57143ZM5.57143 4C4.70355 4 4 4.70355 4 5.57143C4 13.5401 10.4599 20 18.4286 20C19.2964 20 20 19.2964 20 18.4286V16.0417L16.7336 14.6807L15.2071 16.2071C14.9098 16.5044 14.4582 16.584 14.0771 16.4062C11.0315 14.9849 9.12076 12.9271 7.71882 9.92289C7.54598 9.55251 7.61592 9.11423 7.89546 8.81606L9.32824 7.28777L7.95833 4H5.57143Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Phone\n", "import type { SVGProps } from \"react\"\nconst PhoneMissed = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M2 5.57143C2 3.59898 3.59898 2 5.57143 2H8.625C9.0287 2 9.39281 2.24274 9.54808 2.61538L11.4231 7.11538C11.5744 7.47863 11.4987 7.89686 11.2295 8.18394L9.82741 9.67954C10.9044 11.7563 12.2732 13.2047 14.3016 14.2842L15.7929 12.7929C16.0794 12.5064 16.5106 12.4211 16.8846 12.5769L21.3846 14.4519C21.7573 14.6072 22 14.9713 22 15.375V18.4286C22 20.401 20.401 22 18.4286 22C9.35532 22 2 14.6447 2 5.57143ZM5.57143 4C4.70355 4 4 4.70355 4 5.57143C4 13.5401 10.4599 20 18.4286 20C19.2964 20 20 19.2964 20 18.4286V16.0417L16.7336 14.6807L15.2071 16.2071C14.9098 16.5044 14.4582 16.584 14.0771 16.4062C11.0315 14.9849 9.12076 12.9271 7.71882 9.92289C7.54598 9.55251 7.61592 9.11423 7.89546 8.81606L9.32824 7.28777L7.95833 4H5.57143ZM14.2929 3.29289C14.6834 2.90237 15.3166 2.90237 15.7071 3.29289L17.5 5.08579L19.2929 3.29289C19.6834 2.90237 20.3166 2.90237 20.7071 3.29289C21.0976 3.68342 21.0976 4.31658 20.7071 4.70711L18.9142 6.5L20.7071 8.29289C21.0976 8.68342 21.0976 9.31658 20.7071 9.70711C20.3166 10.0976 19.6834 10.0976 19.2929 9.70711L17.5 7.91421L15.7071 9.70711C15.3166 10.0976 14.6834 10.0976 14.2929 9.70711C13.9024 9.31658 13.9024 8.68342 14.2929 8.29289L16.0858 6.5L14.2929 4.70711C13.9024 4.31658 13.9024 3.68342 14.2929 3.29289Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default PhoneMissed\n", "import type { SVGProps } from \"react\"\nconst PhoneRing = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M2 5.57143C2 3.59898 3.59898 2 5.57143 2H8.625C9.0287 2 9.39281 2.24274 9.54808 2.61538L11.4231 7.11538C11.5744 7.47863 11.4987 7.89686 11.2295 8.18394L9.82741 9.67954C10.9044 11.7563 12.2732 13.2047 14.3016 14.2842L15.7929 12.7929C16.0794 12.5064 16.5106 12.4211 16.8846 12.5769L21.3846 14.4519C21.7573 14.6072 22 14.9713 22 15.375V18.4286C22 20.401 20.401 22 18.4286 22C9.35532 22 2 14.6447 2 5.57143ZM5.57143 4C4.70355 4 4 4.70355 4 5.57143C4 13.5401 10.4599 20 18.4286 20C19.2964 20 20 19.2964 20 18.4286V16.0417L16.7336 14.6807L15.2071 16.2071C14.9098 16.5044 14.4582 16.584 14.0771 16.4062C11.0315 14.9849 9.12076 12.9271 7.71882 9.92289C7.54598 9.55251 7.61592 9.11423 7.89546 8.81606L9.32824 7.28777L7.95833 4H5.57143ZM13.0248 3.00173C13.147 2.46314 13.6827 2.12559 14.2213 2.24781C17.9615 3.09651 20.9035 6.03846 21.7522 9.77871C21.8744 10.3173 21.5369 10.853 20.9983 10.9752C20.4597 11.0974 19.924 10.7599 19.8018 10.2213C19.1235 7.23203 16.768 4.87652 13.7787 4.19822C13.2401 4.07601 12.9026 3.54032 13.0248 3.00173ZM13.0836 7.01567C13.3048 6.50958 13.8943 6.27857 14.4004 6.49969C15.7847 7.10451 16.8955 8.21534 17.5003 9.59963C17.7214 10.1057 17.4904 10.6952 16.9843 10.9164C16.4782 11.1375 15.8887 10.9065 15.6676 10.4004C15.2645 9.47777 14.5222 8.73549 13.5996 8.3324C13.0935 8.11128 12.8625 7.52176 13.0836 7.01567Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default PhoneRing\n", "import type { SVGProps } from \"react\"\nconst PhoneWaves = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M2 5.57143C2 3.59898 3.59898 2 5.57143 2H8.625C9.0287 2 9.39281 2.24274 9.54808 2.61538L11.4231 7.11538C11.5744 7.47863 11.4987 7.89686 11.2295 8.18394L9.82741 9.67954C10.9044 11.7563 12.2732 13.2047 14.3016 14.2842L15.7929 12.7929C16.0794 12.5064 16.5106 12.4211 16.8846 12.5769L21.3846 14.4519C21.7573 14.6072 22 14.9713 22 15.375V18.4286C22 20.401 20.401 22 18.4286 22C9.35532 22 2 14.6447 2 5.57143ZM5.57143 4C4.70355 4 4 4.70355 4 5.57143C4 13.5401 10.4599 20 18.4286 20C19.2964 20 20 19.2964 20 18.4286V16.0417L16.7336 14.6807L15.2071 16.2071C14.9098 16.5044 14.4582 16.584 14.0771 16.4062C11.0315 14.9849 9.12076 12.9271 7.71882 9.92289C7.54598 9.55251 7.61592 9.11423 7.89546 8.81606L9.32824 7.28777L7.95833 4H5.57143ZM17.5 3C18.0523 3 18.5 3.44772 18.5 4V10C18.5 10.5523 18.0523 11 17.5 11C16.9477 11 16.5 10.5523 16.5 10V4C16.5 3.44772 16.9477 3 17.5 3ZM14 5C14.5523 5 15 5.44772 15 6V8C15 8.55228 14.5523 9 14 9C13.4477 9 13 8.55228 13 8V6C13 5.44772 13.4477 5 14 5ZM21 5C21.5523 5 22 5.44772 22 6V8C22 8.55228 21.5523 9 21 9C20.4477 9 20 8.55228 20 8V6C20 5.44772 20.4477 5 21 5Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default PhoneWaves\n", "import type { SVGProps } from \"react\"\nconst PictureInPicture = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M7.7587 4H14.2413C15.0463 3.99999 15.7106 3.99998 16.2518 4.04419C16.8139 4.09012 17.3306 4.18868 17.816 4.43597C18.5686 4.81947 19.1805 5.43139 19.564 6.18404C19.8113 6.66937 19.9099 7.18608 19.9558 7.74817C20 8.28936 20 8.95372 20 9.75868V10C20 10.5523 19.5523 11 19 11C18.4477 11 18 10.5523 18 10V9.8C18 8.94342 17.9992 8.36113 17.9624 7.91104C17.9266 7.47262 17.8617 7.24842 17.782 7.09202C17.5903 6.7157 17.2843 6.40973 16.908 6.21799C16.7516 6.1383 16.5274 6.07337 16.089 6.03755C15.6389 6.00078 15.0566 6 14.2 6H7.8C6.94342 6 6.36113 6.00078 5.91104 6.03755C5.47262 6.07337 5.24842 6.1383 5.09202 6.21799C4.7157 6.40973 4.40973 6.7157 4.21799 7.09202C4.1383 7.24842 4.07337 7.47262 4.03755 7.91104C4.00078 8.36113 4 8.94342 4 9.8V13.2C4 14.0566 4.00078 14.6389 4.03755 15.089C4.07337 15.5274 4.1383 15.7516 4.21799 15.908C4.40973 16.2843 4.7157 16.5903 5.09202 16.782C5.24842 16.8617 5.47262 16.9266 5.91104 16.9624C6.36113 16.9992 6.94342 17 7.8 17H9C9.55229 17 10 17.4477 10 18C10 18.5523 9.55229 19 9 19H7.75873C6.95374 19 6.28938 19 5.74817 18.9558C5.18608 18.9099 4.66937 18.8113 4.18404 18.564C3.43139 18.1805 2.81947 17.5686 2.43597 16.816C2.18868 16.3306 2.09012 15.8139 2.04419 15.2518C1.99998 14.7106 1.99999 14.0463 2 13.2413V9.7587C1.99999 8.95373 1.99998 8.28937 2.04419 7.74817C2.09012 7.18608 2.18868 6.66937 2.43597 6.18404C2.81947 5.43139 3.43139 4.81947 4.18404 4.43597C4.66937 4.18868 5.18608 4.09012 5.74817 4.04419C6.28937 3.99998 6.95373 3.99999 7.7587 4ZM15.968 13H18.032C18.4706 13 18.8491 13 19.1624 13.0214C19.4922 13.0439 19.8221 13.0934 20.1481 13.2284C20.8831 13.5328 21.4672 14.1169 21.7716 14.852C21.9066 15.1779 21.9561 15.5078 21.9787 15.8376C22 16.1509 22 16.5294 22 16.968V17.032C22 17.4706 22 17.8491 21.9787 18.1624C21.9561 18.4922 21.9066 18.8221 21.7716 19.1481C21.4672 19.8831 20.8831 20.4672 20.1481 20.7716C19.8221 20.9066 19.4922 20.9561 19.1624 20.9787C18.8491 21 18.4706 21 18.032 21H15.968C15.5294 21 15.1509 21 14.8376 20.9787C14.5078 20.9561 14.1779 20.9066 13.852 20.7716C13.1169 20.4672 12.5328 19.8831 12.2284 19.1481C12.0934 18.8221 12.0439 18.4922 12.0214 18.1624C12 17.8491 12 17.4706 12 17.032V16.968C12 16.5294 12 16.1509 12.0214 15.8376C12.0439 15.5078 12.0934 15.1779 12.2284 14.852C12.5328 14.1169 13.1169 13.5328 13.852 13.2284C14.1779 13.0934 14.5078 13.0439 14.8376 13.0214C15.1509 13 15.5294 13 15.968 13ZM14.9738 15.0167C14.7458 15.0323 14.6589 15.0589 14.6173 15.0761C14.3723 15.1776 14.1776 15.3723 14.0761 15.6173C14.0589 15.6589 14.0323 15.7458 14.0167 15.9738C14.0005 16.2107 14 16.5204 14 17C14 17.4796 14.0005 17.7893 14.0167 18.0262C14.0323 18.2542 14.0589 18.3411 14.0761 18.3827C14.1776 18.6277 14.3723 18.8224 14.6173 18.9239C14.6589 18.9411 14.7458 18.9677 14.9738 18.9833C15.2107 18.9995 15.5204 19 16 19H18C18.4796 19 18.7893 18.9995 19.0262 18.9833C19.2542 18.9677 19.3411 18.9411 19.3827 18.9239C19.6277 18.8224 19.8224 18.6277 19.9239 18.3827C19.9411 18.3411 19.9677 18.2542 19.9833 18.0262C19.9995 17.7893 20 17.4796 20 17C20 16.5204 19.9995 16.2107 19.9833 15.9738C19.9677 15.7458 19.9411 15.6589 19.9239 15.6173C19.8224 15.3723 19.6277 15.1776 19.3827 15.0761C19.3411 15.0589 19.2542 15.0323 19.0262 15.0167C18.7893 15.0005 18.4796 15 18 15H16C15.5204 15 15.2107 15.0005 14.9738 15.0167Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default PictureInPicture\n", "import type { SVGProps } from \"react\"\nconst Pin = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12.8636 3.26026C13.9444 1.74705 16.1254 1.56655 17.4403 2.88148L21.1185 6.55971C22.4335 7.87464 22.2529 10.0556 20.7397 11.1364L16.4786 14.1801C16.1638 14.405 16 14.7305 16 15V17.5C16 18.9069 15.0409 19.9513 13.976 20.4104C12.9046 20.8724 11.4792 20.8468 10.4568 19.8243L8.02332 17.3909L3.70711 21.7071C3.31658 22.0976 2.68342 22.0976 2.29289 21.7071C1.90237 21.3166 1.90237 20.6834 2.29289 20.2929L6.60911 15.9767L4.17567 13.5432C3.1532 12.5208 3.12762 11.0954 3.58957 10.024C4.04871 8.95908 5.09306 8 6.5 8H9C9.26948 8 9.59505 7.8362 9.81994 7.52136L12.8636 3.26026ZM8.73001 15.2692C8.73015 15.2693 8.73029 15.2694 8.73043 15.2696C8.73057 15.2697 8.73071 15.2698 8.73084 15.27L11.871 18.4101C12.1769 18.716 12.6696 18.7957 13.1842 18.5739C13.7052 18.3492 14 17.9208 14 17.5V15C14 13.9717 14.5749 13.0821 15.3162 12.5526L19.5773 9.50895C20.0848 9.14643 20.1453 8.41495 19.7043 7.97392L16.0261 4.29569C15.5851 3.85467 14.8536 3.9152 14.491 4.42273L11.4474 8.68383C10.9179 9.42507 10.0283 10 9 10H6.5C6.07925 10 5.65079 10.2948 5.42615 10.8158C5.20431 11.3304 5.28397 11.8231 5.58988 12.129L8.73001 15.2692Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Pin\n", "import type { SVGProps } from \"react\"\nconst PinFilled = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12.8636 3.26029C13.9444 1.74708 16.1254 1.56658 17.4403 2.88151L21.1185 6.55974C22.4335 7.87467 22.2529 10.0556 20.7397 11.1364L16.4786 14.1801C16.1638 14.405 16 14.7306 16 15V17.5C16 18.907 15.0409 19.9513 13.976 20.4105C12.9046 20.8724 11.4792 20.8468 10.4568 19.8244L8.02332 17.3909L3.70711 21.7071C3.31658 22.0977 2.68342 22.0977 2.29289 21.7071C1.90237 21.3166 1.90237 20.6835 2.29289 20.2929L6.60911 15.9767L4.17567 13.5433C3.1532 12.5208 3.12762 11.0955 3.58957 10.024C4.04871 8.95911 5.09306 8.00003 6.5 8.00003H9C9.26948 8.00003 9.59505 7.83624 9.81994 7.52139L12.8636 3.26029Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default PinFilled\n", "import type { SVGProps } from \"react\"\nconst PinWindow = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M17.5858 3.49985C18.3668 2.7188 19.6332 2.7188 20.4142 3.49985L21.5 4.58564C22.2811 5.36669 22.281 6.63302 21.5 7.41406L20 8.91406V9.99985C20 11.2286 19.2614 12.2827 18.2081 12.7464C17.1466 13.2137 16.1823 12.5963 15.7071 12.1212L15.0001 11.4141L12.7071 13.7071C12.3166 14.0976 11.6834 14.0976 11.2929 13.7071C10.9024 13.3166 10.9024 12.6834 11.2929 12.2929L13.5859 9.99992L12.8787 9.29274C12.4035 8.8176 11.7861 7.85323 12.2534 6.79177C12.7172 5.73845 13.7712 4.99985 15 4.99985H16.0858L17.5858 3.49985ZM19 4.91406L17.2071 6.70696C17.0196 6.89449 16.7652 6.99985 16.5 6.99985H15C14.6004 6.99985 14.2534 7.23442 14.0931 7.57729C14.0945 7.58311 14.0967 7.59099 14.1002 7.60103C14.1232 7.66675 14.1839 7.76954 14.2929 7.87853L17.1213 10.707C17.2303 10.8159 17.3331 10.8766 17.3988 10.8996C17.4089 10.9032 17.4167 10.9053 17.4226 10.9067C17.7654 10.7465 18 10.3995 18 9.99985V8.49985C18 8.23463 18.1054 7.98028 18.2929 7.79274L20.0858 5.99985L19 4.91406Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M7.7587 3.5L9 3.5C9.55229 3.5 10 3.94772 10 4.5C10 5.05228 9.55229 5.5 9 5.5H7.8C6.94342 5.5 6.36113 5.50078 5.91104 5.53755C5.47262 5.57337 5.24842 5.6383 5.09202 5.71799C4.7157 5.90973 4.40974 6.21569 4.21799 6.59202C4.1383 6.74842 4.07337 6.97262 4.03755 7.41104C4.00078 7.86113 4 8.44342 4 9.3V14.7C4 15.5566 4.00078 16.1389 4.03755 16.589C4.07337 17.0274 4.1383 17.2516 4.21799 17.408C4.40974 17.7843 4.7157 18.0903 5.09202 18.282C5.24842 18.3617 5.47262 18.4266 5.91104 18.4624C6.36113 18.4992 6.94342 18.5 7.8 18.5H17C18.1046 18.5 19 17.6046 19 16.5C19 15.9477 19.4477 15.5 20 15.5C20.5523 15.5 21 15.9477 21 16.5C21 18.7091 19.2091 20.5 17 20.5H7.75868C6.95372 20.5 6.28937 20.5 5.74818 20.4558C5.18608 20.4099 4.66937 20.3113 4.18404 20.064C3.43139 19.6805 2.81947 19.0686 2.43598 18.316C2.18868 17.8306 2.09012 17.3139 2.04419 16.7518C1.99998 16.2106 1.99999 15.5463 2 14.7413V9.2587C1.99999 8.45374 1.99998 7.78937 2.04419 7.24817C2.09012 6.68608 2.18868 6.16937 2.43598 5.68404C2.81947 4.93139 3.43139 4.31947 4.18404 3.93597C4.66937 3.68868 5.18608 3.59012 5.74818 3.54419C6.28937 3.49998 6.95373 3.49999 7.7587 3.5Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default PinWindow\n", "import type { SVGProps } from \"react\"\nconst Plane = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M19.5002 4.5H18.8517C18.0561 4.5 17.2923 4.8163 16.7297 5.37891L14.1242 7.98535C13.8519 8.25755 13.4472 8.3488 13.0842 8.2207L6.2453 5.80664C5.8822 5.67849 5.47757 5.77074 5.20526 6.04297L5.0119 6.23535L10.2492 10.2627C10.4772 10.4381 10.6183 10.7041 10.6369 10.9912C10.6554 11.2782 10.5493 11.5593 10.3459 11.7627L8.45721 13.6514C8.26968 13.8389 8.0154 13.9443 7.75018 13.9443H6.27557L5.30487 14.9141L6.77753 15.4668C7.5888 15.771 8.22916 16.4114 8.53339 17.2227L9.08514 18.6943L10.0558 17.7246V16.25C10.0558 15.9848 10.1613 15.7305 10.3488 15.543L12.2375 13.6543L12.3176 13.582C12.5115 13.4259 12.758 13.3471 13.009 13.3633C13.2961 13.3819 13.562 13.523 13.7375 13.751L17.7639 18.9873L17.9572 18.7949C18.2294 18.5226 18.3217 18.118 18.1935 17.7549L15.7795 10.916C15.6514 10.5529 15.7426 10.1483 16.0148 9.87598L18.6213 7.27051C19.1839 6.7079 19.5002 5.94409 19.5002 5.14844V4.5ZM21.5002 5.14844C21.5002 6.47452 20.973 7.74689 20.0353 8.68457L17.8742 10.8447L20.0793 17.0898C20.4637 18.1792 20.1882 19.3931 19.3713 20.21L18.3742 21.207C18.1707 21.4105 17.8889 21.5167 17.6017 21.498C17.3147 21.4793 17.0496 21.3374 16.8742 21.1094L12.8459 15.873L12.0558 16.6641V18.1387C12.0558 18.4038 11.9503 18.6582 11.7629 18.8457L9.40155 21.207C9.16114 21.4474 8.81487 21.5495 8.48261 21.4775C8.15053 21.4055 7.8774 21.1697 7.758 20.8516L6.66132 17.9248C6.55991 17.6544 6.3458 17.4403 6.07538 17.3389L3.14862 16.2422C2.8305 16.1228 2.59467 15.8497 2.52264 15.5176C2.45067 15.1853 2.55278 14.839 2.79315 14.5986L5.15448 12.2373L5.22772 12.1709C5.40565 12.0252 5.6295 11.9443 5.86151 11.9443H7.33612L8.12616 11.1533L2.89081 7.12598C2.6628 6.95058 2.52086 6.68549 2.50214 6.39844C2.48349 6.11128 2.58967 5.82946 2.79315 5.62598L3.79022 4.62891C4.60711 3.81202 5.82094 3.53647 6.91034 3.9209L13.1545 6.125L15.3156 3.96484C16.2533 3.02716 17.5257 2.5 18.8517 2.5H20.5002C21.0525 2.5 21.5002 2.94772 21.5002 3.5V5.14844Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Plane\n", "import type { SVGProps } from \"react\"\nconst PlantDesk = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M5 3C5 2.44772 5.44772 2 6 2H8C9.87705 2 11.5125 3.03432 12.3675 4.56411C13.2789 3.60091 14.5693 3 16 3H18C18.5523 3 19 3.44772 19 4V5C19 6.12561 18.6281 7.16434 18.0004 8H19C20.1046 8 21 8.89543 21 10V12C21 12.7934 20.538 13.4788 19.8685 13.8021C19.7098 14.6551 19.4613 15.9806 19.2185 17.2731L19.2117 17.3092C19.0869 17.9741 18.9831 18.5269 18.8633 18.9763C18.7382 19.446 18.5791 19.8711 18.3107 20.2625C17.8903 20.8755 17.3068 21.3595 16.6268 21.6596C16.1926 21.8512 15.7452 21.929 15.2603 21.9653C14.7963 22 14.2335 22 13.5566 22H10.4468C9.7693 22 9.20613 22 8.74186 21.9653C8.25663 21.929 7.80907 21.8512 7.3747 21.6594C6.69434 21.3592 6.11117 20.8752 5.69066 20.2618C5.42218 19.8702 5.2632 19.4447 5.1381 18.9744C5.0184 18.5245 4.91462 17.971 4.78977 17.305L4.13311 13.8029C3.46267 13.4799 3 12.794 3 12V10C3 8.89543 3.89543 8 5 8H5.99963C5.37194 7.16434 5 6.12561 5 5V3ZM10 8H11V7C11 5.34315 9.65685 4 8 4H7V5C7 6.65685 8.34315 8 10 8ZM5 10V12H19V10H5ZM6.20493 14L6.74873 16.9003C6.88209 17.6116 6.97268 18.0912 7.07087 18.4602C7.16582 18.8171 7.251 19.0008 7.34022 19.1309C7.55047 19.4376 7.84206 19.6796 8.18224 19.8297C8.32659 19.8934 8.5228 19.9433 8.89107 19.9709C9.27191 19.9994 9.75998 20 10.4836 20H13.5198C14.2429 20 14.7305 19.9994 15.111 19.9709C15.4789 19.9433 15.6751 19.8935 15.8194 19.8298C16.1593 19.6798 16.4512 19.4376 16.6614 19.1313C16.7507 19.0011 16.8358 18.8176 16.9307 18.4614C17.0289 18.0929 17.1195 17.6141 17.2529 16.9039C17.4473 15.8688 17.6449 14.8151 17.7971 14H6.20493ZM14 8C15.6569 8 17 6.65685 17 5H16C14.3431 5 13 6.34315 13 8H14Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default PlantDesk\n", "import type { SVGProps } from \"react\"\nconst Play = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M9.5 9.33165V14.6683C9.5 15.4595 10.3752 15.9373 11.0408 15.5095L15.1915 12.8412C15.8038 12.4475 15.8038 11.5524 15.1915 11.1588L11.0408 8.49047C10.3752 8.06265 9.5 8.54049 9.5 9.33165Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Play\n", "import type { SVGProps } from \"react\"\nconst PlayCircle = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2ZM9.5 9.332v5.336a1 1 0 0 0 1.54.841l4.152-2.668a1 1 0 0 0 0-1.682L11.04 8.49a1 1 0 0 0-1.541.842Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default PlayCircle\n", "import type { SVGProps } from \"react\"\nconst PlayCircleFilled = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM9 8.96328V15.0368C9 15.9372 9.99609 16.481 10.7535 15.9941L15.4773 12.9574C16.1742 12.5094 16.1742 11.4907 15.4773 11.0427L10.7535 8.00596C9.9961 7.51906 9 8.06288 9 8.96328Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default PlayCircleFilled\n", "import type { SVGProps } from \"react\"\nconst Playground = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M17.4643 2.07845C16.0558 1.72726 14.6292 2.58442 14.278 3.99296C14.0654 4.84569 14.293 5.74826 14.8846 6.39818L16.3709 8.031L15.1584 13.2072C14.8541 13.2981 14.5712 13.4014 14.313 13.4958L14.2977 13.5014C13.5166 13.7871 12.9355 13.9996 12.3469 14.0118L12.1578 13.2852L13.2683 11.6749C14.0987 10.4709 13.2943 8.82179 11.8343 8.73486L9.88173 8.6186L8.69347 7.06484C7.80498 5.90305 5.98803 6.1584 5.45418 7.52009L4.74023 9.34119L2.89532 9.99116C1.51583 10.4772 1.19722 12.2841 2.32729 13.2126L3.57155 14.2349C3.49746 14.3518 3.42877 14.4696 3.36518 14.5866C2.83452 15.5627 2.51436 16.7333 2.31969 17.6889C1.94555 19.5256 3.43549 21 5.13498 21H18.4967C20.3723 21 21.9453 19.2005 21.1806 17.2496C20.8589 16.4289 20.4212 15.4967 19.8566 14.721C19.3091 13.9687 18.5258 13.2035 17.4692 13.0155C17.4006 13.0033 17.3324 12.993 17.2647 12.9844L18.314 8.50499L20.3756 7.76723C21.2031 7.47112 21.8278 6.78107 22.0404 5.92834C22.3916 4.51979 21.5344 3.09325 20.1259 2.74206L17.4643 2.07845ZM19.7017 5.88417L17.7553 6.58073L16.3637 5.05189C16.2222 4.8965 16.1678 4.68069 16.2186 4.47681C16.3026 4.14002 16.6437 3.93508 16.9805 4.01904L19.642 4.68265C19.9788 4.76662 20.1838 5.10771 20.0998 5.44449C20.049 5.64838 19.8996 5.81337 19.7017 5.88417ZM10.4795 12.1959C10.2218 12.5695 10.11 13.0211 10.1588 13.4663C10.0314 13.4161 9.9008 13.3637 9.76633 13.3098C9.66546 13.2694 9.5624 13.2281 9.45682 13.1861C8.51124 12.8103 7.36037 12.3858 6.08392 12.5043C5.68264 12.5416 5.32505 12.657 5.00708 12.8259L3.76491 11.8053L5.45769 11.2089C5.97232 11.0276 6.38262 10.6314 6.58178 10.1234L7.23686 8.45247L8.32713 9.8781C8.65859 10.3115 9.16221 10.5793 9.70689 10.6117L11.4985 10.7184L10.4795 12.1959ZM8.71816 15.0447C8.81735 15.0841 8.91947 15.1254 9.02431 15.1678C9.85306 15.503 10.852 15.9069 11.916 15.9965C13.0523 16.0921 14.0678 15.7177 14.8489 15.4297L15 15.3741C15.8718 15.0552 16.4809 14.871 17.1188 14.9846C17.4138 15.037 17.8008 15.295 18.2395 15.8978C18.6611 16.4771 19.0255 17.232 19.3185 17.9796C19.4182 18.2339 19.3713 18.4669 19.2306 18.6539C19.083 18.8501 18.8235 19 18.4967 19H5.13498C4.52262 19 4.19213 18.5168 4.27945 18.0881C4.45906 17.2064 4.7312 16.2613 5.12232 15.5418C5.52712 14.7972 5.92374 14.5278 6.26884 14.4957C7.01884 14.4261 7.76564 14.6662 8.71816 15.0447Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Playground\n", "import type { SVGProps } from \"react\"\nconst PlayOutline = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M12 4a8 8 0 1 0 0 16 8 8 0 0 0 0-16ZM2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Z\"\n clipRule=\"evenodd\"\n />\n <path d=\"M9.5 14.668V9.332a1 1 0 0 1 1.54-.842l4.152 2.669a1 1 0 0 1 0 1.682L11.04 15.51a1 1 0 0 1-1.541-.84Z\" />\n </svg>\n)\nexport default PlayOutline\n", "import type { SVGProps } from \"react\"\nconst PlaySm = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M8 16.7229V7.27711C8 6.29075 9.08894 5.69298 9.9211 6.22254L17.3428 10.9454C18.1147 11.4366 18.1147 12.5634 17.3428 13.0546L9.92109 17.7775C9.08894 18.3071 8 17.7093 8 16.7229Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default PlaySm\n", "import type { SVGProps } from \"react\"\nconst PlayTriangle = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M7 7.638v8.724c0 1.294 1.464 2.075 2.577 1.376l6.94-4.363a1.615 1.615 0 0 0 0-2.75l-6.94-4.363C8.464 5.562 7 6.344 7 7.638Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default PlayTriangle\n", "import type { SVGProps } from \"react\"\nconst Plugin = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M15.465 19a3.501 3.501 0 0 1-6.93 0H6a3 3 0 0 1-3-3v-2.5a1 1 0 0 1 1-1h.5a1.5 1.5 0 0 0 0-3H4a1 1 0 0 1-1-1V6a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3h-2.535ZM12 20a1.5 1.5 0 0 0 1.5-1.5V18a1 1 0 0 1 1-1H18a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v1.535a3.5 3.5 0 0 1 0 6.93V16a1 1 0 0 0 1 1h3.5a1 1 0 0 1 1 1v.5A1.5 1.5 0 0 0 12 20Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default Plugin\n", "import type { SVGProps } from \"react\"\nconst PluginPuzzle = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M17.089 5.03755C16.6389 5.00078 16.0566 5 15.2 5H6.24999C5.55962 5 5 5.55963 5 6.24997L5.00001 7.53544C6.69615 7.77806 8.00001 9.23676 8.00001 11C8.00001 12.7632 6.69615 14.2219 5 14.4646L5 15.75C5 16.4404 5.55964 17 6.25 17L9.00001 17C9.82843 17 10.5 17.6716 10.5 18.5C10.5 19.3284 11.1716 20 12 20C12.8284 20 13.5 19.3284 13.5 18.5C13.5 17.6716 14.1716 17 15 17H17.25C18.2165 17 19 16.2165 19 15.25V8.8C19 7.94342 18.9992 7.36113 18.9624 6.91104C18.9266 6.47262 18.8617 6.24842 18.782 6.09202C18.5903 5.7157 18.2843 5.40973 17.908 5.21799C17.7516 5.1383 17.5274 5.07337 17.089 5.03755ZM17.2518 3.04419C17.8139 3.09012 18.3306 3.18868 18.816 3.43597C19.5686 3.81947 20.1805 4.43139 20.564 5.18404C20.8113 5.66937 20.9099 6.18608 20.9558 6.74817C21 7.28936 21 7.95372 21 8.75868V15.25C21 17.3211 19.3211 19 17.25 19H15.4646C15.2219 20.6961 13.7632 22 12 22C10.2368 22 8.77807 20.6961 8.53545 19L6.25 19C4.45507 19 2.99999 17.5449 3 15.75L3.00001 14C3.00001 13.1716 3.67158 12.5 4.50001 12.5C5.32843 12.5 6.00001 11.8284 6.00001 11C6.00001 10.1716 5.32843 9.5 4.50001 9.5C3.6756 9.5 3.00001 8.83398 3.00001 8.00154L3 6.24998C2.99999 4.45504 4.45508 3 6.24999 3L15.2413 3C16.0463 2.99999 16.7106 2.99998 17.2518 3.04419Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default PluginPuzzle\n", "import type { SVGProps } from \"react\"\nconst Plus = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M12 5a1 1 0 0 1 1 1v5h5a1 1 0 1 1 0 2h-5v5a1 1 0 1 1-2 0v-5H6a1 1 0 1 1 0-2h5V6a1 1 0 0 1 1-1Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default Plus\n", "import type { SVGProps } from \"react\"\nconst Plus14px = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12 5C12.5799 5 13.05 5.4701 13.05 6.05V10.95H17.95C18.5299 10.95 19 11.4201 19 12C19 12.5799 18.5299 13.05 17.95 13.05H13.05V17.95C13.05 18.5299 12.5799 19 12 19C11.4201 19 10.95 18.5299 10.95 17.95V13.05H6.05C5.4701 13.05 5 12.5799 5 12C5 11.4201 5.4701 10.95 6.05 10.95H10.95V6.05C10.95 5.4701 11.4201 5 12 5Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Plus14px\n", "import type { SVGProps } from \"react\"\nconst PlusCircle = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M13 9a1 1 0 1 0-2 0v2H9a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0v-2h2a1 1 0 1 0 0-2h-2V9Z\" />\n <path\n fillRule=\"evenodd\"\n d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2ZM4 12a8 8 0 1 1 16 0 8 8 0 0 1-16 0Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default PlusCircle\n", "import type { SVGProps } from \"react\"\nconst PlusCircleAdd = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4ZM2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM12 7C12.5523 7 13 7.44772 13 8V11H16C16.5523 11 17 11.4477 17 12C17 12.5523 16.5523 13 16 13H13V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V13H8C7.44772 13 7 12.5523 7 12C7 11.4477 7.44772 11 8 11H11V8C11 7.44772 11.4477 7 12 7Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default PlusCircleAdd\n", "import type { SVGProps } from \"react\"\nconst PlusCircleFilled = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2Zm1 7a1 1 0 1 0-2 0v2H9a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0v-2h2a1 1 0 1 0 0-2h-2V9Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default PlusCircleFilled\n", "import type { SVGProps } from \"react\"\nconst PlusComposer = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12 3.59998C12.5891 3.59998 13.0666 4.07754 13.0666 4.66664V10.9333H19.3333C19.9224 10.9333 20.4 11.4109 20.4 12C20.4 12.5891 19.9224 13.0666 19.3333 13.0666H13.0666V19.3333C13.0666 19.9224 12.5891 20.4 12 20.4C11.4109 20.4 10.9333 19.9224 10.9333 19.3333V13.0666H4.66664C4.07754 13.0666 3.59998 12.5891 3.59998 12C3.59998 11.4109 4.07754 10.9333 4.66664 10.9333H10.9333V4.66664C10.9333 4.07754 11.4109 3.59998 12 3.59998Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default PlusComposer\n", "import type { SVGProps } from \"react\"\nconst PlusFilled = (props: SVGProps<SVGSVGElement>) => (\n <svg viewBox=\"0 0 24 24\" width=\"1em\" height=\"1em\" fill=\"currentColor\" {...props}>\n <path d=\"M13.4195 3.01782C13.3378 2.29622 12.7277 1.75077 12.0015 1.75003C11.2753 1.74929 10.664 2.29349 10.5808 3.01492C10.0613 7.51911 7.51908 10.0614 3.01489 10.5809C2.29346 10.6641 1.74926 11.2753 1.75 12.0015C1.75074 12.7277 2.29619 13.3378 3.01779 13.4195C7.45809 13.9225 10.1766 16.4402 10.577 20.9479C10.6426 21.6856 11.261 22.2509 12.0016 22.25C12.7422 22.2492 13.3594 21.6825 13.4233 20.9447C13.8079 16.5008 16.5007 13.808 20.9446 13.4233C21.6825 13.3594 22.2492 12.7422 22.25 12.0016C22.2508 11.261 21.6855 10.6426 20.9478 10.5771C16.4402 10.1767 13.9224 7.45813 13.4195 3.01782Z\" />\n </svg>\n)\nexport default PlusFilled\n", "import type { SVGProps } from \"react\"\nconst PlusLg = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 3C12.5523 3 13 3.44772 13 4L13 11H20C20.5523 11 21 11.4477 21 12C21 12.5523 20.5523 13 20 13L13 13L13 20C13 20.5523 12.5523 21 12 21C11.4477 21 11 20.5523 11 20L11 13L4 13C3.44772 13 3 12.5523 3 12C3 11.4477 3.44772 11 4 11L11 11L11 4C11 3.44772 11.4477 3 12 3Z\"\n />\n </svg>\n)\nexport default PlusLg\n", "import type { SVGProps } from \"react\"\nconst PlusLg18pxAdd = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12 3C12.5523 3 13 3.44772 13 4L13 11H20C20.5523 11 21 11.4477 21 12C21 12.5523 20.5523 13 20 13L13 13L13 20C13 20.5523 12.5523 21 12 21C11.4477 21 11 20.5523 11 20L11 13L4 13C3.44772 13 3 12.5523 3 12C3 11.4477 3.44772 11 4 11L11 11L11 4C11 3.44772 11.4477 3 12 3Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default PlusLg18pxAdd\n", "import type { SVGProps } from \"react\"\nconst PlusSm12px = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12 6C12.5523 6 13 6.44772 13 7V11H17C17.5523 11 18 11.4477 18 12C18 12.5523 17.5523 13 17 13H13V17C13 17.5523 12.5523 18 12 18C11.4477 18 11 17.5523 11 17V13H7C6.44772 13 6 12.5523 6 12C6 11.4477 6.44772 11 7 11H11V7C11 6.44772 11.4477 6 12 6Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default PlusSm12px\n", "import type { SVGProps } from \"react\"\nconst PlusSquareAdd = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M9.85719 2.5H14.1428C15.2266 2.49999 16.1007 2.49998 16.8086 2.55782C17.5375 2.61737 18.1777 2.74318 18.77 3.04497C19.7108 3.52433 20.4757 4.28924 20.955 5.23005C21.2568 5.82234 21.3826 6.46253 21.4422 7.19138C21.5 7.89925 21.5 8.77339 21.5 9.85717V14.1428C21.5 15.2266 21.5 16.1008 21.4422 16.8086C21.3826 17.5375 21.2568 18.1777 20.955 18.77C20.4757 19.7108 19.7108 20.4757 18.77 20.955C18.1777 21.2568 17.5375 21.3826 16.8086 21.4422C16.1008 21.5 15.2266 21.5 14.1428 21.5H9.85717C8.77339 21.5 7.89925 21.5 7.19138 21.4422C6.46253 21.3826 5.82234 21.2568 5.23005 20.955C4.28924 20.4757 3.52433 19.7108 3.04497 18.77C2.74318 18.1777 2.61737 17.5375 2.55782 16.8086C2.49998 16.1007 2.49999 15.2266 2.5 14.1428V9.85719C2.49999 8.77341 2.49998 7.89926 2.55782 7.19138C2.61737 6.46253 2.74318 5.82234 3.04497 5.23005C3.52433 4.28924 4.28924 3.52433 5.23005 3.04497C5.82234 2.74318 6.46253 2.61737 7.19138 2.55782C7.89926 2.49998 8.77341 2.49999 9.85719 2.5ZM7.35424 4.55118C6.74907 4.60062 6.40138 4.69279 6.13803 4.82698C5.57354 5.1146 5.1146 5.57354 4.82698 6.13803C4.69279 6.40138 4.60062 6.74907 4.55118 7.35424C4.50078 7.97108 4.5 8.76339 4.5 9.9V14.1C4.5 15.2366 4.50078 16.0289 4.55118 16.6458C4.60062 17.2509 4.69279 17.5986 4.82698 17.862C5.1146 18.4265 5.57354 18.8854 6.13803 19.173C6.40138 19.3072 6.74907 19.3994 7.35424 19.4488C7.97108 19.4992 8.76339 19.5 9.9 19.5H14.1C15.2366 19.5 16.0289 19.4992 16.6458 19.4488C17.2509 19.3994 17.5986 19.3072 17.862 19.173C18.4265 18.8854 18.8854 18.4265 19.173 17.862C19.3072 17.5986 19.3994 17.2509 19.4488 16.6458C19.4992 16.0289 19.5 15.2366 19.5 14.1V9.9C19.5 8.76339 19.4992 7.97108 19.4488 7.35424C19.3994 6.74907 19.3072 6.40138 19.173 6.13803C18.8854 5.57354 18.4265 5.1146 17.862 4.82698C17.5986 4.69279 17.2509 4.60062 16.6458 4.55118C16.0289 4.50078 15.2366 4.5 14.1 4.5H9.9C8.76339 4.5 7.97108 4.50078 7.35424 4.55118ZM12 7C12.5523 7 13 7.44772 13 8V11H16C16.5523 11 17 11.4477 17 12C17 12.5523 16.5523 13 16 13H13V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V13H8C7.44772 13 7 12.5523 7 12C7 11.4477 7.44772 11 8 11H11V8C11 7.44772 11.4477 7 12 7Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default PlusSquareAdd\n", "import type { SVGProps } from \"react\"\nconst PopOutWindow = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M7.84657 3L16 3C18.2091 3 20 4.79086 20 7C20 7.55229 19.5523 8 19 8C18.4477 8 18 7.55229 18 7C18 5.89543 17.1046 5 16 5H7.89C6.99007 5 6.37829 5.00086 5.90627 5.04132C5.44682 5.08071 5.21316 5.15199 5.05029 5.23987C4.70688 5.42517 4.42517 5.70688 4.23987 6.05029C4.15199 6.21316 4.08071 6.44682 4.04132 6.90627C4.00086 7.37829 4 7.99007 4 8.89V15C4 16.1046 4.89543 17 6 17C6.55229 17 7 17.4477 7 18C7 18.5523 6.55229 19 6 19C3.79086 19 2 17.2091 2 15L2 8.84657C1.99999 8.00092 1.99997 7.30302 2.04863 6.73544C2.0992 6.1456 2.20782 5.60455 2.47975 5.10058C2.85034 4.41375 3.41375 3.85034 4.10058 3.47975C4.60455 3.20782 5.1456 3.0992 5.73544 3.04863C6.30302 2.99997 7.00092 2.99999 7.84657 3ZM14.5606 11H17.4394C18.0359 11 18.543 11 18.9592 11.034C19.3963 11.0697 19.8204 11.1478 20.2255 11.3542C20.837 11.6658 21.3342 12.163 21.6458 12.7745C21.8522 13.1797 21.9303 13.6037 21.966 14.0408C22 14.457 22 14.9641 22 15.5606V16.4395C22 17.0359 22 17.543 21.966 17.9592C21.9303 18.3963 21.8522 18.8204 21.6458 19.2255C21.3342 19.837 20.837 20.3342 20.2255 20.6458C19.8204 20.8522 19.3963 20.9303 18.9592 20.966C18.543 21 18.0359 21 17.4395 21H14.5606C13.9641 21 13.457 21 13.0408 20.966C12.6037 20.9303 12.1797 20.8522 11.7745 20.6458C11.163 20.3342 10.6658 19.837 10.3542 19.2255C10.1478 18.8204 10.0697 18.3963 10.034 17.9592C9.99997 17.543 9.99998 17.0359 10 16.4394V15.5606C9.99998 14.9641 9.99997 14.457 10.034 14.0408C10.0697 13.6037 10.1478 13.1797 10.3542 12.7745C10.6658 12.163 11.163 11.6658 11.7745 11.3542C12.1797 11.1478 12.6037 11.0697 13.0408 11.034C13.457 11 13.9641 11 14.5606 11ZM13.2036 13.0273C12.8903 13.0529 12.7587 13.0974 12.6825 13.1362C12.4473 13.2561 12.2561 13.4473 12.1362 13.6825C12.0974 13.7587 12.0529 13.8903 12.0273 14.2036C12.0008 14.5287 12 14.9534 12 15.6V16.4C12 17.0466 12.0008 17.4713 12.0273 17.7964C12.0529 18.1097 12.0974 18.2413 12.1362 18.3175C12.2561 18.5527 12.4473 18.7439 12.6825 18.8638C12.7587 18.9026 12.8903 18.9471 13.2036 18.9727C13.5287 18.9992 13.9534 19 14.6 19H17.4C18.0466 19 18.4713 18.9992 18.7964 18.9727C19.1097 18.9471 19.2413 18.9026 19.3175 18.8638C19.5527 18.7439 19.7439 18.5527 19.8638 18.3175C19.9026 18.2413 19.9471 18.1097 19.9727 17.7964C19.9992 17.4713 20 17.0466 20 16.4V15.6C20 14.9534 19.9992 14.5287 19.9727 14.2036C19.9471 13.8903 19.9026 13.7587 19.8638 13.6825C19.7439 13.4473 19.5527 13.2561 19.3175 13.1362C19.2413 13.0974 19.1097 13.0529 18.7964 13.0273C18.4713 13.0008 18.0466 13 17.4 13H14.6C13.9534 13 13.5287 13.0008 13.2036 13.0273Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default PopOutWindow\n", "import type { SVGProps } from \"react\"\nconst PresetDefault = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M3.5 5C3.5 3.34315 4.84315 2 6.5 2H17.5C19.1569 2 20.5 3.34315 20.5 5V19C20.5 20.6569 19.1569 22 17.5 22H6.5C4.84315 22 3.5 20.6569 3.5 19V5ZM6.5 4C5.94772 4 5.5 4.44772 5.5 5V16H18.5V5C18.5 4.44772 18.0523 4 17.5 4H6.5ZM18.5 18H5.5V19C5.5 19.5523 5.94771 20 6.5 20H17.5C18.0523 20 18.5 19.5523 18.5 19V18ZM13 5.75C13.5523 5.75 14 6.19772 14 6.75H15C15.5523 6.75 16 7.19772 16 7.75C16 8.30228 15.5523 8.75 15 8.75H14C14 9.30228 13.5523 9.75 13 9.75C12.4477 9.75 12 9.30228 12 8.75H9C8.44772 8.75 8 8.30228 8 7.75C8 7.19772 8.44772 6.75 9 6.75H12C12 6.19772 12.4477 5.75 13 5.75ZM11 10.25C11.5523 10.25 12 10.6977 12 11.25H15C15.5523 11.25 16 11.6977 16 12.25C16 12.8023 15.5523 13.25 15 13.25H12C12 13.8023 11.5523 14.25 11 14.25C10.4477 14.25 10 13.8023 10 13.25H9C8.44772 13.25 8 12.8023 8 12.25C8 11.6977 8.44772 11.25 9 11.25H10C10 10.6977 10.4477 10.25 11 10.25Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default PresetDefault\n", "import type { SVGProps } from \"react\"\nconst PresetSelected = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M20.1865 14.4189C20.5075 13.9695 21.1316 13.8655 21.5811 14.1865C22.0304 14.5075 22.1345 15.1316 21.8135 15.5811L17.5283 21.5811C17.3302 21.8584 17.0045 22.0162 16.6641 21.999C16.3237 21.9818 16.0158 21.792 15.8467 21.4961L14.1318 18.4961L14.0859 18.4053C13.8798 17.942 14.0542 17.3889 14.5039 17.1318C14.9834 16.8578 15.5941 17.0244 15.8682 17.5039L16.8076 19.1484L20.1865 14.4189ZM10 13.251H9C8.44782 13.251 8.00018 12.8031 8 12.251C8 11.6987 8.44772 11.251 9 11.251H10C10 10.6987 10.4477 10.251 11 10.251C11.5178 10.251 11.9439 10.6442 11.9951 11.1484L12 11.251H15C15.5523 11.251 16 11.6987 16 12.251C15.9998 12.8031 15.5522 13.251 15 13.251H12C11.9998 13.8031 11.5522 14.251 11 14.251C10.4478 14.251 10.0002 13.8031 10 13.251ZM18.5 10V5C18.5 4.73478 18.3946 4.4805 18.207 4.29297C18.0195 4.10543 17.7652 4 17.5 4H6.5C6.23478 4 5.98051 4.10543 5.79297 4.29297C5.60543 4.48051 5.5 4.73478 5.5 5V16H10C10.5523 16 11 16.4477 11 17C11 17.5523 10.5523 18 10 18H5.5V19C5.5 19.2652 5.60543 19.5195 5.79297 19.707C5.9805 19.8946 6.23478 20 6.5 20H11C11.5523 20 12 20.4477 12 21C12 21.5523 11.5523 22 11 22H6.5C5.70435 22 4.94152 21.6837 4.37891 21.1211C3.8163 20.5585 3.5 19.7956 3.5 19V5C3.5 4.20435 3.8163 3.44152 4.37891 2.87891C4.94152 2.3163 5.70435 2 6.5 2H17.5C18.2956 2 19.0585 2.3163 19.6211 2.87891C20.1837 3.44152 20.5 4.20435 20.5 5V10C20.5 10.5523 20.0523 11 19.5 11C18.9477 11 18.5 10.5523 18.5 10ZM12 8.75098H9C8.44782 8.75098 8.00018 8.30311 8 7.75098C8 7.19869 8.44772 6.75098 9 6.75098H12C12 6.19869 12.4477 5.75098 13 5.75098C13.5178 5.75098 13.9439 6.14415 13.9951 6.64844L14 6.75098H15C15.5523 6.75098 16 7.19869 16 7.75098C15.9998 8.30311 15.5522 8.75098 15 8.75098H14C13.9998 9.30311 13.5522 9.75098 13 9.75098C12.4478 9.75098 12.0002 9.30311 12 8.75098Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default PresetSelected\n", "import type { SVGProps } from \"react\"\nconst PrivacyIntern = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M8.71603 5H15.2844C15.7779 5 16.1977 5.36011 16.2727 5.84794L16.8325 9.48674C15.2703 9.1602 13.6289 9 12.0002 9C10.3715 9 8.73012 9.1602 7.16785 9.48674L7.72766 5.84794C7.80271 5.36011 8.22246 5 8.71603 5ZM18.9424 10.0478L18.2495 5.54383C18.0243 4.08033 16.7651 3 15.2844 3H8.71603C7.23532 3 5.97607 4.08033 5.75092 5.54383L5.05799 10.0478C4.16234 10.3416 3.31188 10.6982 2.52743 11.1191C2.04076 11.3802 1.85791 11.9864 2.11901 12.473C2.38011 12.9597 2.9863 13.1425 3.47296 12.8814C5.77683 11.6454 8.86119 11 12.0002 11C15.1392 11 18.2236 11.6454 20.5274 12.8814C21.0141 13.1425 21.6203 12.9597 21.8814 12.473C22.1425 11.9864 21.9596 11.3802 21.473 11.1191C20.6885 10.6982 19.8381 10.3416 18.9424 10.0478ZM7.0002 15C5.89563 15 5.0002 15.8954 5.0002 17C5.0002 18.1046 5.89563 19 7.0002 19C8.10476 19 9.0002 18.1046 9.0002 17C9.0002 15.8954 8.10476 15 7.0002 15ZM3.0002 17C3.0002 14.7909 4.79106 13 7.0002 13C8.60438 13 9.98801 13.9443 10.6255 15.3074C11.0119 15.1285 11.4715 15 12.0002 15C12.5288 15 12.9885 15.1285 13.3749 15.3074C14.0124 13.9443 15.396 13 17.0002 13C19.2093 13 21.0002 14.7909 21.0002 17C21.0002 19.2091 19.2093 21 17.0002 21C14.9446 21 13.2511 19.4494 13.0257 17.4541C12.7395 17.2043 12.4108 17 12.0002 17C11.5896 17 11.2609 17.2043 10.9747 17.4541C10.7493 19.4494 9.05581 21 7.0002 21C4.79106 21 3.0002 19.2091 3.0002 17ZM17.0002 15C15.8956 15 15.0002 15.8954 15.0002 17C15.0002 18.1046 15.8956 19 17.0002 19C18.1048 19 19.0002 18.1046 19.0002 17C19.0002 15.8954 18.1048 15 17.0002 15Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default PrivacyIntern\n", "import type { SVGProps } from \"react\"\nconst ProDiamond = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M9.00053 7C9.21308 7.00022 9.39165 7.15986 9.41557 7.37106C9.56277 8.67066 10.2997 9.46633 11.619 9.58352C11.8349 9.6027 12.0003 9.78371 12.0001 10.0005C11.9999 10.2172 11.834 10.3979 11.618 10.4166C10.3174 10.5291 9.52926 11.3173 9.41667 12.6179C9.39797 12.8339 9.21734 12.9998 9.00058 13C8.78381 13.0002 8.60281 12.8348 8.58363 12.6189C8.46643 11.2996 7.67077 10.5627 6.37117 10.4155C6.15997 10.3915 6.00032 10.213 6.00011 10.0004C5.99989 9.78788 6.15917 9.60899 6.37032 9.58464C7.68862 9.43258 8.43269 8.68851 8.58474 7.37021C8.6091 7.15906 8.78799 6.99978 9.00053 7Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M8.67306 3C7.6675 3 6.69883 3.37873 5.95994 4.06079L1.85139 7.85329C0.59937 9.009 0.560085 10.9742 1.76491 12.179L10.5859 21C11.3669 21.781 12.6333 21.781 13.4143 21L22.2353 12.179C23.4401 10.9742 23.4008 9.009 22.1488 7.85329L18.0403 4.06079C17.3014 3.37873 16.3327 3 15.3272 3H8.67306ZM7.3165 5.53039C7.68594 5.18937 8.17028 5 8.67306 5H15.3272C15.8299 5 16.3143 5.18937 16.6837 5.53039L20.7923 9.3229C21.2096 9.70813 21.2227 10.3632 20.8211 10.7648L12.0001 19.5858L3.17913 10.7648C2.77752 10.3632 2.79061 9.70813 3.20795 9.3229L7.3165 5.53039Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ProDiamond\n", "import type { SVGProps } from \"react\"\nconst ProductTag = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M17.4026 3.09985C17.8427 3.20004 18.2627 3.374 18.6447 3.61435C19.0272 3.85496 19.3492 4.1773 19.7756 4.60402L20.1008 4.9292C20.3743 5.20227 20.6154 5.44295 20.7966 5.73096C20.9769 6.0175 21.1074 6.33248 21.1825 6.66256C21.258 6.99435 21.2577 7.33502 21.2574 7.72155L21.2574 10.1459C21.2577 10.7491 21.2579 11.2047 21.1576 11.6453C21.0574 12.0854 20.8834 12.5054 20.6431 12.8874C20.4025 13.2699 20.0801 13.5919 19.6534 14.0183L14.7672 18.9044C14.2268 19.4449 13.7807 19.891 13.3885 20.2267C12.9813 20.5751 12.5704 20.8602 12.0827 21.0315C11.2248 21.3327 10.2899 21.3327 9.43201 21.0315C8.94435 20.8602 8.53342 20.5751 8.12627 20.2267C7.73403 19.891 7.28794 19.4449 6.74746 18.9044L5.35301 17.5099C4.81255 16.9695 4.36643 16.5234 4.03075 16.1312C3.68228 15.724 3.39721 15.3131 3.22595 14.8254C2.92468 13.9675 2.92468 13.0326 3.22595 12.1747C3.39721 11.687 3.68228 11.2761 4.03075 10.869C4.36644 10.4767 4.81254 10.0306 5.35302 9.49018L10.2391 4.60402C10.6655 4.1773 10.9875 3.85496 11.37 3.61435C11.752 3.374 12.172 3.20004 12.6121 3.09985C13.0527 2.99955 13.5083 2.99976 14.1115 3.00003H15.9032C16.5064 2.99976 16.962 2.99955 17.4026 3.09985ZM15.7575 10.0001C16.5859 10.0001 17.2575 9.32849 17.2575 8.50006C17.2575 7.67163 16.5859 7.00006 15.7575 7.00006C14.929 7.00006 14.2575 7.67163 14.2575 8.50006C14.2575 9.32849 14.929 10.0001 15.7575 10.0001Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ProductTag\n", "import type { SVGProps } from \"react\"\nconst ProFilledDiamond = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M5.95994 4.06079C6.69883 3.37873 7.6675 3 8.67306 3H15.3272C16.3327 3 17.3014 3.37873 18.0403 4.06079L22.1488 7.85329C23.4008 9.009 23.4401 10.9742 22.2353 12.179L13.4143 21C12.6333 21.781 11.3669 21.781 10.5859 21L1.76491 12.179C0.560085 10.9742 0.59937 9.009 1.85139 7.85329L5.95994 4.06079ZM8.00055 7C7.788 6.99978 7.60911 7.15906 7.58476 7.37021C7.43271 8.68851 6.68863 9.43258 5.37033 9.58464C5.15918 9.60899 4.99991 9.78788 5.00012 10.0004C5.00034 10.213 5.15998 10.3915 5.37118 10.4155C6.67078 10.5627 7.46645 11.2996 7.58364 12.6189C7.60282 12.8348 7.78383 13.0002 8.00059 13C8.21736 12.9998 8.39799 12.8339 8.41668 12.6179C8.52927 11.3173 9.31741 10.5291 10.6181 10.4166C10.834 10.3979 10.9999 10.2172 11.0001 10.0005C11.0004 9.78371 10.8349 9.6027 10.619 9.58352C9.29969 9.46633 8.56279 8.67066 8.41558 7.37106C8.39166 7.15986 8.2131 7.00022 8.00055 7Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ProFilledDiamond\n", "import type { SVGProps } from \"react\"\nconst PullRequestClosed = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M7.75 18C7.75 17.3096 7.19036 16.75 6.5 16.75C5.80964 16.75 5.25 17.3096 5.25 18C5.25 18.6904 5.80964 19.25 6.5 19.25C7.19036 19.25 7.75 18.6904 7.75 18ZM18.75 18C18.75 17.3096 18.1904 16.75 17.5 16.75C16.8096 16.75 16.25 17.3096 16.25 18C16.25 18.6904 16.8096 19.25 17.5 19.25C18.1904 19.25 18.75 18.6904 18.75 18ZM18.8691 3.22461C19.2619 2.90426 19.8409 2.92685 20.207 3.29297C20.5731 3.65908 20.5957 4.23809 20.2754 4.63086L20.207 4.70703L18.9141 6L20.207 7.29297L20.2754 7.36914C20.5957 7.76191 20.5731 8.34092 20.207 8.70703C19.8409 9.07315 19.2619 9.09574 18.8691 8.77539L18.793 8.70703L17.5 7.41406L16.207 8.70703C15.8165 9.09756 15.1835 9.09756 14.793 8.70703C14.4024 8.31651 14.4024 7.68349 14.793 7.29297L16.0859 6L14.793 4.70703L14.7246 4.63086C14.4043 4.23809 14.4269 3.65908 14.793 3.29297C15.1591 2.92685 15.7381 2.90426 16.1309 3.22461L16.207 3.29297L17.5 4.58594L18.793 3.29297L18.8691 3.22461ZM7.75 6C7.75 5.30964 7.19036 4.75 6.5 4.75C5.80964 4.75 5.25 5.30964 5.25 6C5.25 6.69036 5.80964 7.25 6.5 7.25C7.19036 7.25 7.75 6.69036 7.75 6ZM20.75 18C20.75 19.7949 19.2949 21.25 17.5 21.25C15.7051 21.25 14.25 19.7949 14.25 18C14.25 16.554 15.1944 15.329 16.5 14.9072V11.5C16.5 10.9478 16.9478 10.5001 17.5 10.5C18.0523 10.5 18.5 10.9477 18.5 11.5V14.9072C19.8056 15.329 20.75 16.554 20.75 18ZM9.75 6C9.75 7.44586 8.80541 8.66989 7.5 9.0918V14.9072C8.80556 15.329 9.75 16.554 9.75 18C9.75 19.7949 8.29493 21.25 6.5 21.25C4.70507 21.25 3.25 19.7949 3.25 18C3.25 16.554 4.19444 15.329 5.5 14.9072V9.0918C4.19459 8.66989 3.25 7.44586 3.25 6C3.25 4.20507 4.70507 2.75 6.5 2.75C8.29493 2.75 9.75 4.20507 9.75 6Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default PullRequestClosed\n", "import type { SVGProps } from \"react\"\nconst PullRequestDraft = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M6.5 2.75C8.29493 2.75 9.75 4.20507 9.75 6C9.75 7.44586 8.80541 8.66989 7.5 9.0918V14.9072C8.80556 15.329 9.75 16.554 9.75 18C9.75 19.7949 8.29493 21.25 6.5 21.25C4.70507 21.25 3.25 19.7949 3.25 18C3.25 16.554 4.19444 15.329 5.5 14.9072V9.0918C4.19459 8.66989 3.25 7.44586 3.25 6C3.25 4.20507 4.70507 2.75 6.5 2.75ZM6.5 16.75C5.80964 16.75 5.25 17.3096 5.25 18C5.25 18.6904 5.80964 19.25 6.5 19.25C7.19036 19.25 7.75 18.6904 7.75 18C7.75 17.3096 7.19036 16.75 6.5 16.75ZM6.5 4.75C5.80964 4.75 5.25 5.30964 5.25 6C5.25 6.69036 5.80964 7.25 6.5 7.25C7.19036 7.25 7.75 6.69036 7.75 6C7.75 5.30964 7.19036 4.75 6.5 4.75Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M17.5 14.75C19.2949 14.75 20.75 16.2051 20.75 18C20.75 19.7949 19.2949 21.25 17.5 21.25C15.7051 21.25 14.25 19.7949 14.25 18C14.25 16.2051 15.7051 14.75 17.5 14.75ZM17.5 16.75C16.8096 16.75 16.25 17.3096 16.25 18C16.25 18.6904 16.8096 19.25 17.5 19.25C18.1904 19.25 18.75 18.6904 18.75 18C18.75 17.3096 18.1904 16.75 17.5 16.75Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M17.5 9.5C18.3284 9.5 19 10.1716 19 11C19 11.8284 18.3284 12.5 17.5 12.5C16.6716 12.5 16 11.8284 16 11C16 10.1716 16.6716 9.5 17.5 9.5Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M17.5 4.5C18.3284 4.5 19 5.17157 19 6C19 6.82843 18.3284 7.5 17.5 7.5C16.6716 7.5 16 6.82843 16 6C16 5.17157 16.6716 4.5 17.5 4.5Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default PullRequestDraft\n", "import type { SVGProps } from \"react\"\nconst PullRequestMerged = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M7.75 18C7.75 17.3096 7.19036 16.75 6.5 16.75C5.80964 16.75 5.25 17.3096 5.25 18C5.25 18.6904 5.80964 19.25 6.5 19.25C7.19036 19.25 7.75 18.6904 7.75 18ZM18.75 15C18.75 14.3096 18.1904 13.75 17.5 13.75C16.8096 13.75 16.25 14.3096 16.25 15C16.25 15.6904 16.8096 16.25 17.5 16.25C18.1904 16.25 18.75 15.6904 18.75 15ZM7.75 6C7.75 5.30964 7.19036 4.75 6.5 4.75C5.80964 4.75 5.25 5.30964 5.25 6C5.25 6.69036 5.80964 7.25 6.5 7.25C7.19036 7.25 7.75 6.69036 7.75 6ZM9.75 6C9.75 7.14162 9.16081 8.14489 8.27051 8.72461C8.76351 10.0323 9.52477 11.0285 10.4863 11.7715C11.5818 12.618 12.9858 13.1707 14.6494 13.4385C15.2018 12.4322 16.2711 11.75 17.5 11.75C19.2949 11.75 20.75 13.2051 20.75 15C20.75 16.7949 19.2949 18.25 17.5 18.25C15.8417 18.25 14.474 17.0079 14.2754 15.4033C12.385 15.0916 10.668 14.4387 9.26367 13.3535C8.58948 12.8325 7.99888 12.22 7.5 11.5156V14.9072C8.80556 15.329 9.75 16.554 9.75 18C9.75 19.7949 8.29493 21.25 6.5 21.25C4.70507 21.25 3.25 19.7949 3.25 18C3.25 16.554 4.19444 15.329 5.5 14.9072V9.0918C4.19459 8.66989 3.25 7.44586 3.25 6C3.25 4.20507 4.70507 2.75 6.5 2.75C8.29493 2.75 9.75 4.20507 9.75 6Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default PullRequestMerged\n", "import type { SVGProps } from \"react\"\nconst PullRequestOpen = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M6.5 2.75C8.29493 2.75 9.75 4.20507 9.75 6C9.75 7.44586 8.80541 8.66989 7.5 9.0918V14.9072C8.80556 15.329 9.75 16.554 9.75 18C9.75 19.7949 8.29493 21.25 6.5 21.25C4.70507 21.25 3.25 19.7949 3.25 18C3.25 16.554 4.19444 15.329 5.5 14.9072V9.0918C4.19459 8.66989 3.25 7.44586 3.25 6C3.25 4.20507 4.70507 2.75 6.5 2.75ZM6.5 16.75C5.80964 16.75 5.25 17.3096 5.25 18C5.25 18.6904 5.80964 19.25 6.5 19.25C7.19036 19.25 7.75 18.6904 7.75 18C7.75 17.3096 7.19036 16.75 6.5 16.75ZM6.5 4.75C5.80964 4.75 5.25 5.30964 5.25 6C5.25 6.69036 5.80964 7.25 6.5 7.25C7.19036 7.25 7.75 6.69036 7.75 6C7.75 5.30964 7.19036 4.75 6.5 4.75Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M18 14C18.5523 14 19 14.4477 19 15V16.5H20.5C21.0523 16.5 21.5 16.9477 21.5 17.5C21.5 18.0523 21.0523 18.5 20.5 18.5H19V20C19 20.5523 18.5523 21 18 21C17.4477 21 17 20.5523 17 20V18.5H15.5C14.9477 18.5 14.5 18.0523 14.5 17.5C14.5 16.9477 14.9477 16.5 15.5 16.5H17V15C17 14.4477 17.4477 14 18 14Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M13.3691 3.22461C13.7619 2.90426 14.3409 2.92685 14.707 3.29297C15.0731 3.65908 15.0957 4.23809 14.7754 4.63086L14.707 4.70703L14.4141 5H16C17.6569 5 19 6.34315 19 8V11C19 11.5523 18.5523 12 18 12C17.4477 12 17 11.5523 17 11V8C17 7.44772 16.5523 7 16 7H14.4141L14.707 7.29297L14.7754 7.36914C15.0957 7.76191 15.0731 8.34092 14.707 8.70703C14.3409 9.07315 13.7619 9.09574 13.3691 8.77539L13.293 8.70703L11.293 6.70703C10.9024 6.31651 10.9024 5.68349 11.293 5.29297L13.293 3.29297L13.3691 3.22461Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default PullRequestOpen\n", "import type { SVGProps } from \"react\"\nconst Pulse = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M2.05311 10.5647C2.60469 10.5888 3.03308 11.056 3.00916 11.6077C2.90367 14.0417 3.77928 16.5065 5.63611 18.3636C6.02639 18.754 6.0264 19.3881 5.63611 19.7786C5.24566 20.1687 4.61249 20.1687 4.22205 19.7786C1.95219 17.5087 0.882306 14.4915 1.01111 11.5208C1.03509 10.9691 1.50139 10.5408 2.05311 10.5647Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M20.1215 15.886C20.3598 15.3881 20.9564 15.1773 21.4545 15.4153C21.9524 15.6538 22.1634 16.2512 21.9252 16.7493C21.4006 17.8456 20.6846 18.8726 19.7787 19.7786C19.3883 20.1688 18.7552 20.1686 18.3646 19.7786C17.9741 19.3881 17.9741 18.7541 18.3646 18.3636C19.108 17.6201 19.6934 16.7806 20.1215 15.886Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M6.90955 6.90847C7.28051 6.53809 7.88148 6.5379 8.25232 6.90847C8.62316 7.27938 8.623 7.88122 8.25232 8.25222C6.18288 10.3219 6.18287 13.6776 8.25232 15.7473C8.62316 16.1182 8.623 16.7201 8.25232 17.0911C7.88141 17.4617 7.28048 17.4617 6.90955 17.0911C4.09778 14.2793 4.09778 9.72025 6.90955 6.90847Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M15.7484 6.90847C16.1194 6.5381 16.7204 6.53789 17.0912 6.90847C19.9028 9.72015 19.9026 14.2793 17.0912 17.0911C16.7203 17.4617 16.1194 17.4617 15.7484 17.0911C15.3774 16.7201 15.3774 16.1183 15.7484 15.7473C17.8176 13.6776 17.8177 10.3218 15.7484 8.25222C15.3774 7.88122 15.3774 7.27947 15.7484 6.90847Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12.0004 8.59988C13.878 8.60007 15.4008 10.1226 15.4008 12.0003C15.4006 13.8778 13.8779 15.4005 12.0004 15.4007C10.1227 15.4007 8.60012 13.8779 8.59998 12.0003C8.59998 10.1225 10.1226 8.59988 12.0004 8.59988ZM12.0004 10.4007C11.1167 10.4007 10.4008 11.1166 10.4008 12.0003C10.4009 12.8838 11.1168 13.5999 12.0004 13.5999C12.8838 13.5997 13.5998 12.8837 13.6 12.0003C13.6 11.1167 12.8839 10.4009 12.0004 10.4007Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M18.3646 4.22195C18.7552 3.83171 19.3883 3.83152 19.7787 4.22195C22.0482 6.49167 23.1183 9.50835 22.9896 12.4788C22.9657 13.0304 22.4992 13.4585 21.9476 13.4348C21.396 13.4109 20.9678 12.9445 20.9916 12.3928C21.0971 9.95872 20.2216 7.49312 18.3646 5.63601C17.9741 5.24549 17.9741 4.61247 18.3646 4.22195Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M4.22205 4.22195C4.61255 3.83164 5.24564 3.83159 5.63611 4.22195C6.02639 4.61243 6.0264 5.24553 5.63611 5.63601C4.89258 6.37957 4.30743 7.21979 3.87928 8.11453C3.64087 8.61227 3.04422 8.82215 2.54627 8.58425C2.04815 8.3459 1.83733 7.74939 2.07557 7.25125C2.60017 6.15494 3.31607 5.12796 4.22205 4.22195Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Pulse\n", "import type { SVGProps } from \"react\"\nconst Question = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M12 4a8 8 0 1 0 0 16 8 8 0 0 0 0-16ZM2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Z\"\n clipRule=\"evenodd\"\n />\n <path\n fillRule=\"evenodd\"\n d=\"M12 9a1 1 0 0 0-.879.522 1 1 0 0 1-1.754-.96A3 3 0 0 1 12 7c1.515 0 2.567 1.006 2.866 2.189.302 1.189-.156 2.574-1.524 3.258A.618.618 0 0 0 13 13a1 1 0 1 1-2 0c0-.992.56-1.898 1.447-2.342.455-.227.572-.618.48-.978C12.836 9.314 12.529 9 12 9Z\"\n clipRule=\"evenodd\"\n />\n <path d=\"M13.1 16a1.1 1.1 0 1 1-2.2 0 1.1 1.1 0 0 1 2.2 0Z\" />\n </svg>\n)\nexport default Question\n", "import type { SVGProps } from \"react\"\nconst QuestionMark = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M13.7501 20.25C13.7501 21.2165 12.9666 22 12.0001 22C11.0336 22 10.2501 21.2165 10.2501 20.25C10.2501 19.2835 11.0336 18.5 12.0001 18.5C12.9666 18.5 13.7501 19.2835 13.7501 20.25Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M11.9993 5C10.4192 5 9.16438 6.00707 8.84502 7.16169C8.62418 7.96014 7.79789 8.42838 6.99944 8.20754C6.20099 7.9867 5.73274 7.1604 5.95359 6.36195C6.67188 3.76498 9.22396 2 11.9993 2C15.3374 2 18.0993 4.54898 18.0993 7.84909C18.0993 9.06785 17.8596 10.1207 17.1426 11.0962C16.4895 11.9846 15.5163 12.6935 14.3751 13.4357C13.8208 13.7962 13.4993 14.3877 13.4993 15C13.4993 15.8284 12.8277 16.5 11.9993 16.5C11.1709 16.5 10.4993 15.8284 10.4993 15C10.4993 13.3241 11.3756 11.8078 12.7395 10.9208C13.8801 10.179 14.4278 9.72413 14.7253 9.31938C14.9589 9.00165 15.0993 8.6319 15.0993 7.84909C15.0993 6.34532 13.8236 5 11.9993 5Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default QuestionMark\n", "import type { SVGProps } from \"react\"\nconst QuestionMarkCircle = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4ZM2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12 9C11.6227 9 11.2926 9.2086 11.1215 9.52152C10.8564 10.0061 10.2488 10.184 9.76426 9.91899C9.27972 9.65396 9.10177 9.04632 9.36679 8.56178C9.87463 7.63331 10.8626 7 12 7C13.5147 7 14.5669 8.00643 14.8664 9.189C15.1676 10.3779 14.7101 11.763 13.3416 12.4472C13.1323 12.5519 13 12.7659 13 13C13 13.5523 12.5523 14 12 14C11.4477 14 11 13.5523 11 13C11 12.0084 11.5603 11.1018 12.4472 10.6584C12.902 10.431 13.0188 10.0397 12.9277 9.6801C12.835 9.31417 12.5283 9 12 9Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M13.1004 16C13.1004 16.6075 12.6079 17.1 12.0004 17.1C11.3929 17.1 10.9004 16.6075 10.9004 16C10.9004 15.3925 11.3929 14.9 12.0004 14.9C12.6079 14.9 13.1004 15.3925 13.1004 16Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default QuestionMarkCircle\n", "import type { SVGProps } from \"react\"\nconst QuickStart = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M9.66699 9.81868V14.1813C9.66699 14.828 10.4257 15.2187 11.003 14.8693L14.603 12.688C14.724 12.6185 14.8246 12.5183 14.8946 12.3975C14.9645 12.2767 15.0013 12.1396 15.0013 12C15.0013 11.8604 14.9645 11.7233 14.8946 11.6025C14.8246 11.4817 14.724 11.3815 14.603 11.312L11.003 9.13068C10.427 8.78135 9.66699 9.17201 9.66699 9.81868Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M7.33301 3C4.57158 3 2.33301 5.23858 2.33301 8V16C2.33301 18.7614 4.57158 21 7.33301 21H16.6663C19.4278 21 21.6663 18.7614 21.6663 16V8C21.6663 5.23858 19.4278 3 16.6663 3H7.33301ZM4.33301 8C4.33301 6.34315 5.67615 5 7.33301 5H16.6663C18.3232 5 19.6663 6.34315 19.6663 8V16C19.6663 17.6569 18.3232 19 16.6663 19H7.33301C5.67615 19 4.33301 17.6569 4.33301 16V8Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default QuickStart\n", "import type { SVGProps } from \"react\"\nconst Quote = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M7.5 13.25C7.98703 13.25 8.45082 13.1505 8.87217 12.9708C8.46129 14.0478 7.62459 15.5792 6.35846 15.76C5.81173 15.8382 5.43183 16.3447 5.50993 16.8914C5.58804 17.4382 6.09457 17.8181 6.6413 17.7399C9.19413 17.3753 10.7256 14.4711 11.169 12.1909C11.4118 10.942 11.3856 9.58095 10.8491 8.44726C10.2424 7.16517 8.92256 6.24402 7.48508 6.25001C5.55895 6.25805 4 7.82196 4 9.74998C4 11.683 5.567 13.25 7.5 13.25Z\" />\n <path d=\"M16.18 13.25C16.667 13.25 17.1308 13.1505 17.5522 12.9708C17.1413 14.0478 16.3046 15.5792 15.0385 15.76C14.4917 15.8382 14.1118 16.3447 14.1899 16.8914C14.268 17.4382 14.7746 17.8181 15.3213 17.7399C17.8741 17.3753 19.4056 14.4711 19.849 12.1909C20.0918 10.942 20.0656 9.58095 19.5291 8.44726C18.9224 7.16517 17.6026 6.24402 16.1651 6.25001C14.2389 6.25805 12.68 7.82196 12.68 9.74998C12.68 11.683 14.247 13.25 16.18 13.25Z\" />\n </svg>\n)\nexport default Quote\n", "import type { SVGProps } from \"react\"\nconst QuoteReplyFilledQuoteXs = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M7.5 13.25C7.98703 13.25 8.45082 13.1505 8.87217 12.9708C8.46129 14.0478 7.62459 15.5792 6.35846 15.7601C5.81173 15.8382 5.43183 16.3447 5.50993 16.8914C5.58804 17.4382 6.09457 17.8181 6.6413 17.74C9.19413 17.3753 10.7256 14.4711 11.169 12.1909C11.4118 10.9421 11.3856 9.58097 10.8491 8.44727C10.2424 7.16518 8.92256 6.24403 7.48508 6.25003C5.55895 6.25807 4 7.82198 4 9.75C4 11.683 5.567 13.25 7.5 13.25Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M16.18 13.25C16.667 13.25 17.1308 13.1505 17.5522 12.9708C17.1413 14.0478 16.3046 15.5792 15.0385 15.7601C14.4917 15.8382 14.1118 16.3447 14.1899 16.8914C14.268 17.4382 14.7746 17.8181 15.3213 17.74C17.8741 17.3753 19.4056 14.4711 19.849 12.1909C20.0918 10.9421 20.0656 9.58097 19.5291 8.44727C18.9224 7.16518 17.6026 6.24403 16.1651 6.25003C14.2389 6.25807 12.68 7.82198 12.68 9.75C12.68 11.683 14.247 13.25 16.18 13.25Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default QuoteReplyFilledQuoteXs\n", "import type { SVGProps } from \"react\"\nconst RadioSelected = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12 16C9.79086 16 8 14.2091 8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12C16 14.2091 14.2091 16 12 16ZM12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default RadioSelected\n", "import type { SVGProps } from \"react\"\nconst ReadingLevel = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M8.00008 3.01068L8.00006 3.01197V5.29742C8.00028 5.30969 8.00029 5.32199 8.00006 5.33433V15.2323C9.09915 15.6039 10.1457 16.2941 11.0001 17.1732V7.16589C10.9998 7.15324 10.9998 7.1406 11.0001 7.12798V6.71096C10.6904 5.25634 9.47591 3.76253 8.00008 3.01068ZM13.0001 7.73816L13.0001 19.3162C13.7671 18.9363 14.5102 18.6353 15.287 18.408C16.5573 18.0363 17.8722 17.8748 19.4741 17.8503V6.01399C16.7949 6.1019 15.193 6.5642 13.0001 7.73816ZM9.75651 18.7723C9.09425 18.0265 8.24395 17.4239 7.35077 17.124C6.53294 16.8493 6.00006 16.0825 6.00006 15.238V6.1572C5.53043 6.08219 5.11279 6.0373 4.46618 6.01538C4.46358 6.0153 4.46173 6.01564 4.46173 6.01564L4.45958 6.01623L4.45605 6.01828V17.8502C6.56059 17.8831 8.1553 18.1534 9.75651 18.7723ZM6.00006 4.13512V3.01197C6.00006 1.60049 7.49541 0.519331 8.8655 1.20716C10.6075 2.08029 12.1346 3.74038 12.7672 5.60875C14.886 4.56255 16.6963 4.10247 19.4249 4.01451C20.5672 3.97766 21.4741 4.90997 21.4741 6.01399V17.851C21.4741 18.9264 20.6154 19.8336 19.5149 19.8499C18.03 19.872 16.9009 20.0196 15.8487 20.3275C14.7938 20.6362 13.7705 21.1192 12.5068 21.8621C12.194 22.046 11.8061 22.046 11.4933 21.8621C9.02781 20.4127 7.32411 19.8941 4.41527 19.8498C3.31611 19.8336 2.45605 18.9287 2.45605 17.852V6.01496C2.45605 4.86782 3.41425 3.97908 4.53349 4.01652C5.13449 4.03689 5.57818 4.07701 6.00006 4.13512Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ReadingLevel\n", "import type { SVGProps } from \"react\"\nconst Record = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12 6C15.3137 6 18 8.68629 18 12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12C6 8.68629 8.68629 6 12 6Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Record\n", "import type { SVGProps } from \"react\"\nconst Regenerate = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M3.06956 10.8763C3.6233 6.43564 7.40965 3 12 3C14.2823 3 16.4028 3.85067 18.0118 5.25439V4C18.0118 3.44772 18.4595 3 19.0118 3C19.5641 3 20.0118 3.44772 20.0118 4V8C20.0118 8.55228 19.5641 9 19.0118 9H15C14.4477 9 14 8.55228 14 8C14 7.44772 14.4477 7 15 7H16.9571C15.6756 5.76379 13.9101 5 12 5C8.43107 5 5.48465 7.67174 5.05419 11.1237C4.98585 11.6718 4.48617 12.0607 3.93813 11.9923C3.39009 11.924 3.00122 11.4243 3.06956 10.8763ZM20.0618 12.0077C20.6099 12.076 20.9987 12.5757 20.9304 13.1237C20.3767 17.5644 16.5903 21 12 21C9.72321 21 7.6076 20.1535 5.99998 18.7559V20C5.99998 20.5523 5.55226 21 4.99998 21C4.44769 21 3.99998 20.5523 3.99998 20V16C3.99998 15.4477 4.44769 15 4.99998 15H8.99998C9.55226 15 9.99998 15.4477 9.99998 16C9.99998 16.5523 9.55226 17 8.99998 17H7.04283C8.32432 18.2362 10.0899 19 12 19C15.5689 19 18.5153 16.3283 18.9458 12.8763C19.0141 12.3282 19.5138 11.9393 20.0618 12.0077Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Regenerate\n", "import type { SVGProps } from \"react\"\nconst RegenerateOff = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M3.6311 2.22486C3.23832 1.90451 2.65932 1.92711 2.29321 2.29322C1.92709 2.65934 1.9045 3.23834 2.22485 3.63111L2.29321 3.70729L4.96801 6.38209C3.95794 7.64502 3.28016 9.18791 3.06957 10.8762C3.0014 11.424 3.38999 11.9239 3.93774 11.9924C4.4856 12.0608 4.98535 11.672 5.05395 11.1243C5.20772 9.89115 5.68287 8.75677 6.39379 7.80787L16.1916 17.6057C15.0228 18.4814 13.5729 19.0002 12.0002 19.0003C10.0895 19.0003 8.32708 18.2338 7.04711 17.0003H9.00024L9.10278 16.9954C9.60673 16.944 10.0001 16.5178 10.0002 16.0003C10.0002 15.4827 9.60678 15.0566 9.10278 15.0051L9.00024 15.0003H5.00024C4.44795 15.0003 4.00024 15.448 4.00024 16.0003V20.0003C4.00037 20.5524 4.44803 21.0003 5.00024 21.0003C5.55234 21.0001 6.00011 20.5524 6.00024 20.0003V18.7551C7.60904 20.1539 9.72488 21.0003 12.0002 21.0003C14.1247 21.0002 16.0764 20.2604 17.6155 19.0296L20.2932 21.7073L20.3694 21.7756C20.7621 22.0958 21.3412 22.0733 21.7073 21.7073C22.0733 21.3412 22.0958 20.7622 21.7756 20.3694L21.7073 20.2932L18.4534 17.0393C18.4275 17.0059 18.4 16.9732 18.3694 16.9426C18.3391 16.9125 18.3066 16.8851 18.2737 16.8596L3.70727 2.29322L3.6311 2.22486Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M19.4622 15.0608C19.995 15.2047 20.5444 14.8895 20.6887 14.3567C20.77 14.0563 20.8359 13.7495 20.886 13.4378L20.9309 13.1243C20.9992 12.5763 20.6097 12.0765 20.0618 12.0081C19.5481 11.9442 19.0773 12.2818 18.9641 12.7756L18.9456 12.8762C18.9048 13.2031 18.8422 13.5233 18.7581 13.8342C18.6139 14.3673 18.9291 14.9165 19.4622 15.0608Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M20.012 4.00025C20.012 3.44805 19.5641 3.00039 19.012 3.00025C18.4597 3.00033 18.012 3.44801 18.012 4.00025V5.25416C16.4018 3.84949 14.2809 3.00035 12.0002 3.00025C11.1928 3.00027 10.4081 3.10647 9.66137 3.30689C9.12808 3.45014 8.81216 3.99914 8.95532 4.53248C9.09865 5.06557 9.64672 5.38155 10.1799 5.23854C10.7591 5.0831 11.3695 5.00027 12.0002 5.00025C13.9111 5.00035 15.6734 5.76655 16.9534 7.00025H15.012C14.4597 7.00032 14.012 7.44801 14.012 8.00025C14.0121 8.55239 14.4598 9.00018 15.012 9.00025H19.012L19.0159 8.99928C19.0272 8.99911 19.0387 8.99886 19.05 8.9983C19.5845 8.97813 20.0118 8.53958 20.012 8.00025V4.00025Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default RegenerateOff\n", "import type { SVGProps } from \"react\"\nconst RegenerateStar = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M3.07017 10.8763C3.62391 6.43564 7.41026 3 12.0006 3C14.2814 3 16.4022 3.84959 18.0124 5.25438V4C18.0124 3.44772 18.4601 3 19.0124 3C19.5647 3 20.0124 3.44772 20.0124 4V8C20.0124 8.54906 19.5699 8.99477 19.0221 8.99995C19.0092 9.00022 18.9961 9.00023 18.9833 9H15.0124C14.4601 9 14.0124 8.55228 14.0124 8C14.0124 7.44772 14.4601 7 15.0124 7H16.9577C15.6776 5.76514 13.9125 5 12.0006 5C8.43168 5 5.48526 7.67174 5.0548 11.1237C4.98646 11.6718 4.48678 12.0607 3.93874 11.9923C3.3907 11.924 3.00183 11.4243 3.07017 10.8763Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M4 16C4 15.4477 4.44772 15 5 15H9C9.55228 15 10 15.4477 10 16C10 16.5523 9.55228 17 9 17H7.04284C8.323 18.2349 10.0881 19 12 19C12.5523 19 13 19.4477 13 20C13 20.5523 12.5523 21 12 21C9.72477 21 7.60877 20.1546 6 18.7559V20C6 20.5523 5.55228 21 5 21C4.44772 21 4 20.5523 4 20V16Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M18.3339 13.3333C18.5937 13.3336 18.8119 13.5287 18.8411 13.7869C19.381 15.4286 19.9048 15.9524 21.5342 16.491C21.7981 16.5144 22.0003 16.7357 22 17.0006C21.9997 17.2655 21.797 17.4863 21.5331 17.5091C19.9048 18.0476 19.381 18.5714 18.8425 20.1997C18.8196 20.4637 18.5989 20.6664 18.3339 20.6667C18.069 20.667 17.8478 20.4648 17.8243 20.2009C17.2857 18.5714 16.7619 18.0476 15.1202 17.5078C14.8621 17.4786 14.667 17.2603 14.6667 17.0005C14.6664 16.7408 14.8611 16.5221 15.1192 16.4923C16.7619 15.9524 17.2857 15.4286 17.8257 13.7858C17.8555 13.5278 18.0741 13.3331 18.3339 13.3333Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default RegenerateStar\n", "import type { SVGProps } from \"react\"\nconst Reload = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M4.5 2.5a1 1 0 0 1 1 1v1.572A9.5 9.5 0 1 1 12 21.5c-4.87 0-8.882-3.663-9.435-8.384a1 1 0 0 1 1.986-.232A7.501 7.501 0 0 0 19.5 12 7.5 7.5 0 0 0 6.41 7H9a1 1 0 0 1 0 2H4.5a1 1 0 0 1-1-1.024V3.5a1 1 0 0 1 1-1Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default Reload\n", "import type { SVGProps } from \"react\"\nconst RemixMild = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM16.0015 18.9289C14.8244 19.6101 13.4577 20 12 20C7.58172 20 4 16.4183 4 12C4 9.23858 6.23858 7 9 7C11.7614 7 14 9.23858 14 12C14 12.5523 14.4477 13 15 13C15.5523 13 16 12.5523 16 12C16 8.13401 12.866 5 9 5C8.65998 5 8.32561 5.02424 7.99855 5.0711C9.17557 4.3899 10.5423 4 12 4C16.4183 4 20 7.58172 20 12C20 14.7614 17.7614 17 15 17C12.2386 17 10 14.7614 10 12C10 11.4477 9.55228 11 9 11C8.44772 11 8 11.4477 8 12C8 15.866 11.134 19 15 19C15.34 19 15.6744 18.9758 16.0015 18.9289Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default RemixMild\n", "import type { SVGProps } from \"react\"\nconst RemixMildXs = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 18 18\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M1.25 9C1.25 4.71979 4.71979 1.25 9 1.25C13.2802 1.25 16.75 4.71979 16.75 9C16.75 13.2802 13.2802 16.75 9 16.75C4.71979 16.75 1.25 13.2802 1.25 9ZM10.7531 14.4779C10.2004 14.6546 9.61135 14.75 9 14.75C5.82436 14.75 3.25 12.1756 3.25 9C3.25 7.067 4.817 5.5 6.75 5.5C8.683 5.5 10.25 7.067 10.25 9C10.25 9.55228 10.6977 10 11.25 10C11.8023 10 12.25 9.55228 12.25 9C12.25 6.12992 10.0516 3.7733 7.2469 3.52214C7.7996 3.34541 8.38866 3.25 9 3.25C12.1756 3.25 14.75 5.82436 14.75 9C14.75 10.933 13.183 12.5 11.25 12.5C9.317 12.5 7.75 10.933 7.75 9C7.75 8.44772 7.30228 8 6.75 8C6.19772 8 5.75 8.44772 5.75 9C5.75 11.8701 7.94837 14.2267 10.7531 14.4779Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default RemixMildXs\n", "import type { SVGProps } from \"react\"\nconst RemixStrong = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C13.0158 20 13.9873 19.8107 14.8813 19.4654C15.4823 19.2132 15.9805 18.8886 16.3888 18.5196C17.2623 17.7303 17.7861 16.6821 17.9893 15.542C18.4064 13.2026 17.4517 10.6975 15.7419 9.57663C15.7171 9.56038 15.693 9.54303 15.6698 9.52464C14.2454 8.3981 12.3872 8.27271 10.9826 8.9161C9.63039 9.53552 8.68426 10.866 8.98843 12.8483C9.10486 13.6071 9.42144 13.9945 9.72664 14.1934C10.0523 14.4055 10.4799 14.477 10.9161 14.393C11.3579 14.308 11.7225 14.0796 11.9261 13.8074C12.1066 13.566 12.1962 13.251 12.0513 12.8162C11.8767 12.2923 12.1598 11.726 12.6838 11.5513C13.2077 11.3767 13.774 11.6598 13.9487 12.1838C14.3038 13.249 14.0951 14.2465 13.5278 15.0051C12.9835 15.7329 12.1507 16.192 11.2942 16.357C10.4322 16.523 9.46064 16.407 8.63497 15.8691C7.78888 15.318 7.20202 14.3929 7.01157 13.1517C6.56392 10.2342 8.03357 8.06713 10.1497 7.09779C12.2017 6.15782 14.8459 6.34492 16.8756 7.92861C18.5335 9.03275 19.5906 10.9037 19.9489 12.9088C19.9827 12.6105 20 12.3073 20 12C20 7.58172 16.4183 4 12 4ZM15.6067 21.3298C19.3472 19.8828 22 16.2512 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C12.1271 22 12.2537 21.9976 12.3797 21.9929C12.4393 22.0001 12.5004 22.0019 12.5624 21.9981C13.7047 21.9267 14.7197 21.695 15.6067 21.3298Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default RemixStrong\n", "import type { SVGProps } from \"react\"\nconst RemixSubtle = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM17.9984 17.2934C16.5326 18.9532 14.3885 20 12 20C7.58172 20 4 16.4183 4 12C4 10.067 5.567 8.5 7.5 8.5C8.8468 8.5 9.5063 8.94248 9.93793 9.51096C10.4406 10.1731 10.7109 11.0954 11.0365 12.2676C11.0445 12.2964 11.0525 12.3254 11.0606 12.3545C11.3551 13.4161 11.7114 14.7005 12.4692 15.6985C13.3188 16.8175 14.5968 17.5 16.5 17.5C17.0194 17.5 17.5221 17.428 17.9984 17.2934ZM20 12C20 7.58172 16.4183 4 12 4C9.61146 4 7.4674 5.04677 6.00155 6.70659C6.47792 6.57201 6.98055 6.5 7.5 6.5C9.4032 6.5 10.6812 7.18252 11.5308 8.30154C12.2886 9.29955 12.6449 10.5839 12.9394 11.6455C12.9475 11.6746 12.9555 11.7036 12.9635 11.7324C13.2891 12.9046 13.5594 13.8269 14.0621 14.489C14.4937 15.0575 15.1532 15.5 16.5 15.5C18.433 15.5 20 13.933 20 12Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default RemixSubtle\n", "import type { SVGProps } from \"react\"\nconst RemoveForeverPermanently = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12.6572 2C14.4927 2 16.0929 3.24961 16.5381 5.03027L16.7803 6H20C20.5523 6 21 6.44772 21 7C21 7.55228 20.5523 8 20 8H19.8984L18.7812 18.4258C18.5635 20.4582 16.8487 21.9998 14.8047 22H9.19531C7.21519 21.9998 5.54368 20.5534 5.24316 18.6152L5.21875 18.4258L4.10156 8H4C3.44772 8 3 7.55228 3 7C3 6.44772 3.44772 6 4 6H7.21973L7.46191 5.03027L7.55859 4.70215C8.10796 3.09781 9.6221 2 11.3428 2H12.6572ZM7.20703 18.2129L7.23633 18.4004C7.42392 19.3224 8.23722 19.9998 9.19531 20H14.8047C15.8266 19.9998 16.6841 19.229 16.793 18.2129L17.8877 8H6.1123L7.20703 18.2129ZM13.293 10.793C13.6835 10.4024 14.3165 10.4024 14.707 10.793C15.0976 11.1835 15.0976 11.8165 14.707 12.207L13.4141 13.5L14.707 14.793L14.7754 14.8691C15.0957 15.2619 15.0731 15.8409 14.707 16.207C14.3409 16.5731 13.7619 16.5957 13.3691 16.2754L13.293 16.207L12 14.9141L10.707 16.207C10.3165 16.5976 9.68349 16.5976 9.29297 16.207C8.90244 15.8165 8.90244 15.1835 9.29297 14.793L10.5859 13.5L9.29297 12.207L9.22461 12.1309C8.90426 11.7381 8.92685 11.1591 9.29297 10.793C9.65908 10.4269 10.2381 10.4043 10.6309 10.7246L10.707 10.793L12 12.0859L13.293 10.793ZM11.3428 4C10.4823 4 9.72473 4.54911 9.4502 5.35156L9.40234 5.51465L9.28125 6H14.7188L14.5977 5.51465C14.375 4.62449 13.5748 4 12.6572 4H11.3428Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default RemoveForeverPermanently\n", "import type { SVGProps } from \"react\"\nconst RemoveRedEye = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M3.71023 2.29289C3.31971 1.90237 2.68655 1.90237 2.29602 2.29289C1.9055 2.68342 1.9055 3.31658 2.29602 3.70711L4.63899 6.05008C2.79517 7.72646 1.59352 9.67778 1.0158 10.7432C0.588891 11.5305 0.588188 12.4681 1.01546 13.2562C1.58792 14.312 2.76473 16.222 4.56172 17.8792C6.36373 19.541 8.84895 21 12.0031 21C14.2771 21 16.2071 20.2404 17.7816 19.1927L20.296 21.7071C20.6865 22.0976 21.3197 22.0976 21.7102 21.7071C22.1008 21.3166 22.1008 20.6834 21.7102 20.2929L3.71023 2.29289ZM2.77397 11.6965C3.31029 10.7074 4.41036 8.93862 6.05503 7.46612L8.91942 10.3305C8.19866 11.6577 8.39944 13.3526 9.52175 14.4749C10.6441 15.5972 12.3389 15.798 13.6661 15.0772L16.3334 17.7445C15.0931 18.5001 13.6525 19 12.0031 19C9.50886 19 7.48509 17.8545 5.91758 16.4089C4.34504 14.9588 3.2918 13.2585 2.77366 12.3029C2.66919 12.1102 2.6691 11.8899 2.77397 11.6965Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12.0031 5C11.3784 5 10.7866 5.07151 10.2265 5.19987C9.68819 5.32325 9.15177 4.98686 9.0284 4.44853C8.90503 3.9102 9.24142 3.37379 9.77975 3.25041C10.4826 3.08934 11.2242 3 12.0031 3C15.1573 3 17.6425 4.45899 19.4445 6.1208C21.2415 7.77798 22.4183 9.68799 22.9908 10.7438C23.4185 11.5327 23.4163 12.4717 22.9897 13.2582C22.6709 13.8459 22.1708 14.6872 21.4875 15.5995C21.1565 16.0415 20.5297 16.1315 20.0877 15.8004C19.6456 15.4693 19.5557 14.8426 19.8868 14.4005C20.4991 13.5829 20.948 12.8276 21.2316 12.3047C21.3369 12.1105 21.3366 11.8889 21.2326 11.6971C20.7145 10.7415 19.6612 9.04124 18.0887 7.59105C16.5212 6.1455 14.4974 5 12.0031 5Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default RemoveRedEye\n", "import type { SVGProps } from \"react\"\nconst Reply = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M5.33334 5.66669C5.88563 5.66669 6.33334 6.1144 6.33334 6.66669C6.33334 7.61225 6.33389 8.27134 6.36908 8.78724C6.40367 9.29415 6.46835 9.58935 6.56171 9.81474C6.86619 10.5498 7.45021 11.1338 8.18529 11.4383C8.41068 11.5317 8.70588 11.5964 9.21279 11.6309C9.72869 11.6661 10.3878 11.6667 11.3333 11.6667H16.2525L13.9596 9.37379C13.569 8.98327 13.569 8.3501 13.9596 7.95958C14.3501 7.56906 14.9833 7.56906 15.3738 7.95958L19.3738 11.9596C19.7643 12.3501 19.7643 12.9833 19.3738 13.3738L15.3738 17.3738C14.9833 17.7643 14.3501 17.7643 13.9596 17.3738C13.569 16.9833 13.569 16.3501 13.9596 15.9596L16.2525 13.6667H11.2978C10.3961 13.6667 9.66866 13.6667 9.07665 13.6263C8.46791 13.5848 7.92963 13.4972 7.41993 13.2861C6.19479 12.7786 5.22142 11.8052 4.71395 10.5801C4.50282 10.0704 4.41526 9.53212 4.37372 8.92338C4.33333 8.33137 4.33334 7.60396 4.33334 6.7022L4.33334 6.66669C4.33334 6.1144 4.78106 5.66669 5.33334 5.66669Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Reply\n", "import type { SVGProps } from \"react\"\nconst Report = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M3 6a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3v-1a1 1 0 1 1 0-2v-2a1 1 0 1 1 0-2V9a1 1 0 0 1 0-2V6Zm2 3a1 1 0 0 0 0-2V6a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1v-1a1 1 0 1 0 0-2v-2a1 1 0 1 0 0-2V9Zm9.996-.368a1 1 0 0 1 .372 1.364l-2.857 5a1 1 0 0 1-1.64.139l-1.644-2a1 1 0 1 1 1.546-1.27l.722.879 2.137-3.74a1 1 0 0 1 1.364-.372Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default Report\n", "import type { SVGProps } from \"react\"\nconst Resend = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M4.83154 21V3H12.9315C14.0801 3 15.1172 3.24859 16.0429 3.74571C16.9858 4.24283 17.723 4.92855 18.2544 5.80288C18.7858 6.65997 19.0515 7.63716 19.0515 8.73426C19.0515 9.8657 18.7858 10.8857 18.2544 11.7943C17.723 12.6857 16.9944 13.3886 16.0686 13.9028C15.143 14.4171 14.0972 14.6743 12.9315 14.6743H8.99722V21H4.83154ZM14.8087 21L10.2315 12.8743L14.7058 12.2314L19.7972 21H14.8087ZM8.99722 11.3314H12.5458C12.9915 11.3314 13.3773 11.2371 13.703 11.0485C14.0458 10.8428 14.3029 10.56 14.4744 10.2C14.663 9.84 14.7572 9.42857 14.7572 8.96573C14.7572 8.50284 14.6544 8.09999 14.4487 7.75713C14.2429 7.39716 13.943 7.12287 13.5487 6.93426C13.1715 6.74572 12.7087 6.65145 12.1601 6.65145H8.99722V11.3314Z\"\n fill=\"black\"\n />\n </svg>\n)\nexport default Resend\n", "import type { SVGProps } from \"react\"\nconst ResetChat = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12 4.5C7.85786 4.5 4.5 7.85786 4.5 12C4.5 16.1421 7.85786 19.5 12 19.5C15.8429 19.5 19.012 16.6089 19.4486 12.8836C19.5129 12.3351 20.0097 11.9425 20.5582 12.0068C21.1067 12.0711 21.4993 12.5679 21.435 13.1164C20.8817 17.8375 16.8693 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C14.771 2.5 17.2644 3.68689 19 5.57745V4C19 3.44772 19.4477 3 20 3C20.5523 3 21 3.44772 21 4V8C21 8.55228 20.5523 9 20 9H16C15.4477 9 15 8.55228 15 8C15 7.44772 15.4477 7 16 7H17.5904C16.2162 5.46445 14.2204 4.5 12 4.5ZM12 8C12.5523 8 13 8.44772 13 9V11H15C15.5523 11 16 11.4477 16 12C16 12.5523 15.5523 13 15 13H13V15C13 15.5523 12.5523 16 12 16C11.4477 16 11 15.5523 11 15V13H9C8.44772 13 8 12.5523 8 12C8 11.4477 8.44772 11 9 11H11V9C11 8.44772 11.4477 8 12 8Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ResetChat\n", "import type { SVGProps } from \"react\"\nconst Resolution1080p = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M5.95994 4.06079C6.69883 3.37873 7.6675 3 8.67306 3H15.3272C16.3327 3 17.3014 3.37873 18.0403 4.06079L22.1488 7.85329C23.4008 9.009 23.4401 10.9742 22.2353 12.179L13.4143 21C12.6333 21.781 11.3669 21.7811 10.5859 21L1.76491 12.179C0.560085 10.9742 0.59937 9.009 1.85139 7.85329L5.95994 4.06079ZM8.67306 5C8.17028 5 7.68594 5.18937 7.3165 5.53039L3.55776 9H7.38207L9.38207 5H8.67306ZM11.6181 5L9.61814 9H14.3821L12.3821 5H11.6181ZM14.6181 5L16.6181 9H20.4425L16.6837 5.53039C16.3143 5.18937 15.8299 5 15.3272 5H14.6181ZM20.5859 11H16.6893L14.2913 17.2946L20.5859 11ZM12.0001 17.691L14.5491 11H9.45116L12.0001 17.691ZM7.31095 11L9.70888 17.2946L3.41432 11H7.31095Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Resolution1080p\n", "import type { SVGProps } from \"react\"\nconst Resolution360p = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M5.95994 4.06079C6.69883 3.37873 7.6675 3 8.67306 3H15.3272C16.3327 3 17.3014 3.37873 18.0403 4.06079L22.1488 7.85329C23.4008 9.009 23.4401 10.9742 22.2353 12.179L13.4143 21C12.6333 21.781 11.3669 21.781 10.5859 21L1.76491 12.179C0.560085 10.9742 0.59937 9.009 1.85139 7.85329L5.95994 4.06079ZM8.67306 5C8.17028 5 7.68594 5.18937 7.3165 5.53039L3.20795 9.3229C2.79061 9.70813 2.77752 10.3632 3.17913 10.7648L12.0001 19.5858L20.8211 10.7648C21.2227 10.3632 21.2096 9.70813 20.7923 9.3229L16.6837 5.53039C16.3143 5.18937 15.8299 5 15.3272 5H8.67306Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Resolution360p\n", "import type { SVGProps } from \"react\"\nconst Resolution480p = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M5.95994 4.06079C6.69883 3.37873 7.6675 3 8.67306 3H15.3272C16.3327 3 17.3014 3.37873 18.0403 4.06079L22.1488 7.85329C23.4008 9.009 23.4401 10.9742 22.2353 12.179L13.4143 21C12.6333 21.781 11.3669 21.7811 10.5859 21L1.76491 12.179C0.560085 10.9742 0.59937 9.009 1.85139 7.85329L5.95994 4.06079ZM8.67306 5C8.17028 5 7.68594 5.18937 7.3165 5.53039L3.55776 9H20.4425L16.6837 5.53039C16.3143 5.18937 15.8299 5 15.3272 5H8.67306ZM20.5859 11H3.41432L12.0001 19.5858L20.5859 11Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Resolution480p\n", "import type { SVGProps } from \"react\"\nconst Resolution720p = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M5.95994 4.06079C6.69883 3.37873 7.6675 3 8.67306 3H15.3272C16.3327 3 17.3014 3.37873 18.0403 4.06079L22.1488 7.85329C23.4008 9.009 23.4401 10.9742 22.2353 12.179L13.4143 21C12.6333 21.781 11.3669 21.7811 10.5859 21L1.76491 12.179C0.560085 10.9742 0.59937 9.009 1.85139 7.85329L5.95994 4.06079ZM8.67306 5C8.17028 5 7.68594 5.18937 7.3165 5.53039L3.55776 9H20.4425L16.6837 5.53039C16.3143 5.18937 15.8299 5 15.3272 5H8.67306ZM20.5859 11H16.6641L13.8119 17.774L20.5859 11ZM12.0001 16.9231L14.494 11H9.50619L12.0001 16.9231ZM7.33613 11L10.1884 17.774L3.41432 11H7.33613Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Resolution720p\n", "import type { SVGProps } from \"react\"\nconst RestoreUntrash = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M8.61339 3.39355C9.50575 2.01415 11.1864 1.33696 12.8038 1.74023L14.0802 2.05859L14.3976 2.15234C15.9521 2.68359 17.0166 4.14954 17.0177 5.81641V6.91309L20.2364 7.71582C20.7052 7.83269 20.9908 8.30761 20.8741 8.77637C20.7573 9.24513 20.2824 9.53071 19.8136 9.41406L19.5919 9.3584L18.6505 18.4014C18.4449 20.3754 16.7807 21.875 14.796 21.875H9.20421C7.28151 21.875 5.6595 20.4676 5.37316 18.585L5.34972 18.4014L4.37999 9.09082L4.37511 9.00098C4.37408 8.55764 4.70885 8.1769 5.15929 8.12988C5.61005 8.08293 6.01645 8.38686 6.10656 8.82129L6.12023 8.90918L7.08995 18.2197L7.12023 18.4199C7.31733 19.4023 8.18383 20.125 9.20421 20.125H14.796C15.8844 20.125 16.7975 19.3022 16.9103 18.2197L17.8771 8.93066L4.2882 5.54297L4.20226 5.51758C3.78517 5.36725 3.5419 4.9219 3.65148 4.48242C3.76121 4.04291 4.18518 3.76473 4.62413 3.82812L4.71203 3.8457L7.92882 4.64746L8.4464 3.67871L8.61339 3.39355ZM11.1251 16.5V13.1133L10.1193 14.1191C9.77754 14.4608 9.22268 14.4608 8.88097 14.1191C8.53926 13.7774 8.53926 13.2226 8.88097 12.8809L11.381 10.3809L11.4474 10.3213C11.7911 10.0407 12.2988 10.0604 12.6193 10.3809L15.1193 12.8809L15.1788 12.9473C15.4594 13.2909 15.4397 13.7987 15.1193 14.1191C14.7988 14.4396 14.2911 14.4593 13.9474 14.1787L13.881 14.1191L12.8751 13.1133V16.5C12.8751 16.9832 12.4834 17.375 12.0001 17.375C11.5169 17.375 11.1251 16.9832 11.1251 16.5ZM12.38 3.43848C11.4931 3.2175 10.5714 3.5884 10.0821 4.34473L9.99035 4.50195L9.6798 5.08398L15.2677 6.47656V5.81738C15.2671 4.90306 14.683 4.09876 13.8302 3.80762L13.6564 3.75684L12.38 3.43848Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default RestoreUntrash\n", "import type { SVGProps } from \"react\"\nconst Rewind = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M12.8933 10.1521V8.04584C12.8933 6.99369 11.6096 6.38168 10.6854 6.99323L4.70973 10.9474C3.93009 11.4633 3.93009 12.5368 4.70974 13.0526L10.6854 17.0068C11.6096 17.6183 12.8933 17.0063 12.8933 15.9542V13.848L17.6671 17.0068C18.5913 17.6183 19.875 17.0063 19.875 15.9542V8.04584C19.875 6.99369 18.5912 6.38168 17.6671 6.99323L12.8933 10.1521Z\" />\n </svg>\n)\nexport default Rewind\n", "import type { SVGProps } from \"react\"\nconst Robot = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M11 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm3.5 1.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z\" />\n <path\n fillRule=\"evenodd\"\n d=\"M12 5.5a1 1 0 0 1 1 1V7h4a3 3 0 0 1 3 3v3.5a5 5 0 0 1-5 5H9a5 5 0 0 1-5-5V10a3 3 0 0 1 3-3h4v-.5a1 1 0 0 1 1-1ZM7 9h10a1 1 0 0 1 1 1v3.5a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3V10a1 1 0 0 1 1-1Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default Robot\n", "import type { SVGProps } from \"react\"\nconst RobotHead = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M10 10.0001C10 10.8285 9.32843 11.5001 8.5 11.5001C7.67157 11.5001 7 10.8285 7 10.0001C7 9.17166 7.67157 8.50009 8.5 8.50009C9.32843 8.50009 10 9.17166 10 10.0001Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M17 10.0001C17 10.8285 16.3284 11.5001 15.5 11.5001C14.6716 11.5001 14 10.8285 14 10.0001C14 9.17166 14.6716 8.50009 15.5 8.50009C16.3284 8.50009 17 9.17166 17 10.0001Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12 2.00009C12.5523 2.00009 13 2.44781 13 3.00009V4.00009H18.5C20.1569 4.00009 21.5 5.34324 21.5 7.00009V9.26766C22.0978 9.61347 22.5 10.2598 22.5 11.0001V12.0001C22.5 12.7404 22.0978 13.3867 21.5 13.7325V15.0001C21.5 17.7615 19.2614 20.0001 16.5 20.0001H7.5C4.73858 20.0001 2.5 17.7615 2.5 15.0001V13.7325C1.9022 13.3867 1.5 12.7404 1.5 12.0001V11.0001C1.5 10.2598 1.9022 9.61347 2.5 9.26766V7.00009C2.5 5.34324 3.84315 4.00009 5.5 4.00009H11V3.00009C11 2.44781 11.4477 2.00009 12 2.00009ZM5.5 6.00009C4.94772 6.00009 4.5 6.44781 4.5 7.00009V15.0001C4.5 16.6569 5.84315 18.0001 7.5 18.0001H16.5C18.1569 18.0001 19.5 16.6569 19.5 15.0001V7.00009C19.5 6.44781 19.0523 6.00009 18.5 6.00009H5.5ZM9.07751 14.1141C9.29069 13.6046 9.87653 13.3644 10.386 13.5776C11.5253 14.0543 12.4747 14.0543 13.614 13.5776C14.1235 13.3644 14.7093 13.6046 14.9225 14.1141C15.1357 14.6236 14.8955 15.2094 14.386 15.4226C12.7528 16.106 11.2472 16.106 9.61399 15.4226C9.10451 15.2094 8.86432 14.6236 9.07751 14.1141Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default RobotHead\n", "import type { SVGProps } from \"react\"\nconst RobotHeadSad = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M10 10C10 10.8284 9.32843 11.5 8.5 11.5C7.67157 11.5 7 10.8284 7 10C7 9.17157 7.67157 8.5 8.5 8.5C9.32843 8.5 10 9.17157 10 10Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M15.5 11.5C16.3284 11.5 17 10.8284 17 10C17 9.17157 16.3284 8.5 15.5 8.5C14.6716 8.5 14 9.17157 14 10C14 10.8284 14.6716 11.5 15.5 11.5Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M14.4061 14.0862C13.5822 13.72 12.8138 13.5 12 13.5C11.1862 13.5 10.4178 13.72 9.59386 14.0862C9.08918 14.3105 8.86188 14.9015 9.08619 15.4061C9.31049 15.9108 9.90145 16.1381 10.4061 15.9138C11.0822 15.6133 11.5638 15.5 12 15.5C12.4362 15.5 12.9178 15.6133 13.5939 15.9138C14.0985 16.1381 14.6895 15.9108 14.9138 15.4061C15.1381 14.9015 14.9108 14.3105 14.4061 14.0862Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12 2C12.5523 2 13 2.44772 13 3V4H18.5C20.1569 4 21.5 5.34315 21.5 7V9.26756C22.0978 9.61337 22.5 10.2597 22.5 11V12C22.5 12.7403 22.0978 13.3866 21.5 13.7324V15C21.5 17.7614 19.2614 20 16.5 20H7.5C4.73858 20 2.5 17.7614 2.5 15V13.7324C1.9022 13.3866 1.5 12.7403 1.5 12V11C1.5 10.2597 1.9022 9.61337 2.5 9.26756V7C2.5 5.34315 3.84315 4 5.5 4H11V3C11 2.44772 11.4477 2 12 2ZM18.5 6H5.5C4.94772 6 4.5 6.44772 4.5 7V15C4.5 16.6569 5.84315 18 7.5 18H16.5C18.1569 18 19.5 16.6569 19.5 15V7C19.5 6.44772 19.0523 6 18.5 6Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default RobotHeadSad\n", "import type { SVGProps } from \"react\"\nconst SavedFilledXs = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 18 18\" fill=\"currentColor\" {...props}>\n <path\n d=\"M5.5 1.5C3.84315 1.5 2.5 2.84314 2.5 4.5V14.8733C2.5 15.917 3.61716 16.5802 4.53342 16.0804L9 13.6441L13.4666 16.0804C14.3828 16.5802 15.5 15.917 15.5 14.8733V4.5C15.5 2.84315 14.1569 1.5 12.5 1.5H5.5Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default SavedFilledXs\n", "import type { SVGProps } from \"react\"\nconst SavedXs = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 18 18\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M2.5 4.5C2.5 2.84314 3.84315 1.5 5.5 1.5H12.5C14.1569 1.5 15.5 2.84315 15.5 4.5V14.8733C15.5 15.917 14.3828 16.5802 13.4666 16.0804L9 13.6441L4.53342 16.0804C3.61716 16.5802 2.5 15.917 2.5 14.8733V4.5ZM5.5 3.5C4.94771 3.5 4.5 3.94772 4.5 4.5V13.8205L8.16201 11.823C8.68434 11.5381 9.31566 11.5381 9.83799 11.823L13.5 13.8205V4.5C13.5 3.94772 13.0523 3.5 12.5 3.5H5.5Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default SavedXs\n", "import type { SVGProps } from \"react\"\nconst Scales = (props: SVGProps<SVGSVGElement>) => (\n <svg\n fill=\"currentColor\"\n stroke=\"currentColor\"\n viewBox=\"0 0 20 21\"\n width=\"1em\"\n height=\"1em\"\n {...props}\n >\n <path\n d=\"M10 3v14.375m0 0c-1.227 0-2.402.22-3.487.625M10 17.375c1.227 0 2.402.22 3.488.625m2.137-13.358A40.347 40.347 0 0 0 10 4.25c-1.91 0-3.787.133-5.625.392m11.25 0c.842.119 1.675.264 2.5.433m-2.5-.433 2.183 8.938c.102.416-.088.857-.49 1.002a4.992 4.992 0 0 1-1.693.293c-.577 0-1.15-.098-1.693-.293-.402-.145-.592-.586-.491-1.002l2.184-8.938v0Zm-11.25 0a41.18 41.18 0 0 0-2.5.433m2.5-.433 2.183 8.938c.102.416-.088.857-.49 1.002a4.992 4.992 0 0 1-1.693.293c-.577 0-1.15-.098-1.692-.293-.403-.145-.593-.586-.492-1.002l2.184-8.938v0Z\"\n strokeWidth={1.25}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n)\nexport default Scales\n", "import type { SVGProps } from \"react\"\nconst Scissor = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M6.5 6C5.67157 6 5 6.67157 5 7.5C5 8.32843 5.67157 9 6.5 9C7.32843 9 8 8.32843 8 7.5C8 6.67157 7.32843 6 6.5 6ZM3 7.5C3 5.567 4.567 4 6.5 4C8.433 4 10 5.567 10 7.5C10 7.80866 9.96004 8.108 9.88502 8.3931L13.4 10.7897L19.4367 6.67377C19.893 6.36265 20.5151 6.48035 20.8262 6.93666C21.1374 7.39298 21.0196 8.0151 20.5633 8.32623L13.9826 12.8131C13.9701 12.8221 13.9574 12.8307 13.9445 12.8391L9.88502 15.6069C9.96004 15.892 10 16.1913 10 16.5C10 18.433 8.433 20 6.5 20C4.567 20 3 18.433 3 16.5C3 14.567 4.567 13 6.5 13C7.40012 13 8.22087 13.3398 8.841 13.8981L11.6249 12L8.841 10.1019C8.22087 10.6602 7.40012 11 6.5 11C4.567 11 3 9.433 3 7.5ZM6.5 15C5.67157 15 5 15.6716 5 16.5C5 17.3284 5.67157 18 6.5 18C7.32843 18 8 17.3284 8 16.5C8 15.6716 7.32843 15 6.5 15ZM15.8738 13.6867C16.1849 13.2304 16.807 13.1126 17.2633 13.4238L20.5633 15.6738C21.0196 15.9849 21.1374 16.607 20.8262 17.0633C20.5151 17.5196 19.893 17.6374 19.4367 17.3262L16.1367 15.0762C15.6804 14.7651 15.5626 14.143 15.8738 13.6867Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Scissor\n", "import type { SVGProps } from \"react\"\nconst ScissorXs = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 18 18\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M4.625 4.5C4.14175 4.5 3.75 4.89175 3.75 5.375C3.75 5.85825 4.14175 6.25 4.625 6.25C5.10825 6.25 5.5 5.85825 5.5 5.375C5.5 4.89175 5.10825 4.5 4.625 4.5ZM1.75 5.375C1.75 3.78718 3.03718 2.5 4.625 2.5C6.21282 2.5 7.5 3.78718 7.5 5.375C7.5 5.59029 7.47634 5.80005 7.43147 6.00183L10.15 7.80086L14.6981 4.79107C15.1587 4.48628 15.7791 4.61257 16.0839 5.07313C16.3887 5.5337 16.2624 6.15414 15.8019 6.45893L10.7211 9.82118C10.7087 9.82982 10.6961 9.83816 10.6833 9.84619L7.43147 11.9982C7.47634 12.1999 7.5 12.4097 7.5 12.625C7.5 14.2128 6.21282 15.5 4.625 15.5C3.03718 15.5 1.75 14.2128 1.75 12.625C1.75 11.0372 3.03718 9.75 4.625 9.75C5.26929 9.75 5.86408 9.96194 6.34346 10.3199L8.33797 9L6.34346 7.68011C5.86408 8.03806 5.26929 8.25 4.625 8.25C3.03718 8.25 1.75 6.96282 1.75 5.375ZM11.8661 10.1356C12.1709 9.67507 12.7913 9.54878 13.2519 9.85357L15.8019 11.5411C16.2624 11.8459 16.3887 12.4663 16.0839 12.9269C15.7791 13.3874 15.1587 13.5137 14.6981 13.2089L12.1481 11.5214C11.6876 11.2166 11.5613 10.5962 11.8661 10.1356ZM4.625 11.75C4.14175 11.75 3.75 12.1418 3.75 12.625C3.75 13.1082 4.14175 13.5 4.625 13.5C5.10825 13.5 5.5 13.1082 5.5 12.625C5.5 12.1418 5.10825 11.75 4.625 11.75Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ScissorXs\n", "import type { SVGProps } from \"react\"\nconst ScreenPosition = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M10.0511 13.6118C10 13.8025 10 14.035 10 14.5C10 14.965 10 15.1975 10.0511 15.3882C10.1898 15.9059 10.5941 16.3102 11.1118 16.4489C11.3025 16.5 11.535 16.5 12 16.5H16C16.465 16.5 16.6975 16.5 16.8882 16.4489C17.4059 16.3102 17.8102 15.9059 17.9489 15.3882C18 15.1975 18 14.965 18 14.5C18 14.035 18 13.8025 17.9489 13.6118C17.8102 13.0941 17.4059 12.6898 16.8882 12.5511C16.6975 12.5 16.465 12.5 16 12.5H12C11.535 12.5 11.3025 12.5 11.1118 12.5511C10.5941 12.6898 10.1898 13.0941 10.0511 13.6118Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M7.7587 3.5C6.95374 3.49999 6.28937 3.49998 5.74818 3.54419C5.18608 3.59012 4.66937 3.68868 4.18404 3.93598C3.43139 4.31947 2.81947 4.93139 2.43598 5.68404C2.18868 6.16937 2.09012 6.68608 2.04419 7.24818C1.99998 7.78937 1.99999 8.45372 2 9.25868V14.7413C1.99999 15.5463 1.99998 16.2106 2.04419 16.7518C2.09012 17.3139 2.18868 17.8306 2.43598 18.316C2.81947 19.0686 3.43139 19.6805 4.18404 20.064C4.66937 20.3113 5.18608 20.4099 5.74818 20.4558C6.28939 20.5 6.95377 20.5 7.75877 20.5H16.2412C17.0462 20.5 17.7106 20.5 18.2518 20.4558C18.8139 20.4099 19.3306 20.3113 19.816 20.064C20.5686 19.6805 21.1805 19.0686 21.564 18.316C21.8113 17.8306 21.9099 17.3139 21.9558 16.7518C22 16.2106 22 15.5463 22 14.7413V9.25868C22 8.45372 22 7.78937 21.9558 7.24818C21.9099 6.68608 21.8113 6.16937 21.564 5.68404C21.1805 4.93139 20.5686 4.31947 19.816 3.93598C19.3306 3.68868 18.8139 3.59012 18.2518 3.54419C17.7106 3.49998 17.0463 3.49999 16.2413 3.5H7.7587ZM5.09202 5.71799C5.24842 5.6383 5.47262 5.57337 5.91104 5.53755C6.36113 5.50078 6.94342 5.5 7.8 5.5H16.2C17.0566 5.5 17.6389 5.50078 18.089 5.53755C18.5274 5.57337 18.7516 5.6383 18.908 5.71799C19.2843 5.90974 19.5903 6.2157 19.782 6.59202C19.8617 6.74842 19.9266 6.97262 19.9624 7.41104C19.9992 7.86113 20 8.44342 20 9.3V14.7C20 15.5566 19.9992 16.1389 19.9624 16.589C19.9266 17.0274 19.8617 17.2516 19.782 17.408C19.5903 17.7843 19.2843 18.0903 18.908 18.282C18.7516 18.3617 18.5274 18.4266 18.089 18.4624C17.6389 18.4992 17.0566 18.5 16.2 18.5H7.8C6.94342 18.5 6.36113 18.4992 5.91104 18.4624C5.47262 18.4266 5.24842 18.3617 5.09202 18.282C4.7157 18.0903 4.40974 17.7843 4.21799 17.408C4.1383 17.2516 4.07337 17.0274 4.03755 16.589C4.00078 16.1389 4 15.5566 4 14.7V9.3C4 8.44342 4.00078 7.86113 4.03755 7.41104C4.07337 6.97262 4.1383 6.74842 4.21799 6.59202C4.40974 6.2157 4.7157 5.90974 5.09202 5.71799Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ScreenPosition\n", "import type { SVGProps } from \"react\"\nconst Search = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10.875 4.5C7.35418 4.5 4.5 7.35418 4.5 10.875C4.5 14.3958 7.35418 17.25 10.875 17.25C14.3958 17.25 17.25 14.3958 17.25 10.875C17.25 7.35418 14.3958 4.5 10.875 4.5ZM2.5 10.875C2.5 6.24962 6.24962 2.5 10.875 2.5C15.5004 2.5 19.25 6.24962 19.25 10.875C19.25 12.8273 18.582 14.6236 17.462 16.0478L21.2071 19.7929C21.5976 20.1834 21.5976 20.8166 21.2071 21.2071C20.8166 21.5976 20.1834 21.5976 19.7929 21.2071L16.0478 17.462C14.6236 18.582 12.8273 19.25 10.875 19.25C6.24962 19.25 2.5 15.5004 2.5 10.875Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Search\n", "import type { SVGProps } from \"react\"\nconst SearchConnector = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M10.5 3.25C11.0523 3.25 11.5 3.69772 11.5 4.25C11.5 4.80228 11.0523 5.25 10.5 5.25C6.91015 5.25 4 8.16015 4 11.75C4 15.3399 6.91015 18.25 10.5 18.25C13.8698 18.25 16.6417 15.6849 16.9678 12.4014C17.0223 11.8519 17.512 11.4505 18.0615 11.5049C18.6111 11.5594 19.0125 12.0491 18.958 12.5986C18.7997 14.1934 18.1991 15.6572 17.2832 16.8691L20.707 20.293L20.7754 20.3691C21.0957 20.7619 21.0731 21.3409 20.707 21.707C20.3409 22.0731 19.7619 22.0957 19.3691 21.7754L19.293 21.707L15.8994 18.3135C14.4312 19.5229 12.5509 20.25 10.5 20.25C5.80558 20.25 2 16.4444 2 11.75C2 7.05558 5.80558 3.25 10.5 3.25Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M17.5 2C19.433 2 21 3.567 21 5.5C21 7.433 19.433 9 17.5 9C16.8265 9 16.1979 8.80913 15.6641 8.47949L13.668 10.2617C13.8806 10.7134 14 11.2177 14 11.75C14 13.683 12.433 15.25 10.5 15.25C8.567 15.25 7 13.683 7 11.75C7 9.817 8.567 8.25 10.5 8.25C11.173 8.25 11.8014 8.44033 12.335 8.76953L14.3311 6.98828C14.1186 6.53666 14 6.03216 14 5.5C14 3.567 15.567 2 17.5 2ZM10.5 10.25C9.67157 10.25 9 10.9216 9 11.75C9 12.5784 9.67157 13.25 10.5 13.25C11.3284 13.25 12 12.5784 12 11.75C12 10.9216 11.3284 10.25 10.5 10.25ZM17.5 4C16.6716 4 16 4.67157 16 5.5C16 6.32843 16.6716 7 17.5 7C18.3284 7 19 6.32843 19 5.5C19 4.67157 18.3284 4 17.5 4Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default SearchConnector\n", "import type { SVGProps } from \"react\"\nconst SearchFeed = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.3273 4.60875C7.88026 4.42809 4.93942 7.07603 4.75877 10.5231C4.57812 13.9701 7.22606 16.911 10.6731 17.0916C14.1202 17.2723 17.061 14.6243 17.2416 11.1773C17.4223 7.73023 14.7744 4.7894 11.3273 4.60875ZM2.76151 10.4184C2.99997 5.8683 6.88187 2.37303 11.432 2.61149C15.9821 2.84995 19.4774 6.73185 19.2389 11.282C19.1385 13.1971 18.3927 14.9254 17.2232 16.2671L21.2063 20.6907C21.5758 21.1011 21.5427 21.7334 21.1323 22.103C20.7218 22.4725 20.0895 22.4394 19.72 22.029L15.7369 17.6053C14.2804 18.6281 12.4836 19.1892 10.5684 19.0889C6.01833 18.8504 2.52305 14.9685 2.76151 10.4184Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default SearchFeed\n", "import type { SVGProps } from \"react\"\nconst SearchXs = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 18 18\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M7.8998 3.30005C5.35929 3.30005 3.2998 5.35954 3.2998 7.90005C3.2998 10.4406 5.35929 12.5 7.8998 12.5C9.17034 12.5 10.319 11.9863 11.1525 11.1527C11.986 10.3192 12.4998 9.17058 12.4998 7.90005C12.4998 5.35954 10.4403 3.30005 7.8998 3.30005ZM1.2998 7.90005C1.2998 4.25497 4.25473 1.30005 7.8998 1.30005C11.5449 1.30005 14.4998 4.25497 14.4998 7.90005C14.4998 9.36137 14.024 10.7128 13.2202 11.8062L16.2068 14.7929C16.5974 15.1834 16.5974 15.8166 16.2068 16.2071C15.8163 16.5976 15.1832 16.5976 14.7926 16.2071L11.806 13.2204C10.7125 14.0243 9.36112 14.5 7.8998 14.5C4.25473 14.5 1.2998 11.5451 1.2998 7.90005Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default SearchXs\n", "import type { SVGProps } from \"react\"\nconst SelectText = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M6 4C6 4.74028 5.5978 5.38663 5 5.73244V14.2C5 15.0566 5.00078 15.6389 5.03755 16.089C5.07337 16.5274 5.1383 16.7516 5.21799 16.908C5.40973 17.2843 5.7157 17.5903 6.09202 17.782C6.24842 17.8617 6.47262 17.9266 6.91104 17.9624C7.36113 17.9992 7.94342 18 8.8 18H15C15.5523 18 16 18.4477 16 19C16 19.5523 15.5523 20 15 20H8.75868C7.95372 20 7.28936 20 6.74817 19.9558C6.18608 19.9099 5.66937 19.8113 5.18404 19.564C4.43139 19.1805 3.81947 18.5686 3.43597 17.816C3.18868 17.3306 3.09012 16.8139 3.04419 16.2518C2.99998 15.7106 2.99999 15.0463 3 14.2413L3 5.73244C2.4022 5.38663 2 4.74028 2 4C2 2.89543 2.89543 2 4 2C5.10457 2 6 2.89543 6 4Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M17.089 6.03755C16.6389 6.00078 16.0566 6 15.2 6H9C8.44772 6 8 5.55228 8 5C8 4.44772 8.44772 4 9 4H15.2413C16.0463 3.99999 16.7106 3.99998 17.2518 4.04419C17.8139 4.09012 18.3306 4.18868 18.816 4.43597C19.5686 4.81947 20.1805 5.43139 20.564 6.18404C20.8113 6.66937 20.9099 7.18608 20.9558 7.74817C21 8.28936 21 8.95372 21 9.75868V18.2676C21.5978 18.6134 22 19.2597 22 20C22 21.1046 21.1046 22 20 22C18.8954 22 18 21.1046 18 20C18 19.2597 18.4022 18.6134 19 18.2676V9.8C19 8.94342 18.9992 8.36113 18.9624 7.91104C18.9266 7.47262 18.8617 7.24842 18.782 7.09202C18.5903 6.7157 18.2843 6.40973 17.908 6.21799C17.7516 6.1383 17.5274 6.07337 17.089 6.03755Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M8 10C8 9.44772 8.44772 9 9 9H15C15.5523 9 16 9.44772 16 10C16 10.5523 15.5523 11 15 11H9C8.44772 11 8 10.5523 8 10Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M8 14C8 13.4477 8.44772 13 9 13H12C12.5523 13 13 13.4477 13 14C13 14.5523 12.5523 15 12 15H9C8.44772 15 8 14.5523 8 14Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default SelectText\n", "import type { SVGProps } from \"react\"\nconst Settings = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M11.568 3.5a1 1 0 0 0-.863.494l-.811 1.381A3.001 3.001 0 0 1 7.33 6.856l-1.596.013a1 1 0 0 0-.858.501l-.439.761a1 1 0 0 0-.004.992l.792 1.4a3 3 0 0 1 0 2.954l-.792 1.4a1 1 0 0 0 .004.992l.439.76a1 1 0 0 0 .858.502l1.596.013a3 3 0 0 1 2.564 1.48l.811 1.382a1 1 0 0 0 .863.494h.87a1 1 0 0 0 .862-.494l.812-1.381a3.001 3.001 0 0 1 2.563-1.481l1.596-.013a1 1 0 0 0 .86-.501l.438-.761a1 1 0 0 0 .004-.992l-.793-1.4a3 3 0 0 1 0-2.954l.793-1.4a1 1 0 0 0-.004-.992l-.439-.76a1 1 0 0 0-.858-.502l-1.597-.013a3 3 0 0 1-2.563-1.48L13.3 3.993a1 1 0 0 0-.862-.494h-.87ZM8.98 2.981A3.001 3.001 0 0 1 11.568 1.5h.87c1.064 0 2.049.564 2.588 1.481l.811 1.382a1 1 0 0 0 .855.494l1.596.013a3 3 0 0 1 2.575 1.502l.44.76a3 3 0 0 1 .011 2.975l-.792 1.4a1 1 0 0 0 0 .985l.792 1.401a3 3 0 0 1-.012 2.974l-.439.761a3.001 3.001 0 0 1-2.575 1.503l-1.597.012a1 1 0 0 0-.854.494l-.811 1.382a3.001 3.001 0 0 1-2.588 1.481h-.87a3.001 3.001 0 0 1-2.588-1.481l-.811-1.382a1 1 0 0 0-.855-.494l-1.596-.012a3.001 3.001 0 0 1-2.576-1.503l-.438-.76a3 3 0 0 1-.013-2.975l.793-1.4a1 1 0 0 0 0-.985l-.793-1.4a3 3 0 0 1 .013-2.975l.438-.761A3.001 3.001 0 0 1 5.718 4.87l1.596-.013a1 1 0 0 0 .855-.494l.81-1.382Z\"\n clipRule=\"evenodd\"\n />\n <path\n fillRule=\"evenodd\"\n d=\"M12.003 10.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM8.502 12a3.5 3.5 0 1 1 7 .001 3.5 3.5 0 0 1-7-.001Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default Settings\n", "import type { SVGProps } from \"react\"\nconst SettingsCircle = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 20 20\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M8.92084 3.32814C9.07052 3.07324 9.34406 2.91667 9.63972 2.91667H10.3648C10.6604 2.91667 10.934 3.07324 11.0836 3.32814L11.7596 4.47937C12.205 5.23782 13.0162 5.70655 13.8959 5.71371L15.2261 5.72454C15.5218 5.72695 15.794 5.88573 15.9416 6.14183L16.3072 6.77612C16.4544 7.03153 16.4556 7.34568 16.3105 7.60227L15.6503 8.7696C15.2862 9.41355 15.2291 10.1787 15.4793 10.8606C16.4549 10.9723 17.3281 11.421 17.9796 12.0874C17.9267 11.9119 17.8541 11.7408 17.7618 11.5775L17.1016 10.4101C16.9577 10.1557 16.9577 9.84437 17.1016 9.58987L17.7618 8.42255C18.1971 7.65276 18.1933 6.71033 17.7517 5.9441L17.3862 5.30981C16.9434 4.5415 16.1266 4.06515 15.2397 4.05793L13.9094 4.0471C13.6162 4.04471 13.3458 3.88847 13.1974 3.63565L12.5214 2.48443C12.0724 1.71971 11.2518 1.25 10.3648 1.25H9.63972C8.75273 1.25 7.93212 1.71971 7.4831 2.48443L6.80713 3.63565C6.65868 3.88847 6.38827 4.04471 6.09504 4.0471L4.76485 4.05793C3.87792 4.06515 3.06117 4.5415 2.61839 5.30981L2.25284 5.9441C1.81126 6.71033 1.80744 7.65276 2.24278 8.42254L2.90296 9.58987C3.04688 9.84437 3.04688 10.1557 2.90296 10.4101L2.24278 11.5775C1.80744 12.3473 1.81126 13.2897 2.25284 14.0559L2.61839 14.6902C3.06117 15.4585 3.87792 15.9349 4.76485 15.9421L6.09505 15.9529C6.38828 15.9553 6.65869 16.1115 6.80714 16.3644L7.4831 17.5156C7.93212 18.2803 8.75273 18.75 9.63972 18.75H10.3648C11.035 18.75 11.6674 18.4818 12.1301 18.0208C11.7056 17.6173 11.366 17.1252 11.141 16.5742L11.0836 16.6719C10.934 16.9268 10.6604 17.0833 10.3648 17.0833H9.63972C9.34406 17.0833 9.07052 16.9268 8.92084 16.6719L8.24489 15.5206C7.79955 14.7622 6.98832 14.2935 6.10863 14.2863L4.77843 14.2755C4.48278 14.2731 4.21053 14.1143 4.06294 13.8582L3.69739 13.2239C3.5502 12.9685 3.54893 12.6543 3.69404 12.3977L4.35421 11.2304C4.786 10.4669 4.786 9.53308 4.35421 8.7696L3.69404 7.60227C3.54893 7.34568 3.5502 7.03153 3.69739 6.77612L4.06294 6.14183C4.21053 5.88573 4.48278 5.72695 4.77843 5.72454L6.10862 5.71371C6.98831 5.70655 7.79954 5.23782 8.24488 4.47937L8.92084 3.32814ZM12.216 11.8999C12.1058 11.9989 12.0009 12.1037 11.9018 12.2138C11.3914 12.6519 10.7278 12.9167 10.0023 12.9167C8.39098 12.9167 7.08477 11.6108 7.08477 10C7.08477 8.38917 8.39098 7.08333 10.0023 7.08333C11.6136 7.08333 12.9198 8.38917 12.9198 10C12.9198 10.7257 12.6547 11.3895 12.216 11.8999ZM8.75192 10C8.75192 9.30964 9.31172 8.75 10.0023 8.75C10.6928 8.75 11.2526 9.30964 11.2526 10C11.2526 10.6904 10.6928 11.25 10.0023 11.25C9.31172 11.25 8.75192 10.6904 8.75192 10Z\"\n />\n <rect x={12} y={12} width={6} height={6} rx={3} fill=\"var(--green-500)\" />\n </svg>\n)\nexport default SettingsCircle\n", "import type { SVGProps } from \"react\"\nconst SettingsCog = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.6099 3.75C11.2549 3.75 10.9266 3.93813 10.7471 4.24434L9.99036 5.53548C9.45636 6.44657 8.48265 7.00978 7.42663 7.01839L5.94021 7.03051C5.58531 7.0334 5.25853 7.22419 5.08156 7.53183L4.6852 8.22082C4.50905 8.52702 4.50752 8.90345 4.68118 9.21107L5.42305 10.5252C5.93977 11.4405 5.93977 12.5595 5.42305 13.4748L4.68118 14.7889C4.50752 15.0966 4.50905 15.473 4.6852 15.7792L5.08156 16.4682C5.25853 16.7758 5.58531 16.9666 5.94021 16.9695L7.42665 16.9816C8.48266 16.9902 9.45637 17.5535 9.99037 18.4645L10.7471 19.7557C10.9266 20.0619 11.2549 20.25 11.6099 20.25H12.3901C12.7451 20.25 13.0734 20.0619 13.2529 19.7557L14.0096 18.4645C14.5436 17.5535 15.5173 16.9902 16.5734 16.9816L18.0599 16.9695C18.4148 16.9666 18.7416 16.7758 18.9185 16.4682L19.3149 15.7792C19.491 15.473 19.4926 15.0966 19.3189 14.7889L18.577 13.4748C18.0603 12.5595 18.0603 11.4405 18.577 10.5252L19.3189 9.21107C19.4926 8.90345 19.491 8.52702 19.3149 8.22082L18.9185 7.53183C18.7416 7.22419 18.4148 7.0334 18.0599 7.03051L16.5734 7.01839C15.5174 7.00978 14.5437 6.44657 14.0096 5.53548L13.2529 4.24434C13.0734 3.93813 12.7451 3.75 12.3901 3.75H11.6099ZM9.02167 3.23301C9.56009 2.31439 10.5451 1.75 11.6099 1.75H12.3901C13.4549 1.75 14.4399 2.31439 14.9783 3.23301L15.7351 4.52415C15.9131 4.82785 16.2377 5.01558 16.5897 5.01845L18.0762 5.03058C19.1409 5.03926 20.1212 5.61161 20.6521 6.53452L21.0485 7.22352C21.577 8.14213 21.5815 9.27141 21.0605 10.1943L20.3187 11.5084C20.1464 11.8135 20.1464 12.1865 20.3187 12.4916L21.0605 13.8057C21.5815 14.7286 21.577 15.8579 21.0485 16.7765L20.6521 17.4655C20.1212 18.3884 19.1409 18.9608 18.0762 18.9694L16.5897 18.9816C16.2377 18.9844 15.9131 19.1722 15.7351 19.4759L14.9783 20.767C14.4399 21.6856 13.4549 22.25 12.3901 22.25H11.6099C10.5451 22.25 9.56009 21.6856 9.02167 20.767L8.26491 19.4759C8.08691 19.1722 7.76234 18.9844 7.41034 18.9816L5.9239 18.9694C4.8592 18.9608 3.87888 18.3884 3.34795 17.4655L2.95159 16.7765C2.42314 15.8579 2.41856 14.7286 2.93954 13.8057L3.68141 12.4916C3.85365 12.1865 3.85365 11.8135 3.68141 11.5084L2.93954 10.1943C2.41856 9.27141 2.42314 8.14213 2.95159 7.22352L3.34795 6.53453C3.87888 5.61162 4.8592 5.03926 5.9239 5.03058L7.41032 5.01845C7.76233 5.01558 8.0869 4.82785 8.2649 4.52415L9.02167 3.23301Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5C12.8285 13.5 13.5 12.8284 13.5 12C13.5 11.1716 12.8285 10.5 12 10.5ZM8.50004 12C8.50004 10.067 10.067 8.5 12 8.5C13.933 8.5 15.5 10.067 15.5 12C15.5 13.933 13.933 15.5 12 15.5C10.067 15.5 8.50004 13.933 8.50004 12Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default SettingsCog\n", "import type { SVGProps } from \"react\"\nconst SettingsSlider = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M14.5 5C13.3954 5 12.5 5.89543 12.5 7C12.5 8.10457 13.3954 9 14.5 9C15.6046 9 16.5 8.10457 16.5 7C16.5 5.89543 15.6046 5 14.5 5ZM10.626 6C11.0701 4.27477 12.6362 3 14.5 3C16.3638 3 17.9299 4.27477 18.374 6H20C20.5523 6 21 6.44772 21 7C21 7.55228 20.5523 8 20 8H18.374C17.9299 9.72523 16.3638 11 14.5 11C12.6362 11 11.0701 9.72523 10.626 8H4C3.44772 8 3 7.55228 3 7C3 6.44772 3.44772 6 4 6H10.626ZM9.5 15C8.39543 15 7.5 15.8954 7.5 17C7.5 18.1046 8.39543 19 9.5 19C10.6046 19 11.5 18.1046 11.5 17C11.5 15.8954 10.6046 15 9.5 15ZM5.62602 16C6.07006 14.2748 7.63616 13 9.5 13C11.3638 13 12.9299 14.2748 13.374 16H20C20.5523 16 21 16.4477 21 17C21 17.5523 20.5523 18 20 18H13.374C12.9299 19.7252 11.3638 21 9.5 21C7.63616 21 6.07006 19.7252 5.62602 18H4C3.44772 18 3 17.5523 3 17C3 16.4477 3.44772 16 4 16H5.62602Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default SettingsSlider\n", "import type { SVGProps } from \"react\"\nconst SettingsWrench = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M14.5 4C11.4625 4 9.00002 6.46243 9.00002 9.5C9.00002 10.2519 9.15033 10.9661 9.4216 11.6162C9.57772 11.9903 9.4925 12.4217 9.20583 12.7084L4.45713 17.4571C3.88115 18.0331 3.88115 18.9669 4.45713 19.5429C5.0331 20.1189 5.96694 20.1189 6.54291 19.5429L11.2916 14.7942C11.5783 14.5075 12.0097 14.4223 12.3838 14.5784C13.0339 14.8497 13.7481 15 14.5 15C17.5376 15 20 12.5376 20 9.5C20 9.47156 19.9998 9.44318 19.9994 9.41486L18.7071 10.7071C17.212 12.2022 14.788 12.2022 13.2929 10.7071C11.7978 9.21201 11.7978 6.78798 13.2929 5.29289L14.5852 4.00064C14.5568 4.00022 14.5285 4 14.5 4ZM7.00002 9.5C7.00002 5.35786 10.3579 2 14.5 2C15.3632 2 16.1943 2.14622 16.9687 2.41606C17.2937 2.52931 17.5376 2.80173 17.6144 3.13722C17.6912 3.47271 17.5901 3.82412 17.3468 4.06748L14.7071 6.70711C13.9931 7.42115 13.9931 8.57885 14.7071 9.29289C15.4212 10.0069 16.5789 10.0069 17.2929 9.29289L19.9325 6.65327C20.1759 6.4099 20.5273 6.30879 20.8628 6.38559C21.1983 6.46239 21.4707 6.70632 21.584 7.03132C21.8538 7.8057 22 8.63684 22 9.5C22 13.6421 18.6422 17 14.5 17C13.7195 17 12.9654 16.8805 12.256 16.6582L7.95713 20.9571C6.6001 22.3141 4.39994 22.3141 3.04291 20.9571C1.68589 19.6001 1.68589 17.3999 3.04291 16.0429L7.34178 11.744C7.11957 11.0346 7.00002 10.2805 7.00002 9.5Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default SettingsWrench\n", "import type { SVGProps } from \"react\"\nconst Share = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M11.2929 3.29289C11.6834 2.90237 12.3166 2.90237 12.7071 3.29289L16.7071 7.29289C17.0976 7.68342 17.0976 8.31658 16.7071 8.70711C16.3166 9.09763 15.6834 9.09763 15.2929 8.70711L13 6.41421V15C13 15.5523 12.5523 16 12 16C11.4477 16 11 15.5523 11 15V6.41421L8.70711 8.70711C8.31658 9.09763 7.68342 9.09763 7.29289 8.70711C6.90237 8.31658 6.90237 7.68342 7.29289 7.29289L11.2929 3.29289ZM4 14C4.55229 14 5 14.4477 5 15V15.2C5 16.0566 5.00078 16.6389 5.03755 17.089C5.07337 17.5274 5.1383 17.7516 5.21799 17.908C5.40973 18.2843 5.7157 18.5903 6.09202 18.782C6.24842 18.8617 6.47262 18.9266 6.91104 18.9624C7.36113 18.9992 7.94342 19 8.8 19H15.2C16.0566 19 16.6389 18.9992 17.089 18.9624C17.5274 18.9266 17.7516 18.8617 17.908 18.782C18.2843 18.5903 18.5903 18.2843 18.782 17.908C18.8617 17.7516 18.9266 17.5274 18.9624 17.089C18.9992 16.6389 19 16.0566 19 15.2V15C19 14.4477 19.4477 14 20 14C20.5523 14 21 14.4477 21 15V15.2413C21 16.0463 21 16.7106 20.9558 17.2518C20.9099 17.8139 20.8113 18.3306 20.564 18.816C20.1805 19.5686 19.5686 20.1805 18.816 20.564C18.3306 20.8113 17.8139 20.9099 17.2518 20.9558C16.7106 21 16.0463 21 15.2413 21H8.75868C7.95372 21 7.28936 21 6.74817 20.9558C6.18608 20.9099 5.66937 20.8113 5.18404 20.564C4.43139 20.1805 3.81947 19.5686 3.43597 18.816C3.18868 18.3306 3.09012 17.8139 3.04419 17.2518C2.99998 16.7106 2.99999 16.0463 3 15.2413L3 15C3 14.4477 3.44772 14 4 14Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Share\n", "import type { SVGProps } from \"react\"\nconst ShareChat = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M12 2a1 1 0 0 1 .707.293l3 3a1 1 0 1 1-1.414 1.414L13 5.414V11.5a1 1 0 1 1-2 0V5.414L9.707 6.707a1 1 0 1 1-1.414-1.414l3-3A1 1 0 0 1 12 2ZM4.38 7.104a1 1 0 0 1 .451 1.341A7.963 7.963 0 0 0 4 12c0 2.194.882 4.18 2.313 5.627a1 1 0 0 1 .147 1.217L5.766 20H12a8 8 0 0 0 7.169-11.555 1 1 0 1 1 1.791-.89A9.963 9.963 0 0 1 22 12c0 5.523-4.477 10-10 10H4a1 1 0 0 1-.857-1.515l1.218-2.03A9.964 9.964 0 0 1 2 12c0-1.595.374-3.105 1.04-4.445a1 1 0 0 1 1.34-.45Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default ShareChat\n", "import type { SVGProps } from \"react\"\nconst ShareScreen = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M20 8.79981C20 7.94342 19.9997 7.36117 19.9629 6.91113C19.936 6.58253 19.8924 6.37418 19.8389 6.22461L19.7822 6.0918C19.6145 5.76256 19.3592 5.48707 19.0459 5.29492L18.9082 5.21778C18.7518 5.13809 18.5273 5.07293 18.0889 5.03711C17.6388 5.00035 17.0566 5 16.2002 5H7.79981C6.94342 5 6.36117 5.00035 5.91113 5.03711C5.58253 5.06396 5.37418 5.10762 5.22461 5.16113L5.0918 5.21778C4.76256 5.38555 4.48707 5.64085 4.29492 5.9541L4.21778 6.0918C4.13809 6.2482 4.07293 6.47272 4.03711 6.91113C4.00035 7.36117 4 7.94342 4 8.79981V15.2002C4 16.0566 4.00035 16.6388 4.03711 17.0889C4.07293 17.5273 4.13809 17.7518 4.21778 17.9082L4.29492 18.0459C4.48707 18.3592 4.76256 18.6145 5.0918 18.7822L5.22461 18.8389C5.37418 18.8924 5.58253 18.936 5.91113 18.9629C6.36117 18.9997 6.94342 19 7.79981 19H16.2002C17.0566 19 17.6388 18.9997 18.0889 18.9629C18.5273 18.9271 18.7518 18.8619 18.9082 18.7822L19.0459 18.7051C19.3592 18.5129 19.6145 18.2374 19.7822 17.9082L19.8389 17.7754C19.8924 17.6258 19.936 17.4175 19.9629 17.0889C19.9997 16.6388 20 16.0566 20 15.2002V8.79981ZM11 15.5V10.9141L9.70703 12.207C9.31651 12.5976 8.6835 12.5976 8.29297 12.207C7.90245 11.8165 7.90245 11.1835 8.29297 10.793L11.293 7.79297L11.3691 7.72461C11.7619 7.40426 12.3409 7.42685 12.707 7.79297L15.707 10.793L15.7754 10.8691C16.0957 11.2619 16.0731 11.8409 15.707 12.207C15.3409 12.5731 14.7619 12.5957 14.3691 12.2754L14.293 12.207L13 10.9141V15.5C13 16.0523 12.5523 16.5 12 16.5C11.4477 16.5 11 16.0523 11 15.5ZM22 15.2002C22 16.0237 22.001 16.7016 21.9561 17.252C21.9159 17.7438 21.8356 18.2011 21.6504 18.6328L21.5645 18.8164C21.2289 19.4749 20.7183 20.0259 20.0918 20.4102L19.8164 20.5645C19.3311 20.8117 18.814 20.9101 18.252 20.9561C17.7016 21.001 17.0237 21 16.2002 21H7.79981C6.97632 21 6.29843 21.001 5.74805 20.9561C5.2562 20.9159 4.79892 20.8356 4.36719 20.6504L4.1836 20.5645C3.52513 20.2289 2.97414 19.7183 2.58985 19.0918L2.43555 18.8164C2.18827 18.3311 2.08988 17.814 2.04395 17.252C1.99898 16.7016 2 16.0237 2 15.2002V8.79981C2 7.97632 1.99898 7.29843 2.04395 6.74805C2.08988 6.18599 2.18827 5.6689 2.43555 5.1836L2.58985 4.90821C2.97414 4.2817 3.52513 3.7711 4.1836 3.43555L4.36719 3.34961C4.79892 3.16442 5.2562 3.08414 5.74805 3.04395C6.29843 2.99898 6.97632 3 7.79981 3H16.2002C17.0237 3 17.7016 2.99898 18.252 3.04395C18.814 3.08988 19.3311 3.18827 19.8164 3.43555L20.0918 3.58985C20.7183 3.97414 21.2289 4.52513 21.5645 5.1836L21.6504 5.36719C21.8356 5.79892 21.9159 6.2562 21.9561 6.74805C22.001 7.29843 22 7.97632 22 8.79981V15.2002Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ShareScreen\n", "import type { SVGProps } from \"react\"\nconst ShareScreenFilled = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M15.5996 3C17.8398 3 18.9608 2.99957 19.8164 3.43555C20.5689 3.81902 21.181 4.43109 21.5645 5.18359C22.0004 6.03924 22 7.16018 22 9.40039V14.5996C22 16.8398 22.0004 17.9608 21.5645 18.8164C21.181 19.5689 20.5689 20.181 19.8164 20.5645C18.9608 21.0004 17.8398 21 15.5996 21H8.40039C6.16018 21 5.03924 21.0004 4.18359 20.5645C3.43109 20.181 2.81902 19.5689 2.43555 18.8164C1.99957 17.9608 2 16.8398 2 14.5996V9.40039C2 7.16018 1.99957 6.03924 2.43555 5.18359C2.81902 4.43109 3.43109 3.81902 4.18359 3.43555C5.03924 2.99957 6.16018 3 8.40039 3H15.5996ZM12.707 7.79297C12.3409 7.42687 11.7619 7.4043 11.3691 7.72461L11.293 7.79297L8.29297 10.793C7.90244 11.1835 7.90244 11.8165 8.29297 12.207C8.6835 12.5975 9.31652 12.5975 9.70703 12.207L11 10.9141V15.5C11 16.0523 11.4477 16.5 12 16.5C12.5522 16.5 13 16.0523 13 15.5V10.9141L14.293 12.207L14.3691 12.2754C14.7619 12.5957 15.3409 12.5731 15.707 12.207C16.0731 11.8409 16.0957 11.2619 15.7754 10.8691L15.707 10.793L12.707 7.79297Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ShareScreenFilled\n", "import type { SVGProps } from \"react\"\nconst ShareScreenOff = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M20 8.79981C20 7.94342 19.9997 7.36117 19.9629 6.91113C19.936 6.58253 19.8924 6.37418 19.8389 6.22461L19.7822 6.0918C19.6145 5.76256 19.3592 5.48707 19.0459 5.29492L18.9082 5.21778C18.7518 5.13809 18.5273 5.07293 18.0889 5.03711C17.6388 5.00035 17.0566 5 16.2002 5H7.79981C6.94342 5 6.36117 5.00035 5.91113 5.03711C5.58253 5.06396 5.37418 5.10762 5.22461 5.16113L5.0918 5.21778C4.76256 5.38555 4.48707 5.64085 4.29492 5.9541L4.21778 6.0918C4.13809 6.2482 4.07293 6.47272 4.03711 6.91113C4.00035 7.36117 4 7.94342 4 8.79981V15.2002C4 16.0566 4.00035 16.6388 4.03711 17.0889C4.07293 17.5273 4.13809 17.7518 4.21778 17.9082L4.29492 18.0459C4.48707 18.3592 4.76256 18.6145 5.0918 18.7822L5.22461 18.8389C5.37418 18.8924 5.58253 18.936 5.91113 18.9629C6.36117 18.9997 6.94342 19 7.79981 19H16.2002C17.0566 19 17.6388 18.9997 18.0889 18.9629C18.5273 18.9271 18.7518 18.8619 18.9082 18.7822L19.0459 18.7051C19.3592 18.5129 19.6145 18.2374 19.7822 17.9082L19.8389 17.7754C19.8924 17.6258 19.936 17.4175 19.9629 17.0889C19.9997 16.6388 20 16.0566 20 15.2002V8.79981ZM13.793 8.79297C14.1835 8.40245 14.8165 8.40245 15.207 8.79297C15.5976 9.1835 15.5976 9.81651 15.207 10.207L13.4141 12L15.207 13.793L15.2754 13.8691C15.5957 14.2619 15.5731 14.8409 15.207 15.207C14.8409 15.5731 14.2619 15.5957 13.8691 15.2754L13.793 15.207L12 13.4141L10.207 15.207C9.81651 15.5976 9.1835 15.5976 8.79297 15.207C8.40245 14.8165 8.40245 14.1835 8.79297 13.793L10.5859 12L8.79297 10.207L8.72461 10.1309C8.40426 9.73809 8.42685 9.15909 8.79297 8.79297C9.15909 8.42685 9.73809 8.40426 10.1309 8.72461L10.207 8.79297L12 10.5859L13.793 8.79297ZM22 15.2002C22 16.0237 22.001 16.7016 21.9561 17.252C21.9159 17.7438 21.8356 18.2011 21.6504 18.6328L21.5645 18.8164C21.2289 19.4749 20.7183 20.0259 20.0918 20.4102L19.8164 20.5645C19.3311 20.8117 18.814 20.9101 18.252 20.9561C17.7016 21.001 17.0237 21 16.2002 21H7.79981C6.97632 21 6.29843 21.001 5.74805 20.9561C5.2562 20.9159 4.79892 20.8356 4.36719 20.6504L4.1836 20.5645C3.52513 20.2289 2.97414 19.7183 2.58985 19.0918L2.43555 18.8164C2.18827 18.3311 2.08988 17.814 2.04395 17.252C1.99898 16.7016 2 16.0237 2 15.2002V8.79981C2 7.97632 1.99898 7.29843 2.04395 6.74805C2.08988 6.18599 2.18827 5.6689 2.43555 5.1836L2.58985 4.90821C2.97414 4.2817 3.52513 3.7711 4.1836 3.43555L4.36719 3.34961C4.79892 3.16442 5.2562 3.08414 5.74805 3.04395C6.29843 2.99898 6.97632 3 7.79981 3H16.2002C17.0237 3 17.7016 2.99898 18.252 3.04395C18.814 3.08988 19.3311 3.18827 19.8164 3.43555L20.0918 3.58985C20.7183 3.97414 21.2289 4.52513 21.5645 5.1836L21.6504 5.36719C21.8356 5.79892 21.9159 6.2562 21.9561 6.74805C22.001 7.29843 22 7.97632 22 8.79981V15.2002Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ShareScreenOff\n", "import type { SVGProps } from \"react\"\nconst ShareScreenOffFilled = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M15.5996 3C17.8398 3 18.9608 2.99957 19.8164 3.43555C20.5689 3.81902 21.181 4.43109 21.5645 5.18359C22.0004 6.03924 22 7.16018 22 9.40039V14.5996C22 16.8398 22.0004 17.9608 21.5645 18.8164C21.181 19.5689 20.5689 20.181 19.8164 20.5645C18.9608 21.0004 17.8398 21 15.5996 21H8.40039C6.16018 21 5.03924 21.0004 4.18359 20.5645C3.43109 20.181 2.81902 19.5689 2.43555 18.8164C1.99957 17.9608 2 16.8398 2 14.5996V9.40039C2 7.16018 1.99957 6.03924 2.43555 5.18359C2.81902 4.43109 3.43109 3.81902 4.18359 3.43555C5.03924 2.99957 6.16018 3 8.40039 3H15.5996ZM15.207 8.79297C14.8165 8.40246 14.1835 8.40251 13.793 8.79297L12 10.5859L10.207 8.79297L10.1309 8.72461C9.73811 8.40428 9.15909 8.42691 8.79297 8.79297C8.42685 9.15908 8.40426 9.73809 8.72461 10.1309L8.79297 10.207L10.5859 12L8.79297 13.793C8.40244 14.1835 8.40244 14.8165 8.79297 15.207C9.18349 15.5975 9.81651 15.5976 10.207 15.207L12 13.4141L13.793 15.207L13.8691 15.2754C14.2619 15.5957 14.8409 15.5731 15.207 15.207C15.5731 14.8409 15.5957 14.2619 15.2754 13.8691L15.207 13.793L13.4141 12L15.207 10.207C15.5975 9.81651 15.5975 9.18347 15.207 8.79297Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ShareScreenOffFilled\n", "import type { SVGProps } from \"react\"\nconst ShieldCheck = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M15.344 10.036a1 1 0 1 0-1.688-1.072l-2.474 3.896-.943-1.034a1 1 0 0 0-1.478 1.348l1.826 2a1 1 0 0 0 1.583-.138l3.174-5Z\" />\n <path\n fillRule=\"evenodd\"\n d=\"M13.203 1.935a3 3 0 0 0-2.405 0l-6 2.625A3 3 0 0 0 3 7.308V13a9 9 0 1 0 18 0V7.308a3 3 0 0 0-1.797-2.748l-6-2.625Zm-1.604 1.832a1 1 0 0 1 .802 0l6 2.625a1 1 0 0 1 .599.916V13a7 7 0 1 1-14 0V7.308a1 1 0 0 1 .6-.916l6-2.625Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default ShieldCheck\n", "import type { SVGProps } from \"react\"\nconst ShieldKey = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M12.4 3.767a1 1 0 0 0-.8 0l-6 2.625a1 1 0 0 0-.6.916V13a7 7 0 1 0 14 0V7.308a1 1 0 0 0-.6-.916l-6-2.625Zm-1.603-1.832a3 3 0 0 1 2.405 0l6 2.625A3 3 0 0 1 21 7.308V13a9 9 0 1 1-18 0V7.308A3 3 0 0 1 4.798 4.56l6-2.625ZM12 9a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm1 3.83a3.001 3.001 0 1 0-2 0V16a1 1 0 0 0 1 1h1a1 1 0 1 0 0-2v-2.17Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default ShieldKey\n", "import type { SVGProps } from \"react\"\nconst ShieldLock = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12.4008 3.76689C12.1453 3.6551 11.8547 3.6551 11.5992 3.76689L5.59918 6.39189C5.23519 6.55113 5 6.91075 5 7.30804V13C5 16.866 8.13401 20 12 20C15.866 20 19 16.866 19 13V7.30804C19 6.91075 18.7648 6.55113 18.4008 6.39189L12.4008 3.76689ZM10.7975 1.93457C11.5641 1.5992 12.4359 1.5992 13.2025 1.93457L19.2025 4.55957C20.2944 5.03731 21 6.11615 21 7.30804V13C21 17.9706 16.9706 22 12 22C7.02944 22 3 17.9706 3 13V7.30804C3 6.11615 3.70558 5.03731 4.79754 4.55957L10.7975 1.93457Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12 9.00001C12.5523 9.00001 13 9.44773 13 10H11C11 9.44773 11.4477 9.00001 12 9.00001ZM15 10.3558V10C15 8.34316 13.6569 7.00001 12 7.00001C10.3431 7.00001 9 8.34316 9 10V10.3558C8.39796 10.7483 8 11.4277 8 12.2V14.3C8 15.515 8.98497 16.5 10.2 16.5H13.8C15.015 16.5 16 15.515 16 14.3V12.2C16 11.4277 15.602 10.7483 15 10.3558ZM10.2 12H13.8C13.9105 12 14 12.0896 14 12.2V14.3C14 14.4105 13.9105 14.5 13.8 14.5H10.2C10.0895 14.5 10 14.4105 10 14.3V12.2C10 12.0896 10.0895 12 10.2 12Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ShieldLock\n", "import type { SVGProps } from \"react\"\nconst ShieldPerson = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M12.4 3.767a1 1 0 0 0-.8 0l-6 2.625a1 1 0 0 0-.6.916V13c0 1.714.616 3.283 1.638 4.5A6.985 6.985 0 0 1 12 15c2.153 0 4.078.972 5.362 2.5A6.971 6.971 0 0 0 19 13V7.308a1 1 0 0 0-.6-.916l-6-2.625Zm3.47 15.067A4.99 4.99 0 0 0 12 17a4.99 4.99 0 0 0-3.87 1.834A6.968 6.968 0 0 0 12 20c1.43 0 2.761-.43 3.87-1.166Zm-5.072-16.9a3 3 0 0 1 2.405 0l6 2.626A3 3 0 0 1 21 7.308V13a9 9 0 1 1-18 0V7.308A3 3 0 0 1 4.798 4.56l6-2.625ZM12 8.5a1.75 1.75 0 1 0 0 3.5 1.75 1.75 0 0 0 0-3.5Zm-3.75 1.75a3.75 3.75 0 1 1 7.5 0 3.75 3.75 0 0 1-7.5 0Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default ShieldPerson\n", "import type { SVGProps } from \"react\"\nconst ShoppingBag = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M7.02469 7H5C3.89543 7 3 7.89543 3 9V17C3 19.2091 4.79086 21 7 21H17C19.2091 21 21 19.2091 21 17V9C21 7.89543 20.1046 7 19 7H16.9753C16.7245 4.47334 14.5927 2.5 12 2.5C9.40733 2.5 7.27555 4.47334 7.02469 7ZM9.04148 7H14.9585C14.7205 5.58114 13.4865 4.5 12 4.5C10.5135 4.5 9.27952 5.58114 9.04148 7ZM5 9V17C5 18.1046 5.89543 19 7 19H17C18.1046 19 19 18.1046 19 17V9H5Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ShoppingBag\n", "import type { SVGProps } from \"react\"\nconst Shortcuts = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M14.5 9C14.5 8.44772 14.0523 8 13.5 8C12.9477 8 12.5 8.44772 12.5 9V15C12.5 15.5523 12.9477 16 13.5 16C14.0523 16 14.5 15.5523 14.5 15V9Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M11.5 10C11.5 9.44772 11.0523 9 10.5 9C9.94772 9 9.5 9.44772 9.5 10V14C9.5 14.5523 9.94772 15 10.5 15C11.0523 15 11.5 14.5523 11.5 14V10Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M8.5 11.25C8.5 10.6977 8.05229 10.25 7.5 10.25C6.94772 10.25 6.5 10.6977 6.5 11.25V12.75C6.5 13.3023 6.94772 13.75 7.5 13.75C8.05229 13.75 8.5 13.3023 8.5 12.75V11.25Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M17.5 11.25C17.5 10.6977 17.0523 10.25 16.5 10.25C15.9477 10.25 15.5 10.6977 15.5 11.25V12.75C15.5 13.3023 15.9477 13.75 16.5 13.75C17.0523 13.75 17.5 13.3023 17.5 12.75V11.25Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M8.5087 2.75C7.70374 2.74999 7.03937 2.74998 6.49818 2.79419C5.93608 2.84012 5.41937 2.93868 4.93404 3.18598C4.18139 3.56947 3.56947 4.18139 3.18598 4.93404C2.93868 5.41937 2.84012 5.93608 2.79419 6.49818C2.74998 7.03937 2.74999 7.70372 2.75 8.50868V15.4913C2.74999 16.2963 2.74998 16.9606 2.79419 17.5018C2.84012 18.0639 2.93868 18.5806 3.18598 19.066C3.56947 19.8186 4.18139 20.4305 4.93404 20.814C5.41937 21.0613 5.93608 21.1599 6.49818 21.2058C7.03937 21.25 7.70372 21.25 8.50868 21.25H15.4913C16.2963 21.25 16.9606 21.25 17.5018 21.2058C18.0639 21.1599 18.5806 21.0613 19.066 20.814C19.8186 20.4305 20.4305 19.8186 20.814 19.066C21.0613 18.5806 21.1599 18.0639 21.2058 17.5018C21.25 16.9606 21.25 16.2963 21.25 15.4913V8.50868C21.25 7.70372 21.25 7.03937 21.2058 6.49818C21.1599 5.93608 21.0613 5.41937 20.814 4.93404C20.4305 4.18139 19.8186 3.56947 19.066 3.18598C18.5806 2.93868 18.0639 2.84012 17.5018 2.79419C16.9606 2.74998 16.2963 2.74999 15.4913 2.75H8.5087ZM5.84202 4.96799C5.99842 4.8883 6.22262 4.82337 6.66104 4.78755C7.11113 4.75078 7.69342 4.75 8.55 4.75H15.45C16.3066 4.75 16.8889 4.75078 17.339 4.78755C17.7774 4.82337 18.0016 4.8883 18.158 4.96799C18.5343 5.15974 18.8403 5.4657 19.032 5.84202C19.1117 5.99842 19.1766 6.22262 19.2124 6.66104C19.2492 7.11113 19.25 7.69342 19.25 8.55V15.45C19.25 16.3066 19.2492 16.8889 19.2124 17.339C19.1766 17.7774 19.1117 18.0016 19.032 18.158C18.8403 18.5343 18.5343 18.8403 18.158 19.032C18.0016 19.1117 17.7774 19.1766 17.339 19.2124C16.8889 19.2492 16.3066 19.25 15.45 19.25H8.55C7.69342 19.25 7.11113 19.2492 6.66104 19.2124C6.22262 19.1766 5.99842 19.1117 5.84202 19.032C5.4657 18.8403 5.15974 18.5343 4.96799 18.158C4.8883 18.0016 4.82337 17.7774 4.78755 17.339C4.75078 16.8889 4.75 16.3066 4.75 15.45V8.55C4.75 7.69342 4.75078 7.11113 4.78755 6.66104C4.82337 6.22262 4.8883 5.99842 4.96799 5.84202C5.15974 5.4657 5.4657 5.15974 5.84202 4.96799Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Shortcuts\n", "import type { SVGProps } from \"react\"\nconst Shuffle = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M17.2929 3.29289C17.6834 2.90237 18.3166 2.90237 18.7071 3.29289L21.7071 6.29289C22.0976 6.68342 22.0976 7.31658 21.7071 7.70711L18.7071 10.7071C18.3166 11.0976 17.6834 11.0976 17.2929 10.7071C16.9024 10.3166 16.9024 9.68342 17.2929 9.29289L18.5858 8H17.9882C17.2069 8 16.9792 8.00643 16.7758 8.05526C16.5717 8.10425 16.3766 8.18506 16.1976 8.29472C16.0193 8.40402 15.8537 8.56048 15.3012 9.113L7.11299 17.3012C7.08867 17.3255 7.06467 17.3496 7.04098 17.3733C6.59218 17.8225 6.25308 18.1619 5.84735 18.4106C5.48946 18.6299 5.09929 18.7915 4.69114 18.8895C4.22842 19.0006 3.74466 19.0003 3.10357 19C3.0695 19 3.03498 19 3 19C2.44772 19 2 18.5523 2 18C2 17.4477 2.44772 17 3 17C3.79007 17 4.02104 16.9935 4.22425 16.9447C4.42832 16.8957 4.62341 16.8149 4.80236 16.7053C4.98072 16.596 5.14627 16.4395 5.69878 15.887L13.887 7.69878C13.9113 7.67445 13.9353 7.65043 13.959 7.62672C14.4078 7.17749 14.7469 6.83807 15.1526 6.58944C15.5105 6.37012 15.9007 6.20851 16.3089 6.11052C16.7716 5.99944 17.2513 5.99967 17.8863 5.99997C17.9199 5.99998 17.9538 6 17.9882 6H18.5858L17.2929 4.70711C16.9024 4.31658 16.9024 3.68342 17.2929 3.29289ZM4.22425 7.05526C4.02104 7.00647 3.79007 7 3 7C2.44772 7 2 6.55228 2 6C2 5.44772 2.44772 5 3 5C3.03498 5 3.0695 4.99998 3.10357 4.99997C3.74466 4.99966 4.22842 4.99943 4.69114 5.11052C5.09929 5.20851 5.48946 5.37012 5.84735 5.58944C6.25307 5.83807 6.59218 6.17749 7.04098 6.62672C7.06467 6.65043 7.08867 6.67445 7.11299 6.69878L8.70711 8.29289C9.09763 8.68342 9.09763 9.31658 8.70711 9.70711C8.31658 10.0976 7.68342 10.0976 7.29289 9.70711L5.69878 8.11299C5.14627 7.56048 4.98072 7.40402 4.80236 7.29472C4.62341 7.18506 4.42832 7.10425 4.22425 7.05526ZM17.2929 13.2929C17.6834 12.9024 18.3166 12.9024 18.7071 13.2929L21.7071 16.2929C22.0976 16.6834 22.0976 17.3166 21.7071 17.7071L18.7071 20.7071C18.3166 21.0976 17.6834 21.0976 17.2929 20.7071C16.9024 20.3166 16.9024 19.6834 17.2929 19.2929L18.5858 18H17.9882C17.9538 18 17.9199 18 17.8863 18C17.2513 18.0003 16.7716 18.0006 16.3089 17.8895C15.9007 17.7915 15.5105 17.6299 15.1526 17.4106C14.7469 17.1619 14.4078 16.8225 13.959 16.3733C13.9353 16.3496 13.9113 16.3255 13.887 16.3012L13.2929 15.7071C12.9024 15.3166 12.9024 14.6834 13.2929 14.2929C13.6834 13.9024 14.3166 13.9024 14.7071 14.2929L15.3012 14.887C15.8537 15.4395 16.0193 15.596 16.1976 15.7053C16.3766 15.8149 16.5717 15.8957 16.7757 15.9447C16.9792 15.9936 17.2069 16 17.9882 16H18.5858L17.2929 14.7071C16.9024 14.3166 16.9024 13.6834 17.2929 13.2929Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Shuffle\n", "import type { SVGProps } from \"react\"\nconst Sidebar = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M8 5.4541C8 5.42548 8.00155 5.39716 8.00391 5.36914C7.55522 5.37527 7.18036 5.38745 6.85449 5.41406C6.32513 5.45732 5.99243 5.53344 5.74121 5.6416L5.6377 5.69043C5.14381 5.94215 4.73058 6.32494 4.44238 6.79492L4.32715 7.00098C4.19296 7.26434 4.10023 7.61261 4.05078 8.21777C4.00041 8.83458 4 9.62723 4 10.7637V13.2363C4 14.3728 4.00039 15.1654 4.05078 15.7822C4.10023 16.3871 4.19298 16.7347 4.32715 16.998L4.44238 17.2041C4.73056 17.6741 5.14377 18.0568 5.6377 18.3086L5.74121 18.3574C5.99244 18.4656 6.32506 18.5417 6.85449 18.585C7.17941 18.6115 7.55304 18.6228 8 18.6289V5.4541ZM22 13.2363C22 14.3396 22.001 15.2273 21.9424 15.9443C21.8903 16.5821 21.7876 17.1524 21.5605 17.6816L21.4551 17.9063C20.9758 18.8468 20.211 19.6115 19.2705 20.0908C18.6783 20.3925 18.0373 20.5186 17.3086 20.5781C16.5914 20.6367 15.7032 20.6357 14.5996 20.6357H9.40039C9.27572 20.6357 9.15341 20.6339 9.03418 20.6338C9.02282 20.6342 9.01146 20.6357 9 20.6357C8.98557 20.6357 8.97131 20.6334 8.95703 20.6328C8.05556 20.632 7.31 20.6287 6.69141 20.5781C6.05356 20.526 5.48347 20.4235 4.9541 20.1963L4.73047 20.0908C3.84834 19.6413 3.12017 18.9412 2.6377 18.0801L2.54492 17.9063C2.24315 17.3139 2.11717 16.6732 2.05762 15.9443C1.99905 15.2273 2 14.3396 2 13.2363V10.7637C2 9.66008 1.99903 8.77186 2.05762 8.05469C2.11716 7.32598 2.24327 6.68595 2.54492 6.09375L2.6377 5.91895C3.12017 5.05789 3.8484 4.35763 4.73047 3.9082L4.9541 3.80274C5.48344 3.57561 6.05359 3.47301 6.69141 3.4209C7.40857 3.36231 8.29681 3.36328 9.40039 3.36328H14.5996C15.7032 3.36328 16.5914 3.36231 17.3086 3.4209C18.0373 3.48044 18.6773 3.60656 19.2695 3.9082L19.4443 4.00195C20.3052 4.48442 21.0057 5.21184 21.4551 6.09375L21.5605 6.31738C21.7877 6.84672 21.8903 7.41688 21.9424 8.05469C22.001 8.77186 22 9.66008 22 10.7637V13.2363ZM10 18.6357H14.5996C15.7361 18.6357 16.5287 18.6353 17.1455 18.585C17.7507 18.5355 18.0989 18.4428 18.3623 18.3086L18.5684 18.1934C19.0383 17.9051 19.4211 17.492 19.6729 16.998L19.7217 16.8945C19.8298 16.6434 19.906 16.3112 19.9492 15.7822C19.9996 15.1654 20 14.3728 20 13.2363V10.7637C20 9.62722 19.9996 8.83458 19.9492 8.21777C19.906 7.68841 19.8299 7.35572 19.7217 7.10449L19.6729 7.00098C19.4211 6.50707 19.0383 6.09385 18.5684 5.80567L18.3623 5.69043C18.0989 5.55623 17.7507 5.46351 17.1455 5.41406C16.5287 5.36369 15.736 5.36328 14.5996 5.36328H9.99609C9.99879 5.39319 10 5.42349 10 5.4541V18.6357Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Sidebar\n", "import type { SVGProps } from \"react\"\nconst SidebarCollapseLeft = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M19 6a1 1 0 0 0-1-1h-8v14h8a1 1 0 0 0 1-1V6ZM5 18a1 1 0 0 0 1 1h2V5H6a1 1 0 0 0-1 1v12Zm16 0a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v12Z\" />\n <path d=\"M14.37 9.225a1 1 0 0 1 1.405 1.406l-.068.076L14.414 12l1.293 1.293.068.076a1 1 0 0 1-1.406 1.406l-.076-.068-2-2a1 1 0 0 1 0-1.414l2-2 .076-.068Z\" />\n </svg>\n)\nexport default SidebarCollapseLeft\n", "import type { SVGProps } from \"react\"\nconst SidebarCollapseRight = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M19 6a1 1 0 0 0-1-1h-2v14h2a1 1 0 0 0 1-1V6ZM8.293 9.293a1 1 0 0 1 1.338-.068l.076.068 2 2a1 1 0 0 1 0 1.414l-2 2a1 1 0 1 1-1.414-1.414L9.586 12l-1.293-1.293-.068-.076a1 1 0 0 1 .068-1.338ZM5 18a1 1 0 0 0 1 1h8V5H6a1 1 0 0 0-1 1v12Zm16 0a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v12Z\" />\n </svg>\n)\nexport default SidebarCollapseRight\n", "import type { SVGProps } from \"react\"\nconst SidebarFloatingLeft = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M20 10.4c0-1.136 0-1.929-.05-2.546-.044-.529-.12-.862-.228-1.113l-.05-.103a3.001 3.001 0 0 0-1.104-1.196l-.206-.115c-.263-.134-.611-.227-1.216-.276C16.528 5 15.735 5 14.6 5H9.4c-1.136 0-1.929 0-2.546.05-.529.044-.862.12-1.113.228l-.103.05a3 3 0 0 0-1.196 1.104l-.115.206c-.134.263-.227.611-.276 1.216C4 8.471 4 9.264 4 10.4v3.2c0 1.136 0 1.929.05 2.545.05.606.143.954.277 1.217l.115.206c.289.47.702.853 1.196 1.105l.103.049c.251.108.584.184 1.113.227C7.471 19 8.264 19 9.4 19h5.2c1.136 0 1.929 0 2.545-.05.606-.05.954-.143 1.217-.277l.206-.115a3.01 3.01 0 0 0 1.105-1.196l.049-.103c.108-.251.184-.584.227-1.114C20 15.53 20 14.736 20 13.6v-3.2ZM6 16V8a1 1 0 0 1 2 0v8a1 1 0 1 1-2 0Zm16-2.4c0 1.103.001 1.991-.058 2.709-.052.637-.154 1.208-.381 1.737l-.106.224a5.002 5.002 0 0 1-2.01 2.092l-.175.093c-.593.302-1.233.428-1.961.487-.718.059-1.606.058-2.71.058H9.4c-1.103 0-1.991.001-2.709-.058-.637-.052-1.208-.154-1.737-.381l-.224-.106a5.002 5.002 0 0 1-2.092-2.01l-.093-.175c-.302-.593-.428-1.233-.487-1.961C1.999 15.59 2 14.703 2 13.599V10.4c0-1.103-.001-1.991.058-2.709.06-.728.185-1.368.487-1.96l.093-.175A5.002 5.002 0 0 1 4.73 3.545l.224-.106c.53-.227 1.1-.33 1.737-.381C7.41 2.999 8.297 3 9.401 3H14.6c1.103 0 1.991-.001 2.709.058.728.06 1.368.185 1.96.487l.175.093a5.002 5.002 0 0 1 2.011 2.092l.106.224c.227.53.33 1.1.381 1.737.059.718.058 1.606.058 2.71V13.6Z\" />\n </svg>\n)\nexport default SidebarFloatingLeft\n", "import type { SVGProps } from \"react\"\nconst SidebarFloatingOpenLeft = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M20 10.4004C20 9.26396 19.9996 8.47129 19.9492 7.85449C19.906 7.32513 19.8298 6.99244 19.7217 6.74121L19.6729 6.6377C19.4211 6.14381 19.0383 5.73057 18.5684 5.44238L18.3623 5.32715C18.099 5.19296 17.7507 5.10023 17.1455 5.05078C16.5287 5.00041 15.736 5 14.5996 5H9.40039C8.26396 5 7.47129 5.00041 6.85449 5.05078C6.32513 5.09403 5.99244 5.17016 5.74121 5.27832L5.6377 5.32715C5.14381 5.57888 4.73057 5.96166 4.44238 6.43164L4.32715 6.6377C4.19296 6.90105 4.10023 7.24933 4.05078 7.85449C4.00041 8.47129 4 9.26396 4 10.4004V13.5996C4 14.736 4.00041 15.5287 4.05078 16.1455C4.10023 16.7507 4.19296 17.099 4.32715 17.3623L4.44238 17.5684C4.73057 18.0383 5.14381 18.4211 5.6377 18.6729L5.74121 18.7217C5.99244 18.8298 6.32513 18.906 6.85449 18.9492C7.47129 18.9996 8.26396 19 9.40039 19H14.5996C15.736 19 16.5287 18.9996 17.1455 18.9492C17.7507 18.8998 18.099 18.807 18.3623 18.6729L18.5684 18.5576C19.0383 18.2694 19.4211 17.8562 19.6729 17.3623L19.7217 17.2588C19.8298 17.0076 19.906 16.6749 19.9492 16.1455C19.9996 15.5287 20 14.736 20 13.5996V10.4004ZM22 13.5996C22 14.7032 22.001 15.5914 21.9424 16.3086C21.8903 16.9464 21.7877 17.5166 21.5605 18.0459L21.4551 18.2695C21.0056 19.1516 20.3054 19.8798 19.4443 20.3623L19.2695 20.4551C18.6773 20.7567 18.0373 20.8828 17.3086 20.9424C16.5914 21.001 15.7032 21 14.5996 21H9.40039C8.29681 21 7.40857 21.001 6.69141 20.9424C6.05359 20.8903 5.48344 20.7877 4.9541 20.5605L4.73047 20.4551C3.84841 20.0056 3.12016 19.3054 2.6377 18.4443L2.54492 18.2695C2.24327 17.6773 2.11716 17.0373 2.05762 16.3086C1.99903 15.5914 2 14.7032 2 13.5996V10.4004C2 9.29681 1.99903 8.40857 2.05762 7.69141C2.11716 6.9627 2.24327 6.32266 2.54492 5.73047L2.6377 5.55567C3.12016 4.6946 3.84841 3.99436 4.73047 3.54492L4.9541 3.43945C5.48344 3.21233 6.05359 3.10973 6.69141 3.05762C7.40857 2.99903 8.29681 3 9.40039 3H14.5996C15.7032 3 16.5914 2.99903 17.3086 3.05762C18.0373 3.11716 18.6773 3.24327 19.2695 3.54492L19.4443 3.6377C20.3054 4.12016 21.0056 4.84841 21.4551 5.73047L21.5605 5.9541C21.7877 6.48344 21.8903 7.05359 21.9424 7.69141C22.001 8.40857 22 9.29681 22 10.4004V13.5996Z\" />\n <path d=\"M6 8C6 7.44772 6.44772 7 7 7H10C10.5523 7 11 7.44772 11 8V16C11 16.5523 10.5523 17 10 17H7C6.44772 17 6 16.5523 6 16V8Z\" />\n </svg>\n)\nexport default SidebarFloatingOpenLeft\n", "import type { SVGProps } from \"react\"\nconst SidebarFloatingOpenRight = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M20 10.4c0-1.136 0-1.929-.05-2.546-.044-.529-.12-.862-.228-1.113l-.05-.103a3.001 3.001 0 0 0-1.104-1.196l-.206-.115c-.263-.134-.611-.227-1.216-.276C16.528 5 15.735 5 14.6 5H9.4c-1.136 0-1.929 0-2.546.05-.529.044-.862.12-1.113.228l-.103.05a3 3 0 0 0-1.196 1.104l-.115.206c-.134.263-.227.611-.276 1.216C4 8.471 4 9.264 4 10.4v3.2c0 1.136 0 1.929.05 2.545.05.606.143.954.277 1.217l.115.206c.289.47.702.853 1.196 1.105l.103.049c.251.108.584.184 1.113.227C7.471 19 8.264 19 9.4 19h5.2c1.136 0 1.929 0 2.545-.05.606-.05.954-.143 1.217-.277l.206-.115a3.01 3.01 0 0 0 1.105-1.196l.049-.103c.108-.251.184-.584.227-1.114C20 15.53 20 14.736 20 13.6v-3.2Zm2 3.2c0 1.103.001 1.991-.058 2.709-.052.637-.154 1.208-.381 1.737l-.106.224a5.002 5.002 0 0 1-2.01 2.092l-.175.093c-.593.302-1.233.428-1.961.487-.718.059-1.606.058-2.71.058H9.4c-1.103 0-1.991.001-2.709-.058-.637-.052-1.208-.154-1.737-.381l-.224-.106a5.002 5.002 0 0 1-2.092-2.01l-.093-.175c-.302-.593-.428-1.233-.487-1.961C1.999 15.59 2 14.703 2 13.599V10.4c0-1.103-.001-1.991.058-2.709.06-.728.185-1.368.487-1.96l.093-.175A5.002 5.002 0 0 1 4.73 3.545l.224-.106c.53-.227 1.1-.33 1.737-.381C7.41 2.999 8.297 3 9.401 3H14.6c1.103 0 1.991-.001 2.709.058.728.06 1.368.185 1.96.487l.175.093a5.002 5.002 0 0 1 2.011 2.092l.106.224c.227.53.33 1.1.381 1.737.059.718.058 1.606.058 2.71V13.6Z\" />\n <path d=\"M13 8a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1V8Z\" />\n </svg>\n)\nexport default SidebarFloatingOpenRight\n", "import type { SVGProps } from \"react\"\nconst SidebarFloatingRight = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M20 10.4c0-1.136 0-1.929-.05-2.546-.044-.529-.12-.862-.228-1.113l-.05-.103a3.001 3.001 0 0 0-1.104-1.196l-.206-.115c-.263-.134-.611-.227-1.216-.276C16.528 5 15.735 5 14.6 5H9.4c-1.136 0-1.929 0-2.546.05-.529.044-.862.12-1.113.228l-.103.05a3 3 0 0 0-1.196 1.104l-.115.206c-.134.263-.227.611-.276 1.216C4 8.471 4 9.264 4 10.4v3.2c0 1.136 0 1.929.05 2.545.05.606.143.954.277 1.217l.115.206c.289.47.702.853 1.196 1.105l.103.049c.251.108.584.184 1.113.227C7.471 19 8.264 19 9.4 19h5.2c1.136 0 1.929 0 2.545-.05.606-.05.954-.143 1.217-.277l.206-.115a3.01 3.01 0 0 0 1.105-1.196l.049-.103c.108-.251.184-.584.227-1.114C20 15.53 20 14.736 20 13.6v-3.2ZM16 16V8a1 1 0 1 1 2 0v8a1 1 0 1 1-2 0Zm6-2.4c0 1.103.001 1.991-.058 2.709-.052.637-.154 1.208-.381 1.737l-.106.224a5.002 5.002 0 0 1-2.01 2.092l-.175.093c-.593.302-1.233.428-1.961.487-.718.059-1.606.058-2.71.058H9.4c-1.103 0-1.991.001-2.709-.058-.637-.052-1.208-.154-1.737-.381l-.224-.106a5.002 5.002 0 0 1-2.092-2.01l-.093-.175c-.302-.593-.428-1.233-.487-1.961C1.999 15.59 2 14.703 2 13.599V10.4c0-1.103-.001-1.991.058-2.709.06-.728.185-1.368.487-1.96l.093-.175A5.002 5.002 0 0 1 4.73 3.545l.224-.106c.53-.227 1.1-.33 1.737-.381C7.41 2.999 8.297 3 9.401 3H14.6c1.103 0 1.991-.001 2.709.058.728.06 1.368.185 1.96.487l.175.093a5.002 5.002 0 0 1 2.011 2.092l.106.224c.227.53.33 1.1.381 1.737.059.718.058 1.606.058 2.71V13.6Z\" />\n </svg>\n)\nexport default SidebarFloatingRight\n", "import type { SVGProps } from \"react\"\nconst SidebarLeft = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M6 5a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h2V5H6Zm4 0v14h8a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-8ZM3 6a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default SidebarLeft\n", "import type { SVGProps } from \"react\"\nconst SidebarMenuMobile = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M3 8C3 7.44772 3.44772 7 4 7H20C20.5523 7 21 7.44772 21 8C21 8.55228 20.5523 9 20 9H4C3.44772 9 3 8.55228 3 8ZM3 16C3 15.4477 3.44772 15 4 15H14C14.5523 15 15 15.4477 15 16C15 16.5523 14.5523 17 14 17H4C3.44772 17 3 16.5523 3 16Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default SidebarMenuMobile\n", "import type { SVGProps } from \"react\"\nconst SidebarMenuMobileBadgeCutout = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M3 8C3 7.44772 3.44772 7 4 7H12C12.5523 7 13 7.44772 13 8C13 8.55228 12.5523 9 12 9H4C3.44772 9 3 8.55228 3 8ZM3 16C3 15.4477 3.44772 15 4 15H14C14.5523 15 15 15.4477 15 16C15 16.5523 14.5523 17 14 17H4C3.44772 17 3 16.5523 3 16Z\"\n fill=\"currentColor\"\n />\n <circle cx={19} cy={7} r={4} fill=\"#0285FF\" />\n </svg>\n)\nexport default SidebarMenuMobileBadgeCutout\n", "import type { SVGProps } from \"react\"\nconst SidebarOpenLeft = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10 5V19H18C18.5523 19 19 18.5523 19 18V6C19 5.44772 18.5523 5 18 5H10ZM3 6C3 4.34315 4.34315 3 6 3H18C19.6569 3 21 4.34315 21 6V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6Z\"\n />\n </svg>\n)\nexport default SidebarOpenLeft\n", "import type { SVGProps } from \"react\"\nconst SidebarOpenLeftAlt = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M19 6C19 5.44772 18.5523 5 18 5H10V19H18C18.5523 19 19 18.5523 19 18V6ZM5 18C5 18.5523 5.44772 19 6 19H8V5H6C5.44772 5 5 5.44772 5 6V18ZM21 18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6C3 4.34315 4.34315 3 6 3H18C19.6569 3 21 4.34315 21 6V18Z\" />\n <path d=\"M14.1309 9.22437C13.7382 8.90402 13.1592 8.92662 12.793 9.29273C12.4269 9.65885 12.4043 10.2379 12.7247 10.6306L12.793 10.7068L14.086 11.9998L12.793 13.2927L12.7247 13.3689C12.4043 13.7617 12.4269 14.3407 12.793 14.7068C13.1592 15.0729 13.7382 15.0955 14.1309 14.7752L14.2071 14.7068L16.2071 12.7068C16.5976 12.3163 16.5976 11.6833 16.2071 11.2927L14.2071 9.29273L14.1309 9.22437Z\" />\n </svg>\n)\nexport default SidebarOpenLeftAlt\n", "import type { SVGProps } from \"react\"\nconst SidebarOpenRight = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M14 5V19H6C5.44772 19 5 18.5523 5 18V6C5 5.44772 5.44772 5 6 5H14ZM21 6C21 4.34315 19.6569 3 18 3H6C4.34315 3 3 4.34315 3 6V18C3 19.6569 4.34315 21 6 21H18C19.6569 21 21 19.6569 21 18V6Z\"\n />\n </svg>\n)\nexport default SidebarOpenRight\n", "import type { SVGProps } from \"react\"\nconst SidebarOpenRightAlt = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M19 6a1 1 0 0 0-1-1h-2v14h2a1 1 0 0 0 1-1V6ZM5 18a1 1 0 0 0 1 1h8V5H6a1 1 0 0 0-1 1v12Zm16 0a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v12Z\" />\n <path d=\"M9.87 9.224a1 1 0 0 1 1.405 1.407l-.068.076L9.914 12l1.293 1.293a1 1 0 0 1-1.414 1.414l-2-2a1 1 0 0 1 0-1.414l2-2 .076-.069Z\" />\n </svg>\n)\nexport default SidebarOpenRightAlt\n", "import type { SVGProps } from \"react\"\nconst SidebarRight = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M18 5a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1h-2V5h2Zm-4 0v14H6a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h8Zm7 1a3 3 0 0 0-3-3H6a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3V6Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default SidebarRight\n", "import type { SVGProps } from \"react\"\nconst SimpleRelax = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4ZM2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM6.93188 9.17706C7.38637 8.86329 8.00918 8.97738 8.32294 9.43188C8.52418 9.72338 8.6949 9.75 8.75 9.75C8.8051 9.75 8.97582 9.72338 9.17706 9.43188C9.49082 8.97738 10.1136 8.86329 10.5681 9.17706C11.0226 9.49082 11.1367 10.1136 10.8229 10.5681C10.3338 11.2766 9.59972 11.75 8.75 11.75C7.90028 11.75 7.16617 11.2766 6.67706 10.5681C6.36329 10.1136 6.47738 9.49082 6.93188 9.17706ZM13.4319 9.17706C13.8864 8.86329 14.5092 8.97738 14.8229 9.43188C15.0242 9.72338 15.1949 9.75 15.25 9.75C15.3051 9.75 15.4758 9.72338 15.6771 9.43188C15.9908 8.97738 16.6136 8.86329 17.0681 9.17706C17.5226 9.49082 17.6367 10.1136 17.3229 10.5681C16.8338 11.2766 16.0997 11.75 15.25 11.75C14.4003 11.75 13.6662 11.2766 13.1771 10.5681C12.8633 10.1136 12.9774 9.49082 13.4319 9.17706ZM7.39933 14.201C7.84087 13.8693 8.46775 13.9583 8.79949 14.3998C10.3701 16.4903 13.6299 16.4903 15.2005 14.3998C15.5323 13.9583 16.1591 13.8693 16.6007 14.201C17.0422 14.5327 17.1312 15.1596 16.7995 15.6012C14.4288 18.7565 9.57119 18.7565 7.20051 15.6012C6.86876 15.1596 6.95778 14.5327 7.39933 14.201Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default SimpleRelax\n", "import type { SVGProps } from \"react\"\nconst SimpleSad = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4ZM2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM12 15.5C11.1144 15.5 10.1648 15.8186 9.06671 16.5739C8.61168 16.8869 7.98907 16.7717 7.67608 16.3167C7.3631 15.8617 7.47825 15.2391 7.93329 14.9261C9.2583 14.0147 10.5972 13.5 12 13.5C13.4028 13.5 14.7417 14.0147 16.0667 14.9261C16.5217 15.2391 16.6369 15.8617 16.3239 16.3167C16.0109 16.7717 15.3883 16.8869 14.9333 16.5739C13.8352 15.8186 12.8856 15.5 12 15.5Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default SimpleSad\n", "import type { SVGProps } from \"react\"\nconst SimpleSmile = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4ZM2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM7.39933 14.201C7.84087 13.8693 8.46775 13.9583 8.79949 14.3998C10.3701 16.4903 13.6299 16.4903 15.2005 14.3998C15.5323 13.9583 16.1591 13.8693 16.6007 14.201C17.0422 14.5327 17.1312 15.1596 16.7995 15.6012C14.4288 18.7565 9.57119 18.7565 7.20051 15.6012C6.86876 15.1596 6.95778 14.5327 7.39933 14.201Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default SimpleSmile\n", "import type { SVGProps } from \"react\"\nconst Skip = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M11.9817 10.1521V8.04584C11.9817 6.99369 13.2654 6.38168 14.1896 6.99323L20.1653 10.9474C20.9449 11.4633 20.9449 12.5368 20.1653 13.0526L14.1896 17.0068C13.2654 17.6183 11.9817 17.0063 11.9817 15.9542V13.848L7.20793 17.0068C6.28374 17.6183 5 17.0063 5 15.9542V8.04584C5 6.99369 6.28375 6.38168 7.20794 6.99323L11.9817 10.1521Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Skip\n", "import type { SVGProps } from \"react\"\nconst Sleep = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M22.1279 1.10938L22 1.09961H18C17.5029 1.09961 17.0996 1.50294 17.0996 2C17.0996 2.49706 17.5029 2.90039 18 2.90039H20.127L17.2969 6.4375C17.0808 6.70756 17.0388 7.0779 17.1885 7.38965C17.3383 7.70147 17.654 7.90039 18 7.90039H22L22.0918 7.89551C22.5457 7.84953 22.9004 7.46607 22.9004 7C22.9004 6.53393 22.5457 6.15047 22.0918 6.10449L22 6.09961H19.873L22.7031 2.5625L22.7754 2.45605C22.926 2.20011 22.9424 1.88303 22.8115 1.61035C22.6804 1.33749 22.4221 1.15158 22.1279 1.10938Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12 2C6.47716 2 2 6.47716 2 12C2 17.5229 6.47716 22 12 22C17.5229 22 22 17.5229 22 12C22 11.4477 21.5523 11 21 11C20.4477 11 20 11.4477 20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C12.1505 4 12.2999 4.00452 12.4482 4.0127L12.8896 4.04883L12.9922 4.05469C13.499 4.05926 13.9371 3.67961 13.9941 3.16504C14.051 2.65039 13.7065 2.18344 13.2109 2.07715L13.1104 2.06055L12.835 2.03418C12.5595 2.01138 12.281 2 12 2Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M13.4922 15.8396C13.4213 15.2921 12.9196 14.9048 12.3721 14.9754C12.1853 14.9996 12.0002 15.006 11.8145 14.9939L11.6279 14.9754L11.5264 14.9676C11.0197 14.9536 10.5743 15.3261 10.5078 15.8396C10.4416 16.3528 10.7773 16.8256 11.2705 16.9412L11.3721 16.9598L11.6855 16.99C11.9997 17.0104 12.3134 17.0004 12.6279 16.9598C13.1755 16.8889 13.5628 16.3872 13.4922 15.8396Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M6.57422 9.7627C6.95578 9.41297 7.53558 9.41515 7.91406 9.75195L7.9873 9.82422L8.06543 9.88477C8.17132 9.94929 8.36 10.0176 8.625 10.0176C8.97844 10.0176 9.19637 9.89653 9.2627 9.82422C9.63587 9.41711 10.2687 9.38954 10.6758 9.7627C11.0829 10.1359 11.1105 10.7687 10.7373 11.1758C10.1709 11.7937 9.33016 12.0176 8.625 12.0176C7.96392 12.0176 7.18369 11.8208 6.62207 11.2871L6.5127 11.1758L6.44727 11.0967C6.14449 10.6904 6.19262 10.1125 6.57422 9.7627Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M13.3242 9.7627C13.7058 9.41297 14.2856 9.41515 14.6641 9.75195L14.7373 9.82422L14.8154 9.88477C14.9213 9.94928 15.11 10.0176 15.375 10.0176C15.7285 10.0176 15.9464 9.8965 16.0127 9.82422C16.3859 9.41709 17.0186 9.38953 17.4258 9.7627C17.8329 10.1359 17.8605 10.7686 17.4873 11.1758C16.9209 11.7937 16.0802 12.0176 15.375 12.0176C14.7139 12.0176 13.9337 11.8208 13.3721 11.2871L13.2627 11.1758L13.1973 11.0967C12.8945 10.6904 12.9426 10.1125 13.3242 9.7627Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Sleep\n", "import type { SVGProps } from \"react\"\nconst Snorkle = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M17.0014 1C17.5537 1 18.0014 1.44772 18.0014 2V4C18.0014 4.03342 17.9998 4.06646 17.9966 4.09904C20.2815 4.56043 22.0018 6.57933 22.0018 9V11.3944C22.0018 13.8866 20.2201 15.8407 18.0014 16.2972V19.5C18.0014 21.433 16.4343 23 14.5011 23C12.7869 23 11.3606 21.7679 11.0594 20.1411C10.7874 20.0998 10.5132 20.0408 10.2348 19.964C9.70234 19.8171 9.38979 19.2664 9.53669 18.734C9.68359 18.2016 10.2343 17.8891 10.7667 18.036C11.6218 18.2719 12.38 18.2719 13.2351 18.036C13.7675 17.8891 14.3182 18.2016 14.4651 18.734C14.612 19.2664 14.2995 19.8171 13.767 19.964C13.5526 20.0231 13.3406 20.0718 13.1302 20.1098C13.3639 20.6343 13.8898 21 14.5011 21C15.3296 21 16.0013 20.3284 16.0013 19.5V16.2947C15.7926 16.2514 15.5836 16.1943 15.3751 16.1226L12.9766 15.2978C12.3443 15.0803 11.6575 15.0803 11.0252 15.2978L8.6267 16.1226C5.38023 17.239 2 14.8272 2 11.3944V9C2 6.23858 4.23878 4 7.00045 4H16.0013V2C16.0013 1.44772 16.449 1 17.0014 1ZM7.00045 6C5.34345 6 4.00018 7.34315 4.00018 9V11.3944C4.00018 13.4541 6.02832 14.9012 7.9762 14.2313L10.3747 13.4065C11.4285 13.0441 12.5733 13.0441 13.6271 13.4065L16.0256 14.2313C17.9735 14.9012 20.0016 13.4541 20.0016 11.3944V9C20.0016 7.34315 18.6584 6 17.0014 6H7.00045Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Snorkle\n", "import type { SVGProps } from \"react\"\nconst Snowflake = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M8.69222 2.1332C9.13482 1.68867 9.8524 1.68867 10.295 2.1332L11.9998 3.84546L13.7046 2.1332C14.1472 1.68867 14.8648 1.68867 15.3074 2.1332C15.75 2.57773 15.75 3.29845 15.3074 3.74297L13.1331 5.92672V10.029L16.671 7.97746L17.4668 4.9944C17.6288 4.38717 18.2503 4.02681 18.8549 4.18951C19.4595 4.35222 19.8183 4.97638 19.6563 5.58362L19.0323 7.92261L21.3611 8.54934C21.9657 8.71204 22.3245 9.33621 22.1625 9.94344C22.0005 10.5507 21.379 10.911 20.7744 10.7483L17.8043 9.94902L14.2677 11.9998L17.8043 14.0505L20.7744 13.2512C21.379 13.0885 22.0005 13.4489 22.1625 14.0561C22.3245 14.6634 21.9657 15.2875 21.3611 15.4502L19.0323 16.077L19.6563 18.4159C19.8183 19.0232 19.4595 19.6473 18.8549 19.81C18.2503 19.9728 17.6288 19.6124 17.4668 19.0052L16.671 16.0221L13.1331 13.9706V18.0729L15.3074 20.2566C15.75 20.7012 15.75 21.4219 15.3074 21.8664C14.8648 22.3109 14.1472 22.3109 13.7046 21.8664L11.9998 20.1542L10.295 21.8664C9.8524 22.3109 9.13482 22.3109 8.69222 21.8664C8.24963 21.4219 8.24963 20.7012 8.69222 20.2566L10.8665 18.0729V13.9721L7.33116 16.0221L6.53532 19.0052C6.37332 19.6124 5.75187 19.9728 5.14728 19.81C4.54268 19.6473 4.18389 19.0232 4.34589 18.4159L4.96989 16.077L2.64107 15.4502C2.03647 15.2875 1.67768 14.6634 1.83968 14.0561C2.00168 13.4489 2.62313 13.0885 3.22773 13.2512L6.19782 14.0505L9.73441 11.9998L6.19782 9.94902L3.22773 10.7483C2.62313 10.911 2.00168 10.5507 1.83968 9.94344C1.67768 9.33621 2.03647 8.71204 2.64107 8.54934L4.96989 7.92261L4.34589 5.58362C4.18389 4.97638 4.54268 4.35222 5.14728 4.18951C5.75187 4.02681 6.37332 4.38717 6.53532 4.9944L7.33116 7.97746L10.8665 10.0275V5.92672L8.69222 3.74297C8.24963 3.29845 8.24963 2.57773 8.69222 2.1332Z\"\n />\n </svg>\n)\nexport default Snowflake\n", "import type { SVGProps } from \"react\"\nconst SoraBasicPopcorn = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M8.4151 3.83377C9.2307 2.72834 10.5254 2 12 2C13.4746 2 14.7693 2.72834 15.5849 3.83377C15.7012 3.82345 15.8189 3.81818 15.9375 3.81818C18.2168 3.81818 20 5.72681 20 8C20 8.0355 19.9982 8.07057 19.9946 8.10512C20.5134 8.52617 20.8268 9.20219 20.71 9.96141L19.3797 18.6082C19.0795 20.5596 17.4005 22 15.4263 22H14.0125C14.005 22.0001 13.9974 22.0001 13.9898 22H8.57377C6.59949 22 4.92049 20.5596 4.62028 18.6082L3.29 9.96141C3.1732 9.20219 3.48661 8.52617 4.00547 8.10512C4.00186 8.07057 4.00001 8.0355 4.00001 8C4.00001 5.72681 5.78317 3.81818 8.06251 3.81818C8.18117 3.81818 8.29878 3.82345 8.4151 3.83377ZM6.00843 7.7998C6.03199 7.80927 6.05552 7.81923 6.07902 7.82967L8.50729 8.90889L11.2122 7.74966C11.7153 7.53405 12.2847 7.53405 12.7878 7.74966L15.4927 8.90889L17.921 7.82967C17.9445 7.81923 17.968 7.80928 17.9916 7.79981C17.895 6.65892 16.9808 5.81818 15.9375 5.81818C15.7432 5.81818 15.5566 5.84633 15.3804 5.89852C14.918 6.03543 14.4238 5.82287 14.2052 5.39306C13.7754 4.5483 12.938 4 12 4C11.062 4 10.2246 4.5483 9.79487 5.39306C9.57624 5.82286 9.08203 6.03543 8.61965 5.89852C8.44339 5.84633 8.25682 5.81818 8.06251 5.81818C7.01925 5.81818 6.10499 6.65892 6.00843 7.7998ZM15.095 20H15.4263C16.4134 20 17.2529 19.2798 17.403 18.3041L18.7333 9.6573L16.305 10.7365C16.1821 10.7911 16.0551 10.8328 15.9258 10.8615L15.095 20ZM13.9571 10.4267L13.0868 20H10.9569L10.0451 10.4258L12 9.58796L13.9571 10.4267ZM8.0776 10.8622C7.94719 10.8335 7.81899 10.7916 7.69501 10.7365L5.26675 9.6573L6.59703 18.3041C6.74713 19.2798 7.58663 20 8.57377 20H8.94787L8.0776 10.8622Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default SoraBasicPopcorn\n", "import type { SVGProps } from \"react\"\nconst SoraProDirector = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M5 2C5.55228 2 6 2.44772 6 3H18C18 2.44772 18.4477 2 19 2C19.5523 2 20 2.44772 20 3V12H20.5C21.0523 12 21.5 12.4477 21.5 13C21.5 13.5523 21.0523 14 20.5 14H18.783L13.908 17L19.0241 20.1483C19.4945 20.4378 19.6411 21.0537 19.3517 21.5241C19.0622 21.9945 18.4463 22.1411 17.9759 21.8517L12 18.1742L6.0241 21.8517C5.55374 22.1411 4.93779 21.9945 4.64834 21.5241C4.35889 21.0537 4.50554 20.4378 4.9759 20.1483L10.092 17L5.21696 14H3.5C2.94772 14 2.5 13.5523 2.5 13C2.5 12.4477 2.94772 12 3.5 12H4V3C4 2.44772 4.44772 2 5 2ZM6 5V12H18V5H6ZM14.967 14H9.03304L12 15.8258L14.967 14Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default SoraProDirector\n", "import type { SVGProps } from \"react\"\nconst SoundOffSimpleMute = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M15 4.90984C15 4.47479 14.4828 4.24728 14.1621 4.54126L12.4189 6.1392C12.0118 6.51239 11.3792 6.48489 11.0061 6.07777C10.6329 5.67065 10.6604 5.03808 11.0675 4.66489L12.8107 3.06695C14.4142 1.59708 17 2.73457 17 4.90984V9.99999C17 10.5523 16.5523 11 16 11C15.4477 11 15 10.5523 15 9.99999V4.90984ZM3.29289 3.29288C3.68342 2.90236 4.31658 2.90236 4.70711 3.29288L20.7071 19.2929C21.0976 19.6834 21.0976 20.3166 20.7071 20.7071C20.3166 21.0976 19.6834 21.0976 19.2929 20.7071L17 18.4142V19.0901C17 21.2654 14.4142 22.4029 12.8107 20.933L10.15 18.4941C9.80333 18.1763 9.35011 18 8.8798 18C6.73705 18 5 16.2629 5 14.1202V9.87979C5 8.91382 5.35385 8.02974 5.93709 7.35129L3.29289 4.7071C2.90237 4.31657 2.90237 3.68341 3.29289 3.29288ZM7.35951 8.77372C7.13285 9.08443 7 9.4663 7 9.87979V14.1202C7 15.1584 7.84161 16 8.8798 16C9.85049 16 10.7859 16.3639 11.5015 17.0198L14.1621 19.4587C14.4828 19.7527 15 19.5252 15 19.0901V16.4142L7.35951 8.77372Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default SoundOffSimpleMute\n", "import type { SVGProps } from \"react\"\nconst SoundOffSpeaker = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.5 4.9099C11.5 4.47485 10.9828 4.24734 10.6621 4.54132L9.01888 6.04764C8.61176 6.42083 7.97919 6.39333 7.606 5.98621C7.23281 5.57909 7.26031 4.94652 7.66743 4.57333L9.31068 3.06701C10.9142 1.59714 13.5 2.73463 13.5 4.9099L13.5 9.20002C13.5 9.7523 13.0523 10.2 12.5 10.2C11.9477 10.2 11.5 9.75231 11.5 9.20002L11.5 4.9099ZM1.27299 3.3134C1.6522 2.91188 2.28511 2.89379 2.68663 3.27301L20.6866 20.273C21.0881 20.6522 21.1062 21.2851 20.727 21.6866C20.3478 22.0882 19.7149 22.1062 19.3134 21.727L13.5 16.2366L13.5 19.0902C13.5 21.2655 10.9142 22.403 9.31068 20.9331L6.65003 18.4941C6.30334 18.1763 5.85011 18 5.3798 18C3.23705 18 1.5 16.263 1.5 14.1202V9.87985C1.5 8.50174 2.21807 7.29213 3.3006 6.60385L1.31338 4.72703C0.911861 4.34782 0.893778 3.71491 1.27299 3.3134ZM4.85674 8.07354C4.07331 8.29983 3.5 9.02353 3.5 9.87985V14.1202C3.5 15.1584 4.34162 16 5.3798 16C6.35049 16 7.28593 16.3639 8.00148 17.0198L10.6621 19.4588C10.9828 19.7527 11.5 19.5252 11.5 19.0902L11.5 14.3477L4.85674 8.07354ZM19.8129 6.35661C20.2982 6.09309 20.9053 6.27292 21.1688 6.75829C22.0154 8.31756 22.4959 10.1042 22.4959 12C22.4959 13.8192 22.0535 15.538 21.2695 17.0519C21.0156 17.5423 20.4121 17.734 19.9217 17.48C19.4313 17.2261 19.2396 16.6226 19.4935 16.1322C20.1338 14.8958 20.4959 13.4917 20.4959 12C20.4959 10.4457 20.1027 8.98623 19.4112 7.71258C19.1477 7.22722 19.3275 6.62013 19.8129 6.35661ZM15.7998 7.90041C16.2414 7.56871 16.8683 7.6578 17.2 8.09939C18.016 9.18585 18.5 10.5378 18.5 12C18.5 12.6518 18.4038 13.2829 18.224 13.8789C18.0646 14.4077 17.5067 14.7071 16.9779 14.5476C16.4491 14.3882 16.1497 13.8303 16.3092 13.3015C16.4331 12.8907 16.5 12.4541 16.5 12C16.5 10.9858 16.1657 10.0526 15.6008 9.30055C15.2691 8.85896 15.3582 8.2321 15.7998 7.90041Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default SoundOffSpeaker\n", "import type { SVGProps } from \"react\"\nconst SoundOnReadOutLoudSpeaker = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.5 4.9099C11.5 4.47485 10.9828 4.24734 10.6621 4.54132L8.00147 6.98026C7.28592 7.63618 6.35049 8.00005 5.3798 8.00005C4.34162 8.00005 3.5 8.84166 3.5 9.87985V14.1202C3.5 15.1584 4.34161 16 5.3798 16C6.35049 16 7.28592 16.3639 8.00148 17.0198L10.6621 19.4588C10.9828 19.7527 11.5 19.5252 11.5 19.0902V4.9099ZM9.31068 3.06701C10.9142 1.59714 13.5 2.73463 13.5 4.9099V19.0902C13.5 21.2655 10.9142 22.403 9.31068 20.9331L6.65003 18.4941C6.30333 18.1763 5.85011 18 5.3798 18C3.23705 18 1.5 16.263 1.5 14.1202V9.87985C1.5 7.73709 3.23705 6.00005 5.3798 6.00005C5.85011 6.00005 6.30333 5.82375 6.65002 5.50595L9.31068 3.06701ZM19.8129 6.35661C20.2982 6.09309 20.9053 6.27292 21.1688 6.75829C22.0154 8.31756 22.4959 10.1042 22.4959 12C22.4959 13.8507 22.038 15.5974 21.2286 17.1301C20.9707 17.6185 20.3657 17.8053 19.8774 17.5474C19.389 17.2895 19.2022 16.6845 19.4601 16.1962C20.1212 14.9443 20.4959 13.5174 20.4959 12C20.4959 10.4457 20.1027 8.98623 19.4112 7.71258C19.1477 7.22722 19.3275 6.62013 19.8129 6.35661ZM15.7998 7.90044C16.2414 7.56875 16.8683 7.65783 17.2 8.09942C18.016 9.18588 18.5 10.5379 18.5 12C18.5 13.3126 18.1099 14.5372 17.439 15.5603C17.1361 16.0222 16.5162 16.1511 16.0544 15.8482C15.5925 15.5454 15.4636 14.9255 15.7665 14.4636C16.2302 13.7564 16.5 12.9112 16.5 12C16.5 10.9858 16.1657 10.0526 15.6008 9.30058C15.2691 8.85899 15.3582 8.23213 15.7998 7.90044Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default SoundOnReadOutLoudSpeaker\n", "import type { SVGProps } from \"react\"\nconst Sparkle = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M11.997 5.9c-.482 1.462-1.233 2.749-2.29 3.806-1.058 1.058-2.345 1.809-3.806 2.291 1.451.475 2.744 1.213 3.81 2.255 1.048 1.025 1.806 2.275 2.286 3.704.472-1.42 1.217-2.675 2.25-3.708 1.034-1.034 2.29-1.779 3.709-2.251-1.429-.48-2.679-1.238-3.704-2.287-1.042-1.065-1.78-2.358-2.255-3.81Zm.005-4.15c.726 0 1.336.546 1.417 1.268.503 4.44 3.021 7.159 7.529 7.559a1.429 1.429 0 0 1-.003 2.846c-4.444.385-7.137 3.078-7.522 7.522a1.429 1.429 0 0 1-2.846.003c-.4-4.508-3.119-7.026-7.56-7.529a1.429 1.429 0 0 1-.002-2.838c4.504-.52 7.046-3.062 7.566-7.566A1.429 1.429 0 0 1 12 1.75Z\" />\n </svg>\n)\nexport default Sparkle\n", "import type { SVGProps } from \"react\"\nconst SparkleDouble = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M11.372 7.27c-.46 1.251-1.138 2.36-2.065 3.287-.926.927-2.036 1.605-3.287 2.065 1.243.452 2.357 1.118 3.29 2.03a8.685 8.685 0 0 1 2.062 3.2 8.82 8.82 0 0 1 2.027-3.203 8.82 8.82 0 0 1 3.203-2.027 8.685 8.685 0 0 1-3.2-2.062c-.912-.933-1.578-2.047-2.03-3.29ZM11.376 3c.682 0 1.255.513 1.332 1.19.472 4.17 2.836 6.723 7.07 7.099a1.341 1.341 0 0 1-.004 2.672c-4.173.362-6.701 2.89-7.063 7.063a1.341 1.341 0 0 1-2.672.003c-.376-4.233-2.929-6.597-7.099-7.07a1.341 1.341 0 0 1-.002-2.665c4.23-.487 6.617-2.875 7.104-7.104A1.341 1.341 0 0 1 11.376 3Zm7.874.75a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-3 1a3 3 0 1 1 6 0 3 3 0 0 1-6 0Z\" />\n </svg>\n)\nexport default SparkleDouble\n", "import type { SVGProps } from \"react\"\nconst SparkleFilledPlus = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M13.4195 3.01782C13.3378 2.29622 12.7277 1.75077 12.0015 1.75003C11.2753 1.74929 10.664 2.29349 10.5808 3.01492C10.0613 7.51911 7.51908 10.0614 3.01489 10.5809C2.29346 10.6641 1.74926 11.2753 1.75 12.0015C1.75074 12.7277 2.29619 13.3378 3.01779 13.4195C7.45809 13.9225 10.1766 16.4402 10.577 20.9479C10.6426 21.6856 11.261 22.2509 12.0016 22.25C12.7422 22.2492 13.3594 21.6825 13.4233 20.9447C13.8079 16.5008 16.5007 13.808 20.9446 13.4233C21.6825 13.3594 22.2492 12.7422 22.25 12.0016C22.2508 11.261 21.6855 10.6426 20.9478 10.5771C16.4402 10.1767 13.9224 7.45813 13.4195 3.01782Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default SparkleFilledPlus\n", "import type { SVGProps } from \"react\"\nconst SparklePlus = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M11.9972 5.90071C11.5146 7.3625 10.7637 8.64904 9.70633 9.70636C8.64901 10.7637 7.36247 11.5146 5.90068 11.9972C7.35215 12.4718 8.64505 13.2104 9.71037 14.2517C10.7594 15.2771 11.5171 16.527 11.997 17.956C12.4691 16.5364 13.2145 15.2806 14.2475 14.2475C15.2806 13.2145 16.5364 12.4691 17.9559 11.9971C16.527 11.5171 15.277 10.7594 14.2517 9.7104C13.2104 8.64508 12.4717 7.35218 11.9972 5.90071ZM12.0015 1.75003C12.7277 1.75077 13.3378 2.29622 13.4195 3.01782C13.9224 7.45813 16.4402 10.1767 20.9478 10.5771C21.6855 10.6426 22.2508 11.261 22.25 12.0016C22.2492 12.7422 21.6825 13.3594 20.9446 13.4233C16.5007 13.808 13.8079 16.5008 13.4233 20.9447C13.3594 21.6825 12.7422 22.2492 12.0016 22.25C11.261 22.2509 10.6426 21.6856 10.577 20.9479C10.1766 16.4402 7.4581 13.9225 3.01779 13.4195C2.29619 13.3378 1.75074 12.7277 1.75 12.0015C1.74926 11.2753 2.29346 10.6641 3.01489 10.5809C7.51908 10.0614 10.0613 7.51911 10.5808 3.01492C10.664 2.29349 11.2753 1.74929 12.0015 1.75003Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default SparklePlus\n", "import type { SVGProps } from \"react\"\nconst Sparkles = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M9.932 4.377A1.45 1.45 0 0 1 11.375 3c.8 0 1.403.638 1.443 1.377.205 3.787 3.003 6.59 6.784 6.794A1.474 1.474 0 0 1 21 12.636c0 .816-.655 1.428-1.406 1.465-3.775.187-6.571 2.985-6.776 6.772a1.45 1.45 0 0 1-1.443 1.377 1.45 1.45 0 0 1-1.443-1.377c-.205-3.787-3.002-6.585-6.777-6.772a1.472 1.472 0 0 1-1.405-1.464c0-.815.654-1.426 1.404-1.464 3.772-.187 6.573-3.004 6.778-6.796Zm1.443 2.87a8.875 8.875 0 0 1-5.395 5.389 8.847 8.847 0 0 1 5.395 5.369 8.847 8.847 0 0 1 5.41-5.374 8.884 8.884 0 0 1-5.41-5.384Z\"\n clipRule=\"evenodd\"\n />\n <path\n fillRule=\"evenodd\"\n d=\"M19.25 3.75a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-3 1a3 3 0 1 1 6 0 3 3 0 0 1-6 0Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default Sparkles\n", "import type { SVGProps } from \"react\"\nconst SparklesFilled = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 20 20\" fill=\"currentColor\" {...props}>\n <path d=\"M4.12167 4.16233C4.14825 3.92766 4.34665 3.75028 4.58282 3.75004C4.81898 3.7498 5.01775 3.92678 5.04481 4.16139C5.21375 5.62616 6.0405 6.45291 7.50528 6.62186C7.73989 6.64892 7.91687 6.84768 7.91663 7.08385C7.91639 7.32001 7.739 7.51842 7.50434 7.545C6.06034 7.70856 5.17626 8.52734 5.04605 9.99324C5.02474 10.2331 4.82362 10.417 4.58277 10.4167C4.34192 10.4164 4.14122 10.2321 4.12045 9.9922C3.99535 8.54703 3.11964 7.67132 1.67447 7.54622C1.43452 7.52545 1.25023 7.32475 1.24996 7.0839C1.24969 6.84305 1.43353 6.64193 1.67343 6.62062C3.13933 6.49041 3.95811 5.60633 4.12167 4.16233Z\" />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M13.1914 5.41671C12.8514 5.41671 12.5549 5.64816 12.4724 5.97809C12.1151 7.40728 11.6948 8.2739 11.0925 8.87625C10.4901 9.47859 9.62351 9.89892 8.19432 10.2562C7.86439 10.3387 7.63294 10.6351 7.63294 10.9752C7.63294 11.3153 7.86439 11.6117 8.19432 11.6942C9.62351 12.0515 10.4901 12.4718 11.0925 13.0742C11.6948 13.6765 12.1151 14.5432 12.4724 15.9723C12.5549 16.3023 12.8514 16.5337 13.1914 16.5337C13.5315 16.5337 13.828 16.3023 13.9105 15.9723C14.2678 14.5432 14.6881 13.6765 15.2904 13.0742C15.8928 12.4718 16.7594 12.0515 18.1886 11.6942C18.5185 11.6117 18.75 11.3153 18.75 10.9752C18.75 10.6351 18.5185 10.3387 18.1886 10.2562C16.7594 9.89892 15.8928 9.47859 15.2904 8.87625C14.6881 8.2739 14.2678 7.40728 13.9105 5.97809C13.828 5.64816 13.5315 5.41671 13.1914 5.41671Z\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M4.58324 4.16671C4.6076 4.16668 4.6281 4.18493 4.63089 4.20913C4.72323 5.00973 5.00115 5.67886 5.49448 6.17219C5.98781 6.66552 6.65694 6.94344 7.45754 7.03578C7.48174 7.03857 7.49999 7.05907 7.49996 7.08342C7.49994 7.10778 7.48164 7.12824 7.45744 7.13098C6.66852 7.22034 5.99143 7.4939 5.49127 7.98278C4.9888 8.47392 4.70308 9.14514 4.63101 9.95637C4.62882 9.98111 4.60808 10.0001 4.58324 10C4.5584 10 4.53771 9.98101 4.53556 9.95626C4.46634 9.15658 4.18504 8.47748 3.68712 7.97955C3.18919 7.48163 2.51009 7.20033 1.71041 7.13111C1.68566 7.12896 1.66665 7.10826 1.66663 7.08343C1.6666 7.05859 1.68556 7.03785 1.7103 7.03565C2.52152 6.96359 3.19275 6.67787 3.68389 6.1754C4.17277 5.67524 4.44633 4.99815 4.53569 4.20922C4.53843 4.18503 4.55889 4.16673 4.58324 4.16671ZM5.45873 4.11365C5.4074 3.66862 5.03037 3.33292 4.58239 3.33337C4.13442 3.33383 3.75807 3.6703 3.70765 4.11543C3.63345 4.77051 3.41583 5.25746 3.08796 5.59289C2.76234 5.92602 2.29123 6.14743 1.63656 6.20559C1.1815 6.24601 0.832783 6.62751 0.833294 7.08436C0.833809 7.54123 1.18339 7.92193 1.63854 7.96133C2.28403 8.01721 2.76536 8.23631 3.09786 8.56881C3.43036 8.9013 3.64946 9.38264 3.70534 10.0281C3.74473 10.4833 4.12544 10.8329 4.5823 10.8334C5.03916 10.8339 5.42066 10.4852 5.46108 10.0301C5.51923 9.37544 5.74065 8.90432 6.07377 8.57871C6.40921 8.25084 6.89616 8.03322 7.55123 7.95902C7.99636 7.9086 8.33284 7.53225 8.33329 7.08427C8.33375 6.6363 7.99804 6.25926 7.55302 6.20794C6.88884 6.13133 6.41221 5.91141 6.08374 5.58293C5.75526 5.25446 5.53534 4.77782 5.45873 4.11365ZM14.3147 5.87703C14.1858 5.36162 13.7227 5.00004 13.1914 5.00004C12.6602 5.00004 12.1971 5.36162 12.0682 5.87703C11.7184 7.27642 11.3222 8.05731 10.7978 8.58162C10.2735 9.10592 9.49265 9.50214 8.09326 9.85199C7.57785 9.98084 7.21627 10.4439 7.21627 10.9752C7.21627 11.5065 7.57785 11.9696 8.09327 12.0985C9.49265 12.4483 10.2735 12.8445 10.7978 13.3688C11.3222 13.8931 11.7184 14.674 12.0682 16.0734C12.1971 16.5888 12.6602 16.9504 13.1914 16.9504C13.7227 16.9504 14.1858 16.5888 14.3147 16.0734C14.6645 14.674 15.0607 13.8931 15.585 13.3688C16.1094 12.8445 16.8902 12.4483 18.2896 12.0985C18.805 11.9696 19.1666 11.5065 19.1666 10.9752C19.1666 10.4439 18.805 9.98084 18.2896 9.85199C16.8902 9.50214 16.1094 9.10592 15.585 8.58162C15.0607 8.05731 14.6645 7.27642 14.3147 5.87703ZM13.1914 5.83337C13.3403 5.83337 13.4701 5.93471 13.5062 6.07915C13.871 7.53814 14.3154 8.49048 14.9958 9.17087C15.6762 9.85126 16.6285 10.2957 18.0875 10.6604C18.232 10.6965 18.3333 10.8263 18.3333 10.9752C18.3333 11.1241 18.232 11.2539 18.0875 11.29C16.6285 11.6547 15.6762 12.0992 14.9958 12.7796C14.3154 13.46 13.871 14.4123 13.5062 15.8713C13.4701 16.0157 13.3403 16.1171 13.1914 16.1171C13.0426 16.1171 12.9128 16.0157 12.8767 15.8713C12.5119 14.4123 12.0675 13.46 11.3871 12.7796C10.7067 12.0992 9.75437 11.6547 8.29538 11.29C8.15094 11.2539 8.04961 11.1241 8.04961 10.9752C8.04961 10.8263 8.15094 10.6965 8.29538 10.6604C9.75437 10.2957 10.7067 9.85126 11.3871 9.17087C12.0675 8.49048 12.5119 7.53814 12.8767 6.07915C12.9128 5.9347 13.0426 5.83337 13.1914 5.83337Z\"\n />\n </svg>\n)\nexport default SparklesFilled\n", "import type { SVGProps } from \"react\"\nconst Speak = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M15.9715 3.11799C16.4594 3.37822 16.644 3.9847 16.3838 4.47262L13.1691 10.5002H14.5003C15.0533 10.5002 15.5016 10.9485 15.5016 11.5014V14.2514C15.5016 14.9411 16.0607 15.5002 16.7503 15.5002H20.0003C20.5533 15.5002 21.0016 15.9485 21.0016 16.5014C21.0016 17.0544 20.5533 17.5027 20.0003 17.5027H16.7503C14.9547 17.5027 13.4991 16.0471 13.4991 14.2514V12.5027H12.7503C11.4283 12.5027 10.583 11.0938 11.2051 9.92733L14.6169 3.53027C14.8771 3.04235 15.4836 2.85777 15.9715 3.11799ZM4.06476 11.3216C4.61698 11.3505 5.04118 11.8216 5.01224 12.3738C4.86715 15.1424 6.14688 17.6563 8.21491 19.2032C8.65771 19.5345 8.74816 20.1619 8.41693 20.6047C8.08571 21.0475 7.45823 21.138 7.01544 20.8067C4.43513 18.8766 2.83096 15.7328 3.01248 12.269C3.04142 11.7168 3.51255 11.2926 4.06476 11.3216ZM8.05928 11.5309C8.6115 11.5599 9.0357 12.031 9.00676 12.5832C8.93425 13.9668 9.57311 15.2234 10.6082 15.9977C11.051 16.3289 11.1414 16.9564 10.8102 17.3992C10.479 17.842 9.8515 17.9324 9.40871 17.6012C7.86137 16.4437 6.89806 14.5572 7.007 12.4784C7.03594 11.9262 7.50706 11.502 8.05928 11.5309Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Speak\n", "import type { SVGProps } from \"react\"\nconst SpeechToText = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M6.50041 3C7.05274 3 7.5005 3.44772 7.5005 4V16C7.5005 16.5523 7.05274 17 6.50041 17C5.94807 17 5.50032 16.5523 5.50032 16V4C5.50032 3.44772 5.94807 3 6.50041 3ZM13.501 4C14.0534 4 14.5011 4.44772 14.5011 5V8.5C14.5011 9.05228 14.0534 9.5 13.501 9.5C12.9487 9.5 12.5009 9.05228 12.5009 8.5V5C12.5009 4.44772 12.9487 4 13.501 4ZM10.0007 6C10.5531 6 11.0008 6.44772 11.0008 7V13C11.0008 13.5523 10.5531 14 10.0007 14C9.44839 14 9.00063 13.5523 9.00063 13V7C9.00063 6.44772 9.44839 6 10.0007 6ZM3.00009 8C3.55242 8 4.00018 8.44772 4.00018 9V11C4.00018 11.5523 3.55242 12 3.00009 12C2.44776 12 2 11.5523 2 11V9C2 8.44772 2.44776 8 3.00009 8ZM12.5009 12C12.5009 11.4477 12.9487 11 13.501 11H21.5018C22.0541 11 22.5018 11.4477 22.5018 12V13.5556C22.5018 14.1078 22.0541 14.5556 21.5018 14.5556C20.9494 14.5556 20.5017 14.1078 20.5017 13.5556V13H18.5015V19H19.0015C19.5539 19 20.0016 19.4477 20.0016 20C20.0016 20.5523 19.5539 21 19.0015 21H16.0013C15.4489 21 15.0012 20.5523 15.0012 20C15.0012 19.4477 15.4489 19 16.0013 19H16.5013V13H14.5011V13.5556C14.5011 14.1078 14.0534 14.5556 13.501 14.5556C12.9487 14.5556 12.5009 14.1078 12.5009 13.5556V12Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default SpeechToText\n", "import type { SVGProps } from \"react\"\nconst Speed = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M17.657 7.343a8 8 0 0 0-11.62 10.99 1 1 0 0 1-1.49 1.334C1.028 15.74 1.156 9.702 4.929 5.93c3.905-3.905 10.237-3.905 14.142 0 3.773 3.773 3.9 9.811.382 13.738a1 1 0 0 1-1.49-1.334 8 8 0 0 0-.306-10.99Z\"\n clipRule=\"evenodd\"\n />\n <path\n fillRule=\"evenodd\"\n d=\"M17.657 7.343a8 8 0 0 0-11.62 10.99 1 1 0 0 1-1.49 1.334C1.028 15.74 1.156 9.702 4.929 5.93c3.905-3.905 10.237-3.905 14.142 0 3.773 3.773 3.9 9.811.382 13.738a1 1 0 0 1-1.49-1.334 8 8 0 0 0-.306-10.99Z\"\n clipRule=\"evenodd\"\n />\n <path\n fillRule=\"evenodd\"\n d=\"M17.657 7.343a8 8 0 0 0-11.62 10.99 1 1 0 0 1-1.49 1.334C1.028 15.74 1.156 9.702 4.929 5.93c3.905-3.905 10.237-3.905 14.142 0 3.773 3.773 3.9 9.811.382 13.738a1 1 0 0 1-1.49-1.334 8 8 0 0 0-.306-10.99Z\"\n clipRule=\"evenodd\"\n />\n <path\n fillRule=\"evenodd\"\n d=\"M17.657 7.343a8 8 0 0 0-11.62 10.99 1 1 0 0 1-1.49 1.334C1.028 15.74 1.156 9.702 4.929 5.93c3.905-3.905 10.237-3.905 14.142 0 3.773 3.773 3.9 9.811.382 13.738a1 1 0 0 1-1.49-1.334 8 8 0 0 0-.306-10.99Z\"\n clipRule=\"evenodd\"\n />\n <path\n fillRule=\"evenodd\"\n d=\"M17.657 7.343a8 8 0 0 0-11.62 10.99 1 1 0 0 1-1.49 1.334C1.028 15.74 1.156 9.702 4.929 5.93c3.905-3.905 10.237-3.905 14.142 0 3.773 3.773 3.9 9.811.382 13.738a1 1 0 0 1-1.49-1.334 8 8 0 0 0-.306-10.99Z\"\n clipRule=\"evenodd\"\n />\n <path d=\"M10.362 14.853c1.203-1.718 3.765-3.675 5.2-4.698a.456.456 0 0 1 .713.5c-.471 1.697-1.434 4.775-2.636 6.492-.574.82-1.921 1.097-2.786.491-.864-.605-1.065-1.966-.491-2.785Z\" />\n <path d=\"M10.362 14.853c1.203-1.718 3.765-3.675 5.2-4.698a.456.456 0 0 1 .713.5c-.471 1.697-1.434 4.775-2.636 6.492-.574.82-1.921 1.097-2.786.491-.864-.605-1.065-1.966-.491-2.785Z\" />\n <path d=\"M10.362 14.853c1.203-1.718 3.765-3.675 5.2-4.698a.456.456 0 0 1 .713.5c-.471 1.697-1.434 4.775-2.636 6.492-.574.82-1.921 1.097-2.786.491-.864-.605-1.065-1.966-.491-2.785Z\" />\n <path d=\"M10.362 14.853c1.203-1.718 3.765-3.675 5.2-4.698a.456.456 0 0 1 .713.5c-.471 1.697-1.434 4.775-2.636 6.492-.574.82-1.921 1.097-2.786.491-.864-.605-1.065-1.966-.491-2.785Z\" />\n <path d=\"M10.362 14.853c1.203-1.718 3.765-3.675 5.2-4.698a.456.456 0 0 1 .713.5c-.471 1.697-1.434 4.775-2.636 6.492-.574.82-1.921 1.097-2.786.491-.864-.605-1.065-1.966-.491-2.785Z\" />\n </svg>\n)\nexport default Speed\n", "import type { SVGProps } from \"react\"\nconst SpeedometerLatencySpeed = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M14.6673 6.45559C11.8506 5.46224 8.59281 6.09335 6.34299 8.34317C3.83207 10.8541 3.33793 14.6211 4.86596 17.6258C4.96827 17.827 5.22125 18 5.58229 18H18.4174C18.7786 18 19.0314 17.8271 19.1336 17.626C20.1295 15.6679 20.2671 13.3822 19.5443 11.3326C19.3606 10.8118 19.6339 10.2406 20.1548 10.0569C20.6756 9.87326 21.2467 10.1466 21.4304 10.6674C22.3334 13.2278 22.1627 16.0818 20.9163 18.5327C20.4136 19.5212 19.3908 20 18.4174 20H5.58229C4.60872 20 3.58589 19.5209 3.08324 18.5324C1.17431 14.7786 1.7877 10.07 4.92878 6.92895C7.74343 4.1143 11.8172 3.32971 15.3324 4.56945C15.8533 4.75314 16.1266 5.32427 15.9429 5.84512C15.7592 6.36596 15.1881 6.63928 14.6673 6.45559Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M10.5852 12.5871C12.267 10.9052 15.7269 9.2234 17.0882 8.59876C17.2933 8.50465 17.4962 8.70753 17.4021 8.91264C16.7774 10.2739 15.0954 13.7336 13.4135 15.4154C12.7064 16.1225 11.3317 16.162 10.5853 15.4156C9.83885 14.6691 9.87808 13.2942 10.5852 12.5871Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default SpeedometerLatencySpeed\n", "import type { SVGProps } from \"react\"\nconst Spelling = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M11.0056 3.00002C11.3863 3.00214 11.7329 3.22034 11.8993 3.56281L16.2743 12.5628C16.425 12.8727 16.4055 13.2384 16.2227 13.5305C16.0399 13.8226 15.7196 14 15.375 14H7.11801L4.8944 18.4472C4.64741 18.9412 4.04674 19.1414 3.55276 18.8944C3.05878 18.6474 2.85856 18.0468 3.10555 17.5528L10.1055 3.55279C10.2758 3.2122 10.6248 2.99789 11.0056 3.00002ZM8.11801 12H13.777L10.9873 6.26133L8.11801 12ZM20.5407 12.1588C21.0053 12.4575 21.1398 13.0762 20.8412 13.5408L16.3412 20.5408C16.1776 20.7952 15.9076 20.962 15.6068 20.9943C15.306 21.0266 15.0068 20.921 14.7929 20.7071L12.2929 18.2071C11.9023 17.8166 11.9023 17.1834 12.2929 16.7929C12.6834 16.4024 13.3166 16.4024 13.7071 16.7929L15.3297 18.4156L19.1588 12.4592C19.4574 11.9947 20.0762 11.8602 20.5407 12.1588Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Spelling\n", "import type { SVGProps } from \"react\"\nconst Spin = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M7.401 4.035a5 5 0 0 1 9.198 0A5 5 0 0 1 21.197 12a5 5 0 0 1-4.598 7.965 5 5 0 0 1-9.198 0A5 5 0 0 1 2.803 12 5 5 0 0 1 7.4 4.035Zm1.908.638a4.997 4.997 0 0 1 2.495 4.32 3.058 3.058 0 0 0 1.152-.148A3.002 3.002 0 0 0 12 3a3 3 0 0 0-2.691 1.673Zm2.093 6.291A5.04 5.04 0 0 1 10.804 12a5.044 5.044 0 0 1 .598 1.036 5.027 5.027 0 0 1 1.196 0A5.02 5.02 0 0 1 13.196 12a5.033 5.033 0 0 1-.598-1.036 5.028 5.028 0 0 1-1.196 0Zm3.104-.636a3.059 3.059 0 0 0 .705.922 3.002 3.002 0 0 0 4.583-3.75A3.001 3.001 0 0 0 17 6.005a4.997 4.997 0 0 1-2.494 4.323Zm.195 3.006a3.053 3.053 0 0 0-.446 1.072 3.002 3.002 0 0 0 5.54 2.094 3.001 3.001 0 0 0-.104-3.167 4.997 4.997 0 0 1-4.99 0Zm-2.505 1.672A2.994 2.994 0 0 0 9 18a3.001 3.001 0 0 0 5.691 1.327 4.997 4.997 0 0 1-2.495-4.32Zm-2.702-1.334a2.996 2.996 0 0 0-4.677-.922A3.001 3.001 0 0 0 7 17.995a4.997 4.997 0 0 1 2.494-4.322ZM9.3 10.666a3.059 3.059 0 0 0 .446-1.072A3.002 3.002 0 0 0 4.205 7.5a3.001 3.001 0 0 0 .104 3.167 4.997 4.997 0 0 1 4.99 0Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default Spin\n", "import type { SVGProps } from \"react\"\nconst SquareCheckboxUnchecked = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M8.7587 3H15.2413C16.0463 2.99999 16.7106 2.99998 17.2518 3.04419C17.8139 3.09012 18.3306 3.18868 18.816 3.43597C19.5686 3.81947 20.1805 4.43139 20.564 5.18404C20.8113 5.66937 20.9099 6.18608 20.9558 6.74817C21 7.28936 21 7.95372 21 8.75868V15.2413C21 16.0463 21 16.7106 20.9558 17.2518C20.9099 17.8139 20.8113 18.3306 20.564 18.816C20.1805 19.5686 19.5686 20.1805 18.816 20.564C18.3306 20.8113 17.8139 20.9099 17.2518 20.9558C16.7106 21 16.0463 21 15.2413 21H8.75868C7.95372 21 7.28936 21 6.74817 20.9558C6.18608 20.9099 5.66937 20.8113 5.18404 20.564C4.43139 20.1805 3.81947 19.5686 3.43597 18.816C3.18868 18.3306 3.09012 17.8139 3.04419 17.2518C2.99998 16.7106 2.99999 16.0463 3 15.2413V8.7587C2.99999 7.95373 2.99998 7.28937 3.04419 6.74817C3.09012 6.18608 3.18868 5.66937 3.43597 5.18404C3.81947 4.43139 4.43139 3.81947 5.18404 3.43597C5.66937 3.18868 6.18608 3.09012 6.74817 3.04419C7.28937 2.99998 7.95373 2.99999 8.7587 3ZM6.91104 5.03755C6.47262 5.07337 6.24842 5.1383 6.09202 5.21799C5.7157 5.40973 5.40973 5.7157 5.21799 6.09202C5.1383 6.24842 5.07337 6.47262 5.03755 6.91104C5.00078 7.36113 5 7.94342 5 8.8V15.2C5 16.0566 5.00078 16.6389 5.03755 17.089C5.07337 17.5274 5.1383 17.7516 5.21799 17.908C5.40973 18.2843 5.7157 18.5903 6.09202 18.782C6.24842 18.8617 6.47262 18.9266 6.91104 18.9624C7.36113 18.9992 7.94342 19 8.8 19H15.2C16.0566 19 16.6389 18.9992 17.089 18.9624C17.5274 18.9266 17.7516 18.8617 17.908 18.782C18.2843 18.5903 18.5903 18.2843 18.782 17.908C18.8617 17.7516 18.9266 17.5274 18.9624 17.089C18.9992 16.6389 19 16.0566 19 15.2V8.8C19 7.94342 18.9992 7.36113 18.9624 6.91104C18.9266 6.47262 18.8617 6.24842 18.782 6.09202C18.5903 5.7157 18.2843 5.40973 17.908 5.21799C17.7516 5.1383 17.5274 5.07337 17.089 5.03755C16.6389 5.00078 16.0566 5 15.2 5H8.8C7.94342 5 7.36113 5.00078 6.91104 5.03755Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default SquareCheckboxUnchecked\n", "import type { SVGProps } from \"react\"\nconst SquareCheckCheckboxChecked = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M8.7587 3H15.2413C16.0463 2.99999 16.7106 2.99998 17.2518 3.04419C17.8139 3.09012 18.3306 3.18868 18.816 3.43597C19.5686 3.81947 20.1805 4.43139 20.564 5.18404C20.8113 5.66937 20.9099 6.18608 20.9558 6.74817C21 7.28936 21 7.95372 21 8.75868V15.2413C21 16.0463 21 16.7106 20.9558 17.2518C20.9099 17.8139 20.8113 18.3306 20.564 18.816C20.1805 19.5686 19.5686 20.1805 18.816 20.564C18.3306 20.8113 17.8139 20.9099 17.2518 20.9558C16.7106 21 16.0463 21 15.2413 21H8.75868C7.95372 21 7.28936 21 6.74817 20.9558C6.18608 20.9099 5.66937 20.8113 5.18404 20.564C4.43139 20.1805 3.81947 19.5686 3.43597 18.816C3.18868 18.3306 3.09012 17.8139 3.04419 17.2518C2.99998 16.7106 2.99999 16.0463 3 15.2413V8.7587C2.99999 7.95373 2.99998 7.28937 3.04419 6.74817C3.09012 6.18608 3.18868 5.66937 3.43597 5.18404C3.81947 4.43139 4.43139 3.81947 5.18404 3.43597C5.66937 3.18868 6.18608 3.09012 6.74817 3.04419C7.28937 2.99998 7.95373 2.99999 8.7587 3ZM6.91104 5.03755C6.47262 5.07337 6.24842 5.1383 6.09202 5.21799C5.7157 5.40973 5.40973 5.7157 5.21799 6.09202C5.1383 6.24842 5.07337 6.47262 5.03755 6.91104C5.00078 7.36113 5 7.94342 5 8.8V15.2C5 16.0566 5.00078 16.6389 5.03755 17.089C5.07337 17.5274 5.1383 17.7516 5.21799 17.908C5.40973 18.2843 5.7157 18.5903 6.09202 18.782C6.24842 18.8617 6.47262 18.9266 6.91104 18.9624C7.36113 18.9992 7.94342 19 8.8 19H15.2C16.0566 19 16.6389 18.9992 17.089 18.9624C17.5274 18.9266 17.7516 18.8617 17.908 18.782C18.2843 18.5903 18.5903 18.2843 18.782 17.908C18.8617 17.7516 18.9266 17.5274 18.9624 17.089C18.9992 16.6389 19 16.0566 19 15.2V8.8C19 7.94342 18.9992 7.36113 18.9624 6.91104C18.9266 6.47262 18.8617 6.24842 18.782 6.09202C18.5903 5.7157 18.2843 5.40973 17.908 5.21799C17.7516 5.1383 17.5274 5.07337 17.089 5.03755C16.6389 5.00078 16.0566 5 15.2 5H8.8C7.94342 5 7.36113 5.00078 6.91104 5.03755ZM16.3255 7.93219C16.7772 8.25003 16.8856 8.87383 16.5678 9.32549L11.8178 16.0755C11.6431 16.3237 11.3652 16.4792 11.0623 16.4981C10.7593 16.517 10.4642 16.3973 10.2601 16.1727L7.76006 13.4227C7.38855 13.014 7.41867 12.3816 7.82733 12.0101C8.23599 11.6386 8.86843 11.6687 9.23994 12.0773L10.9004 13.9039L14.9322 8.17451C15.25 7.72285 15.8738 7.61436 16.3255 7.93219Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default SquareCheckCheckboxChecked\n", "import type { SVGProps } from \"react\"\nconst SquareCheckFilledCheckboxCheckedFilled = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M8.75868 3H8.7587H15.2413H15.2413C16.0463 2.99999 16.7106 2.99998 17.2518 3.0442C17.8139 3.09012 18.3306 3.18868 18.816 3.43598C19.5686 3.81947 20.1805 4.43139 20.564 5.18404C20.8113 5.66938 20.9099 6.18608 20.9558 6.74818C21 7.28937 21 7.95372 21 8.75868V15.2413C21 16.0463 21 16.7106 20.9558 17.2518C20.9099 17.8139 20.8113 18.3306 20.564 18.816C20.1805 19.5686 19.5686 20.1805 18.816 20.564C18.3306 20.8113 17.8139 20.9099 17.2518 20.9558C16.7106 21 16.0463 21 15.2413 21H8.75868C7.95372 21 7.28937 21 6.74818 20.9558C6.18608 20.9099 5.66938 20.8113 5.18404 20.564C4.43139 20.1805 3.81947 19.5686 3.43598 18.816C3.18868 18.3306 3.09012 17.8139 3.0442 17.2518C2.99998 16.7106 2.99999 16.0463 3 15.2413V15.2413V8.75868V8.75866C2.99999 7.95371 2.99998 7.28936 3.0442 6.74818C3.09012 6.18608 3.18868 5.66938 3.43598 5.18404C3.81947 4.43139 4.43139 3.81947 5.18404 3.43598C5.66938 3.18868 6.18608 3.09012 6.74818 3.0442C7.28936 2.99998 7.95373 2.99999 8.75868 3ZM16.5678 9.32549C16.8856 8.87383 16.7772 8.25003 16.3255 7.93219C15.8738 7.61436 15.25 7.72285 14.9322 8.17451L10.9004 13.9039L9.23994 12.0773C8.86843 11.6687 8.23599 11.6386 7.82733 12.0101C7.41867 12.3816 7.38855 13.014 7.76006 13.4227L10.2601 16.1727C10.4642 16.3973 10.7593 16.517 11.0623 16.4981C11.3652 16.4792 11.6431 16.3237 11.8178 16.0755L16.5678 9.32549Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default SquareCheckFilledCheckboxCheckedFilled\n", "import type { SVGProps } from \"react\"\nconst SquareCode = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M3 6a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6Zm3-1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1H6Zm1.293 4.293a1 1 0 0 1 1.414 0l2 2a1 1 0 0 1 0 1.414l-2 2a1 1 0 0 1-1.414-1.414L8.586 12l-1.293-1.293a1 1 0 0 1 0-1.414ZM12 14a1 1 0 0 1 1-1h3a1 1 0 1 1 0 2h-3a1 1 0 0 1-1-1Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default SquareCode\n", "import type { SVGProps } from \"react\"\nconst SquareFilledTableLegend = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M8.7587 3H15.2413C16.0463 2.99999 16.7106 2.99998 17.2518 3.0442C17.8139 3.09012 18.3306 3.18868 18.816 3.43598C19.5686 3.81947 20.1805 4.43139 20.564 5.18404C20.8113 5.66938 20.9099 6.18608 20.9558 6.74818C21 7.28937 21 7.95372 21 8.75868V15.2413C21 16.0463 21 16.7106 20.9558 17.2518C20.9099 17.8139 20.8113 18.3306 20.564 18.816C20.1805 19.5686 19.5686 20.1805 18.816 20.564C18.3306 20.8113 17.8139 20.9099 17.2518 20.9558C16.7106 21 16.0463 21 15.2413 21H8.75868C7.95372 21 7.28937 21 6.74818 20.9558C6.18608 20.9099 5.66938 20.8113 5.18404 20.564C4.43139 20.1805 3.81947 19.5686 3.43598 18.816C3.18868 18.3306 3.09012 17.8139 3.0442 17.2518C2.99998 16.7106 2.99999 16.0463 3 15.2413V8.75868C2.99999 7.95373 2.99998 7.28936 3.0442 6.74818C3.09012 6.18608 3.18868 5.66938 3.43598 5.18404C3.81947 4.43139 4.43139 3.81947 5.18404 3.43598C5.66938 3.18868 6.18608 3.09012 6.74818 3.0442C7.28936 2.99998 7.95375 2.99999 8.7587 3Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default SquareFilledTableLegend\n", "import type { SVGProps } from \"react\"\nconst SquareImage = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M8.759 3.5h6.482c.805 0 1.47 0 2.01.044.563.046 1.08.145 1.565.392a4 4 0 0 1 1.748 1.748c.247.485.346 1.002.392 1.564C21 7.79 21 8.454 21 9.258v6.483c0 .805 0 1.47-.044 2.01-.046.563-.145 1.08-.392 1.565a4 4 0 0 1-1.748 1.748c-.485.247-1.002.346-1.564.392-.541.044-1.206.044-2.01.044H8.758c-.805 0-1.47 0-2.01-.044-.563-.046-1.08-.145-1.565-.392a4 4 0 0 1-1.748-1.748c-.247-.485-.346-1.002-.392-1.564C3 17.21 3 16.546 3 15.742V9.258c0-.805 0-1.47.044-2.01.046-.563.145-1.08.392-1.565a4 4 0 0 1 1.748-1.748c.485-.247 1.002-.346 1.564-.392C7.29 3.5 7.954 3.5 8.758 3.5ZM6.91 5.538c-.438.035-.663.1-.819.18a2 2 0 0 0-.874.874c-.08.156-.145.38-.18.819C5 7.861 5 8.443 5 9.3v4.786l.879-.879a3 3 0 0 1 4.242 0l6.286 6.286c.261-.005.484-.014.682-.03.438-.036.663-.101.819-.181a2 2 0 0 0 .874-.874c.08-.156.145-.38.18-.819.037-.45.038-1.032.038-1.889V9.3c0-.857 0-1.439-.038-1.889-.035-.438-.1-.663-.18-.819a2 2 0 0 0-.874-.874c-.156-.08-.38-.145-.819-.18-.45-.037-1.032-.038-1.889-.038H8.8c-.857 0-1.439 0-1.889.038ZM13.586 19.5l-4.879-4.879a1 1 0 0 0-1.414 0l-2.286 2.286c.005.261.014.484.03.682.036.438.101.663.181.819a2 2 0 0 0 .874.874c.156.08.38.145.819.18.45.037 1.032.038 1.889.038h4.786ZM14.5 9a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-3 1a3 3 0 1 1 6 0 3 3 0 0 1-6 0Z\" />\n </svg>\n)\nexport default SquareImage\n", "import type { SVGProps } from \"react\"\nconst SquarePlus = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M6.911 18.962C7.361 19 7.943 19 8.8 19H10a1 1 0 1 1 0 2H8.759c-.805 0-1.47 0-2.01-.044-.563-.046-1.08-.145-1.565-.392a4 4 0 0 1-1.748-1.748c-.247-.485-.346-1.002-.392-1.564C3 16.71 3 16.046 3 15.242V8.758c0-.805 0-1.47.044-2.01.046-.563.145-1.08.392-1.565a4 4 0 0 1 1.748-1.748c.485-.247 1.002-.346 1.564-.392C7.29 3 7.954 3 8.758 3h6.483c.805 0 1.47 0 2.01.044.563.046 1.08.145 1.565.392a4 4 0 0 1 1.748 1.748c.247.485.346 1.002.392 1.564C21 7.29 21 7.954 21 8.758V10a1 1 0 1 1-2 0V8.8c0-.857 0-1.439-.038-1.889-.035-.438-.1-.663-.18-.819a2 2 0 0 0-.874-.874c-.156-.08-.38-.145-.819-.18C16.639 5 16.057 5 15.2 5H8.8c-.857 0-1.439 0-1.889.038-.438.035-.663.1-.819.18a2 2 0 0 0-.874.874c-.08.156-.145.38-.18.819C5 7.361 5 7.943 5 8.8v6.4c0 .857 0 1.439.038 1.889.035.438.1.663.18.819a2 2 0 0 0 .874.874c.156.08.38.145.819.18Z\"\n clipRule=\"evenodd\"\n />\n <path d=\"M19 15a1 1 0 1 0-2 0v2h-2a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0v-2h2a1 1 0 1 0 0-2h-2v-2Z\" />\n <path d=\"M19 15a1 1 0 1 0-2 0v2h-2a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0v-2h2a1 1 0 1 0 0-2h-2v-2Z\" />\n <path d=\"M19 15a1 1 0 1 0-2 0v2h-2a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0v-2h2a1 1 0 1 0 0-2h-2v-2Z\" />\n <path d=\"M19 15a1 1 0 1 0-2 0v2h-2a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0v-2h2a1 1 0 1 0 0-2h-2v-2Z\" />\n <path d=\"M19 15a1 1 0 1 0-2 0v2h-2a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0v-2h2a1 1 0 1 0 0-2h-2v-2Z\" />\n </svg>\n)\nexport default SquarePlus\n", "import type { SVGProps } from \"react\"\nconst SquarePlusAlt = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M6.911 18.962C7.361 19 7.943 19 8.8 19H11a1 1 0 1 1 0 2H8.759c-.805 0-1.47 0-2.01-.044-.563-.046-1.08-.145-1.565-.392a4 4 0 0 1-1.748-1.748c-.247-.485-.346-1.002-.392-1.564C3 16.71 3 16.046 3 15.242V8.758c0-.805 0-1.47.044-2.01.046-.563.145-1.08.392-1.565a4 4 0 0 1 1.748-1.748c.485-.247 1.002-.346 1.564-.392C7.29 3 7.954 3 8.758 3h6.483c.805 0 1.47 0 2.01.044.563.046 1.08.145 1.565.392a4 4 0 0 1 1.748 1.748c.247.485.346 1.002.392 1.564C21 7.29 21 7.954 21 8.758V11a1 1 0 1 1-2 0V8.8c0-.857 0-1.439-.038-1.889-.035-.438-.1-.663-.18-.819a2 2 0 0 0-.874-.874c-.156-.08-.38-.145-.819-.18C16.639 5 16.057 5 15.2 5H8.8c-.857 0-1.439 0-1.889.038-.438.035-.663.1-.819.18a2 2 0 0 0-.874.874c-.08.156-.145.38-.18.819C5 7.361 5 7.943 5 8.8v6.4c0 .857 0 1.439.038 1.889.035.438.1.663.18.819a2 2 0 0 0 .874.874c.156.08.38.145.819.18Z\"\n clipRule=\"evenodd\"\n />\n <path\n fillRule=\"evenodd\"\n d=\"M8 10a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1Zm0 4a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1Z\"\n clipRule=\"evenodd\"\n />\n <path d=\"M20 16a1 1 0 1 0-2 0v2h-2a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0v-2h2a1 1 0 1 0 0-2h-2v-2Z\" />\n <path d=\"M20 16a1 1 0 1 0-2 0v2h-2a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0v-2h2a1 1 0 1 0 0-2h-2v-2Z\" />\n <path d=\"M20 16a1 1 0 1 0-2 0v2h-2a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0v-2h2a1 1 0 1 0 0-2h-2v-2Z\" />\n <path d=\"M20 16a1 1 0 1 0-2 0v2h-2a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0v-2h2a1 1 0 1 0 0-2h-2v-2Z\" />\n <path d=\"M20 16a1 1 0 1 0-2 0v2h-2a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0v-2h2a1 1 0 1 0 0-2h-2v-2Z\" />\n </svg>\n)\nexport default SquarePlusAlt\n", "import type { SVGProps } from \"react\"\nconst SquareTableLegend = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M8.7587 3H15.2413C16.0463 2.99999 16.7106 2.99998 17.2518 3.04419C17.8139 3.09012 18.3306 3.18868 18.816 3.43597C19.5686 3.81947 20.1805 4.43139 20.564 5.18404C20.8113 5.66937 20.9099 6.18608 20.9558 6.74817C21 7.28936 21 7.95372 21 8.75868V15.2413C21 16.0463 21 16.7106 20.9558 17.2518C20.9099 17.8139 20.8113 18.3306 20.564 18.816C20.1805 19.5686 19.5686 20.1805 18.816 20.564C18.3306 20.8113 17.8139 20.9099 17.2518 20.9558C16.7106 21 16.0463 21 15.2413 21H8.75868C7.95372 21 7.28936 21 6.74817 20.9558C6.18608 20.9099 5.66937 20.8113 5.18404 20.564C4.43139 20.1805 3.81947 19.5686 3.43597 18.816C3.18868 18.3306 3.09012 17.8139 3.04419 17.2518C2.99998 16.7106 2.99999 16.0463 3 15.2413V8.7587C2.99999 7.95373 2.99998 7.28937 3.04419 6.74817C3.09012 6.18608 3.18868 5.66937 3.43597 5.18404C3.81947 4.43139 4.43139 3.81947 5.18404 3.43597C5.66937 3.18868 6.18608 3.09012 6.74817 3.04419C7.28937 2.99998 7.95373 2.99999 8.7587 3ZM6.91104 5.03755C6.47262 5.07337 6.24842 5.1383 6.09202 5.21799C5.7157 5.40973 5.40973 5.7157 5.21799 6.09202C5.1383 6.24842 5.07337 6.47262 5.03755 6.91104C5.00078 7.36113 5 7.94342 5 8.8V15.2C5 16.0566 5.00078 16.6389 5.03755 17.089C5.07337 17.5274 5.1383 17.7516 5.21799 17.908C5.40973 18.2843 5.7157 18.5903 6.09202 18.782C6.24842 18.8617 6.47262 18.9266 6.91104 18.9624C7.36113 18.9992 7.94342 19 8.8 19H15.2C16.0566 19 16.6389 18.9992 17.089 18.9624C17.5274 18.9266 17.7516 18.8617 17.908 18.782C18.2843 18.5903 18.5903 18.2843 18.782 17.908C18.8617 17.7516 18.9266 17.5274 18.9624 17.089C18.9992 16.6389 19 16.0566 19 15.2V8.8C19 7.94342 18.9992 7.36113 18.9624 6.91104C18.9266 6.47262 18.8617 6.24842 18.782 6.09202C18.5903 5.7157 18.2843 5.40973 17.908 5.21799C17.7516 5.1383 17.5274 5.07337 17.089 5.03755C16.6389 5.00078 16.0566 5 15.2 5H8.8C7.94342 5 7.36113 5.00078 6.91104 5.03755Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default SquareTableLegend\n", "import type { SVGProps } from \"react\"\nconst SquareText = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M19 6a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V6Zm2 12a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v12Z\" />\n <path d=\"M15 9a1 1 0 1 1 0 2H9a1 1 0 1 1 0-2h6Zm-3 4a1 1 0 1 1 0 2H9a1 1 0 1 1 0-2h3Z\" />\n </svg>\n)\nexport default SquareText\n", "import type { SVGProps } from \"react\"\nconst Stack = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M4.94845 4.68299C5.32822 4.24896 5.87687 4 6.4536 4H17.5461C18.1228 4 18.6714 4.24896 19.0512 4.68299L22.5512 8.68299C23.6827 9.97616 22.7644 12 21.0461 12H2.9536C1.23528 12 0.316926 9.97616 1.44845 8.68299L4.94845 4.68299ZM17.5461 6L6.4536 6L2.9536 10H21.0461L17.5461 6ZM1.99983 15C1.99983 14.4477 2.44755 14 2.99983 14H20.9998C21.5521 14 21.9998 14.4477 21.9998 15C21.9998 15.5523 21.5521 16 20.9998 16H2.99983C2.44755 16 1.99983 15.5523 1.99983 15ZM2.99983 19C2.99983 18.4477 3.44755 18 3.99983 18H19.9998C20.5521 18 20.9998 18.4477 20.9998 19C20.9998 19.5523 20.5521 20 19.9998 20H3.99983C3.44755 20 2.99983 19.5523 2.99983 19Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Stack\n", "import type { SVGProps } from \"react\"\nconst Star = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M9.96751 2.23646C10.86 0.652956 13.1403 0.652948 14.0329 2.23645L16.169 6.02623C16.2165 6.11062 16.2984 6.17014 16.3934 6.1893L20.6578 7.04973C22.4396 7.40924 23.1442 9.57795 21.914 10.9161L18.9698 14.1188C18.9043 14.1901 18.873 14.2864 18.8841 14.3826L19.3836 18.7042C19.5922 20.5099 17.7474 21.8502 16.0946 21.0937L12.1389 19.2833C12.0508 19.243 11.9496 19.243 11.8615 19.2833L7.90578 21.0937C6.25295 21.8502 4.40814 20.5099 4.61683 18.7042L5.11628 14.3826C5.1274 14.2864 5.09611 14.1901 5.03054 14.1188L2.08634 10.9161C0.856146 9.57795 1.56079 7.40924 3.34261 7.04973L7.60698 6.1893C7.70194 6.17014 7.78387 6.11062 7.83143 6.02623L9.96751 2.23646ZM12.2906 3.21849C12.1631 2.99228 11.8373 2.99227 11.7098 3.21849L9.57373 7.00826C9.24076 7.59901 8.66727 8.01567 8.00255 8.1498L3.73817 9.01022C3.48363 9.06158 3.38297 9.37139 3.55871 9.56256L6.50291 12.7652C6.96185 13.2644 7.18091 13.9386 7.10305 14.6122L6.6036 18.9338C6.57379 19.1917 6.83733 19.3832 7.07345 19.2751L11.0291 17.4647C11.6458 17.1825 12.3546 17.1825 12.9712 17.4647L16.9269 19.2751C17.1631 19.3832 17.4266 19.1917 17.3968 18.9338L16.8973 14.6122C16.8195 13.9386 17.0385 13.2644 17.4975 12.7652L20.4417 9.56256C20.6174 9.3714 20.5168 9.06158 20.2622 9.01022L15.9978 8.1498C15.3331 8.01567 14.7596 7.59901 14.4266 7.00826L12.2906 3.21849Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Star\n", "import type { SVGProps } from \"react\"\nconst StarFilled = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M14.0324 2.23639C13.1399 0.652889 10.8595 0.652893 9.96702 2.2364L7.83095 6.02617C7.78338 6.11056 7.70145 6.17008 7.60649 6.18924L3.34212 7.04967C1.56031 7.40918 0.855658 9.57789 2.08585 10.9161L5.03006 14.1187C5.09562 14.19 5.12691 14.2863 5.11579 14.3826L4.61634 18.7041C4.40765 20.5098 6.25246 21.8501 7.90529 21.0937L11.861 19.2832C11.9491 19.2429 12.0503 19.2429 12.1384 19.2832L16.0941 21.0937C17.747 21.8501 19.5918 20.5098 19.3831 18.7041L18.8836 14.3826C18.8725 14.2863 18.9038 14.19 18.9694 14.1187L21.9136 10.9161C23.1438 9.57789 22.4391 7.40918 20.6573 7.04967L16.3929 6.18924C16.298 6.17008 16.216 6.11056 16.1685 6.02617L14.0324 2.23639Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default StarFilled\n", "import type { SVGProps } from \"react\"\nconst StartStrokeMd = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M5.75 6.272c0-1.986 2.206-3.178 3.868-2.091l8.759 5.726c1.51.987 1.51 3.199 0 4.186l-8.759 5.726c-1.663 1.088-3.868-.106-3.868-2.092V6.272Zm2 11.455a.5.5 0 0 0 .773.418l8.76-5.726a.5.5 0 0 0 0-.838l-8.76-5.727a.5.5 0 0 0-.773.418v11.455Z\" />\n </svg>\n)\nexport default StartStrokeMd\n", "import type { SVGProps } from \"react\"\nconst Status = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M6.34354 4.92894C6.7341 5.31946 6.7341 5.95263 6.34354 6.34315C3.21906 9.46735 3.21906 14.5327 6.34354 17.6569C6.7341 18.0474 6.7341 18.6806 6.34354 19.0711C5.95298 19.4616 5.31976 19.4616 4.9292 19.0711C1.0236 15.1658 1.0236 8.83418 4.9292 4.92894C5.31976 4.53842 5.95298 4.53842 6.34354 4.92894ZM17.6583 4.92894C18.0488 4.53842 18.682 4.53842 19.0726 4.92894C22.9782 8.83418 22.9782 15.1658 19.0726 19.0711C18.682 19.4616 18.0488 19.4616 17.6583 19.0711C17.2677 18.6806 17.2677 18.0474 17.6583 17.6569C20.7827 14.5327 20.7827 9.46735 17.6583 6.34315C17.2677 5.95263 17.2677 5.31946 17.6583 4.92894Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M9.17222 7.75737C9.56278 8.14789 9.56278 8.78106 9.17222 9.17158C7.60998 10.7337 7.60998 13.2663 9.17222 14.8284C9.56278 15.219 9.56278 15.8521 9.17222 16.2426C8.78166 16.6332 8.14844 16.6332 7.75788 16.2426C5.41452 13.8995 5.41452 10.1005 7.75788 7.75737C8.14844 7.36684 8.78166 7.36684 9.17222 7.75737ZM14.8296 7.75737C15.2201 7.36684 15.8534 7.36684 16.2439 7.75737C18.5873 10.1005 18.5873 13.8995 16.2439 16.2426C15.8534 16.6332 15.2201 16.6332 14.8296 16.2426C14.439 15.8521 14.439 15.219 14.8296 14.8284C16.3918 13.2663 16.3918 10.7337 14.8296 9.17158C14.439 8.78106 14.439 8.14789 14.8296 7.75737Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M14.0011 12C14.0011 13.1046 13.1056 14 12.0009 14C10.8962 14 10.0007 13.1046 10.0007 12C10.0007 10.8954 10.8962 10 12.0009 10C13.1056 10 14.0011 10.8954 14.0011 12Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Status\n", "import type { SVGProps } from \"react\"\nconst Stethoscope = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M5.5 10.9999C5.49995 10.4477 5.05225 9.99992 4.5 9.99992C3.94775 9.99992 3.50005 10.4477 3.5 10.9999C3.5 11.5522 3.94771 11.9999 4.5 11.9999C5.05229 11.9999 5.5 11.5522 5.5 10.9999ZM7.5 10.9999C7.5 12.1548 6.84612 13.1547 5.88965 13.6562L6.48047 17.7939C6.67828 19.1786 7.98709 20.1221 9.36328 19.872C10.2259 19.7152 10.9406 19.1119 11.2402 18.288L12.3672 15.1884C9.86113 13.7713 8.67121 10.7128 9.68848 7.91789L11.0566 4.1591C11.6233 2.60217 13.3444 1.79945 14.9014 2.36613L15.8408 2.70793C16.3598 2.89682 16.6274 3.47118 16.4385 3.99015C16.2494 4.5087 15.676 4.77643 15.1572 4.58781L14.2178 4.24504C13.6989 4.05617 13.1245 4.32388 12.9355 4.84269L11.5674 8.60148C10.8118 10.6773 11.8823 12.9728 13.958 13.7284C16.0339 14.484 18.3294 13.4137 19.085 11.3378L20.4531 7.57902C20.6419 7.06009 20.3744 6.48667 19.8555 6.29777L18.916 5.955C18.397 5.76611 18.1295 5.19273 18.3184 4.67375C18.5072 4.15487 19.0807 3.88736 19.5996 4.07609L20.54 4.41789C22.0967 4.9847 22.8996 6.70678 22.333 8.26359L20.9648 12.0224C19.9484 14.8148 17.0743 16.3922 14.2461 15.871L13.1201 18.9716C12.5776 20.4635 11.2835 21.5556 9.72168 21.8398C7.22938 22.2929 4.85922 20.5848 4.50098 18.0771L3.90918 13.9413C2.53531 13.6669 1.5 12.4545 1.5 10.9999C1.50005 9.34311 2.84318 7.99992 4.5 7.99992C6.15682 7.99992 7.49995 9.34311 7.5 10.9999Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Stethoscope\n", "import type { SVGProps } from \"react\"\nconst StickyNote = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M15.2 3c.824 0 1.502-.001 2.052.044.562.046 1.08.144 1.564.392a4.001 4.001 0 0 1 1.748 1.748c.248.485.346 1.002.392 1.564.045.55.044 1.228.044 2.052v3.212c0 .686.007 1.192-.11 1.68-.098.408-.26.798-.48 1.156-.262.427-.624.78-1.11 1.265l-3.187 3.188c-.485.485-.838.847-1.265 1.11-.358.218-.748.38-1.157.479-.487.117-.993.11-1.68.11H8.8c-.824 0-1.502.001-2.052-.044-.562-.046-1.08-.144-1.564-.392a4.001 4.001 0 0 1-1.748-1.748c-.248-.485-.346-1.002-.392-1.564C2.999 16.702 3 16.024 3 15.2V8.8c0-.824-.001-1.502.044-2.052.046-.562.144-1.08.392-1.564a4.001 4.001 0 0 1 1.748-1.748c.485-.248 1.002-.346 1.564-.392C7.298 2.999 7.976 3 8.8 3h6.4ZM8.8 5c-.857 0-1.439 0-1.889.037-.438.036-.663.101-.82.18a2 2 0 0 0-.873.875c-.08.156-.145.38-.18.82C5 7.361 5 7.942 5 8.8v6.4c0 .857 0 1.439.037 1.889.036.438.101.663.18.82a2 2 0 0 0 .875.873c.156.08.38.145.82.18C7.361 19 7.942 19 8.8 19H12v-4a3 3 0 0 1 3-3h4V8.8c0-.857 0-1.439-.037-1.889-.036-.438-.101-.663-.18-.82a2 2 0 0 0-.875-.873c-.156-.08-.38-.145-.82-.18C16.639 5 16.058 5 15.2 5H8.8Zm6.2 9a1 1 0 0 0-1 1v3.557c.142-.12.34-.31.7-.67l3.187-3.188c.36-.36.55-.557.67-.699H15Z\" />\n </svg>\n)\nexport default StickyNote\n", "import type { SVGProps } from \"react\"\nconst Stop = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M6 8C6 6.89543 6.89543 6 8 6H16C17.1046 6 18 6.89543 18 8V16C18 17.1046 17.1046 18 16 18H8C6.89543 18 6 17.1046 6 16V8Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Stop\n", "import type { SVGProps } from \"react\"\nconst StopCircle = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2Zm-2 7a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1h-4Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default StopCircle\n", "import type { SVGProps } from \"react\"\nconst StopCircleFilled = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM9.5 8.5C8.94772 8.5 8.5 8.94772 8.5 9.5V14.5C8.5 15.0523 8.94772 15.5 9.5 15.5H14.5C15.0523 15.5 15.5 15.0523 15.5 14.5V9.5C15.5 8.94772 15.0523 8.5 14.5 8.5H9.5Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default StopCircleFilled\n", "import type { SVGProps } from \"react\"\nconst StopOutline = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M12 4a8 8 0 1 0 0 16 8 8 0 0 0 0-16ZM2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Z\"\n clipRule=\"evenodd\"\n />\n <path d=\"M9 10a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-4Z\" />\n </svg>\n)\nexport default StopOutline\n", "import type { SVGProps } from \"react\"\nconst StopSm = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M6.5 7.75C6.5 7.05964 7.05964 6.5 7.75 6.5H16.25C16.9404 6.5 17.5 7.05964 17.5 7.75V16.25C17.5 16.9404 16.9404 17.5 16.25 17.5H7.75C7.05964 17.5 6.5 16.9404 6.5 16.25V7.75Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default StopSm\n", "import type { SVGProps } from \"react\"\nconst StopStrokeMd = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M17.5 8A1.5 1.5 0 0 0 16 6.5H8A1.5 1.5 0 0 0 6.5 8v8A1.5 1.5 0 0 0 8 17.5h8a1.5 1.5 0 0 0 1.5-1.5V8Zm2 8a3.5 3.5 0 0 1-3.5 3.5H8A3.5 3.5 0 0 1 4.5 16V8A3.5 3.5 0 0 1 8 4.5h8A3.5 3.5 0 0 1 19.5 8v8Z\" />\n </svg>\n)\nexport default StopStrokeMd\n", "import type { SVGProps } from \"react\"\nconst Stopwatch = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M8.5 2.5C8.5 1.94772 8.94772 1.5 9.5 1.5H14.5C15.0523 1.5 15.5 1.94772 15.5 2.5C15.5 3.05228 15.0523 3.5 14.5 3.5H9.5C8.94772 3.5 8.5 3.05228 8.5 2.5Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M15.6402 11.5182C16.0645 11.1647 16.1218 10.5341 15.7682 10.1098C15.4147 9.68554 14.7841 9.62821 14.3598 9.98178L11.3598 12.4818C10.9355 12.8353 10.8782 13.4659 11.2318 13.8902C11.5853 14.3145 12.2159 14.3718 12.6402 14.0182L15.6402 11.5182Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M3.28125 13.25C3.28125 8.43477 7.18477 4.53125 12 4.53125C16.8152 4.53125 20.7188 8.43477 20.7188 13.25C20.7188 18.0652 16.8152 21.9688 12 21.9688C7.18477 21.9688 3.28125 18.0652 3.28125 13.25ZM12 6.46875C8.25482 6.46875 5.21875 9.50482 5.21875 13.25C5.21875 16.9952 8.25482 20.0312 12 20.0312C15.7452 20.0312 18.7812 16.9952 18.7812 13.25C18.7812 9.50482 15.7452 6.46875 12 6.46875Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Stopwatch\n", "import type { SVGProps } from \"react\"\nconst Storage = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M6.00633 5.5C6.02321 5.53319 6.07042 5.60366 6.19525 5.70906C6.42458 5.9027 6.81573 6.12215 7.38659 6.32603C8.5196 6.73067 10.1506 7 12 7C13.8494 7 15.4804 6.73067 16.6134 6.32603C17.1843 6.12215 17.5754 5.9027 17.8048 5.70906C17.9296 5.60366 17.9768 5.53319 17.9937 5.5C17.9768 5.46681 17.9296 5.39634 17.8048 5.29094C17.5754 5.0973 17.1843 4.87785 16.6134 4.67397C15.4804 4.26933 13.8494 4 12 4C10.1506 4 8.5196 4.26933 7.38659 4.67397C6.81573 4.87785 6.42458 5.0973 6.19525 5.29094C6.07042 5.39634 6.02321 5.46681 6.00633 5.5ZM18 7.91726C17.7726 8.02403 17.5333 8.12123 17.2861 8.20951C15.8856 8.70968 14.0166 9 12 9C9.98341 9 8.1144 8.70968 6.71392 8.20951C6.46674 8.12123 6.22738 8.02403 6 7.91726V11.986C6.00906 12.0096 6.04856 12.0852 6.19525 12.2091C6.42458 12.4027 6.81573 12.6221 7.38659 12.826C8.5196 13.2307 10.1506 13.5 12 13.5C13.8494 13.5 15.4804 13.2307 16.6134 12.826C17.1843 12.6221 17.5754 12.4027 17.8048 12.2091C17.9514 12.0852 17.9909 12.0096 18 11.986V7.91726ZM18 14.4173C17.7726 14.524 17.5333 14.6212 17.2861 14.7095C15.8856 15.2097 14.0166 15.5 12 15.5C9.98341 15.5 8.1144 15.2097 6.71392 14.7095C6.46674 14.6212 6.22738 14.524 6 14.4173V18.486C6.00906 18.5096 6.04856 18.5852 6.19525 18.7091C6.42458 18.9027 6.81573 19.1221 7.38659 19.326C8.5196 19.7307 10.1506 20 12 20C13.8494 20 15.4804 19.7307 16.6134 19.326C17.1843 19.1221 17.5754 18.9027 17.8048 18.7091C17.9514 18.5852 17.9909 18.5096 18 18.486V14.4173ZM4 5.5C4 4.74631 4.43048 4.16346 4.90494 3.76283C5.38405 3.35829 6.01803 3.03902 6.71392 2.79049C8.1144 2.29032 9.98341 2 12 2C14.0166 2 15.8856 2.29032 17.2861 2.79049C17.982 3.03902 18.616 3.35829 19.0951 3.76283C19.5695 4.16346 20 4.74631 20 5.5V18.5C20 19.2537 19.5695 19.8365 19.0951 20.2372C18.616 20.6417 17.982 20.961 17.2861 21.2095C15.8856 21.7097 14.0166 22 12 22C9.98341 22 8.1144 21.7097 6.71392 21.2095C6.01803 20.961 5.38405 20.6417 4.90494 20.2372C4.43048 19.8365 4 19.2537 4 18.5V5.5Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Storage\n", "import type { SVGProps } from \"react\"\nconst Storyboard = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10.9598 4H13.0402C13.706 3.99999 14.2656 3.99997 14.7234 4.03738C15.2021 4.0765 15.6571 4.16144 16.089 4.38148C16.4075 4.54379 16.6973 4.75286 16.9495 5.00001L17.0402 5.00001C17.706 5 18.2656 4.99998 18.7234 5.03739C19.2022 5.07651 19.6571 5.16145 20.089 5.38149C20.7475 5.71704 21.283 6.25248 21.6185 6.91104C21.8386 7.3429 21.9235 7.79786 21.9626 8.27658C22 8.73445 22 9.29397 22 9.95983V14.0402C22 14.7061 22 15.2656 21.9626 15.7234C21.9235 16.2022 21.8386 16.6571 21.6185 17.089C21.283 17.7475 20.7475 18.283 20.089 18.6185C19.6571 18.8386 19.2022 18.9235 18.7234 18.9626C18.2656 19 17.706 19 17.0401 19H16.9495C16.6972 19.2472 16.4075 19.4562 16.089 19.6185C15.6571 19.8386 15.2021 19.9235 14.7234 19.9626C14.2656 20 13.706 20 13.0401 20H10.9599C10.294 20 9.73445 20 9.27657 19.9626C8.79785 19.9235 8.34289 19.8386 7.91103 19.6185C7.59249 19.4562 7.30276 19.2472 7.05052 19H6.95987C6.29398 19 5.73445 19 5.27657 18.9626C4.79785 18.9235 4.34289 18.8386 3.91103 18.6185C3.25247 18.283 2.71704 17.7475 2.38148 17.089C2.16144 16.6571 2.0765 16.2022 2.03738 15.7234C1.99997 15.2656 1.99999 14.706 2 14.0402V9.95986C1.99999 9.29398 1.99997 8.73446 2.03738 8.27658C2.0765 7.79786 2.16144 7.3429 2.38148 6.91104C2.71704 6.25248 3.25247 5.71704 3.91103 5.38149C4.34289 5.16145 4.79785 5.07651 5.27657 5.03739C5.73445 4.99998 6.29397 5 6.95984 5.00001L7.0505 5.00001C7.30275 4.75286 7.59249 4.54379 7.91103 4.38148C8.34289 4.16144 8.79785 4.0765 9.27657 4.03738C9.73445 3.99997 10.294 3.99999 10.9598 4ZM8.29495 6.60677C8.29855 6.60206 8.30212 6.59731 8.30564 6.59254C8.44159 6.4136 8.61675 6.26655 8.81902 6.16349C8.92194 6.11105 9.0844 6.05975 9.43944 6.03074C9.80615 6.00078 10.2834 6 11 6H13C13.7166 6 14.1939 6.00078 14.5606 6.03074C14.9156 6.05975 15.0781 6.11105 15.181 6.16349C15.3832 6.26655 15.5584 6.41359 15.6944 6.59253C15.6979 6.59731 15.7015 6.60206 15.7051 6.60678C15.7545 6.67343 15.7985 6.74438 15.8365 6.81902C15.889 6.92194 15.9403 7.0844 15.9693 7.43944C15.9992 7.80615 16 8.28343 16 9V15C16 15.7166 15.9992 16.1939 15.9693 16.5606C15.9403 16.9156 15.889 17.0781 15.8365 17.181C15.7984 17.2558 15.7543 17.3268 15.7048 17.3936C15.7014 17.398 15.6981 17.4024 15.6949 17.4068C15.5588 17.586 15.3835 17.7333 15.181 17.8365C15.0781 17.889 14.9156 17.9403 14.5606 17.9693C14.1939 17.9992 13.7166 18 13 18H11C10.2834 18 9.80615 17.9992 9.43944 17.9693C9.0844 17.9403 8.92194 17.889 8.81901 17.8365C8.61651 17.7333 8.44117 17.5861 8.30515 17.4068C8.30188 17.4024 8.29857 17.398 8.29523 17.3936C8.24571 17.3268 8.20159 17.2558 8.16349 17.181C8.11105 17.0781 8.05975 16.9156 8.03074 16.5606C8.00078 16.1939 8 15.7166 8 15V9C8 8.28343 8.00078 7.80615 8.03074 7.43944C8.05975 7.0844 8.11105 6.92194 8.16349 6.81902C8.20152 6.74437 8.24554 6.67342 8.29495 6.60677ZM6.06548 7.00451C5.82103 7.00856 5.61724 7.01622 5.43944 7.03075C5.0844 7.05976 4.92194 7.11106 4.81902 7.1635C4.53677 7.30731 4.3073 7.53678 4.16349 7.81902C4.11105 7.92195 4.05975 8.08441 4.03074 8.43945C4.00078 8.80616 4 9.28344 4 10V14C4 14.7166 4.00078 15.1939 4.03074 15.5606C4.05975 15.9156 4.11105 16.0781 4.16349 16.181C4.3073 16.4632 4.53677 16.6927 4.81902 16.8365C4.92194 16.889 5.0844 16.9403 5.43944 16.9693C5.61724 16.9838 5.82103 16.9915 6.06548 16.9955C6.05402 16.9057 6.04486 16.815 6.03738 16.7234C5.99997 16.2656 5.99999 15.706 6 15.0402V8.95984C5.99999 8.29397 5.99997 7.73445 6.03738 7.27657C6.04486 7.18502 6.05402 7.09433 6.06548 7.00451ZM17.9345 16.9955C18.179 16.9915 18.3828 16.9838 18.5606 16.9693C18.9156 16.9403 19.0781 16.889 19.181 16.8365C19.4632 16.6927 19.6927 16.4632 19.8365 16.181C19.889 16.0781 19.9403 15.9156 19.9693 15.5606C19.9992 15.1939 20 14.7166 20 14V10C20 9.28344 19.9992 8.80616 19.9693 8.43945C19.9403 8.08441 19.889 7.92195 19.8365 7.81902C19.6927 7.53678 19.4632 7.30731 19.181 7.1635C19.0781 7.11106 18.9156 7.05976 18.5606 7.03075C18.3828 7.01622 18.179 7.00856 17.9345 7.00451C17.946 7.09433 17.9551 7.18502 17.9626 7.27657C18 7.73445 18 8.29398 18 8.95987V15.0401C18 15.706 18 16.2656 17.9626 16.7234C17.9551 16.815 17.946 16.9057 17.9345 16.9955Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Storyboard\n", "import type { SVGProps } from \"react\"\nconst String = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M19 10c0-1.067 0-1.807-.048-2.382-.046-.563-.131-.88-.252-1.116A2.752 2.752 0 0 0 17.498 5.3c-.236-.12-.553-.206-1.116-.252C15.807 5 15.067 5 14 5h-4c-1.067 0-1.807 0-2.382.048-.563.046-.88.131-1.116.252A2.752 2.752 0 0 0 5.3 6.502c-.12.237-.206.553-.252 1.116C5 8.193 5 8.933 5 10v4c0 1.067 0 1.807.048 2.382.046.563.131.88.252 1.116.263.517.685.938 1.202 1.202.237.12.553.206 1.116.252C8.193 19 8.933 19 10 19h4c1.067 0 1.807 0 2.382-.048.563-.046.88-.131 1.116-.252a2.752 2.752 0 0 0 1.202-1.202c.12-.236.206-.553.252-1.116C19 15.807 19 15.067 19 14v-4Zm2 4c0 1.033 0 1.868-.055 2.544-.056.687-.175 1.297-.463 1.862a4.751 4.751 0 0 1-2.076 2.076c-.565.288-1.175.407-1.862.463C15.868 21 15.034 21 14 21h-4c-1.033 0-1.869 0-2.544-.055-.687-.056-1.297-.175-1.862-.463a4.751 4.751 0 0 1-2.076-2.076c-.288-.565-.407-1.175-.463-1.862C3 15.868 3 15.034 3 14v-4c0-1.033 0-1.869.055-2.544.056-.687.174-1.297.463-1.862a4.752 4.752 0 0 1 2.076-2.076c.565-.288 1.175-.407 1.862-.463C8.131 3 8.966 3 10 3h4c1.033 0 1.868 0 2.544.055.687.056 1.297.174 1.862.463a4.751 4.751 0 0 1 2.076 2.076c.288.565.407 1.175.463 1.862C21 8.131 21 8.966 21 10v4Z\" />\n <path d=\"M14 10h-1v4a1 1 0 1 1 0 2h-2a1 1 0 1 1 0-2v-4h-1a1 1 0 1 1-2 0V9a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v1a1 1 0 1 1-2 0Z\" />\n </svg>\n)\nexport default String\n", "import type { SVGProps } from \"react\"\nconst Studio = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M15.7001 3.40002C16.8599 1.85363 19.0537 1.54022 20.6001 2.70002C22.1465 3.85982 22.4599 6.05363 21.3001 7.60002L19.8001 9.60002C19.641 9.8122 19.4041 9.95247 19.1415 9.98997C18.879 10.0275 18.6123 9.95915 18.4001 9.80002L14.4001 6.80002C13.9583 6.46865 13.8687 5.84185 14.2001 5.40002L15.7001 3.40002ZM19.4001 4.30002C18.7374 3.80297 17.7972 3.93728 17.3001 4.60002L16.4001 5.80002L18.8001 7.60002L19.7001 6.40002C20.1972 5.73728 20.0628 4.79708 19.4001 4.30002ZM13.717 8.30278C14.102 8.6987 14.0932 9.3318 13.6973 9.71686L7.05536 16.1767C7.96656 16.062 8.96282 16 10 16C11.9988 16 13.8456 16.2303 15.2245 16.6243C15.597 16.7307 15.9525 16.8539 16.2761 16.9962L17.0101 11.8586C17.0882 11.3118 17.5947 10.9319 18.1415 11.0101C18.6882 11.0882 19.0681 11.5947 18.99 12.1414L17.9977 19.087C17.9591 19.8226 17.4356 20.3194 17.0097 20.6072C16.5322 20.9297 15.9071 21.1807 15.2245 21.3758C13.8456 21.7697 11.9988 22 10 22C8.00123 22 6.15442 21.7697 4.77553 21.3758C4.09289 21.1807 3.46776 20.9297 2.99033 20.6072C2.54781 20.3082 2 19.7837 2 19C2 18.6411 2.11489 18.3366 2.28194 18.0832C2.32194 18.0134 2.37102 17.9474 2.42917 17.887C2.53331 17.7638 2.6479 17.6556 2.76272 17.5618L12.3029 8.28313C12.6988 7.89807 13.3319 7.90687 13.717 8.30278ZM4.18867 19C4.42735 19.1437 4.80252 19.3034 5.32497 19.4527C6.47958 19.7826 8.13278 20 10 20C11.8672 20 13.5204 19.7826 14.675 19.4527C15.1975 19.3034 15.5726 19.1437 15.8113 19C15.5726 18.8563 15.1975 18.6966 14.675 18.5473C13.5204 18.2174 11.8672 18 10 18C8.13278 18 6.47958 18.2174 5.32497 18.5473C4.80252 18.6966 4.42735 18.8563 4.18867 19Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Studio\n", "import type { SVGProps } from \"react\"\nconst Stuff = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M10.5 14a1 1 0 1 0 0 2h3a1 1 0 0 0 0-2h-3Z\" />\n <path d=\"M10.503 3.204c-1.01-1.187-2.929-.814-3.421.665l-.724 2.175-2.12.875c-1.44.594-1.679 2.533-.425 3.458l.392.289a2 2 0 0 0-.986.926 2.022 2.022 0 0 0-.202.77C3 12.57 3 12.816 3 13.068v3.673c0 .805 0 1.47.044 2.01.046.563.145 1.08.392 1.565a4 4 0 0 0 1.748 1.748c.486.247 1.002.346 1.564.392.542.044 1.206.044 2.01.044h6.483c.805 0 1.47 0 2.011-.044.562-.046 1.079-.145 1.564-.392a4 4 0 0 0 1.748-1.748c.247-.485.346-1.002.392-1.564.044-.541.044-1.206.044-2.01v-3.674c0-.252 0-.498-.017-.706a2.022 2.022 0 0 0-.2-.77 2 2 0 0 0-.875-.874 2.02 2.02 0 0 0-.77-.201 3.219 3.219 0 0 0-.08-.006l1.217-2.637c.228-.493.425-.917.49-1.334a3 3 0 0 0-1.131-2.84c-.334-.259-.769-.432-1.273-.633l-.112-.045-.101-.04c-.463-.186-.863-.346-1.256-.394a3 3 0 0 0-2.682 1.077c-.25.306-.429.699-.635 1.153l-.065.143-1.521-.011-1.486-1.746Zm5.008 2.192c.148-.317.198-.405.246-.464a1 1 0 0 1 .894-.359c.097.012.232.057.855.306.681.273.824.34.906.404a1 1 0 0 1 .377.947c-.016.102-.073.25-.38.915L16.86 10.5h-1.92l-.17-.533 1.201-1.953a2 2 0 0 0-.46-2.618ZM12.842 10.5H7.23a2 2 0 0 0-.383-.371L5 8.768l2.12-.875a2 2 0 0 0 1.136-1.217L8.98 4.5l1.486 1.746a2 2 0 0 0 1.509.704l2.293.016-1.202 1.953a2 2 0 0 0-.224 1.581Zm4.677 2h.881c.297 0 .459 0 .576.01l.013.002v.013c.01.116.011.278.011.575v3.6c0 .857 0 1.439-.037 1.889-.036.438-.101.663-.18.819a2 2 0 0 1-.875.874c-.156.08-.38.145-.819.18-.45.037-1.032.038-1.889.038H8.8c-.856 0-1.439 0-1.889-.038-.438-.035-.662-.1-.819-.18a2 2 0 0 1-.874-.874c-.08-.156-.144-.38-.18-.819C5 18.139 5 17.557 5 16.7v-3.6c0-.296 0-.459.01-.575l.002-.014h.013c.116-.01.279-.011.575-.011h11.88a.85.85 0 0 0 .04 0Z\" />\n </svg>\n)\nexport default Stuff\n", "import type { SVGProps } from \"react\"\nconst StuffTools = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M10.5002 13.5C9.94787 13.5 9.50015 13.9477 9.50015 14.5C9.50015 15.0523 9.94787 15.5 10.5002 15.5H13.5002C14.0524 15.5 14.5002 15.0523 14.5002 14.5C14.5002 13.9477 14.0524 13.5 13.5002 13.5H10.5002Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M10.5026 2.70381C9.49262 1.51744 7.57398 1.89038 7.08199 3.36871L6.3579 5.54448L4.23793 6.41859C2.79753 7.0125 2.55933 8.95248 3.81327 9.87722L4.20462 10.1658C4.16724 10.1815 4.12973 10.1989 4.09218 10.218C3.71585 10.4097 3.40989 10.7157 3.21814 11.092C3.07985 11.3634 3.03578 11.6332 3.0171 11.8618C3.0001 12.0699 3.00013 12.3157 3.00016 12.5681L3.00016 16.2413C3.00014 17.0463 3.00013 17.7106 3.04435 18.2518C3.09028 18.8139 3.18884 19.3306 3.43613 19.816C3.81963 20.5686 4.43155 21.1805 5.1842 21.564C5.66953 21.8113 6.18623 21.9099 6.74833 21.9558C7.28953 22 7.9539 22 8.75888 22H15.2414C16.0464 22 16.7108 22 17.252 21.9558C17.8141 21.9099 18.3308 21.8113 18.8161 21.564C19.5688 21.1805 20.1807 20.5686 20.5642 19.816C20.8115 19.3306 20.91 18.8139 20.956 18.2518C21.0002 17.7106 21.0002 17.0463 21.0002 16.2413L21.0002 12.5681C21.0002 12.3158 21.0002 12.0699 20.9832 11.8618C20.9645 11.6332 20.9205 11.3634 20.7822 11.092C20.5904 10.7157 20.2845 10.4097 19.9081 10.218C19.6367 10.0797 19.367 10.0356 19.1384 10.017C19.1121 10.0148 19.0852 10.0129 19.0578 10.0113L20.275 7.37423C20.5032 6.88139 20.6996 6.45713 20.7651 6.04038C20.9352 4.95772 20.5015 3.86842 19.6337 3.19907C19.2996 2.94141 18.8654 2.76827 18.3609 2.56714L18.2491 2.52249L18.1477 2.48187C17.685 2.29622 17.285 2.13572 16.8918 2.08803C15.8725 1.96439 14.8608 2.37064 14.21 3.16488C13.9591 3.47118 13.7811 3.86377 13.5753 4.31784L13.5104 4.46072L11.989 4.4499L10.5026 2.70381ZM15.5109 4.89635C15.6588 4.57904 15.7092 4.49082 15.7571 4.43243C15.974 4.16768 16.3112 4.03226 16.651 4.07348C16.7482 4.08527 16.8833 4.13025 17.5063 4.37944C18.1873 4.65185 18.33 4.71932 18.4122 4.78272C18.7015 5.00583 18.846 5.36893 18.7893 5.72982C18.7732 5.83237 18.7159 5.97946 18.4086 6.64543L16.8603 10H14.9391L14.7701 9.46716L15.9714 7.51391C16.5371 6.59417 16.2556 5.49079 15.5109 4.89635ZM12.8424 10L7.22941 10C7.11981 9.86097 6.99119 9.73578 6.84584 9.62859L5.00031 8.26758L7.12028 7.39348C7.65763 7.17191 8.07202 6.72753 8.25557 6.17603L8.97966 4.00025L10.4661 5.74634C10.8429 6.18893 11.3935 6.44572 11.9748 6.44985L14.2678 6.46616L13.0665 8.41941C12.7751 8.89325 12.6948 9.46599 12.8424 10ZM17.5191 12H18.4002C18.6967 12 18.8589 12.0008 18.9755 12.0103L18.9887 12.0115L18.9899 12.0246C18.9994 12.1412 19.0002 12.3035 19.0002 12.6V16.2C19.0002 17.0566 18.9994 17.6389 18.9626 18.089C18.9268 18.5274 18.8619 18.7516 18.7822 18.908C18.5904 19.2843 18.2845 19.5903 17.9081 19.782C17.7517 19.8617 17.5275 19.9266 17.0891 19.9625C16.639 19.9992 16.0567 20 15.2002 20H8.80016C7.94358 20 7.36128 19.9992 6.9112 19.9625C6.47278 19.9266 6.24858 19.8617 6.09218 19.782C5.71585 19.5903 5.40989 19.2843 5.21814 18.908C5.13845 18.7516 5.07353 18.5274 5.03771 18.089C5.00094 17.6389 5.00016 17.0566 5.00016 16.2V12.6C5.00016 12.3035 5.00094 12.1412 5.01046 12.0246L5.01161 12.0115L5.02479 12.0103C5.14138 12.0008 5.30363 12 5.60016 12H17.48C17.493 12.0003 17.5061 12.0003 17.5191 12Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default StuffTools\n", "import type { SVGProps } from \"react\"\nconst SubscriptionPlan = (props: SVGProps<SVGSVGElement>) => (\n <svg viewBox=\"0 0 24 24\" width=\"1em\" height=\"1em\" fill=\"currentColor\" {...props}>\n <path d=\"M12.4124 8.10186C12.2138 7.81208 11.7862 7.81208 11.5876 8.10186L10.5135 9.66906C10.4485 9.76393 10.3527 9.83348 10.2424 9.866L8.42007 10.4032C8.0831 10.5026 7.95094 10.9093 8.16518 11.1877L9.32376 12.6935C9.39389 12.7847 9.43046 12.8972 9.4273 13.0122L9.37506 14.9114C9.36541 15.2626 9.71139 15.5139 10.0424 15.3962L11.8325 14.7597C11.9408 14.7211 12.0592 14.7211 12.1675 14.7597L13.9576 15.3962C14.2886 15.5139 14.6346 15.2626 14.625 14.9114L14.5727 13.0122C14.5696 12.8972 14.6061 12.7847 14.6763 12.6935L15.8349 11.1877C16.0491 10.9093 15.9169 10.5026 15.58 10.4032L13.7576 9.866C13.6473 9.83348 13.5515 9.76393 13.4865 9.66906L12.4124 8.10186Z\" />\n <path d=\"M10.8568 1.57771C11.5438 1.0991 12.4562 1.0991 13.1432 1.57771L15.6064 3.29363L18.5613 3.82194C19.3855 3.96931 20.0307 4.61455 20.1781 5.43873L20.7064 8.39371L22.4223 10.8568C22.9009 11.5438 22.9009 12.4562 22.4223 13.1432L20.7064 15.6064L20.1781 18.5614C20.0307 19.3855 19.3855 20.0307 18.5613 20.1781L15.6063 20.7064L13.1432 22.4223C12.4562 22.9009 11.5438 22.9009 10.8568 22.4223L8.39364 20.7064L5.43867 20.1781C4.61449 20.0307 3.9693 19.3855 3.82194 18.5613L3.29359 15.6063L1.5777 13.1432C1.09909 12.4562 1.0991 11.5438 1.57772 10.8568L3.29361 8.39368L3.82194 5.43872C3.9693 4.6145 4.6145 3.9693 5.43872 3.82194L8.3937 3.29361L10.8568 1.57771ZM14.4631 4.93466L12 3.21876L9.53693 4.93466C9.29992 5.09977 9.02996 5.21156 8.7457 5.26239L5.79072 5.79072L5.26238 8.74572C5.21155 9.02999 5.09975 9.29994 4.93463 9.53696L3.21875 12L4.93466 14.4631C5.09969 14.7 5.21154 14.9699 5.26239 15.2543L5.79076 18.2093L8.74569 18.7376C9.03003 18.7884 9.30007 18.9003 9.53718 19.0656L12 20.7813L14.4631 19.0654C14.7 18.9003 14.97 18.7884 15.2545 18.7376L18.2093 18.2093L18.7376 15.2543C18.7884 14.9702 18.9003 14.7 19.0655 14.4629L20.7813 12L19.0656 9.53719C18.9003 9.30008 18.7884 9.02993 18.7376 8.74559L18.2093 5.79072L15.2542 5.26238C14.9701 5.21155 14.7001 5.09977 14.4631 4.93466Z\" />\n </svg>\n)\nexport default SubscriptionPlan\n", "import type { SVGProps } from \"react\"\nconst SuggestEdit = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M15.2413 3H8.7587C7.95374 2.99999 7.28937 2.99998 6.74818 3.04419C6.18608 3.09012 5.66937 3.18868 5.18404 3.43598C4.43139 3.81947 3.81947 4.43139 3.43598 5.18404C3.18868 5.66937 3.09012 6.18608 3.04419 6.74818C2.99998 7.28937 2.99999 7.95372 3 8.75869V14.2413C2.99999 15.0463 2.99998 15.7106 3.04419 16.2518C3.09012 16.8139 3.18868 17.3306 3.43598 17.816C3.81947 18.5686 4.43139 19.1805 5.18404 19.564C5.66937 19.8113 6.18608 19.9099 6.74818 19.9558C7.28937 20 7.95372 20 8.75868 20H17.5858L16.7929 20.7929C16.4024 21.1834 16.4024 21.8166 16.7929 22.2071C17.1834 22.5976 17.8166 22.5976 18.2071 22.2071L20.7071 19.7071C21.0976 19.3166 21.0976 18.6834 20.7071 18.2929L18.2071 15.7929C17.8166 15.4024 17.1834 15.4024 16.7929 15.7929C16.4024 16.1834 16.4024 16.8166 16.7929 17.2071L17.5858 18H8.8C7.94342 18 7.36113 17.9992 6.91104 17.9624C6.47262 17.9266 6.24842 17.8617 6.09202 17.782C5.7157 17.5903 5.40973 17.2843 5.21799 16.908C5.1383 16.7516 5.07337 16.5274 5.03755 16.089C5.00078 15.6389 5 15.0566 5 14.2V8.8C5 7.94342 5.00078 7.36113 5.03755 6.91104C5.07337 6.47262 5.1383 6.24842 5.21799 6.09202C5.40973 5.7157 5.7157 5.40973 6.09202 5.21799C6.24842 5.1383 6.47262 5.07337 6.91104 5.03755C7.36113 5.00078 7.94342 5 8.8 5H15.2C16.0566 5 16.6389 5.00078 17.089 5.03755C17.5274 5.07337 17.7516 5.1383 17.908 5.21799C18.2843 5.40973 18.5903 5.7157 18.782 6.09202C18.8617 6.24842 18.9266 6.47262 18.9624 6.91104C18.9992 7.36113 19 7.94342 19 8.8V12C19 12.5523 19.4477 13 20 13C20.5523 13 21 12.5523 21 12V8.75868C21 7.95372 21 7.28937 20.9558 6.74818C20.9099 6.18608 20.8113 5.66937 20.564 5.18404C20.1805 4.43139 19.5686 3.81947 18.816 3.43598C18.3306 3.18868 17.8139 3.09012 17.2518 3.04419C16.7106 2.99998 16.0463 2.99999 15.2413 3Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M8 9.5C8 8.94772 8.44772 8.5 9 8.5H15C15.5523 8.5 16 8.94772 16 9.5C16 10.0523 15.5523 10.5 15 10.5H9C8.44772 10.5 8 10.0523 8 9.5Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M9 12.5C8.44772 12.5 8 12.9477 8 13.5C8 14.0523 8.44772 14.5 9 14.5H13C13.5523 14.5 14 14.0523 14 13.5C14 12.9477 13.5523 12.5 13 12.5H9Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default SuggestEdit\n", "import type { SVGProps } from \"react\"\nconst Suitcase = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M13 13a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\" />\n <path\n fillRule=\"evenodd\"\n d=\"M7 6V5a3 3 0 0 1 3-3h4a3 3 0 0 1 3 3v1h2a3 3 0 0 1 3 3v9a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V9a3 3 0 0 1 3-3h2Zm2-1a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v1H9V5Zm10 3a1 1 0 0 1 1 1v3.5a2.5 2.5 0 0 1-2.5 2.5H6a2 2 0 0 1-2-2V9a1 1 0 0 1 1-1h14ZM4 16.465c.588.34 1.271.535 2 .535h11.5c.925 0 1.785-.28 2.5-.758V18a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-1.535Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default Suitcase\n", "import type { SVGProps } from \"react\"\nconst SuitcaseFilledWorkBusiness = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M11.8624 1.99993C11.9076 1.99995 11.9535 1.99997 12 1.99997C12.0465 1.99997 12.0924 1.99995 12.1376 1.99993C12.933 1.99949 13.5236 1.99917 14.0353 2.13627C15.4156 2.50614 16.4938 3.58433 16.8637 4.9647C16.9462 5.27258 16.9789 5.60906 16.9918 6.00154C17.4707 6.00476 17.889 6.01452 18.2518 6.04417C18.8139 6.09009 19.3306 6.18866 19.816 6.43595C20.5686 6.81944 21.1805 7.43136 21.564 8.18401C21.8113 8.66935 21.9099 9.18605 21.9558 9.74815C22 10.2893 22 10.9537 22 11.7586V15.2413C22 16.0463 22 16.7106 21.9558 17.2518C21.9099 17.8139 21.8113 18.3306 21.564 18.8159C21.1805 19.5686 20.5686 20.1805 19.816 20.564C19.3306 20.8113 18.8139 20.9099 18.2518 20.9558C17.7106 21 17.0463 21 16.2413 21H7.75868C6.95372 21 6.28936 21 5.74817 20.9558C5.18608 20.9099 4.66937 20.8113 4.18404 20.564C3.43139 20.1805 2.81947 19.5686 2.43597 18.8159C2.18868 18.3306 2.09012 17.8139 2.04419 17.2518C1.99998 16.7106 1.99999 16.0462 2 15.2413V11.7587C1.99999 10.9537 1.99998 10.2893 2.04419 9.74815C2.09012 9.18605 2.18868 8.66935 2.43597 8.18401C2.81947 7.43136 3.43139 6.81944 4.18404 6.43595C4.66937 6.18866 5.18608 6.09009 5.74817 6.04417C6.11105 6.01452 6.52929 6.00476 7.00816 6.00154C7.02106 5.60906 7.0538 5.27258 7.1363 4.9647C7.50617 3.58433 8.58436 2.50614 9.96473 2.13627C10.4764 1.99917 11.067 1.99949 11.8624 1.99993ZM9.00986 5.99997H14.9901C14.981 5.7424 14.9637 5.60113 14.9319 5.48234C14.7469 4.79215 14.2078 4.25306 13.5176 4.06812C13.2954 4.00856 12.9944 3.99997 12 3.99997C11.0056 3.99997 10.7046 4.00856 10.4824 4.06812C9.79218 4.25306 9.25308 4.79215 9.06815 5.48234C9.03632 5.60113 9.01905 5.7424 9.00986 5.99997Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default SuitcaseFilledWorkBusiness\n", "import type { SVGProps } from \"react\"\nconst SuitcaseWorkBusiness = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M11.8624 1.99993C11.9076 1.99995 11.9535 1.99997 12 1.99997C12.0465 1.99997 12.0924 1.99995 12.1376 1.99993C12.933 1.99949 13.5236 1.99917 14.0353 2.13627C15.4156 2.50614 16.4938 3.58433 16.8637 4.9647C16.9462 5.27258 16.9789 5.60906 16.9918 6.00154C17.4707 6.00476 17.889 6.01452 18.2518 6.04417C18.8139 6.09009 19.3306 6.18866 19.816 6.43595C20.5686 6.81944 21.1805 7.43136 21.564 8.18401C21.8113 8.66935 21.9099 9.18605 21.9558 9.74815C22 10.2893 22 10.9537 22 11.7586V15.2413C22 16.0463 22 16.7106 21.9558 17.2518C21.9099 17.8139 21.8113 18.3306 21.564 18.8159C21.1805 19.5686 20.5686 20.1805 19.816 20.564C19.3306 20.8113 18.8139 20.9099 18.2518 20.9558C17.7106 21 17.0463 21 16.2413 21H7.75868C6.95372 21 6.28936 21 5.74817 20.9558C5.18608 20.9099 4.66937 20.8113 4.18404 20.564C3.43139 20.1805 2.81947 19.5686 2.43597 18.8159C2.18868 18.3306 2.09012 17.8139 2.04419 17.2518C1.99998 16.7106 1.99999 16.0462 2 15.2413V11.7587C1.99999 10.9537 1.99998 10.2893 2.04419 9.74815C2.09012 9.18605 2.18868 8.66935 2.43597 8.18401C2.81947 7.43136 3.43139 6.81944 4.18404 6.43595C4.66937 6.18866 5.18608 6.09009 5.74817 6.04417C6.11105 6.01452 6.52929 6.00476 7.00816 6.00154C7.02106 5.60906 7.0538 5.27258 7.1363 4.9647C7.50617 3.58433 8.58436 2.50614 9.96473 2.13627C10.4764 1.99917 11.067 1.99949 11.8624 1.99993ZM9.00986 5.99997H14.9901C14.981 5.7424 14.9637 5.60113 14.9319 5.48234C14.7469 4.79215 14.2078 4.25306 13.5176 4.06812C13.2954 4.00856 12.9944 3.99997 12 3.99997C11.0056 3.99997 10.7046 4.00856 10.4824 4.06812C9.79218 4.25306 9.25308 4.79215 9.06815 5.48234C9.03632 5.60113 9.01905 5.7424 9.00986 5.99997ZM5.91104 8.03753C5.47262 8.07335 5.24842 8.13827 5.09202 8.21796C4.7157 8.40971 4.40973 8.71567 4.21799 9.09199C4.1383 9.24839 4.07337 9.4726 4.03755 9.91101C4.00078 10.3611 4 10.9434 4 11.8V15.2C4 16.0566 4.00078 16.6388 4.03755 17.0889C4.07337 17.5274 4.1383 17.7516 4.21799 17.908C4.40973 18.2843 4.7157 18.5902 5.09202 18.782C5.24842 18.8617 5.47262 18.9266 5.91104 18.9624C6.36113 18.9992 6.94342 19 7.8 19H16.2C17.0566 19 17.6389 18.9992 18.089 18.9624C18.5274 18.9266 18.7516 18.8617 18.908 18.782C19.2843 18.5902 19.5903 18.2843 19.782 17.908C19.8617 17.7516 19.9266 17.5274 19.9624 17.0889C19.9992 16.6388 20 16.0566 20 15.2V11.8C20 10.9434 19.9992 10.3611 19.9624 9.91101C19.9266 9.4726 19.8617 9.24839 19.782 9.09199C19.5903 8.71567 19.2843 8.40971 18.908 8.21796C18.7516 8.13827 18.5274 8.07335 18.089 8.03753C17.6389 8.00075 17.0566 7.99997 16.2 7.99997H7.8C6.94342 7.99997 6.36113 8.00075 5.91104 8.03753Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default SuitcaseWorkBusiness\n", "import type { SVGProps } from \"react\"\nconst Sun = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 1C12.5523 1 13 1.44772 13 2V4C13 4.55228 12.5523 5 12 5C11.4477 5 11 4.55228 11 4V2C11 1.44772 11.4477 1 12 1ZM4.22183 4.22183C4.61235 3.8313 5.24551 3.8313 5.63604 4.22183L7.05025 5.63604C7.44078 6.02656 7.44078 6.65973 7.05025 7.05025C6.65973 7.44078 6.02656 7.44078 5.63604 7.05025L4.22183 5.63604C3.8313 5.24551 3.8313 4.61235 4.22183 4.22183ZM19.7782 4.22183C20.1687 4.61235 20.1687 5.24551 19.7782 5.63604L18.364 7.05025C17.9734 7.44078 17.3403 7.44078 16.9497 7.05025C16.5592 6.65973 16.5592 6.02656 16.9497 5.63604L18.364 4.22183C18.7545 3.8313 19.3876 3.8313 19.7782 4.22183ZM12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9ZM7 12C7 9.23858 9.23858 7 12 7C14.7614 7 17 9.23858 17 12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12ZM1 12C1 11.4477 1.44772 11 2 11H4C4.55228 11 5 11.4477 5 12C5 12.5523 4.55228 13 4 13H2C1.44772 13 1 12.5523 1 12ZM19 12C19 11.4477 19.4477 11 20 11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H20C19.4477 13 19 12.5523 19 12ZM7.05025 16.9497C7.44078 17.3403 7.44078 17.9734 7.05025 18.364L5.63604 19.7782C5.24551 20.1687 4.61235 20.1687 4.22183 19.7782C3.8313 19.3876 3.8313 18.7545 4.22183 18.364L5.63604 16.9497C6.02656 16.5592 6.65973 16.5592 7.05025 16.9497ZM16.9497 16.9497C17.3403 16.5592 17.9734 16.5592 18.364 16.9497L19.7782 18.364C20.1687 18.7545 20.1687 19.3876 19.7782 19.7782C19.3877 20.1687 18.7545 20.1687 18.364 19.7782L16.9497 18.364C16.5592 17.9734 16.5592 17.3403 16.9497 16.9497ZM12 19C12.5523 19 13 19.4477 13 20V22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22V20C11 19.4477 11.4477 19 12 19Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Sun\n", "import type { SVGProps } from \"react\"\nconst SystemMode = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M5 4a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h3v2a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-2h3a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3H5Zm9 14v1h-4v-1h4Zm5-2a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h14Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default SystemMode\n", "import type { SVGProps } from \"react\"\nconst TableCellFilled = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M8 14V10H16V14H8Z\" fill=\"currentColor\" />\n <path\n d=\"M5 4C3.34315 4 2 5.34315 2 7V17C2 18.6569 3.34315 20 5 20H19C20.6569 20 22 18.6569 22 17V7C22 5.34315 20.6569 4 19 4H5ZM7 8H17C17.5523 8 18 8.44772 18 9V15C18 15.5523 17.5523 16 17 16H7C6.44772 16 6 15.5523 6 15V9C6 8.44772 6.44772 8 7 8Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default TableCellFilled\n", "import type { SVGProps } from \"react\"\nconst TableCellsFilled = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M2 7C2 5.34315 3.34315 4 5 4H11V11H2V7Z\" fill=\"currentColor\" />\n <path d=\"M2 13H11V20H5C3.34315 20 2 18.6569 2 17V13Z\" fill=\"currentColor\" />\n <path d=\"M13 4H19C20.6569 4 22 5.34315 22 7V11H13V4Z\" fill=\"currentColor\" />\n <path d=\"M13 13H22V17C22 18.6569 20.6569 20 19 20H13V13Z\" fill=\"currentColor\" />\n </svg>\n)\nexport default TableCellsFilled\n", "import type { SVGProps } from \"react\"\nconst TableColumnFilled = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M2 7C2 5.34315 3.34315 4 5 4H11V20H5C3.34315 20 2 18.6569 2 17V7Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M13 4H19C20.6569 4 22 5.34315 22 7V17C22 18.6569 20.6569 20 19 20H13V4Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default TableColumnFilled\n", "import type { SVGProps } from \"react\"\nconst TableFilled = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M2 11H11V20H5C3.34315 20 2 18.6569 2 17V11Z\" fill=\"currentColor\" />\n <path d=\"M13 11H22V17C22 18.6569 20.6569 20 19 20H13V11Z\" fill=\"currentColor\" />\n <path\n d=\"M5 4C3.34315 4 2 5.34315 2 7V9H22V7C22 5.34315 20.6569 4 19 4H5Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default TableFilled\n", "import type { SVGProps } from \"react\"\nconst TableRowFilled = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M5 4C3.34315 4 2 5.34315 2 7V11H22V7C22 5.34315 20.6569 4 19 4H5Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M22 13H2V17C2 18.6569 3.34315 20 5 20H19C20.6569 20 22 18.6569 22 17V13Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default TableRowFilled\n", "import type { SVGProps } from \"react\"\nconst Tag = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M4 5a1 1 0 0 1 1-1h6.172a1 1 0 0 1 .707.293l8 8a1 1 0 0 1 0 1.414l-6.172 6.172a1 1 0 0 1-1.414 0l-8-8A1 1 0 0 1 4 11.172V5Zm1-3a3 3 0 0 0-3 3v6.172a3 3 0 0 0 .879 2.12l8 8a3 3 0 0 0 4.242 0l6.172-6.17a3 3 0 0 0 0-4.243l-8-8A3 3 0 0 0 11.172 2H5Zm3 7a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm1-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default Tag\n", "import type { SVGProps } from \"react\"\nconst Tap = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M15.582 7.63424C14.4554 4.70123 11.0428 3.21643 7.91491 4.41636C4.78698 5.61628 3.24515 9.00165 4.37175 11.9347C4.45157 12.1425 4.54248 12.3424 4.64351 12.5343C4.90091 13.023 4.71312 13.6277 4.22407 13.8849C3.73503 14.1422 3.12993 13.9545 2.87253 13.4658C2.73493 13.2045 2.61148 12.9328 2.50338 12.6514C0.956317 8.62376 3.10254 4.12017 7.19771 2.5492C11.2929 0.978222 15.9033 2.88987 17.4503 6.9175C17.4849 7.00738 17.5176 7.09759 17.5485 7.18807C17.7269 7.71077 17.4475 8.27907 16.9245 8.45739C16.4015 8.63571 15.8328 8.35654 15.6544 7.83384C15.6316 7.76717 15.6075 7.70063 15.582 7.63424ZM11.0009 9.65952C10.8028 9.14392 10.224 8.88639 9.70807 9.08431C9.19214 9.28223 8.93444 9.86066 9.13249 10.3763L11.2841 15.9777C11.4219 16.3366 11.3417 16.7427 11.0778 17.0223C10.8138 17.3019 10.4129 17.4056 10.0463 17.289L8.91982 16.9306C8.12613 16.7155 7.58936 16.9466 7.27147 17.2796L10.6655 20.2474C11.0814 20.6111 11.1236 21.2429 10.7597 21.6585C10.3957 22.0742 9.76357 22.1163 9.34767 21.7526L5.83856 18.6841C5.30032 18.2135 4.86372 17.2423 5.4569 16.3561C6.10288 15.391 7.26663 14.7263 8.7132 14.8655L7.26412 11.093C6.66997 9.54619 7.44307 7.81091 8.99087 7.21715C10.5387 6.62339 12.2751 7.39598 12.8692 8.94279L13.9414 11.734C14.8605 11.4096 15.7817 11.1989 16.661 11.1421C17.8497 11.0652 19.0295 11.267 19.9979 11.9292C22.0131 13.3073 22.504 16.1658 21.4842 20.2425C21.3501 20.7783 20.8069 21.1041 20.2707 20.9702C19.7346 20.8362 19.4086 20.2933 19.5426 19.7575C20.5241 15.8343 19.7642 14.1928 18.8677 13.5797C18.3802 13.2464 17.689 13.0798 16.7902 13.1379C15.8935 13.1959 14.8575 13.475 13.7715 13.9512C13.521 14.061 13.2364 14.0636 12.984 13.9583C12.7316 13.853 12.5333 13.649 12.4353 13.3938L11.0009 9.65952ZM7.15409 17.1765C7.15414 17.1764 7.15478 17.177 7.15583 17.1784C7.15456 17.1773 7.15404 17.1766 7.15409 17.1765Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Tap\n", "import type { SVGProps } from \"react\"\nconst Tasks = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M9.30002 5.6C9.6314 5.15817 9.54185 4.53137 9.10003 4.2C8.6582 3.86863 8.0314 3.95817 7.70003 4.4L5.33158 7.55792L4.64021 6.98178C4.21593 6.62821 3.58537 6.68554 3.2318 7.10981C2.87824 7.53409 2.93556 8.16465 3.35984 8.51822L4.85984 9.76822C5.07041 9.9437 5.34379 10.025 5.61604 9.99325C5.8883 9.96144 6.13556 9.81928 6.30002 9.6L9.30002 5.6Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12 7C12 6.44771 12.4477 6 13 6H20C20.5523 6 21 6.44771 21 7C21 7.55228 20.5523 8 20 8H13C12.4477 8 12 7.55228 12 7Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M6.00003 14C4.34317 14 3.00003 15.3431 3.00003 17C3.00003 18.6569 4.34317 20 6.00003 20C7.65688 20 9.00002 18.6569 9.00002 17C9.00002 15.3431 7.65688 14 6.00003 14ZM5.00003 17C5.00003 16.4477 5.44774 16 6.00003 16C6.55231 16 7.00002 16.4477 7.00002 17C7.00002 17.5523 6.55231 18 6.00003 18C5.44774 18 5.00003 17.5523 5.00003 17Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M13 16C12.4477 16 12 16.4477 12 17C12 17.5523 12.4477 18 13 18H20C20.5523 18 21 17.5523 21 17C21 16.4477 20.5523 16 20 16H13Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Tasks\n", "import type { SVGProps } from \"react\"\nconst TBoneRaw = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M5.10726 4.0338C7.0248 2.83318 9.69821 2 12.6887 2C18.7097 2 22.1501 7.14849 21.995 11.4472L21.9999 15.6585V15.6671C21.9989 17.382 21.4403 19.0734 20.1709 20.2917C18.8902 21.5208 17.0133 22.1476 14.6233 21.9703C12.6449 21.8235 11.2986 20.5662 10.2278 19.5661C10.2122 19.5515 10.1966 19.537 10.1812 19.5226C9.01885 18.4375 8.12556 17.6272 6.87166 17.4647C5.0831 17.233 3.83803 16.6139 3.04283 15.7237C2.24834 14.8343 2.01213 13.7965 2.00023 12.9414L2.00011 12.933L2.01241 8.67317C1.92991 7.75849 2.26599 6.87833 2.80058 6.12159C3.3497 5.34428 4.14944 4.63352 5.10726 4.0338ZM4.00455 11.3988L4.00016 12.9214C4.00865 13.4374 4.14807 13.9588 4.5344 14.3913C4.92196 14.8252 5.66734 15.292 7.12861 15.4813C9.0556 15.731 10.3807 16.9706 11.434 17.9559C11.4716 17.9912 11.509 18.0261 11.546 18.0606C12.7012 19.1391 13.5683 19.8865 14.7713 19.9758C16.7294 20.121 18.0028 19.6004 18.786 18.8488C19.5282 18.1364 19.9425 17.1089 19.9944 15.9197C18.7524 17.0373 17.0155 17.6253 14.9262 17.4703C13.9686 17.3993 13.2329 16.9506 12.6405 16.4234C12.18 16.0136 11.7468 15.4979 11.3524 15.0285C11.2651 14.9245 11.1796 14.8228 11.0962 14.725C10.1263 13.5879 9.15982 12.635 7.50637 12.4208C6.06486 12.2341 4.89446 11.8919 4.00455 11.3988ZM4.43409 7.27556C4.07122 7.78922 3.97273 8.21024 4.00648 8.5149C4.03809 8.80023 4.20489 9.15894 4.76349 9.52308C5.34258 9.90056 6.29937 10.2477 7.76332 10.4374C10.2023 10.7533 11.5917 12.224 12.6179 13.4271C12.726 13.5539 12.828 13.675 12.9255 13.7907C13.3129 14.2507 13.6283 14.6252 13.9701 14.9294C14.3681 15.2836 14.7049 15.4484 15.0741 15.4758C16.7119 15.5972 17.8995 15.129 18.6859 14.4063C19.4815 13.6751 19.9485 12.6079 19.9958 11.3903C20.1259 8.03404 17.4051 4 12.6887 4C10.0537 4 7.75156 4.73782 6.16863 5.72894C5.37621 6.22509 4.79449 6.7654 4.43409 7.27556ZM13.4473 5.60557C13.9413 5.85256 14.1416 6.45324 13.8946 6.94721L13.0001 6.5C13.8946 6.94721 13.8946 6.9471 13.8946 6.94721L13.894 6.94827L13.8933 6.9497L13.8913 6.95365L13.8851 6.96583L13.8642 7.00633C13.8466 7.04012 13.8217 7.08721 13.7902 7.14458C13.7276 7.25881 13.6379 7.4164 13.5281 7.59225C13.5014 7.63499 13.4727 7.6801 13.4422 7.72702C13.4546 7.73429 13.467 7.74158 13.4793 7.74891C14.9211 8.6044 16.0601 9.88394 16.8946 11.5528C17.1416 12.0468 16.9413 12.6474 16.4473 12.8944C15.9534 13.1414 15.3527 12.9412 15.1057 12.4472C14.4187 11.0732 13.527 10.1027 12.4588 9.46893C11.3872 8.83312 10.0768 8.5 8.50013 8.5C7.94785 8.5 7.50013 8.05228 7.50013 7.5C7.50013 6.94772 7.94785 6.5 8.50013 6.5C9.58946 6.5 10.6162 6.63537 11.5687 6.91864C11.6573 6.80093 11.7468 6.66882 11.8318 6.53275C11.9171 6.3961 11.9875 6.27245 12.0363 6.18354C12.0605 6.13935 12.079 6.10441 12.0909 6.08156L12.1036 6.05688L12.1057 6.05279C12.3528 5.55896 12.9534 5.35862 13.4473 5.60557Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default TBoneRaw\n", "import type { SVGProps } from \"react\"\nconst Telescope = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12.47 15.652a1 1 0 0 1 1.378.318l2.5 4a1 1 0 1 1-1.696 1.06l-2.5-4a1 1 0 0 1 .318-1.378Z\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.53 15.652a1 1 0 0 1 .318 1.378l-2.5 4a1 1 0 0 1-1.696-1.06l2.5-4a1 1 0 0 1 1.378-.318ZM17.824 4.346a.5.5 0 0 0-.63-.321l-.951.309a1 1 0 0 0-.642 1.26l1.545 4.755a1 1 0 0 0 1.26.642l.95-.309a.5.5 0 0 0 .322-.63l-1.854-5.706Zm-1.248-2.223a2.5 2.5 0 0 1 3.15 1.605l1.854 5.706a2.5 2.5 0 0 1-1.605 3.15l-.951.31a2.992 2.992 0 0 1-2.443-.265l-2.02.569a1 1 0 1 1-.541-1.926l1.212-.34-1.353-4.163L5 10.46a1 1 0 0 0-.567 1.233l.381 1.171a1 1 0 0 0 1.222.654l3.127-.88a1 1 0 1 1 .541 1.926l-3.127.88a3 3 0 0 1-3.665-1.961l-.38-1.172a3 3 0 0 1 1.7-3.697l9.374-3.897a3 3 0 0 1 2.02-2.285l.95-.31Z\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 12.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM8.5 14a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0Z\"\n />\n </svg>\n)\nexport default Telescope\n", "import type { SVGProps } from \"react\"\nconst Terminal = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M8.7587 3H15.2413C16.0463 2.99999 16.7106 2.99998 17.2518 3.04419C17.8139 3.09012 18.3306 3.18868 18.816 3.43597C19.5686 3.81947 20.1805 4.43139 20.564 5.18404C20.8113 5.66937 20.9099 6.18608 20.9558 6.74817C21 7.28936 21 7.95372 21 8.75868V15.2413C21 16.0463 21 16.7106 20.9558 17.2518C20.9099 17.8139 20.8113 18.3306 20.564 18.816C20.1805 19.5686 19.5686 20.1805 18.816 20.564C18.3306 20.8113 17.8139 20.9099 17.2518 20.9558C16.7106 21 16.0463 21 15.2413 21H8.75868C7.95372 21 7.28936 21 6.74817 20.9558C6.18608 20.9099 5.66937 20.8113 5.18404 20.564C4.43139 20.1805 3.81947 19.5686 3.43597 18.816C3.18868 18.3306 3.09012 17.8139 3.04419 17.2518C2.99998 16.7106 2.99999 16.0463 3 15.2413V8.7587C2.99999 7.95373 2.99998 7.28937 3.04419 6.74817C3.09012 6.18608 3.18868 5.66937 3.43597 5.18404C3.81947 4.43139 4.43139 3.81947 5.18404 3.43597C5.66937 3.18868 6.18608 3.09012 6.74817 3.04419C7.28937 2.99998 7.95373 2.99999 8.7587 3ZM6.91104 5.03755C6.47262 5.07337 6.24842 5.1383 6.09202 5.21799C5.7157 5.40973 5.40973 5.7157 5.21799 6.09202C5.1383 6.24842 5.07337 6.47262 5.03755 6.91104C5.00078 7.36113 5 7.94342 5 8.8V15.2C5 16.0566 5.00078 16.6389 5.03755 17.089C5.07337 17.5274 5.1383 17.7516 5.21799 17.908C5.40973 18.2843 5.7157 18.5903 6.09202 18.782C6.24842 18.8617 6.47262 18.9266 6.91104 18.9624C7.36113 18.9992 7.94342 19 8.8 19H15.2C16.0566 19 16.6389 18.9992 17.089 18.9624C17.5274 18.9266 17.7516 18.8617 17.908 18.782C18.2843 18.5903 18.5903 18.2843 18.782 17.908C18.8617 17.7516 18.9266 17.5274 18.9624 17.089C18.9992 16.6389 19 16.0566 19 15.2V8.8C19 7.94342 18.9992 7.36113 18.9624 6.91104C18.9266 6.47262 18.8617 6.24842 18.782 6.09202C18.5903 5.7157 18.2843 5.40973 17.908 5.21799C17.7516 5.1383 17.5274 5.07337 17.089 5.03755C16.6389 5.00078 16.0566 5 15.2 5H8.8C7.94342 5 7.36113 5.00078 6.91104 5.03755ZM7.29289 9.29289C7.68342 8.90237 8.31658 8.90237 8.70711 9.29289L10.7071 11.2929C11.0976 11.6834 11.0976 12.3166 10.7071 12.7071L8.70711 14.7071C8.31658 15.0976 7.68342 15.0976 7.29289 14.7071C6.90237 14.3166 6.90237 13.6834 7.29289 13.2929L8.58579 12L7.29289 10.7071C6.90237 10.3166 6.90237 9.68342 7.29289 9.29289ZM12 14C12 13.4477 12.4477 13 13 13H16C16.5523 13 17 13.4477 17 14C17 14.5523 16.5523 15 16 15H13C12.4477 15 12 14.5523 12 14Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Terminal\n", "import type { SVGProps } from \"react\"\nconst TerminalLg = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M2.29289 4.29289C2.68342 3.90237 3.31658 3.90237 3.70711 4.29289L10.7071 11.2929C11.0976 11.6834 11.0976 12.3166 10.7071 12.7071L3.70711 19.7071C3.31658 20.0976 2.68342 20.0976 2.29289 19.7071C1.90237 19.3166 1.90237 18.6834 2.29289 18.2929L8.58579 12L2.29289 5.70711C1.90237 5.31658 1.90237 4.68342 2.29289 4.29289ZM12 19C12 18.4477 12.4477 18 13 18H21C21.5523 18 22 18.4477 22 19C22 19.5523 21.5523 20 21 20H13C12.4477 20 12 19.5523 12 19Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default TerminalLg\n", "import type { SVGProps } from \"react\"\nconst Terms = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M4 5a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3v-2a1 1 0 1 1 0-2v-2a1 1 0 1 1 0-2V9a1 1 0 0 1 0-2V5Zm2 4a1 1 0 0 0 0-2V5a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1v-2a1 1 0 1 0 0-2v-2a1 1 0 1 0 0-2V9Zm3-1a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2h-4a1 1 0 0 1-1-1Zm0 4a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2h-4a1 1 0 0 1-1-1Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default Terms\n", "import type { SVGProps } from \"react\"\nconst Text = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M2 6a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2H8v5a1 1 0 1 1-2 0V7H3a1 1 0 0 1-1-1Zm14 0a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2h-4a1 1 0 0 1-1-1Zm-4 6a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2h-8a1 1 0 0 1-1-1Zm-9 6a1 1 0 0 1 1-1h17a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default Text\n", "import type { SVGProps } from \"react\"\nconst TextLonger = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M5.60952 4.22492C6.00229 3.90457 6.5813 3.92717 6.94741 4.29328L9.44741 6.79328C9.83781 7.18382 9.8379 7.81686 9.44741 8.20735C9.05692 8.59778 8.42387 8.59773 8.03335 8.20735L7.14077 7.31477V16.6859L8.03335 15.7933C8.42387 15.4028 9.05689 15.4028 9.44741 15.7933C9.83775 16.1838 9.83787 16.8169 9.44741 17.2073L6.94741 19.7073C6.55694 20.0977 5.92385 20.0977 5.53335 19.7073L3.03335 17.2073C2.64286 16.8169 2.64293 16.1838 3.03335 15.7933C3.42387 15.4028 4.05689 15.4028 4.44741 15.7933L5.33999 16.6859V7.31477L4.44741 8.20735C4.05692 8.59778 3.42387 8.59773 3.03335 8.20735C2.64284 7.81684 2.64287 7.18381 3.03335 6.79328L5.53335 4.29328L5.60952 4.22492Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M16.8 15.0003C17.3522 15.0003 17.8 15.448 17.8 16.0003C17.7998 16.5525 17.3521 17.0003 16.8 17.0003H12.8C12.2478 17.0002 11.8001 16.5524 11.8 16.0003C11.8 15.4481 12.2477 15.0004 12.8 15.0003H16.8Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M19.7999 11.0023C20.3522 11.0024 20.8001 11.45 20.7999 12.0023C20.7998 12.5545 20.3522 13.0024 19.7999 13.0023L12.8 13.0003C12.2477 13.0002 11.7998 12.5516 11.8 11.9993C11.8003 11.4474 12.248 11.0004 12.8 11.0003L19.7999 11.0023Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M19.7999 7.00031C20.3522 7.00031 20.7999 7.44803 20.7999 8.00031C20.7998 8.55247 20.3521 9.00031 19.7999 9.00031H12.8C12.2478 9.00022 11.8001 8.55241 11.8 8.00031C11.8 7.44809 12.2477 7.00041 12.8 7.00031H19.7999Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default TextLonger\n", "import type { SVGProps } from \"react\"\nconst TextPrompt = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M8 9C7.44772 9 7 9.44772 7 10C7 10.5523 7.44772 11 8 11H16C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9H8Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M8 13C7.44772 13 7 13.4477 7 14C7 14.5523 7.44772 15 8 15H13C13.5523 15 14 14.5523 14 14C14 13.4477 13.5523 13 13 13H8Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M9.35719 3C8.27341 2.99999 7.39925 2.99998 6.69138 3.05782C5.96253 3.11737 5.32234 3.24318 4.73005 3.54497C3.78924 4.02434 3.02434 4.78924 2.54497 5.73005C2.24318 6.32234 2.11737 6.96253 2.05782 7.69138C1.99998 8.39925 1.99999 9.27341 2 10.3572V13.6428C1.99999 14.7266 1.99998 15.6007 2.05782 16.3086C2.11737 17.0375 2.24318 17.6777 2.54497 18.27C3.02434 19.2108 3.78924 19.9757 4.73005 20.455C5.32234 20.7568 5.96253 20.8826 6.69138 20.9422C7.39923 21 8.27334 21 9.35707 21H14.6428C15.7266 21 16.6008 21 17.3086 20.9422C18.0375 20.8826 18.6777 20.7568 19.27 20.455C20.2108 19.9757 20.9757 19.2108 21.455 18.27C21.7568 17.6777 21.8826 17.0375 21.9422 16.3086C22 15.6008 22 14.7267 22 13.6429V10.3572C22 9.27344 22 8.39923 21.9422 7.69138C21.8826 6.96253 21.7568 6.32234 21.455 5.73005C20.9757 4.78924 20.2108 4.02434 19.27 3.54497C18.6777 3.24318 18.0375 3.11737 17.3086 3.05782C16.6007 2.99998 15.7266 2.99999 14.6428 3H9.35719ZM5.63803 5.32698C5.90138 5.19279 6.24907 5.10062 6.85424 5.05118C7.47108 5.00078 8.2634 5 9.4 5H14.6C15.7366 5 16.5289 5.00078 17.1458 5.05118C17.7509 5.10062 18.0986 5.19279 18.362 5.32698C18.9265 5.6146 19.3854 6.07354 19.673 6.63803C19.8072 6.90138 19.8994 7.24907 19.9488 7.85424C19.9992 8.47108 20 9.2634 20 10.4V13.6C20 14.7366 19.9992 15.5289 19.9488 16.1458C19.8994 16.7509 19.8072 17.0986 19.673 17.362C19.3854 17.9265 18.9265 18.3854 18.362 18.673C18.0986 18.8072 17.7509 18.8994 17.1458 18.9488C16.5289 18.9992 15.7366 19 14.6 19H9.4C8.26339 19 7.47108 18.9992 6.85424 18.9488C6.24907 18.8994 5.90138 18.8072 5.63803 18.673C5.07354 18.3854 4.6146 17.9265 4.32698 17.362C4.19279 17.0986 4.10062 16.7509 4.05118 16.1458C4.00078 15.5289 4 14.7366 4 13.6V10.4C4 9.26339 4.00078 8.47108 4.05118 7.85424C4.10062 7.24907 4.19279 6.90138 4.32698 6.63803C4.6146 6.07354 5.07354 5.6146 5.63803 5.32698Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default TextPrompt\n", "import type { SVGProps } from \"react\"\nconst TextShorter = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M5.60954 13.2246C6.00231 12.9044 6.58137 12.9269 6.94743 13.293L9.44743 15.793C9.83773 16.1835 9.83777 16.8166 9.44743 17.207C9.05697 17.5975 8.42391 17.5974 8.03337 17.207L7.14079 16.3145V20C7.14079 20.497 6.73731 20.9002 6.2404 20.9004C5.74335 20.9004 5.34001 20.4971 5.34001 20V16.3145L4.44743 17.207C4.05697 17.5975 3.42391 17.5974 3.03337 17.207C2.64285 16.8165 2.64285 16.1835 3.03337 15.793L5.53337 13.293L5.60954 13.2246Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M17.0002 13.5C17.5524 13.5 18.0001 13.9478 18.0002 14.5C18.0002 15.0523 17.5524 15.5 17.0002 15.5H13.0002C12.4479 15.5 12.0002 15.0523 12.0002 14.5C12.0002 13.9477 12.4479 13.5 13.0002 13.5H17.0002Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M6.2404 3.09961C6.73729 3.09978 7.14076 3.50308 7.14079 4V7.68555L8.03337 6.79297C8.42391 6.4026 9.05696 6.4025 9.44743 6.79297C9.83775 7.18345 9.83775 7.81655 9.44743 8.20703L6.94743 10.707C6.55696 11.0975 5.92391 11.0974 5.53337 10.707L3.03337 8.20703C2.64285 7.81651 2.64285 7.18349 3.03337 6.79297C3.42391 6.4026 4.05696 6.4025 4.44743 6.79297L5.34001 7.68555V4C5.34005 3.50297 5.74337 3.09961 6.2404 3.09961Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M20.0002 8.5C20.5522 8.50016 21 8.94796 21.0002 9.5C21 10.052 20.5522 10.4998 20.0002 10.5H13.0002C12.4481 10.4998 12.0003 10.0521 12.0002 9.5C12.0003 8.94794 12.4481 8.50012 13.0002 8.5H20.0002Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default TextShorter\n", "import type { SVGProps } from \"react\"\nconst TextShorterConcise = (props: SVGProps<SVGSVGElement>) => (\n <svg viewBox=\"0 0 24 24\" width=\"1em\" height=\"1em\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M5.29289 4.29289C5.68342 3.90237 6.31658 3.90237 6.70711 4.29289L9.20711 6.79289C9.59763 7.18342 9.59763 7.81658 9.20711 8.20711C8.81658 8.59763 8.18342 8.59763 7.79289 8.20711L7 7.41421V16.5858L7.79289 15.7929C8.18342 15.4024 8.81658 15.4024 9.20711 15.7929C9.59763 16.1834 9.59763 16.8166 9.20711 17.2071L6.70711 19.7071C6.31658 20.0976 5.68342 20.0976 5.29289 19.7071L2.79289 17.2071C2.40237 16.8166 2.40237 16.1834 2.79289 15.7929C3.18342 15.4024 3.81658 15.4024 4.20711 15.7929L5 16.5858V7.41421L4.20711 8.20711C3.81658 8.59763 3.18342 8.59763 2.79289 8.20711C2.40237 7.81658 2.40237 7.18342 2.79289 6.79289L5.29289 4.29289ZM12 8C12 7.44772 12.4477 7 13 7H21C21.5523 7 22 7.44772 22 8C22 8.55228 21.5523 9 21 9H13C12.4477 9 12 8.55228 12 8ZM12 11.998C12.0002 11.4457 12.448 10.9981 13.0003 10.9983L21.0003 11.0006C21.5526 11.0007 22.0002 11.4486 22 12.0009C21.9998 12.5531 21.552 13.0007 20.9997 13.0006L12.9997 12.9983C12.4474 12.9981 11.9998 12.5503 12 11.998ZM12 16C12 15.4477 12.4477 15 13 15H17C17.5523 15 18 15.4477 18 16C18 16.5523 17.5523 17 17 17H13C12.4477 17 12 16.5523 12 16Z\"\n />\n </svg>\n)\nexport default TextShorterConcise\n", "import type { SVGProps } from \"react\"\nconst TextToSpeech = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M2 4C2 3.44772 2.44776 3 3.00009 3H11.0008C11.5531 3 12.0009 3.44772 12.0009 4V5.77778C12.0009 6.33006 11.5531 6.77778 11.0008 6.77778C10.4485 6.77778 10.0007 6.33006 10.0007 5.77778V5H8.00054V11H8.3339C8.88624 11 9.33399 11.4477 9.33399 12C9.33399 12.5523 8.88624 13 8.3339 13H5.667C5.11466 13 4.66691 12.5523 4.66691 12C4.66691 11.4477 5.11466 11 5.667 11H6.00036V5H4.00018V5.77778C4.00018 6.33006 3.55242 6.77778 3.00009 6.77778C2.44776 6.77778 2 6.33006 2 5.77778V4ZM14.0011 7C14.5534 7 15.0012 7.44772 15.0012 8V20C15.0012 20.5523 14.5534 21 14.0011 21C13.4487 21 13.001 20.5523 13.001 20V8C13.001 7.44772 13.4487 7 14.0011 7ZM17.5014 10C18.0537 10 18.5015 10.4477 18.5015 11V17C18.5015 17.5523 18.0537 18 17.5014 18C16.9491 18 16.5013 17.5523 16.5013 17V11C16.5013 10.4477 16.9491 10 17.5014 10ZM21.0017 12C21.554 12 22.0018 12.4477 22.0018 13V15C22.0018 15.5523 21.554 16 21.0017 16C20.4494 16 20.0016 15.5523 20.0016 15V13C20.0016 12.4477 20.4494 12 21.0017 12ZM10.5008 14C11.0531 14 11.5009 14.4477 11.5009 15V17C11.5009 17.5523 11.0531 18 10.5008 18C9.94843 18 9.50068 17.5523 9.50068 17V15C9.50068 14.4477 9.94843 14 10.5008 14Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default TextToSpeech\n", "import type { SVGProps } from \"react\"\nconst ThumbDown = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M11.8682 21.4963C11.6679 21.8468 11.2765 22.0425 10.876 21.9924L10.4222 21.9357C7.95506 21.6273 6.36403 19.1667 7.09523 16.7903L7.6482 14.9931C7.30914 14.9869 7.00362 14.9754 6.72955 14.954C6.12518 14.9066 5.56874 14.8052 5.06429 14.5396C4.02404 13.992 3.27737 13.0144 3.02271 11.8667C2.89921 11.3101 2.94781 10.7466 3.06113 10.1511C3.17181 9.56949 3.3655 8.85933 3.60307 7.98827L4.07057 6.27411C4.08736 6.21255 4.10387 6.15182 4.12016 6.09191C4.41586 5.00424 4.63825 4.18627 5.12556 3.55527C5.55326 3.00147 6.11875 2.56955 6.76557 2.30264C7.50256 1.99852 8.35021 1.9992 9.47737 2.0001C11.3987 2.00163 13.32 2.0002 15.2413 2.0002C16.0463 2.00018 16.7106 2.00017 17.2518 2.04439C17.8139 2.09031 18.3306 2.18888 18.8159 2.43617C19.5686 2.81966 20.1805 3.43158 20.564 4.18423C20.8113 4.66957 20.9099 5.18627 20.9558 5.74837C21 6.28957 21 6.95393 21 7.7589V10.0002C21 10.0467 21 10.0926 21 10.1378C21.0005 10.9332 21.0008 11.5238 20.8637 12.0355C20.4938 13.4158 19.4156 14.494 18.0352 14.8639C17.5236 15.001 16.9329 15.0007 16.1376 15.0002C16.0924 15.0002 16.0465 15.0002 16 15.0002C15.7405 15.0002 15.5008 15.1393 15.3721 15.3646L11.8682 21.4963ZM16.469 4.00847C16.6393 4.30504 16.7728 4.62587 16.8637 4.96492C17.0008 5.47657 17.0005 6.06723 17 6.86262C17 6.90781 17 6.95366 17 7.0002V12.9903C17.2576 12.9812 17.3988 12.9639 17.5176 12.9321C18.2078 12.7471 18.7469 12.208 18.9318 11.5178C18.9914 11.2956 19 10.9946 19 10.0002V7.8002C19 6.94362 18.9992 6.36132 18.9624 5.91123C18.9266 5.47282 18.8617 5.24861 18.782 5.09222C18.5902 4.71589 18.2843 4.40993 17.908 4.21818C17.7516 4.13849 17.5274 4.07357 17.0889 4.03775C16.907 4.02288 16.7035 4.0139 16.469 4.00847ZM15 13.1904V7.0002C15 6.00584 14.9914 5.70484 14.9318 5.48256C14.7469 4.79237 14.2078 4.25328 13.5176 4.06834C13.2953 4.00878 12.9943 4.0002 12 4.0002H9.6662C8.26249 4.0002 7.85028 4.01862 7.52847 4.15141C7.20506 4.28487 6.92231 4.50083 6.70847 4.77773C6.49568 5.05326 6.36944 5.4461 6.0001 6.80035L5.54345 8.47473C5.29241 9.39521 5.12015 10.0296 5.02588 10.525C4.93258 11.0153 4.93809 11.2661 4.97522 11.4334C5.10255 12.0073 5.47588 12.4961 5.99601 12.7699C6.14767 12.8498 6.38823 12.9211 6.8858 12.9601C7.38855 12.9995 8.04588 13.0002 8.99998 13.0002C9.31733 13.0002 9.61583 13.1508 9.80437 13.4061C9.99291 13.6614 10.0491 13.991 9.95576 14.2943L9.00679 17.3784C8.66159 18.5003 9.35156 19.6598 10.468 19.9155L13.6356 14.3723C13.9478 13.826 14.4331 13.4143 15 13.1904Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ThumbDown\n", "import type { SVGProps } from \"react\"\nconst ThumbDownFilled = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M11.4079 21.4961C11.1953 21.8698 10.7683 22.0649 10.348 21.9805C8.4373 21.5968 7.27541 19.6391 7.84844 17.7691L8.69697 14.9999L6.98577 14.9999C4.35915 14.9999 2.45151 12.492 3.14262 9.94747L4.50063 4.94747C4.97329 3.20722 6.54741 1.99994 8.34378 1.99994H14.0328C15.131 2.00207 16.0206 2.89668 16.0206 3.99994V14.9999H15.6827C15.3253 14.9999 14.9953 15.1922 14.818 15.5038L11.4079 21.4961Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M18.0124 14.9999C19.6624 14.9999 21 13.6568 21 11.9999V4.99994C21 3.34308 19.6624 1.99994 18.0124 1.99994H17.4794C17.8184 2.58829 18.0124 3.27136 18.0124 3.99994V14.9999Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ThumbDownFilled\n", "import type { SVGProps } from \"react\"\nconst ThumbMixed = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M18.3429 12.3887C18.3429 11.8416 18.3385 11.599 18.3214 11.4561L18.2999 11.3389C18.1975 10.9565 17.9232 10.6469 17.5636 10.4971L17.4044 10.4434C17.2607 10.4049 17.2682 10.4081 17.2452 10.4063L16.7003 10.4004L16.6085 10.3955C16.1545 10.3496 15.7999 9.96615 15.7999 9.50001C15.7999 9.00296 16.2032 8.59962 16.7003 8.59962H18.6651C19.2569 8.59962 19.7548 8.59963 20.1612 8.63282C20.5782 8.66689 20.9778 8.74109 21.3575 8.93458L21.5685 9.05275C22.0488 9.34739 22.4401 9.76957 22.6974 10.2744L22.7648 10.418C22.909 10.7544 22.9693 11.106 22.9991 11.4707C23.0323 11.8771 23.0314 12.3751 23.0314 12.9668V14.9922C23.0288 15.3377 23.0166 15.6386 22.964 15.9111L22.9269 16.0713C22.661 17.0635 21.9182 17.8524 20.9542 18.1807L20.7589 18.2402C20.3402 18.3524 19.8568 18.3447 19.2433 18.3447C19.1507 18.3447 19.0629 18.3816 18.9991 18.4453L18.9435 18.5176L16.4132 22.9463C16.2329 23.2618 15.8802 23.4377 15.5196 23.3926L15.1925 23.3526C13.301 23.1161 12.0811 21.2291 12.6417 19.4072L12.9689 18.3447H12.0001C11.5031 18.3447 11.0997 17.9414 11.0997 17.4443C11.0998 16.9473 11.5031 16.5449 12.0001 16.5449H14.1876C14.4731 16.545 14.7416 16.6805 14.9112 16.9102C15.0808 17.1399 15.1309 17.4361 15.047 17.709L14.3624 19.9365C14.157 20.604 14.5301 21.2916 15.1622 21.5068L17.381 17.625L17.4562 17.5029C17.6783 17.1682 17.9872 16.9077 18.3429 16.7432V12.3887ZM8.50304 0.607434L8.83116 0.647473L9.00597 0.674817C10.7391 0.991402 11.8512 2.71146 11.4288 4.42189L11.3819 4.59279L11.0509 5.667C11.2074 5.67201 11.3535 5.67883 11.4894 5.68947C11.9353 5.72442 12.3661 5.80048 12.7618 6.0088L12.9083 6.09083C13.629 6.5223 14.1432 7.23281 14.3263 8.05763L14.3566 8.22169C14.4126 8.60334 14.3731 8.98466 14.2999 9.36915C14.2586 9.58639 14.2013 9.82728 14.1329 10.0938L13.8976 10.9727L13.5675 12.1826C13.3681 12.9139 13.2158 13.5212 12.9142 14.0068L12.7755 14.208C12.4885 14.5797 12.1202 14.8797 11.7003 15.0859L11.5177 15.168C10.9156 15.4164 10.2212 15.4004 9.3546 15.4004H5.35851C4.76681 15.4004 4.2688 15.4004 3.86241 15.3672C3.49764 15.3374 3.14615 15.2771 2.80968 15.1328L2.66613 15.0654C2.16125 14.8082 1.73907 14.4169 1.44445 13.9365L1.32628 13.7256C1.13278 13.3458 1.05859 12.9463 1.02452 12.5293C0.991346 12.1229 0.991321 11.6249 0.991321 11.0332V9.44435C0.99132 8.83084 0.983678 8.34746 1.09581 7.92872L1.15538 7.73243C1.48379 6.76873 2.27272 6.02559 3.26476 5.75978L3.42491 5.72365C3.80637 5.64995 4.24348 5.65528 4.78038 5.65529C4.90396 5.65529 5.01883 5.58968 5.08019 5.48243L7.61046 1.05372L7.68566 0.941419C7.87874 0.697242 8.18779 0.568117 8.50304 0.607434ZM20.1427 16.5254C20.207 16.5192 20.2528 16.5118 20.2931 16.501L20.4523 16.4473C20.812 16.2975 21.0861 15.9879 21.1886 15.6055L21.2101 15.4883C21.2272 15.3454 21.2316 15.1027 21.2316 14.5557V12.9668C21.2316 12.3454 21.231 11.9333 21.2052 11.6172C21.1864 11.3878 21.1566 11.2539 21.1251 11.166L21.0939 11.0918C20.9876 10.8832 20.8256 10.7086 20.6271 10.5869L20.5401 10.5381C20.4564 10.4954 20.3204 10.4517 20.0148 10.4268C19.9702 10.4231 19.9238 10.4207 19.8751 10.418C19.9403 10.5641 19.996 10.7157 20.0382 10.8731L20.0753 11.0332C20.1279 11.3057 20.1401 11.6067 20.1427 11.9522V16.5254ZM5.68077 11.6113C5.68078 12.3407 5.68832 12.5289 5.72374 12.6611L5.77843 12.8203C5.92822 13.18 6.23692 13.4541 6.61925 13.5567L6.73644 13.5781C6.87929 13.5953 7.12179 13.5996 7.66906 13.5996H9.3546C10.3845 13.5996 10.6393 13.5831 10.8312 13.5039L10.9796 13.4317C11.1228 13.3493 11.2491 13.239 11.3507 13.1074L11.3966 13.041C11.5011 12.8713 11.5942 12.578 11.8312 11.709L12.1612 10.499L12.3898 9.6465C12.4514 9.40685 12.4981 9.20689 12.5314 9.03224C12.5805 8.77398 12.5886 8.62306 12.5812 8.52736L12.5694 8.44825C12.4989 8.13033 12.309 7.85327 12.0421 7.67286L11.923 7.60157C11.8448 7.56042 11.6986 7.51181 11.3487 7.48439C10.9943 7.45664 10.5277 7.45509 9.83605 7.45509C9.55048 7.45505 9.28207 7.31957 9.11242 7.08986C8.94287 6.8602 8.89181 6.56389 8.9757 6.29103L9.66124 4.06349L9.6964 3.92189C9.81287 3.30079 9.44847 2.69195 8.86046 2.4922L6.64269 6.37501C6.4179 6.76839 6.07842 7.07177 5.68077 7.25587V11.6113ZM2.7921 11.0332C2.7921 11.6546 2.79266 12.0667 2.81847 12.3828C2.84343 12.6883 2.88716 12.8245 2.9298 12.9082L2.97863 12.9961C3.10032 13.1944 3.27508 13.3557 3.48351 13.4619L3.55773 13.4942C3.6456 13.5257 3.77974 13.5545 4.0089 13.5733C4.05312 13.5769 4.09929 13.5784 4.14757 13.5811C4.10995 13.4966 4.07512 13.4106 4.04503 13.3223L3.98546 13.127C3.90128 12.8128 3.88405 12.4624 3.88097 12.0479V7.47365C3.86934 7.47477 3.85825 7.47532 3.84777 7.47657L3.73058 7.49904C3.34804 7.60155 3.03853 7.87547 2.88878 8.23536L2.83507 8.39454C2.79967 8.52676 2.7921 8.71502 2.7921 9.44435V11.0332Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ThumbMixed\n", "import type { SVGProps } from \"react\"\nconst ThumbnailLarge = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M8 18C8.55229 18 9 17.5523 9 17C9 16.4477 8.55229 16 8 16C7.44772 16 7 16.4477 7 17C7 17.5523 7.44772 18 8 18Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M18 8C18 8.55229 17.5523 9 17 9C16.4477 9 16 8.55229 16 8C16 7.44772 16.4477 7 17 7C17.5523 7 18 7.44772 18 8Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M8 15C8.55229 15 9 14.5523 9 14C9 13.4477 8.55229 13 8 13C7.44772 13 7 13.4477 7 14C7 14.5523 7.44772 15 8 15Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M9 11C9 11.5523 8.55229 12 8 12C7.44772 12 7 11.5523 7 11C7 10.4477 7.44772 10 8 10C8.55229 10 9 10.4477 9 11Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M14 9C14.5523 9 15 8.55229 15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8C13 8.55229 13.4477 9 14 9Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M9 8C9 8.55229 8.55229 9 8 9C7.44772 9 7 8.55229 7 8C7 7.44772 7.44772 7 8 7C8.55229 7 9 7.44772 9 8Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M11 9C11.5523 9 12 8.55229 12 8C12 7.44772 11.5523 7 11 7C10.4477 7 10 7.44772 10 8C10 8.55229 10.4477 9 11 9Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M8.7587 3C7.95374 2.99999 7.28937 2.99998 6.74818 3.04419C6.18608 3.09012 5.66937 3.18868 5.18404 3.43598C4.43139 3.81947 3.81947 4.43139 3.43598 5.18404C3.18868 5.66937 3.09012 6.18608 3.04419 6.74818C2.99998 7.28937 2.99999 7.95372 3 8.75868V15.2413C2.99999 16.0463 2.99998 16.7106 3.04419 17.2518C3.09012 17.8139 3.18868 18.3306 3.43598 18.816C3.81947 19.5686 4.43139 20.1805 5.18404 20.564C5.66937 20.8113 6.18608 20.9099 6.74818 20.9558C7.28937 21 7.95372 21 8.75868 21H15.2413C16.0463 21 16.7106 21 17.2518 20.9558C17.8139 20.9099 18.3306 20.8113 18.816 20.564C19.5686 20.1805 20.1805 19.5686 20.564 18.816C20.8113 18.3306 20.9099 17.8139 20.9558 17.2518C21 16.7106 21 16.0463 21 15.2413V8.75868C21 7.95372 21 7.28937 20.9558 6.74818C20.9099 6.18608 20.8113 5.66937 20.564 5.18404C20.1805 4.43139 19.5686 3.81947 18.816 3.43598C18.3306 3.18868 17.8139 3.09012 17.2518 3.04419C16.7106 2.99998 16.0463 2.99999 15.2413 3H8.7587ZM6.09202 5.21799C6.24842 5.1383 6.47262 5.07337 6.91104 5.03755C7.36113 5.00078 7.94342 5 8.8 5H15.2C16.0566 5 16.6389 5.00078 17.089 5.03755C17.5274 5.07337 17.7516 5.1383 17.908 5.21799C18.2843 5.40974 18.5903 5.7157 18.782 6.09202C18.8617 6.24842 18.9266 6.47262 18.9624 6.91104C18.9992 7.36113 19 7.94342 19 8.8V15.2C19 16.0566 18.9992 16.6389 18.9624 17.089C18.9266 17.5274 18.8617 17.7516 18.782 17.908C18.5903 18.2843 18.2843 18.5903 17.908 18.782C17.7516 18.8617 17.5274 18.9266 17.089 18.9624C16.6389 18.9992 16.0566 19 15.2 19H8.8C7.94342 19 7.36113 18.9992 6.91104 18.9624C6.47262 18.9266 6.24842 18.8617 6.09202 18.782C5.7157 18.5903 5.40974 18.2843 5.21799 17.908C5.1383 17.7516 5.07337 17.5274 5.03755 17.089C5.00078 16.6389 5 16.0566 5 15.2V8.8C5 7.94342 5.00078 7.36113 5.03755 6.91104C5.07337 6.47262 5.1383 6.24842 5.21799 6.09202C5.40974 5.7157 5.7157 5.40974 6.09202 5.21799Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ThumbnailLarge\n", "import type { SVGProps } from \"react\"\nconst ThumbnailMedium = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M10 17C10.5523 17 11 16.5523 11 16C11 15.4477 10.5523 15 10 15C9.44772 15 9 15.4477 9 16C9 16.5523 9.44772 17 10 17Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M11 13C11 13.5523 10.5523 14 10 14C9.44772 14 9 13.5523 9 13C9 12.4477 9.44772 12 10 12C10.5523 12 11 12.4477 11 13Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M11 10C11 10.5523 10.5523 11 10 11C9.44772 11 9 10.5523 9 10C9 9.44772 9.44772 9 10 9C10.5523 9 11 9.44772 11 10Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M13 11C13.5523 11 14 10.5523 14 10C14 9.44772 13.5523 9 13 9C12.4477 9 12 9.44772 12 10C12 10.5523 12.4477 11 13 11Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M8.7587 3C7.95374 2.99999 7.28937 2.99998 6.74818 3.04419C6.18608 3.09012 5.66937 3.18868 5.18404 3.43598C4.43139 3.81947 3.81947 4.43139 3.43598 5.18404C3.18868 5.66937 3.09012 6.18608 3.04419 6.74818C2.99998 7.28937 2.99999 7.95372 3 8.75868V15.2413C2.99999 16.0463 2.99998 16.7106 3.04419 17.2518C3.09012 17.8139 3.18868 18.3306 3.43598 18.816C3.81947 19.5686 4.43139 20.1805 5.18404 20.564C5.66937 20.8113 6.18608 20.9099 6.74818 20.9558C7.28937 21 7.95372 21 8.75868 21H15.2413C16.0463 21 16.7106 21 17.2518 20.9558C17.8139 20.9099 18.3306 20.8113 18.816 20.564C19.5686 20.1805 20.1805 19.5686 20.564 18.816C20.8113 18.3306 20.9099 17.8139 20.9558 17.2518C21 16.7106 21 16.0463 21 15.2413V8.75868C21 7.95372 21 7.28937 20.9558 6.74818C20.9099 6.18608 20.8113 5.66937 20.564 5.18404C20.1805 4.43139 19.5686 3.81947 18.816 3.43598C18.3306 3.18868 17.8139 3.09012 17.2518 3.04419C16.7106 2.99998 16.0463 2.99999 15.2413 3H8.7587ZM6.09202 5.21799C6.24842 5.1383 6.47262 5.07337 6.91104 5.03755C7.36113 5.00078 7.94342 5 8.8 5H15.2C16.0566 5 16.6389 5.00078 17.089 5.03755C17.5274 5.07337 17.7516 5.1383 17.908 5.21799C18.2843 5.40974 18.5903 5.7157 18.782 6.09202C18.8617 6.24842 18.9266 6.47262 18.9624 6.91104C18.9992 7.36113 19 7.94342 19 8.8V9C18.4477 9 18 9.44772 18 10C18 10.5523 18.4477 11 19 11V15.2C19 16.0566 18.9992 16.6389 18.9624 17.089C18.9266 17.5274 18.8617 17.7516 18.782 17.908C18.5903 18.2843 18.2843 18.5903 17.908 18.782C17.7516 18.8617 17.5274 18.9266 17.089 18.9624C16.6389 18.9992 16.0566 19 15.2 19H11C11 18.4477 10.5523 18 10 18C9.44772 18 9 18.4477 9 19H8.8C7.94342 19 7.36113 18.9992 6.91104 18.9624C6.47262 18.9266 6.24842 18.8617 6.09202 18.782C5.7157 18.5903 5.40974 18.2843 5.21799 17.908C5.1383 17.7516 5.07337 17.5274 5.03755 17.089C5.00078 16.6389 5 16.0566 5 15.2V8.8C5 7.94342 5.00078 7.36113 5.03755 6.91104C5.07337 6.47262 5.1383 6.24842 5.21799 6.09202C5.40974 5.7157 5.7157 5.40974 6.09202 5.21799Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ThumbnailMedium\n", "import type { SVGProps } from \"react\"\nconst ThumbnailSmall = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M14 16C14 16.5523 13.5523 17 13 17C12.4477 17 12 16.5523 12 16C12 15.4477 12.4477 15 13 15C13.5523 15 14 15.4477 14 16Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M14 13C14 13.5523 13.5523 14 13 14C12.4477 14 12 13.5523 12 13C12 12.4477 12.4477 12 13 12C13.5523 12 14 12.4477 14 13Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M16 14C16.5523 14 17 13.5523 17 13C17 12.4477 16.5523 12 16 12C15.4477 12 15 12.4477 15 13C15 13.5523 15.4477 14 16 14Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M8.7587 3C7.95374 2.99999 7.28937 2.99998 6.74818 3.04419C6.18608 3.09012 5.66937 3.18868 5.18404 3.43598C4.43139 3.81947 3.81947 4.43139 3.43598 5.18404C3.18868 5.66937 3.09012 6.18608 3.04419 6.74818C2.99998 7.28937 2.99999 7.95372 3 8.75868V15.2413C2.99999 16.0463 2.99998 16.7106 3.04419 17.2518C3.09012 17.8139 3.18868 18.3306 3.43598 18.816C3.81947 19.5686 4.43139 20.1805 5.18404 20.564C5.66937 20.8113 6.18608 20.9099 6.74818 20.9558C7.28937 21 7.95372 21 8.75868 21H15.2413C16.0463 21 16.7106 21 17.2518 20.9558C17.8139 20.9099 18.3306 20.8113 18.816 20.564C19.5686 20.1805 20.1805 19.5686 20.564 18.816C20.8113 18.3306 20.9099 17.8139 20.9558 17.2518C21 16.7106 21 16.0463 21 15.2413V8.75868C21 7.95372 21 7.28937 20.9558 6.74818C20.9099 6.18608 20.8113 5.66937 20.564 5.18404C20.1805 4.43139 19.5686 3.81947 18.816 3.43598C18.3306 3.18868 17.8139 3.09012 17.2518 3.04419C16.7106 2.99998 16.0463 2.99999 15.2413 3H8.7587ZM6.09202 5.21799C6.24842 5.1383 6.47262 5.07337 6.91104 5.03755C7.36113 5.00078 7.94342 5 8.8 5H15.2C16.0566 5 16.6389 5.00078 17.089 5.03755C17.5274 5.07337 17.7516 5.1383 17.908 5.21799C18.2843 5.40974 18.5903 5.7157 18.782 6.09202C18.8617 6.24842 18.9266 6.47262 18.9624 6.91104C18.9992 7.36113 19 7.94342 19 8.8V12C18.4477 12 18 12.4477 18 13C18 13.5523 18.4477 14 19 14V15.2C19 16.0566 18.9992 16.6389 18.9624 17.089C18.9266 17.5274 18.8617 17.7516 18.782 17.908C18.5903 18.2843 18.2843 18.5903 17.908 18.782C17.7516 18.8617 17.5274 18.9266 17.089 18.9624C16.6389 18.9992 16.0566 19 15.2 19H14C14 18.4477 13.5523 18 13 18C12.4477 18 12 18.4477 12 19H8.8C7.94342 19 7.36113 18.9992 6.91104 18.9624C6.47262 18.9266 6.24842 18.8617 6.09202 18.782C5.7157 18.5903 5.40974 18.2843 5.21799 17.908C5.1383 17.7516 5.07337 17.5274 5.03755 17.089C5.00078 16.6389 5 16.0566 5 15.2V8.8C5 7.94342 5.00078 7.36113 5.03755 6.91104C5.07337 6.47262 5.1383 6.24842 5.21799 6.09202C5.40974 5.7157 5.7157 5.40974 6.09202 5.21799Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ThumbnailSmall\n", "import type { SVGProps } from \"react\"\nconst Thumbs = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 18 18\" fill=\"currentColor\" {...props}>\n <path d=\"M13.7572 9.29136C13.7572 8.88106 13.7539 8.69908 13.7411 8.5919L13.7249 8.50401C13.6481 8.21722 13.4424 7.98503 13.1727 7.87266L13.0533 7.83238C12.9456 7.80351 12.9511 7.80592 12.9339 7.80454L12.5252 7.80015L12.4564 7.79649C12.1159 7.76207 11.8499 7.47446 11.8499 7.12486C11.8499 6.75207 12.1524 6.44956 12.5252 6.44956H13.9989C14.4427 6.44956 14.8161 6.44957 15.1209 6.47447C15.4336 6.50002 15.7333 6.55566 16.0182 6.70079L16.1764 6.78941C16.5366 7.01039 16.8301 7.32702 17.023 7.70567L17.0736 7.81333C17.1817 8.06566 17.227 8.32933 17.2494 8.60288C17.2742 8.90767 17.2735 9.28119 17.2735 9.72496V11.244C17.2716 11.5031 17.2625 11.7288 17.223 11.9332L17.1952 12.0533C16.9958 12.7975 16.4386 13.3891 15.7157 13.6354L15.5692 13.68C15.2551 13.7642 14.8926 13.7584 14.4325 13.7584C14.363 13.7584 14.2972 13.786 14.2494 13.8338L14.2076 13.888L12.3099 17.2096C12.1747 17.4462 11.9101 17.5781 11.6397 17.5443L11.3944 17.5143C9.97577 17.3369 9.06085 15.9217 9.48129 14.5553L9.72665 13.7584H9.00008C8.6273 13.7584 8.32479 13.4559 8.32479 13.0831C8.32483 12.7104 8.62732 12.4086 9.00008 12.4085H10.6407C10.8548 12.4086 11.0562 12.5102 11.1834 12.6825C11.3106 12.8548 11.3482 13.0769 11.2852 13.2816L10.7718 14.9523C10.6178 15.4528 10.8976 15.9685 11.3717 16.13L13.0357 13.2186L13.0921 13.1271C13.2587 12.876 13.4904 12.6807 13.7572 12.5572V9.29136ZM6.37728 0.455423L6.62337 0.485452L6.75448 0.50596C8.05435 0.743399 8.88838 2.03345 8.57162 3.31626L8.53646 3.44444L8.28817 4.2501C8.40555 4.25386 8.51514 4.25897 8.61703 4.26695C8.95151 4.29316 9.27461 4.35021 9.57137 4.50645L9.68124 4.56797C10.2218 4.89157 10.6074 5.42445 10.7447 6.04307L10.7674 6.16612C10.8095 6.45235 10.7798 6.73835 10.7249 7.02671C10.6939 7.18964 10.651 7.3703 10.5997 7.57017L10.4232 8.22935L10.1756 9.13682C10.026 9.6853 9.91182 10.1407 9.68563 10.505L9.58163 10.6559C9.36636 10.9346 9.09013 11.1596 8.77523 11.3143L8.63827 11.3758C8.18669 11.5622 7.66592 11.5502 7.01595 11.5502H4.01888C3.57511 11.5502 3.2016 11.5501 2.89681 11.5252C2.62323 11.5029 2.35961 11.4576 2.10726 11.3495L1.99959 11.2989C1.62094 11.106 1.3043 10.8125 1.08333 10.4523L0.994712 10.294C0.849589 10.0092 0.793943 9.70955 0.768393 9.39683C0.743509 9.09204 0.743491 8.71854 0.743491 8.27476V7.08311C0.74349 6.62297 0.737759 6.26044 0.82186 5.94639L0.866538 5.79917C1.11284 5.0764 1.70454 4.51904 2.44857 4.31968L2.56869 4.29258C2.85478 4.23731 3.18261 4.24131 3.58529 4.24131C3.67797 4.24131 3.76412 4.19211 3.81014 4.11167L5.70785 0.79014L5.76424 0.705911C5.90905 0.522779 6.14084 0.425935 6.37728 0.455423ZM15.107 12.3939C15.1553 12.3892 15.1896 12.3837 15.2198 12.3756L15.3392 12.3353C15.609 12.2229 15.8146 11.9908 15.8914 11.704L15.9076 11.6161C15.9204 11.5089 15.9237 11.3269 15.9237 10.9166V9.72496C15.9237 9.25892 15.9232 8.94983 15.9039 8.71275C15.8898 8.54073 15.8675 8.44027 15.8438 8.37437L15.8204 8.31871C15.7407 8.16225 15.6192 8.03132 15.4703 7.94004L15.4051 7.90342C15.3423 7.87143 15.2403 7.83865 15.0111 7.81993C14.9777 7.8172 14.9428 7.81537 14.9063 7.81333C14.9552 7.92291 14.997 8.03661 15.0286 8.15464L15.0565 8.27476C15.096 8.47914 15.1051 8.70489 15.107 8.96397V12.3939ZM4.26058 8.70835C4.26058 9.25536 4.26624 9.39655 4.29281 9.49571L4.33382 9.61509C4.44616 9.88483 4.67769 10.0905 4.96444 10.1673L5.05233 10.1835C5.15947 10.1963 5.34135 10.1996 5.75179 10.1996H7.01595C7.7884 10.1996 7.97945 10.1872 8.12337 10.1278L8.2347 10.0736C8.3421 10.0118 8.43681 9.92911 8.51302 9.83042L8.54745 9.78062C8.62586 9.65329 8.69561 9.43337 8.87337 8.7816L9.12093 7.87413L9.29232 7.23472C9.33851 7.05498 9.37359 6.90502 9.39852 6.77403C9.43538 6.58033 9.44145 6.46714 9.43587 6.39536L9.42709 6.33604C9.37418 6.09759 9.23178 5.8898 9.03158 5.7545L8.94222 5.70103C8.8836 5.67016 8.77396 5.6337 8.51156 5.61314C8.24571 5.59233 7.8958 5.59117 7.37704 5.59117C7.16286 5.59114 6.96156 5.48952 6.83431 5.31724C6.70715 5.14499 6.66886 4.92276 6.73177 4.71812L7.24593 3.04746L7.2723 2.94126C7.35965 2.47544 7.08635 2.01881 6.64535 1.869L4.98202 4.78111C4.81342 5.07614 4.55881 5.30368 4.26058 5.44175V8.70835ZM2.09408 8.27476C2.09408 8.74081 2.0945 9.04988 2.11385 9.28697C2.13257 9.51608 2.16537 9.61821 2.19735 9.68101L2.23397 9.74693C2.32524 9.89563 2.45631 10.0166 2.61263 10.0963L2.6683 10.1205C2.7342 10.1441 2.83481 10.1657 3.00667 10.1798C3.03984 10.1825 3.07447 10.1836 3.11068 10.1856C3.08247 10.1223 3.05634 10.0578 3.03377 9.99156L2.9891 9.84507C2.92596 9.60946 2.91304 9.34666 2.91073 9.03575V5.60508C2.902 5.60592 2.89369 5.60634 2.88582 5.60728L2.79793 5.62412C2.51103 5.70101 2.2789 5.90645 2.16659 6.17637L2.1263 6.29576C2.09975 6.39492 2.09408 6.53611 2.09408 7.08311V8.27476Z\" />\n </svg>\n)\nexport default Thumbs\n", "import type { SVGProps } from \"react\"\nconst ThumbUp = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12.1318 2.50389C12.3321 2.15338 12.7235 1.95768 13.1241 2.00775L13.5779 2.06447C16.045 2.37286 17.636 4.83353 16.9048 7.20993L16.3519 9.00709C16.6909 9.01325 16.9965 9.02475 17.2705 9.04623C17.8749 9.09359 18.4313 9.19498 18.9358 9.46056C19.976 10.0082 20.7227 10.9858 20.9774 12.1335C21.1009 12.6901 21.0523 13.2536 20.9389 13.8491C20.8283 14.4307 20.6346 15.1409 20.397 16.0119L19.9295 17.7261C19.9127 17.7876 19.8962 17.8484 19.8799 17.9083C19.5842 18.996 19.3618 19.8139 18.8745 20.4449C18.4468 20.9987 17.8813 21.4306 17.2345 21.6976C16.4975 22.0017 15.6499 22.001 14.5227 22.0001C12.6014 21.9986 10.6801 22 8.75877 22C7.95381 22 7.28946 22 6.74827 21.9558C6.18617 21.9099 5.66947 21.8113 5.18413 21.564C4.43149 21.1805 3.81956 20.5686 3.43607 19.816C3.18878 19.3306 3.09022 18.8139 3.04429 18.2518C3.00007 17.7106 3.00008 17.0463 3.0001 16.2413L3.0001 14C3.0001 13.9535 3.00007 13.9076 3.00005 13.8624C2.99962 13.067 2.9993 12.4764 3.13639 11.9647C3.50626 10.5844 4.58445 9.50616 5.96483 9.13629C6.47647 8.99919 7.06713 8.99951 7.86251 8.99994C7.9077 8.99997 7.95355 8.99999 8.00009 8.99999C8.25961 8.99999 8.49923 8.86094 8.62799 8.63561L12.1318 2.50389ZM7.53112 19.9917C7.36082 19.6951 7.22724 19.3743 7.13639 19.0353C6.99929 18.5236 6.99961 17.933 7.00004 17.1376C7.00007 17.0924 7.00009 17.0465 7.00009 17V11.0099C6.74252 11.019 6.60125 11.0363 6.48246 11.0681C5.79227 11.2531 5.25318 11.7922 5.06824 12.4824C5.00869 12.7046 5.0001 13.0056 5.0001 14V16.2C5.0001 17.0566 5.00087 17.6389 5.03765 18.089C5.07347 18.5274 5.13839 18.7516 5.21808 18.908C5.40983 19.2843 5.71579 19.5903 6.09212 19.782C6.24852 19.8617 6.47272 19.9266 6.91113 19.9624C7.09307 19.9773 7.2966 19.9863 7.53112 19.9917ZM9.00009 10.8098V17C9.00009 17.9944 9.00868 18.2954 9.06824 18.5176C9.25317 19.2078 9.79227 19.7469 10.4825 19.9319C10.7047 19.9914 11.0057 20 12.0001 20H14.3339C15.7376 20 16.1498 19.9816 16.4716 19.8488C16.795 19.7153 17.0778 19.4994 17.2916 19.2225C17.5044 18.9469 17.6306 18.5541 18 17.1998L18.4566 15.5255C18.7077 14.605 18.8799 13.9706 18.9742 13.4752C19.0675 12.9849 19.062 12.7341 19.0249 12.5668C18.8975 11.9929 18.5242 11.5041 18.0041 11.2303C17.8524 11.1504 17.6118 11.0791 17.1143 11.0401C16.6115 11.0007 15.9542 11 15.0001 11C14.6828 11 14.3842 10.8494 14.1957 10.5941C14.0072 10.3388 13.951 10.0092 14.0443 9.70591L14.9933 6.62176C15.3385 5.49984 14.6485 4.34036 13.532 4.08468L10.3645 9.62789C10.0523 10.1742 9.567 10.5859 9.00009 10.8098Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ThumbUp\n", "import type { SVGProps } from \"react\"\nconst ThumbUpFilled = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12.592 2.50386C12.8047 2.13014 13.2317 1.935 13.652 2.01942C15.5627 2.40314 16.7246 4.36079 16.1516 6.23085L15.303 9L17.0142 9C19.6409 9 21.5485 11.5079 20.8574 14.0525L19.4994 19.0525C19.0267 20.7927 17.4526 22 15.6562 22H9.96721C8.869 21.9979 7.97939 21.1033 7.97939 20V9H8.31734C8.67472 9 9.0047 8.80771 9.18201 8.49613L12.592 2.50386Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M5.98763 9C4.33761 9 3 10.3431 3 12V19C3 20.6569 4.33761 22 5.98763 22H6.52055C6.18162 21.4116 5.98763 20.7286 5.98763 20V9Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ThumbUpFilled\n", "import type { SVGProps } from \"react\"\nconst Timer = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fill=\"none\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth={1.5}\n d=\"M9 2h6m-3 8v4m0 8a8 8 0 1 0 0-16a8 8 0 0 0 0 16\"\n />\n </svg>\n)\nexport default Timer\n", "import type { SVGProps } from \"react\"\nconst Tools = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M14.5 4a5.5 5.5 0 0 0-5.078 7.616 1 1 0 0 1-.216 1.092l-4.749 4.75a1.475 1.475 0 0 0 2.086 2.085l4.749-4.749a1 1 0 0 1 1.092-.216A5.5 5.5 0 0 0 20 9.414l-1.293 1.293a3.828 3.828 0 1 1-5.414-5.414L14.585 4H14.5ZM7 9.5a7.5 7.5 0 0 1 9.969-7.084 1 1 0 0 1 .378 1.651l-2.64 2.64a1.829 1.829 0 0 0 2.586 2.586l2.64-2.64a1 1 0 0 1 1.651.378 7.5 7.5 0 0 1-9.328 9.627l-4.299 4.3a3.475 3.475 0 0 1-4.914-4.915l4.299-4.299A7.497 7.497 0 0 1 7 9.5Z\" />\n </svg>\n)\nexport default Tools\n", "import type { SVGProps } from \"react\"\nconst ToolsSkills = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M8.99805 16.796C8.99805 15.4164 7.87961 14.2979 6.5 14.2979C5.12039 14.2979 4.00195 15.4164 4.00195 16.796C4.00196 18.1756 5.1204 19.294 6.5 19.294C7.8796 19.294 8.99804 18.1756 8.99805 16.796ZM19.748 15.0479C19.748 14.7729 19.525 14.5499 19.25 14.5499H15.75C15.475 14.5499 15.252 14.7729 15.252 15.0479V18.5479C15.252 18.823 15.475 19.046 15.75 19.046H19.25C19.525 19.046 19.748 18.823 19.748 18.5479V15.0479ZM10.0469 3.45125C11.077 2.15921 13.0849 2.20276 14.0498 3.58113L16.4189 6.96492L16.5205 7.12215C17.5046 8.76341 16.3301 10.9023 14.3691 10.9024H9.63086C7.60676 10.9023 6.42029 8.62316 7.58105 6.96492L9.9502 3.58113L10.0469 3.45125ZM12.4082 4.73055C12.2223 4.46497 11.842 4.44826 11.6318 4.68074L11.5918 4.73055L9.22266 8.11433C8.99176 8.44435 9.22808 8.89744 9.63086 8.89754H14.3691C14.7468 8.89745 14.9774 8.49957 14.8145 8.17781L14.7773 8.11433L12.4082 4.73055ZM11.002 16.796C11.0019 19.2824 8.98638 21.2979 6.5 21.2979C4.01362 21.2979 1.99806 19.2824 1.99805 16.796C1.99805 14.3096 4.01361 12.294 6.5 12.294C8.98639 12.294 11.002 14.3096 11.002 16.796ZM21.752 18.5479C21.752 19.9297 20.6318 21.0499 19.25 21.0499H15.75C14.3682 21.0499 13.248 19.9297 13.248 18.5479V15.0479C13.2481 13.6662 14.3682 12.546 15.75 12.546H19.25C20.6318 12.546 21.7519 13.6662 21.752 15.0479V18.5479Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default ToolsSkills\n", "import type { SVGProps } from \"react\"\nconst Translate = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M7 3.5C7.55229 3.5 8 3.94772 8 4.5V5H9.98469C9.99404 4.99987 10.0034 4.99987 10.0128 5H11.5C12.0523 5 12.5 5.44772 12.5 6C12.5 6.55229 12.0523 7 11.5 7H10.8637C10.5154 8.988 9.81622 10.6517 8.66723 11.9696C8.62438 12.0188 8.58099 12.0674 8.53707 12.1154C9.22032 12.5013 10.0168 12.8033 10.9408 13.0284C11.4774 13.1591 11.8064 13.7001 11.6757 14.2367C11.545 14.7733 11.004 15.1023 10.4674 14.9716C9.10137 14.6388 7.92361 14.1437 6.93184 13.4706C5.88214 14.1537 4.64437 14.6449 3.22613 14.9741C2.68815 15.099 2.15079 14.7641 2.0259 14.2261C1.90101 13.6882 2.23589 13.1508 2.77387 13.0259C3.78086 12.7921 4.63641 12.4768 5.36153 12.0803C4.69058 11.3066 4.15918 10.3915 3.76584 9.32467C3.57479 8.80648 3.83998 8.23153 4.35817 8.04047C4.87635 7.84942 5.4513 8.11461 5.64236 8.63279C5.96391 9.50491 6.39674 10.2474 6.96257 10.8708C7.0302 10.8003 7.09588 10.7286 7.15969 10.6554C7.95291 9.7455 8.51162 8.55536 8.8285 7H2.5C1.94772 7 1.5 6.55229 1.5 6C1.5 5.44772 1.94772 5 2.5 5H6V4.5C6 3.94772 6.44772 3.5 7 3.5ZM17 9C17.3788 9 17.725 9.214 17.8944 9.55279L22.3944 18.5528C22.6414 19.0468 22.4412 19.6474 21.9472 19.8944C21.4532 20.1414 20.8526 19.9412 20.6056 19.4472L19.757 17.75H14.243L13.3944 19.4472C13.1474 19.9412 12.5468 20.1414 12.0528 19.8944C11.5588 19.6474 11.3586 19.0468 11.6056 18.5528L16.1056 9.55279C16.275 9.214 16.6212 9 17 9ZM15.243 15.75H18.757L17 12.2361L15.243 15.75Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Translate\n", "import type { SVGProps } from \"react\"\nconst Trash = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10.5555 4C10.099 4 9.70052 4.30906 9.58693 4.75114L9.29382 5.8919H14.715L14.4219 4.75114C14.3083 4.30906 13.9098 4 13.4533 4H10.5555ZM16.7799 5.8919L16.3589 4.25342C16.0182 2.92719 14.8226 2 13.4533 2H10.5555C9.18616 2 7.99062 2.92719 7.64985 4.25342L7.22886 5.8919H4C3.44772 5.8919 3 6.33961 3 6.8919C3 7.44418 3.44772 7.8919 4 7.8919H4.10069L5.31544 19.3172C5.47763 20.8427 6.76455 22 8.29863 22H15.7014C17.2354 22 18.5224 20.8427 18.6846 19.3172L19.8993 7.8919H20C20.5523 7.8919 21 7.44418 21 6.8919C21 6.33961 20.5523 5.8919 20 5.8919H16.7799ZM17.888 7.8919H6.11196L7.30423 19.1057C7.3583 19.6142 7.78727 20 8.29863 20H15.7014C16.2127 20 16.6417 19.6142 16.6958 19.1057L17.888 7.8919ZM10 10C10.5523 10 11 10.4477 11 11V16C11 16.5523 10.5523 17 10 17C9.44772 17 9 16.5523 9 16V11C9 10.4477 9.44772 10 10 10ZM14 10C14.5523 10 15 10.4477 15 11V16C15 16.5523 14.5523 17 14 17C13.4477 17 13 16.5523 13 16V11C13 10.4477 13.4477 10 14 10Z\"\n />\n </svg>\n)\nexport default Trash\n", "import type { SVGProps } from \"react\"\nconst TrashRemove = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M11 11C11 10.4477 10.5523 10 10 10C9.44772 10 9 10.4477 9 11V16C9 16.5523 9.44772 17 10 17C10.5523 17 11 16.5523 11 16V11Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M15 11C15 10.4477 14.5523 10 14 10C13.4477 10 13 10.4477 13 11V16C13 16.5523 13.4477 17 14 17C14.5523 17 15 16.5523 15 16V11Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12.6577 2C14.4931 2 16.0931 3.24919 16.5382 5.02986L16.7808 6H18.9858C18.9944 5.99989 19.0031 5.99989 19.0117 6H20C20.5523 6 21 6.44772 21 7C21 7.55228 20.5523 8 20 8H19.8986L18.7815 18.4261C18.5637 20.4587 16.8484 22 14.8043 22H9.19574C7.15155 22 5.43628 20.4587 5.2185 18.4261L4.10142 8H4C3.44772 8 3 7.55228 3 7C3 6.44772 3.44772 6 4 6H4.98829C4.99693 5.99989 5.00555 5.99989 5.01416 6H7.21922L7.46176 5.02986C7.90693 3.24919 9.50686 2 11.3423 2H12.6577ZM16.0209 8C16.0064 8.00032 15.992 8.00031 15.9776 8H8.02242C8.00802 8.00031 7.99357 8.00032 7.97909 8H6.11287L7.20712 18.2131C7.31601 19.2293 8.17365 20 9.19574 20H14.8043C15.8264 20 16.684 19.2293 16.7929 18.2131L17.8871 8H16.0209ZM9.40203 5.51493L9.28076 6H14.7192L14.5979 5.51493C14.3754 4.62459 13.5754 4 12.6577 4H11.3423C10.4246 4 9.62461 4.62459 9.40203 5.51493Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default TrashRemove\n", "import type { SVGProps } from \"react\"\nconst Trending = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M14 7C14 6.44772 14.4477 6 15 6H21C21.5523 6 22 6.44772 22 7V13C22 13.5523 21.5523 14 21 14C20.4477 14 20 13.5523 20 13V9.41421L13.2071 16.2071C12.8166 16.5976 12.1834 16.5976 11.7929 16.2071L8.5 12.9142L3.70711 17.7071C3.31658 18.0976 2.68342 18.0976 2.29289 17.7071C1.90237 17.3166 1.90237 16.6834 2.29289 16.2929L7.79289 10.7929C8.18342 10.4024 8.81658 10.4024 9.20711 10.7929L12.5 14.0858L18.5858 8H15C14.4477 8 14 7.55228 14 7Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Trending\n", "import type { SVGProps } from \"react\"\nconst TriangleExclamationErrorWarning = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12.8534 5.314C12.4635 4.67593 11.5368 4.67593 11.1468 5.314L3.71295 17.4785C3.30573 18.1449 3.7853 19 4.56623 19H19.434C20.2149 19 20.6945 18.1449 20.2873 17.4785L12.8534 5.314ZM9.44027 4.2711C10.6101 2.3569 13.3902 2.3569 14.56 4.2711L21.9938 16.4356C23.2155 18.4347 21.7768 21 19.434 21H4.56623C2.22344 21 0.784738 18.4347 2.00639 16.4356L9.44027 4.2711ZM12.0001 8.99999C12.5524 8.99999 13.0001 9.44771 13.0001 9.99999V13C13.0001 13.5523 12.5524 14 12.0001 14C11.4478 14 11.0001 13.5523 11.0001 13V9.99999C11.0001 9.44771 11.4478 8.99999 12.0001 8.99999ZM10.8517 16.5001C10.8517 15.865 11.3665 15.3501 12.0017 15.3501C12.6368 15.3501 13.1517 15.8649 13.1517 16.5001C13.1517 17.1352 12.6368 17.6501 12.0017 17.6501C11.3665 17.6501 10.8517 17.1352 10.8517 16.5001Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default TriangleExclamationErrorWarning\n", "import type { SVGProps } from \"react\"\nconst TriangleExclamationFilledErrorWarning = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M9.44125 4.2711C10.611 2.3569 13.3911 2.3569 14.5609 4.2711L21.9948 16.4356C23.2165 18.4347 21.7778 21 19.435 21H4.56721C2.22442 21 0.785714 18.4347 2.00736 16.4356L9.44125 4.2711ZM13 10C13 9.44772 12.5523 9 12 9C11.4477 9 11 9.44772 11 10V13C11 13.5523 11.4477 14 12 14C12.5523 14 13 13.5523 13 13V10ZM12.0016 15.3501C11.3664 15.3501 10.8516 15.865 10.8516 16.5001C10.8516 17.1352 11.3664 17.6501 12.0016 17.6501C12.6367 17.6501 13.1516 17.1352 13.1516 16.5001C13.1516 15.865 12.6367 15.3501 12.0016 15.3501Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default TriangleExclamationFilledErrorWarning\n", "import type { SVGProps } from \"react\"\nconst TrophyTop = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M5 3C5 2.44772 5.44772 2 6 2H18C18.5523 2 19 2.44772 19 3V4H20.5C21.6046 4 22.5 4.89543 22.5 6V7.5C22.5 9.70914 20.7091 11.5 18.5 11.5H18.3264C17.3395 13.5774 15.3595 15.0916 13 15.4291V16.5H16C17.1046 16.5 18 17.3954 18 18.5V20C18 21.1046 17.1046 22 16 22H8C6.89543 22 6 21.1046 6 20V18.5C6 17.3954 6.89543 16.5 8 16.5H11V15.4291C8.64045 15.0916 6.6605 13.5774 5.67363 11.5H5.5C3.29086 11.5 1.5 9.70914 1.5 7.5V6C1.5 4.89543 2.39543 4 3.5 4H5V3ZM12 13.5C14.7614 13.5 17 11.2614 17 8.5V4H7V8.5C7 11.2614 9.23858 13.5 12 13.5ZM8 18.5V20H16V18.5H8ZM5 6H3.5V7.5C3.5 8.45491 4.16922 9.25351 5.06425 9.45239C5.02188 9.14097 5 8.82304 5 8.5V6ZM20.5 6H19V8.5C19 8.82304 18.9781 9.14097 18.9358 9.45239C19.8308 9.25351 20.5 8.45491 20.5 7.5V6Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default TrophyTop\n", "import type { SVGProps } from \"react\"\nconst TuningFork = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M15.7071 4.20711C16.0976 3.81658 16.0976 3.18342 15.7071 2.79289C15.3166 2.40237 14.6834 2.40237 14.2929 2.79289L7.37585 9.70993C5.70652 11.3793 5.4507 13.9592 6.67837 15.9074L5.01804 17.5677C4.85282 17.5236 4.67916 17.5 4.5 17.5C3.39543 17.5 2.5 18.3954 2.5 19.5C2.5 20.6046 3.39543 21.5 4.5 21.5C5.60457 21.5 6.5 20.6046 6.5 19.5C6.5 19.3208 6.47644 19.1472 6.43226 18.982L8.09258 17.3216C10.0408 18.5493 12.6207 18.2935 14.2901 16.6241L21.2071 9.70711C21.5976 9.31658 21.5976 8.68342 21.2071 8.29289C20.8166 7.90237 20.1834 7.90237 19.7929 8.29289L12.8759 15.2099C11.7787 16.3071 10.026 16.3866 8.83398 15.3933L8.71002 15.29L8.60672 15.166C7.61341 13.974 7.69291 12.2213 8.79007 11.1241L15.7071 4.20711Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M8.9638 3.73333C9.11107 4.26562 8.79896 4.81651 8.26668 4.96379C7.57814 5.1543 7.10676 5.42494 6.76586 5.76585C6.42495 6.10676 6.15431 6.57813 5.9638 7.26667C5.81652 7.79895 5.26563 8.11107 4.73334 7.96379C4.20106 7.81651 3.88894 7.26562 4.03622 6.73333C4.29583 5.79506 4.71178 4.9915 5.35164 4.35163C5.9915 3.71177 6.79507 3.29582 7.73334 3.03621C8.26563 2.88894 8.81652 3.20105 8.9638 3.73333Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M16.7333 18.0362C16.201 18.1835 15.8889 18.7344 16.0362 19.2667C16.1835 19.799 16.7344 20.1111 17.2667 19.9638C18.2049 19.7042 19.0085 19.2882 19.6484 18.6484C20.2882 18.0085 20.7042 17.2049 20.9638 16.2667C21.1111 15.7344 20.7989 15.1835 20.2667 15.0362C19.7344 14.8889 19.1835 15.201 19.0362 15.7333C18.8457 16.4219 18.5751 16.8932 18.2341 17.2342C17.8932 17.5751 17.4219 17.8457 16.7333 18.0362Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default TuningFork\n", "import type { SVGProps } from \"react\"\nconst Unarchive = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M18.4554 3.91136C18.3125 3.37789 17.7641 3.06131 17.2307 3.20425L4.19066 6.69831C3.65719 6.84125 3.34061 7.38959 3.48355 7.92305L3.67766 8.6475C3.82061 9.18097 4.36894 9.49755 4.90241 9.35461L17.9424 5.86055C18.4759 5.71761 18.7925 5.16927 18.6495 4.6358L18.4554 3.91136ZM16.713 1.2724C18.3134 0.843575 19.9584 1.79332 20.3873 3.39372L20.5814 4.11816C21.0102 5.71856 20.0604 7.36357 18.46 7.7924L5.42005 11.2865C5.28009 11.324 5.13978 11.3509 4.99999 11.3678V17C4.99999 18.1046 5.89542 19 6.99999 19H17C18.1046 19 19 18.1046 19 17V10C19 9.44774 19.4477 9.00002 20 9.00002C20.5523 9.00002 21 9.44774 21 10V17C21 19.2092 19.2091 21 17 21H6.99999C4.79085 21 2.99999 19.2092 2.99999 17V10.8984C2.40441 10.5087 1.94453 9.90676 1.74581 9.16514L1.5517 8.44069C1.12287 6.84029 2.07262 5.19528 3.67302 4.76646L16.713 1.2724ZM8.99999 13C8.99999 12.4477 9.4477 12 9.99999 12H14C14.5523 12 15 12.4477 15 13C15 13.5523 14.5523 14 14 14H9.99999C9.4477 14 8.99999 13.5523 8.99999 13Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Unarchive\n", "import type { SVGProps } from \"react\"\nconst Undo = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M8.70711 2.29289C9.09763 2.68342 9.09763 3.31658 8.70711 3.70711L6.41421 6H14C17.866 6 21 9.13401 21 13C21 16.866 17.866 20 14 20H10C9.44772 20 9 19.5523 9 19C9 18.4477 9.44772 18 10 18H14C16.7614 18 19 15.7614 19 13C19 10.2386 16.7614 8 14 8H6.41421L8.70711 10.2929C9.09763 10.6834 9.09763 11.3166 8.70711 11.7071C8.31658 12.0976 7.68342 12.0976 7.29289 11.7071L3.29289 7.70711C2.90237 7.31658 2.90237 6.68342 3.29289 6.29289L7.29289 2.29289C7.68342 1.90237 8.31658 1.90237 8.70711 2.29289Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Undo\n", "import type { SVGProps } from \"react\"\nconst Unlink = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M18.2929 5.70709C16.4743 3.88848 13.5257 3.88848 11.7071 5.70709L10.7071 6.70709C10.3166 7.09762 9.6834 7.09762 9.29288 6.70709C8.90236 6.31657 8.90236 5.6834 9.29288 5.29288L10.2929 4.29288C12.8925 1.69321 17.1074 1.69322 19.7071 4.29288C22.3068 6.89254 22.3068 11.1074 19.7071 13.7071L18.7071 14.7071C18.3166 15.0976 17.6834 15.0976 17.2929 14.7071C16.9024 14.3166 16.9024 13.6834 17.2929 13.2929L18.2929 12.2929C20.1115 10.4743 20.1115 7.52571 18.2929 5.70709ZM6.70709 9.29288C7.09762 9.6834 7.09762 10.3166 6.70709 10.7071L5.70709 11.7071C3.88848 13.5257 3.88848 16.4743 5.70709 18.2929C7.52571 20.1115 10.4743 20.1115 12.2929 18.2929L13.2929 17.2929C13.6834 16.9024 14.3166 16.9024 14.7071 17.2929C15.0976 17.6834 15.0976 18.3166 14.7071 18.7071L13.7071 19.7071C11.1074 22.3068 6.89254 22.3068 4.29288 19.7071C1.69322 17.1074 1.69322 12.8925 4.29288 10.2929L5.29288 9.29288C5.6834 8.90236 6.31657 8.90236 6.70709 9.29288Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M6.25746 1.02985C6.79325 0.895901 7.33619 1.22166 7.47013 1.75746L7.97013 3.75746C8.10408 4.29325 7.77832 4.83619 7.24253 4.97013C6.70673 5.10408 6.1638 4.77832 6.02985 4.24253L5.52985 2.24253C5.3959 1.70673 5.72166 1.1638 6.25746 1.02985ZM1.02985 6.25746C1.1638 5.72166 1.70673 5.3959 2.24253 5.52985L4.24253 6.02985C4.77832 6.1638 5.10408 6.70673 4.97013 7.24253C4.83619 7.77832 4.29325 8.10408 3.75746 7.97013L1.75746 7.47013C1.22166 7.33619 0.895901 6.79325 1.02985 6.25746ZM19.0299 16.7575C19.1638 16.2217 19.7067 15.8959 20.2425 16.0299L22.2425 16.5299C22.7783 16.6638 23.1041 17.2067 22.9701 17.7425C22.8362 18.2783 22.2933 18.6041 21.7575 18.4701L19.7575 17.9701C19.2217 17.8362 18.8959 17.2933 19.0299 16.7575ZM16.7575 19.0299C17.2933 18.8959 17.8362 19.2217 17.9701 19.7575L18.4701 21.7575C18.6041 22.2933 18.2783 22.8362 17.7425 22.9701C17.2067 23.1041 16.6638 22.7783 16.5299 22.2425L16.0299 20.2425C15.8959 19.7067 16.2217 19.1638 16.7575 19.0299Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Unlink\n", "import type { SVGProps } from \"react\"\nconst Unpin = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12.8636 3.26026C13.9444 1.74705 16.1254 1.56655 17.4403 2.88148L21.1185 6.55971C22.4334 7.87463 22.2529 10.0556 20.7397 11.1364L18.5812 12.6782C18.1318 12.9992 17.5073 12.8951 17.1863 12.4457C16.8653 11.9963 16.9693 11.3717 17.4188 11.0507L19.5773 9.50895C20.0848 9.14643 20.1453 8.41495 19.7043 7.97392L16.0261 4.29569C15.5851 3.85466 14.8536 3.9152 14.491 4.42273L12.8137 6.77098C12.4927 7.22039 11.8682 7.32448 11.4188 7.00347C10.9693 6.68246 10.8653 6.05791 11.1863 5.6085L12.8636 3.26026ZM3.29289 3.29289C3.68342 2.90237 4.31658 2.90237 4.70711 3.29289L20.7071 19.2929C21.0976 19.6834 21.0976 20.3166 20.7071 20.7071C20.3166 21.0976 19.6834 21.0976 19.2929 20.7071L16 17.4142V17.5C16 18.911 15.0378 19.9538 13.9717 20.4109C12.9007 20.8701 11.476 20.8435 10.4568 19.8243L8.02332 17.3909L3.70711 21.7071C3.31658 22.0976 2.68342 22.0976 2.29289 21.7071C1.90237 21.3166 1.90237 20.6834 2.29289 20.2929L6.60911 15.9767L4.17567 13.5432C3.16007 12.5276 3.13988 11.1018 3.5954 10.0346C4.04949 8.97072 5.08716 8 6.5 8H6.58579L3.29289 4.70711C2.90237 4.31658 2.90237 3.68342 3.29289 3.29289ZM8.58244 9.99665C8.55525 9.99887 8.52776 10 8.5 10H6.5C6.08527 10 5.65976 10.2928 5.43485 10.8197C5.21136 11.3433 5.29634 11.8355 5.58988 12.129L11.871 18.4101C12.1736 18.7127 12.6669 18.7943 13.1835 18.5727C13.705 18.3491 14 17.9224 14 17.5V15.5C14 15.4722 14.0011 15.4447 14.0033 15.4176L8.58244 9.99665Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Unpin\n", "import type { SVGProps } from \"react\"\nconst Upgrade = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12ZM12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM16.2071 10.7929L12.7071 7.29289C12.3166 6.90237 11.6834 6.90237 11.2929 7.29289L7.79289 10.7929C7.40237 11.1834 7.40237 11.8166 7.79289 12.2071C8.18342 12.5976 8.81658 12.5976 9.20711 12.2071L11 10.4142V16C11 16.5523 11.4477 17 12 17C12.5523 17 13 16.5523 13 16V10.4142L14.7929 12.2071C15.1834 12.5976 15.8166 12.5976 16.2071 12.2071C16.5976 11.8166 16.5976 11.1834 16.2071 10.7929Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Upgrade\n", "import type { SVGProps } from \"react\"\nconst UpgradePlan = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12.5001 3.44336C12.1907 3.26473 11.8095 3.26473 11.5001 3.44336L4.83984 7.28866C4.53044 7.46729 4.33984 7.79742 4.33984 8.15469V15.8453C4.33984 16.2026 4.53044 16.5327 4.83984 16.7113L11.5001 20.5566C11.8095 20.7352 12.1907 20.7352 12.5001 20.5566L19.1604 16.7113C19.4698 16.5327 19.6604 16.2026 19.6604 15.8453V8.15469C19.6604 7.79742 19.4698 7.46729 19.1604 7.28866L12.5001 3.44336ZM10.5001 1.71131C11.4283 1.17541 12.5719 1.17541 13.5001 1.71131L20.1604 5.55661C21.0886 6.09251 21.6604 7.08289 21.6604 8.15469V15.8453C21.6604 16.9171 21.0886 17.9075 20.1604 18.4434L13.5001 22.2887C12.5719 22.8246 11.4283 22.8246 10.5001 22.2887L3.83984 18.4434C2.91164 17.9075 2.33984 16.9171 2.33984 15.8453V8.15469C2.33984 7.08289 2.91164 6.09251 3.83984 5.55661L10.5001 1.71131Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M9.44133 11.4454L9.92944 9.98103C10.0321 9.67297 10.4679 9.67297 10.5706 9.98104L11.0587 11.4454C11.2941 12.1517 11.8483 12.7059 12.5546 12.9413L14.019 13.4294C14.327 13.5321 14.327 13.9679 14.019 14.0705L12.5546 14.5587C11.8483 14.7941 11.2941 15.3483 11.0587 16.0546L10.5706 17.5189C10.4679 17.827 10.0321 17.827 9.92944 17.5189L9.44133 16.0546C9.2059 15.3483 8.65167 14.7941 7.94537 14.5587L6.48105 14.0705C6.17298 13.9679 6.17298 13.5321 6.48105 13.4294L7.94537 12.9413C8.65167 12.7059 9.2059 12.1517 9.44133 11.4454Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M14.4946 8.05959L14.7996 7.14439C14.8638 6.95185 15.1362 6.95185 15.2004 7.14439L15.5054 8.05959C15.6526 8.50103 15.999 8.84742 16.4404 8.99457L17.3556 9.29963C17.5481 9.36381 17.5481 9.63616 17.3556 9.70034L16.4404 10.0054C15.999 10.1525 15.6526 10.4989 15.5054 10.9404L15.2004 11.8556C15.1362 12.0481 14.8638 12.0481 14.7996 11.8556L14.4946 10.9404C14.3474 10.4989 14.001 10.1525 13.5596 10.0054L12.6444 9.70034C12.4519 9.63616 12.4519 9.36381 12.6444 9.29963L13.5596 8.99457C14.001 8.84742 14.3474 8.50103 14.4946 8.05959Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default UpgradePlan\n", "import type { SVGProps } from \"react\"\nconst UploadDocuments = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M17.089 5.03755C16.6389 5.00078 16.0566 5 15.2 5H11.5002C11.5001 5.07155 11.4924 5.1442 11.4762 5.21693L10.9179 7.72906C10.9086 7.77108 10.8994 7.81276 10.8903 7.85409C10.7588 8.44955 10.6432 8.97304 10.3675 9.41399C10.1262 9.80009 9.80009 10.1262 9.41399 10.3675C8.97304 10.6432 8.44955 10.7588 7.85409 10.8903C7.81276 10.8994 7.77108 10.9086 7.72906 10.9179L5.21693 11.4762C5.1442 11.4924 5.07155 11.5001 5 11.5002V15.2C5 16.0566 5.00078 16.6389 5.03755 17.089C5.07337 17.5274 5.1383 17.7516 5.21799 17.908C5.40973 18.2843 5.7157 18.5903 6.09202 18.782C6.24842 18.8617 6.47262 18.9266 6.91104 18.9624C7.36113 18.9992 7.94342 19 8.8 19H9.94175C10.494 19 10.9418 19.4477 10.9418 20C10.9418 20.5523 10.494 21 9.94175 21H8.75868C7.95372 21 7.28937 21 6.74818 20.9558C6.18608 20.9099 5.66937 20.8113 5.18404 20.564C4.43139 20.1805 3.81947 19.5686 3.43597 18.816C3.18868 18.3306 3.09012 17.8139 3.04419 17.2518C2.99998 16.7106 2.99999 16.0463 3 15.2413L3 11C3 8.92477 4.02755 6.93324 5.48039 5.48039C6.93324 4.02755 8.92477 3 11 3L15.2413 3C16.0463 2.99999 16.7106 2.99998 17.2518 3.04419C17.8139 3.09012 18.3306 3.18868 18.816 3.43597C19.5686 3.81947 20.1805 4.43139 20.564 5.18404C20.8113 5.66937 20.9099 6.18608 20.9558 6.74817C21 7.28936 21 7.95372 21 8.75868V10C21 10.5523 20.5523 11 20 11C19.4477 11 19 10.5523 19 10V8.8C19 7.94342 18.9992 7.36113 18.9624 6.91104C18.9266 6.47262 18.8617 6.24842 18.782 6.09202C18.5903 5.7157 18.2843 5.40973 17.908 5.21799C17.7516 5.1383 17.5274 5.07337 17.089 5.03755ZM5.28014 9.41335L7.2952 8.96556C8.08861 8.78925 8.24308 8.74089 8.35381 8.67166C8.48251 8.59121 8.59121 8.48251 8.67166 8.35381C8.74089 8.24308 8.78925 8.08861 8.96556 7.2952L9.41335 5.28014C8.51014 5.59289 7.63524 6.15398 6.89461 6.89461C6.15398 7.63524 5.59289 8.51014 5.28014 9.41335ZM18 14C18.5523 14 19 14.4477 19 15V17H21C21.5523 17 22 17.4477 22 18C22 18.5523 21.5523 19 21 19H19V21C19 21.5523 18.5523 22 18 22C17.4477 22 17 21.5523 17 21V19H15C14.4477 19 14 18.5523 14 18C14 17.4477 14.4477 17 15 17H17V15C17 14.4477 17.4477 14 18 14Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default UploadDocuments\n", "import type { SVGProps } from \"react\"\nconst Upscale = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12 8C12 7.44772 12.4477 7 13 7H16C16.5523 7 17 7.44772 17 8V11C17 11.5523 16.5523 12 16 12C15.4477 12 15 11.5523 15 11V9H13C12.4477 9 12 8.55229 12 8Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M11 17C11.5523 17 12 16.5523 12 16C12 15.4477 11.5523 15 11 15H9V13C9 12.4477 8.55229 12 8 12C7.44772 12 7 12.4477 7 13V16C7 16.5523 7.44772 17 8 17H11Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M8.7587 3H15.2413C16.0463 2.99999 16.7106 2.99998 17.2518 3.04419C17.8139 3.09012 18.3306 3.18868 18.816 3.43598C19.5686 3.81947 20.1805 4.43139 20.564 5.18404C20.8113 5.66937 20.9099 6.18608 20.9558 6.74818C21 7.28939 21 7.95377 21 8.75877V15.2412C21 16.0462 21 16.7106 20.9558 17.2518C20.9099 17.8139 20.8113 18.3306 20.564 18.816C20.1805 19.5686 19.5686 20.1805 18.816 20.564C18.3306 20.8113 17.8139 20.9099 17.2518 20.9558C16.7106 21 16.0462 21 15.2412 21H8.75878C7.95377 21 7.28939 21 6.74818 20.9558C6.18608 20.9099 5.66937 20.8113 5.18404 20.564C4.43139 20.1805 3.81947 19.5686 3.43598 18.816C3.18868 18.3306 3.09012 17.8139 3.04419 17.2518C2.99998 16.7106 2.99999 16.0463 3 15.2413V8.7587C2.99999 7.95374 2.99998 7.28937 3.04419 6.74818C3.09012 6.18608 3.18868 5.66937 3.43598 5.18404C3.81947 4.43139 4.43139 3.81947 5.18404 3.43598C5.66937 3.18868 6.18608 3.09012 6.74818 3.04419C7.28937 2.99998 7.95374 2.99999 8.7587 3ZM6.91104 5.03755C6.47262 5.07337 6.24842 5.1383 6.09202 5.21799C5.7157 5.40974 5.40974 5.7157 5.21799 6.09202C5.1383 6.24842 5.07337 6.47262 5.03755 6.91104C5.00078 7.36113 5 7.94342 5 8.8V15.2C5 16.0566 5.00078 16.6389 5.03755 17.089C5.07337 17.5274 5.1383 17.7516 5.21799 17.908C5.40974 18.2843 5.7157 18.5903 6.09202 18.782C6.24842 18.8617 6.47262 18.9266 6.91104 18.9624C7.36113 18.9992 7.94342 19 8.8 19H15.2C16.0566 19 16.6389 18.9992 17.089 18.9624C17.5274 18.9266 17.7516 18.8617 17.908 18.782C18.2843 18.5903 18.5903 18.2843 18.782 17.908C18.8617 17.7516 18.9266 17.5274 18.9624 17.089C18.9992 16.6389 19 16.0566 19 15.2V8.8C19 7.94342 18.9992 7.36113 18.9624 6.91104C18.9266 6.47262 18.8617 6.24842 18.782 6.09202C18.5903 5.7157 18.2843 5.40974 17.908 5.21799C17.7516 5.1383 17.5274 5.07337 17.089 5.03755C16.6389 5.00078 16.0566 5 15.2 5H8.8C7.94342 5 7.36113 5.00078 6.91104 5.03755Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Upscale\n", "import type { SVGProps } from \"react\"\nconst UpscaleXs = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 18 18\" fill=\"currentColor\" {...props}>\n <path\n d=\"M9.57812 10.0273C9.898 10.0273 10.1582 10.2866 10.1582 10.6064V11.7646C10.1582 12.0845 9.898 12.3438 9.57812 12.3438H8.41992C8.10009 12.3437 7.84082 12.0845 7.84082 11.7646V10.6064C7.84082 10.2866 8.10009 10.0274 8.41992 10.0273H9.57812Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M11.7793 8C12.0032 8 12.1845 8.18143 12.1846 8.40527V9.33203C12.1846 9.55594 12.0032 9.7373 11.7793 9.7373H10.8525C10.6287 9.73722 10.4473 9.55589 10.4473 9.33203V8.40527C10.4473 8.18148 10.6288 8.00008 10.8525 8H11.7793Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M7.13379 8.01172C7.35743 8.01198 7.53898 8.19331 7.53906 8.41699V9.32129C7.53881 9.54482 7.35732 9.72631 7.13379 9.72656H6.22949C6.00581 9.72648 5.82448 9.54493 5.82422 9.32129V8.41699C5.8243 8.1932 6.0057 8.0118 6.22949 8.01172H7.13379Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10.2998 1.5C11.1932 1.5 11.9236 1.49951 12.5156 1.54785C13.1194 1.59718 13.6676 1.70198 14.1797 1.96289L14.4717 2.12695C15.1376 2.5353 15.6805 3.12044 16.0371 3.82031L16.1279 4.01465C16.3234 4.47063 16.409 4.95624 16.4521 5.48438C16.5005 6.07642 16.5 6.8068 16.5 7.7002V10.2998C16.5 11.1932 16.5005 11.9236 16.4521 12.5156C16.409 13.0438 16.3234 13.5294 16.1279 13.9854L16.0371 14.1797C15.6805 14.8796 15.1376 15.4647 14.4717 15.873L14.1797 16.0371C13.6676 16.298 13.1194 16.4028 12.5156 16.4521C11.9236 16.5005 11.1932 16.5 10.2998 16.5H7.7002C6.8068 16.5 6.07642 16.5005 5.48438 16.4521C4.95624 16.409 4.47063 16.3234 4.01465 16.1279L3.82031 16.0371C3.12044 15.6805 2.5353 15.1376 2.12695 14.4717L1.96289 14.1797C1.70198 13.6676 1.59718 13.1194 1.54785 12.5156C1.49951 11.9236 1.5 11.1932 1.5 10.2998V7.7002C1.5 6.8068 1.49951 6.07642 1.54785 5.48438C1.59718 4.88059 1.70198 4.33239 1.96289 3.82031L2.12695 3.52832C2.5353 2.86238 3.12044 2.3195 3.82031 1.96289L4.01465 1.87207C4.47063 1.67657 4.95624 1.591 5.48438 1.54785C6.07642 1.49951 6.8068 1.5 7.7002 1.5H10.2998ZM7.7002 3.5C6.77361 3.5 6.13826 3.50084 5.64648 3.54102C5.28661 3.57044 5.05329 3.61833 4.88184 3.67969L4.72852 3.74512C4.35815 3.93383 4.04821 4.22089 3.83203 4.57324L3.74512 4.72852C3.65184 4.91161 3.58025 5.16665 3.54102 5.64648C3.50084 6.13826 3.5 6.77361 3.5 7.7002V10.1064C3.58506 10.0573 3.68282 10.0274 3.78809 10.0273H4.94629C5.26606 10.0273 5.52619 10.2867 5.52637 10.6064V11.7656C5.52621 12.0854 5.26606 12.3447 4.94629 12.3447H3.78809C3.69735 12.3447 3.61258 12.3214 3.53613 12.2842C3.53783 12.3076 3.53915 12.3307 3.54102 12.3535C3.58025 12.8334 3.65184 13.0884 3.74512 13.2715L3.83203 13.4268C4.04821 13.7791 4.35815 14.0662 4.72852 14.2549L4.88184 14.3203C5.03289 14.3744 5.23211 14.4166 5.52344 14.4463V12.9229C5.52361 12.6032 5.78281 12.3438 6.10254 12.3438H7.26074C7.58051 12.3438 7.84064 12.6031 7.84082 12.9229V14.5H10.1582V12.9229C10.1583 12.6031 10.4175 12.3438 10.7373 12.3438H11.8955C12.2153 12.3438 12.4755 12.6031 12.4756 12.9229V14.4453C12.8777 14.4044 13.1046 14.3399 13.2715 14.2549L13.4268 14.168C13.7791 13.9518 14.0662 13.6418 14.2549 13.2715L14.3203 13.1182C14.3817 12.9467 14.4296 12.7134 14.459 12.3535C14.4608 12.3308 14.4612 12.3076 14.4629 12.2842C14.3868 12.321 14.3021 12.3438 14.2119 12.3438H13.0537C12.7339 12.3437 12.4746 12.0845 12.4746 11.7646V10.6064C12.4746 10.2866 12.7339 10.0274 13.0537 10.0273H14.2119C14.317 10.0273 14.4151 10.0566 14.5 10.1055V7.7002C14.5 6.77361 14.4992 6.13826 14.459 5.64648C14.4296 5.28661 14.3817 5.05329 14.3203 4.88184L14.2549 4.72852C14.0662 4.35815 13.7791 4.04821 13.4268 3.83203L13.2715 3.74512C13.0884 3.65184 12.8334 3.58025 12.3535 3.54102C11.8617 3.50084 11.2264 3.5 10.2998 3.5H7.7002Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default UpscaleXs\n", "import type { SVGProps } from \"react\"\nconst Usage = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M11.33 5a1 1 0 0 0-1 1v13h3.33V6a1 1 0 0 0-1-1h-1.33Zm4.33 14H18a1 1 0 0 0 1-1v-8a1 1 0 0 0-1-1h-2.34v10Zm0-12V6a3 3 0 0 0-3-3h-1.33a3 3 0 0 0-3 3v5H6a3 3 0 0 0-3 3v4a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3v-8a3 3 0 0 0-3-3h-2.34Zm-7.33 6H6a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h2.33v-6Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default Usage\n", "import type { SVGProps } from \"react\"\nconst User = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12 4C10.3431 4 9 5.34315 9 7C9 8.65685 10.3431 10 12 10C13.6569 10 15 8.65685 15 7C15 5.34315 13.6569 4 12 4ZM7 7C7 4.23858 9.23858 2 12 2C14.7614 2 17 4.23858 17 7C17 9.76142 14.7614 12 12 12C9.23858 12 7 9.76142 7 7ZM12.0001 15C8.3441 15 5.5 17.7501 5.5 20.9999C5.5 21.5522 5.05228 21.9999 4.5 21.9999C3.94772 21.9999 3.5 21.5522 3.5 20.9999C3.5 16.5178 7.37176 13 12.0001 13C16.6283 13 20.5 16.5179 20.5 20.9999C20.5 21.5522 20.0523 21.9999 19.5 21.9999C18.9477 21.9999 18.5 21.5522 18.5 20.9999C18.5 17.7502 15.656 15 12.0001 15Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default User\n", "import type { SVGProps } from \"react\"\nconst UserAdd = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12.0002 4C10.3434 4 9.00024 5.34315 9.00024 7C9.00024 8.65685 10.3434 10 12.0002 10C13.6571 10 15.0002 8.65685 15.0002 7C15.0002 5.34315 13.6571 4 12.0002 4ZM7.00024 7C7.00024 4.23858 9.23881 2 12.0002 2C14.7617 2 17.0002 4.23858 17.0002 7C17.0002 9.76142 14.7617 12 12.0002 12C9.23881 12 7.00024 9.76142 7.00024 7ZM12.0002 15C8.55639 15 5.7374 17.6788 5.51448 21.0657C5.47821 21.6168 5.00205 22.0341 4.45096 21.9978C3.89987 21.9616 3.48252 21.4854 3.5188 20.9343C3.81046 16.5031 7.49584 13 12.0002 13C12.3836 13 12.7615 13.0254 13.1323 13.0748C13.6798 13.1478 14.0644 13.6507 13.9915 14.1982C13.9185 14.7456 13.4156 15.1303 12.8682 15.0573C12.5847 15.0196 12.295 15 12.0002 15ZM18 14C18.5523 14 19.0001 14.4476 19.0001 14.9999L19.0003 17H21.0002C21.5525 17 22.0002 17.4477 22.0002 18C22.0002 18.5523 21.5525 19 21.0002 19H19.0004V21C19.0004 21.5523 18.5527 22 18.0004 22C17.4481 22 17.0004 21.5523 17.0004 21V19H15.0002C14.448 19 14.0002 18.5523 14.0002 18C14.0002 17.4477 14.448 17 15.0002 17H17.0003L17.0001 15.0001C17.0001 14.4478 17.4477 14 18 14Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default UserAdd\n", "import type { SVGProps } from \"react\"\nconst UserGpts = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12 4C10.3431 4 9 5.34315 9 7C9 8.65685 10.3431 10 12 10C13.6569 10 15 8.65685 15 7C15 5.34315 13.6569 4 12 4ZM7 7C7 4.23858 9.23858 2 12 2C14.7614 2 17 4.23858 17 7C17 9.76142 14.7614 12 12 12C9.23858 12 7 9.76142 7 7Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M10.9684 14.0022C11.1062 14.537 10.7843 15.0823 10.2495 15.22C7.46676 15.9369 5.5 18.2894 5.5 20.9999C5.5 21.5522 5.05228 21.9999 4.5 21.9999C3.94772 21.9999 3.5 21.5522 3.5 20.9999C3.5 17.2714 6.1909 14.2002 9.75054 13.2833C10.2854 13.1455 10.8306 13.4674 10.9684 14.0022Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M17.25 15.625C17.25 16.5225 16.5225 17.25 15.625 17.25C14.7275 17.25 14 16.5225 14 15.625C14 14.7275 14.7275 14 15.625 14C16.5225 14 17.25 14.7275 17.25 15.625Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M21.75 15.625C21.75 16.5225 21.0225 17.25 20.125 17.25C19.2275 17.25 18.5 16.5225 18.5 15.625C18.5 14.7275 19.2275 14 20.125 14C21.0225 14 21.75 14.7275 21.75 15.625Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M21.75 20.125C21.75 21.0225 21.0225 21.75 20.125 21.75C19.2275 21.75 18.5 21.0225 18.5 20.125C18.5 19.2275 19.2275 18.5 20.125 18.5C21.0225 18.5 21.75 19.2275 21.75 20.125Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M17.25 20.125C17.25 21.0225 16.5225 21.75 15.625 21.75C14.7275 21.75 14 21.0225 14 20.125C14 19.2275 14.7275 18.5 15.625 18.5C16.5225 18.5 17.25 19.2275 17.25 20.125Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default UserGpts\n", "import type { SVGProps } from \"react\"\nconst UserHeart = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12 4C10.3431 4 9 5.34315 9 7C9 8.65685 10.3431 10 12 10C13.6569 10 15 8.65685 15 7C15 5.34315 13.6569 4 12 4ZM7 7C7 4.23858 9.23858 2 12 2C14.7614 2 17 4.23858 17 7C17 9.76142 14.7614 12 12 12C9.23858 12 7 9.76142 7 7ZM19.0277 15.6255C18.6859 15.5646 18.1941 15.6534 17.682 16.1829C17.4936 16.3777 17.2342 16.4877 16.9632 16.4877C16.6922 16.4877 16.4328 16.3777 16.2444 16.1829C15.7322 15.6534 15.2405 15.5646 14.8987 15.6255C14.5381 15.6897 14.2179 15.9384 14.0623 16.3275C13.8048 16.9713 13.9014 18.662 16.9632 20.4617C20.0249 18.662 20.1216 16.9713 19.864 16.3275C19.7084 15.9384 19.3882 15.6897 19.0277 15.6255ZM21.721 15.5847C22.5748 17.7191 21.2654 20.429 17.437 22.4892C17.1412 22.6484 16.7852 22.6484 16.4893 22.4892C12.6609 20.4291 11.3516 17.7191 12.2053 15.5847C12.6117 14.5689 13.4917 13.8446 14.5481 13.6565C15.3567 13.5125 16.2032 13.6915 16.9632 14.1924C17.7232 13.6915 18.5697 13.5125 19.3783 13.6565C20.4347 13.8446 21.3147 14.5689 21.721 15.5847ZM9.92597 14.2049C10.1345 14.7163 9.889 15.2999 9.3776 15.5084C7.06131 16.453 5.5 18.5813 5.5 20.9999C5.5 21.5522 5.05228 21.9999 4.5 21.9999C3.94772 21.9999 3.5 21.5522 3.5 20.9999C3.5 17.6777 5.641 14.8723 8.6224 13.6565C9.1338 13.448 9.71743 13.6935 9.92597 14.2049Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default UserHeart\n", "import type { SVGProps } from \"react\"\nconst UserLock = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12 4C10.3431 4 9 5.34315 9 7C9 8.65685 10.3431 10 12 10C13.6569 10 15 8.65685 15 7C15 5.34315 13.6569 4 12 4ZM7 7C7 4.23858 9.23858 2 12 2C14.7614 2 17 4.23858 17 7C17 9.76142 14.7614 12 12 12C9.23858 12 7 9.76142 7 7ZM17.5 14.5C18.0523 14.5 18.5 14.9477 18.5 15.5V16H16.5V15.5C16.5 14.9477 16.9477 14.5 17.5 14.5ZM20.5 16.208V15.5C20.5 13.8431 19.1569 12.5 17.5 12.5C15.8431 12.5 14.5 13.8431 14.5 15.5V16.208C13.617 16.5938 13 17.4748 13 18.5V20.5C13 21.8807 14.1193 23 15.5 23H19.5C20.8807 23 22 21.8807 22 20.5V18.5C22 17.4748 21.383 16.5938 20.5 16.208ZM15.5 18H19.5C19.7761 18 20 18.2239 20 18.5V20.5C20 20.7761 19.7761 21 19.5 21H15.5C15.2239 21 15 20.7761 15 20.5V18.5C15 18.2239 15.2239 18 15.5 18Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M11.9924 13.9383C12.0605 14.4863 11.6715 14.9859 11.1234 15.054C7.89408 15.4556 5.5 18.0139 5.5 20.9999C5.5 21.5522 5.05228 21.9999 4.5 21.9999C3.94772 21.9999 3.5 21.5522 3.5 20.9999C3.5 16.887 6.76725 13.5803 10.8766 13.0693C11.4247 13.0012 11.9242 13.3902 11.9924 13.9383Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default UserLock\n", "import type { SVGProps } from \"react\"\nconst Users = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M7.5 5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5ZM3 7.5a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0ZM17 6a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-4 2a4 4 0 1 1 8 0 4 4 0 0 1-8 0Zm-8.96 8.247C3.137 17.048 2.5 18.271 2.5 20a1 1 0 1 1-2 0c0-2.271.862-4.049 2.21-5.248C4.042 13.57 5.788 13 7.5 13s3.459.57 4.79 1.752c1.348 1.2 2.21 2.977 2.21 5.248a1 1 0 1 1-2 0c0-1.729-.638-2.952-1.54-3.753C10.042 15.43 8.788 15 7.5 15s-2.541.43-3.46 1.247Zm15.757-.607c-1.009-.638-2.338-.807-3.526-.472a1 1 0 0 1-.542-1.925c1.695-.478 3.616-.255 5.136.706 1.558.984 2.635 2.707 2.635 5.051a1 1 0 1 1-2 0c0-1.665-.732-2.746-1.703-3.36Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default Users\n", "import type { SVGProps } from \"react\"\nconst UserVoice = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M18 2C18.5523 2 19 2.44772 19 3V15C19 15.5523 18.5523 16 18 16C17.4477 16 17 15.5523 17 15V3C17 2.44772 17.4477 2 18 2ZM11 3C11.5523 3 12 3.44772 12 4V5.5C12 6.05228 11.5523 6.5 11 6.5C10.4477 6.5 10 6.05228 10 5.5V4C10 3.44772 10.4477 3 11 3ZM14.5 5C15.0523 5 15.5 5.44772 15.5 6V12.25C15.5 12.8023 15.0523 13.25 14.5 13.25C13.9477 13.25 13.5 12.8023 13.5 12.25V6C13.5 5.44772 13.9477 5 14.5 5ZM21.5 7C22.0523 7 22.5 7.44772 22.5 8V10C22.5 10.5523 22.0523 11 21.5 11C20.9477 11 20.5 10.5523 20.5 10V8C20.5 7.44772 20.9477 7 21.5 7ZM8 10C7.17157 10 6.5 10.6716 6.5 11.5C6.5 12.3284 7.17157 13 8 13C8.82843 13 9.5 12.3284 9.5 11.5C9.5 10.6716 8.82843 10 8 10ZM4.5 11.5C4.5 9.567 6.067 8 8 8C9.933 8 11.5 9.567 11.5 11.5C11.5 13.433 9.933 15 8 15C6.067 15 4.5 13.433 4.5 11.5ZM5.14202 18.815C4.43814 19.3155 4 20.0257 4 21C4 21.5523 3.55228 22 3 22C2.44772 22 2 21.5523 2 21C2 19.3077 2.81186 18.0179 3.98298 17.1851C5.12436 16.3734 6.58924 16 8 16C9.41076 16 10.8756 16.3734 12.017 17.1851C13.1881 18.0178 14 19.3076 14 21C14 21.5523 13.5523 22 13 22C12.4477 22 12 21.5523 12 21C12 20.0257 11.5619 19.3155 10.858 18.815C10.1244 18.2933 9.08924 18 8 18C6.91076 18 5.87564 18.2933 5.14202 18.815Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default UserVoice\n", "import type { SVGProps } from \"react\"\nconst Variation2v2 = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M7.7587 3H16.2413C17.0463 2.99999 17.7106 2.99998 18.2518 3.04419C18.8139 3.09012 19.3306 3.18868 19.816 3.43597C20.5686 3.81947 21.1805 4.43139 21.564 5.18404C21.8113 5.66937 21.9099 6.18608 21.9558 6.74817C22 7.28936 22 7.95372 22 8.75868V15.2413C22 16.0463 22 16.7106 21.9558 17.2518C21.9099 17.8139 21.8113 18.3306 21.564 18.816C21.1805 19.5686 20.5686 20.1805 19.816 20.564C19.3306 20.8113 18.8139 20.9099 18.2518 20.9558C17.7106 21 17.0463 21 16.2413 21H7.75868C6.95372 21 6.28936 21 5.74817 20.9558C5.18608 20.9099 4.66937 20.8113 4.18404 20.564C3.43139 20.1805 2.81947 19.5686 2.43597 18.816C2.18868 18.3306 2.09012 17.8139 2.04419 17.2518C1.99998 16.7106 1.99999 16.0463 2 15.2413V8.7587C1.99999 7.95373 1.99998 7.28937 2.04419 6.74817C2.09012 6.18608 2.18868 5.66937 2.43597 5.18404C2.81947 4.43139 3.43139 3.81947 4.18404 3.43597C4.66937 3.18868 5.18608 3.09012 5.74817 3.04419C6.28937 2.99998 6.95373 2.99999 7.7587 3ZM5.91104 5.03755C5.47262 5.07337 5.24842 5.1383 5.09202 5.21799C4.7157 5.40973 4.40973 5.7157 4.21799 6.09202C4.1383 6.24842 4.07337 6.47262 4.03755 6.91104C4.00078 7.36113 4 7.94342 4 8.8V15.2C4 16.0566 4.00078 16.6389 4.03755 17.089C4.07337 17.5274 4.1383 17.7516 4.21799 17.908C4.40973 18.2843 4.7157 18.5903 5.09202 18.782C5.24842 18.8617 5.47262 18.9266 5.91104 18.9624C6.36113 18.9992 6.94342 19 7.8 19H16.2C17.0566 19 17.6389 18.9992 18.089 18.9624C18.5274 18.9266 18.7516 18.8617 18.908 18.782C19.2843 18.5903 19.5903 18.2843 19.782 17.908C19.8617 17.7516 19.9266 17.5274 19.9624 17.089C19.9992 16.6389 20 16.0566 20 15.2V8.8C20 7.94342 19.9992 7.36113 19.9624 6.91104C19.9266 6.47262 19.8617 6.24842 19.782 6.09202C19.5903 5.7157 19.2843 5.40973 18.908 5.21799C18.7516 5.1383 18.5274 5.07337 18.089 5.03755C17.6389 5.00078 17.0566 5 16.2 5H7.8C6.94342 5 6.36113 5.00078 5.91104 5.03755Z\"\n fill=\"currentColor\"\n />\n <path\n opacity={0.4}\n d=\"M6 11C6 10.4477 6.44772 10 7 10H10C10.5523 10 11 10.4477 11 11V13C11 13.5523 10.5523 14 10 14H7C6.44772 14 6 13.5523 6 13V11Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M13 11C13 10.4477 13.4477 10 14 10H17C17.5523 10 18 10.4477 18 11V13C18 13.5523 17.5523 14 17 14H14C13.4477 14 13 13.5523 13 13V11Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Variation2v2\n", "import type { SVGProps } from \"react\"\nconst VariationV21 = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M7.7587 3H16.2413C17.0463 2.99999 17.7106 2.99998 18.2518 3.04419C18.8139 3.09012 19.3306 3.18868 19.816 3.43597C20.5686 3.81947 21.1805 4.43139 21.564 5.18404C21.8113 5.66937 21.9099 6.18608 21.9558 6.74817C22 7.28936 22 7.95372 22 8.75868V15.2413C22 16.0463 22 16.7106 21.9558 17.2518C21.9099 17.8139 21.8113 18.3306 21.564 18.816C21.1805 19.5686 20.5686 20.1805 19.816 20.564C19.3306 20.8113 18.8139 20.9099 18.2518 20.9558C17.7106 21 17.0463 21 16.2413 21H7.75868C6.95372 21 6.28936 21 5.74817 20.9558C5.18608 20.9099 4.66937 20.8113 4.18404 20.564C3.43139 20.1805 2.81947 19.5686 2.43597 18.816C2.18868 18.3306 2.09012 17.8139 2.04419 17.2518C1.99998 16.7106 1.99999 16.0463 2 15.2413V8.7587C1.99999 7.95373 1.99998 7.28937 2.04419 6.74817C2.09012 6.18608 2.18868 5.66937 2.43597 5.18404C2.81947 4.43139 3.43139 3.81947 4.18404 3.43597C4.66937 3.18868 5.18608 3.09012 5.74817 3.04419C6.28937 2.99998 6.95373 2.99999 7.7587 3ZM5.91104 5.03755C5.47262 5.07337 5.24842 5.1383 5.09202 5.21799C4.7157 5.40973 4.40973 5.7157 4.21799 6.09202C4.1383 6.24842 4.07337 6.47262 4.03755 6.91104C4.00078 7.36113 4 7.94342 4 8.8V15.2C4 16.0566 4.00078 16.6389 4.03755 17.089C4.07337 17.5274 4.1383 17.7516 4.21799 17.908C4.40973 18.2843 4.7157 18.5903 5.09202 18.782C5.24842 18.8617 5.47262 18.9266 5.91104 18.9624C6.36113 18.9992 6.94342 19 7.8 19H16.2C17.0566 19 17.6389 18.9992 18.089 18.9624C18.5274 18.9266 18.7516 18.8617 18.908 18.782C19.2843 18.5903 19.5903 18.2843 19.782 17.908C19.8617 17.7516 19.9266 17.5274 19.9624 17.089C19.9992 16.6389 20 16.0566 20 15.2V8.8C20 7.94342 19.9992 7.36113 19.9624 6.91104C19.9266 6.47262 19.8617 6.24842 19.782 6.09202C19.5903 5.7157 19.2843 5.40973 18.908 5.21799C18.7516 5.1383 18.5274 5.07337 18.089 5.03755C17.6389 5.00078 17.0566 5 16.2 5H7.8C6.94342 5 6.36113 5.00078 5.91104 5.03755Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M6 11C6 10.4477 6.44772 10 7 10H10C10.5523 10 11 10.4477 11 11V13C11 13.5523 10.5523 14 10 14H7C6.44772 14 6 13.5523 6 13V11Z\"\n fill=\"currentColor\"\n />\n <path\n opacity={0.4}\n d=\"M13 11C13 10.4477 13.4477 10 14 10H17C17.5523 10 18 10.4477 18 11V13C18 13.5523 17.5523 14 17 14H14C13.4477 14 13 13.5523 13 13V11Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default VariationV21\n", "import type { SVGProps } from \"react\"\nconst VariationV31 = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M7.7587 3H16.2413C17.0463 2.99999 17.7106 2.99998 18.2518 3.04419C18.8139 3.09012 19.3306 3.18868 19.816 3.43597C20.5686 3.81947 21.1805 4.43139 21.564 5.18404C21.8113 5.66937 21.9099 6.18608 21.9558 6.74817C22 7.28936 22 7.95372 22 8.75868V15.2413C22 16.0463 22 16.7106 21.9558 17.2518C21.9099 17.8139 21.8113 18.3306 21.564 18.816C21.1805 19.5686 20.5686 20.1805 19.816 20.564C19.3306 20.8113 18.8139 20.9099 18.2518 20.9558C17.7106 21 17.0463 21 16.2413 21H7.75868C6.95372 21 6.28936 21 5.74817 20.9558C5.18608 20.9099 4.66937 20.8113 4.18404 20.564C3.43139 20.1805 2.81947 19.5686 2.43597 18.816C2.18868 18.3306 2.09012 17.8139 2.04419 17.2518C1.99998 16.7106 1.99999 16.0463 2 15.2413V8.7587C1.99999 7.95373 1.99998 7.28937 2.04419 6.74817C2.09012 6.18608 2.18868 5.66937 2.43597 5.18404C2.81947 4.43139 3.43139 3.81947 4.18404 3.43597C4.66937 3.18868 5.18608 3.09012 5.74817 3.04419C6.28937 2.99998 6.95373 2.99999 7.7587 3ZM5.91104 5.03755C5.47262 5.07337 5.24842 5.1383 5.09202 5.21799C4.7157 5.40973 4.40973 5.7157 4.21799 6.09202C4.1383 6.24842 4.07337 6.47262 4.03755 6.91104C4.00078 7.36113 4 7.94342 4 8.8V15.2C4 16.0566 4.00078 16.6389 4.03755 17.089C4.07337 17.5274 4.1383 17.7516 4.21799 17.908C4.40973 18.2843 4.7157 18.5903 5.09202 18.782C5.24842 18.8617 5.47262 18.9266 5.91104 18.9624C6.36113 18.9992 6.94342 19 7.8 19H16.2C17.0566 19 17.6389 18.9992 18.089 18.9624C18.5274 18.9266 18.7516 18.8617 18.908 18.782C19.2843 18.5903 19.5903 18.2843 19.782 17.908C19.8617 17.7516 19.9266 17.5274 19.9624 17.089C19.9992 16.6389 20 16.0566 20 15.2V8.8C20 7.94342 19.9992 7.36113 19.9624 6.91104C19.9266 6.47262 19.8617 6.24842 19.782 6.09202C19.5903 5.7157 19.2843 5.40973 18.908 5.21799C18.7516 5.1383 18.5274 5.07337 18.089 5.03755C17.6389 5.00078 17.0566 5 16.2 5H7.8C6.94342 5 6.36113 5.00078 5.91104 5.03755Z\"\n fill=\"currentColor\"\n />\n <path\n opacity={0.4}\n d=\"M6 14C6 13.4477 6.44772 13 7 13H10C10.5523 13 11 13.4477 11 14V16C11 16.5523 10.5523 17 10 17H7C6.44772 17 6 16.5523 6 16V14Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M6 8C6 7.44772 6.44772 7 7 7H10C10.5523 7 11 7.44772 11 8V10C11 10.5523 10.5523 11 10 11H7C6.44772 11 6 10.5523 6 10V8Z\"\n fill=\"currentColor\"\n />\n <path\n opacity={0.4}\n d=\"M13 8C13 7.44772 13.4477 7 14 7H17C17.5523 7 18 7.44772 18 8V10C18 10.5523 17.5523 11 17 11H14C13.4477 11 13 10.5523 13 10V8Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default VariationV31\n", "import type { SVGProps } from \"react\"\nconst VariationV32 = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M7.7587 3H16.2413C17.0463 2.99999 17.7106 2.99998 18.2518 3.04419C18.8139 3.09012 19.3306 3.18868 19.816 3.43597C20.5686 3.81947 21.1805 4.43139 21.564 5.18404C21.8113 5.66937 21.9099 6.18608 21.9558 6.74817C22 7.28936 22 7.95372 22 8.75868V15.2413C22 16.0463 22 16.7106 21.9558 17.2518C21.9099 17.8139 21.8113 18.3306 21.564 18.816C21.1805 19.5686 20.5686 20.1805 19.816 20.564C19.3306 20.8113 18.8139 20.9099 18.2518 20.9558C17.7106 21 17.0463 21 16.2413 21H7.75868C6.95372 21 6.28936 21 5.74817 20.9558C5.18608 20.9099 4.66937 20.8113 4.18404 20.564C3.43139 20.1805 2.81947 19.5686 2.43597 18.816C2.18868 18.3306 2.09012 17.8139 2.04419 17.2518C1.99998 16.7106 1.99999 16.0463 2 15.2413V8.7587C1.99999 7.95373 1.99998 7.28937 2.04419 6.74817C2.09012 6.18608 2.18868 5.66937 2.43597 5.18404C2.81947 4.43139 3.43139 3.81947 4.18404 3.43597C4.66937 3.18868 5.18608 3.09012 5.74817 3.04419C6.28937 2.99998 6.95373 2.99999 7.7587 3ZM5.91104 5.03755C5.47262 5.07337 5.24842 5.1383 5.09202 5.21799C4.7157 5.40973 4.40973 5.7157 4.21799 6.09202C4.1383 6.24842 4.07337 6.47262 4.03755 6.91104C4.00078 7.36113 4 7.94342 4 8.8V15.2C4 16.0566 4.00078 16.6389 4.03755 17.089C4.07337 17.5274 4.1383 17.7516 4.21799 17.908C4.40973 18.2843 4.7157 18.5903 5.09202 18.782C5.24842 18.8617 5.47262 18.9266 5.91104 18.9624C6.36113 18.9992 6.94342 19 7.8 19H16.2C17.0566 19 17.6389 18.9992 18.089 18.9624C18.5274 18.9266 18.7516 18.8617 18.908 18.782C19.2843 18.5903 19.5903 18.2843 19.782 17.908C19.8617 17.7516 19.9266 17.5274 19.9624 17.089C19.9992 16.6389 20 16.0566 20 15.2V8.8C20 7.94342 19.9992 7.36113 19.9624 6.91104C19.9266 6.47262 19.8617 6.24842 19.782 6.09202C19.5903 5.7157 19.2843 5.40973 18.908 5.21799C18.7516 5.1383 18.5274 5.07337 18.089 5.03755C17.6389 5.00078 17.0566 5 16.2 5H7.8C6.94342 5 6.36113 5.00078 5.91104 5.03755Z\"\n fill=\"currentColor\"\n />\n <path\n opacity={0.4}\n d=\"M6 14C6 13.4477 6.44772 13 7 13H10C10.5523 13 11 13.4477 11 14V16C11 16.5523 10.5523 17 10 17H7C6.44772 17 6 16.5523 6 16V14Z\"\n fill=\"currentColor\"\n />\n <path\n opacity={0.4}\n d=\"M6 8C6 7.44772 6.44772 7 7 7H10C10.5523 7 11 7.44772 11 8V10C11 10.5523 10.5523 11 10 11H7C6.44772 11 6 10.5523 6 10V8Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M13 8C13 7.44772 13.4477 7 14 7H17C17.5523 7 18 7.44772 18 8V10C18 10.5523 17.5523 11 17 11H14C13.4477 11 13 10.5523 13 10V8Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default VariationV32\n", "import type { SVGProps } from \"react\"\nconst VariationV33 = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M7.7587 3H16.2413C17.0463 2.99999 17.7106 2.99998 18.2518 3.04419C18.8139 3.09012 19.3306 3.18868 19.816 3.43597C20.5686 3.81947 21.1805 4.43139 21.564 5.18404C21.8113 5.66937 21.9099 6.18608 21.9558 6.74817C22 7.28936 22 7.95372 22 8.75868V15.2413C22 16.0463 22 16.7106 21.9558 17.2518C21.9099 17.8139 21.8113 18.3306 21.564 18.816C21.1805 19.5686 20.5686 20.1805 19.816 20.564C19.3306 20.8113 18.8139 20.9099 18.2518 20.9558C17.7106 21 17.0463 21 16.2413 21H7.75868C6.95372 21 6.28936 21 5.74817 20.9558C5.18608 20.9099 4.66937 20.8113 4.18404 20.564C3.43139 20.1805 2.81947 19.5686 2.43597 18.816C2.18868 18.3306 2.09012 17.8139 2.04419 17.2518C1.99998 16.7106 1.99999 16.0463 2 15.2413V8.7587C1.99999 7.95373 1.99998 7.28937 2.04419 6.74817C2.09012 6.18608 2.18868 5.66937 2.43597 5.18404C2.81947 4.43139 3.43139 3.81947 4.18404 3.43597C4.66937 3.18868 5.18608 3.09012 5.74817 3.04419C6.28937 2.99998 6.95373 2.99999 7.7587 3ZM5.91104 5.03755C5.47262 5.07337 5.24842 5.1383 5.09202 5.21799C4.7157 5.40973 4.40973 5.7157 4.21799 6.09202C4.1383 6.24842 4.07337 6.47262 4.03755 6.91104C4.00078 7.36113 4 7.94342 4 8.8V15.2C4 16.0566 4.00078 16.6389 4.03755 17.089C4.07337 17.5274 4.1383 17.7516 4.21799 17.908C4.40973 18.2843 4.7157 18.5903 5.09202 18.782C5.24842 18.8617 5.47262 18.9266 5.91104 18.9624C6.36113 18.9992 6.94342 19 7.8 19H16.2C17.0566 19 17.6389 18.9992 18.089 18.9624C18.5274 18.9266 18.7516 18.8617 18.908 18.782C19.2843 18.5903 19.5903 18.2843 19.782 17.908C19.8617 17.7516 19.9266 17.5274 19.9624 17.089C19.9992 16.6389 20 16.0566 20 15.2V8.8C20 7.94342 19.9992 7.36113 19.9624 6.91104C19.9266 6.47262 19.8617 6.24842 19.782 6.09202C19.5903 5.7157 19.2843 5.40973 18.908 5.21799C18.7516 5.1383 18.5274 5.07337 18.089 5.03755C17.6389 5.00078 17.0566 5 16.2 5H7.8C6.94342 5 6.36113 5.00078 5.91104 5.03755Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M6 14C6 13.4477 6.44772 13 7 13H10C10.5523 13 11 13.4477 11 14V16C11 16.5523 10.5523 17 10 17H7C6.44772 17 6 16.5523 6 16V14Z\"\n fill=\"currentColor\"\n />\n <path\n opacity={0.4}\n d=\"M6 8C6 7.44772 6.44772 7 7 7H10C10.5523 7 11 7.44772 11 8V10C11 10.5523 10.5523 11 10 11H7C6.44772 11 6 10.5523 6 10V8Z\"\n fill=\"currentColor\"\n />\n <path\n opacity={0.4}\n d=\"M13 8C13 7.44772 13.4477 7 14 7H17C17.5523 7 18 7.44772 18 8V10C18 10.5523 17.5523 11 17 11H14C13.4477 11 13 10.5523 13 10V8Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default VariationV33\n", "import type { SVGProps } from \"react\"\nconst VariationV41 = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M7.7587 3H16.2413C17.0463 2.99999 17.7106 2.99998 18.2518 3.04419C18.8139 3.09012 19.3306 3.18868 19.816 3.43597C20.5686 3.81947 21.1805 4.43139 21.564 5.18404C21.8113 5.66937 21.9099 6.18608 21.9558 6.74817C22 7.28936 22 7.95372 22 8.75868V15.2413C22 16.0463 22 16.7106 21.9558 17.2518C21.9099 17.8139 21.8113 18.3306 21.564 18.816C21.1805 19.5686 20.5686 20.1805 19.816 20.564C19.3306 20.8113 18.8139 20.9099 18.2518 20.9558C17.7106 21 17.0463 21 16.2413 21H7.75868C6.95372 21 6.28936 21 5.74817 20.9558C5.18608 20.9099 4.66937 20.8113 4.18404 20.564C3.43139 20.1805 2.81947 19.5686 2.43597 18.816C2.18868 18.3306 2.09012 17.8139 2.04419 17.2518C1.99998 16.7106 1.99999 16.0463 2 15.2413V8.7587C1.99999 7.95373 1.99998 7.28937 2.04419 6.74817C2.09012 6.18608 2.18868 5.66937 2.43597 5.18404C2.81947 4.43139 3.43139 3.81947 4.18404 3.43597C4.66937 3.18868 5.18608 3.09012 5.74817 3.04419C6.28937 2.99998 6.95373 2.99999 7.7587 3ZM5.91104 5.03755C5.47262 5.07337 5.24842 5.1383 5.09202 5.21799C4.7157 5.40973 4.40973 5.7157 4.21799 6.09202C4.1383 6.24842 4.07337 6.47262 4.03755 6.91104C4.00078 7.36113 4 7.94342 4 8.8V15.2C4 16.0566 4.00078 16.6389 4.03755 17.089C4.07337 17.5274 4.1383 17.7516 4.21799 17.908C4.40973 18.2843 4.7157 18.5903 5.09202 18.782C5.24842 18.8617 5.47262 18.9266 5.91104 18.9624C6.36113 18.9992 6.94342 19 7.8 19H16.2C17.0566 19 17.6389 18.9992 18.089 18.9624C18.5274 18.9266 18.7516 18.8617 18.908 18.782C19.2843 18.5903 19.5903 18.2843 19.782 17.908C19.8617 17.7516 19.9266 17.5274 19.9624 17.089C19.9992 16.6389 20 16.0566 20 15.2V8.8C20 7.94342 19.9992 7.36113 19.9624 6.91104C19.9266 6.47262 19.8617 6.24842 19.782 6.09202C19.5903 5.7157 19.2843 5.40973 18.908 5.21799C18.7516 5.1383 18.5274 5.07337 18.089 5.03755C17.6389 5.00078 17.0566 5 16.2 5H7.8C6.94342 5 6.36113 5.00078 5.91104 5.03755Z\"\n fill=\"currentColor\"\n />\n <path\n opacity={0.4}\n d=\"M6 14C6 13.4477 6.44772 13 7 13H10C10.5523 13 11 13.4477 11 14V16C11 16.5523 10.5523 17 10 17H7C6.44772 17 6 16.5523 6 16V14Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M6 8C6 7.44772 6.44772 7 7 7H10C10.5523 7 11 7.44772 11 8V10C11 10.5523 10.5523 11 10 11H7C6.44772 11 6 10.5523 6 10V8Z\"\n fill=\"currentColor\"\n />\n <path\n opacity={0.4}\n d=\"M13 14C13 13.4477 13.4477 13 14 13H17C17.5523 13 18 13.4477 18 14V16C18 16.5523 17.5523 17 17 17H14C13.4477 17 13 16.5523 13 16V14Z\"\n fill=\"currentColor\"\n />\n <path\n opacity={0.4}\n d=\"M13 8C13 7.44772 13.4477 7 14 7H17C17.5523 7 18 7.44772 18 8V10C18 10.5523 17.5523 11 17 11H14C13.4477 11 13 10.5523 13 10V8Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default VariationV41\n", "import type { SVGProps } from \"react\"\nconst VariationV42 = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M7.7587 3H16.2413C17.0463 2.99999 17.7106 2.99998 18.2518 3.04419C18.8139 3.09012 19.3306 3.18868 19.816 3.43597C20.5686 3.81947 21.1805 4.43139 21.564 5.18404C21.8113 5.66937 21.9099 6.18608 21.9558 6.74817C22 7.28936 22 7.95372 22 8.75868V15.2413C22 16.0463 22 16.7106 21.9558 17.2518C21.9099 17.8139 21.8113 18.3306 21.564 18.816C21.1805 19.5686 20.5686 20.1805 19.816 20.564C19.3306 20.8113 18.8139 20.9099 18.2518 20.9558C17.7106 21 17.0463 21 16.2413 21H7.75868C6.95372 21 6.28936 21 5.74817 20.9558C5.18608 20.9099 4.66937 20.8113 4.18404 20.564C3.43139 20.1805 2.81947 19.5686 2.43597 18.816C2.18868 18.3306 2.09012 17.8139 2.04419 17.2518C1.99998 16.7106 1.99999 16.0463 2 15.2413V8.7587C1.99999 7.95373 1.99998 7.28937 2.04419 6.74817C2.09012 6.18608 2.18868 5.66937 2.43597 5.18404C2.81947 4.43139 3.43139 3.81947 4.18404 3.43597C4.66937 3.18868 5.18608 3.09012 5.74817 3.04419C6.28937 2.99998 6.95373 2.99999 7.7587 3ZM5.91104 5.03755C5.47262 5.07337 5.24842 5.1383 5.09202 5.21799C4.7157 5.40973 4.40973 5.7157 4.21799 6.09202C4.1383 6.24842 4.07337 6.47262 4.03755 6.91104C4.00078 7.36113 4 7.94342 4 8.8V15.2C4 16.0566 4.00078 16.6389 4.03755 17.089C4.07337 17.5274 4.1383 17.7516 4.21799 17.908C4.40973 18.2843 4.7157 18.5903 5.09202 18.782C5.24842 18.8617 5.47262 18.9266 5.91104 18.9624C6.36113 18.9992 6.94342 19 7.8 19H16.2C17.0566 19 17.6389 18.9992 18.089 18.9624C18.5274 18.9266 18.7516 18.8617 18.908 18.782C19.2843 18.5903 19.5903 18.2843 19.782 17.908C19.8617 17.7516 19.9266 17.5274 19.9624 17.089C19.9992 16.6389 20 16.0566 20 15.2V8.8C20 7.94342 19.9992 7.36113 19.9624 6.91104C19.9266 6.47262 19.8617 6.24842 19.782 6.09202C19.5903 5.7157 19.2843 5.40973 18.908 5.21799C18.7516 5.1383 18.5274 5.07337 18.089 5.03755C17.6389 5.00078 17.0566 5 16.2 5H7.8C6.94342 5 6.36113 5.00078 5.91104 5.03755Z\"\n fill=\"currentColor\"\n />\n <path\n opacity={0.4}\n d=\"M6 14C6 13.4477 6.44772 13 7 13H10C10.5523 13 11 13.4477 11 14V16C11 16.5523 10.5523 17 10 17H7C6.44772 17 6 16.5523 6 16V14Z\"\n fill=\"currentColor\"\n />\n <path\n opacity={0.4}\n d=\"M6 8C6 7.44772 6.44772 7 7 7H10C10.5523 7 11 7.44772 11 8V10C11 10.5523 10.5523 11 10 11H7C6.44772 11 6 10.5523 6 10V8Z\"\n fill=\"currentColor\"\n />\n <path\n opacity={0.4}\n d=\"M13 14C13 13.4477 13.4477 13 14 13H17C17.5523 13 18 13.4477 18 14V16C18 16.5523 17.5523 17 17 17H14C13.4477 17 13 16.5523 13 16V14Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M13 8C13 7.44772 13.4477 7 14 7H17C17.5523 7 18 7.44772 18 8V10C18 10.5523 17.5523 11 17 11H14C13.4477 11 13 10.5523 13 10V8Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default VariationV42\n", "import type { SVGProps } from \"react\"\nconst VariationV43 = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M7.7587 3H16.2413C17.0463 2.99999 17.7106 2.99998 18.2518 3.04419C18.8139 3.09012 19.3306 3.18868 19.816 3.43597C20.5686 3.81947 21.1805 4.43139 21.564 5.18404C21.8113 5.66937 21.9099 6.18608 21.9558 6.74817C22 7.28936 22 7.95372 22 8.75868V15.2413C22 16.0463 22 16.7106 21.9558 17.2518C21.9099 17.8139 21.8113 18.3306 21.564 18.816C21.1805 19.5686 20.5686 20.1805 19.816 20.564C19.3306 20.8113 18.8139 20.9099 18.2518 20.9558C17.7106 21 17.0463 21 16.2413 21H7.75868C6.95372 21 6.28936 21 5.74817 20.9558C5.18608 20.9099 4.66937 20.8113 4.18404 20.564C3.43139 20.1805 2.81947 19.5686 2.43597 18.816C2.18868 18.3306 2.09012 17.8139 2.04419 17.2518C1.99998 16.7106 1.99999 16.0463 2 15.2413V8.7587C1.99999 7.95373 1.99998 7.28937 2.04419 6.74817C2.09012 6.18608 2.18868 5.66937 2.43597 5.18404C2.81947 4.43139 3.43139 3.81947 4.18404 3.43597C4.66937 3.18868 5.18608 3.09012 5.74817 3.04419C6.28937 2.99998 6.95373 2.99999 7.7587 3ZM5.91104 5.03755C5.47262 5.07337 5.24842 5.1383 5.09202 5.21799C4.7157 5.40973 4.40973 5.7157 4.21799 6.09202C4.1383 6.24842 4.07337 6.47262 4.03755 6.91104C4.00078 7.36113 4 7.94342 4 8.8V15.2C4 16.0566 4.00078 16.6389 4.03755 17.089C4.07337 17.5274 4.1383 17.7516 4.21799 17.908C4.40973 18.2843 4.7157 18.5903 5.09202 18.782C5.24842 18.8617 5.47262 18.9266 5.91104 18.9624C6.36113 18.9992 6.94342 19 7.8 19H16.2C17.0566 19 17.6389 18.9992 18.089 18.9624C18.5274 18.9266 18.7516 18.8617 18.908 18.782C19.2843 18.5903 19.5903 18.2843 19.782 17.908C19.8617 17.7516 19.9266 17.5274 19.9624 17.089C19.9992 16.6389 20 16.0566 20 15.2V8.8C20 7.94342 19.9992 7.36113 19.9624 6.91104C19.9266 6.47262 19.8617 6.24842 19.782 6.09202C19.5903 5.7157 19.2843 5.40973 18.908 5.21799C18.7516 5.1383 18.5274 5.07337 18.089 5.03755C17.6389 5.00078 17.0566 5 16.2 5H7.8C6.94342 5 6.36113 5.00078 5.91104 5.03755Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M6 14C6 13.4477 6.44772 13 7 13H10C10.5523 13 11 13.4477 11 14V16C11 16.5523 10.5523 17 10 17H7C6.44772 17 6 16.5523 6 16V14Z\"\n fill=\"currentColor\"\n />\n <path\n opacity={0.4}\n d=\"M6 8C6 7.44772 6.44772 7 7 7H10C10.5523 7 11 7.44772 11 8V10C11 10.5523 10.5523 11 10 11H7C6.44772 11 6 10.5523 6 10V8Z\"\n fill=\"currentColor\"\n />\n <path\n opacity={0.4}\n d=\"M13 14C13 13.4477 13.4477 13 14 13H17C17.5523 13 18 13.4477 18 14V16C18 16.5523 17.5523 17 17 17H14C13.4477 17 13 16.5523 13 16V14Z\"\n fill=\"currentColor\"\n />\n <path\n opacity={0.4}\n d=\"M13 8C13 7.44772 13.4477 7 14 7H17C17.5523 7 18 7.44772 18 8V10C18 10.5523 17.5523 11 17 11H14C13.4477 11 13 10.5523 13 10V8Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default VariationV43\n", "import type { SVGProps } from \"react\"\nconst VariationV44 = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M7.7587 3H16.2413C17.0463 2.99999 17.7106 2.99998 18.2518 3.04419C18.8139 3.09012 19.3306 3.18868 19.816 3.43597C20.5686 3.81947 21.1805 4.43139 21.564 5.18404C21.8113 5.66937 21.9099 6.18608 21.9558 6.74817C22 7.28936 22 7.95372 22 8.75868V15.2413C22 16.0463 22 16.7106 21.9558 17.2518C21.9099 17.8139 21.8113 18.3306 21.564 18.816C21.1805 19.5686 20.5686 20.1805 19.816 20.564C19.3306 20.8113 18.8139 20.9099 18.2518 20.9558C17.7106 21 17.0463 21 16.2413 21H7.75868C6.95372 21 6.28936 21 5.74817 20.9558C5.18608 20.9099 4.66937 20.8113 4.18404 20.564C3.43139 20.1805 2.81947 19.5686 2.43597 18.816C2.18868 18.3306 2.09012 17.8139 2.04419 17.2518C1.99998 16.7106 1.99999 16.0463 2 15.2413V8.7587C1.99999 7.95373 1.99998 7.28937 2.04419 6.74817C2.09012 6.18608 2.18868 5.66937 2.43597 5.18404C2.81947 4.43139 3.43139 3.81947 4.18404 3.43597C4.66937 3.18868 5.18608 3.09012 5.74817 3.04419C6.28937 2.99998 6.95373 2.99999 7.7587 3ZM5.91104 5.03755C5.47262 5.07337 5.24842 5.1383 5.09202 5.21799C4.7157 5.40973 4.40973 5.7157 4.21799 6.09202C4.1383 6.24842 4.07337 6.47262 4.03755 6.91104C4.00078 7.36113 4 7.94342 4 8.8V15.2C4 16.0566 4.00078 16.6389 4.03755 17.089C4.07337 17.5274 4.1383 17.7516 4.21799 17.908C4.40973 18.2843 4.7157 18.5903 5.09202 18.782C5.24842 18.8617 5.47262 18.9266 5.91104 18.9624C6.36113 18.9992 6.94342 19 7.8 19H16.2C17.0566 19 17.6389 18.9992 18.089 18.9624C18.5274 18.9266 18.7516 18.8617 18.908 18.782C19.2843 18.5903 19.5903 18.2843 19.782 17.908C19.8617 17.7516 19.9266 17.5274 19.9624 17.089C19.9992 16.6389 20 16.0566 20 15.2V8.8C20 7.94342 19.9992 7.36113 19.9624 6.91104C19.9266 6.47262 19.8617 6.24842 19.782 6.09202C19.5903 5.7157 19.2843 5.40973 18.908 5.21799C18.7516 5.1383 18.5274 5.07337 18.089 5.03755C17.6389 5.00078 17.0566 5 16.2 5H7.8C6.94342 5 6.36113 5.00078 5.91104 5.03755Z\"\n fill=\"currentColor\"\n />\n <path\n opacity={0.4}\n d=\"M6 14C6 13.4477 6.44772 13 7 13H10C10.5523 13 11 13.4477 11 14V16C11 16.5523 10.5523 17 10 17H7C6.44772 17 6 16.5523 6 16V14Z\"\n fill=\"currentColor\"\n />\n <path\n opacity={0.4}\n d=\"M6 8C6 7.44772 6.44772 7 7 7H10C10.5523 7 11 7.44772 11 8V10C11 10.5523 10.5523 11 10 11H7C6.44772 11 6 10.5523 6 10V8Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M13 14C13 13.4477 13.4477 13 14 13H17C17.5523 13 18 13.4477 18 14V16C18 16.5523 17.5523 17 17 17H14C13.4477 17 13 16.5523 13 16V14Z\"\n fill=\"currentColor\"\n />\n <path\n opacity={0.4}\n d=\"M13 8C13 7.44772 13.4477 7 14 7H17C17.5523 7 18 7.44772 18 8V10C18 10.5523 17.5523 11 17 11H14C13.4477 11 13 10.5523 13 10V8Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default VariationV44\n", "import type { SVGProps } from \"react\"\nconst VersionsV1 = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M7.7587 3C6.95374 2.99999 6.28937 2.99998 5.74818 3.04419C5.18608 3.09012 4.66937 3.18868 4.18404 3.43598C3.43139 3.81947 2.81947 4.43139 2.43598 5.18404C2.18868 5.66937 2.09012 6.18608 2.04419 6.74818C1.99998 7.28937 1.99999 7.95372 2 8.75868V15.2413C1.99999 16.0463 1.99998 16.7106 2.04419 17.2518C2.09012 17.8139 2.18868 18.3306 2.43598 18.816C2.81947 19.5686 3.43139 20.1805 4.18404 20.564C4.66937 20.8113 5.18608 20.9099 5.74818 20.9558C6.28937 21 6.95372 21 7.75868 21H16.2413C17.0463 21 17.7106 21 18.2518 20.9558C18.8139 20.9099 19.3306 20.8113 19.816 20.564C20.5686 20.1805 21.1805 19.5686 21.564 18.816C21.8113 18.3306 21.9099 17.8139 21.9558 17.2518C22 16.7106 22 16.0463 22 15.2413V8.75868C22 7.95372 22 7.28937 21.9558 6.74818C21.9099 6.18608 21.8113 5.66937 21.564 5.18404C21.1805 4.43139 20.5686 3.81947 19.816 3.43598C19.3306 3.18868 18.8139 3.09012 18.2518 3.04419C17.7106 2.99998 17.0463 2.99999 16.2413 3H7.7587ZM5.09202 5.21799C5.24842 5.1383 5.47262 5.07337 5.91104 5.03755C6.36113 5.00078 6.94342 5 7.8 5H16.2C17.0566 5 17.6389 5.00078 18.089 5.03755C18.5274 5.07337 18.7516 5.1383 18.908 5.21799C19.2843 5.40974 19.5903 5.7157 19.782 6.09202C19.8617 6.24842 19.9266 6.47262 19.9624 6.91104C19.9992 7.36113 20 7.94342 20 8.8V15.2C20 16.0566 19.9992 16.6389 19.9624 17.089C19.9266 17.5274 19.8617 17.7516 19.782 17.908C19.5903 18.2843 19.2843 18.5903 18.908 18.782C18.7516 18.8617 18.5274 18.9266 18.089 18.9624C17.6389 18.9992 17.0566 19 16.2 19H7.8C6.94342 19 6.36113 18.9992 5.91104 18.9624C5.47262 18.9266 5.24842 18.8617 5.09202 18.782C4.7157 18.5903 4.40974 18.2843 4.21799 17.908C4.1383 17.7516 4.07337 17.5274 4.03755 17.089C4.00078 16.6389 4 16.0566 4 15.2V8.8C4 7.94342 4.00078 7.36113 4.03755 6.91104C4.07337 6.47262 4.1383 6.24842 4.21799 6.09202C4.40974 5.7157 4.7157 5.40974 5.09202 5.21799Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M10 9.75C9.44771 9.75 9 10.1977 9 10.75V13.25C9 13.8023 9.44771 14.25 10 14.25H14C14.5523 14.25 15 13.8023 15 13.25V10.75C15 10.1977 14.5523 9.75 14 9.75H10Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default VersionsV1\n", "import type { SVGProps } from \"react\"\nconst Video = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M7.7587 4.5H11.2413C12.0463 4.49999 12.7106 4.49998 13.2518 4.54419C13.8139 4.59012 14.3306 4.68868 14.816 4.93597C15.5686 5.31947 16.1805 5.93139 16.564 6.68404C16.8113 7.16937 16.9099 7.68608 16.9558 8.24817C16.9638 8.34602 16.9704 8.44789 16.9757 8.55389L19.7207 6.55754C20.8774 5.71631 22.5 6.54258 22.5 7.97283V16.0272C22.5 17.4574 20.8774 18.2837 19.7207 17.4425L16.9757 15.4461C16.9704 15.5521 16.9638 15.654 16.9558 15.7518C16.9099 16.3139 16.8113 16.8306 16.564 17.316C16.1805 18.0686 15.5686 18.6805 14.816 19.064C14.3306 19.3113 13.8139 19.4099 13.2518 19.4558C12.7106 19.5 12.0463 19.5 11.2413 19.5H7.75873C6.95374 19.5 6.28938 19.5 5.74818 19.4558C5.18608 19.4099 4.66937 19.3113 4.18404 19.064C3.43139 18.6805 2.81947 18.0686 2.43597 17.316C2.18868 16.8306 2.09012 16.3139 2.04419 15.7518C1.99998 15.2106 1.99999 14.5463 2 13.7413V10.2587C1.99999 9.45373 1.99998 8.78937 2.04419 8.24817C2.09012 7.68608 2.18868 7.16937 2.43597 6.68404C2.81947 5.93139 3.43139 5.31947 4.18404 4.93597C4.66937 4.68868 5.18608 4.59012 5.74817 4.54419C6.28937 4.49998 6.95373 4.49999 7.7587 4.5ZM17 12.9908L20.5 15.5362V8.46377L17 11.0092V12.9908ZM5.91104 6.53755C5.47262 6.57337 5.24842 6.6383 5.09202 6.71799C4.7157 6.90973 4.40973 7.2157 4.21799 7.59202C4.1383 7.74842 4.07337 7.97262 4.03755 8.41104C4.00078 8.86113 4 9.44342 4 10.3V13.7C4 14.5566 4.00078 15.1389 4.03755 15.589C4.07337 16.0274 4.1383 16.2516 4.21799 16.408C4.40973 16.7843 4.7157 17.0903 5.09202 17.282C5.24842 17.3617 5.47262 17.4266 5.91104 17.4624C6.36113 17.4992 6.94342 17.5 7.8 17.5H11.2C12.0566 17.5 12.6389 17.4992 13.089 17.4624C13.5274 17.4266 13.7516 17.3617 13.908 17.282C14.2843 17.0903 14.5903 16.7843 14.782 16.408C14.8617 16.2516 14.9266 16.0274 14.9624 15.589C14.9992 15.1389 15 14.5566 15 13.7V10.3C15 9.44342 14.9992 8.86113 14.9624 8.41104C14.9266 7.97262 14.8617 7.74842 14.782 7.59202C14.5903 7.2157 14.2843 6.90973 13.908 6.71799C13.7516 6.6383 13.5274 6.57337 13.089 6.53755C12.6389 6.50078 12.0566 6.5 11.2 6.5H7.8C6.94342 6.5 6.36113 6.50078 5.91104 6.53755Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Video\n", "import type { SVGProps } from \"react\"\nconst VideoCaption = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M6 12.5C6 11.9477 6.44772 11.5 7 11.5H8.5C9.05229 11.5 9.5 11.9477 9.5 12.5C9.5 13.0523 9.05229 13.5 8.5 13.5H7C6.44772 13.5 6 13.0523 6 12.5Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M11.75 11.5C11.1977 11.5 10.75 11.9477 10.75 12.5C10.75 13.0523 11.1977 13.5 11.75 13.5H17C17.5523 13.5 18 13.0523 18 12.5C18 11.9477 17.5523 11.5 17 11.5H11.75Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M6 16C6 15.4477 6.44772 15 7 15H12.25C12.8023 15 13.25 15.4477 13.25 16C13.25 16.5523 12.8023 17 12.25 17H7C6.44772 17 6 16.5523 6 16Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M15.5 15C14.9477 15 14.5 15.4477 14.5 16C14.5 16.5523 14.9477 17 15.5 17H17C17.5523 17 18 16.5523 18 16C18 15.4477 17.5523 15 17 15H15.5Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M8.2587 3.5H15.7413C16.5463 3.49999 17.2106 3.49998 17.7518 3.54419C18.3139 3.59012 18.8306 3.68868 19.316 3.93598C20.0686 4.31947 20.6805 4.93139 21.064 5.68404C21.3113 6.16937 21.4099 6.68608 21.4558 7.24818C21.5 7.78937 21.5 8.45372 21.5 9.25868V14.7413C21.5 15.5463 21.5 16.2106 21.4558 16.7518C21.4099 17.3139 21.3113 17.8306 21.064 18.316C20.6805 19.0686 20.0686 19.6805 19.316 20.064C18.8306 20.3113 18.3139 20.4099 17.7518 20.4558C17.2106 20.5 16.5462 20.5 15.7412 20.5H8.25877C7.45377 20.5 6.78939 20.5 6.24818 20.4558C5.68608 20.4099 5.16937 20.3113 4.68404 20.064C3.93139 19.6805 3.31947 19.0686 2.93598 18.316C2.68868 17.8306 2.59012 17.3139 2.54419 16.7518C2.49998 16.2106 2.49999 15.5463 2.5 14.7413V9.2587C2.49999 8.45374 2.49998 7.78937 2.54419 7.24818C2.59012 6.68608 2.68868 6.16937 2.93598 5.68404C3.31947 4.93139 3.93139 4.31947 4.68404 3.93598C5.16937 3.68868 5.68608 3.59012 6.24818 3.54419C6.78937 3.49998 7.45374 3.49999 8.2587 3.5ZM6.41104 5.53755C5.97262 5.57337 5.74842 5.6383 5.59202 5.71799C5.2157 5.90974 4.90974 6.2157 4.71799 6.59202C4.6383 6.74842 4.57337 6.97262 4.53755 7.41104C4.50078 7.86113 4.5 8.44342 4.5 9.3V14.7C4.5 15.5566 4.50078 16.1389 4.53755 16.589C4.57337 17.0274 4.6383 17.2516 4.71799 17.408C4.90974 17.7843 5.2157 18.0903 5.59202 18.282C5.74842 18.3617 5.97262 18.4266 6.41104 18.4624C6.86113 18.4992 7.44342 18.5 8.3 18.5H15.7C16.5566 18.5 17.1389 18.4992 17.589 18.4624C18.0274 18.4266 18.2516 18.3617 18.408 18.282C18.7843 18.0903 19.0903 17.7843 19.282 17.408C19.3617 17.2516 19.4266 17.0274 19.4624 16.589C19.4992 16.1389 19.5 15.5566 19.5 14.7V9.3C19.5 8.44342 19.4992 7.86113 19.4624 7.41104C19.4266 6.97262 19.3617 6.74842 19.282 6.59202C19.0903 6.2157 18.7843 5.90974 18.408 5.71799C18.2516 5.6383 18.0274 5.57337 17.589 5.53755C17.1389 5.50078 16.5566 5.5 15.7 5.5H8.3C7.44342 5.5 6.86113 5.50078 6.41104 5.53755Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default VideoCaption\n", "import type { SVGProps } from \"react\"\nconst VideoFilled = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M7.7587 4.5C6.95374 4.49999 6.28937 4.49998 5.74818 4.54419C5.18608 4.59012 4.66937 4.68868 4.18404 4.93598C3.43139 5.31947 2.81947 5.93139 2.43598 6.68404C2.18868 7.16937 2.09012 7.68608 2.04419 8.24818C1.99998 8.78937 1.99999 9.45372 2 10.2587V13.7413C1.99999 14.5463 1.99998 15.2106 2.04419 15.7518C2.09012 16.3139 2.18868 16.8306 2.43598 17.316C2.81947 18.0686 3.43139 18.6805 4.18404 19.064C4.66937 19.3113 5.18608 19.4099 5.74818 19.4558C6.28938 19.5 6.95375 19.5 7.75873 19.5H10.7413C11.5463 19.5 12.2106 19.5 12.7518 19.4558C13.3139 19.4099 13.8306 19.3113 14.316 19.064C15.0686 18.6805 15.6805 18.0686 16.064 17.316C16.3113 16.8306 16.4099 16.3139 16.4558 15.7518C16.5 15.2106 16.5 14.5463 16.5 13.7413V10.2587C16.5 9.45375 16.5 8.78938 16.4558 8.24818C16.4099 7.68608 16.3113 7.16937 16.064 6.68404C15.6805 5.93139 15.0686 5.31947 14.316 4.93598C13.8306 4.68868 13.3139 4.59012 12.7518 4.54419C12.2106 4.49998 11.5463 4.49999 10.7413 4.5H7.7587Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M23 7.8312C23 6.55258 21.5028 5.86019 20.5285 6.68829L18.5285 8.38829C18.1932 8.67329 18 9.09115 18 9.5312V14.4688C18 14.9088 18.1932 15.3267 18.5285 15.6117L20.5285 17.3117C21.5028 18.1398 23 17.4474 23 16.1688V7.8312Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default VideoFilled\n", "import type { SVGProps } from \"react\"\nconst VideoFilledOff = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M2.74099 3.32849C2.37012 2.91925 1.73772 2.88815 1.32849 3.25902C0.919252 3.62989 0.888151 4.26229 1.25902 4.67153L2.6914 6.25208C2.59767 6.39003 2.5123 6.53425 2.43598 6.68404C2.18868 7.16938 2.09012 7.68608 2.0442 8.24818C1.99998 8.78936 1.99999 9.45371 2 10.2587V13.7413C1.99999 14.5463 1.99998 15.2106 2.0442 15.7518C2.09012 16.3139 2.18868 16.8306 2.43598 17.316C2.81947 18.0686 3.43139 18.6805 4.18404 19.064C4.66938 19.3113 5.18608 19.4099 5.74818 19.4558C6.28938 19.5 6.95375 19.5 7.75873 19.5H10.7413C11.5463 19.5 12.2106 19.5 12.7518 19.4558C13.3103 19.4102 13.8239 19.3126 14.3066 19.0688L15.759 20.6715C16.1299 21.0808 16.7623 21.1119 17.1715 20.741C17.5808 20.3701 17.6119 19.7377 17.241 19.3285L2.74099 3.32849Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M16.5 13.7413C16.5 14.4249 16.5 15.0071 16.4729 15.4986L6.51291 4.50824C6.8844 4.49999 7.29856 4.49999 7.75866 4.5H10.7413C11.5463 4.49999 12.2106 4.49998 12.7518 4.5442C13.3139 4.59012 13.8306 4.68868 14.316 4.93598C15.0686 5.31947 15.6805 5.93139 16.064 6.68404C16.3113 7.16938 16.4099 7.68608 16.4558 8.24818C16.5 8.78938 16.5 9.45375 16.5 10.2587V13.7413Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M23 7.8312C23 6.55258 21.5028 5.86019 20.5285 6.68829L18.5285 8.38829C18.1932 8.67329 18 9.09115 18 9.5312V14.4688C18 14.9088 18.1932 15.3267 18.5285 15.6117L20.5285 17.3117C21.5028 18.1398 23 17.4474 23 16.1688V7.8312Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default VideoFilledOff\n", "import type { SVGProps } from \"react\"\nconst VideoGrid = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M8.7587 3H15.2413C16.0463 2.99999 16.7106 2.99998 17.2518 3.04419C17.8139 3.09012 18.3306 3.18868 18.816 3.43597C19.5686 3.81947 20.1805 4.43139 20.564 5.18404C20.8113 5.66937 20.9099 6.18608 20.9558 6.74817C21 7.28936 21 7.95372 21 8.75868V15.2413C21 16.0463 21 16.7106 20.9558 17.2518C20.9099 17.8139 20.8113 18.3306 20.564 18.816C20.1805 19.5686 19.5686 20.1805 18.816 20.564C18.3306 20.8113 17.8139 20.9099 17.2518 20.9558C16.7106 21 16.0463 21 15.2413 21H8.75868C7.95372 21 7.28936 21 6.74817 20.9558C6.18608 20.9099 5.66937 20.8113 5.18404 20.564C4.43139 20.1805 3.81947 19.5686 3.43597 18.816C3.18868 18.3306 3.09012 17.8139 3.04419 17.2518C2.99998 16.7106 2.99999 16.0463 3 15.2413V8.7587C2.99999 7.95373 2.99998 7.28937 3.04419 6.74817C3.09012 6.18608 3.18868 5.66937 3.43597 5.18404C3.81947 4.43139 4.43139 3.81947 5.18404 3.43597C5.66937 3.18868 6.18608 3.09012 6.74817 3.04419C7.28937 2.99998 7.95373 2.99999 8.7587 3ZM6.91104 5.03755C6.47262 5.07337 6.24842 5.1383 6.09202 5.21799C5.7157 5.40973 5.40973 5.7157 5.21799 6.09202C5.1383 6.24842 5.07337 6.47262 5.03755 6.91104C5.00078 7.36113 5 7.94342 5 8.8V11H11V5H8.8C7.94342 5 7.36113 5.00078 6.91104 5.03755ZM13 5V11H19V8.8C19 7.94342 18.9992 7.36113 18.9624 6.91104C18.9266 6.47262 18.8617 6.24842 18.782 6.09202C18.5903 5.7157 18.2843 5.40973 17.908 5.21799C17.7516 5.1383 17.5274 5.07337 17.089 5.03755C16.6389 5.00078 16.0566 5 15.2 5H13ZM19 13H13V19H15.2C16.0566 19 16.6389 18.9992 17.089 18.9624C17.5274 18.9266 17.7516 18.8617 17.908 18.782C18.2843 18.5903 18.5903 18.2843 18.782 17.908C18.8617 17.7516 18.9266 17.5274 18.9624 17.089C18.9992 16.6389 19 16.0566 19 15.2V13ZM11 19V13H5V15.2C5 16.0566 5.00078 16.6389 5.03755 17.089C5.07337 17.5274 5.1383 17.7516 5.21799 17.908C5.40973 18.2843 5.7157 18.5903 6.09202 18.782C6.24842 18.8617 6.47262 18.9266 6.91104 18.9624C7.36113 18.9992 7.94342 19 8.8 19H11Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default VideoGrid\n", "import type { SVGProps } from \"react\"\nconst VideoList = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M8.7587 3H15.2413C16.0463 2.99999 16.7106 2.99998 17.2518 3.04419C17.8139 3.09012 18.3306 3.18868 18.816 3.43597C19.5686 3.81947 20.1805 4.43139 20.564 5.18404C20.8113 5.66937 20.9099 6.18608 20.9558 6.74817C21 7.28936 21 7.95372 21 8.75868V15.2413C21 16.0463 21 16.7106 20.9558 17.2518C20.9099 17.8139 20.8113 18.3306 20.564 18.816C20.1805 19.5686 19.5686 20.1805 18.816 20.564C18.3306 20.8113 17.8139 20.9099 17.2518 20.9558C16.7106 21 16.0463 21 15.2413 21H8.75868C7.95372 21 7.28936 21 6.74817 20.9558C6.18608 20.9099 5.66937 20.8113 5.18404 20.564C4.43139 20.1805 3.81947 19.5686 3.43597 18.816C3.18868 18.3306 3.09012 17.8139 3.04419 17.2518C2.99998 16.7106 2.99999 16.0463 3 15.2413V8.7587C2.99999 7.95373 2.99998 7.28937 3.04419 6.74817C3.09012 6.18608 3.18868 5.66937 3.43597 5.18404C3.81947 4.43139 4.43139 3.81947 5.18404 3.43597C5.66937 3.18868 6.18608 3.09012 6.74817 3.04419C7.28937 2.99998 7.95373 2.99999 8.7587 3ZM6.91104 5.03755C6.47262 5.07337 6.24842 5.1383 6.09202 5.21799C5.7157 5.40973 5.40973 5.7157 5.21799 6.09202C5.1383 6.24842 5.07337 6.47262 5.03755 6.91104C5.00794 7.27353 5.00167 7.72178 5.00035 8.33H18.9997C18.9983 7.72178 18.9921 7.27353 18.9624 6.91104C18.9266 6.47262 18.8617 6.24842 18.782 6.09202C18.5903 5.7157 18.2843 5.40973 17.908 5.21799C17.7516 5.1383 17.5274 5.07337 17.089 5.03755C16.6389 5.00078 16.0566 5 15.2 5H8.8C7.94342 5 7.36113 5.00078 6.91104 5.03755ZM19 10.33H5V13.66H19V10.33ZM18.9997 15.66H5.00033C5.0016 16.2733 5.00777 16.7245 5.03755 17.089C5.07337 17.5274 5.1383 17.7516 5.21799 17.908C5.40973 18.2843 5.7157 18.5903 6.09202 18.782C6.24842 18.8617 6.47262 18.9266 6.91104 18.9624C7.36113 18.9992 7.94342 19 8.8 19H15.2C16.0566 19 16.6389 18.9992 17.089 18.9624C17.5274 18.9266 17.7516 18.8617 17.908 18.782C18.2843 18.5903 18.5903 18.2843 18.782 17.908C18.8617 17.7516 18.9266 17.5274 18.9624 17.089C18.9922 16.7245 18.9984 16.2733 18.9997 15.66Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default VideoList\n", "import type { SVGProps } from \"react\"\nconst Videos = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M14.2794 1.70732L17.7361 2.13174C18.535 2.22983 19.1945 2.31078 19.7262 2.42063C20.2785 2.53471 20.7794 2.69551 21.231 3.00011C21.9313 3.47247 22.464 4.1544 22.753 4.94818C22.9393 5.46003 22.9741 5.9849 22.9512 6.5484C22.9291 7.09095 22.8482 7.75035 22.75 8.54932L22.3256 12.0059C22.2275 12.8049 22.1466 13.4643 22.0367 13.9961C21.9226 14.5484 21.7618 15.0493 21.4572 15.5009C20.9849 16.2012 20.303 16.7339 19.5092 17.0229C19.4278 17.0525 19.3455 17.0785 19.262 17.1011C18.729 17.2458 18.1796 16.931 18.035 16.398C17.8904 15.8649 18.2052 15.3156 18.7382 15.171C18.7686 15.1627 18.7974 15.1535 18.8251 15.1435C19.222 14.999 19.563 14.7326 19.7992 14.3825C19.8973 14.2369 19.9891 14.0223 20.0781 13.5915C20.1694 13.1493 20.2412 12.5714 20.3456 11.7212L20.7599 8.34658C20.8643 7.49639 20.9345 6.91834 20.9528 6.46712C20.9707 6.02761 20.9336 5.79716 20.8736 5.63222C20.7291 5.23533 20.4627 4.89436 20.1126 4.65818C19.967 4.56003 19.7524 4.46826 19.3216 4.37928C18.8794 4.28793 18.3015 4.21619 17.4513 4.1118L14.0767 3.69744C13.2265 3.59305 12.6484 3.52286 12.1972 3.50451C11.7577 3.48663 11.5273 3.52375 11.3623 3.58379C10.9654 3.72824 10.6245 3.99464 10.3883 4.34479C10.3214 4.44391 10.2574 4.5756 10.1956 4.78411C10.0387 5.31363 9.48223 5.61568 8.95271 5.45876C8.42319 5.30183 8.12114 4.74536 8.27807 4.21583C8.38289 3.86212 8.52327 3.5332 8.73021 3.2264C9.20257 2.5261 9.88451 1.99331 10.6783 1.7044C11.1901 1.5181 11.715 1.48324 12.2785 1.50616C12.8211 1.52823 13.4805 1.6092 14.2794 1.70732Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M6.60458 12.9939L7.16162 16.9574C7.2442 17.545 7.94413 17.8086 8.39375 17.4214L11.198 15.0063C11.6117 14.6501 11.5182 13.9853 11.0224 13.7568L7.6611 12.2083C7.12217 11.96 6.522 12.4063 6.60458 12.9939Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.6789 6.80175C12.2424 6.77884 12.7673 6.81369 13.2791 6.99999C14.0729 7.2889 14.7548 7.82169 15.2272 8.52199C15.5318 8.97357 15.6926 9.47441 15.8067 10.0267C15.9165 10.5585 15.9975 11.2179 16.0956 12.0169L16.52 15.4734C16.6181 16.2724 16.6991 16.9319 16.7212 17.4744C16.7441 18.038 16.7092 18.5628 16.5229 19.0747C16.234 19.8684 15.7012 20.5504 15.0009 21.0227C14.5493 21.3273 14.0485 21.4881 13.4962 21.6022C12.9644 21.7121 12.3051 21.793 11.5061 21.8911L8.04947 22.3155C7.25051 22.4136 6.59101 22.4946 6.04846 22.5167C5.48496 22.5396 4.96009 22.5047 4.44824 22.3184C3.65446 22.0295 2.97253 21.4967 2.50017 20.7964C2.19557 20.3449 2.03477 19.844 1.92069 19.2917C1.81084 18.7599 1.72989 18.1005 1.6318 17.3016L1.20738 13.8449C1.10927 13.046 1.02829 12.3865 1.00622 11.844C0.983303 11.2805 1.01816 10.7556 1.20446 10.2438C1.49337 9.45 2.02616 8.76806 2.72646 8.2957C3.17804 7.99111 3.67888 7.83031 4.23119 7.71622C4.76296 7.60638 5.42235 7.52542 6.2213 7.42734L9.67798 7.00291C10.477 6.9048 11.1364 6.82382 11.6789 6.80175ZM11.7602 8.8001C11.309 8.81845 10.7309 8.88865 9.88073 8.99304L6.50608 9.40739C5.65588 9.51178 5.07802 9.58352 4.63577 9.67487C4.20499 9.76385 3.99037 9.85562 3.84485 9.95378C3.4947 10.19 3.2283 10.5309 3.08385 10.9278C3.02381 11.0928 2.98669 11.3232 3.00457 11.7627C3.02292 12.2139 3.09311 12.792 3.19751 13.6422L3.61186 17.0168C3.71625 17.867 3.78799 18.4449 3.87934 18.8871C3.96832 19.3179 4.06009 19.5325 4.15824 19.6781C4.39442 20.0282 4.73539 20.2946 5.13228 20.4391C5.29722 20.4991 5.52767 20.5362 5.96718 20.5183C6.4184 20.5 6.99645 20.4298 7.84664 20.3254L11.2213 19.911C12.0715 19.8067 12.6493 19.7349 13.0916 19.6436C13.5224 19.5546 13.737 19.4628 13.8825 19.3647C14.2327 19.1285 14.4991 18.7875 14.6435 18.3906C14.7036 18.2257 14.7407 17.9952 14.7228 17.5557C14.7045 17.1045 14.6343 16.5265 14.5299 15.6763L14.1155 12.3016C14.0111 11.4514 13.9394 10.8736 13.848 10.4313C13.7591 10.0005 13.6673 9.7859 13.5691 9.64038C13.333 9.29023 12.992 9.02383 12.5951 8.87938C12.4302 8.81934 12.1997 8.78223 11.7602 8.8001Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Videos\n", "import type { SVGProps } from \"react\"\nconst VideoToText = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M7.76066 3C6.95569 2.99999 6.29132 2.99998 5.75013 3.04419C5.18803 3.09012 4.67133 3.18868 4.18599 3.43598C3.43334 3.81947 2.82142 4.43139 2.43793 5.18404C2.19064 5.66937 2.09207 6.18608 2.04615 6.74818C2.00193 7.28937 2.00194 7.95372 2.00195 8.75868V11.2413C2.00194 12.0463 2.00193 12.7106 2.04615 13.2518C2.09207 13.8139 2.19064 14.3306 2.43793 14.816C2.82142 15.5686 3.43334 16.1805 4.18599 16.564C4.67133 16.8113 5.18803 16.9099 5.75013 16.9558C6.29133 17 6.9557 17 7.76068 17H9.49976V17.5C9.49976 18.118 10.2053 18.4708 10.6998 18.1L12.6998 16.6C13.0998 16.3 13.0998 15.7 12.6998 15.4L10.6998 13.9C10.2053 13.5292 9.49976 13.882 9.49976 14.5V15H7.80195C6.94537 15 6.36308 14.9992 5.91299 14.9624C5.47458 14.9266 5.25037 14.8617 5.09397 14.782C4.71765 14.5903 4.41169 14.2843 4.21994 13.908C4.14025 13.7516 4.07533 13.5274 4.03951 13.089C4.00273 12.6389 4.00195 12.0566 4.00195 11.2V8.8C4.00195 7.94342 4.00273 7.36113 4.03951 6.91104C4.07533 6.47262 4.14025 6.24842 4.21994 6.09202C4.41169 5.7157 4.71765 5.40974 5.09397 5.21799C5.25037 5.1383 5.47458 5.07337 5.91299 5.03755C6.36308 5.00078 6.94537 5 7.80195 5H12.002C13.1065 5 14.002 5.89543 14.002 7C14.002 7.55229 14.4497 8 15.002 8C15.5542 8 16.002 7.55229 16.002 7C16.002 4.79086 14.2111 3 12.002 3H7.76066Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M13.9998 10C13.4475 10 12.9998 10.4477 12.9998 11V12.5556C12.9998 13.1078 13.4475 13.5556 13.9998 13.5556C14.552 13.5556 14.9998 13.1078 14.9998 12.5556V12H16.9998V19H16.4998C15.9475 19 15.4998 19.4477 15.4998 20C15.4998 20.5523 15.9475 21 16.4998 21H19.4998C20.052 21 20.4998 20.5523 20.4998 20C20.4998 19.4477 20.052 19 19.4998 19H18.9998V12H20.9998V12.5556C20.9998 13.1078 21.4475 13.5556 21.9998 13.5556C22.552 13.5556 22.9998 13.1078 22.9998 12.5556V11C22.9998 10.4477 22.552 10 21.9998 10H13.9998Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M7.45923 11.6359V8.36409C7.45923 7.87904 7.99583 7.58608 8.40384 7.84838L10.9486 9.48429C11.324 9.72562 11.324 10.2744 10.9486 10.5157L8.40384 12.1516C7.99583 12.4139 7.45923 12.121 7.45923 11.6359Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default VideoToText\n", "import type { SVGProps } from \"react\"\nconst Voice = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M17.928 1.629a1 1 0 0 1-.554 1.298h-.001l-.002.001L17 2l-.372-.928a1 1 0 0 1 1.3.557Zm-1.3-.557L17 2l.371.928-.001.001-.029.012a8.059 8.059 0 0 0-.647.328c-.438.248-1.038.633-1.665 1.175-1.044.902-2.148 2.22-2.748 4.056H14a1 1 0 0 1 .993 1.12v.001L14 9.5l.992.121-.002.02-.008.083a8.846 8.846 0 0 0-.004 1.427c.075.91.306 1.719.73 2.142.384.385 1.02.519 1.752.476a5.466 5.466 0 0 0 1.211-.214l.01-.003.304.904-.303-.904h.001a1 1 0 0 1 .636 1.896l-.32-.948.32.948h-.003l-.004.002-.01.004-.033.01c-.026.008-.063.02-.108.032a7.455 7.455 0 0 1-1.586.27c-.922.053-2.286-.063-3.282-1.059-.958-.958-1.227-2.4-1.307-3.394a10.492 10.492 0 0 1-.034-.813H11a1 1 0 0 1-.984-1.179c.552-3.034 2.21-5.099 3.705-6.39a12.395 12.395 0 0 1 1.99-1.403 10.042 10.042 0 0 1 .89-.445l.017-.007.006-.003h.003v-.001ZM5.033 12a1 1 0 0 1 .97 1.03 8.004 8.004 0 0 0 6.01 7.975 1 1 0 0 1-.494 1.938 10.004 10.004 0 0 1-7.515-9.973 1 1 0 0 1 1.03-.97Zm3.916.565a1 1 0 0 1 1.059.937 4.006 4.006 0 0 0 2.654 3.523 1 1 0 0 1-.667 1.886 6.006 6.006 0 0 1-3.983-5.287 1 1 0 0 1 .937-1.06ZM18.5 8a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default Voice\n", "import type { SVGProps } from \"react\"\nconst Voice4Bars = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M9.66 4C10.2123 4 10.66 4.44772 10.66 5V19C10.66 19.5523 10.2123 20 9.66 20C9.10772 20 8.66 19.5523 8.66 19V5C8.66 4.44772 9.10772 4 9.66 4ZM14.33 7C14.8823 7 15.33 7.44772 15.33 8V16C15.33 16.5523 14.8823 17 14.33 17C13.7777 17 13.33 16.5523 13.33 16V8C13.33 7.44772 13.7777 7 14.33 7ZM5 9C5.55228 9 6 9.44772 6 10V14C6 14.5523 5.55228 15 5 15C4.44772 15 4 14.5523 4 14V10C4 9.44772 4.44772 9 5 9ZM19 9C19.5523 9 20 9.44772 20 10V14C20 14.5523 19.5523 15 19 15C18.4477 15 18 14.5523 18 14V10C18 9.44772 18.4477 9 19 9Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Voice4Bars\n", "import type { SVGProps } from \"react\"\nconst Voice5BarsSoundwave = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M8 3C8.55228 3 9 3.44772 9 4V20C9 20.5523 8.55228 21 8 21C7.44772 21 7 20.5523 7 20V4C7 3.44772 7.44772 3 8 3ZM16 5C16.5523 5 17 5.44772 17 6V18C17 18.5523 16.5523 19 16 19C15.4477 19 15 18.5523 15 18V6C15 5.44772 15.4477 5 16 5ZM12 7C12.5523 7 13 7.44772 13 8V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V8C11 7.44772 11.4477 7 12 7ZM4 9C4.55228 9 5 9.44772 5 10V14C5 14.5523 4.55228 15 4 15C3.44772 15 3 14.5523 3 14V10C3 9.44772 3.44772 9 4 9ZM20 9C20.5523 9 21 9.44772 21 10V14C21 14.5523 20.5523 15 20 15C19.4477 15 19 14.5523 19 14V10C19 9.44772 19.4477 9 20 9Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Voice5BarsSoundwave\n", "import type { SVGProps } from \"react\"\nconst VoiceBold = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M9.5 4C8.67157 4 8 4.67157 8 5.5V18.5C8 19.3284 8.67157 20 9.5 20C10.3284 20 11 19.3284 11 18.5V5.5C11 4.67157 10.3284 4 9.5 4Z\" />\n <path d=\"M13 8.5C13 7.67157 13.6716 7 14.5 7C15.3284 7 16 7.67157 16 8.5V15.5C16 16.3284 15.3284 17 14.5 17C13.6716 17 13 16.3284 13 15.5V8.5Z\" />\n <path d=\"M4.5 9C3.67157 9 3 9.67157 3 10.5V13.5C3 14.3284 3.67157 15 4.5 15C5.32843 15 6 14.3284 6 13.5V10.5C6 9.67157 5.32843 9 4.5 9Z\" />\n <path d=\"M19.5 9C18.6716 9 18 9.67157 18 10.5V13.5C18 14.3284 18.6716 15 19.5 15C20.3284 15 21 14.3284 21 13.5V10.5C21 9.67157 20.3284 9 19.5 9Z\" />\n </svg>\n)\nexport default VoiceBold\n", "import type { SVGProps } from \"react\"\nconst VoiceInputAreaMobileFilledVoiceXs = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M17.2829 11.9626C17.6864 12.0563 17.9374 12.4594 17.8437 12.8629C17.2813 15.2828 15.2556 17.1415 12.7485 17.4537C12.7495 17.469 12.7499 17.4845 12.7499 17.5V18.5H14.2486C14.6628 18.5 14.9986 18.8358 14.9986 19.25C14.9986 19.6642 14.6628 20 14.2486 20H9.74863C9.33441 20 8.99863 19.6642 8.99863 19.25C8.99863 18.8358 9.33441 18.5 9.74863 18.5H11.2499V17.5C11.2499 17.4845 11.2504 17.4691 11.2513 17.4539C8.76509 17.1448 6.75206 15.3148 6.16969 12.9248C6.07163 12.5224 6.31837 12.1167 6.72081 12.0186C7.12325 11.9205 7.52898 12.1673 7.62705 12.5697C8.10689 14.5389 9.8834 16 11.9993 16C14.1319 16 15.9196 14.5159 16.3826 12.5233C16.4764 12.1199 16.8794 11.8688 17.2829 11.9626Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M8.99993 7C8.99993 5.34315 10.3431 4 11.9999 4C13.6568 4 14.9999 5.34315 14.9999 7V11.5C14.9999 13.1569 13.6568 14.5 11.9999 14.5C10.3431 14.5 8.99993 13.1569 8.99993 11.5V7Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default VoiceInputAreaMobileFilledVoiceXs\n", "import type { SVGProps } from \"react\"\nconst VoiceLight = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M8 3C8.55228 3 9 3.44772 9 4V20C9 20.5523 8.55228 21 8 21C7.44772 21 7 20.5523 7 20V4C7 3.44772 7.44772 3 8 3ZM16 5C16.5523 5 17 5.44772 17 6V18C17 18.5523 16.5523 19 16 19C15.4477 19 15 18.5523 15 18V6C15 5.44772 15.4477 5 16 5ZM12 7C12.5523 7 13 7.44772 13 8V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V8C11 7.44772 11.4477 7 12 7ZM4 9C4.55228 9 5 9.44772 5 10V14C5 14.5523 4.55228 15 4 15C3.44772 15 3 14.5523 3 14V10C3 9.44772 3.44772 9 4 9ZM20 9C20.5523 9 21 9.44772 21 10V14C21 14.5523 20.5523 15 20 15C19.4477 15 19 14.5523 19 14V10C19 9.44772 19.4477 9 20 9Z\"\n />\n </svg>\n)\nexport default VoiceLight\n", "import type { SVGProps } from \"react\"\nconst Warning = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M10.42 2.006a4 4 0 0 1 3.159 0c.674.29 1.188.822 1.667 1.456.474.627 1 1.473 1.653 2.523l3.542 5.696c.72 1.16 1.3 2.09 1.682 2.854.384.766.654 1.517.59 2.292a4 4 0 0 1-1.604 2.886c-.625.463-1.405.63-2.258.709-.85.078-1.945.078-3.311.078H8.46c-1.366 0-2.46 0-3.31-.078-.854-.078-1.634-.246-2.26-.71a4 4 0 0 1-1.603-2.885c-.064-.775.206-1.526.59-2.292.383-.764.961-1.694 1.682-2.854l3.542-5.696c.653-1.05 1.18-1.896 1.653-2.523.48-.634.993-1.166 1.667-1.456Zm2.37 1.838a2 2 0 0 0-1.58 0c-.192.083-.448.28-.86.825-.413.544-.891 1.312-1.577 2.415l-3.488 5.61c-.755 1.214-1.283 2.066-1.62 2.737-.34.678-.402 1.02-.385 1.232a2 2 0 0 0 .802 1.443c.171.127.494.255 1.25.324.748.069 1.75.07 3.18.07h6.976c1.43 0 2.432-.001 3.18-.07.756-.069 1.079-.197 1.25-.324a2 2 0 0 0 .802-1.443c.017-.212-.045-.554-.385-1.232-.337-.671-.865-1.523-1.62-2.737l-3.488-5.61c-.686-1.103-1.164-1.87-1.576-2.415-.413-.546-.67-.742-.861-.825\" />\n <path d=\"M12 7.5a1 1 0 0 1 1 1v3a1 1 0 1 1-2 0v-3a1 1 0 0 1 1-1M10.851 15a1.15 1.15 0 1 1 2.3 0 1.15 1.15 0 0 1-2.3 0\" />\n </svg>\n)\nexport default Warning\n", "import type { SVGProps } from \"react\"\nconst WarningFilledWrapCenteredForCircle = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M13.579 1.50651C12.5709 1.07335 11.4291 1.07335 10.4209 1.50651C9.74712 1.79601 9.23331 2.32845 8.75394 2.9623C8.28033 3.58855 7.75386 4.43529 7.10113 5.48513L3.55933 11.1815C2.83806 12.3415 2.25981 13.2715 1.87708 14.0348C1.49293 14.8009 1.22329 15.5517 1.28689 16.3271C1.38107 17.4751 1.96557 18.5268 2.89076 19.2129C3.51562 19.6763 4.2956 19.8438 5.14906 19.9221C5.99934 20.0001 7.09443 20.0001 8.46038 20H15.5396C16.9055 20.0001 18.0006 20.0001 18.8509 19.9221C19.7043 19.8438 20.4843 19.6763 21.1092 19.2129C22.0344 18.5268 22.6189 17.4751 22.713 16.3271C22.7766 15.5517 22.507 14.8009 22.1229 14.0348C21.7401 13.2715 21.1619 12.3416 20.4406 11.1816L16.8989 5.48521C16.2461 4.43533 15.7196 3.58856 15.246 2.9623C14.7666 2.32845 14.2528 1.79601 13.579 1.50651ZM13 8V11C13 11.5523 12.5523 12 12 12C11.4477 12 11 11.5523 11 11V8C11 7.44772 11.4477 7 12 7C12.5523 7 13 7.44772 13 8ZM12.0015 13.3501C12.6367 13.3501 13.1515 13.865 13.1515 14.5001C13.1515 15.1353 12.6367 15.6501 12.0015 15.6501C11.3664 15.6501 10.8515 15.1352 10.8515 14.5001C10.8515 13.865 11.3664 13.3501 12.0015 13.3501Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default WarningFilledWrapCenteredForCircle\n", "import type { SVGProps } from \"react\"\nconst WarningWrapCenteredForCircle = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M10.4209 1.50645C11.4291 1.07329 12.5709 1.07329 13.579 1.50645C14.2528 1.79595 14.7666 2.32839 15.246 2.96224C15.7196 3.5885 16.2461 4.43527 16.8989 5.48515L20.4406 11.1815C21.1619 12.3415 21.7401 13.2715 22.1229 14.0347C22.507 14.8009 22.7766 15.5517 22.713 16.327C22.6189 17.475 22.0344 18.5267 21.1092 19.2128C20.4843 19.6763 19.7043 19.8437 18.8509 19.922C18.0006 20 16.9055 20 15.5396 20H8.46038C7.09443 20 5.99934 20 5.14906 19.922C4.2956 19.8437 3.51562 19.6763 2.89076 19.2128C1.96557 18.5267 1.38107 17.475 1.28689 16.327C1.22329 15.5517 1.49293 14.8009 1.87708 14.0347C2.25981 13.2715 2.83806 12.3415 3.55933 11.1815L7.10108 5.48515C7.75384 4.43528 8.28031 3.5885 8.75394 2.96224C9.23331 2.32839 9.74712 1.79595 10.4209 1.50645ZM12.7895 3.34401C12.2854 3.12743 11.7145 3.12743 11.2104 3.34401C11.0184 3.42652 10.7616 3.62322 10.3491 4.16864C9.93732 4.71315 9.45857 5.48125 8.77288 6.58407L5.28515 12.1935C4.53023 13.4077 4.00156 14.2598 3.66491 14.9312C3.32486 15.6094 3.26277 15.9511 3.2802 16.1635C3.32729 16.7375 3.61953 17.2633 4.08213 17.6064C4.25329 17.7333 4.57627 17.8611 5.33175 17.9304C6.07967 17.999 7.08251 18 8.51223 18H15.4877C16.9174 18 17.9203 17.999 18.6682 17.9304C19.4237 17.8611 19.7466 17.7333 19.9178 17.6064C20.3804 17.2633 20.6726 16.7375 20.7197 16.1635C20.7372 15.9511 20.6751 15.6094 20.335 14.9312C19.9984 14.2598 19.4697 13.4077 18.7148 12.1935L15.227 6.58406C14.5414 5.48125 14.0626 4.71315 13.6508 4.16864C13.2383 3.62322 12.9815 3.42652 12.7895 3.34401Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12 6.99998C12.5523 6.99998 13 7.44769 13 7.99998V11C13 11.5523 12.5523 12 12 12C11.4477 12 11 11.5523 11 11V7.99998C11 7.44769 11.4477 6.99998 12 6.99998Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M10.8515 14.5001C10.8515 13.8649 11.3664 13.3501 12.0015 13.3501C12.6367 13.3501 13.1515 13.8649 13.1515 14.5001C13.1515 15.1352 12.6367 15.6501 12.0015 15.6501C11.3664 15.6501 10.8515 15.1352 10.8515 14.5001Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default WarningWrapCenteredForCircle\n", "import type { SVGProps } from \"react\"\nconst Wave = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M12 5a1 1 0 0 1 1 1v12a1 1 0 1 1-2 0V6a1 1 0 0 1 1-1Zm4 5a1 1 0 0 1 1 1v2a1 1 0 1 1-2 0v-2a1 1 0 0 1 1-1Zm5-1a1 1 0 1 0-2 0v6a1 1 0 1 0 2 0V9ZM8 8a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0V9a1 1 0 0 1 1-1Zm-3 3a1 1 0 1 0-2 0v2a1 1 0 1 0 2 0v-2Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default Wave\n", "import type { SVGProps } from \"react\"\nconst WebsiteNetwork = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM12 4L11.9893 4.00001L11.9897 4.00165C11.9516 4.01133 11.7665 4.091 11.4971 4.49269C11.2406 4.87516 10.9811 5.44316 10.7512 6.18995C10.3612 7.45688 10.0908 9.12497 10.019 11H13.981C13.9092 9.12497 13.6388 7.45688 13.2488 6.18995C13.0189 5.44316 12.7594 4.87516 12.5029 4.49269C12.2335 4.091 12.0484 4.01133 12.0103 4.00165L12.0107 4.00001L12 4ZM13.981 13H10.019C10.0935 14.9451 10.3817 16.6663 10.7946 17.9478C11.0371 18.7003 11.3074 19.2535 11.5671 19.6072C11.6951 19.7816 11.8044 19.8853 11.8847 19.9424C11.9235 19.97 11.952 19.9844 11.9699 19.9916C11.987 19.9986 11.9957 19.9997 11.9975 19.9999L12 20H12.0025C12.0043 19.9998 12.013 19.9986 12.0301 19.9916C12.048 19.9844 12.0765 19.97 12.1153 19.9424C12.1956 19.8853 12.3049 19.7816 12.4329 19.6072C12.6926 19.2535 12.9629 18.7003 13.2054 17.9478C13.6183 16.6663 13.9065 14.9451 13.981 13ZM8.01766 11C8.09027 8.9557 8.38366 7.08321 8.83974 5.60156C8.96076 5.2084 9.09576 4.83444 9.24523 4.48694C6.48462 5.49946 4.43722 7.9901 4.06189 11H8.01766ZM4.06189 13C4.43722 16.0099 6.48462 18.5005 9.24522 19.5131C9.11613 19.2129 8.99821 18.8939 8.89098 18.5611C8.40531 17.0539 8.09291 15.1186 8.01766 13H4.06189ZM15.9823 13C15.9071 15.1186 15.5947 17.0539 15.109 18.5611C15.0018 18.8939 14.8839 19.2129 14.7548 19.5131C17.5154 18.5005 19.5628 16.0099 19.9381 13H15.9823ZM19.9381 11C19.5628 7.9901 17.5154 5.49946 14.7548 4.48694C14.9042 4.83443 15.0392 5.2084 15.1603 5.60156C15.6163 7.08321 15.9097 8.9557 15.9823 11H19.9381Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default WebsiteNetwork\n", "import type { SVGProps } from \"react\"\nconst Whisk = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M21.7071 2.29289C22.0976 2.68342 22.0976 3.31658 21.7071 3.70711L15.5281 9.88608C15.7563 10.3433 15.8881 10.8515 15.9515 11.3612C16.0582 12.219 15.9845 13.1736 15.7727 14.1283C15.3508 16.03 14.3442 18.0923 12.8337 19.6028C11.3407 21.0958 9.67415 21.8946 8.03164 21.9903C6.38129 22.0864 4.85479 21.4648 3.69502 20.305C2.53525 19.1452 1.91358 17.6187 2.00971 15.9684C2.10538 14.3259 2.90421 12.6594 4.39725 11.1663C5.90775 9.65582 7.96998 8.64925 9.87176 8.22729C10.8264 8.01547 11.781 7.94177 12.6388 8.04851C13.1485 8.11192 13.6567 8.24371 14.1139 8.47187L20.2929 2.29289C20.6834 1.90237 21.3166 1.90237 21.7071 2.29289ZM12.5324 10.0534C12.4871 10.046 12.4403 10.0392 12.3919 10.0332C11.8126 9.96113 11.0937 10.0048 10.305 10.1798C8.72 10.5315 7.01575 11.3762 5.81146 12.5805C4.5897 13.8023 4.06785 15.0284 4.00633 16.0847C3.96457 16.8016 4.1312 17.4857 4.48994 18.0959L12.5324 10.0534ZM5.90416 19.5101C6.51432 19.8688 7.19845 20.0354 7.91534 19.9937C8.97159 19.9322 10.1977 19.4103 11.4195 18.1886C12.6238 16.9843 13.4685 15.28 13.8202 13.695C13.9952 12.9063 14.0389 12.1874 13.9668 11.6081C13.9608 11.5597 13.954 11.5129 13.9466 11.4676L5.90416 19.5101Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M11.2997 1.14441C11.3638 0.951865 11.6362 0.951865 11.7004 1.14441C12.1331 2.44245 12.5576 2.86697 13.8556 3.29965C14.0482 3.36383 14.0482 3.63617 13.8556 3.70035C12.5576 4.13303 12.1331 4.55755 11.7004 5.85559C11.6362 6.04814 11.3638 6.04813 11.2997 5.85559C10.867 4.55755 10.4425 4.13303 9.14442 3.70035C8.95188 3.63617 8.95188 3.36383 9.14442 3.29965C10.4425 2.86697 10.867 2.44245 11.2997 1.14441Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M19.2997 15.1444C19.3638 14.9519 19.6362 14.9519 19.7004 15.1444C20.1331 16.4425 20.5576 16.867 21.8556 17.2996C22.0482 17.3638 22.0482 17.6362 21.8556 17.7004C20.5576 18.133 20.1331 18.5575 19.7004 19.8556C19.6362 20.0481 19.3638 20.0481 19.2997 19.8556C18.867 18.5575 18.4425 18.133 17.1444 17.7004C16.9519 17.6362 16.9519 17.3638 17.1444 17.2996C18.4425 16.867 18.867 16.4425 19.2997 15.1444Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M5.83974 3.11552C5.89108 2.96149 6.10895 2.96149 6.1603 3.11552C6.50644 4.15396 6.84606 4.49357 7.88449 4.83972C8.03853 4.89106 8.03853 5.10894 7.88449 5.16028C6.84606 5.50643 6.50644 5.84604 6.1603 6.88448C6.10895 7.03851 5.89108 7.03851 5.83974 6.88448C5.49359 5.84604 5.15398 5.50643 4.11554 5.16028C3.96151 5.10894 3.96151 4.89106 4.11554 4.83972C5.15398 4.49357 5.49359 4.15396 5.83974 3.11552Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Whisk\n", "import type { SVGProps } from \"react\"\nconst WhisperAutoSubmit = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M4.00487 11.542C4.50111 11.3944 5.02197 11.6495 5.21483 12.1182L5.24803 12.2148L5.32225 12.4453C6.13041 14.805 8.36849 16.4999 11 16.5C11.5972 16.5 12.1728 16.4133 12.7148 16.252L12.8144 16.2275C13.3123 16.1329 13.8113 16.4286 13.959 16.9248C14.1164 17.4541 13.8143 18.0113 13.2851 18.1689L13.0117 18.2451C12.6821 18.3305 12.3442 18.3946 12 18.4375V19.5H13.5C14.0523 19.5 14.5 19.9477 14.5 20.5C14.5 21.0523 14.0523 21.5 13.5 21.5H8.49999C7.9477 21.5 7.49999 21.0523 7.49999 20.5C7.49999 19.9477 7.9477 19.5 8.49999 19.5H9.99999V18.4375C6.93065 18.0548 4.40278 15.9344 3.42967 13.0928L3.33202 12.7852L3.3076 12.6855C3.21296 12.1877 3.5087 11.6897 4.00487 11.542Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M18.4316 13.3018C18.7851 13.0133 19.3072 13.0337 19.6367 13.3633L22.1367 15.8633L22.1982 15.9316C22.4867 16.2851 22.4663 16.8072 22.1367 17.1367C21.8072 17.4663 21.2851 17.4867 20.9316 17.1982L20.8633 17.1367L19.9004 16.1738V20C19.9004 20.4971 19.497 20.9004 19 20.9004C18.5029 20.9004 18.0996 20.4971 18.0996 20V16.1738L17.1367 17.1367C16.7852 17.4882 16.2147 17.4882 15.8633 17.1367C15.5118 16.7852 15.5118 16.2148 15.8633 15.8633L18.3633 13.3633L18.4316 13.3018Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M11 2.5C13.4853 2.50001 15.5 4.51472 15.5 7V10.5C15.5 12.9853 13.4853 15 11 15C8.51471 15 6.49999 12.9853 6.49999 10.5V7C6.49999 4.51472 8.51471 2.5 11 2.5ZM11 4.5C9.61927 4.5 8.49999 5.61929 8.49999 7V10.5C8.49999 11.8807 9.61928 13 11 13C12.3807 13 13.5 11.8807 13.5 10.5V7C13.5 5.61929 12.3807 4.50001 11 4.5Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default WhisperAutoSubmit\n", "import type { SVGProps } from \"react\"\nconst Widget = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M16.5 14a1 1 0 1 1 0 2h-9a1 1 0 1 1 0-2h9ZM9.667 7.5c.46 0 .833.373.833.833v2.334c0 .46-.373.833-.833.833H7.333a.833.833 0 0 1-.833-.833V8.333c0-.46.373-.833.833-.833h2.334Z\" />\n <path d=\"M16.241 3c.805 0 1.47 0 2.011.044.562.046 1.08.144 1.564.392a4.001 4.001 0 0 1 1.748 1.748c.248.485.346 1.002.392 1.564C22 7.29 22 7.954 22 8.758v6.483c0 .805 0 1.47-.044 2.011-.046.562-.144 1.08-.392 1.564a4.002 4.002 0 0 1-1.748 1.748c-.485.248-1.002.346-1.564.392-.541.044-1.206.044-2.01.044H7.758c-.805 0-1.47 0-2.011-.044-.562-.046-1.08-.144-1.564-.392a4.001 4.001 0 0 1-1.748-1.748c-.248-.485-.346-1.002-.392-1.564C2 16.711 2 16.046 2 15.242V8.758c0-.805 0-1.47.044-2.011.046-.562.144-1.08.392-1.564a4.001 4.001 0 0 1 1.748-1.748c.485-.248 1.002-.346 1.564-.392C6.29 3 6.954 3 7.758 3h8.483ZM7.8 5c-.857 0-1.439 0-1.889.037-.438.036-.663.101-.82.18a2 2 0 0 0-.873.875c-.08.156-.145.38-.18.82C4 7.361 4 7.942 4 8.8v6.4c0 .857 0 1.439.037 1.889.036.438.101.663.18.82a2 2 0 0 0 .875.873c.156.08.38.145.82.18C6.361 19 6.942 19 7.8 19h8.4c.857 0 1.439 0 1.889-.037.438-.036.663-.101.82-.18a2 2 0 0 0 .873-.875c.08-.156.145-.38.18-.82.038-.45.038-1.031.038-1.888V8.8c0-.857 0-1.439-.037-1.889-.036-.438-.101-.663-.18-.82a2 2 0 0 0-.875-.873c-.156-.08-.38-.145-.82-.18C17.639 5 17.058 5 16.2 5H7.8Z\" />\n </svg>\n)\nexport default Widget\n", "import type { SVGProps } from \"react\"\nconst WidgetAdd = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M12.5 4a1 1 0 0 1-1 1H7.8c-.857 0-1.439 0-1.889.037-.438.036-.663.101-.82.18a2 2 0 0 0-.873.875c-.08.156-.145.38-.18.82C4 7.361 4 7.942 4 8.8v6.4c0 .857 0 1.439.037 1.889.036.438.101.663.18.82a2 2 0 0 0 .875.873c.156.08.38.145.82.18C6.361 19 6.942 19 7.8 19h8.4c.857 0 1.439 0 1.889-.037.438-.036.663-.101.82-.18a2 2 0 0 0 .873-.875c.08-.156.145-.38.18-.82.038-.45.038-1.031.038-1.888v-1.7a1 1 0 1 1 2 0v1.741c0 .805 0 1.47-.044 2.011-.046.562-.144 1.08-.392 1.564a4.002 4.002 0 0 1-1.748 1.748c-.485.248-1.002.346-1.564.392-.541.044-1.206.044-2.01.044H7.758c-.805 0-1.47 0-2.011-.044-.562-.046-1.08-.144-1.564-.392a4.001 4.001 0 0 1-1.748-1.748c-.248-.485-.346-1.002-.392-1.564C2 16.711 2 16.046 2 15.242V8.758c0-.805 0-1.47.044-2.011.046-.562.144-1.08.392-1.564a4.001 4.001 0 0 1 1.748-1.748c.485-.248 1.002-.346 1.564-.392C6.29 3 6.954 3 7.758 3H11.5a1 1 0 0 1 1 1Z\" />\n <path d=\"M16.5 14a1 1 0 1 1 0 2h-9a1 1 0 1 1 0-2h9ZM9.667 7.5c.46 0 .833.373.833.833v2.334c0 .46-.373.833-.833.833H7.333a.833.833 0 0 1-.833-.833V8.333c0-.46.373-.833.833-.833h2.334ZM18 2.5a1 1 0 0 1 1 1v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0v-2h-2a1 1 0 1 1 0-2h2v-2a1 1 0 0 1 1-1Z\" />\n </svg>\n)\nexport default WidgetAdd\n", "import type { SVGProps } from \"react\"\nconst Workspace = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M3 6a3 3 0 0 1 3-3h6a3 3 0 0 1 3 3v1h3a3 3 0 0 1 3 3v9h1a1 1 0 1 1 0 2H2a1 1 0 1 1 0-2h1V6Zm2 13h3v-2a1 1 0 1 1 2 0v2h3V6a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v13Zm10 0h4v-9a1 1 0 0 0-1-1h-3v10Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default Workspace\n", "import type { SVGProps } from \"react\"\nconst WorkWithApps = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M2.99854 6.66673C2.99854 4.64168 4.64016 3.00006 6.6652 3.00006H7.99854C8.55082 3.00006 8.99854 3.44778 8.99854 4.00006C8.99854 4.55235 8.55082 5.00006 7.99854 5.00006H6.6652C5.74473 5.00006 4.99854 5.74625 4.99854 6.66673V8.00006C4.99854 8.55235 4.55082 9.00006 3.99854 9.00006C3.44625 9.00006 2.99854 8.55235 2.99854 8.00006V6.66673ZM14.9985 4.00006C14.9985 3.44778 15.4462 3.00006 15.9985 3.00006H17.3319C19.3569 3.00006 20.9985 4.64168 20.9985 6.66673V8.00006C20.9985 8.55235 20.5508 9.00006 19.9985 9.00006C19.4463 9.00006 18.9985 8.55235 18.9985 8.00006V6.66673C18.9985 5.74625 18.2523 5.00006 17.3319 5.00006H15.9985C15.4462 5.00006 14.9985 4.55235 14.9985 4.00006ZM13.639 13.6389L15.6581 19.3597L16.5899 17.3631C16.7488 17.0225 17.0226 16.7487 17.3632 16.5898L19.3598 15.658L13.639 13.6389ZM11.4746 13.5159C11.0272 12.248 12.2481 11.0271 13.5159 11.4746L20.9485 14.0978C22.2995 14.5747 22.3909 16.4506 21.0926 17.0565L18.3407 18.3407L17.0566 21.0925C16.4507 22.3908 14.5747 22.2994 14.0979 20.9484L11.4746 13.5159ZM3.99854 15.0001C4.55082 15.0001 4.99854 15.4478 4.99854 16.0001V17.3334C4.99854 18.2539 5.74473 19.0001 6.6652 19.0001H7.99854C8.55082 19.0001 8.99854 19.4478 8.99854 20.0001C8.99854 20.5523 8.55082 21.0001 7.99854 21.0001H6.6652C4.64016 21.0001 2.99854 19.3584 2.99854 17.3334V16.0001C2.99854 15.4478 3.44625 15.0001 3.99854 15.0001Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default WorkWithApps\n", "import type { SVGProps } from \"react\"\nconst Wreath = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M7.17267 4.42106C6.0826 5.09234 5.59883 5.80261 5.48378 6.45509C5.36873 7.10757 5.5804 7.94046 6.37514 8.94409C7.17734 8.23084 7.57894 7.53009 7.6996 6.8458C7.82026 6.1615 7.68255 5.36566 7.17267 4.42106ZM6.67812 2.68572C7.30511 2.34333 8.09241 2.55159 8.46653 3.16271C9.28178 4.49439 9.65499 5.83405 9.42301 7.14968C9.21161 8.34862 8.52109 9.3944 7.47579 10.3065C7.51869 10.3527 7.56054 10.4 7.60134 10.4486C8.54076 11.5682 8.73177 13.1276 8.38806 14.8736C9.6221 15.6193 10.37 17.042 10.726 18.8438C10.7296 18.859 10.7341 18.8783 10.7389 18.9013C10.7492 18.9496 10.7616 19.0147 10.7733 19.0936C10.7966 19.2503 10.8181 19.4681 10.8123 19.7214C10.8008 20.2182 10.6814 20.9228 10.1843 21.5457C9.8829 21.9235 9.33234 21.9853 8.95462 21.6839C8.57689 21.3825 8.51504 20.8319 8.81646 20.4542C8.88091 20.3734 8.93055 20.2843 8.96783 20.1899C7.82291 20.4222 6.7521 20.3755 5.78676 19.9766C4.48559 19.4388 3.54396 18.3309 2.88926 16.8271C2.60325 16.1701 2.88423 15.4057 3.52432 15.0885C3.67635 15.0131 3.82802 14.9429 3.97916 14.878C3.69027 14.6649 3.42856 14.4211 3.19659 14.1447C2.33787 13.1213 1.99125 11.7745 2.03143 10.2136C2.04987 9.49731 2.62756 8.9233 3.34174 8.90632C3.66354 8.89867 3.9764 8.90708 4.27863 8.93252C3.79677 8.0231 3.59558 7.08575 3.76036 6.1512C4.01597 4.70157 5.10137 3.54676 6.67812 2.68572ZM6.73332 14.1747C6.91977 12.9082 6.68664 12.0811 6.26076 11.5735C5.83489 11.066 5.0608 10.6928 3.78113 10.6564C3.81186 11.7294 4.09052 12.4875 4.53716 13.0198C4.9838 13.5521 5.68198 13.9581 6.73332 14.1747ZM8.82484 18.43C8.47688 17.2647 7.94992 16.6148 7.38399 16.3154C6.77585 15.9937 5.8923 15.9571 4.66215 16.4889C5.1699 17.5012 5.77994 18.0802 6.45518 18.3593C7.066 18.6117 7.8391 18.664 8.82484 18.43ZM15.6509 3.16271C16.0251 2.55159 16.8124 2.34333 17.4393 2.68572C19.0161 3.54676 20.1015 4.70157 20.3571 6.1512C20.5219 7.08575 20.3207 8.0231 19.8388 8.93252C20.1411 8.90708 20.4539 8.89867 20.7757 8.90632C21.4899 8.9233 22.0676 9.49732 22.086 10.2136C22.1262 11.7745 21.7796 13.1213 20.9209 14.1447C20.6889 14.4211 20.4272 14.6649 20.1383 14.878C20.2895 14.9429 20.4411 15.0131 20.5932 15.0885C21.2333 15.4057 21.5142 16.1701 21.2282 16.8271C20.5735 18.3309 19.6319 19.4388 18.3307 19.9766C17.3654 20.3755 16.2946 20.4222 15.1496 20.1899C15.1869 20.2843 15.2366 20.3734 15.301 20.4542C15.6024 20.8319 15.5406 21.3825 15.1629 21.6839C14.7851 21.9853 14.2346 21.9235 13.9332 21.5457C13.436 20.9228 13.3166 20.2182 13.3052 19.7214C13.2994 19.4681 13.3209 19.2503 13.3441 19.0936C13.3559 19.0147 13.3683 18.9496 13.3785 18.9013C13.3834 18.8783 13.3878 18.859 13.3915 18.8437C13.7475 17.042 14.4954 15.6193 15.7294 14.8736C15.3857 13.1276 15.5767 11.5682 16.5161 10.4486C16.5569 10.4 16.5988 10.3527 16.6417 10.3065C15.5964 9.3944 14.9059 8.34862 14.6945 7.14968C14.4625 5.83405 14.8357 4.49439 15.6509 3.16271ZM17.3841 14.1747C18.4355 13.9581 19.1337 13.5521 19.5803 13.0198C20.027 12.4875 20.3056 11.7294 20.3363 10.6564C19.0567 10.6928 18.2826 11.066 17.8567 11.5735C17.4308 12.0811 17.1977 12.9082 17.3841 14.1747ZM15.2926 18.43C16.2784 18.664 17.0515 18.6117 17.6623 18.3593C18.3375 18.0802 18.9476 17.5012 19.4553 16.4889C18.2252 15.9571 17.3416 15.9937 16.7335 16.3154C16.1676 16.6148 15.6406 17.2647 15.2926 18.43ZM16.9448 4.42106C16.4349 5.36566 16.2972 6.1615 16.4179 6.8458C16.5385 7.53009 16.9401 8.23084 17.7423 8.94408C18.5371 7.94046 18.7487 7.10756 18.6337 6.45509C18.5186 5.80261 18.0349 5.09234 16.9448 4.42106Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Wreath\n", "import type { SVGProps } from \"react\"\nconst WriteAlt = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M15.935 4.657a3.829 3.829 0 0 1 5.272.136l.136.143a3.828 3.828 0 0 1-.136 5.271l-10.5 10.5A1 1 0 0 1 10 21H6a1 1 0 0 1-1-1v-4l.005-.098a1 1 0 0 1 .288-.609l10.5-10.5.143-.136Zm3.858 1.55a1.829 1.829 0 0 0-2.447-.125l-.139.125L7 16.414V19h2.586L19.793 8.793a1.829 1.829 0 0 0 0-2.586ZM10 4l.102.005a1 1 0 0 1 0 1.99L10 6H3a1 1 0 0 1 0-2h7ZM6 8l.103.005a1 1 0 0 1 0 1.99L6 10H3a1 1 0 0 1 0-2h3Z\" />\n </svg>\n)\nexport default WriteAlt\n", "import type { SVGProps } from \"react\"\nconst WriteAlt2 = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M5.5 2a.5.5 0 0 1 .49.402c.137.683.404 1.266.814 1.708.406.437.977.763 1.778.897a.5.5 0 0 1 0 .986c-.8.134-1.372.46-1.778.897-.41.442-.677 1.025-.814 1.708a.5.5 0 0 1-.98 0c-.137-.683-.404-1.266-.814-1.708-.406-.437-.977-.763-1.778-.897a.5.5 0 0 1 0-.986c.8-.134 1.372-.46 1.778-.897.41-.442.677-1.025.814-1.708A.5.5 0 0 1 5.5 2Z\" />\n <path\n fillRule=\"evenodd\"\n d=\"M14.293 4.793a4.536 4.536 0 1 1 6.414 6.414l-7.612 7.612c-.479.479-.81.81-1.197 1.075a4.996 4.996 0 0 1-1.1.566c-.44.16-.902.238-1.57.349l-2.959.493-.029.005c-.16.027-.34.057-.496.069-.17.012-.44.017-.727-.106a1.5 1.5 0 0 1-.787-.787 1.525 1.525 0 0 1-.106-.727c.012-.156.042-.336.069-.497l.498-2.987c.111-.668.188-1.13.35-1.57a5 5 0 0 1 .565-1.1c.264-.387.596-.719 1.075-1.197l7.612-7.612Zm5 1.414a2.536 2.536 0 0 0-3.586 0l-.293.293L19 10.086l.293-.293c.99-.99.99-2.596 0-3.586Zm-11.136 7.55L14 7.914l3.586 3.586-5.843 5.843c-.564.564-.76.753-.973.9-.205.14-.427.253-.66.339-.243.089-.51.137-1.297.269l-2.596.432.432-2.596c.131-.787.18-1.055.269-1.297.085-.234.2-.455.34-.66.145-.214.335-.409.9-.973Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default WriteAlt2\n", "import type { SVGProps } from \"react\"\nconst Writing = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M16.2195 2.80522C15.3116 1.89725 13.9264 1.66781 12.7742 2.23452L6.47508 5.33265C5.59064 5.76765 4.9763 6.60933 4.83161 7.58428L3.01084 19.8534C2.96432 20.1669 3.06917 20.4839 3.29346 20.7078C3.51775 20.9318 3.83492 21.0361 4.14836 20.9891L16.4044 19.1506C17.3747 19.0051 18.2126 18.3942 18.6479 17.5149L21.7594 11.2302C22.3304 10.0769 22.1022 8.68786 21.1922 7.77785L16.2195 2.80522ZM13.6569 4.0292C14.0409 3.84029 14.5027 3.91677 14.8053 4.21943L19.7779 9.19206C20.0813 9.4954 20.1574 9.95841 19.967 10.3429L16.8556 16.6275C16.7104 16.9206 16.4312 17.1242 16.1077 17.1728L6.83163 18.5642L11.7789 13.617C12.676 13.9685 13.7353 13.7818 14.4602 13.0569C15.4365 12.0806 15.4365 10.4977 14.4602 9.52141C13.4839 8.5451 11.901 8.5451 10.9247 9.52141C10.1998 10.2463 10.0131 11.3056 10.3647 12.2027L5.43681 17.1306L6.80994 7.87787C6.85817 7.55289 7.06295 7.27233 7.35777 7.12733L13.6569 4.0292Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default Writing\n", "import type { SVGProps } from \"react\"\nconst X = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M5.636 5.636a1 1 0 0 1 1.414 0l4.95 4.95 4.95-4.95a1 1 0 0 1 1.414 1.414L13.414 12l4.95 4.95a1 1 0 0 1-1.414 1.414L12 13.414l-4.95 4.95a1 1 0 0 1-1.414-1.414l4.95-4.95-4.95-4.95a1 1 0 0 1 0-1.414Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default X\n", "import type { SVGProps } from \"react\"\nconst XCircle = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M10.207 8.793a1 1 0 0 0-1.414 1.414L10.586 12l-1.793 1.793a1 1 0 1 0 1.414 1.414L12 13.414l1.793 1.793a1 1 0 0 0 1.414-1.414L13.414 12l1.793-1.793a1 1 0 0 0-1.414-1.414L12 10.586l-1.793-1.793Z\" />\n <path\n fillRule=\"evenodd\"\n d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2ZM4 12a8 8 0 1 1 16 0 8 8 0 0 1-16 0Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default XCircle\n", "import type { SVGProps } from \"react\"\nconst XCircleCrossedClose = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M8.29289 8.29289C8.68342 7.90237 9.31658 7.90237 9.70711 8.29289L12 10.5858L14.2929 8.29289C14.6834 7.90237 15.3166 7.90237 15.7071 8.29289C16.0976 8.68342 16.0976 9.31658 15.7071 9.70711L13.4142 12L15.7071 14.2929C16.0976 14.6834 16.0976 15.3166 15.7071 15.7071C15.3166 16.0976 14.6834 16.0976 14.2929 15.7071L12 13.4142L9.70711 15.7071C9.31658 16.0976 8.68342 16.0976 8.29289 15.7071C7.90237 15.3166 7.90237 14.6834 8.29289 14.2929L10.5858 12L8.29289 9.70711C7.90237 9.31658 7.90237 8.68342 8.29289 8.29289Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4ZM2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default XCircleCrossedClose\n", "import type { SVGProps } from \"react\"\nconst XCircleFilled = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2Zm-1.793 6.793a1 1 0 0 0-1.414 1.414L10.586 12l-1.793 1.793a1 1 0 1 0 1.414 1.414L12 13.414l1.793 1.793a1 1 0 0 0 1.414-1.414L13.414 12l1.793-1.793a1 1 0 0 0-1.414-1.414L12 10.586l-1.793-1.793Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n)\nexport default XCircleFilled\n", "import type { SVGProps } from \"react\"\nconst XCircleFilledCrossedClose = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM9.70711 8.29289L12 10.5858L14.2929 8.29289C14.6834 7.90237 15.3166 7.90237 15.7071 8.29289C16.0976 8.68342 16.0976 9.31658 15.7071 9.70711L13.4142 12L15.7071 14.2929C16.0976 14.6834 16.0976 15.3166 15.7071 15.7071C15.3166 16.0976 14.6834 16.0976 14.2929 15.7071L12 13.4142L9.70711 15.7071C9.31658 16.0976 8.68342 16.0976 8.29289 15.7071C7.90237 15.3166 7.90237 14.6834 8.29289 14.2929L10.5858 12L8.29289 9.70711C7.90237 9.31658 7.90237 8.68342 8.29289 8.29289C8.68342 7.90237 9.31658 7.90237 9.70711 8.29289Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default XCircleFilledCrossedClose\n", "import type { SVGProps } from \"react\"\nconst XCrossed = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M5.63603 5.63603C6.02656 5.24551 6.65972 5.24551 7.05025 5.63603L12 10.5858L16.9497 5.63603C17.3403 5.24551 17.9734 5.24551 18.364 5.63603C18.7545 6.02656 18.7545 6.65972 18.364 7.05025L13.4142 12L18.364 16.9497C18.7545 17.3403 18.7545 17.9734 18.364 18.364C17.9734 18.7545 17.3403 18.7545 16.9497 18.364L12 13.4142L7.05025 18.364C6.65972 18.7545 6.02656 18.7545 5.63603 18.364C5.24551 17.9734 5.24551 17.3403 5.63603 16.9497L10.5858 12L5.63603 7.05025C5.24551 6.65972 5.24551 6.02656 5.63603 5.63603Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default XCrossed\n", "import type { SVGProps } from \"react\"\nconst XSquareCrossed = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M9.85719 2.5H14.1428C15.2266 2.49999 16.1007 2.49998 16.8086 2.55782C17.5375 2.61737 18.1777 2.74318 18.77 3.04497C19.7108 3.52433 20.4757 4.28924 20.955 5.23005C21.2568 5.82234 21.3826 6.46253 21.4422 7.19138C21.5 7.89925 21.5 8.77339 21.5 9.85717V14.1428C21.5 15.2266 21.5 16.1008 21.4422 16.8086C21.3826 17.5375 21.2568 18.1777 20.955 18.77C20.4757 19.7108 19.7108 20.4757 18.77 20.955C18.1777 21.2568 17.5375 21.3826 16.8086 21.4422C16.1008 21.5 15.2266 21.5 14.1428 21.5H9.85717C8.77339 21.5 7.89925 21.5 7.19138 21.4422C6.46253 21.3826 5.82234 21.2568 5.23005 20.955C4.28924 20.4757 3.52433 19.7108 3.04497 18.77C2.74318 18.1777 2.61737 17.5375 2.55782 16.8086C2.49998 16.1007 2.49999 15.2266 2.5 14.1428V9.85719C2.49999 8.77341 2.49998 7.89926 2.55782 7.19138C2.61737 6.46253 2.74318 5.82234 3.04497 5.23005C3.52433 4.28924 4.28924 3.52433 5.23005 3.04497C5.82234 2.74318 6.46253 2.61737 7.19138 2.55782C7.89926 2.49998 8.77341 2.49999 9.85719 2.5ZM7.35424 4.55118C6.74907 4.60062 6.40138 4.69279 6.13803 4.82698C5.57354 5.1146 5.1146 5.57354 4.82698 6.13803C4.69279 6.40138 4.60062 6.74907 4.55118 7.35424C4.50078 7.97108 4.5 8.76339 4.5 9.9V14.1C4.5 15.2366 4.50078 16.0289 4.55118 16.6458C4.60062 17.2509 4.69279 17.5986 4.82698 17.862C5.1146 18.4265 5.57354 18.8854 6.13803 19.173C6.40138 19.3072 6.74907 19.3994 7.35424 19.4488C7.97108 19.4992 8.76339 19.5 9.9 19.5H14.1C15.2366 19.5 16.0289 19.4992 16.6458 19.4488C17.2509 19.3994 17.5986 19.3072 17.862 19.173C18.4265 18.8854 18.8854 18.4265 19.173 17.862C19.3072 17.5986 19.3994 17.2509 19.4488 16.6458C19.4992 16.0289 19.5 15.2366 19.5 14.1V9.9C19.5 8.76339 19.4992 7.97108 19.4488 7.35424C19.3994 6.74907 19.3072 6.40138 19.173 6.13803C18.8854 5.57354 18.4265 5.1146 17.862 4.82698C17.5986 4.69279 17.2509 4.60062 16.6458 4.55118C16.0289 4.50078 15.2366 4.5 14.1 4.5H9.9C8.76339 4.5 7.97108 4.50078 7.35424 4.55118ZM8.29289 8.29289C8.68342 7.90237 9.31658 7.90237 9.70711 8.29289L12 10.5858L14.2929 8.29289C14.6834 7.90237 15.3166 7.90237 15.7071 8.29289C16.0976 8.68342 16.0976 9.31658 15.7071 9.70711L13.4142 12L15.7071 14.2929C16.0976 14.6834 16.0976 15.3166 15.7071 15.7071C15.3166 16.0976 14.6834 16.0976 14.2929 15.7071L12 13.4142L9.70711 15.7071C9.31658 16.0976 8.68342 16.0976 8.29289 15.7071C7.90237 15.3166 7.90237 14.6834 8.29289 14.2929L10.5858 12L8.29289 9.70711C7.90237 9.31658 7.90237 8.68342 8.29289 8.29289Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default XSquareCrossed\n", "import type { SVGProps } from \"react\"\nconst XSquareFilledCrossed = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M14.1428 2.5H9.85719C8.77341 2.49999 7.89925 2.49998 7.19138 2.55782C6.46253 2.61737 5.82234 2.74318 5.23005 3.04497C4.28924 3.52434 3.52434 4.28924 3.04497 5.23005C2.74318 5.82234 2.61737 6.46253 2.55782 7.19138C2.49998 7.89925 2.49999 8.7734 2.5 9.85719V14.1428C2.49999 15.2266 2.49998 16.1007 2.55782 16.8086C2.61737 17.5375 2.74318 18.1777 3.04497 18.77C3.52434 19.7108 4.28924 20.4757 5.23005 20.955C5.82234 21.2568 6.46253 21.3826 7.19138 21.4422C7.89923 21.5 8.77334 21.5 9.85707 21.5H14.1428C15.2266 21.5 16.1008 21.5 16.8086 21.4422C17.5375 21.3826 18.1777 21.2568 18.77 20.955C19.7108 20.4757 20.4757 19.7108 20.955 18.77C21.2568 18.1777 21.3826 17.5375 21.4422 16.8086C21.5 16.1008 21.5 15.2267 21.5 14.1429V9.85717C21.5 8.77344 21.5 7.89923 21.4422 7.19138C21.3826 6.46253 21.2568 5.82234 20.955 5.23005C20.4757 4.28924 19.7108 3.52434 18.77 3.04497C18.1777 2.74318 17.5375 2.61737 16.8086 2.55782C16.1007 2.49998 15.2266 2.49999 14.1428 2.5ZM8.29289 8.29289C8.68342 7.90237 9.31658 7.90237 9.70711 8.29289L12 10.5858L14.2929 8.29289C14.6834 7.90237 15.3166 7.90237 15.7071 8.29289C16.0976 8.68342 16.0976 9.31658 15.7071 9.70711L13.4142 12L15.7071 14.2929C16.0976 14.6834 16.0976 15.3166 15.7071 15.7071C15.3166 16.0976 14.6834 16.0976 14.2929 15.7071L12 13.4142L9.70711 15.7071C9.31658 16.0976 8.68342 16.0976 8.29289 15.7071C7.90237 15.3166 7.90237 14.6834 8.29289 14.2929L10.5858 12L8.29289 9.70711C7.90237 9.31658 7.90237 8.68342 8.29289 8.29289Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default XSquareFilledCrossed\n", "import type { SVGProps } from \"react\"\nconst XXs = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path d=\"M7.293 7.293a1 1 0 0 1 1.414 0L12 10.586l3.293-3.293a1 1 0 1 1 1.414 1.414L13.414 12l3.293 3.293a1 1 0 0 1-1.414 1.414L12 13.414l-3.293 3.293a1 1 0 0 1-1.414-1.414L10.586 12 7.293 8.707a1 1 0 0 1 0-1.414Z\" />\n </svg>\n)\nexport default XXs\n", "import type { SVGProps } from \"react\"\nconst XXsCrossed = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" {...props}>\n <path\n d=\"M7.29289 7.29289C7.68342 6.90237 8.31658 6.90237 8.70711 7.29289L12 10.5858L15.2929 7.29289C15.6834 6.90237 16.3166 6.90237 16.7071 7.29289C17.0976 7.68342 17.0976 8.31658 16.7071 8.70711L13.4142 12L16.7071 15.2929C17.0976 15.6834 17.0976 16.3166 16.7071 16.7071C16.3166 17.0976 15.6834 17.0976 15.2929 16.7071L12 13.4142L8.70711 16.7071C8.31658 17.0976 7.68342 17.0976 7.29289 16.7071C6.90237 16.3166 6.90237 15.6834 7.29289 15.2929L10.5858 12L7.29289 8.70711C6.90237 8.31658 6.90237 7.68342 7.29289 7.29289Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\nexport default XXsCrossed\n"],
|
|
5
|
+
"mappings": "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",
|
|
6
|
+
"names": ["_jsx", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsxs", "_jsx", "_jsxs", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx", "_jsx"]
|
|
7
|
+
}
|