convex-cms 0.0.2 → 0.0.3
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/admin-dist/nitro.json +15 -0
- package/admin-dist/public/assets/CmsEmptyState-CRswfTzk.js +5 -0
- package/admin-dist/public/assets/CmsPageHeader-CirpXndm.js +1 -0
- package/admin-dist/public/assets/CmsStatusBadge-CbEUpQu-.js +1 -0
- package/admin-dist/public/assets/CmsToolbar-BI2nZOXp.js +1 -0
- package/admin-dist/public/assets/ContentEntryEditor-CBeCyK_m.js +4 -0
- package/admin-dist/public/assets/ErrorState-BIVaWmom.js +1 -0
- package/admin-dist/public/assets/TaxonomyFilter-ChaY6Y_x.js +1 -0
- package/admin-dist/public/assets/_contentTypeId-DQ8k_Rvw.js +1 -0
- package/admin-dist/public/assets/_entryId-CKU_glsK.js +1 -0
- package/admin-dist/public/assets/alert-BXjTqrwQ.js +1 -0
- package/admin-dist/public/assets/badge-hvUOzpVZ.js +1 -0
- package/admin-dist/public/assets/circle-check-big-CF_pR17r.js +1 -0
- package/admin-dist/public/assets/command-DU82cJlt.js +1 -0
- package/admin-dist/public/assets/content-_LXl3pp7.js +1 -0
- package/admin-dist/public/assets/content-types-KjxaXGxY.js +2 -0
- package/admin-dist/public/assets/globals-CS6BZ0zp.css +1 -0
- package/admin-dist/public/assets/index-DNGIZHL-.js +1 -0
- package/admin-dist/public/assets/label-KNtpL71g.js +1 -0
- package/admin-dist/public/assets/link-2-Bw2aI4V4.js +1 -0
- package/admin-dist/public/assets/list-sYepHjt_.js +1 -0
- package/admin-dist/public/assets/main-CKj5yfEi.js +97 -0
- package/admin-dist/public/assets/media-Bkrkffm7.js +1 -0
- package/admin-dist/public/assets/new._contentTypeId-C3LstjNs.js +1 -0
- package/admin-dist/public/assets/plus-DUn8v_Xf.js +1 -0
- package/admin-dist/public/assets/rotate-ccw-DJEoHcRI.js +1 -0
- package/admin-dist/public/assets/scroll-area-DfIlT0in.js +1 -0
- package/admin-dist/public/assets/search-MuAUDJKR.js +1 -0
- package/admin-dist/public/assets/select-BD29IXCI.js +1 -0
- package/admin-dist/public/assets/settings-DmMyn_6A.js +1 -0
- package/admin-dist/public/assets/switch-h3Rrnl5i.js +1 -0
- package/admin-dist/public/assets/tabs-imc8h-Dp.js +1 -0
- package/admin-dist/public/assets/taxonomies-dAsrT65H.js +1 -0
- package/admin-dist/public/assets/textarea-BTy7nwzR.js +1 -0
- package/admin-dist/public/assets/trash-SAWKZZHv.js +1 -0
- package/admin-dist/public/assets/triangle-alert-E52Vfeuh.js +1 -0
- package/admin-dist/public/assets/useBreadcrumbLabel-BECBMCzM.js +1 -0
- package/admin-dist/public/assets/usePermissions-Basjs9BT.js +1 -0
- package/admin-dist/public/favicon.ico +0 -0
- package/admin-dist/server/_chunks/_libs/@date-fns/tz.mjs +217 -0
- package/admin-dist/server/_chunks/_libs/@floating-ui/core.mjs +719 -0
- package/admin-dist/server/_chunks/_libs/@floating-ui/dom.mjs +622 -0
- package/admin-dist/server/_chunks/_libs/@floating-ui/react-dom.mjs +292 -0
- package/admin-dist/server/_chunks/_libs/@floating-ui/utils.mjs +320 -0
- package/admin-dist/server/_chunks/_libs/@radix-ui/number.mjs +6 -0
- package/admin-dist/server/_chunks/_libs/@radix-ui/primitive.mjs +11 -0
- package/admin-dist/server/_chunks/_libs/@radix-ui/react-arrow.mjs +23 -0
- package/admin-dist/server/_chunks/_libs/@radix-ui/react-avatar.mjs +119 -0
- package/admin-dist/server/_chunks/_libs/@radix-ui/react-checkbox.mjs +270 -0
- package/admin-dist/server/_chunks/_libs/@radix-ui/react-collection.mjs +69 -0
- package/admin-dist/server/_chunks/_libs/@radix-ui/react-compose-refs.mjs +39 -0
- package/admin-dist/server/_chunks/_libs/@radix-ui/react-context.mjs +137 -0
- package/admin-dist/server/_chunks/_libs/@radix-ui/react-dialog.mjs +325 -0
- package/admin-dist/server/_chunks/_libs/@radix-ui/react-direction.mjs +9 -0
- package/admin-dist/server/_chunks/_libs/@radix-ui/react-dismissable-layer.mjs +210 -0
- package/admin-dist/server/_chunks/_libs/@radix-ui/react-dropdown-menu.mjs +253 -0
- package/admin-dist/server/_chunks/_libs/@radix-ui/react-focus-guards.mjs +29 -0
- package/admin-dist/server/_chunks/_libs/@radix-ui/react-focus-scope.mjs +206 -0
- package/admin-dist/server/_chunks/_libs/@radix-ui/react-id.mjs +14 -0
- package/admin-dist/server/_chunks/_libs/@radix-ui/react-label.mjs +23 -0
- package/admin-dist/server/_chunks/_libs/@radix-ui/react-menu.mjs +812 -0
- package/admin-dist/server/_chunks/_libs/@radix-ui/react-popover.mjs +300 -0
- package/admin-dist/server/_chunks/_libs/@radix-ui/react-popper.mjs +286 -0
- package/admin-dist/server/_chunks/_libs/@radix-ui/react-portal.mjs +16 -0
- package/admin-dist/server/_chunks/_libs/@radix-ui/react-presence.mjs +128 -0
- package/admin-dist/server/_chunks/_libs/@radix-ui/react-primitive.mjs +141 -0
- package/admin-dist/server/_chunks/_libs/@radix-ui/react-roving-focus.mjs +224 -0
- package/admin-dist/server/_chunks/_libs/@radix-ui/react-scroll-area.mjs +721 -0
- package/admin-dist/server/_chunks/_libs/@radix-ui/react-select.mjs +1163 -0
- package/admin-dist/server/_chunks/_libs/@radix-ui/react-separator.mjs +28 -0
- package/admin-dist/server/_chunks/_libs/@radix-ui/react-slot.mjs +601 -0
- package/admin-dist/server/_chunks/_libs/@radix-ui/react-switch.mjs +152 -0
- package/admin-dist/server/_chunks/_libs/@radix-ui/react-tabs.mjs +189 -0
- package/admin-dist/server/_chunks/_libs/@radix-ui/react-use-callback-ref.mjs +11 -0
- package/admin-dist/server/_chunks/_libs/@radix-ui/react-use-controllable-state.mjs +69 -0
- package/admin-dist/server/_chunks/_libs/@radix-ui/react-use-effect-event.mjs +1 -0
- package/admin-dist/server/_chunks/_libs/@radix-ui/react-use-escape-keydown.mjs +17 -0
- package/admin-dist/server/_chunks/_libs/@radix-ui/react-use-is-hydrated.mjs +15 -0
- package/admin-dist/server/_chunks/_libs/@radix-ui/react-use-layout-effect.mjs +6 -0
- package/admin-dist/server/_chunks/_libs/@radix-ui/react-use-previous.mjs +14 -0
- package/admin-dist/server/_chunks/_libs/@radix-ui/react-use-size.mjs +39 -0
- package/admin-dist/server/_chunks/_libs/@radix-ui/react-visually-hidden.mjs +33 -0
- package/admin-dist/server/_chunks/_libs/@tanstack/history.mjs +409 -0
- package/admin-dist/server/_chunks/_libs/@tanstack/react-router.mjs +1711 -0
- package/admin-dist/server/_chunks/_libs/@tanstack/react-store.mjs +56 -0
- package/admin-dist/server/_chunks/_libs/@tanstack/router-core.mjs +4829 -0
- package/admin-dist/server/_chunks/_libs/@tanstack/store.mjs +134 -0
- package/admin-dist/server/_chunks/_libs/react-dom.mjs +10781 -0
- package/admin-dist/server/_chunks/_libs/react.mjs +513 -0
- package/admin-dist/server/_libs/aria-hidden.mjs +122 -0
- package/admin-dist/server/_libs/class-variance-authority.mjs +44 -0
- package/admin-dist/server/_libs/clsx.mjs +16 -0
- package/admin-dist/server/_libs/cmdk.mjs +315 -0
- package/admin-dist/server/_libs/convex.mjs +4841 -0
- package/admin-dist/server/_libs/cookie-es.mjs +58 -0
- package/admin-dist/server/_libs/croner.mjs +1 -0
- package/admin-dist/server/_libs/crossws.mjs +1 -0
- package/admin-dist/server/_libs/date-fns.mjs +1716 -0
- package/admin-dist/server/_libs/detect-node-es.mjs +1 -0
- package/admin-dist/server/_libs/get-nonce.mjs +9 -0
- package/admin-dist/server/_libs/h3-v2.mjs +277 -0
- package/admin-dist/server/_libs/h3.mjs +401 -0
- package/admin-dist/server/_libs/hookable.mjs +1 -0
- package/admin-dist/server/_libs/isbot.mjs +20 -0
- package/admin-dist/server/_libs/lucide-react.mjs +850 -0
- package/admin-dist/server/_libs/ohash.mjs +1 -0
- package/admin-dist/server/_libs/react-day-picker.mjs +2201 -0
- package/admin-dist/server/_libs/react-remove-scroll-bar.mjs +82 -0
- package/admin-dist/server/_libs/react-remove-scroll.mjs +328 -0
- package/admin-dist/server/_libs/react-style-singleton.mjs +69 -0
- package/admin-dist/server/_libs/rou3.mjs +8 -0
- package/admin-dist/server/_libs/seroval-plugins.mjs +58 -0
- package/admin-dist/server/_libs/seroval.mjs +1765 -0
- package/admin-dist/server/_libs/srvx.mjs +719 -0
- package/admin-dist/server/_libs/tailwind-merge.mjs +3010 -0
- package/admin-dist/server/_libs/tiny-invariant.mjs +12 -0
- package/admin-dist/server/_libs/tiny-warning.mjs +5 -0
- package/admin-dist/server/_libs/tslib.mjs +39 -0
- package/admin-dist/server/_libs/ufo.mjs +54 -0
- package/admin-dist/server/_libs/unctx.mjs +1 -0
- package/admin-dist/server/_libs/unstorage.mjs +1 -0
- package/admin-dist/server/_libs/use-callback-ref.mjs +66 -0
- package/admin-dist/server/_libs/use-sidecar.mjs +106 -0
- package/admin-dist/server/_libs/use-sync-external-store.mjs +139 -0
- package/admin-dist/server/_libs/zod.mjs +4223 -0
- package/admin-dist/server/_ssr/CmsEmptyState-DU7-7-mV.mjs +290 -0
- package/admin-dist/server/_ssr/CmsPageHeader-CseW0AHm.mjs +24 -0
- package/admin-dist/server/_ssr/CmsStatusBadge-B_pi4KCp.mjs +127 -0
- package/admin-dist/server/_ssr/CmsToolbar-X75ex6ek.mjs +49 -0
- package/admin-dist/server/_ssr/ContentEntryEditor-CepusRsA.mjs +3720 -0
- package/admin-dist/server/_ssr/ErrorState-cI-bKLez.mjs +89 -0
- package/admin-dist/server/_ssr/TaxonomyFilter-Bwrq0-cz.mjs +188 -0
- package/admin-dist/server/_ssr/_contentTypeId-BqYKEcLr.mjs +379 -0
- package/admin-dist/server/_ssr/_entryId-CRfnqeDf.mjs +161 -0
- package/admin-dist/server/_ssr/_tanstack-start-manifest_v-BwDlABVk.mjs +4 -0
- package/admin-dist/server/_ssr/alert-CVt45UUP.mjs +92 -0
- package/admin-dist/server/_ssr/badge-6BsP37vG.mjs +125 -0
- package/admin-dist/server/_ssr/command-fy8epIKf.mjs +128 -0
- package/admin-dist/server/_ssr/config.server-D7JHDcDv.mjs +117 -0
- package/admin-dist/server/_ssr/content-B5RhL7uW.mjs +532 -0
- package/admin-dist/server/_ssr/content-types-BIOqCQYN.mjs +1166 -0
- package/admin-dist/server/_ssr/index-DHSHDPt1.mjs +193 -0
- package/admin-dist/server/_ssr/index.mjs +1275 -0
- package/admin-dist/server/_ssr/label-C8Dko1j7.mjs +22 -0
- package/admin-dist/server/_ssr/media-CSx3XttC.mjs +1832 -0
- package/admin-dist/server/_ssr/new._contentTypeId-DzanEZQM.mjs +144 -0
- package/admin-dist/server/_ssr/router-DDWcF-kt.mjs +1556 -0
- package/admin-dist/server/_ssr/scroll-area-bjPYwhXN.mjs +59 -0
- package/admin-dist/server/_ssr/select-BUhDDf4T.mjs +142 -0
- package/admin-dist/server/_ssr/settings-DAsxnw2q.mjs +348 -0
- package/admin-dist/server/_ssr/start-HYkvq4Ni.mjs +4 -0
- package/admin-dist/server/_ssr/switch-BgyRtQ1Z.mjs +31 -0
- package/admin-dist/server/_ssr/tabs-DzMdRB1A.mjs +628 -0
- package/admin-dist/server/_ssr/taxonomies-C8j8g5Q5.mjs +915 -0
- package/admin-dist/server/_ssr/textarea-9jNeYJSc.mjs +18 -0
- package/admin-dist/server/_ssr/trash-DYMxwhZB.mjs +291 -0
- package/admin-dist/server/_ssr/useBreadcrumbLabel-FNSAr2Ha.mjs +16 -0
- package/admin-dist/server/_ssr/usePermissions-BJGGahrJ.mjs +68 -0
- package/admin-dist/server/favicon.ico +0 -0
- package/admin-dist/server/index.mjs +627 -0
- package/dist/cli/index.js +0 -0
- package/dist/client/admin-config.d.ts +0 -1
- package/dist/client/admin-config.d.ts.map +1 -1
- package/dist/client/admin-config.js +0 -1
- package/dist/client/admin-config.js.map +1 -1
- package/dist/client/adminApi.d.ts.map +1 -1
- package/dist/client/agentTools.d.ts +1237 -135
- package/dist/client/agentTools.d.ts.map +1 -1
- package/dist/client/agentTools.js +33 -9
- package/dist/client/agentTools.js.map +1 -1
- package/dist/client/index.d.ts +1 -1
- package/dist/client/index.d.ts.map +1 -1
- package/dist/client/index.js.map +1 -1
- package/dist/component/_generated/component.d.ts +9 -0
- package/dist/component/_generated/component.d.ts.map +1 -1
- package/dist/component/mediaAssets.d.ts +35 -0
- package/dist/component/mediaAssets.d.ts.map +1 -1
- package/dist/component/mediaAssets.js +81 -0
- package/dist/component/mediaAssets.js.map +1 -1
- package/dist/test.d.ts.map +1 -1
- package/dist/test.js +2 -1
- package/dist/test.js.map +1 -1
- package/package.json +9 -5
- package/dist/component/auditLog.d.ts +0 -410
- package/dist/component/auditLog.d.ts.map +0 -1
- package/dist/component/auditLog.js +0 -607
- package/dist/component/auditLog.js.map +0 -1
- package/dist/component/types.d.ts +0 -4
- package/dist/component/types.d.ts.map +0 -1
- package/dist/component/types.js +0 -2
- package/dist/component/types.js.map +0 -1
- package/src/cli/commands/admin.ts +0 -104
- package/src/cli/index.ts +0 -21
- package/src/cli/utils/detectConvexUrl.ts +0 -54
- package/src/cli/utils/openBrowser.ts +0 -16
- package/src/client/admin-config.ts +0 -138
- package/src/client/adminApi.ts +0 -942
- package/src/client/agentTools.ts +0 -1311
- package/src/client/argTypes.ts +0 -316
- package/src/client/field-types.ts +0 -187
- package/src/client/index.ts +0 -1301
- package/src/client/queryBuilder.ts +0 -1100
- package/src/client/schema/codegen.ts +0 -500
- package/src/client/schema/defineContentType.ts +0 -501
- package/src/client/schema/index.ts +0 -169
- package/src/client/schema/schemaDrift.ts +0 -574
- package/src/client/schema/typedClient.ts +0 -688
- package/src/client/schema/types.ts +0 -666
- package/src/client/types.ts +0 -723
- package/src/client/workflows.ts +0 -141
- package/src/client/wrapper.ts +0 -4304
- package/src/component/_generated/api.ts +0 -140
- package/src/component/_generated/component.ts +0 -5029
- package/src/component/_generated/dataModel.ts +0 -60
- package/src/component/_generated/server.ts +0 -156
- package/src/component/authorization.ts +0 -647
- package/src/component/authorizationHooks.ts +0 -668
- package/src/component/bulkOperations.ts +0 -687
- package/src/component/contentEntries.ts +0 -1976
- package/src/component/contentEntryMutations.ts +0 -1223
- package/src/component/contentEntryValidation.ts +0 -707
- package/src/component/contentLock.ts +0 -550
- package/src/component/contentTypeMigration.ts +0 -1064
- package/src/component/contentTypeMutations.ts +0 -969
- package/src/component/contentTypes.ts +0 -346
- package/src/component/convex.config.ts +0 -44
- package/src/component/documentTypes.ts +0 -240
- package/src/component/eventEmitter.ts +0 -485
- package/src/component/exportImport.ts +0 -1169
- package/src/component/index.ts +0 -491
- package/src/component/lib/deepReferenceResolver.ts +0 -999
- package/src/component/lib/errors.ts +0 -816
- package/src/component/lib/index.ts +0 -145
- package/src/component/lib/mediaReferenceResolver.ts +0 -495
- package/src/component/lib/metadataExtractor.ts +0 -792
- package/src/component/lib/mutationAuth.ts +0 -199
- package/src/component/lib/queries.ts +0 -79
- package/src/component/lib/ragContentChunker.ts +0 -1371
- package/src/component/lib/referenceResolver.ts +0 -430
- package/src/component/lib/slugGenerator.ts +0 -262
- package/src/component/lib/slugUniqueness.ts +0 -333
- package/src/component/lib/softDelete.ts +0 -44
- package/src/component/localeFallbackChain.ts +0 -673
- package/src/component/localeFields.ts +0 -896
- package/src/component/mediaAssetMutations.ts +0 -725
- package/src/component/mediaAssets.ts +0 -932
- package/src/component/mediaFolderMutations.ts +0 -1046
- package/src/component/mediaUploadMutations.ts +0 -224
- package/src/component/mediaVariantMutations.ts +0 -900
- package/src/component/mediaVariants.ts +0 -793
- package/src/component/ragContentIndexer.ts +0 -1067
- package/src/component/rateLimitHooks.ts +0 -572
- package/src/component/roles.ts +0 -1360
- package/src/component/scheduledPublish.ts +0 -358
- package/src/component/schema.ts +0 -617
- package/src/component/taxonomies.ts +0 -949
- package/src/component/taxonomyMutations.ts +0 -1210
- package/src/component/trash.ts +0 -724
- package/src/component/userContext.ts +0 -898
- package/src/component/validation.ts +0 -1388
- package/src/component/validators.ts +0 -949
- package/src/component/versionMutations.ts +0 -392
- package/src/component/webhookTrigger.ts +0 -1922
- package/src/react/index.ts +0 -898
- package/src/test.ts +0 -1580
|
@@ -0,0 +1,850 @@
|
|
|
1
|
+
import { r as reactExports } from "../_chunks/_libs/react.mjs";
|
|
2
|
+
const mergeClasses = (...classes) => classes.filter((className, index, array) => {
|
|
3
|
+
return Boolean(className) && className.trim() !== "" && array.indexOf(className) === index;
|
|
4
|
+
}).join(" ").trim();
|
|
5
|
+
const toKebabCase = (string) => string.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase();
|
|
6
|
+
const toCamelCase = (string) => string.replace(
|
|
7
|
+
/^([A-Z])|[\s-_]+(\w)/g,
|
|
8
|
+
(match, p1, p2) => p2 ? p2.toUpperCase() : p1.toLowerCase()
|
|
9
|
+
);
|
|
10
|
+
const toPascalCase = (string) => {
|
|
11
|
+
const camelCase = toCamelCase(string);
|
|
12
|
+
return camelCase.charAt(0).toUpperCase() + camelCase.slice(1);
|
|
13
|
+
};
|
|
14
|
+
var defaultAttributes = {
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
width: 24,
|
|
17
|
+
height: 24,
|
|
18
|
+
viewBox: "0 0 24 24",
|
|
19
|
+
fill: "none",
|
|
20
|
+
stroke: "currentColor",
|
|
21
|
+
strokeWidth: 2,
|
|
22
|
+
strokeLinecap: "round",
|
|
23
|
+
strokeLinejoin: "round"
|
|
24
|
+
};
|
|
25
|
+
const hasA11yProp = (props) => {
|
|
26
|
+
for (const prop in props) {
|
|
27
|
+
if (prop.startsWith("aria-") || prop === "role" || prop === "title") {
|
|
28
|
+
return true;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
return false;
|
|
32
|
+
};
|
|
33
|
+
const Icon = reactExports.forwardRef(
|
|
34
|
+
({
|
|
35
|
+
color = "currentColor",
|
|
36
|
+
size = 24,
|
|
37
|
+
strokeWidth = 2,
|
|
38
|
+
absoluteStrokeWidth,
|
|
39
|
+
className = "",
|
|
40
|
+
children,
|
|
41
|
+
iconNode,
|
|
42
|
+
...rest
|
|
43
|
+
}, ref) => reactExports.createElement(
|
|
44
|
+
"svg",
|
|
45
|
+
{
|
|
46
|
+
ref,
|
|
47
|
+
...defaultAttributes,
|
|
48
|
+
width: size,
|
|
49
|
+
height: size,
|
|
50
|
+
stroke: color,
|
|
51
|
+
strokeWidth: absoluteStrokeWidth ? Number(strokeWidth) * 24 / Number(size) : strokeWidth,
|
|
52
|
+
className: mergeClasses("lucide", className),
|
|
53
|
+
...!children && !hasA11yProp(rest) && { "aria-hidden": "true" },
|
|
54
|
+
...rest
|
|
55
|
+
},
|
|
56
|
+
[
|
|
57
|
+
...iconNode.map(([tag, attrs]) => reactExports.createElement(tag, attrs)),
|
|
58
|
+
...Array.isArray(children) ? children : [children]
|
|
59
|
+
]
|
|
60
|
+
)
|
|
61
|
+
);
|
|
62
|
+
const createLucideIcon = (iconName, iconNode) => {
|
|
63
|
+
const Component = reactExports.forwardRef(
|
|
64
|
+
({ className, ...props }, ref) => reactExports.createElement(Icon, {
|
|
65
|
+
ref,
|
|
66
|
+
iconNode,
|
|
67
|
+
className: mergeClasses(
|
|
68
|
+
`lucide-${toKebabCase(toPascalCase(iconName))}`,
|
|
69
|
+
`lucide-${iconName}`,
|
|
70
|
+
className
|
|
71
|
+
),
|
|
72
|
+
...props
|
|
73
|
+
})
|
|
74
|
+
);
|
|
75
|
+
Component.displayName = toPascalCase(iconName);
|
|
76
|
+
return Component;
|
|
77
|
+
};
|
|
78
|
+
const __iconNode$1k = [
|
|
79
|
+
["rect", { width: "20", height: "5", x: "2", y: "3", rx: "1", key: "1wp1u1" }],
|
|
80
|
+
["path", { d: "M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8", key: "1s80jp" }],
|
|
81
|
+
["path", { d: "M10 12h4", key: "a56b0p" }]
|
|
82
|
+
];
|
|
83
|
+
const Archive = createLucideIcon("archive", __iconNode$1k);
|
|
84
|
+
const __iconNode$1j = [
|
|
85
|
+
["path", { d: "M5 12h14", key: "1ays0h" }],
|
|
86
|
+
["path", { d: "m12 5 7 7-7 7", key: "xquz4c" }]
|
|
87
|
+
];
|
|
88
|
+
const ArrowRight = createLucideIcon("arrow-right", __iconNode$1j);
|
|
89
|
+
const __iconNode$1i = [
|
|
90
|
+
["path", { d: "m21 16-4 4-4-4", key: "f6ql7i" }],
|
|
91
|
+
["path", { d: "M17 20V4", key: "1ejh1v" }],
|
|
92
|
+
["path", { d: "m3 8 4-4 4 4", key: "11wl7u" }],
|
|
93
|
+
["path", { d: "M7 4v16", key: "1glfcx" }]
|
|
94
|
+
];
|
|
95
|
+
const ArrowUpDown = createLucideIcon("arrow-up-down", __iconNode$1i);
|
|
96
|
+
const __iconNode$1h = [
|
|
97
|
+
["path", { d: "M10.268 21a2 2 0 0 0 3.464 0", key: "vwvbt9" }],
|
|
98
|
+
[
|
|
99
|
+
"path",
|
|
100
|
+
{
|
|
101
|
+
d: "M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326",
|
|
102
|
+
key: "11g9vi"
|
|
103
|
+
}
|
|
104
|
+
]
|
|
105
|
+
];
|
|
106
|
+
const Bell = createLucideIcon("bell", __iconNode$1h);
|
|
107
|
+
const __iconNode$1g = [
|
|
108
|
+
[
|
|
109
|
+
"path",
|
|
110
|
+
{ d: "M6 12h9a4 4 0 0 1 0 8H7a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h7a4 4 0 0 1 0 8", key: "mg9rjx" }
|
|
111
|
+
]
|
|
112
|
+
];
|
|
113
|
+
const Bold = createLucideIcon("bold", __iconNode$1g);
|
|
114
|
+
const __iconNode$1f = [
|
|
115
|
+
[
|
|
116
|
+
"path",
|
|
117
|
+
{
|
|
118
|
+
d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",
|
|
119
|
+
key: "k3hazp"
|
|
120
|
+
}
|
|
121
|
+
]
|
|
122
|
+
];
|
|
123
|
+
const Book = createLucideIcon("book", __iconNode$1f);
|
|
124
|
+
const __iconNode$1e = [
|
|
125
|
+
[
|
|
126
|
+
"path",
|
|
127
|
+
{
|
|
128
|
+
d: "M17 3a2 2 0 0 1 2 2v15a1 1 0 0 1-1.496.868l-4.512-2.578a2 2 0 0 0-1.984 0l-4.512 2.578A1 1 0 0 1 5 20V5a2 2 0 0 1 2-2z",
|
|
129
|
+
key: "oz39mx"
|
|
130
|
+
}
|
|
131
|
+
]
|
|
132
|
+
];
|
|
133
|
+
const Bookmark = createLucideIcon("bookmark", __iconNode$1e);
|
|
134
|
+
const __iconNode$1d = [
|
|
135
|
+
[
|
|
136
|
+
"path",
|
|
137
|
+
{ d: "M8 3H7a2 2 0 0 0-2 2v5a2 2 0 0 1-2 2 2 2 0 0 1 2 2v5c0 1.1.9 2 2 2h1", key: "ezmyqa" }
|
|
138
|
+
],
|
|
139
|
+
[
|
|
140
|
+
"path",
|
|
141
|
+
{
|
|
142
|
+
d: "M16 21h1a2 2 0 0 0 2-2v-5c0-1.1.9-2 2-2a2 2 0 0 1-2-2V5a2 2 0 0 0-2-2h-1",
|
|
143
|
+
key: "e1hn23"
|
|
144
|
+
}
|
|
145
|
+
]
|
|
146
|
+
];
|
|
147
|
+
const Braces = createLucideIcon("braces", __iconNode$1d);
|
|
148
|
+
const __iconNode$1c = [
|
|
149
|
+
["path", { d: "M8 2v4", key: "1cmpym" }],
|
|
150
|
+
["path", { d: "M16 2v4", key: "4m81vk" }],
|
|
151
|
+
["rect", { width: "18", height: "18", x: "3", y: "4", rx: "2", key: "1hopcy" }],
|
|
152
|
+
["path", { d: "M3 10h18", key: "8toen8" }]
|
|
153
|
+
];
|
|
154
|
+
const Calendar = createLucideIcon("calendar", __iconNode$1c);
|
|
155
|
+
const __iconNode$1b = [["path", { d: "M20 6 9 17l-5-5", key: "1gmf2c" }]];
|
|
156
|
+
const Check = createLucideIcon("check", __iconNode$1b);
|
|
157
|
+
const __iconNode$1a = [["path", { d: "m6 9 6 6 6-6", key: "qrunsl" }]];
|
|
158
|
+
const ChevronDown = createLucideIcon("chevron-down", __iconNode$1a);
|
|
159
|
+
const __iconNode$19 = [["path", { d: "m15 18-6-6 6-6", key: "1wnfg3" }]];
|
|
160
|
+
const ChevronLeft = createLucideIcon("chevron-left", __iconNode$19);
|
|
161
|
+
const __iconNode$18 = [["path", { d: "m9 18 6-6-6-6", key: "mthhwq" }]];
|
|
162
|
+
const ChevronRight = createLucideIcon("chevron-right", __iconNode$18);
|
|
163
|
+
const __iconNode$17 = [["path", { d: "m18 15-6-6-6 6", key: "153udz" }]];
|
|
164
|
+
const ChevronUp = createLucideIcon("chevron-up", __iconNode$17);
|
|
165
|
+
const __iconNode$16 = [
|
|
166
|
+
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
167
|
+
["line", { x1: "12", x2: "12", y1: "8", y2: "12", key: "1pkeuh" }],
|
|
168
|
+
["line", { x1: "12", x2: "12.01", y1: "16", y2: "16", key: "4dfq90" }]
|
|
169
|
+
];
|
|
170
|
+
const CircleAlert = createLucideIcon("circle-alert", __iconNode$16);
|
|
171
|
+
const __iconNode$15 = [
|
|
172
|
+
["path", { d: "M21.801 10A10 10 0 1 1 17 3.335", key: "yps3ct" }],
|
|
173
|
+
["path", { d: "m9 11 3 3L22 4", key: "1pflzl" }]
|
|
174
|
+
];
|
|
175
|
+
const CircleCheckBig = createLucideIcon("circle-check-big", __iconNode$15);
|
|
176
|
+
const __iconNode$14 = [
|
|
177
|
+
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
178
|
+
["path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3", key: "1u773s" }],
|
|
179
|
+
["path", { d: "M12 17h.01", key: "p32p05" }]
|
|
180
|
+
];
|
|
181
|
+
const CircleQuestionMark = createLucideIcon("circle-question-mark", __iconNode$14);
|
|
182
|
+
const __iconNode$13 = [
|
|
183
|
+
["path", { d: "M12 6v6l4 2", key: "mmk7yg" }],
|
|
184
|
+
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }]
|
|
185
|
+
];
|
|
186
|
+
const Clock = createLucideIcon("clock", __iconNode$13);
|
|
187
|
+
const __iconNode$12 = [
|
|
188
|
+
["path", { d: "m16 18 6-6-6-6", key: "eg8j8" }],
|
|
189
|
+
["path", { d: "m8 6-6 6 6 6", key: "ppft3o" }]
|
|
190
|
+
];
|
|
191
|
+
const Code = createLucideIcon("code", __iconNode$12);
|
|
192
|
+
const __iconNode$11 = [
|
|
193
|
+
["rect", { width: "14", height: "14", x: "8", y: "8", rx: "2", ry: "2", key: "17jyea" }],
|
|
194
|
+
["path", { d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2", key: "zix9uf" }]
|
|
195
|
+
];
|
|
196
|
+
const Copy = createLucideIcon("copy", __iconNode$11);
|
|
197
|
+
const __iconNode$10 = [
|
|
198
|
+
["line", { x1: "12", x2: "12", y1: "2", y2: "22", key: "7eqyqh" }],
|
|
199
|
+
["path", { d: "M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6", key: "1b0p4s" }]
|
|
200
|
+
];
|
|
201
|
+
const DollarSign = createLucideIcon("dollar-sign", __iconNode$10);
|
|
202
|
+
const __iconNode$$ = [
|
|
203
|
+
["path", { d: "M12 15V3", key: "m9g1x1" }],
|
|
204
|
+
["path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4", key: "ih7n3h" }],
|
|
205
|
+
["path", { d: "m7 10 5 5 5-5", key: "brsn70" }]
|
|
206
|
+
];
|
|
207
|
+
const Download = createLucideIcon("download", __iconNode$$);
|
|
208
|
+
const __iconNode$_ = [
|
|
209
|
+
["circle", { cx: "12", cy: "12", r: "1", key: "41hilf" }],
|
|
210
|
+
["circle", { cx: "12", cy: "5", r: "1", key: "gxeob9" }],
|
|
211
|
+
["circle", { cx: "12", cy: "19", r: "1", key: "lyex9k" }]
|
|
212
|
+
];
|
|
213
|
+
const EllipsisVertical = createLucideIcon("ellipsis-vertical", __iconNode$_);
|
|
214
|
+
const __iconNode$Z = [
|
|
215
|
+
["circle", { cx: "12", cy: "12", r: "1", key: "41hilf" }],
|
|
216
|
+
["circle", { cx: "19", cy: "12", r: "1", key: "1wjl8i" }],
|
|
217
|
+
["circle", { cx: "5", cy: "12", r: "1", key: "1pcz8c" }]
|
|
218
|
+
];
|
|
219
|
+
const Ellipsis = createLucideIcon("ellipsis", __iconNode$Z);
|
|
220
|
+
const __iconNode$Y = [
|
|
221
|
+
["path", { d: "M15 3h6v6", key: "1q9fwt" }],
|
|
222
|
+
["path", { d: "M10 14 21 3", key: "gplh6r" }],
|
|
223
|
+
["path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6", key: "a6xqqp" }]
|
|
224
|
+
];
|
|
225
|
+
const ExternalLink = createLucideIcon("external-link", __iconNode$Y);
|
|
226
|
+
const __iconNode$X = [
|
|
227
|
+
[
|
|
228
|
+
"path",
|
|
229
|
+
{
|
|
230
|
+
d: "M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0",
|
|
231
|
+
key: "1nclc0"
|
|
232
|
+
}
|
|
233
|
+
],
|
|
234
|
+
["circle", { cx: "12", cy: "12", r: "3", key: "1v7zrd" }]
|
|
235
|
+
];
|
|
236
|
+
const Eye = createLucideIcon("eye", __iconNode$X);
|
|
237
|
+
const __iconNode$W = [
|
|
238
|
+
[
|
|
239
|
+
"path",
|
|
240
|
+
{
|
|
241
|
+
d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",
|
|
242
|
+
key: "1oefj6"
|
|
243
|
+
}
|
|
244
|
+
],
|
|
245
|
+
["path", { d: "M14 2v5a1 1 0 0 0 1 1h5", key: "wfsgrz" }],
|
|
246
|
+
["path", { d: "M10 12.5 8 15l2 2.5", key: "1tg20x" }],
|
|
247
|
+
["path", { d: "m14 12.5 2 2.5-2 2.5", key: "yinavb" }]
|
|
248
|
+
];
|
|
249
|
+
const FileCode = createLucideIcon("file-code", __iconNode$W);
|
|
250
|
+
const __iconNode$V = [
|
|
251
|
+
[
|
|
252
|
+
"path",
|
|
253
|
+
{
|
|
254
|
+
d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",
|
|
255
|
+
key: "1oefj6"
|
|
256
|
+
}
|
|
257
|
+
],
|
|
258
|
+
["path", { d: "M14 2v5a1 1 0 0 0 1 1h5", key: "wfsgrz" }],
|
|
259
|
+
["path", { d: "M10 9H8", key: "b1mrlr" }],
|
|
260
|
+
["path", { d: "M16 13H8", key: "t4e002" }],
|
|
261
|
+
["path", { d: "M16 17H8", key: "z1uh3a" }]
|
|
262
|
+
];
|
|
263
|
+
const FileText = createLucideIcon("file-text", __iconNode$V);
|
|
264
|
+
const __iconNode$U = [
|
|
265
|
+
[
|
|
266
|
+
"path",
|
|
267
|
+
{
|
|
268
|
+
d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",
|
|
269
|
+
key: "1oefj6"
|
|
270
|
+
}
|
|
271
|
+
],
|
|
272
|
+
["path", { d: "M14 2v5a1 1 0 0 0 1 1h5", key: "wfsgrz" }],
|
|
273
|
+
["path", { d: "M11 18h2", key: "12mj7e" }],
|
|
274
|
+
["path", { d: "M12 12v6", key: "3ahymv" }],
|
|
275
|
+
["path", { d: "M9 13v-.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v.5", key: "qbrxap" }]
|
|
276
|
+
];
|
|
277
|
+
const FileType = createLucideIcon("file-type", __iconNode$U);
|
|
278
|
+
const __iconNode$T = [
|
|
279
|
+
[
|
|
280
|
+
"path",
|
|
281
|
+
{
|
|
282
|
+
d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",
|
|
283
|
+
key: "1oefj6"
|
|
284
|
+
}
|
|
285
|
+
],
|
|
286
|
+
["path", { d: "M14 2v5a1 1 0 0 0 1 1h5", key: "wfsgrz" }]
|
|
287
|
+
];
|
|
288
|
+
const File = createLucideIcon("file", __iconNode$T);
|
|
289
|
+
const __iconNode$S = [
|
|
290
|
+
[
|
|
291
|
+
"path",
|
|
292
|
+
{
|
|
293
|
+
d: "M4 22V4a1 1 0 0 1 .4-.8A6 6 0 0 1 8 2c3 0 5 2 7.333 2q2 0 3.067-.8A1 1 0 0 1 20 4v10a1 1 0 0 1-.4.8A6 6 0 0 1 16 16c-3 0-5-2-8-2a6 6 0 0 0-4 1.528",
|
|
294
|
+
key: "1jaruq"
|
|
295
|
+
}
|
|
296
|
+
]
|
|
297
|
+
];
|
|
298
|
+
const Flag = createLucideIcon("flag", __iconNode$S);
|
|
299
|
+
const __iconNode$R = [
|
|
300
|
+
[
|
|
301
|
+
"path",
|
|
302
|
+
{
|
|
303
|
+
d: "M2 9V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-1",
|
|
304
|
+
key: "fm4g5t"
|
|
305
|
+
}
|
|
306
|
+
],
|
|
307
|
+
["path", { d: "M2 13h10", key: "pgb2dq" }],
|
|
308
|
+
["path", { d: "m9 16 3-3-3-3", key: "6m91ic" }]
|
|
309
|
+
];
|
|
310
|
+
const FolderInput = createLucideIcon("folder-input", __iconNode$R);
|
|
311
|
+
const __iconNode$Q = [
|
|
312
|
+
[
|
|
313
|
+
"path",
|
|
314
|
+
{
|
|
315
|
+
d: "m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2",
|
|
316
|
+
key: "usdka0"
|
|
317
|
+
}
|
|
318
|
+
]
|
|
319
|
+
];
|
|
320
|
+
const FolderOpen = createLucideIcon("folder-open", __iconNode$Q);
|
|
321
|
+
const __iconNode$P = [
|
|
322
|
+
["path", { d: "M12 10v6", key: "1bos4e" }],
|
|
323
|
+
["path", { d: "M9 13h6", key: "1uhe8q" }],
|
|
324
|
+
[
|
|
325
|
+
"path",
|
|
326
|
+
{
|
|
327
|
+
d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",
|
|
328
|
+
key: "1kt360"
|
|
329
|
+
}
|
|
330
|
+
]
|
|
331
|
+
];
|
|
332
|
+
const FolderPlus = createLucideIcon("folder-plus", __iconNode$P);
|
|
333
|
+
const __iconNode$O = [
|
|
334
|
+
[
|
|
335
|
+
"path",
|
|
336
|
+
{
|
|
337
|
+
d: "M20 10a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-2.5a1 1 0 0 1-.8-.4l-.9-1.2A1 1 0 0 0 15 3h-2a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1Z",
|
|
338
|
+
key: "hod4my"
|
|
339
|
+
}
|
|
340
|
+
],
|
|
341
|
+
[
|
|
342
|
+
"path",
|
|
343
|
+
{
|
|
344
|
+
d: "M20 21a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1h-2.9a1 1 0 0 1-.88-.55l-.42-.85a1 1 0 0 0-.92-.6H13a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1Z",
|
|
345
|
+
key: "w4yl2u"
|
|
346
|
+
}
|
|
347
|
+
],
|
|
348
|
+
["path", { d: "M3 5a2 2 0 0 0 2 2h3", key: "f2jnh7" }],
|
|
349
|
+
["path", { d: "M3 3v13a2 2 0 0 0 2 2h3", key: "k8epm1" }]
|
|
350
|
+
];
|
|
351
|
+
const FolderTree = createLucideIcon("folder-tree", __iconNode$O);
|
|
352
|
+
const __iconNode$N = [
|
|
353
|
+
[
|
|
354
|
+
"path",
|
|
355
|
+
{
|
|
356
|
+
d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",
|
|
357
|
+
key: "1kt360"
|
|
358
|
+
}
|
|
359
|
+
]
|
|
360
|
+
];
|
|
361
|
+
const Folder = createLucideIcon("folder", __iconNode$N);
|
|
362
|
+
const __iconNode$M = [
|
|
363
|
+
["circle", { cx: "18", cy: "18", r: "3", key: "1xkwt0" }],
|
|
364
|
+
["circle", { cx: "6", cy: "6", r: "3", key: "1lh9wr" }],
|
|
365
|
+
["path", { d: "M13 6h3a2 2 0 0 1 2 2v7", key: "1yeb86" }],
|
|
366
|
+
["path", { d: "M11 18H8a2 2 0 0 1-2-2V9", key: "19pyzm" }]
|
|
367
|
+
];
|
|
368
|
+
const GitCompare = createLucideIcon("git-compare", __iconNode$M);
|
|
369
|
+
const __iconNode$L = [
|
|
370
|
+
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
371
|
+
["path", { d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20", key: "13o1zl" }],
|
|
372
|
+
["path", { d: "M2 12h20", key: "9i4pu4" }]
|
|
373
|
+
];
|
|
374
|
+
const Globe = createLucideIcon("globe", __iconNode$L);
|
|
375
|
+
const __iconNode$K = [
|
|
376
|
+
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
|
|
377
|
+
["path", { d: "M3 9h18", key: "1pudct" }],
|
|
378
|
+
["path", { d: "M3 15h18", key: "5xshup" }],
|
|
379
|
+
["path", { d: "M9 3v18", key: "fh3hqa" }],
|
|
380
|
+
["path", { d: "M15 3v18", key: "14nvp0" }]
|
|
381
|
+
];
|
|
382
|
+
const Grid3x3 = createLucideIcon("grid-3x3", __iconNode$K);
|
|
383
|
+
const __iconNode$J = [
|
|
384
|
+
["line", { x1: "4", x2: "20", y1: "9", y2: "9", key: "4lhtct" }],
|
|
385
|
+
["line", { x1: "4", x2: "20", y1: "15", y2: "15", key: "vyu0kd" }],
|
|
386
|
+
["line", { x1: "10", x2: "8", y1: "3", y2: "21", key: "1ggp8o" }],
|
|
387
|
+
["line", { x1: "16", x2: "14", y1: "3", y2: "21", key: "weycgp" }]
|
|
388
|
+
];
|
|
389
|
+
const Hash = createLucideIcon("hash", __iconNode$J);
|
|
390
|
+
const __iconNode$I = [
|
|
391
|
+
["path", { d: "M4 12h8", key: "17cfdx" }],
|
|
392
|
+
["path", { d: "M4 18V6", key: "1rz3zl" }],
|
|
393
|
+
["path", { d: "M12 18V6", key: "zqpxq5" }],
|
|
394
|
+
["path", { d: "M21 18h-4c0-4 4-3 4-6 0-1.5-2-2.5-4-1", key: "9jr5yi" }]
|
|
395
|
+
];
|
|
396
|
+
const Heading2 = createLucideIcon("heading-2", __iconNode$I);
|
|
397
|
+
const __iconNode$H = [
|
|
398
|
+
[
|
|
399
|
+
"path",
|
|
400
|
+
{
|
|
401
|
+
d: "M2 9.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5",
|
|
402
|
+
key: "mvr1a0"
|
|
403
|
+
}
|
|
404
|
+
]
|
|
405
|
+
];
|
|
406
|
+
const Heart = createLucideIcon("heart", __iconNode$H);
|
|
407
|
+
const __iconNode$G = [
|
|
408
|
+
["path", { d: "M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8", key: "1357e3" }],
|
|
409
|
+
["path", { d: "M3 3v5h5", key: "1xhq8a" }],
|
|
410
|
+
["path", { d: "M12 7v5l4 2", key: "1fdv2h" }]
|
|
411
|
+
];
|
|
412
|
+
const History = createLucideIcon("history", __iconNode$G);
|
|
413
|
+
const __iconNode$F = [
|
|
414
|
+
["path", { d: "M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8", key: "5wwlr5" }],
|
|
415
|
+
[
|
|
416
|
+
"path",
|
|
417
|
+
{
|
|
418
|
+
d: "M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z",
|
|
419
|
+
key: "r6nss1"
|
|
420
|
+
}
|
|
421
|
+
]
|
|
422
|
+
];
|
|
423
|
+
const House = createLucideIcon("house", __iconNode$F);
|
|
424
|
+
const __iconNode$E = [
|
|
425
|
+
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2", key: "1m3agn" }],
|
|
426
|
+
["circle", { cx: "9", cy: "9", r: "2", key: "af1f0g" }],
|
|
427
|
+
["path", { d: "m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21", key: "1xmnt7" }]
|
|
428
|
+
];
|
|
429
|
+
const Image = createLucideIcon("image", __iconNode$E);
|
|
430
|
+
const __iconNode$D = [
|
|
431
|
+
["line", { x1: "19", x2: "10", y1: "4", y2: "4", key: "15jd3p" }],
|
|
432
|
+
["line", { x1: "14", x2: "5", y1: "20", y2: "20", key: "bu0au3" }],
|
|
433
|
+
["line", { x1: "15", x2: "9", y1: "4", y2: "20", key: "uljnxc" }]
|
|
434
|
+
];
|
|
435
|
+
const Italic = createLucideIcon("italic", __iconNode$D);
|
|
436
|
+
const __iconNode$C = [
|
|
437
|
+
[
|
|
438
|
+
"path",
|
|
439
|
+
{
|
|
440
|
+
d: "M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83z",
|
|
441
|
+
key: "zw3jo"
|
|
442
|
+
}
|
|
443
|
+
],
|
|
444
|
+
[
|
|
445
|
+
"path",
|
|
446
|
+
{
|
|
447
|
+
d: "M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 12",
|
|
448
|
+
key: "1wduqc"
|
|
449
|
+
}
|
|
450
|
+
],
|
|
451
|
+
[
|
|
452
|
+
"path",
|
|
453
|
+
{
|
|
454
|
+
d: "M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 17",
|
|
455
|
+
key: "kqbvx6"
|
|
456
|
+
}
|
|
457
|
+
]
|
|
458
|
+
];
|
|
459
|
+
const Layers = createLucideIcon("layers", __iconNode$C);
|
|
460
|
+
const __iconNode$B = [
|
|
461
|
+
["rect", { width: "7", height: "9", x: "3", y: "3", rx: "1", key: "10lvy0" }],
|
|
462
|
+
["rect", { width: "7", height: "5", x: "14", y: "3", rx: "1", key: "16une8" }],
|
|
463
|
+
["rect", { width: "7", height: "9", x: "14", y: "12", rx: "1", key: "1hutg5" }],
|
|
464
|
+
["rect", { width: "7", height: "5", x: "3", y: "16", rx: "1", key: "ldoo1y" }]
|
|
465
|
+
];
|
|
466
|
+
const LayoutDashboard = createLucideIcon("layout-dashboard", __iconNode$B);
|
|
467
|
+
const __iconNode$A = [
|
|
468
|
+
["path", { d: "M9 17H7A5 5 0 0 1 7 7h2", key: "8i5ue5" }],
|
|
469
|
+
["path", { d: "M15 7h2a5 5 0 1 1 0 10h-2", key: "1b9ql8" }],
|
|
470
|
+
["line", { x1: "8", x2: "16", y1: "12", y2: "12", key: "1jonct" }]
|
|
471
|
+
];
|
|
472
|
+
const Link2 = createLucideIcon("link-2", __iconNode$A);
|
|
473
|
+
const __iconNode$z = [
|
|
474
|
+
["path", { d: "M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71", key: "1cjeqo" }],
|
|
475
|
+
["path", { d: "M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71", key: "19qd67" }]
|
|
476
|
+
];
|
|
477
|
+
const Link = createLucideIcon("link", __iconNode$z);
|
|
478
|
+
const __iconNode$y = [
|
|
479
|
+
["path", { d: "M3 5h.01", key: "18ugdj" }],
|
|
480
|
+
["path", { d: "M3 12h.01", key: "nlz23k" }],
|
|
481
|
+
["path", { d: "M3 19h.01", key: "noohij" }],
|
|
482
|
+
["path", { d: "M8 5h13", key: "1pao27" }],
|
|
483
|
+
["path", { d: "M8 12h13", key: "1za7za" }],
|
|
484
|
+
["path", { d: "M8 19h13", key: "m83p4d" }]
|
|
485
|
+
];
|
|
486
|
+
const List = createLucideIcon("list", __iconNode$y);
|
|
487
|
+
const __iconNode$x = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]];
|
|
488
|
+
const LoaderCircle = createLucideIcon("loader-circle", __iconNode$x);
|
|
489
|
+
const __iconNode$w = [
|
|
490
|
+
["rect", { width: "18", height: "11", x: "3", y: "11", rx: "2", ry: "2", key: "1w4ew1" }],
|
|
491
|
+
["path", { d: "M7 11V7a5 5 0 0 1 10 0v4", key: "fwvmzm" }]
|
|
492
|
+
];
|
|
493
|
+
const Lock = createLucideIcon("lock", __iconNode$w);
|
|
494
|
+
const __iconNode$v = [
|
|
495
|
+
["path", { d: "m16 17 5-5-5-5", key: "1bji2h" }],
|
|
496
|
+
["path", { d: "M21 12H9", key: "dn1m92" }],
|
|
497
|
+
["path", { d: "M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4", key: "1uf3rs" }]
|
|
498
|
+
];
|
|
499
|
+
const LogOut = createLucideIcon("log-out", __iconNode$v);
|
|
500
|
+
const __iconNode$u = [
|
|
501
|
+
["path", { d: "m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7", key: "132q7q" }],
|
|
502
|
+
["rect", { x: "2", y: "4", width: "20", height: "16", rx: "2", key: "izxlao" }]
|
|
503
|
+
];
|
|
504
|
+
const Mail = createLucideIcon("mail", __iconNode$u);
|
|
505
|
+
const __iconNode$t = [
|
|
506
|
+
[
|
|
507
|
+
"path",
|
|
508
|
+
{
|
|
509
|
+
d: "M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",
|
|
510
|
+
key: "1r0f0z"
|
|
511
|
+
}
|
|
512
|
+
],
|
|
513
|
+
["circle", { cx: "12", cy: "10", r: "3", key: "ilqhr7" }]
|
|
514
|
+
];
|
|
515
|
+
const MapPin = createLucideIcon("map-pin", __iconNode$t);
|
|
516
|
+
const __iconNode$s = [
|
|
517
|
+
[
|
|
518
|
+
"path",
|
|
519
|
+
{
|
|
520
|
+
d: "M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z",
|
|
521
|
+
key: "18887p"
|
|
522
|
+
}
|
|
523
|
+
]
|
|
524
|
+
];
|
|
525
|
+
const MessageSquare = createLucideIcon("message-square", __iconNode$s);
|
|
526
|
+
const __iconNode$r = [["path", { d: "M5 12h14", key: "1ays0h" }]];
|
|
527
|
+
const Minus = createLucideIcon("minus", __iconNode$r);
|
|
528
|
+
const __iconNode$q = [
|
|
529
|
+
["rect", { width: "20", height: "14", x: "2", y: "3", rx: "2", key: "48i651" }],
|
|
530
|
+
["line", { x1: "8", x2: "16", y1: "21", y2: "21", key: "1svkeh" }],
|
|
531
|
+
["line", { x1: "12", x2: "12", y1: "17", y2: "21", key: "vw1qmm" }]
|
|
532
|
+
];
|
|
533
|
+
const Monitor = createLucideIcon("monitor", __iconNode$q);
|
|
534
|
+
const __iconNode$p = [
|
|
535
|
+
[
|
|
536
|
+
"path",
|
|
537
|
+
{
|
|
538
|
+
d: "M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401",
|
|
539
|
+
key: "kfwtm"
|
|
540
|
+
}
|
|
541
|
+
]
|
|
542
|
+
];
|
|
543
|
+
const Moon = createLucideIcon("moon", __iconNode$p);
|
|
544
|
+
const __iconNode$o = [
|
|
545
|
+
["path", { d: "M9 18V5l12-2v13", key: "1jmyc2" }],
|
|
546
|
+
["circle", { cx: "6", cy: "18", r: "3", key: "fqmcym" }],
|
|
547
|
+
["circle", { cx: "18", cy: "16", r: "3", key: "1hluhg" }]
|
|
548
|
+
];
|
|
549
|
+
const Music = createLucideIcon("music", __iconNode$o);
|
|
550
|
+
const __iconNode$n = [
|
|
551
|
+
[
|
|
552
|
+
"path",
|
|
553
|
+
{
|
|
554
|
+
d: "M11 21.73a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73z",
|
|
555
|
+
key: "1a0edw"
|
|
556
|
+
}
|
|
557
|
+
],
|
|
558
|
+
["path", { d: "M12 22V12", key: "d0xqtd" }],
|
|
559
|
+
["polyline", { points: "3.29 7 12 12 20.71 7", key: "ousv84" }],
|
|
560
|
+
["path", { d: "m7.5 4.27 9 5.15", key: "1c824w" }]
|
|
561
|
+
];
|
|
562
|
+
const Package = createLucideIcon("package", __iconNode$n);
|
|
563
|
+
const __iconNode$m = [
|
|
564
|
+
[
|
|
565
|
+
"path",
|
|
566
|
+
{
|
|
567
|
+
d: "M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",
|
|
568
|
+
key: "1a8usu"
|
|
569
|
+
}
|
|
570
|
+
],
|
|
571
|
+
["path", { d: "m15 5 4 4", key: "1mk7zo" }]
|
|
572
|
+
];
|
|
573
|
+
const Pencil = createLucideIcon("pencil", __iconNode$m);
|
|
574
|
+
const __iconNode$l = [
|
|
575
|
+
[
|
|
576
|
+
"path",
|
|
577
|
+
{
|
|
578
|
+
d: "M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384",
|
|
579
|
+
key: "9njp5v"
|
|
580
|
+
}
|
|
581
|
+
]
|
|
582
|
+
];
|
|
583
|
+
const Phone = createLucideIcon("phone", __iconNode$l);
|
|
584
|
+
const __iconNode$k = [
|
|
585
|
+
["path", { d: "M5 12h14", key: "1ays0h" }],
|
|
586
|
+
["path", { d: "M12 5v14", key: "s699le" }]
|
|
587
|
+
];
|
|
588
|
+
const Plus = createLucideIcon("plus", __iconNode$k);
|
|
589
|
+
const __iconNode$j = [
|
|
590
|
+
[
|
|
591
|
+
"path",
|
|
592
|
+
{
|
|
593
|
+
d: "M16 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z",
|
|
594
|
+
key: "rib7q0"
|
|
595
|
+
}
|
|
596
|
+
],
|
|
597
|
+
[
|
|
598
|
+
"path",
|
|
599
|
+
{
|
|
600
|
+
d: "M5 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z",
|
|
601
|
+
key: "1ymkrd"
|
|
602
|
+
}
|
|
603
|
+
]
|
|
604
|
+
];
|
|
605
|
+
const Quote = createLucideIcon("quote", __iconNode$j);
|
|
606
|
+
const __iconNode$i = [
|
|
607
|
+
["path", { d: "M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8", key: "v9h5vc" }],
|
|
608
|
+
["path", { d: "M21 3v5h-5", key: "1q7to0" }],
|
|
609
|
+
["path", { d: "M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16", key: "3uifl3" }],
|
|
610
|
+
["path", { d: "M8 16H3v5", key: "1cv678" }]
|
|
611
|
+
];
|
|
612
|
+
const RefreshCw = createLucideIcon("refresh-cw", __iconNode$i);
|
|
613
|
+
const __iconNode$h = [
|
|
614
|
+
["path", { d: "M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8", key: "1357e3" }],
|
|
615
|
+
["path", { d: "M3 3v5h5", key: "1xhq8a" }]
|
|
616
|
+
];
|
|
617
|
+
const RotateCcw = createLucideIcon("rotate-ccw", __iconNode$h);
|
|
618
|
+
const __iconNode$g = [
|
|
619
|
+
["path", { d: "m21 21-4.34-4.34", key: "14j7rj" }],
|
|
620
|
+
["circle", { cx: "11", cy: "11", r: "8", key: "4ej97u" }]
|
|
621
|
+
];
|
|
622
|
+
const Search = createLucideIcon("search", __iconNode$g);
|
|
623
|
+
const __iconNode$f = [
|
|
624
|
+
[
|
|
625
|
+
"path",
|
|
626
|
+
{
|
|
627
|
+
d: "M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915",
|
|
628
|
+
key: "1i5ecw"
|
|
629
|
+
}
|
|
630
|
+
],
|
|
631
|
+
["circle", { cx: "12", cy: "12", r: "3", key: "1v7zrd" }]
|
|
632
|
+
];
|
|
633
|
+
const Settings = createLucideIcon("settings", __iconNode$f);
|
|
634
|
+
const __iconNode$e = [
|
|
635
|
+
[
|
|
636
|
+
"path",
|
|
637
|
+
{ d: "M21 10.656V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h12.344", key: "2acyp4" }
|
|
638
|
+
],
|
|
639
|
+
["path", { d: "m9 11 3 3L22 4", key: "1pflzl" }]
|
|
640
|
+
];
|
|
641
|
+
const SquareCheckBig = createLucideIcon("square-check-big", __iconNode$e);
|
|
642
|
+
const __iconNode$d = [
|
|
643
|
+
["path", { d: "M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7", key: "1m0v6g" }],
|
|
644
|
+
[
|
|
645
|
+
"path",
|
|
646
|
+
{
|
|
647
|
+
d: "M18.375 2.625a1 1 0 0 1 3 3l-9.013 9.014a2 2 0 0 1-.853.505l-2.873.84a.5.5 0 0 1-.62-.62l.84-2.873a2 2 0 0 1 .506-.852z",
|
|
648
|
+
key: "ohrbg2"
|
|
649
|
+
}
|
|
650
|
+
]
|
|
651
|
+
];
|
|
652
|
+
const SquarePen = createLucideIcon("square-pen", __iconNode$d);
|
|
653
|
+
const __iconNode$c = [
|
|
654
|
+
[
|
|
655
|
+
"path",
|
|
656
|
+
{
|
|
657
|
+
d: "M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z",
|
|
658
|
+
key: "r04s7s"
|
|
659
|
+
}
|
|
660
|
+
]
|
|
661
|
+
];
|
|
662
|
+
const Star = createLucideIcon("star", __iconNode$c);
|
|
663
|
+
const __iconNode$b = [
|
|
664
|
+
["circle", { cx: "12", cy: "12", r: "4", key: "4exip2" }],
|
|
665
|
+
["path", { d: "M12 2v2", key: "tus03m" }],
|
|
666
|
+
["path", { d: "M12 20v2", key: "1lh1kg" }],
|
|
667
|
+
["path", { d: "m4.93 4.93 1.41 1.41", key: "149t6j" }],
|
|
668
|
+
["path", { d: "m17.66 17.66 1.41 1.41", key: "ptbguv" }],
|
|
669
|
+
["path", { d: "M2 12h2", key: "1t8f8n" }],
|
|
670
|
+
["path", { d: "M20 12h2", key: "1q8mjw" }],
|
|
671
|
+
["path", { d: "m6.34 17.66-1.41 1.41", key: "1m8zz5" }],
|
|
672
|
+
["path", { d: "m19.07 4.93-1.41 1.41", key: "1shlcs" }]
|
|
673
|
+
];
|
|
674
|
+
const Sun = createLucideIcon("sun", __iconNode$b);
|
|
675
|
+
const __iconNode$a = [
|
|
676
|
+
[
|
|
677
|
+
"path",
|
|
678
|
+
{
|
|
679
|
+
d: "M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z",
|
|
680
|
+
key: "vktsd0"
|
|
681
|
+
}
|
|
682
|
+
],
|
|
683
|
+
["circle", { cx: "7.5", cy: "7.5", r: ".5", fill: "currentColor", key: "kqv944" }]
|
|
684
|
+
];
|
|
685
|
+
const Tag = createLucideIcon("tag", __iconNode$a);
|
|
686
|
+
const __iconNode$9 = [
|
|
687
|
+
[
|
|
688
|
+
"path",
|
|
689
|
+
{
|
|
690
|
+
d: "M13.172 2a2 2 0 0 1 1.414.586l6.71 6.71a2.4 2.4 0 0 1 0 3.408l-4.592 4.592a2.4 2.4 0 0 1-3.408 0l-6.71-6.71A2 2 0 0 1 6 9.172V3a1 1 0 0 1 1-1z",
|
|
691
|
+
key: "16rjxf"
|
|
692
|
+
}
|
|
693
|
+
],
|
|
694
|
+
[
|
|
695
|
+
"path",
|
|
696
|
+
{ d: "M2 7v6.172a2 2 0 0 0 .586 1.414l6.71 6.71a2.4 2.4 0 0 0 3.191.193", key: "178nd4" }
|
|
697
|
+
],
|
|
698
|
+
["circle", { cx: "10.5", cy: "6.5", r: ".5", fill: "currentColor", key: "12ikhr" }]
|
|
699
|
+
];
|
|
700
|
+
const Tags = createLucideIcon("tags", __iconNode$9);
|
|
701
|
+
const __iconNode$8 = [
|
|
702
|
+
["path", { d: "M21 5H3", key: "1fi0y6" }],
|
|
703
|
+
["path", { d: "M15 12H3", key: "6jk70r" }],
|
|
704
|
+
["path", { d: "M17 19H3", key: "z6ezky" }]
|
|
705
|
+
];
|
|
706
|
+
const TextAlignStart = createLucideIcon("text-align-start", __iconNode$8);
|
|
707
|
+
const __iconNode$7 = [
|
|
708
|
+
["circle", { cx: "9", cy: "12", r: "3", key: "u3jwor" }],
|
|
709
|
+
["rect", { width: "20", height: "14", x: "2", y: "5", rx: "7", key: "g7kal2" }]
|
|
710
|
+
];
|
|
711
|
+
const ToggleLeft = createLucideIcon("toggle-left", __iconNode$7);
|
|
712
|
+
const __iconNode$6 = [
|
|
713
|
+
["path", { d: "M10 11v6", key: "nco0om" }],
|
|
714
|
+
["path", { d: "M14 11v6", key: "outv1u" }],
|
|
715
|
+
["path", { d: "M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6", key: "miytrc" }],
|
|
716
|
+
["path", { d: "M3 6h18", key: "d0wm0j" }],
|
|
717
|
+
["path", { d: "M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2", key: "e791ji" }]
|
|
718
|
+
];
|
|
719
|
+
const Trash2 = createLucideIcon("trash-2", __iconNode$6);
|
|
720
|
+
const __iconNode$5 = [
|
|
721
|
+
["path", { d: "M16 7h6v6", key: "box55l" }],
|
|
722
|
+
["path", { d: "m22 7-8.5 8.5-5-5L2 17", key: "1t1m79" }]
|
|
723
|
+
];
|
|
724
|
+
const TrendingUp = createLucideIcon("trending-up", __iconNode$5);
|
|
725
|
+
const __iconNode$4 = [
|
|
726
|
+
[
|
|
727
|
+
"path",
|
|
728
|
+
{
|
|
729
|
+
d: "m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3",
|
|
730
|
+
key: "wmoenq"
|
|
731
|
+
}
|
|
732
|
+
],
|
|
733
|
+
["path", { d: "M12 9v4", key: "juzpu7" }],
|
|
734
|
+
["path", { d: "M12 17h.01", key: "p32p05" }]
|
|
735
|
+
];
|
|
736
|
+
const TriangleAlert = createLucideIcon("triangle-alert", __iconNode$4);
|
|
737
|
+
const __iconNode$3 = [
|
|
738
|
+
["path", { d: "M12 3v12", key: "1x0j5s" }],
|
|
739
|
+
["path", { d: "m17 8-5-5-5 5", key: "7q97r8" }],
|
|
740
|
+
["path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4", key: "ih7n3h" }]
|
|
741
|
+
];
|
|
742
|
+
const Upload = createLucideIcon("upload", __iconNode$3);
|
|
743
|
+
const __iconNode$2 = [
|
|
744
|
+
["path", { d: "M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2", key: "975kel" }],
|
|
745
|
+
["circle", { cx: "12", cy: "7", r: "4", key: "17ys0d" }]
|
|
746
|
+
];
|
|
747
|
+
const User = createLucideIcon("user", __iconNode$2);
|
|
748
|
+
const __iconNode$1 = [
|
|
749
|
+
[
|
|
750
|
+
"path",
|
|
751
|
+
{
|
|
752
|
+
d: "m16 13 5.223 3.482a.5.5 0 0 0 .777-.416V7.87a.5.5 0 0 0-.752-.432L16 10.5",
|
|
753
|
+
key: "ftymec"
|
|
754
|
+
}
|
|
755
|
+
],
|
|
756
|
+
["rect", { x: "2", y: "6", width: "14", height: "12", rx: "2", key: "158x01" }]
|
|
757
|
+
];
|
|
758
|
+
const Video = createLucideIcon("video", __iconNode$1);
|
|
759
|
+
const __iconNode = [
|
|
760
|
+
["path", { d: "M18 6 6 18", key: "1bl5f8" }],
|
|
761
|
+
["path", { d: "m6 6 12 12", key: "d8bk6v" }]
|
|
762
|
+
];
|
|
763
|
+
const X = createLucideIcon("x", __iconNode);
|
|
764
|
+
export {
|
|
765
|
+
Moon as $,
|
|
766
|
+
Archive as A,
|
|
767
|
+
Bell as B,
|
|
768
|
+
CircleQuestionMark as C,
|
|
769
|
+
DollarSign as D,
|
|
770
|
+
ExternalLink as E,
|
|
771
|
+
Flag as F,
|
|
772
|
+
Globe as G,
|
|
773
|
+
House as H,
|
|
774
|
+
Image as I,
|
|
775
|
+
FileText as J,
|
|
776
|
+
LayoutDashboard as K,
|
|
777
|
+
LoaderCircle as L,
|
|
778
|
+
MessageSquare as M,
|
|
779
|
+
Search as N,
|
|
780
|
+
TriangleAlert as O,
|
|
781
|
+
Package as P,
|
|
782
|
+
Plus as Q,
|
|
783
|
+
RotateCcw as R,
|
|
784
|
+
SquarePen as S,
|
|
785
|
+
ToggleLeft as T,
|
|
786
|
+
User as U,
|
|
787
|
+
Tag as V,
|
|
788
|
+
Pencil as W,
|
|
789
|
+
X,
|
|
790
|
+
FolderTree as Y,
|
|
791
|
+
Check as Z,
|
|
792
|
+
Sun as _,
|
|
793
|
+
Layers as a,
|
|
794
|
+
Monitor as a0,
|
|
795
|
+
ChevronLeft as a1,
|
|
796
|
+
FolderPlus as a2,
|
|
797
|
+
Upload as a3,
|
|
798
|
+
Ellipsis as a4,
|
|
799
|
+
FolderInput as a5,
|
|
800
|
+
EllipsisVertical as a6,
|
|
801
|
+
Download as a7,
|
|
802
|
+
Link2 as a8,
|
|
803
|
+
File as a9,
|
|
804
|
+
Music as aa,
|
|
805
|
+
Video as ab,
|
|
806
|
+
Copy as ac,
|
|
807
|
+
Grid3x3 as ad,
|
|
808
|
+
List as ae,
|
|
809
|
+
FileType as af,
|
|
810
|
+
TextAlignStart as ag,
|
|
811
|
+
FolderOpen as ah,
|
|
812
|
+
ChevronUp as ai,
|
|
813
|
+
CircleCheckBig as aj,
|
|
814
|
+
TrendingUp as ak,
|
|
815
|
+
ArrowUpDown as al,
|
|
816
|
+
RefreshCw as am,
|
|
817
|
+
History as an,
|
|
818
|
+
GitCompare as ao,
|
|
819
|
+
ArrowRight as ap,
|
|
820
|
+
Bold as aq,
|
|
821
|
+
Italic as ar,
|
|
822
|
+
Heading2 as as,
|
|
823
|
+
Quote as at,
|
|
824
|
+
Minus as au,
|
|
825
|
+
Book as b,
|
|
826
|
+
Code as c,
|
|
827
|
+
ChevronDown as d,
|
|
828
|
+
LogOut as e,
|
|
829
|
+
ChevronRight as f,
|
|
830
|
+
CircleAlert as g,
|
|
831
|
+
Eye as h,
|
|
832
|
+
Bookmark as i,
|
|
833
|
+
Heart as j,
|
|
834
|
+
Star as k,
|
|
835
|
+
Phone as l,
|
|
836
|
+
Mail as m,
|
|
837
|
+
MapPin as n,
|
|
838
|
+
Folder as o,
|
|
839
|
+
Braces as p,
|
|
840
|
+
SquareCheckBig as q,
|
|
841
|
+
Hash as r,
|
|
842
|
+
Link as s,
|
|
843
|
+
Clock as t,
|
|
844
|
+
Calendar as u,
|
|
845
|
+
Lock as v,
|
|
846
|
+
Trash2 as w,
|
|
847
|
+
Settings as x,
|
|
848
|
+
FileCode as y,
|
|
849
|
+
Tags as z
|
|
850
|
+
};
|