tempest-react-sdk 0.25.0 → 0.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -1
- package/bin/lib/alias/collect.mjs +94 -0
- package/bin/lib/alias/collect.test.mjs +95 -0
- package/bin/lib/alias/discover.mjs +77 -0
- package/bin/lib/alias/discover.test.mjs +189 -0
- package/bin/lib/alias/index.mjs +88 -0
- package/bin/lib/alias/index.test.mjs +138 -0
- package/bin/lib/alias/rewrite-css.mjs +76 -0
- package/bin/lib/alias/rewrite-css.test.mjs +85 -0
- package/bin/lib/alias/rewrite.mjs +141 -0
- package/bin/lib/alias/rewrite.test.mjs +148 -0
- package/bin/lib/alias/specifier.mjs +49 -0
- package/bin/lib/alias/specifier.test.mjs +85 -0
- package/bin/lib/alias/tsconfig.mjs +116 -0
- package/bin/lib/alias/typescript.mjs +23 -0
- package/bin/lib/icons/generate.mjs +156 -0
- package/bin/lib/icons/generate.test.mjs +125 -0
- package/bin/tempest.mjs +158 -13
- package/dist/audio/use-audio.cjs +1 -1
- package/dist/audio/use-audio.cjs.map +1 -1
- package/dist/audio/use-audio.js +12 -12
- package/dist/audio/use-audio.js.map +1 -1
- package/dist/charts/palette.cjs +1 -1
- package/dist/charts/palette.cjs.map +1 -1
- package/dist/charts/palette.js +2 -2
- package/dist/charts/palette.js.map +1 -1
- package/dist/charts.d.ts +5 -3
- package/dist/components/ClickOutside/ClickOutside.cjs +1 -1
- package/dist/components/ClickOutside/ClickOutside.cjs.map +1 -1
- package/dist/components/ClickOutside/ClickOutside.js +3 -1
- package/dist/components/ClickOutside/ClickOutside.js.map +1 -1
- package/dist/components/DataTable/DataTable.cjs +1 -1
- package/dist/components/DataTable/DataTable.cjs.map +1 -1
- package/dist/components/DataTable/DataTable.js +21 -23
- package/dist/components/DataTable/DataTable.js.map +1 -1
- package/dist/components/Kanban/Kanban.cjs +2 -0
- package/dist/components/Kanban/Kanban.cjs.map +1 -0
- package/dist/components/Kanban/Kanban.js +102 -0
- package/dist/components/Kanban/Kanban.js.map +1 -0
- package/dist/components/Kanban/Kanban.module.cjs +2 -0
- package/dist/components/Kanban/Kanban.module.cjs.map +1 -0
- package/dist/components/Kanban/Kanban.module.js +19 -0
- package/dist/components/Kanban/Kanban.module.js.map +1 -0
- package/dist/components/NotificationCenter/NotificationCenter.cjs +2 -0
- package/dist/components/NotificationCenter/NotificationCenter.cjs.map +1 -0
- package/dist/components/NotificationCenter/NotificationCenter.js +83 -0
- package/dist/components/NotificationCenter/NotificationCenter.js.map +1 -0
- package/dist/components/NotificationCenter/NotificationCenter.module.cjs +2 -0
- package/dist/components/NotificationCenter/NotificationCenter.module.cjs.map +1 -0
- package/dist/components/NotificationCenter/NotificationCenter.module.js +21 -0
- package/dist/components/NotificationCenter/NotificationCenter.module.js.map +1 -0
- package/dist/components/NotificationCenter/use-notification-inbox.cjs +2 -0
- package/dist/components/NotificationCenter/use-notification-inbox.cjs.map +1 -0
- package/dist/components/NotificationCenter/use-notification-inbox.js +63 -0
- package/dist/components/NotificationCenter/use-notification-inbox.js.map +1 -0
- package/dist/components/RefreshIndicator/RefreshIndicator.cjs +1 -1
- package/dist/components/RefreshIndicator/RefreshIndicator.cjs.map +1 -1
- package/dist/components/RefreshIndicator/RefreshIndicator.js +17 -17
- package/dist/components/RefreshIndicator/RefreshIndicator.js.map +1 -1
- package/dist/components/Tooltip/Tooltip.cjs +1 -1
- package/dist/components/Tooltip/Tooltip.cjs.map +1 -1
- package/dist/components/Tooltip/Tooltip.js +26 -20
- package/dist/components/Tooltip/Tooltip.js.map +1 -1
- package/dist/components/VirtualTable/VirtualTable.cjs +2 -0
- package/dist/components/VirtualTable/VirtualTable.cjs.map +1 -0
- package/dist/components/VirtualTable/VirtualTable.js +116 -0
- package/dist/components/VirtualTable/VirtualTable.js.map +1 -0
- package/dist/components/VirtualTable/VirtualTable.module.cjs +2 -0
- package/dist/components/VirtualTable/VirtualTable.module.cjs.map +1 -0
- package/dist/components/VirtualTable/VirtualTable.module.js +20 -0
- package/dist/components/VirtualTable/VirtualTable.module.js.map +1 -0
- package/dist/components/Wizard/Wizard.cjs +1 -1
- package/dist/components/Wizard/Wizard.cjs.map +1 -1
- package/dist/components/Wizard/Wizard.js +53 -53
- package/dist/components/Wizard/Wizard.js.map +1 -1
- package/dist/geo/use-position-tracker.cjs +1 -1
- package/dist/geo/use-position-tracker.cjs.map +1 -1
- package/dist/geo/use-position-tracker.js +3 -1
- package/dist/geo/use-position-tracker.js.map +1 -1
- package/dist/hooks/use-async.cjs +1 -1
- package/dist/hooks/use-async.cjs.map +1 -1
- package/dist/hooks/use-async.js +3 -1
- package/dist/hooks/use-async.js.map +1 -1
- package/dist/hooks/use-click-outside.cjs +1 -1
- package/dist/hooks/use-click-outside.cjs.map +1 -1
- package/dist/hooks/use-click-outside.js +3 -1
- package/dist/hooks/use-click-outside.js.map +1 -1
- package/dist/hooks/use-deep-memo.cjs.map +1 -1
- package/dist/hooks/use-deep-memo.js.map +1 -1
- package/dist/hooks/use-event-listener.cjs +1 -1
- package/dist/hooks/use-event-listener.cjs.map +1 -1
- package/dist/hooks/use-event-listener.js +3 -1
- package/dist/hooks/use-event-listener.js.map +1 -1
- package/dist/hooks/use-interval.cjs +1 -1
- package/dist/hooks/use-interval.cjs.map +1 -1
- package/dist/hooks/use-interval.js +3 -1
- package/dist/hooks/use-interval.js.map +1 -1
- package/dist/hooks/use-is-first-render.cjs.map +1 -1
- package/dist/hooks/use-is-first-render.js.map +1 -1
- package/dist/hooks/use-long-press-handlers.cjs +1 -1
- package/dist/hooks/use-long-press-handlers.cjs.map +1 -1
- package/dist/hooks/use-long-press-handlers.js +25 -23
- package/dist/hooks/use-long-press-handlers.js.map +1 -1
- package/dist/hooks/use-long-press.cjs +1 -1
- package/dist/hooks/use-long-press.cjs.map +1 -1
- package/dist/hooks/use-long-press.js +3 -1
- package/dist/hooks/use-long-press.js.map +1 -1
- package/dist/hooks/use-online.cjs +1 -1
- package/dist/hooks/use-online.cjs.map +1 -1
- package/dist/hooks/use-online.js +6 -4
- package/dist/hooks/use-online.js.map +1 -1
- package/dist/hooks/use-previous.cjs.map +1 -1
- package/dist/hooks/use-previous.js.map +1 -1
- package/dist/hooks/use-service-worker-update.cjs +1 -1
- package/dist/hooks/use-service-worker-update.cjs.map +1 -1
- package/dist/hooks/use-service-worker-update.js +3 -1
- package/dist/hooks/use-service-worker-update.js.map +1 -1
- package/dist/hooks/use-sortable.cjs +2 -0
- package/dist/hooks/use-sortable.cjs.map +1 -0
- package/dist/hooks/use-sortable.js +169 -0
- package/dist/hooks/use-sortable.js.map +1 -0
- package/dist/hooks/use-stable-callback.cjs.map +1 -1
- package/dist/hooks/use-stable-callback.js.map +1 -1
- package/dist/hooks/use-timeout.cjs +1 -1
- package/dist/hooks/use-timeout.cjs.map +1 -1
- package/dist/hooks/use-timeout.js +3 -1
- package/dist/hooks/use-timeout.js.map +1 -1
- package/dist/icons/Icon.cjs +2 -0
- package/dist/icons/Icon.cjs.map +1 -0
- package/dist/icons/Icon.js +24 -0
- package/dist/icons/Icon.js.map +1 -0
- package/dist/icons/IconProvider.cjs +2 -0
- package/dist/icons/IconProvider.cjs.map +1 -0
- package/dist/icons/IconProvider.js +24 -0
- package/dist/icons/IconProvider.js.map +1 -0
- package/dist/icons/generated/aliases.cjs +2 -0
- package/dist/icons/generated/aliases.cjs.map +1 -0
- package/dist/icons/generated/aliases.js +255 -0
- package/dist/icons/generated/aliases.js.map +1 -0
- package/dist/icons/generated/icon-names.cjs +2 -0
- package/dist/icons/generated/icon-names.cjs.map +1 -0
- package/dist/icons/generated/icon-names.js +6 -0
- package/dist/icons/generated/icon-names.js.map +1 -0
- package/dist/icons/generated/loaders.cjs +2 -0
- package/dist/icons/generated/loaders.cjs.map +1 -0
- package/dist/icons/generated/loaders.js +32 -0
- package/dist/icons/generated/loaders.js.map +1 -0
- package/dist/icons/generated/shard-a.cjs +2 -0
- package/dist/icons/generated/shard-a.cjs.map +1 -0
- package/dist/icons/generated/shard-a.js +114 -0
- package/dist/icons/generated/shard-a.js.map +1 -0
- package/dist/icons/generated/shard-b.cjs +2 -0
- package/dist/icons/generated/shard-b.cjs.map +1 -0
- package/dist/icons/generated/shard-b.js +156 -0
- package/dist/icons/generated/shard-b.js.map +1 -0
- package/dist/icons/generated/shard-c.cjs +2 -0
- package/dist/icons/generated/shard-c.cjs.map +1 -0
- package/dist/icons/generated/shard-c.js +269 -0
- package/dist/icons/generated/shard-c.js.map +1 -0
- package/dist/icons/generated/shard-d.cjs +2 -0
- package/dist/icons/generated/shard-d.cjs.map +1 -0
- package/dist/icons/generated/shard-d.js +62 -0
- package/dist/icons/generated/shard-d.js.map +1 -0
- package/dist/icons/generated/shard-e.cjs +2 -0
- package/dist/icons/generated/shard-e.cjs.map +1 -0
- package/dist/icons/generated/shard-e.js +32 -0
- package/dist/icons/generated/shard-e.js.map +1 -0
- package/dist/icons/generated/shard-f.cjs +2 -0
- package/dist/icons/generated/shard-f.cjs.map +1 -0
- package/dist/icons/generated/shard-f.js +139 -0
- package/dist/icons/generated/shard-f.js.map +1 -0
- package/dist/icons/generated/shard-g.cjs +2 -0
- package/dist/icons/generated/shard-g.cjs.map +1 -0
- package/dist/icons/generated/shard-g.js +61 -0
- package/dist/icons/generated/shard-g.js.map +1 -0
- package/dist/icons/generated/shard-h.cjs +2 -0
- package/dist/icons/generated/shard-h.cjs.map +1 -0
- package/dist/icons/generated/shard-h.js +63 -0
- package/dist/icons/generated/shard-h.js.map +1 -0
- package/dist/icons/generated/shard-i.cjs +2 -0
- package/dist/icons/generated/shard-i.cjs.map +1 -0
- package/dist/icons/generated/shard-i.js +30 -0
- package/dist/icons/generated/shard-i.js.map +1 -0
- package/dist/icons/generated/shard-j.cjs +2 -0
- package/dist/icons/generated/shard-j.cjs.map +1 -0
- package/dist/icons/generated/shard-j.js +10 -0
- package/dist/icons/generated/shard-j.js.map +1 -0
- package/dist/icons/generated/shard-k.cjs +2 -0
- package/dist/icons/generated/shard-k.cjs.map +1 -0
- package/dist/icons/generated/shard-k.js +16 -0
- package/dist/icons/generated/shard-k.js.map +1 -0
- package/dist/icons/generated/shard-l.cjs +2 -0
- package/dist/icons/generated/shard-l.cjs.map +1 -0
- package/dist/icons/generated/shard-l.js +88 -0
- package/dist/icons/generated/shard-l.js.map +1 -0
- package/dist/icons/generated/shard-m.cjs +2 -0
- package/dist/icons/generated/shard-m.cjs.map +1 -0
- package/dist/icons/generated/shard-m.js +140 -0
- package/dist/icons/generated/shard-m.js.map +1 -0
- package/dist/icons/generated/shard-n.cjs +2 -0
- package/dist/icons/generated/shard-n.cjs.map +1 -0
- package/dist/icons/generated/shard-n.js +24 -0
- package/dist/icons/generated/shard-n.js.map +1 -0
- package/dist/icons/generated/shard-o.cjs +2 -0
- package/dist/icons/generated/shard-o.cjs.map +1 -0
- package/dist/icons/generated/shard-o.js +17 -0
- package/dist/icons/generated/shard-o.js.map +1 -0
- package/dist/icons/generated/shard-p.cjs +2 -0
- package/dist/icons/generated/shard-p.cjs.map +1 -0
- package/dist/icons/generated/shard-p.js +115 -0
- package/dist/icons/generated/shard-p.js.map +1 -0
- package/dist/icons/generated/shard-q.cjs +2 -0
- package/dist/icons/generated/shard-q.cjs.map +1 -0
- package/dist/icons/generated/shard-q.js +10 -0
- package/dist/icons/generated/shard-q.js.map +1 -0
- package/dist/icons/generated/shard-r.cjs +2 -0
- package/dist/icons/generated/shard-r.cjs.map +1 -0
- package/dist/icons/generated/shard-r.js +77 -0
- package/dist/icons/generated/shard-r.js.map +1 -0
- package/dist/icons/generated/shard-s.cjs +2 -0
- package/dist/icons/generated/shard-s.cjs.map +1 -0
- package/dist/icons/generated/shard-s.js +255 -0
- package/dist/icons/generated/shard-s.js.map +1 -0
- package/dist/icons/generated/shard-t.cjs +2 -0
- package/dist/icons/generated/shard-t.cjs.map +1 -0
- package/dist/icons/generated/shard-t.js +109 -0
- package/dist/icons/generated/shard-t.js.map +1 -0
- package/dist/icons/generated/shard-u.cjs +2 -0
- package/dist/icons/generated/shard-u.cjs.map +1 -0
- package/dist/icons/generated/shard-u.js +49 -0
- package/dist/icons/generated/shard-u.js.map +1 -0
- package/dist/icons/generated/shard-v.cjs +2 -0
- package/dist/icons/generated/shard-v.cjs.map +1 -0
- package/dist/icons/generated/shard-v.js +30 -0
- package/dist/icons/generated/shard-v.js.map +1 -0
- package/dist/icons/generated/shard-w.cjs +2 -0
- package/dist/icons/generated/shard-w.cjs.map +1 -0
- package/dist/icons/generated/shard-w.js +48 -0
- package/dist/icons/generated/shard-w.js.map +1 -0
- package/dist/icons/generated/shard-x.cjs +2 -0
- package/dist/icons/generated/shard-x.cjs.map +1 -0
- package/dist/icons/generated/shard-x.js +10 -0
- package/dist/icons/generated/shard-x.js.map +1 -0
- package/dist/icons/generated/shard-z.cjs +2 -0
- package/dist/icons/generated/shard-z.cjs.map +1 -0
- package/dist/icons/generated/shard-z.js +25 -0
- package/dist/icons/generated/shard-z.js.map +1 -0
- package/dist/icons/icon-context.cjs +2 -0
- package/dist/icons/icon-context.cjs.map +1 -0
- package/dist/icons/icon-context.js +13 -0
- package/dist/icons/icon-context.js.map +1 -0
- package/dist/icons/is-icon-name.cjs +2 -0
- package/dist/icons/is-icon-name.cjs.map +1 -0
- package/dist/icons/is-icon-name.js +10 -0
- package/dist/icons/is-icon-name.js.map +1 -0
- package/dist/icons/shard-cache.cjs +2 -0
- package/dist/icons/shard-cache.cjs.map +1 -0
- package/dist/icons/shard-cache.js +41 -0
- package/dist/icons/shard-cache.js.map +1 -0
- package/dist/icons/use-icon.cjs +2 -0
- package/dist/icons/use-icon.cjs.map +1 -0
- package/dist/icons/use-icon.js +20 -0
- package/dist/icons/use-icon.js.map +1 -0
- package/dist/icons-virtual.d.ts +22 -0
- package/dist/icons.cjs +1 -0
- package/dist/icons.d.ts +220 -0
- package/dist/icons.js +9 -0
- package/dist/offline/use-offline-sync.cjs +1 -1
- package/dist/offline/use-offline-sync.cjs.map +1 -1
- package/dist/offline/use-offline-sync.js +3 -1
- package/dist/offline/use-offline-sync.js.map +1 -1
- package/dist/push/use-push-subscription.cjs +1 -1
- package/dist/push/use-push-subscription.cjs.map +1 -1
- package/dist/push/use-push-subscription.js +3 -1
- package/dist/push/use-push-subscription.js.map +1 -1
- package/dist/sse/use-event-stream.cjs +1 -1
- package/dist/sse/use-event-stream.cjs.map +1 -1
- package/dist/sse/use-event-stream.js +3 -1
- package/dist/sse/use-event-stream.js.map +1 -1
- package/dist/styles.css +1 -1
- package/dist/tempest-react-sdk.cjs +1 -1
- package/dist/tempest-react-sdk.d.ts +585 -3
- package/dist/tempest-react-sdk.js +189 -183
- package/dist/theme/ThemeProvider.cjs +1 -1
- package/dist/theme/ThemeProvider.cjs.map +1 -1
- package/dist/theme/ThemeProvider.js +6 -2
- package/dist/theme/ThemeProvider.js.map +1 -1
- package/dist/theme/color.cjs +1 -1
- package/dist/theme/color.cjs.map +1 -1
- package/dist/theme/color.js +77 -46
- package/dist/theme/color.js.map +1 -1
- package/dist/theme/create-theme.cjs +1 -1
- package/dist/theme/create-theme.cjs.map +1 -1
- package/dist/theme/create-theme.js +9 -3
- package/dist/theme/create-theme.js.map +1 -1
- package/dist/utils/compare-values.cjs +2 -0
- package/dist/utils/compare-values.cjs.map +1 -0
- package/dist/utils/compare-values.js +8 -0
- package/dist/utils/compare-values.js.map +1 -0
- package/dist/vision/use-camera-stream.cjs +1 -1
- package/dist/vision/use-camera-stream.cjs.map +1 -1
- package/dist/vision/use-camera-stream.js +3 -1
- package/dist/vision/use-camera-stream.js.map +1 -1
- package/dist/vite/create-vite-config.cjs +1 -1
- package/dist/vite/create-vite-config.cjs.map +1 -1
- package/dist/vite/create-vite-config.js +30 -22
- package/dist/vite/create-vite-config.js.map +1 -1
- package/dist/vite/tempest-icons.cjs +9 -0
- package/dist/vite/tempest-icons.cjs.map +1 -0
- package/dist/vite/tempest-icons.js +99 -0
- package/dist/vite/tempest-icons.js.map +1 -0
- package/dist/vite.cjs +1 -1
- package/dist/vite.d.ts +79 -0
- package/dist/vite.js +6 -5
- package/dist/ws/use-web-socket.cjs +1 -1
- package/dist/ws/use-web-socket.cjs.map +1 -1
- package/dist/ws/use-web-socket.js +3 -1
- package/dist/ws/use-web-socket.js.map +1 -1
- package/package.json +12 -3
- package/template/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"use-stable-callback.cjs","names":[],"sources":["../../src/hooks/use-stable-callback.ts"],"sourcesContent":["
|
|
1
|
+
{"version":3,"file":"use-stable-callback.cjs","names":[],"sources":["../../src/hooks/use-stable-callback.ts"],"sourcesContent":["/* eslint-disable react-hooks/refs -- writing at render time is deliberate; an effect would add a staleness window (see the docstring) */\nimport { useCallback, useRef } from \"react\";\n\n/**\n * Returns a stable function reference that always invokes the latest\n * `callback` argument. Use to break dependency cycles in effects without\n * triggering re-runs when the callback identity changes.\n *\n * The assignment happens **during render** on purpose. Moving it into an effect\n * would satisfy the React Compiler rules but open a one-commit staleness window:\n * an effect declared before this hook's own effect, in the same commit, would call\n * the previous render's callback. This is a primitive other hooks build on, so a\n * subtle staleness here is worse than the rule violation. Prefer React's\n * `useEffectEvent` once it ships as stable.\n */\nexport function useStableCallback<TArgs extends unknown[], TReturn>(\n callback: (...args: TArgs) => TReturn,\n): (...args: TArgs) => TReturn {\n const ref = useRef(callback);\n ref.current = callback;\n return useCallback((...args: TArgs) => ref.current(...args), []);\n}\n"],"mappings":"uBAeA,SAAgB,EACZ,EAC2B,CAC3B,IAAM,GAAA,EAAA,EAAA,OAAA,CAAa,CAAQ,EAE3B,MADA,GAAI,QAAU,GACd,EAAA,EAAA,YAAA,EAAoB,GAAG,IAAgB,EAAI,QAAQ,GAAG,CAAI,EAAG,CAAC,CAAC,CACnE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"use-stable-callback.js","names":[],"sources":["../../src/hooks/use-stable-callback.ts"],"sourcesContent":["
|
|
1
|
+
{"version":3,"file":"use-stable-callback.js","names":[],"sources":["../../src/hooks/use-stable-callback.ts"],"sourcesContent":["/* eslint-disable react-hooks/refs -- writing at render time is deliberate; an effect would add a staleness window (see the docstring) */\nimport { useCallback, useRef } from \"react\";\n\n/**\n * Returns a stable function reference that always invokes the latest\n * `callback` argument. Use to break dependency cycles in effects without\n * triggering re-runs when the callback identity changes.\n *\n * The assignment happens **during render** on purpose. Moving it into an effect\n * would satisfy the React Compiler rules but open a one-commit staleness window:\n * an effect declared before this hook's own effect, in the same commit, would call\n * the previous render's callback. This is a primitive other hooks build on, so a\n * subtle staleness here is worse than the rule violation. Prefer React's\n * `useEffectEvent` once it ships as stable.\n */\nexport function useStableCallback<TArgs extends unknown[], TReturn>(\n callback: (...args: TArgs) => TReturn,\n): (...args: TArgs) => TReturn {\n const ref = useRef(callback);\n ref.current = callback;\n return useCallback((...args: TArgs) => ref.current(...args), []);\n}\n"],"mappings":";;AAeA,SAAgB,EACZ,GAC2B;CAC3B,IAAM,IAAM,EAAO,CAAQ;CAE3B,OADA,EAAI,UAAU,GACP,GAAa,GAAG,MAAgB,EAAI,QAAQ,GAAG,CAAI,GAAG,CAAC,CAAC;AACnE"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
let e=require("react");function t(t,n){let r=(0,e.useRef)(t);r.current=t,(0,e.useEffect)(()=>{if(n===null)return;let e=setTimeout(()=>r.current(),n);return()=>clearTimeout(e)},[n])}exports.useTimeout=t;
|
|
1
|
+
let e=require("react");function t(t,n){let r=(0,e.useRef)(t);(0,e.useEffect)(()=>{r.current=t},[t]),(0,e.useEffect)(()=>{if(n===null)return;let e=setTimeout(()=>r.current(),n);return()=>clearTimeout(e)},[n])}exports.useTimeout=t;
|
|
2
2
|
//# sourceMappingURL=use-timeout.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"use-timeout.cjs","names":[],"sources":["../../src/hooks/use-timeout.ts"],"sourcesContent":["import { useEffect, useRef } from \"react\";\n\n/**\n * Run a callback after `delay` ms. Pass `null` to disable. Resets when\n * `delay` changes; the callback ref always points at the latest closure.\n *\n * @example\n * useTimeout(() => setShow(false), show ? 3000 : null);\n */\nexport function useTimeout(fn: () => void, delay: number | null): void {\n const fnRef = useRef(fn);\n fnRef.current = fn;\n\n useEffect(() => {\n if (delay === null) return;\n const id = setTimeout(() => fnRef.current(), delay);\n return () => clearTimeout(id);\n }, [delay]);\n}\n"],"mappings":"uBASA,SAAgB,EAAW,EAAgB,EAA4B,CACnE,IAAM,GAAA,EAAA,EAAA,OAAA,CAAe,CAAE,
|
|
1
|
+
{"version":3,"file":"use-timeout.cjs","names":[],"sources":["../../src/hooks/use-timeout.ts"],"sourcesContent":["import { useEffect, useRef } from \"react\";\n\n/**\n * Run a callback after `delay` ms. Pass `null` to disable. Resets when\n * `delay` changes; the callback ref always points at the latest closure.\n *\n * @example\n * useTimeout(() => setShow(false), show ? 3000 : null);\n */\nexport function useTimeout(fn: () => void, delay: number | null): void {\n const fnRef = useRef(fn);\n useEffect(() => {\n fnRef.current = fn;\n }, [fn]);\n\n useEffect(() => {\n if (delay === null) return;\n const id = setTimeout(() => fnRef.current(), delay);\n return () => clearTimeout(id);\n }, [delay]);\n}\n"],"mappings":"uBASA,SAAgB,EAAW,EAAgB,EAA4B,CACnE,IAAM,GAAA,EAAA,EAAA,OAAA,CAAe,CAAE,GACvB,EAAA,EAAA,UAAA,KAAgB,CACZ,EAAM,QAAU,CACpB,EAAG,CAAC,CAAE,CAAC,GAEP,EAAA,EAAA,UAAA,KAAgB,CACZ,GAAI,IAAU,KAAM,OACpB,IAAM,EAAK,eAAiB,EAAM,QAAQ,EAAG,CAAK,EAClD,UAAa,aAAa,CAAE,CAChC,EAAG,CAAC,CAAK,CAAC,CACd"}
|
|
@@ -2,7 +2,9 @@ import { useEffect as e, useRef as t } from "react";
|
|
|
2
2
|
//#region src/hooks/use-timeout.ts
|
|
3
3
|
function n(n, r) {
|
|
4
4
|
let i = t(n);
|
|
5
|
-
|
|
5
|
+
e(() => {
|
|
6
|
+
i.current = n;
|
|
7
|
+
}, [n]), e(() => {
|
|
6
8
|
if (r === null) return;
|
|
7
9
|
let e = setTimeout(() => i.current(), r);
|
|
8
10
|
return () => clearTimeout(e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"use-timeout.js","names":[],"sources":["../../src/hooks/use-timeout.ts"],"sourcesContent":["import { useEffect, useRef } from \"react\";\n\n/**\n * Run a callback after `delay` ms. Pass `null` to disable. Resets when\n * `delay` changes; the callback ref always points at the latest closure.\n *\n * @example\n * useTimeout(() => setShow(false), show ? 3000 : null);\n */\nexport function useTimeout(fn: () => void, delay: number | null): void {\n const fnRef = useRef(fn);\n fnRef.current = fn;\n\n useEffect(() => {\n if (delay === null) return;\n const id = setTimeout(() => fnRef.current(), delay);\n return () => clearTimeout(id);\n }, [delay]);\n}\n"],"mappings":";;AASA,SAAgB,EAAW,GAAgB,GAA4B;CACnE,IAAM,IAAQ,EAAO,CAAE;
|
|
1
|
+
{"version":3,"file":"use-timeout.js","names":[],"sources":["../../src/hooks/use-timeout.ts"],"sourcesContent":["import { useEffect, useRef } from \"react\";\n\n/**\n * Run a callback after `delay` ms. Pass `null` to disable. Resets when\n * `delay` changes; the callback ref always points at the latest closure.\n *\n * @example\n * useTimeout(() => setShow(false), show ? 3000 : null);\n */\nexport function useTimeout(fn: () => void, delay: number | null): void {\n const fnRef = useRef(fn);\n useEffect(() => {\n fnRef.current = fn;\n }, [fn]);\n\n useEffect(() => {\n if (delay === null) return;\n const id = setTimeout(() => fnRef.current(), delay);\n return () => clearTimeout(id);\n }, [delay]);\n}\n"],"mappings":";;AASA,SAAgB,EAAW,GAAgB,GAA4B;CACnE,IAAM,IAAQ,EAAO,CAAE;CAKvB,AAJA,QAAgB;EACZ,EAAM,UAAU;CACpB,GAAG,CAAC,CAAE,CAAC,GAEP,QAAgB;EACZ,IAAI,MAAU,MAAM;EACpB,IAAM,IAAK,iBAAiB,EAAM,QAAQ,GAAG,CAAK;EAClD,aAAa,aAAa,CAAE;CAChC,GAAG,CAAC,CAAK,CAAC;AACd"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
const e=require("./icon-context.cjs"),t=require("./shard-cache.cjs"),n=require("./use-icon.cjs");let r=require("react");function i({name:i,size:o,strokeWidth:c,fallback:l=null,...u}){let d=e.useIconContext(),f=n.useIcon(i);return f?(0,r.createElement)(f,{size:o??d?.size,strokeWidth:c??d?.strokeWidth,...u}):(a()&&t.iconStatus(i)===`missing`&&s(i),l)}function a(){return!1}var o=new Set;function s(e){o.has(e)||(o.add(e),console.warn(`[tempest-react-sdk] <Icon name="${e}" /> — no such lucide icon. Slugs are kebab-case ("circle-alert", not "CircleAlert"); check against \`iconNames\`.`))}exports.Icon=i;
|
|
2
|
+
//# sourceMappingURL=Icon.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Icon.cjs","names":[],"sources":["../../src/icons/Icon.tsx"],"sourcesContent":["import { createElement, type ReactNode, type SVGProps } from \"react\";\n\nimport type { IconName } from \"./generated/icon-name\";\nimport { useIconContext } from \"./icon-context\";\nimport { iconStatus } from \"./shard-cache\";\nimport { useIcon } from \"./use-icon\";\n\nexport interface IconProps extends Omit<SVGProps<SVGSVGElement>, \"ref\"> {\n /**\n * The lucide slug, kebab-case: `\"save\"`, `\"trash-2\"`, `\"circle-alert\"`.\n *\n * Typed as the union of every slug lucide ships, so a typo is a compile\n * error — while still accepting a plain `string` for the case this component\n * exists for: a name that arrives from an API, a CMS or a config table.\n */\n name: IconName | (string & {});\n /** Width and height in px. Defaults to the provider's value, then lucide's `24`. */\n size?: number | string;\n /** Stroke width. Defaults to the provider's value, then lucide's `2`. */\n strokeWidth?: number;\n /**\n * Rendered while the icon's shard is in flight, and for a slug that does not\n * exist at all. Defaults to nothing.\n *\n * Pass a same-sized placeholder when the surrounding layout would otherwise\n * shift. Note that a slug already in the registry or the cache never renders\n * this — it resolves during render.\n */\n fallback?: ReactNode;\n}\n\n/**\n * Render a lucide icon by slug.\n *\n * All ~2000 lucide icons are addressable, without the cost that makes\n * `lucide-react`'s own `DynamicIcon` unusable: its icon map holds a dynamic\n * `import()` per icon, so a bundler has to emit ~2000 chunk boundaries and the\n * browser floods with requests. Here a slug the app wrote as a literal is\n * resolved from a static registry, and a slug only known at runtime pulls a\n * single shard covering every icon sharing its initial letter.\n *\n * An unknown slug renders `fallback` (nothing, by default) and warns in dev only\n * — it never throws, because a bad name from an API must not take down the tree.\n *\n * @example\n * <Icon name=\"save\" size={18} />\n * <Icon name={row.iconSlug} fallback={<span className=\"skeleton\" />} />\n */\nexport function Icon({ name, size, strokeWidth, fallback = null, ...rest }: IconProps): ReactNode {\n const context = useIconContext();\n const resolved = useIcon(name);\n\n if (!resolved) {\n if (isDev() && iconStatus(name) === \"missing\") warnUnknownIcon(name);\n return fallback;\n }\n\n return createElement(resolved, {\n size: size ?? context?.size,\n strokeWidth: strokeWidth ?? context?.strokeWidth,\n ...rest,\n });\n}\n\n/**\n * Whether the bundle was built for development.\n *\n * Guarded because the SDK also runs where `import.meta.env` does not exist — a\n * service-worker context, a Node test runner, a build-time script.\n */\nfunction isDev(): boolean {\n return Boolean(import.meta.env?.DEV);\n}\n\nconst warnedSlugs = new Set<string>();\n\n/**\n * Warn once per unknown slug.\n *\n * Once, because `<Icon>` re-renders and a warning per render would bury the\n * console; the set is never cleared, since a slug that does not exist will not\n * start existing within the life of the page.\n *\n * @param name - The slug that resolved to nothing.\n */\nfunction warnUnknownIcon(name: string): void {\n if (warnedSlugs.has(name)) return;\n warnedSlugs.add(name);\n console.warn(\n `[tempest-react-sdk] <Icon name=\"${name}\" /> — no such lucide icon. ` +\n `Slugs are kebab-case (\"circle-alert\", not \"CircleAlert\"); check against \\`iconNames\\`.`,\n );\n}\n"],"mappings":"wHAgDA,SAAgB,EAAK,CAAE,OAAM,OAAM,cAAa,WAAW,KAAM,GAAG,GAA8B,CAC9F,IAAM,EAAU,EAAA,eAAe,EACzB,EAAW,EAAA,QAAQ,CAAI,EAO7B,OALK,GAKL,EAAA,EAAA,cAAA,CAAqB,EAAU,CAC3B,KAAM,GAAQ,GAAS,KACvB,YAAa,GAAe,GAAS,YACrC,GAAG,CACP,CAAC,GARO,EAAM,GAAK,EAAA,WAAW,CAAI,IAAM,WAAW,EAAgB,CAAI,EAC5D,EAQf,CAQA,SAAS,GAAiB,CACtB,MAAO,CAAA,CACX,CAEA,IAAM,EAAc,IAAI,IAWxB,SAAS,EAAgB,EAAoB,CACrC,EAAY,IAAI,CAAI,IACxB,EAAY,IAAI,CAAI,EACpB,QAAQ,KACJ,mCAAmC,EAAK,mHAE5C,EACJ"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { useIconContext as e } from "./icon-context.js";
|
|
2
|
+
import { iconStatus as t } from "./shard-cache.js";
|
|
3
|
+
import { useIcon as n } from "./use-icon.js";
|
|
4
|
+
import { createElement as r } from "react";
|
|
5
|
+
//#region src/icons/Icon.tsx
|
|
6
|
+
function i({ name: i, size: o, strokeWidth: c, fallback: l = null, ...u }) {
|
|
7
|
+
let d = e(), f = n(i);
|
|
8
|
+
return f ? r(f, {
|
|
9
|
+
size: o ?? d?.size,
|
|
10
|
+
strokeWidth: c ?? d?.strokeWidth,
|
|
11
|
+
...u
|
|
12
|
+
}) : (a() && t(i) === "missing" && s(i), l);
|
|
13
|
+
}
|
|
14
|
+
function a() {
|
|
15
|
+
return !1;
|
|
16
|
+
}
|
|
17
|
+
var o = /* @__PURE__ */ new Set();
|
|
18
|
+
function s(e) {
|
|
19
|
+
o.has(e) || (o.add(e), console.warn(`[tempest-react-sdk] <Icon name="${e}" /> — no such lucide icon. Slugs are kebab-case ("circle-alert", not "CircleAlert"); check against \`iconNames\`.`));
|
|
20
|
+
}
|
|
21
|
+
//#endregion
|
|
22
|
+
export { i as Icon };
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=Icon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Icon.js","names":[],"sources":["../../src/icons/Icon.tsx"],"sourcesContent":["import { createElement, type ReactNode, type SVGProps } from \"react\";\n\nimport type { IconName } from \"./generated/icon-name\";\nimport { useIconContext } from \"./icon-context\";\nimport { iconStatus } from \"./shard-cache\";\nimport { useIcon } from \"./use-icon\";\n\nexport interface IconProps extends Omit<SVGProps<SVGSVGElement>, \"ref\"> {\n /**\n * The lucide slug, kebab-case: `\"save\"`, `\"trash-2\"`, `\"circle-alert\"`.\n *\n * Typed as the union of every slug lucide ships, so a typo is a compile\n * error — while still accepting a plain `string` for the case this component\n * exists for: a name that arrives from an API, a CMS or a config table.\n */\n name: IconName | (string & {});\n /** Width and height in px. Defaults to the provider's value, then lucide's `24`. */\n size?: number | string;\n /** Stroke width. Defaults to the provider's value, then lucide's `2`. */\n strokeWidth?: number;\n /**\n * Rendered while the icon's shard is in flight, and for a slug that does not\n * exist at all. Defaults to nothing.\n *\n * Pass a same-sized placeholder when the surrounding layout would otherwise\n * shift. Note that a slug already in the registry or the cache never renders\n * this — it resolves during render.\n */\n fallback?: ReactNode;\n}\n\n/**\n * Render a lucide icon by slug.\n *\n * All ~2000 lucide icons are addressable, without the cost that makes\n * `lucide-react`'s own `DynamicIcon` unusable: its icon map holds a dynamic\n * `import()` per icon, so a bundler has to emit ~2000 chunk boundaries and the\n * browser floods with requests. Here a slug the app wrote as a literal is\n * resolved from a static registry, and a slug only known at runtime pulls a\n * single shard covering every icon sharing its initial letter.\n *\n * An unknown slug renders `fallback` (nothing, by default) and warns in dev only\n * — it never throws, because a bad name from an API must not take down the tree.\n *\n * @example\n * <Icon name=\"save\" size={18} />\n * <Icon name={row.iconSlug} fallback={<span className=\"skeleton\" />} />\n */\nexport function Icon({ name, size, strokeWidth, fallback = null, ...rest }: IconProps): ReactNode {\n const context = useIconContext();\n const resolved = useIcon(name);\n\n if (!resolved) {\n if (isDev() && iconStatus(name) === \"missing\") warnUnknownIcon(name);\n return fallback;\n }\n\n return createElement(resolved, {\n size: size ?? context?.size,\n strokeWidth: strokeWidth ?? context?.strokeWidth,\n ...rest,\n });\n}\n\n/**\n * Whether the bundle was built for development.\n *\n * Guarded because the SDK also runs where `import.meta.env` does not exist — a\n * service-worker context, a Node test runner, a build-time script.\n */\nfunction isDev(): boolean {\n return Boolean(import.meta.env?.DEV);\n}\n\nconst warnedSlugs = new Set<string>();\n\n/**\n * Warn once per unknown slug.\n *\n * Once, because `<Icon>` re-renders and a warning per render would bury the\n * console; the set is never cleared, since a slug that does not exist will not\n * start existing within the life of the page.\n *\n * @param name - The slug that resolved to nothing.\n */\nfunction warnUnknownIcon(name: string): void {\n if (warnedSlugs.has(name)) return;\n warnedSlugs.add(name);\n console.warn(\n `[tempest-react-sdk] <Icon name=\"${name}\" /> — no such lucide icon. ` +\n `Slugs are kebab-case (\"circle-alert\", not \"CircleAlert\"); check against \\`iconNames\\`.`,\n );\n}\n"],"mappings":";;;;;AAgDA,SAAgB,EAAK,EAAE,SAAM,SAAM,gBAAa,cAAW,MAAM,GAAG,KAA8B;CAC9F,IAAM,IAAU,EAAe,GACzB,IAAW,EAAQ,CAAI;CAO7B,OALK,IAKE,EAAc,GAAU;EAC3B,MAAM,KAAQ,GAAS;EACvB,aAAa,KAAe,GAAS;EACrC,GAAG;CACP,CAAC,KARO,EAAM,KAAK,EAAW,CAAI,MAAM,aAAW,EAAgB,CAAI,GAC5D;AAQf;AAQA,SAAS,IAAiB;CACtB,OAAO,CAAA;AACX;AAEA,IAAM,oBAAc,IAAI,IAAY;AAWpC,SAAS,EAAgB,GAAoB;CACrC,EAAY,IAAI,CAAI,MACxB,EAAY,IAAI,CAAI,GACpB,QAAQ,KACJ,mCAAmC,EAAK,mHAE5C;AACJ"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
const e=require("./icon-context.cjs");let t=require("react"),n=require("react/jsx-runtime");var r={};function i({registry:i=r,size:a,strokeWidth:o,children:s}){let c=(0,t.useMemo)(()=>({registry:i,size:a,strokeWidth:o}),[i,a,o]);return(0,n.jsx)(e.IconContext.Provider,{value:c,children:s})}exports.IconProvider=i;
|
|
2
|
+
//# sourceMappingURL=IconProvider.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconProvider.cjs","names":[],"sources":["../../src/icons/IconProvider.tsx"],"sourcesContent":["import { type ReactNode, useMemo } from \"react\";\n\nimport { IconContext, type IconContextValue, type IconRegistry } from \"./icon-context\";\n\nexport interface IconProviderProps {\n /**\n * Icons resolved with zero extra requests.\n *\n * Pass `staticIcons` from the `virtual:tempest-icons` module the\n * `tempestIcons()` Vite plugin generates, or a table built by\n * `createIconRegistry`. Slugs found here never trigger a shard fetch.\n */\n registry?: IconRegistry;\n /** Default `size` for every `<Icon>` below. Lucide's own default is `24`. */\n size?: number | string;\n /** Default `strokeWidth` for every `<Icon>` below. Lucide's own default is `2`. */\n strokeWidth?: number;\n children: ReactNode;\n}\n\nconst EMPTY_REGISTRY: IconRegistry = {};\n\n/**\n * Provide a static icon registry and shared `<Icon>` defaults to a subtree.\n *\n * Entirely optional: without it `<Icon>` still resolves any of lucide's ~2000\n * slugs by fetching the shard that owns it. What the provider buys is the\n * zero-request path for the slugs an app actually uses, plus one place to set\n * `size`/`strokeWidth` instead of repeating them at every call site.\n *\n * @example\n * import { IconProvider } from \"tempest-react-sdk/icons\";\n * import { staticIcons } from \"virtual:tempest-icons\";\n *\n * <IconProvider registry={staticIcons} size={18}>\n * <App />\n * </IconProvider>\n */\nexport function IconProvider({\n registry = EMPTY_REGISTRY,\n size,\n strokeWidth,\n children,\n}: IconProviderProps): ReactNode {\n const value = useMemo<IconContextValue>(\n () => ({ registry, size, strokeWidth }),\n [registry, size, strokeWidth],\n );\n return <IconContext.Provider value={value}>{children}</IconContext.Provider>;\n}\n"],"mappings":"4FAoBA,IAAM,EAA+B,CAAC,EAkBtC,SAAgB,EAAa,CACzB,WAAW,EACX,OACA,cACA,YAC6B,CAC7B,IAAM,GAAA,EAAA,EAAA,QAAA,MACK,CAAE,WAAU,OAAM,aAAY,GACrC,CAAC,EAAU,EAAM,CAAW,CAChC,EACA,OAAO,EAAA,EAAA,IAAA,CAAC,EAAA,YAAY,SAAb,CAA6B,QAAQ,UAA+B,CAAA,CAC/E"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { IconContext as e } from "./icon-context.js";
|
|
2
|
+
import { useMemo as t } from "react";
|
|
3
|
+
import { jsx as n } from "react/jsx-runtime";
|
|
4
|
+
//#region src/icons/IconProvider.tsx
|
|
5
|
+
var r = {};
|
|
6
|
+
function i({ registry: i = r, size: a, strokeWidth: o, children: s }) {
|
|
7
|
+
let c = t(() => ({
|
|
8
|
+
registry: i,
|
|
9
|
+
size: a,
|
|
10
|
+
strokeWidth: o
|
|
11
|
+
}), [
|
|
12
|
+
i,
|
|
13
|
+
a,
|
|
14
|
+
o
|
|
15
|
+
]);
|
|
16
|
+
return /* @__PURE__ */ n(e.Provider, {
|
|
17
|
+
value: c,
|
|
18
|
+
children: s
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
//#endregion
|
|
22
|
+
export { i as IconProvider };
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=IconProvider.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconProvider.js","names":[],"sources":["../../src/icons/IconProvider.tsx"],"sourcesContent":["import { type ReactNode, useMemo } from \"react\";\n\nimport { IconContext, type IconContextValue, type IconRegistry } from \"./icon-context\";\n\nexport interface IconProviderProps {\n /**\n * Icons resolved with zero extra requests.\n *\n * Pass `staticIcons` from the `virtual:tempest-icons` module the\n * `tempestIcons()` Vite plugin generates, or a table built by\n * `createIconRegistry`. Slugs found here never trigger a shard fetch.\n */\n registry?: IconRegistry;\n /** Default `size` for every `<Icon>` below. Lucide's own default is `24`. */\n size?: number | string;\n /** Default `strokeWidth` for every `<Icon>` below. Lucide's own default is `2`. */\n strokeWidth?: number;\n children: ReactNode;\n}\n\nconst EMPTY_REGISTRY: IconRegistry = {};\n\n/**\n * Provide a static icon registry and shared `<Icon>` defaults to a subtree.\n *\n * Entirely optional: without it `<Icon>` still resolves any of lucide's ~2000\n * slugs by fetching the shard that owns it. What the provider buys is the\n * zero-request path for the slugs an app actually uses, plus one place to set\n * `size`/`strokeWidth` instead of repeating them at every call site.\n *\n * @example\n * import { IconProvider } from \"tempest-react-sdk/icons\";\n * import { staticIcons } from \"virtual:tempest-icons\";\n *\n * <IconProvider registry={staticIcons} size={18}>\n * <App />\n * </IconProvider>\n */\nexport function IconProvider({\n registry = EMPTY_REGISTRY,\n size,\n strokeWidth,\n children,\n}: IconProviderProps): ReactNode {\n const value = useMemo<IconContextValue>(\n () => ({ registry, size, strokeWidth }),\n [registry, size, strokeWidth],\n );\n return <IconContext.Provider value={value}>{children}</IconContext.Provider>;\n}\n"],"mappings":";;;;AAoBA,IAAM,IAA+B,CAAC;AAkBtC,SAAgB,EAAa,EACzB,cAAW,GACX,SACA,gBACA,eAC6B;CAC7B,IAAM,IAAQ,SACH;EAAE;EAAU;EAAM;CAAY,IACrC;EAAC;EAAU;EAAM;CAAW,CAChC;CACA,OAAO,kBAAC,EAAY,UAAb;EAA6B;EAAQ;CAA+B,CAAA;AAC/E"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
var e={"activity-square":`square-activity`,"alarm-check":`alarm-clock-check`,"alarm-minus":`alarm-clock-minus`,"alarm-plus":`alarm-clock-plus`,"alert-circle":`circle-alert`,"alert-octagon":`octagon-alert`,"alert-triangle":`triangle-alert`,"align-center":`text-align-center`,"align-justify":`text-align-justify`,"align-left":`text-align-start`,"align-right":`text-align-end`,"area-chart":`chart-area`,"arrow-down-01":`arrow-down-0-1`,"arrow-down-10":`arrow-down-1-0`,"arrow-down-az":`arrow-down-a-z`,"arrow-down-circle":`circle-arrow-down`,"arrow-down-left-from-circle":`circle-arrow-out-down-left`,"arrow-down-left-from-square":`square-arrow-out-down-left`,"arrow-down-left-square":`square-arrow-down-left`,"arrow-down-right-from-circle":`circle-arrow-out-down-right`,"arrow-down-right-from-square":`square-arrow-out-down-right`,"arrow-down-right-square":`square-arrow-down-right`,"arrow-down-square":`square-arrow-down`,"arrow-down-za":`arrow-down-z-a`,"arrow-left-circle":`circle-arrow-left`,"arrow-left-square":`square-arrow-left`,"arrow-right-circle":`circle-arrow-right`,"arrow-right-square":`square-arrow-right`,"arrow-up-01":`arrow-up-0-1`,"arrow-up-10":`arrow-up-1-0`,"arrow-up-az":`arrow-up-a-z`,"arrow-up-circle":`circle-arrow-up`,"arrow-up-left-from-circle":`circle-arrow-out-up-left`,"arrow-up-left-from-square":`square-arrow-out-up-left`,"arrow-up-left-square":`square-arrow-up-left`,"arrow-up-right-from-circle":`circle-arrow-out-up-right`,"arrow-up-right-from-square":`square-arrow-out-up-right`,"arrow-up-right-square":`square-arrow-up-right`,"arrow-up-square":`square-arrow-up`,"arrow-up-za":`arrow-up-z-a`,"asterisk-square":`square-asterisk`,"axis-3-d":`axis-3d`,"badge-help":`badge-question-mark`,"bar-chart":`chart-no-axes-column-increasing`,"bar-chart-2":`chart-no-axes-column`,"bar-chart-3":`chart-column`,"bar-chart-4":`chart-column-increasing`,"bar-chart-big":`chart-column-big`,"bar-chart-horizontal":`chart-bar`,"bar-chart-horizontal-big":`chart-bar-big`,"between-horizonal-end":`between-horizontal-end`,"between-horizonal-start":`between-horizontal-start`,"book-template":`book-dashed`,"box-select":`square-dashed`,"candlestick-chart":`chart-candlestick`,"check-circle":`circle-check-big`,"check-circle-2":`circle-check`,"check-square":`square-check-big`,"check-square-2":`square-check`,"chevron-down-circle":`circle-chevron-down`,"chevron-down-square":`square-chevron-down`,"chevron-left-circle":`circle-chevron-left`,"chevron-left-square":`square-chevron-left`,"chevron-right-circle":`circle-chevron-right`,"chevron-right-square":`square-chevron-right`,"chevron-up-circle":`circle-chevron-up`,"chevron-up-square":`square-chevron-up`,"circle-help":`circle-question-mark`,"circle-slashed":`circle-slash-2`,"clipboard-edit":`clipboard-pen`,"clipboard-signature":`clipboard-pen-line`,"code-2":`code-xml`,"code-square":`square-code`,columns:`columns-2`,"columns-settings":`columns-3-cog`,"contact-2":`contact-round`,"curly-braces":`braces`,"divide-circle":`circle-divide`,"divide-square":`square-divide`,"dot-square":`square-dot`,"download-cloud":`cloud-download`,edit:`square-pen`,"edit-2":`pen`,"edit-3":`pen-line`,"equal-square":`square-equal`,"file-audio":`file-headphone`,"file-audio-2":`file-headphone`,"file-axis-3-d":`file-axis-3d`,"file-badge-2":`file-badge`,"file-bar-chart":`file-chart-column-increasing`,"file-bar-chart-2":`file-chart-column`,"file-check-2":`file-check-corner`,"file-code-2":`file-code-corner`,"file-cog-2":`file-cog`,"file-edit":`file-pen`,"file-json":`file-braces`,"file-json-2":`file-braces-corner`,"file-key-2":`file-key`,"file-line-chart":`file-chart-line`,"file-lock-2":`file-lock`,"file-minus-2":`file-minus-corner`,"file-pie-chart":`file-chart-pie`,"file-plus-2":`file-plus-corner`,"file-question":`file-question-mark`,"file-search-2":`file-search-corner`,"file-signature":`file-pen-line`,"file-type-2":`file-type-corner`,"file-video":`file-play`,"file-video-2":`file-video-camera`,"file-volume-2":`file-signal`,"file-warning":`file-exclamation-point`,"file-x-2":`file-x-corner`,filter:`funnel`,"filter-x":`funnel-x`,"flip-horizontal":`square-centerline-dashed-horizontal`,"flip-vertical":`square-centerline-dashed-vertical`,"folder-cog-2":`folder-cog`,"folder-edit":`folder-pen`,"fork-knife":`utensils`,"fork-knife-crossed":`utensils-crossed`,"form-input":`rectangle-ellipsis`,"function-square":`square-function`,"gantt-chart":`chart-no-axes-gantt`,"gantt-chart-square":`square-chart-gantt`,"gauge-circle":`circle-gauge`,"git-commit":`git-commit-horizontal`,"globe-2":`earth`,grab:`hand-grab`,grid:`grid-3x3`,"grid-2-x-2":`grid-2x2`,"grid-2-x-2-check":`grid-2x2-check`,"grid-2-x-2-plus":`grid-2x2-plus`,"grid-2-x-2-x":`grid-2x2-x`,"grid-3-x-3":`grid-3x3`,"help-circle":`circle-question-mark`,"helping-hand":`hand-helping`,home:`house`,"ice-cream":`ice-cream-cone`,"ice-cream-2":`ice-cream-bowl`,indent:`list-indent-increase`,"indent-decrease":`list-indent-decrease`,"indent-increase":`list-indent-increase`,inspect:`square-mouse-pointer`,"kanban-square":`square-kanban`,"kanban-square-dashed":`square-dashed-kanban`,"laptop-2":`laptop-minimal`,"layers-3":`layers`,layout:`panels-top-left`,"letter-text":`text-initial`,"library-square":`square-library`,"line-chart":`chart-line`,"loader-2":`loader-circle`,"location-edit":`map-pin-pen`,"m-square":`square-m`,"mail-question":`mail-question-mark`,"menu-square":`square-menu`,"message-circle-question":`message-circle-question-mark`,"mic-2":`mic-vocal`,"minus-circle":`circle-minus`,"minus-square":`square-minus`,"more-horizontal":`ellipsis`,"more-vertical":`ellipsis-vertical`,"mouse-pointer-square-dashed":`square-dashed-mouse-pointer`,"move-3-d":`move-3d`,outdent:`list-indent-decrease`,"paintbrush-2":`paintbrush-vertical`,palmtree:`tree-palm`,"panel-bottom-inactive":`panel-bottom-dashed`,"panel-left-inactive":`panel-left-dashed`,"panel-right-inactive":`panel-right-dashed`,"panel-top-inactive":`panel-top-dashed`,"panels-left-right":`columns-3`,"panels-top-bottom":`rows-3`,"parking-circle":`circle-parking`,"parking-circle-off":`circle-parking-off`,"parking-square":`square-parking`,"parking-square-off":`square-parking-off`,"pause-circle":`circle-pause`,"pause-octagon":`octagon-pause`,"pen-box":`square-pen`,"pen-square":`square-pen`,"percent-circle":`circle-percent`,"percent-diamond":`diamond-percent`,"percent-square":`square-percent`,"pi-square":`square-pi`,"pie-chart":`chart-pie`,"pilcrow-square":`square-pilcrow`,"play-circle":`circle-play`,"play-square":`square-play`,"plug-zap-2":`plug-zap`,"plus-circle":`circle-plus`,"plus-square":`square-plus`,"power-circle":`circle-power`,"power-square":`square-power`,"rotate-3-d":`rotate-3d`,rows:`rows-2`,"scale-3-d":`scale-3d`,"scatter-chart":`chart-scatter`,"school-2":`university`,"scissors-square":`square-scissors`,"scissors-square-dashed-bottom":`square-bottom-dashed-scissors`,"send-horizonal":`send-horizontal`,"shield-close":`shield-x`,"shield-question":`shield-question-mark`,sidebar:`panel-left`,"sidebar-close":`panel-left-close`,"sidebar-open":`panel-left-open`,"sigma-square":`square-sigma`,"slash-square":`square-slash`,sliders:`sliders-vertical`,"sort-asc":`arrow-up-narrow-wide`,"sort-desc":`arrow-down-wide-narrow`,"split-square-horizontal":`square-split-horizontal`,"split-square-vertical":`square-split-vertical`,"square-gantt-chart":`square-chart-gantt`,stars:`sparkles`,"stop-circle":`circle-stop`,subtitles:`captions`,"table-config":`columns-3-cog`,"terminal-square":`square-terminal`,"test-tube-2":`test-tube-diagonal`,text:`text-align-start`,"text-select":`square-dashed-text`,"text-selection":`square-dashed-text`,train:`tram-front`,"tv-2":`tv-minimal`,unlock:`lock-open`,"unlock-keyhole":`lock-keyhole-open`,"upload-cloud":`cloud-upload`,"user-2":`user-round`,"user-check-2":`user-round-check`,"user-circle":`circle-user`,"user-circle-2":`circle-user-round`,"user-cog-2":`user-round-cog`,"user-minus-2":`user-round-minus`,"user-plus-2":`user-round-plus`,"user-square":`square-user`,"user-square-2":`square-user-round`,"user-x-2":`user-round-x`,"users-2":`users-round`,verified:`badge-check`,"wallet-2":`wallet-minimal`,"wand-2":`wand-sparkles`,waves:`waves-horizontal`,"wrap-text":`text-wrap`,"x-circle":`circle-x`,"x-octagon":`octagon-x`,"x-square":`square-x`};exports.iconAliases=e;
|
|
2
|
+
//# sourceMappingURL=aliases.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"aliases.cjs","names":[],"sources":["../../../src/icons/generated/aliases.ts"],"sourcesContent":["// GENERATED by scripts/gen-icons.mjs — do not edit.\n// Run `npm run gen:icons` after bumping lucide-react.\n\n/**\n * Lucide's 248 deprecated slugs, mapped to the canonical slug that\n * replaced them (`alert-circle` → `circle-alert`).\n *\n * Kept so a name stored in a database years ago keeps rendering after a lucide\n * bump renames it. Resolution goes through here first, so an alias loads the\n * shard of its *canonical* slug.\n */\nexport const iconAliases: Record<string, string> = {\n \"activity-square\": \"square-activity\",\n \"alarm-check\": \"alarm-clock-check\",\n \"alarm-minus\": \"alarm-clock-minus\",\n \"alarm-plus\": \"alarm-clock-plus\",\n \"alert-circle\": \"circle-alert\",\n \"alert-octagon\": \"octagon-alert\",\n \"alert-triangle\": \"triangle-alert\",\n \"align-center\": \"text-align-center\",\n \"align-justify\": \"text-align-justify\",\n \"align-left\": \"text-align-start\",\n \"align-right\": \"text-align-end\",\n \"area-chart\": \"chart-area\",\n \"arrow-down-01\": \"arrow-down-0-1\",\n \"arrow-down-10\": \"arrow-down-1-0\",\n \"arrow-down-az\": \"arrow-down-a-z\",\n \"arrow-down-circle\": \"circle-arrow-down\",\n \"arrow-down-left-from-circle\": \"circle-arrow-out-down-left\",\n \"arrow-down-left-from-square\": \"square-arrow-out-down-left\",\n \"arrow-down-left-square\": \"square-arrow-down-left\",\n \"arrow-down-right-from-circle\": \"circle-arrow-out-down-right\",\n \"arrow-down-right-from-square\": \"square-arrow-out-down-right\",\n \"arrow-down-right-square\": \"square-arrow-down-right\",\n \"arrow-down-square\": \"square-arrow-down\",\n \"arrow-down-za\": \"arrow-down-z-a\",\n \"arrow-left-circle\": \"circle-arrow-left\",\n \"arrow-left-square\": \"square-arrow-left\",\n \"arrow-right-circle\": \"circle-arrow-right\",\n \"arrow-right-square\": \"square-arrow-right\",\n \"arrow-up-01\": \"arrow-up-0-1\",\n \"arrow-up-10\": \"arrow-up-1-0\",\n \"arrow-up-az\": \"arrow-up-a-z\",\n \"arrow-up-circle\": \"circle-arrow-up\",\n \"arrow-up-left-from-circle\": \"circle-arrow-out-up-left\",\n \"arrow-up-left-from-square\": \"square-arrow-out-up-left\",\n \"arrow-up-left-square\": \"square-arrow-up-left\",\n \"arrow-up-right-from-circle\": \"circle-arrow-out-up-right\",\n \"arrow-up-right-from-square\": \"square-arrow-out-up-right\",\n \"arrow-up-right-square\": \"square-arrow-up-right\",\n \"arrow-up-square\": \"square-arrow-up\",\n \"arrow-up-za\": \"arrow-up-z-a\",\n \"asterisk-square\": \"square-asterisk\",\n \"axis-3-d\": \"axis-3d\",\n \"badge-help\": \"badge-question-mark\",\n \"bar-chart\": \"chart-no-axes-column-increasing\",\n \"bar-chart-2\": \"chart-no-axes-column\",\n \"bar-chart-3\": \"chart-column\",\n \"bar-chart-4\": \"chart-column-increasing\",\n \"bar-chart-big\": \"chart-column-big\",\n \"bar-chart-horizontal\": \"chart-bar\",\n \"bar-chart-horizontal-big\": \"chart-bar-big\",\n \"between-horizonal-end\": \"between-horizontal-end\",\n \"between-horizonal-start\": \"between-horizontal-start\",\n \"book-template\": \"book-dashed\",\n \"box-select\": \"square-dashed\",\n \"candlestick-chart\": \"chart-candlestick\",\n \"check-circle\": \"circle-check-big\",\n \"check-circle-2\": \"circle-check\",\n \"check-square\": \"square-check-big\",\n \"check-square-2\": \"square-check\",\n \"chevron-down-circle\": \"circle-chevron-down\",\n \"chevron-down-square\": \"square-chevron-down\",\n \"chevron-left-circle\": \"circle-chevron-left\",\n \"chevron-left-square\": \"square-chevron-left\",\n \"chevron-right-circle\": \"circle-chevron-right\",\n \"chevron-right-square\": \"square-chevron-right\",\n \"chevron-up-circle\": \"circle-chevron-up\",\n \"chevron-up-square\": \"square-chevron-up\",\n \"circle-help\": \"circle-question-mark\",\n \"circle-slashed\": \"circle-slash-2\",\n \"clipboard-edit\": \"clipboard-pen\",\n \"clipboard-signature\": \"clipboard-pen-line\",\n \"code-2\": \"code-xml\",\n \"code-square\": \"square-code\",\n columns: \"columns-2\",\n \"columns-settings\": \"columns-3-cog\",\n \"contact-2\": \"contact-round\",\n \"curly-braces\": \"braces\",\n \"divide-circle\": \"circle-divide\",\n \"divide-square\": \"square-divide\",\n \"dot-square\": \"square-dot\",\n \"download-cloud\": \"cloud-download\",\n edit: \"square-pen\",\n \"edit-2\": \"pen\",\n \"edit-3\": \"pen-line\",\n \"equal-square\": \"square-equal\",\n \"file-audio\": \"file-headphone\",\n \"file-audio-2\": \"file-headphone\",\n \"file-axis-3-d\": \"file-axis-3d\",\n \"file-badge-2\": \"file-badge\",\n \"file-bar-chart\": \"file-chart-column-increasing\",\n \"file-bar-chart-2\": \"file-chart-column\",\n \"file-check-2\": \"file-check-corner\",\n \"file-code-2\": \"file-code-corner\",\n \"file-cog-2\": \"file-cog\",\n \"file-edit\": \"file-pen\",\n \"file-json\": \"file-braces\",\n \"file-json-2\": \"file-braces-corner\",\n \"file-key-2\": \"file-key\",\n \"file-line-chart\": \"file-chart-line\",\n \"file-lock-2\": \"file-lock\",\n \"file-minus-2\": \"file-minus-corner\",\n \"file-pie-chart\": \"file-chart-pie\",\n \"file-plus-2\": \"file-plus-corner\",\n \"file-question\": \"file-question-mark\",\n \"file-search-2\": \"file-search-corner\",\n \"file-signature\": \"file-pen-line\",\n \"file-type-2\": \"file-type-corner\",\n \"file-video\": \"file-play\",\n \"file-video-2\": \"file-video-camera\",\n \"file-volume-2\": \"file-signal\",\n \"file-warning\": \"file-exclamation-point\",\n \"file-x-2\": \"file-x-corner\",\n filter: \"funnel\",\n \"filter-x\": \"funnel-x\",\n \"flip-horizontal\": \"square-centerline-dashed-horizontal\",\n \"flip-vertical\": \"square-centerline-dashed-vertical\",\n \"folder-cog-2\": \"folder-cog\",\n \"folder-edit\": \"folder-pen\",\n \"fork-knife\": \"utensils\",\n \"fork-knife-crossed\": \"utensils-crossed\",\n \"form-input\": \"rectangle-ellipsis\",\n \"function-square\": \"square-function\",\n \"gantt-chart\": \"chart-no-axes-gantt\",\n \"gantt-chart-square\": \"square-chart-gantt\",\n \"gauge-circle\": \"circle-gauge\",\n \"git-commit\": \"git-commit-horizontal\",\n \"globe-2\": \"earth\",\n grab: \"hand-grab\",\n grid: \"grid-3x3\",\n \"grid-2-x-2\": \"grid-2x2\",\n \"grid-2-x-2-check\": \"grid-2x2-check\",\n \"grid-2-x-2-plus\": \"grid-2x2-plus\",\n \"grid-2-x-2-x\": \"grid-2x2-x\",\n \"grid-3-x-3\": \"grid-3x3\",\n \"help-circle\": \"circle-question-mark\",\n \"helping-hand\": \"hand-helping\",\n home: \"house\",\n \"ice-cream\": \"ice-cream-cone\",\n \"ice-cream-2\": \"ice-cream-bowl\",\n indent: \"list-indent-increase\",\n \"indent-decrease\": \"list-indent-decrease\",\n \"indent-increase\": \"list-indent-increase\",\n inspect: \"square-mouse-pointer\",\n \"kanban-square\": \"square-kanban\",\n \"kanban-square-dashed\": \"square-dashed-kanban\",\n \"laptop-2\": \"laptop-minimal\",\n \"layers-3\": \"layers\",\n layout: \"panels-top-left\",\n \"letter-text\": \"text-initial\",\n \"library-square\": \"square-library\",\n \"line-chart\": \"chart-line\",\n \"loader-2\": \"loader-circle\",\n \"location-edit\": \"map-pin-pen\",\n \"m-square\": \"square-m\",\n \"mail-question\": \"mail-question-mark\",\n \"menu-square\": \"square-menu\",\n \"message-circle-question\": \"message-circle-question-mark\",\n \"mic-2\": \"mic-vocal\",\n \"minus-circle\": \"circle-minus\",\n \"minus-square\": \"square-minus\",\n \"more-horizontal\": \"ellipsis\",\n \"more-vertical\": \"ellipsis-vertical\",\n \"mouse-pointer-square-dashed\": \"square-dashed-mouse-pointer\",\n \"move-3-d\": \"move-3d\",\n outdent: \"list-indent-decrease\",\n \"paintbrush-2\": \"paintbrush-vertical\",\n palmtree: \"tree-palm\",\n \"panel-bottom-inactive\": \"panel-bottom-dashed\",\n \"panel-left-inactive\": \"panel-left-dashed\",\n \"panel-right-inactive\": \"panel-right-dashed\",\n \"panel-top-inactive\": \"panel-top-dashed\",\n \"panels-left-right\": \"columns-3\",\n \"panels-top-bottom\": \"rows-3\",\n \"parking-circle\": \"circle-parking\",\n \"parking-circle-off\": \"circle-parking-off\",\n \"parking-square\": \"square-parking\",\n \"parking-square-off\": \"square-parking-off\",\n \"pause-circle\": \"circle-pause\",\n \"pause-octagon\": \"octagon-pause\",\n \"pen-box\": \"square-pen\",\n \"pen-square\": \"square-pen\",\n \"percent-circle\": \"circle-percent\",\n \"percent-diamond\": \"diamond-percent\",\n \"percent-square\": \"square-percent\",\n \"pi-square\": \"square-pi\",\n \"pie-chart\": \"chart-pie\",\n \"pilcrow-square\": \"square-pilcrow\",\n \"play-circle\": \"circle-play\",\n \"play-square\": \"square-play\",\n \"plug-zap-2\": \"plug-zap\",\n \"plus-circle\": \"circle-plus\",\n \"plus-square\": \"square-plus\",\n \"power-circle\": \"circle-power\",\n \"power-square\": \"square-power\",\n \"rotate-3-d\": \"rotate-3d\",\n rows: \"rows-2\",\n \"scale-3-d\": \"scale-3d\",\n \"scatter-chart\": \"chart-scatter\",\n \"school-2\": \"university\",\n \"scissors-square\": \"square-scissors\",\n \"scissors-square-dashed-bottom\": \"square-bottom-dashed-scissors\",\n \"send-horizonal\": \"send-horizontal\",\n \"shield-close\": \"shield-x\",\n \"shield-question\": \"shield-question-mark\",\n sidebar: \"panel-left\",\n \"sidebar-close\": \"panel-left-close\",\n \"sidebar-open\": \"panel-left-open\",\n \"sigma-square\": \"square-sigma\",\n \"slash-square\": \"square-slash\",\n sliders: \"sliders-vertical\",\n \"sort-asc\": \"arrow-up-narrow-wide\",\n \"sort-desc\": \"arrow-down-wide-narrow\",\n \"split-square-horizontal\": \"square-split-horizontal\",\n \"split-square-vertical\": \"square-split-vertical\",\n \"square-gantt-chart\": \"square-chart-gantt\",\n stars: \"sparkles\",\n \"stop-circle\": \"circle-stop\",\n subtitles: \"captions\",\n \"table-config\": \"columns-3-cog\",\n \"terminal-square\": \"square-terminal\",\n \"test-tube-2\": \"test-tube-diagonal\",\n text: \"text-align-start\",\n \"text-select\": \"square-dashed-text\",\n \"text-selection\": \"square-dashed-text\",\n train: \"tram-front\",\n \"tv-2\": \"tv-minimal\",\n unlock: \"lock-open\",\n \"unlock-keyhole\": \"lock-keyhole-open\",\n \"upload-cloud\": \"cloud-upload\",\n \"user-2\": \"user-round\",\n \"user-check-2\": \"user-round-check\",\n \"user-circle\": \"circle-user\",\n \"user-circle-2\": \"circle-user-round\",\n \"user-cog-2\": \"user-round-cog\",\n \"user-minus-2\": \"user-round-minus\",\n \"user-plus-2\": \"user-round-plus\",\n \"user-square\": \"square-user\",\n \"user-square-2\": \"square-user-round\",\n \"user-x-2\": \"user-round-x\",\n \"users-2\": \"users-round\",\n verified: \"badge-check\",\n \"wallet-2\": \"wallet-minimal\",\n \"wand-2\": \"wand-sparkles\",\n waves: \"waves-horizontal\",\n \"wrap-text\": \"text-wrap\",\n \"x-circle\": \"circle-x\",\n \"x-octagon\": \"octagon-x\",\n \"x-square\": \"square-x\",\n};\n"],"mappings":"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"}
|
|
@@ -0,0 +1,255 @@
|
|
|
1
|
+
//#region src/icons/generated/aliases.ts
|
|
2
|
+
var e = {
|
|
3
|
+
"activity-square": "square-activity",
|
|
4
|
+
"alarm-check": "alarm-clock-check",
|
|
5
|
+
"alarm-minus": "alarm-clock-minus",
|
|
6
|
+
"alarm-plus": "alarm-clock-plus",
|
|
7
|
+
"alert-circle": "circle-alert",
|
|
8
|
+
"alert-octagon": "octagon-alert",
|
|
9
|
+
"alert-triangle": "triangle-alert",
|
|
10
|
+
"align-center": "text-align-center",
|
|
11
|
+
"align-justify": "text-align-justify",
|
|
12
|
+
"align-left": "text-align-start",
|
|
13
|
+
"align-right": "text-align-end",
|
|
14
|
+
"area-chart": "chart-area",
|
|
15
|
+
"arrow-down-01": "arrow-down-0-1",
|
|
16
|
+
"arrow-down-10": "arrow-down-1-0",
|
|
17
|
+
"arrow-down-az": "arrow-down-a-z",
|
|
18
|
+
"arrow-down-circle": "circle-arrow-down",
|
|
19
|
+
"arrow-down-left-from-circle": "circle-arrow-out-down-left",
|
|
20
|
+
"arrow-down-left-from-square": "square-arrow-out-down-left",
|
|
21
|
+
"arrow-down-left-square": "square-arrow-down-left",
|
|
22
|
+
"arrow-down-right-from-circle": "circle-arrow-out-down-right",
|
|
23
|
+
"arrow-down-right-from-square": "square-arrow-out-down-right",
|
|
24
|
+
"arrow-down-right-square": "square-arrow-down-right",
|
|
25
|
+
"arrow-down-square": "square-arrow-down",
|
|
26
|
+
"arrow-down-za": "arrow-down-z-a",
|
|
27
|
+
"arrow-left-circle": "circle-arrow-left",
|
|
28
|
+
"arrow-left-square": "square-arrow-left",
|
|
29
|
+
"arrow-right-circle": "circle-arrow-right",
|
|
30
|
+
"arrow-right-square": "square-arrow-right",
|
|
31
|
+
"arrow-up-01": "arrow-up-0-1",
|
|
32
|
+
"arrow-up-10": "arrow-up-1-0",
|
|
33
|
+
"arrow-up-az": "arrow-up-a-z",
|
|
34
|
+
"arrow-up-circle": "circle-arrow-up",
|
|
35
|
+
"arrow-up-left-from-circle": "circle-arrow-out-up-left",
|
|
36
|
+
"arrow-up-left-from-square": "square-arrow-out-up-left",
|
|
37
|
+
"arrow-up-left-square": "square-arrow-up-left",
|
|
38
|
+
"arrow-up-right-from-circle": "circle-arrow-out-up-right",
|
|
39
|
+
"arrow-up-right-from-square": "square-arrow-out-up-right",
|
|
40
|
+
"arrow-up-right-square": "square-arrow-up-right",
|
|
41
|
+
"arrow-up-square": "square-arrow-up",
|
|
42
|
+
"arrow-up-za": "arrow-up-z-a",
|
|
43
|
+
"asterisk-square": "square-asterisk",
|
|
44
|
+
"axis-3-d": "axis-3d",
|
|
45
|
+
"badge-help": "badge-question-mark",
|
|
46
|
+
"bar-chart": "chart-no-axes-column-increasing",
|
|
47
|
+
"bar-chart-2": "chart-no-axes-column",
|
|
48
|
+
"bar-chart-3": "chart-column",
|
|
49
|
+
"bar-chart-4": "chart-column-increasing",
|
|
50
|
+
"bar-chart-big": "chart-column-big",
|
|
51
|
+
"bar-chart-horizontal": "chart-bar",
|
|
52
|
+
"bar-chart-horizontal-big": "chart-bar-big",
|
|
53
|
+
"between-horizonal-end": "between-horizontal-end",
|
|
54
|
+
"between-horizonal-start": "between-horizontal-start",
|
|
55
|
+
"book-template": "book-dashed",
|
|
56
|
+
"box-select": "square-dashed",
|
|
57
|
+
"candlestick-chart": "chart-candlestick",
|
|
58
|
+
"check-circle": "circle-check-big",
|
|
59
|
+
"check-circle-2": "circle-check",
|
|
60
|
+
"check-square": "square-check-big",
|
|
61
|
+
"check-square-2": "square-check",
|
|
62
|
+
"chevron-down-circle": "circle-chevron-down",
|
|
63
|
+
"chevron-down-square": "square-chevron-down",
|
|
64
|
+
"chevron-left-circle": "circle-chevron-left",
|
|
65
|
+
"chevron-left-square": "square-chevron-left",
|
|
66
|
+
"chevron-right-circle": "circle-chevron-right",
|
|
67
|
+
"chevron-right-square": "square-chevron-right",
|
|
68
|
+
"chevron-up-circle": "circle-chevron-up",
|
|
69
|
+
"chevron-up-square": "square-chevron-up",
|
|
70
|
+
"circle-help": "circle-question-mark",
|
|
71
|
+
"circle-slashed": "circle-slash-2",
|
|
72
|
+
"clipboard-edit": "clipboard-pen",
|
|
73
|
+
"clipboard-signature": "clipboard-pen-line",
|
|
74
|
+
"code-2": "code-xml",
|
|
75
|
+
"code-square": "square-code",
|
|
76
|
+
columns: "columns-2",
|
|
77
|
+
"columns-settings": "columns-3-cog",
|
|
78
|
+
"contact-2": "contact-round",
|
|
79
|
+
"curly-braces": "braces",
|
|
80
|
+
"divide-circle": "circle-divide",
|
|
81
|
+
"divide-square": "square-divide",
|
|
82
|
+
"dot-square": "square-dot",
|
|
83
|
+
"download-cloud": "cloud-download",
|
|
84
|
+
edit: "square-pen",
|
|
85
|
+
"edit-2": "pen",
|
|
86
|
+
"edit-3": "pen-line",
|
|
87
|
+
"equal-square": "square-equal",
|
|
88
|
+
"file-audio": "file-headphone",
|
|
89
|
+
"file-audio-2": "file-headphone",
|
|
90
|
+
"file-axis-3-d": "file-axis-3d",
|
|
91
|
+
"file-badge-2": "file-badge",
|
|
92
|
+
"file-bar-chart": "file-chart-column-increasing",
|
|
93
|
+
"file-bar-chart-2": "file-chart-column",
|
|
94
|
+
"file-check-2": "file-check-corner",
|
|
95
|
+
"file-code-2": "file-code-corner",
|
|
96
|
+
"file-cog-2": "file-cog",
|
|
97
|
+
"file-edit": "file-pen",
|
|
98
|
+
"file-json": "file-braces",
|
|
99
|
+
"file-json-2": "file-braces-corner",
|
|
100
|
+
"file-key-2": "file-key",
|
|
101
|
+
"file-line-chart": "file-chart-line",
|
|
102
|
+
"file-lock-2": "file-lock",
|
|
103
|
+
"file-minus-2": "file-minus-corner",
|
|
104
|
+
"file-pie-chart": "file-chart-pie",
|
|
105
|
+
"file-plus-2": "file-plus-corner",
|
|
106
|
+
"file-question": "file-question-mark",
|
|
107
|
+
"file-search-2": "file-search-corner",
|
|
108
|
+
"file-signature": "file-pen-line",
|
|
109
|
+
"file-type-2": "file-type-corner",
|
|
110
|
+
"file-video": "file-play",
|
|
111
|
+
"file-video-2": "file-video-camera",
|
|
112
|
+
"file-volume-2": "file-signal",
|
|
113
|
+
"file-warning": "file-exclamation-point",
|
|
114
|
+
"file-x-2": "file-x-corner",
|
|
115
|
+
filter: "funnel",
|
|
116
|
+
"filter-x": "funnel-x",
|
|
117
|
+
"flip-horizontal": "square-centerline-dashed-horizontal",
|
|
118
|
+
"flip-vertical": "square-centerline-dashed-vertical",
|
|
119
|
+
"folder-cog-2": "folder-cog",
|
|
120
|
+
"folder-edit": "folder-pen",
|
|
121
|
+
"fork-knife": "utensils",
|
|
122
|
+
"fork-knife-crossed": "utensils-crossed",
|
|
123
|
+
"form-input": "rectangle-ellipsis",
|
|
124
|
+
"function-square": "square-function",
|
|
125
|
+
"gantt-chart": "chart-no-axes-gantt",
|
|
126
|
+
"gantt-chart-square": "square-chart-gantt",
|
|
127
|
+
"gauge-circle": "circle-gauge",
|
|
128
|
+
"git-commit": "git-commit-horizontal",
|
|
129
|
+
"globe-2": "earth",
|
|
130
|
+
grab: "hand-grab",
|
|
131
|
+
grid: "grid-3x3",
|
|
132
|
+
"grid-2-x-2": "grid-2x2",
|
|
133
|
+
"grid-2-x-2-check": "grid-2x2-check",
|
|
134
|
+
"grid-2-x-2-plus": "grid-2x2-plus",
|
|
135
|
+
"grid-2-x-2-x": "grid-2x2-x",
|
|
136
|
+
"grid-3-x-3": "grid-3x3",
|
|
137
|
+
"help-circle": "circle-question-mark",
|
|
138
|
+
"helping-hand": "hand-helping",
|
|
139
|
+
home: "house",
|
|
140
|
+
"ice-cream": "ice-cream-cone",
|
|
141
|
+
"ice-cream-2": "ice-cream-bowl",
|
|
142
|
+
indent: "list-indent-increase",
|
|
143
|
+
"indent-decrease": "list-indent-decrease",
|
|
144
|
+
"indent-increase": "list-indent-increase",
|
|
145
|
+
inspect: "square-mouse-pointer",
|
|
146
|
+
"kanban-square": "square-kanban",
|
|
147
|
+
"kanban-square-dashed": "square-dashed-kanban",
|
|
148
|
+
"laptop-2": "laptop-minimal",
|
|
149
|
+
"layers-3": "layers",
|
|
150
|
+
layout: "panels-top-left",
|
|
151
|
+
"letter-text": "text-initial",
|
|
152
|
+
"library-square": "square-library",
|
|
153
|
+
"line-chart": "chart-line",
|
|
154
|
+
"loader-2": "loader-circle",
|
|
155
|
+
"location-edit": "map-pin-pen",
|
|
156
|
+
"m-square": "square-m",
|
|
157
|
+
"mail-question": "mail-question-mark",
|
|
158
|
+
"menu-square": "square-menu",
|
|
159
|
+
"message-circle-question": "message-circle-question-mark",
|
|
160
|
+
"mic-2": "mic-vocal",
|
|
161
|
+
"minus-circle": "circle-minus",
|
|
162
|
+
"minus-square": "square-minus",
|
|
163
|
+
"more-horizontal": "ellipsis",
|
|
164
|
+
"more-vertical": "ellipsis-vertical",
|
|
165
|
+
"mouse-pointer-square-dashed": "square-dashed-mouse-pointer",
|
|
166
|
+
"move-3-d": "move-3d",
|
|
167
|
+
outdent: "list-indent-decrease",
|
|
168
|
+
"paintbrush-2": "paintbrush-vertical",
|
|
169
|
+
palmtree: "tree-palm",
|
|
170
|
+
"panel-bottom-inactive": "panel-bottom-dashed",
|
|
171
|
+
"panel-left-inactive": "panel-left-dashed",
|
|
172
|
+
"panel-right-inactive": "panel-right-dashed",
|
|
173
|
+
"panel-top-inactive": "panel-top-dashed",
|
|
174
|
+
"panels-left-right": "columns-3",
|
|
175
|
+
"panels-top-bottom": "rows-3",
|
|
176
|
+
"parking-circle": "circle-parking",
|
|
177
|
+
"parking-circle-off": "circle-parking-off",
|
|
178
|
+
"parking-square": "square-parking",
|
|
179
|
+
"parking-square-off": "square-parking-off",
|
|
180
|
+
"pause-circle": "circle-pause",
|
|
181
|
+
"pause-octagon": "octagon-pause",
|
|
182
|
+
"pen-box": "square-pen",
|
|
183
|
+
"pen-square": "square-pen",
|
|
184
|
+
"percent-circle": "circle-percent",
|
|
185
|
+
"percent-diamond": "diamond-percent",
|
|
186
|
+
"percent-square": "square-percent",
|
|
187
|
+
"pi-square": "square-pi",
|
|
188
|
+
"pie-chart": "chart-pie",
|
|
189
|
+
"pilcrow-square": "square-pilcrow",
|
|
190
|
+
"play-circle": "circle-play",
|
|
191
|
+
"play-square": "square-play",
|
|
192
|
+
"plug-zap-2": "plug-zap",
|
|
193
|
+
"plus-circle": "circle-plus",
|
|
194
|
+
"plus-square": "square-plus",
|
|
195
|
+
"power-circle": "circle-power",
|
|
196
|
+
"power-square": "square-power",
|
|
197
|
+
"rotate-3-d": "rotate-3d",
|
|
198
|
+
rows: "rows-2",
|
|
199
|
+
"scale-3-d": "scale-3d",
|
|
200
|
+
"scatter-chart": "chart-scatter",
|
|
201
|
+
"school-2": "university",
|
|
202
|
+
"scissors-square": "square-scissors",
|
|
203
|
+
"scissors-square-dashed-bottom": "square-bottom-dashed-scissors",
|
|
204
|
+
"send-horizonal": "send-horizontal",
|
|
205
|
+
"shield-close": "shield-x",
|
|
206
|
+
"shield-question": "shield-question-mark",
|
|
207
|
+
sidebar: "panel-left",
|
|
208
|
+
"sidebar-close": "panel-left-close",
|
|
209
|
+
"sidebar-open": "panel-left-open",
|
|
210
|
+
"sigma-square": "square-sigma",
|
|
211
|
+
"slash-square": "square-slash",
|
|
212
|
+
sliders: "sliders-vertical",
|
|
213
|
+
"sort-asc": "arrow-up-narrow-wide",
|
|
214
|
+
"sort-desc": "arrow-down-wide-narrow",
|
|
215
|
+
"split-square-horizontal": "square-split-horizontal",
|
|
216
|
+
"split-square-vertical": "square-split-vertical",
|
|
217
|
+
"square-gantt-chart": "square-chart-gantt",
|
|
218
|
+
stars: "sparkles",
|
|
219
|
+
"stop-circle": "circle-stop",
|
|
220
|
+
subtitles: "captions",
|
|
221
|
+
"table-config": "columns-3-cog",
|
|
222
|
+
"terminal-square": "square-terminal",
|
|
223
|
+
"test-tube-2": "test-tube-diagonal",
|
|
224
|
+
text: "text-align-start",
|
|
225
|
+
"text-select": "square-dashed-text",
|
|
226
|
+
"text-selection": "square-dashed-text",
|
|
227
|
+
train: "tram-front",
|
|
228
|
+
"tv-2": "tv-minimal",
|
|
229
|
+
unlock: "lock-open",
|
|
230
|
+
"unlock-keyhole": "lock-keyhole-open",
|
|
231
|
+
"upload-cloud": "cloud-upload",
|
|
232
|
+
"user-2": "user-round",
|
|
233
|
+
"user-check-2": "user-round-check",
|
|
234
|
+
"user-circle": "circle-user",
|
|
235
|
+
"user-circle-2": "circle-user-round",
|
|
236
|
+
"user-cog-2": "user-round-cog",
|
|
237
|
+
"user-minus-2": "user-round-minus",
|
|
238
|
+
"user-plus-2": "user-round-plus",
|
|
239
|
+
"user-square": "square-user",
|
|
240
|
+
"user-square-2": "square-user-round",
|
|
241
|
+
"user-x-2": "user-round-x",
|
|
242
|
+
"users-2": "users-round",
|
|
243
|
+
verified: "badge-check",
|
|
244
|
+
"wallet-2": "wallet-minimal",
|
|
245
|
+
"wand-2": "wand-sparkles",
|
|
246
|
+
waves: "waves-horizontal",
|
|
247
|
+
"wrap-text": "text-wrap",
|
|
248
|
+
"x-circle": "circle-x",
|
|
249
|
+
"x-octagon": "octagon-x",
|
|
250
|
+
"x-square": "square-x"
|
|
251
|
+
};
|
|
252
|
+
//#endregion
|
|
253
|
+
export { e as iconAliases };
|
|
254
|
+
|
|
255
|
+
//# sourceMappingURL=aliases.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"aliases.js","names":[],"sources":["../../../src/icons/generated/aliases.ts"],"sourcesContent":["// GENERATED by scripts/gen-icons.mjs — do not edit.\n// Run `npm run gen:icons` after bumping lucide-react.\n\n/**\n * Lucide's 248 deprecated slugs, mapped to the canonical slug that\n * replaced them (`alert-circle` → `circle-alert`).\n *\n * Kept so a name stored in a database years ago keeps rendering after a lucide\n * bump renames it. Resolution goes through here first, so an alias loads the\n * shard of its *canonical* slug.\n */\nexport const iconAliases: Record<string, string> = {\n \"activity-square\": \"square-activity\",\n \"alarm-check\": \"alarm-clock-check\",\n \"alarm-minus\": \"alarm-clock-minus\",\n \"alarm-plus\": \"alarm-clock-plus\",\n \"alert-circle\": \"circle-alert\",\n \"alert-octagon\": \"octagon-alert\",\n \"alert-triangle\": \"triangle-alert\",\n \"align-center\": \"text-align-center\",\n \"align-justify\": \"text-align-justify\",\n \"align-left\": \"text-align-start\",\n \"align-right\": \"text-align-end\",\n \"area-chart\": \"chart-area\",\n \"arrow-down-01\": \"arrow-down-0-1\",\n \"arrow-down-10\": \"arrow-down-1-0\",\n \"arrow-down-az\": \"arrow-down-a-z\",\n \"arrow-down-circle\": \"circle-arrow-down\",\n \"arrow-down-left-from-circle\": \"circle-arrow-out-down-left\",\n \"arrow-down-left-from-square\": \"square-arrow-out-down-left\",\n \"arrow-down-left-square\": \"square-arrow-down-left\",\n \"arrow-down-right-from-circle\": \"circle-arrow-out-down-right\",\n \"arrow-down-right-from-square\": \"square-arrow-out-down-right\",\n \"arrow-down-right-square\": \"square-arrow-down-right\",\n \"arrow-down-square\": \"square-arrow-down\",\n \"arrow-down-za\": \"arrow-down-z-a\",\n \"arrow-left-circle\": \"circle-arrow-left\",\n \"arrow-left-square\": \"square-arrow-left\",\n \"arrow-right-circle\": \"circle-arrow-right\",\n \"arrow-right-square\": \"square-arrow-right\",\n \"arrow-up-01\": \"arrow-up-0-1\",\n \"arrow-up-10\": \"arrow-up-1-0\",\n \"arrow-up-az\": \"arrow-up-a-z\",\n \"arrow-up-circle\": \"circle-arrow-up\",\n \"arrow-up-left-from-circle\": \"circle-arrow-out-up-left\",\n \"arrow-up-left-from-square\": \"square-arrow-out-up-left\",\n \"arrow-up-left-square\": \"square-arrow-up-left\",\n \"arrow-up-right-from-circle\": \"circle-arrow-out-up-right\",\n \"arrow-up-right-from-square\": \"square-arrow-out-up-right\",\n \"arrow-up-right-square\": \"square-arrow-up-right\",\n \"arrow-up-square\": \"square-arrow-up\",\n \"arrow-up-za\": \"arrow-up-z-a\",\n \"asterisk-square\": \"square-asterisk\",\n \"axis-3-d\": \"axis-3d\",\n \"badge-help\": \"badge-question-mark\",\n \"bar-chart\": \"chart-no-axes-column-increasing\",\n \"bar-chart-2\": \"chart-no-axes-column\",\n \"bar-chart-3\": \"chart-column\",\n \"bar-chart-4\": \"chart-column-increasing\",\n \"bar-chart-big\": \"chart-column-big\",\n \"bar-chart-horizontal\": \"chart-bar\",\n \"bar-chart-horizontal-big\": \"chart-bar-big\",\n \"between-horizonal-end\": \"between-horizontal-end\",\n \"between-horizonal-start\": \"between-horizontal-start\",\n \"book-template\": \"book-dashed\",\n \"box-select\": \"square-dashed\",\n \"candlestick-chart\": \"chart-candlestick\",\n \"check-circle\": \"circle-check-big\",\n \"check-circle-2\": \"circle-check\",\n \"check-square\": \"square-check-big\",\n \"check-square-2\": \"square-check\",\n \"chevron-down-circle\": \"circle-chevron-down\",\n \"chevron-down-square\": \"square-chevron-down\",\n \"chevron-left-circle\": \"circle-chevron-left\",\n \"chevron-left-square\": \"square-chevron-left\",\n \"chevron-right-circle\": \"circle-chevron-right\",\n \"chevron-right-square\": \"square-chevron-right\",\n \"chevron-up-circle\": \"circle-chevron-up\",\n \"chevron-up-square\": \"square-chevron-up\",\n \"circle-help\": \"circle-question-mark\",\n \"circle-slashed\": \"circle-slash-2\",\n \"clipboard-edit\": \"clipboard-pen\",\n \"clipboard-signature\": \"clipboard-pen-line\",\n \"code-2\": \"code-xml\",\n \"code-square\": \"square-code\",\n columns: \"columns-2\",\n \"columns-settings\": \"columns-3-cog\",\n \"contact-2\": \"contact-round\",\n \"curly-braces\": \"braces\",\n \"divide-circle\": \"circle-divide\",\n \"divide-square\": \"square-divide\",\n \"dot-square\": \"square-dot\",\n \"download-cloud\": \"cloud-download\",\n edit: \"square-pen\",\n \"edit-2\": \"pen\",\n \"edit-3\": \"pen-line\",\n \"equal-square\": \"square-equal\",\n \"file-audio\": \"file-headphone\",\n \"file-audio-2\": \"file-headphone\",\n \"file-axis-3-d\": \"file-axis-3d\",\n \"file-badge-2\": \"file-badge\",\n \"file-bar-chart\": \"file-chart-column-increasing\",\n \"file-bar-chart-2\": \"file-chart-column\",\n \"file-check-2\": \"file-check-corner\",\n \"file-code-2\": \"file-code-corner\",\n \"file-cog-2\": \"file-cog\",\n \"file-edit\": \"file-pen\",\n \"file-json\": \"file-braces\",\n \"file-json-2\": \"file-braces-corner\",\n \"file-key-2\": \"file-key\",\n \"file-line-chart\": \"file-chart-line\",\n \"file-lock-2\": \"file-lock\",\n \"file-minus-2\": \"file-minus-corner\",\n \"file-pie-chart\": \"file-chart-pie\",\n \"file-plus-2\": \"file-plus-corner\",\n \"file-question\": \"file-question-mark\",\n \"file-search-2\": \"file-search-corner\",\n \"file-signature\": \"file-pen-line\",\n \"file-type-2\": \"file-type-corner\",\n \"file-video\": \"file-play\",\n \"file-video-2\": \"file-video-camera\",\n \"file-volume-2\": \"file-signal\",\n \"file-warning\": \"file-exclamation-point\",\n \"file-x-2\": \"file-x-corner\",\n filter: \"funnel\",\n \"filter-x\": \"funnel-x\",\n \"flip-horizontal\": \"square-centerline-dashed-horizontal\",\n \"flip-vertical\": \"square-centerline-dashed-vertical\",\n \"folder-cog-2\": \"folder-cog\",\n \"folder-edit\": \"folder-pen\",\n \"fork-knife\": \"utensils\",\n \"fork-knife-crossed\": \"utensils-crossed\",\n \"form-input\": \"rectangle-ellipsis\",\n \"function-square\": \"square-function\",\n \"gantt-chart\": \"chart-no-axes-gantt\",\n \"gantt-chart-square\": \"square-chart-gantt\",\n \"gauge-circle\": \"circle-gauge\",\n \"git-commit\": \"git-commit-horizontal\",\n \"globe-2\": \"earth\",\n grab: \"hand-grab\",\n grid: \"grid-3x3\",\n \"grid-2-x-2\": \"grid-2x2\",\n \"grid-2-x-2-check\": \"grid-2x2-check\",\n \"grid-2-x-2-plus\": \"grid-2x2-plus\",\n \"grid-2-x-2-x\": \"grid-2x2-x\",\n \"grid-3-x-3\": \"grid-3x3\",\n \"help-circle\": \"circle-question-mark\",\n \"helping-hand\": \"hand-helping\",\n home: \"house\",\n \"ice-cream\": \"ice-cream-cone\",\n \"ice-cream-2\": \"ice-cream-bowl\",\n indent: \"list-indent-increase\",\n \"indent-decrease\": \"list-indent-decrease\",\n \"indent-increase\": \"list-indent-increase\",\n inspect: \"square-mouse-pointer\",\n \"kanban-square\": \"square-kanban\",\n \"kanban-square-dashed\": \"square-dashed-kanban\",\n \"laptop-2\": \"laptop-minimal\",\n \"layers-3\": \"layers\",\n layout: \"panels-top-left\",\n \"letter-text\": \"text-initial\",\n \"library-square\": \"square-library\",\n \"line-chart\": \"chart-line\",\n \"loader-2\": \"loader-circle\",\n \"location-edit\": \"map-pin-pen\",\n \"m-square\": \"square-m\",\n \"mail-question\": \"mail-question-mark\",\n \"menu-square\": \"square-menu\",\n \"message-circle-question\": \"message-circle-question-mark\",\n \"mic-2\": \"mic-vocal\",\n \"minus-circle\": \"circle-minus\",\n \"minus-square\": \"square-minus\",\n \"more-horizontal\": \"ellipsis\",\n \"more-vertical\": \"ellipsis-vertical\",\n \"mouse-pointer-square-dashed\": \"square-dashed-mouse-pointer\",\n \"move-3-d\": \"move-3d\",\n outdent: \"list-indent-decrease\",\n \"paintbrush-2\": \"paintbrush-vertical\",\n palmtree: \"tree-palm\",\n \"panel-bottom-inactive\": \"panel-bottom-dashed\",\n \"panel-left-inactive\": \"panel-left-dashed\",\n \"panel-right-inactive\": \"panel-right-dashed\",\n \"panel-top-inactive\": \"panel-top-dashed\",\n \"panels-left-right\": \"columns-3\",\n \"panels-top-bottom\": \"rows-3\",\n \"parking-circle\": \"circle-parking\",\n \"parking-circle-off\": \"circle-parking-off\",\n \"parking-square\": \"square-parking\",\n \"parking-square-off\": \"square-parking-off\",\n \"pause-circle\": \"circle-pause\",\n \"pause-octagon\": \"octagon-pause\",\n \"pen-box\": \"square-pen\",\n \"pen-square\": \"square-pen\",\n \"percent-circle\": \"circle-percent\",\n \"percent-diamond\": \"diamond-percent\",\n \"percent-square\": \"square-percent\",\n \"pi-square\": \"square-pi\",\n \"pie-chart\": \"chart-pie\",\n \"pilcrow-square\": \"square-pilcrow\",\n \"play-circle\": \"circle-play\",\n \"play-square\": \"square-play\",\n \"plug-zap-2\": \"plug-zap\",\n \"plus-circle\": \"circle-plus\",\n \"plus-square\": \"square-plus\",\n \"power-circle\": \"circle-power\",\n \"power-square\": \"square-power\",\n \"rotate-3-d\": \"rotate-3d\",\n rows: \"rows-2\",\n \"scale-3-d\": \"scale-3d\",\n \"scatter-chart\": \"chart-scatter\",\n \"school-2\": \"university\",\n \"scissors-square\": \"square-scissors\",\n \"scissors-square-dashed-bottom\": \"square-bottom-dashed-scissors\",\n \"send-horizonal\": \"send-horizontal\",\n \"shield-close\": \"shield-x\",\n \"shield-question\": \"shield-question-mark\",\n sidebar: \"panel-left\",\n \"sidebar-close\": \"panel-left-close\",\n \"sidebar-open\": \"panel-left-open\",\n \"sigma-square\": \"square-sigma\",\n \"slash-square\": \"square-slash\",\n sliders: \"sliders-vertical\",\n \"sort-asc\": \"arrow-up-narrow-wide\",\n \"sort-desc\": \"arrow-down-wide-narrow\",\n \"split-square-horizontal\": \"square-split-horizontal\",\n \"split-square-vertical\": \"square-split-vertical\",\n \"square-gantt-chart\": \"square-chart-gantt\",\n stars: \"sparkles\",\n \"stop-circle\": \"circle-stop\",\n subtitles: \"captions\",\n \"table-config\": \"columns-3-cog\",\n \"terminal-square\": \"square-terminal\",\n \"test-tube-2\": \"test-tube-diagonal\",\n text: \"text-align-start\",\n \"text-select\": \"square-dashed-text\",\n \"text-selection\": \"square-dashed-text\",\n train: \"tram-front\",\n \"tv-2\": \"tv-minimal\",\n unlock: \"lock-open\",\n \"unlock-keyhole\": \"lock-keyhole-open\",\n \"upload-cloud\": \"cloud-upload\",\n \"user-2\": \"user-round\",\n \"user-check-2\": \"user-round-check\",\n \"user-circle\": \"circle-user\",\n \"user-circle-2\": \"circle-user-round\",\n \"user-cog-2\": \"user-round-cog\",\n \"user-minus-2\": \"user-round-minus\",\n \"user-plus-2\": \"user-round-plus\",\n \"user-square\": \"square-user\",\n \"user-square-2\": \"square-user-round\",\n \"user-x-2\": \"user-round-x\",\n \"users-2\": \"users-round\",\n verified: \"badge-check\",\n \"wallet-2\": \"wallet-minimal\",\n \"wand-2\": \"wand-sparkles\",\n waves: \"waves-horizontal\",\n \"wrap-text\": \"text-wrap\",\n \"x-circle\": \"circle-x\",\n \"x-octagon\": \"octagon-x\",\n \"x-square\": \"square-x\",\n};\n"],"mappings":"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"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
var e=`a-arrow-down.a-arrow-up.a-large-small.accessibility.activity.activity-square.ad.air-vent.airplay.alarm-check.alarm-clock.alarm-clock-check.alarm-clock-minus.alarm-clock-off.alarm-clock-plus.alarm-minus.alarm-plus.alarm-smoke.album.alert-circle.alert-octagon.alert-triangle.align-center.align-center-horizontal.align-center-vertical.align-end-horizontal.align-end-vertical.align-horizontal-distribute-center.align-horizontal-distribute-end.align-horizontal-distribute-start.align-horizontal-justify-center.align-horizontal-justify-end.align-horizontal-justify-start.align-horizontal-space-around.align-horizontal-space-between.align-justify.align-left.align-right.align-start-horizontal.align-start-vertical.align-vertical-distribute-center.align-vertical-distribute-end.align-vertical-distribute-start.align-vertical-justify-center.align-vertical-justify-end.align-vertical-justify-start.align-vertical-space-around.align-vertical-space-between.ambulance.ampersand.ampersands.amphora.anchor.angry.annoyed.antenna.anvil.aperture.app-window.app-window-mac.apple.archive.archive-restore.archive-x.area-chart.armchair.arrow-big-down.arrow-big-down-dash.arrow-big-left.arrow-big-left-dash.arrow-big-right.arrow-big-right-dash.arrow-big-up.arrow-big-up-dash.arrow-down.arrow-down-0-1.arrow-down-01.arrow-down-1-0.arrow-down-10.arrow-down-a-z.arrow-down-az.arrow-down-circle.arrow-down-from-line.arrow-down-left.arrow-down-left-from-circle.arrow-down-left-from-square.arrow-down-left-square.arrow-down-narrow-wide.arrow-down-right.arrow-down-right-from-circle.arrow-down-right-from-square.arrow-down-right-square.arrow-down-square.arrow-down-to-dot.arrow-down-to-line.arrow-down-up.arrow-down-wide-narrow.arrow-down-z-a.arrow-down-za.arrow-left.arrow-left-circle.arrow-left-from-line.arrow-left-right.arrow-left-square.arrow-left-to-line.arrow-right.arrow-right-circle.arrow-right-from-line.arrow-right-left.arrow-right-square.arrow-right-to-line.arrow-up.arrow-up-0-1.arrow-up-01.arrow-up-1-0.arrow-up-10.arrow-up-a-z.arrow-up-az.arrow-up-circle.arrow-up-down.arrow-up-from-dot.arrow-up-from-line.arrow-up-left.arrow-up-left-from-circle.arrow-up-left-from-square.arrow-up-left-square.arrow-up-narrow-wide.arrow-up-right.arrow-up-right-from-circle.arrow-up-right-from-square.arrow-up-right-square.arrow-up-square.arrow-up-to-line.arrow-up-wide-narrow.arrow-up-z-a.arrow-up-za.arrows-up-from-line.asterisk.asterisk-square.astroid.at-sign.atom.audio-lines.audio-waveform.award.axe.axis-3-d.axis-3d.baby.backpack.badge.badge-alert.badge-cent.badge-check.badge-dollar-sign.badge-euro.badge-help.badge-indian-rupee.badge-info.badge-japanese-yen.badge-minus.badge-percent.badge-plus.badge-pound-sterling.badge-question-mark.badge-russian-ruble.badge-swiss-franc.badge-turkish-lira.badge-x.baggage-claim.balloon.ban.banana.bandage.banknote.banknote-arrow-down.banknote-arrow-up.banknote-check.banknote-x.bar-chart.bar-chart-2.bar-chart-3.bar-chart-4.bar-chart-big.bar-chart-horizontal.bar-chart-horizontal-big.barcode.barrel.baseline.bath.battery.battery-charging.battery-full.battery-low.battery-medium.battery-plus.battery-warning.beaker.bean.bean-off.bed.bed-double.bed-single.beef.beef-off.beer.beer-off.bell.bell-check.bell-dot.bell-electric.bell-minus.bell-off.bell-plus.bell-ring.between-horizonal-end.between-horizonal-start.between-horizontal-end.between-horizontal-start.between-vertical-end.between-vertical-start.biceps-flexed.bike.binary.binoculars.biohazard.bird.birdhouse.bitcoin.blend.blender.blinds.blocks.bluetooth.bluetooth-connected.bluetooth-off.bluetooth-searching.bold.bolt.bomb.bone.bone-fracture.book.book-a.book-alert.book-audio.book-check.book-copy.book-dashed.book-down.book-headphones.book-heart.book-image.book-key.book-lock.book-marked.book-minus.book-open.book-open-check.book-open-text.book-plus.book-search.book-template.book-text.book-type.book-up.book-up-2.book-user.book-x.bookmark.bookmark-check.bookmark-minus.bookmark-off.bookmark-plus.bookmark-x.boom-box.bot.bot-message-square.bot-off.bottle-wine.bow-arrow.box.box-select.boxes.braces.brackets.brain.brain-circuit.brain-cog.brick-wall.brick-wall-fire.brick-wall-shield.briefcase.briefcase-business.briefcase-conveyor-belt.briefcase-medical.bring-to-front.broccoli.brush.brush-cleaning.bubbles.bug.bug-off.bug-play.building.building-2.bus.bus-front.cable.cable-car.cake.cake-slice.calculator.calendar.calendar-1.calendar-arrow-down.calendar-arrow-up.calendar-check.calendar-check-2.calendar-clock.calendar-cog.calendar-days.calendar-fold.calendar-heart.calendar-minus.calendar-minus-2.calendar-off.calendar-plus.calendar-plus-2.calendar-range.calendar-search.calendar-sync.calendar-x.calendar-x-2.calendars.camera.camera-off.candlestick-chart.candy.candy-cane.candy-off.cannabis.cannabis-off.captions.captions-off.car.car-front.car-taxi-front.caravan.card-sim.carrot.case-lower.case-sensitive.case-upper.cassette-tape.cast.castle.cat.cctv.cctv-off.chart-area.chart-bar.chart-bar-big.chart-bar-decreasing.chart-bar-increasing.chart-bar-stacked.chart-candlestick.chart-column.chart-column-big.chart-column-decreasing.chart-column-increasing.chart-column-stacked.chart-gantt.chart-line.chart-network.chart-no-axes-column.chart-no-axes-column-decreasing.chart-no-axes-column-increasing.chart-no-axes-combined.chart-no-axes-gantt.chart-pie.chart-scatter.chart-spline.check.check-check.check-circle.check-circle-2.check-line.check-square.check-square-2.chef-hat.cherry.chess-bishop.chess-king.chess-knight.chess-pawn.chess-queen.chess-rook.chevron-down.chevron-down-circle.chevron-down-square.chevron-first.chevron-last.chevron-left.chevron-left-circle.chevron-left-square.chevron-right.chevron-right-circle.chevron-right-square.chevron-up.chevron-up-circle.chevron-up-square.chevrons-down.chevrons-down-up.chevrons-left.chevrons-left-right.chevrons-left-right-ellipsis.chevrons-right.chevrons-right-left.chevrons-up.chevrons-up-down.church.cigarette.cigarette-off.circle.circle-alert.circle-arrow-down.circle-arrow-left.circle-arrow-out-down-left.circle-arrow-out-down-right.circle-arrow-out-up-left.circle-arrow-out-up-right.circle-arrow-right.circle-arrow-up.circle-check.circle-check-big.circle-chevron-down.circle-chevron-left.circle-chevron-right.circle-chevron-up.circle-dashed.circle-divide.circle-dollar-sign.circle-dot.circle-dot-dashed.circle-ellipsis.circle-equal.circle-euro.circle-fading-arrow-up.circle-fading-plus.circle-gauge.circle-help.circle-minus.circle-off.circle-parking.circle-parking-off.circle-pause.circle-percent.circle-pile.circle-play.circle-plus.circle-pound-sterling.circle-power.circle-question-mark.circle-slash.circle-slash-2.circle-slashed.circle-small.circle-star.circle-stop.circle-user.circle-user-round.circle-x.circuit-board.citrus.clapperboard.clipboard.clipboard-check.clipboard-clock.clipboard-copy.clipboard-edit.clipboard-list.clipboard-minus.clipboard-paste.clipboard-pen.clipboard-pen-line.clipboard-plus.clipboard-signature.clipboard-type.clipboard-x.clock.clock-1.clock-10.clock-11.clock-12.clock-2.clock-3.clock-4.clock-5.clock-6.clock-7.clock-8.clock-9.clock-alert.clock-arrow-down.clock-arrow-left.clock-arrow-right.clock-arrow-up.clock-check.clock-fading.clock-plus.closed-caption.cloud.cloud-alert.cloud-backup.cloud-check.cloud-cog.cloud-download.cloud-drizzle.cloud-fog.cloud-hail.cloud-lightning.cloud-moon.cloud-moon-rain.cloud-off.cloud-rain.cloud-rain-wind.cloud-snow.cloud-sun.cloud-sun-rain.cloud-sync.cloud-upload.cloudy.clover.club.code.code-2.code-square.code-xml.coffee.cog.coins.columns.columns-2.columns-3.columns-3-cog.columns-4.columns-settings.combine.command.compass.component.computer.concierge-bell.cone.construction.contact.contact-2.contact-round.container.contrast.cookie.cooking-pot.copy.copy-check.copy-minus.copy-plus.copy-slash.copy-x.copyleft.copyright.corner-down-left.corner-down-right.corner-left-down.corner-left-up.corner-right-down.corner-right-up.corner-up-left.corner-up-right.cpu.creative-commons.credit-card.croissant.crop.cross.crosshair.crown.cuboid.cup-soda.curly-braces.currency.cylinder.dam.database.database-arrow-down.database-arrow-up.database-backup.database-check.database-minus.database-plus.database-search.database-x.database-zap.decimals-arrow-left.decimals-arrow-right.delete.dessert.diameter.diamond.diamond-minus.diamond-percent.diamond-plus.dice-1.dice-2.dice-3.dice-4.dice-5.dice-6.dices.diff.disc.disc-2.disc-3.disc-album.divide.divide-circle.divide-square.dna.dna-off.dock.dog.dollar-sign.donut.door-closed.door-closed-locked.door-open.dot.dot-square.download.download-cloud.drafting-compass.drama.drill.drone.droplet.droplet-off.droplets.drum.drumstick.dumbbell.ear.ear-off.earth.earth-lock.eclipse.edit.edit-2.edit-3.egg.egg-fried.egg-off.ellipse.ellipsis.ellipsis-vertical.equal.equal-approximately.equal-not.equal-square.eraser.ethernet-port.euro.ev-charger.expand.external-link.eye.eye-closed.eye-dashed.eye-off.factory.fan.fast-forward.feather.fence.ferris-wheel.file.file-archive.file-audio.file-audio-2.file-axis-3-d.file-axis-3d.file-badge.file-badge-2.file-bar-chart.file-bar-chart-2.file-box.file-braces.file-braces-corner.file-chart-column.file-chart-column-increasing.file-chart-line.file-chart-pie.file-check.file-check-2.file-check-corner.file-clock.file-code.file-code-2.file-code-corner.file-cog.file-cog-2.file-diff.file-digit.file-down.file-edit.file-exclamation-point.file-headphone.file-heart.file-image.file-input.file-json.file-json-2.file-key.file-key-2.file-line-chart.file-lock.file-lock-2.file-minus.file-minus-2.file-minus-corner.file-music.file-output.file-pen.file-pen-line.file-pie-chart.file-play.file-plus.file-plus-2.file-plus-corner.file-question.file-question-mark.file-scan.file-search.file-search-2.file-search-corner.file-signal.file-signature.file-sliders.file-spreadsheet.file-stack.file-symlink.file-terminal.file-text.file-type.file-type-2.file-type-corner.file-up.file-user.file-video.file-video-2.file-video-camera.file-volume.file-volume-2.file-warning.file-x.file-x-2.file-x-corner.files.film.filter.filter-x.fingerprint-pattern.fire-extinguisher.fish.fish-off.fish-symbol.fishing-hook.fishing-rod.flag.flag-off.flag-triangle-left.flag-triangle-right.flame.flame-kindling.flashlight.flashlight-off.flask-conical.flask-conical-off.flask-round.flip-horizontal.flip-horizontal-2.flip-vertical.flip-vertical-2.flower.flower-2.focus.fold-horizontal.fold-vertical.folder.folder-archive.folder-bookmark.folder-check.folder-clock.folder-closed.folder-code.folder-cog.folder-cog-2.folder-dot.folder-down.folder-edit.folder-git.folder-git-2.folder-heart.folder-input.folder-kanban.folder-key.folder-lock.folder-minus.folder-open.folder-open-dot.folder-output.folder-pen.folder-plus.folder-root.folder-search.folder-search-2.folder-symlink.folder-sync.folder-tree.folder-up.folder-x.folders.footprints.fork-knife.fork-knife-crossed.forklift.form.form-input.forward.frame.frown.fuel.fullscreen.function-square.funnel.funnel-plus.funnel-x.gallery-horizontal.gallery-horizontal-end.gallery-thumbnails.gallery-vertical.gallery-vertical-end.gamepad.gamepad-2.gamepad-directional.gantt-chart.gantt-chart-square.gauge.gauge-circle.gavel.gem.georgian-lari.ghost.gift.git-branch.git-branch-minus.git-branch-plus.git-commit.git-commit-horizontal.git-commit-vertical.git-compare.git-compare-arrows.git-fork.git-graph.git-merge.git-merge-conflict.git-pull-request.git-pull-request-arrow.git-pull-request-closed.git-pull-request-create.git-pull-request-create-arrow.git-pull-request-draft.glass-water.glasses.globe.globe-2.globe-check.globe-lock.globe-off.globe-x.goal.gpu.grab.graduation-cap.grape.grid.grid-2-x-2.grid-2-x-2-check.grid-2-x-2-plus.grid-2-x-2-x.grid-2x2.grid-2x2-check.grid-2x2-plus.grid-2x2-x.grid-3-x-3.grid-3x2.grid-3x3.grip.grip-horizontal.grip-vertical.group.guitar.ham.hamburger.hammer.hand.hand-coins.hand-fist.hand-grab.hand-heart.hand-helping.hand-metal.hand-platter.handbag.handshake.hard-drive.hard-drive-download.hard-drive-upload.hard-hat.hash.hat-glasses.haze.hd.hdmi-port.heading.heading-1.heading-2.heading-3.heading-4.heading-5.heading-6.headphone-off.headphones.headset.heart.heart-crack.heart-handshake.heart-minus.heart-off.heart-plus.heart-pulse.heart-x.heater.helicopter.help-circle.helping-hand.hexagon.highlighter.history.home.hop.hop-off.hospital.hotel.hourglass.house.house-heart.house-plug.house-plus.house-wifi.ice-cream.ice-cream-2.ice-cream-bowl.ice-cream-cone.id-card.id-card-lanyard.image.image-down.image-minus.image-off.image-play.image-plus.image-up.image-upscale.images.import.inbox.indent.indent-decrease.indent-increase.indian-rupee.infinity.info.inspect.inspection-panel.italic.iteration-ccw.iteration-cw.japanese-yen.joystick.kanban.kanban-square.kanban-square-dashed.kayak.key.key-round.key-square.keyboard.keyboard-music.keyboard-off.lamp.lamp-ceiling.lamp-desk.lamp-floor.lamp-wall-down.lamp-wall-up.land-plot.landmark.languages.laptop.laptop-2.laptop-minimal.laptop-minimal-check.lasso.lasso-select.laugh.layers.layers-2.layers-3.layers-minus.layers-plus.layout.layout-dashboard.layout-grid.layout-list.layout-panel-left.layout-panel-top.layout-template.leaf.leafy-green.lectern.lens-concave.lens-convex.letter-text.library.library-big.library-square.life-buoy.ligature.lightbulb.lightbulb-off.line-chart.line-dot-right-horizontal.line-squiggle.line-style.link.link-2.link-2-off.list.list-check.list-checks.list-chevrons-down-up.list-chevrons-up-down.list-collapse.list-end.list-filter.list-filter-plus.list-indent-decrease.list-indent-increase.list-minus.list-music.list-ordered.list-plus.list-restart.list-sort-ascending.list-sort-descending.list-start.list-todo.list-tree.list-video.list-x.loader.loader-2.loader-circle.loader-pinwheel.locate.locate-fixed.locate-off.location-edit.lock.lock-keyhole.lock-keyhole-open.lock-open.log-in.log-out.logs.lollipop.luggage.m-square.magnet.mail.mail-check.mail-minus.mail-open.mail-plus.mail-question.mail-question-mark.mail-search.mail-warning.mail-x.mailbox.mails.map.map-minus.map-pin.map-pin-check.map-pin-check-inside.map-pin-house.map-pin-minus.map-pin-minus-inside.map-pin-off.map-pin-pen.map-pin-plus.map-pin-plus-inside.map-pin-search.map-pin-x.map-pin-x-inside.map-pinned.map-plus.mars.mars-stroke.martini.maximize.maximize-2.medal.megaphone.megaphone-off.meh.memory-stick.menu.menu-square.merge.message-circle.message-circle-check.message-circle-code.message-circle-dashed.message-circle-heart.message-circle-more.message-circle-off.message-circle-plus.message-circle-question.message-circle-question-mark.message-circle-reply.message-circle-warning.message-circle-x.message-square.message-square-check.message-square-code.message-square-dashed.message-square-diff.message-square-dot.message-square-heart.message-square-lock.message-square-more.message-square-off.message-square-plus.message-square-quote.message-square-reply.message-square-share.message-square-text.message-square-warning.message-square-x.messages-square.metronome.mic.mic-2.mic-off.mic-vocal.microchip.microscope.microwave.milestone.milk.milk-off.minimize.minimize-2.minus.minus-circle.minus-square.mirror-rectangular.mirror-round.monitor.monitor-check.monitor-cloud.monitor-cog.monitor-dot.monitor-down.monitor-off.monitor-pause.monitor-play.monitor-smartphone.monitor-speaker.monitor-stop.monitor-up.monitor-x.moon.moon-star.more-horizontal.more-vertical.motorbike.mountain.mountain-snow.mouse.mouse-left.mouse-off.mouse-pointer.mouse-pointer-2.mouse-pointer-2-off.mouse-pointer-ban.mouse-pointer-click.mouse-pointer-square-dashed.mouse-right.move.move-3-d.move-3d.move-diagonal.move-diagonal-2.move-down.move-down-left.move-down-right.move-horizontal.move-left.move-right.move-up.move-up-left.move-up-right.move-vertical.music.music-2.music-3.music-4.navigation.navigation-2.navigation-2-off.navigation-off.network.newspaper.nfc.non-binary.notebook.notebook-pen.notebook-tabs.notebook-text.notepad-text.notepad-text-dashed.nut.nut-off.octagon.octagon-alert.octagon-minus.octagon-pause.octagon-x.omega.option.orbit.origami.outdent.package.package-2.package-check.package-minus.package-open.package-plus.package-search.package-x.paint-bucket.paint-roller.paintbrush.paintbrush-2.paintbrush-vertical.palette.palmtree.panda.panel-bottom.panel-bottom-close.panel-bottom-dashed.panel-bottom-inactive.panel-bottom-open.panel-left.panel-left-close.panel-left-dashed.panel-left-inactive.panel-left-open.panel-left-right-dashed.panel-right.panel-right-close.panel-right-dashed.panel-right-inactive.panel-right-open.panel-top.panel-top-bottom-dashed.panel-top-close.panel-top-dashed.panel-top-inactive.panel-top-open.panels-left-bottom.panels-left-right.panels-right-bottom.panels-top-bottom.panels-top-left.paper-bag.paperclip.parasol.parentheses.parking-circle.parking-circle-off.parking-meter.parking-square.parking-square-off.party-popper.pause.pause-circle.pause-octagon.paw-print.pc-case.pen.pen-box.pen-line.pen-off.pen-square.pen-tool.pencil.pencil-line.pencil-off.pencil-ruler.pencil-sparkles.pentagon.percent.percent-circle.percent-diamond.percent-square.person-standing.phi.philippine-peso.phone.phone-call.phone-forwarded.phone-incoming.phone-missed.phone-off.phone-outgoing.pi.pi-square.piano.pickaxe.picture-in-picture.picture-in-picture-2.pie-chart.piggy-bank.pilcrow.pilcrow-left.pilcrow-right.pilcrow-square.pill.pill-bottle.pin.pin-off.pipette.pizza.plane.plane-landing.plane-takeoff.play.play-circle.play-off.play-square.plug.plug-2.plug-zap.plug-zap-2.plus.plus-circle.plus-square.pocket-knife.podcast.podium.pointer.pointer-off.popcorn.popsicle.pound-sterling.power.power-circle.power-off.power-square.presentation.printer.printer-check.printer-x.projector.proportions.puzzle.pyramid.qr-code.quote.rabbit.radar.radiation.radical.radio.radio-off.radio-receiver.radio-tower.radius.rainbow.rat.ratio.receipt.receipt-cent.receipt-euro.receipt-indian-rupee.receipt-japanese-yen.receipt-pound-sterling.receipt-russian-ruble.receipt-swiss-franc.receipt-text.receipt-turkish-lira.rectangle-circle.rectangle-ellipsis.rectangle-goggles.rectangle-horizontal.rectangle-vertical.recycle.redo.redo-2.redo-dot.refresh-ccw.refresh-ccw-dot.refresh-cw.refresh-cw-off.refrigerator.regex.remove-formatting.repeat.repeat-1.repeat-2.repeat-off.replace.replace-all.reply.reply-all.rewind.ribbon.road.rocket.rocking-chair.roller-coaster.rose.rotate-3-d.rotate-3d.rotate-ccw.rotate-ccw-key.rotate-ccw-square.rotate-cw.rotate-cw-square.route.route-off.router.rows.rows-2.rows-3.rows-4.rss.ruler.ruler-dimension-line.russian-ruble.sailboat.salad.sandwich.satellite.satellite-dish.saudi-riyal.save.save-all.save-check.save-off.save-pen.save-plus.scale.scale-3-d.scale-3d.scaling.scan.scan-barcode.scan-box.scan-eye.scan-face.scan-heart.scan-line.scan-qr-code.scan-search.scan-text.scatter-chart.school.school-2.scissors.scissors-line-dashed.scissors-square.scissors-square-dashed-bottom.scooter.screen-share.screen-share-off.scroll.scroll-text.search.search-alert.search-check.search-code.search-slash.search-x.section.send.send-horizonal.send-horizontal.send-to-back.separator-horizontal.separator-vertical.server.server-cog.server-crash.server-off.server-plus.settings.settings-2.shapes.share.share-2.sheet.shell.shelving-unit.shield.shield-alert.shield-ban.shield-check.shield-close.shield-cog.shield-cog-corner.shield-ellipsis.shield-half.shield-keyhole.shield-minus.shield-off.shield-plus.shield-question.shield-question-mark.shield-user.shield-x.ship.ship-wheel.shirt.shopping-bag.shopping-basket.shopping-cart.shovel.shower-head.shredder.shrimp.shrink.shrub.shuffle.sidebar.sidebar-close.sidebar-open.sigma.sigma-square.signal.signal-high.signal-low.signal-medium.signal-zero.signature.signpost.signpost-big.siren.skip-back.skip-forward.skull.slash.slash-square.slice.sliders.sliders-horizontal.sliders-vertical.smartphone.smartphone-charging.smartphone-nfc.smile.smile-plus.snail.snowflake.soap-dispenser-droplet.sofa.solar-panel.sort-asc.sort-desc.soup.space.spade.sparkle.sparkles.speaker.speech.spell-check.spell-check-2.spline.spline-pointer.split.split-square-horizontal.split-square-vertical.spool.sport-shoe.spotlight.spray-can.sprout.square.square-activity.square-arrow-down.square-arrow-down-left.square-arrow-down-right.square-arrow-left.square-arrow-out-down-left.square-arrow-out-down-right.square-arrow-out-up-left.square-arrow-out-up-right.square-arrow-right.square-arrow-right-enter.square-arrow-right-exit.square-arrow-up.square-arrow-up-left.square-arrow-up-right.square-asterisk.square-bottom-dashed-scissors.square-centerline-dashed-horizontal.square-centerline-dashed-vertical.square-chart-gantt.square-check.square-check-big.square-chevron-down.square-chevron-left.square-chevron-right.square-chevron-up.square-code.square-dashed.square-dashed-bottom.square-dashed-bottom-code.square-dashed-kanban.square-dashed-mouse-pointer.square-dashed-text.square-dashed-top-solid.square-divide.square-dot.square-equal.square-function.square-gantt-chart.square-kanban.square-library.square-m.square-menu.square-minus.square-mouse-pointer.square-parking.square-parking-off.square-pause.square-pen.square-percent.square-pi.square-pilcrow.square-play.square-plus.square-power.square-radical.square-round-corner.square-scissors.square-sigma.square-slash.square-split-horizontal.square-split-vertical.square-square.square-stack.square-star.square-stop.square-terminal.square-user.square-user-round.square-x.squares-exclude.squares-intersect.squares-subtract.squares-unite.squircle.squircle-dashed.squirrel.stamp.star.star-check.star-half.star-minus.star-off.star-plus.star-x.stars.step-back.step-forward.stethoscope.sticker.sticky-note.sticky-note-check.sticky-note-minus.sticky-note-off.sticky-note-plus.sticky-note-x.sticky-notes.stone.stop-circle.store.stretch-horizontal.stretch-vertical.strikethrough.subscript.subtitles.summary.sun.sun-dim.sun-medium.sun-moon.sun-snow.sunrise.sunset.superscript.swatch-book.swiss-franc.switch-camera.sword.swords.syringe.table.table-2.table-cells-merge.table-cells-split.table-columns-split.table-config.table-of-contents.table-properties.table-rows-split.tablet.tablet-smartphone.tablets.tag.tag-plus.tag-x.tags.tally-1.tally-2.tally-3.tally-4.tally-5.tangent.target.telescope.tent.tent-tree.terminal.terminal-square.test-tube.test-tube-2.test-tube-diagonal.test-tubes.text.text-align-center.text-align-end.text-align-justify.text-align-start.text-cursor.text-cursor-input.text-initial.text-quote.text-search.text-select.text-selection.text-wrap.theater.thermometer.thermometer-snowflake.thermometer-sun.thumbs-down.thumbs-up.ticket.ticket-check.ticket-minus.ticket-percent.ticket-plus.ticket-slash.ticket-x.tickets.tickets-plane.timeline.timer.timer-off.timer-reset.toggle-left.toggle-right.toilet.tool-case.toolbox.tornado.torus.touchpad.touchpad-off.towel-rack.tower-control.toy-brick.tractor.traffic-cone.train.train-front.train-front-tunnel.train-track.tram-front.transgender.trash.trash-2.tree-deciduous.tree-palm.tree-pine.trees.trending-down.trending-up.trending-up-down.triangle.triangle-alert.triangle-dashed.triangle-right.trophy.truck.truck-electric.turkish-lira.turntable.turtle.tv.tv-2.tv-minimal.tv-minimal-play.type.type-outline.umbrella.umbrella-off.underline.undo.undo-2.undo-dot.unfold-horizontal.unfold-vertical.ungroup.university.unlink.unlink-2.unlock.unlock-keyhole.unplug.upload.upload-cloud.usb.user.user-2.user-check.user-check-2.user-circle.user-circle-2.user-cog.user-cog-2.user-key.user-lock.user-minus.user-minus-2.user-pen.user-plus.user-plus-2.user-round.user-round-arrow-left.user-round-check.user-round-cog.user-round-key.user-round-minus.user-round-pen.user-round-plus.user-round-search.user-round-x.user-search.user-square.user-square-2.user-star.user-x.user-x-2.users.users-2.users-round.utensils.utensils-crossed.utility-pole.van.variable.vault.vector-square.vegan.venetian-mask.venus.venus-and-mars.verified.vibrate.vibrate-off.video.video-off.videotape.view.voicemail.volleyball.volume.volume-1.volume-2.volume-off.volume-x.vote.wallet.wallet-2.wallet-cards.wallet-minimal.wallpaper.wand.wand-2.wand-sparkles.warehouse.washing-machine.watch.waves.waves-arrow-down.waves-arrow-up.waves-horizontal.waves-ladder.waves-vertical.waypoints.webcam.webcam-off.webhook.webhook-off.weight.weight-tilde.wheat.wheat-off.whole-word.wifi.wifi-cog.wifi-high.wifi-low.wifi-off.wifi-pen.wifi-sync.wifi-zero.wind.wind-arrow-down.wine.wine-off.workflow.worm.wrap-text.wrench.wrench-off.x.x-circle.x-line-top.x-octagon.x-square.zap.zap-off.zodiac-aquarius.zodiac-aries.zodiac-cancer.zodiac-capricorn.zodiac-gemini.zodiac-leo.zodiac-libra.zodiac-ophiuchus.zodiac-pisces.zodiac-sagittarius.zodiac-scorpio.zodiac-taurus.zodiac-virgo.zoom-in.zoom-out`.split(`.`);exports.iconNames=e;
|
|
2
|
+
//# sourceMappingURL=icon-names.cjs.map
|