feat: Phase 1 — extract the client (web SPA + desktop) to dtoro/oikos-web
Some checks failed
ci / build-test (push) Has been cancelled
ci / docker-build (push) Has been cancelled

Problem: the hexagonal refactor churns the backend tree for nine more
phases; the UI delivery stack (web/ SPA, cmd/desktop Wails wrapper,
compose/web image) must move to its own repo first so doc/layout
rewrites land once on a backend-only tree.

Change:
- New repo git.hubris.network/dtoro/oikos-web (v0.33.0): web/, desktop/
  (updateURL repointed to oikos-web releases), compose/, own CI (web +
  desktop jobs), own deploy script (CI-green gate, TOCTOU guard,
  version-tagged images, prune-to-3), own webhook receiver on :9798 +
  launchd unit, own compose project publishing the same 8091:80.
- Cutover executed on mac-mini in order: oikos stack's web service
  stopped+removed, oikos-web project brought up on 8091; outer Caddy
  untouched (targets the published port) — serving + Authentik flow +
  /wails 404 quirk verified post-cutover.
- Stripped from oikos: web/, cmd/desktop/, compose/web/, desktop CI
  workflow, ci.yml web job, Makefile ui/desktop/desktop-package/install
  targets, the compose web service, oikos-web from deploy.sh's fallback
  prune list; wails + go-keyring dropped from go.mod, vendor synced.
- README / CONTRIBUTING / AGENTS.md / .agents dev+operations docs now
  point at the new repo; mbse + mascot design docs carry a path note.

Risk: production SPA serving depends on the new pipeline now; rollback
is versioned-image re-up of the old web service from a pre-split
checkout (port 8091). Desktop builds installed before the split still
check dtoro/oikos releases — one manual reinstall, noted in the
oikos-web release notes.

Verification: go vet, make test (race), make generate-check, golangci
(no new findings; baseline down 400→365); post-cutover curls —
localhost:8091 200, /wails/runtime.js 404, outer Caddy 302 Authentik.
This commit is contained in:
2026-08-15 22:27:52 +02:00
parent e074f04bdf
commit d4d99a7473
18854 changed files with 2615729 additions and 173735 deletions

43
web/node_modules/@lucide/svelte/LICENSE generated vendored Normal file
View File

@@ -0,0 +1,43 @@
ISC License
Copyright (c) 2026 Lucide Icons and Contributors
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
---
The following Lucide icons are derived from the Feather project:
airplay, alert-circle, alert-octagon, alert-triangle, aperture, arrow-down-circle, arrow-down-left, arrow-down-right, arrow-down, arrow-left-circle, arrow-left, arrow-right-circle, arrow-right, arrow-up-circle, arrow-up-left, arrow-up-right, arrow-up, at-sign, calendar, cast, check, chevron-down, chevron-left, chevron-right, chevron-up, chevrons-down, chevrons-left, chevrons-right, chevrons-up, circle, clipboard, clock, code, columns, command, compass, corner-down-left, corner-down-right, corner-left-down, corner-left-up, corner-right-down, corner-right-up, corner-up-left, corner-up-right, crosshair, database, divide-circle, divide-square, dollar-sign, download, external-link, feather, frown, hash, headphones, help-circle, info, italic, key, layout, life-buoy, link-2, link, loader, lock, log-in, log-out, maximize, meh, minimize, minimize-2, minus-circle, minus-square, minus, monitor, moon, more-horizontal, more-vertical, move, music, navigation-2, navigation, octagon, pause-circle, percent, plus-circle, plus-square, plus, power, radio, rss, search, server, share, shopping-bag, sidebar, smartphone, smile, square, table-2, tablet, target, terminal, trash-2, trash, triangle, tv, type, upload, x-circle, x-octagon, x-square, x, zoom-in, zoom-out
The MIT License (MIT) (for the icons listed above)
Copyright (c) 2013-present Cole Bemis
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

89
web/node_modules/@lucide/svelte/README.md generated vendored Normal file
View File

@@ -0,0 +1,89 @@
<p align="center">
<a href="https://github.com/lucide-icons/lucide">
<img src="https://lucide.dev/package-logos/lucide-svelte.svg" alt="Lucide icon library for Svelte 5 applications." width="540">
</a>
</p>
<p align="center">
Lucide icon library for Svelte 5 applications.
</p>
<div align="center">
[![npm](https://img.shields.io/npm/v/%40lucide%2Fsvelte?color=blue)](https://www.npmjs.com/package/@lucide/svelte)
![NPM Downloads](https://img.shields.io/npm/dw/%40lucide%2Fsvelte)
[![License](https://img.shields.io/badge/license-ISC-green)](https://lucide.dev/license)
</div>
<p align="center">
<a href="https://lucide.dev/guide/">About</a>
·
<a href="https://lucide.dev/icons/">Icons</a>
·
<a href="https://lucide.dev/guide/svelte">Documentation</a>
·
<a href="https://lucide.dev/license">License</a>
</p>
# Lucide Svelte
Implementation of the Lucide icon library for svelte applications.
## Installation
```sh
pnpm add @lucide/svelte
```
```sh
npm install @lucide/svelte
```
```sh
yarn add @lucide/svelte
```
```sh
bun add @lucide/svelte
```
> `@lucide/svelte` is only for Svelte 5, for Svelte 4 use the [`lucide-svelte`](https://www.npmjs.com/package/lucide-svelte) package.
## Documentation
For full documentation, visit [lucide.dev](https://lucide.dev/guide/packages/lucide-svelte)
## Community
Join the [Discord server](https://discord.gg/EH6nSts) to chat with the maintainers and other users.
## License
Lucide is licensed under the ISC license. See [LICENSE](https://lucide.dev/license).
[//]: <> (Sponsors)
## Sponsors
<a href="https://vercel.com?utm_source=lucide&utm_campaign=oss">
<img src="https://lucide.dev/vercel.svg" alt="Powered by Vercel" width="200" />
</a>
<a href="https://www.digitalocean.com/?refcode=b0877a2caebd&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge"><img src="https://lucide.dev/digitalocean.svg" width="200" alt="DigitalOcean Referral Badge" /></a>
### Hero backers 🦸
<a href="https://zephyr-cloud.io/"><img src="https://lucide.dev/sponsors/zephyr-cloud.svg" width="180" alt="Zephyr Cloud From idea to prod: fast micro-frontend delivery!" /></a>
### Awesome backers 🍺
<a href="https://github.com/pdfme/pdfme"><img src="https://lucide.dev/sponsors/pdfme.svg" width="180" alt="pdfme Open-source PDF generation library built with TypeScript and React." /></a>
<a href="https://www.paxhistoria.co/"><img src="https://lucide.dev/sponsors/paxhistoria.svg?" width="180" alt="Pax Historia An alternate history sandbox game" /></a>
### Backers ☕
<a href="https://www.fina.money/"><img src="https://lucide.dev/sponsors/fina-money.png" width="180" alt="Fina Money Modular Finance Tracker" /></a>
### Other contributors 💸
You can find all our past and non-recurring financial contributors at [our Open Collective page](https://opencollective.com/lucide-icons).

26
web/node_modules/@lucide/svelte/dist/Icon.svelte generated vendored Normal file
View File

@@ -0,0 +1,26 @@
<script lang="ts">import defaultAttributes from './defaultAttributes.js';
import { hasA11yProp } from './utils/hasA11yProp.js';
import { getLucideContext } from './context.js';
const globalProps = getLucideContext() ?? {};
const { name, color = globalProps.color ?? 'currentColor', size = globalProps.size ?? 24, strokeWidth = globalProps.strokeWidth ?? 2, absoluteStrokeWidth = globalProps.absoluteStrokeWidth ?? false, iconNode = [], children, ...props } = $props();
const calculatedStrokeWidth = $derived(absoluteStrokeWidth ? (Number(strokeWidth) * 24) / Number(size) : strokeWidth);
</script>
<svg
{...defaultAttributes}
{...!children && !hasA11yProp(props) && { 'aria-hidden': 'true' }}
{...props}
width={size}
height={size}
stroke={color}
stroke-width={calculatedStrokeWidth}
class={['lucide-icon lucide', globalProps.class, name && `lucide-${name}`, props.class]}
>
{#each iconNode as [tag, attrs]}
<svelte:element
this={tag as string}
{...attrs}
/>
{/each}
{@render children?.()}
</svg>

10
web/node_modules/@lucide/svelte/dist/Icon.svelte.d.ts generated vendored Normal file
View File

@@ -0,0 +1,10 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
declare const Icon: import("svelte").Component<import("./types.js").LucideProps, {}, "">;
type Icon = ReturnType<typeof Icon>;
export default Icon;

View File

@@ -0,0 +1,748 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockCheck} instead. */
default as AlarmCheck } from '../icons/alarm-check.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. */
default as AlarmPlus } from '../icons/alarm-plus.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. */
default as AlarmMinus } from '../icons/alarm-minus.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. */
default as ArrowDownAz } from '../icons/arrow-down-az.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. */
default as SortDesc } from '../icons/sort-desc.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. */
default as ArrowDownZa } from '../icons/arrow-down-za.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. */
default as ArrowUpAz } from '../icons/arrow-up-az.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. */
default as SortAsc } from '../icons/sort-asc.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. */
default as ArrowUpZa } from '../icons/arrow-up-za.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. */
default as Axis3D } from '../icons/axis-3-d.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. */
default as Verified } from '../icons/verified.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. */
default as BadgeHelp } from '../icons/badge-help.js';
export {
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. */
default as BetweenHorizonalEnd } from '../icons/between-horizonal-end.js';
export {
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. */
default as BetweenHorizonalStart } from '../icons/between-horizonal-start.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. */
default as BookTemplate } from '../icons/book-template.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. */
default as CurlyBraces } from '../icons/curly-braces.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. */
default as Subtitles } from '../icons/subtitles.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. */
default as AreaChart } from '../icons/area-chart.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. */
default as BarChartHorizontalBig } from '../icons/bar-chart-horizontal-big.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. */
default as BarChartHorizontal } from '../icons/bar-chart-horizontal.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. */
default as CandlestickChart } from '../icons/candlestick-chart.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. */
default as BarChart4 } from '../icons/bar-chart-4.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. */
default as BarChartBig } from '../icons/bar-chart-big.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. */
default as BarChart3 } from '../icons/bar-chart-3.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. */
default as LineChart } from '../icons/line-chart.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. */
default as BarChart } from '../icons/bar-chart.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. */
default as BarChart2 } from '../icons/bar-chart-2.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. */
default as GanttChart } from '../icons/gantt-chart.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. */
default as PieChart } from '../icons/pie-chart.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. */
default as ScatterChart } from '../icons/scatter-chart.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. */
default as AlertCircle } from '../icons/alert-circle.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. */
default as ArrowLeftCircle } from '../icons/arrow-left-circle.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. */
default as ArrowDownCircle } from '../icons/arrow-down-circle.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. */
default as ArrowDownLeftFromCircle } from '../icons/arrow-down-left-from-circle.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. */
default as ArrowDownRightFromCircle } from '../icons/arrow-down-right-from-circle.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. */
default as ArrowUpLeftFromCircle } from '../icons/arrow-up-left-from-circle.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. */
default as ArrowUpRightFromCircle } from '../icons/arrow-up-right-from-circle.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. */
default as ArrowRightCircle } from '../icons/arrow-right-circle.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. */
default as ArrowUpCircle } from '../icons/arrow-up-circle.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. */
default as CheckCircle } from '../icons/check-circle.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. */
default as CheckCircle2 } from '../icons/check-circle-2.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. */
default as ChevronDownCircle } from '../icons/chevron-down-circle.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. */
default as ChevronLeftCircle } from '../icons/chevron-left-circle.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. */
default as ChevronRightCircle } from '../icons/chevron-right-circle.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. */
default as ChevronUpCircle } from '../icons/chevron-up-circle.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. */
default as DivideCircle } from '../icons/divide-circle.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. */
default as MinusCircle } from '../icons/minus-circle.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. */
default as GaugeCircle } from '../icons/gauge-circle.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. */
default as ParkingCircleOff } from '../icons/parking-circle-off.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. */
default as ParkingCircle } from '../icons/parking-circle.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. */
default as PauseCircle } from '../icons/pause-circle.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. */
default as PercentCircle } from '../icons/percent-circle.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. */
default as PlusCircle } from '../icons/plus-circle.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. */
default as PowerCircle } from '../icons/power-circle.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. */
default as HelpCircle } from '../icons/help-circle.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. */
default as CircleHelp } from '../icons/circle-help.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. */
default as CircleSlashed } from '../icons/circle-slashed.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. */
default as StopCircle } from '../icons/stop-circle.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. */
default as UserCircle2 } from '../icons/user-circle-2.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. */
default as UserCircle } from '../icons/user-circle.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. */
default as XCircle } from '../icons/x-circle.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. */
default as ClipboardSignature } from '../icons/clipboard-signature.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. */
default as ClipboardEdit } from '../icons/clipboard-edit.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. */
default as PlayCircle } from '../icons/play-circle.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. */
default as DownloadCloud } from '../icons/download-cloud.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. */
default as UploadCloud } from '../icons/upload-cloud.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. */
default as Code2 } from '../icons/code-2.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. */
default as Columns } from '../icons/columns.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. */
default as ColumnsSettings } from '../icons/columns-settings.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. */
default as TableConfig } from '../icons/table-config.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. */
default as PanelsLeftRight } from '../icons/panels-left-right.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. */
default as Contact2 } from '../icons/contact-2.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. */
default as PercentDiamond } from '../icons/percent-diamond.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. */
default as Globe2 } from '../icons/globe-2.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. */
default as MoreVertical } from '../icons/more-vertical.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. */
default as MoreHorizontal } from '../icons/more-horizontal.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. */
default as FileAxis3D } from '../icons/file-axis-3-d.js';
export {
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. */
default as FileBadge2 } from '../icons/file-badge-2.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. */
default as FileJson2 } from '../icons/file-json-2.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. */
default as FileJson } from '../icons/file-json.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. */
default as FileBarChart } from '../icons/file-bar-chart.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. */
default as FileBarChart2 } from '../icons/file-bar-chart-2.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. */
default as FileLineChart } from '../icons/file-line-chart.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. */
default as FilePieChart } from '../icons/file-pie-chart.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. */
default as FileCheck2 } from '../icons/file-check-2.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. */
default as FileCode2 } from '../icons/file-code-2.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. */
default as FileCog2 } from '../icons/file-cog-2.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. */
default as FileWarning } from '../icons/file-warning.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileHeadphone} instead. */
default as FileAudio } from '../icons/file-audio.js';
export {
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. */
default as FileAudio2 } from '../icons/file-audio-2.js';
export {
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. */
default as FileKey2 } from '../icons/file-key-2.js';
export {
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. */
default as FileLock2 } from '../icons/file-lock-2.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. */
default as FileMinus2 } from '../icons/file-minus-2.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. */
default as FileSignature } from '../icons/file-signature.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. */
default as FileEdit } from '../icons/file-edit.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. */
default as FileVideo } from '../icons/file-video.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. */
default as FilePlus2 } from '../icons/file-plus-2.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. */
default as FileQuestion } from '../icons/file-question.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. */
default as FileSearch2 } from '../icons/file-search-2.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. */
default as FileVolume2 } from '../icons/file-volume-2.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. */
default as FileType2 } from '../icons/file-type-2.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. */
default as FileVideo2 } from '../icons/file-video-2.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. */
default as FileX2 } from '../icons/file-x-2.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. */
default as Fingerprint } from '../icons/fingerprint.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. */
default as FolderCog2 } from '../icons/folder-cog-2.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. */
default as FolderEdit } from '../icons/folder-edit.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. */
default as FilterX } from '../icons/filter-x.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. */
default as Filter } from '../icons/filter.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. */
default as GitCommit } from '../icons/git-commit.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. */
default as Grid2X2Check } from '../icons/grid-2-x-2-check.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. */
default as Grid2X2Plus } from '../icons/grid-2-x-2-plus.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. */
default as Grid2X2X } from '../icons/grid-2-x-2-x.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. */
default as Grid2X2 } from '../icons/grid-2-x-2.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. */
default as Grid } from '../icons/grid.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. */
default as Grid3X3 } from '../icons/grid-3-x-3.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. */
default as Grab } from '../icons/grab.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. */
default as HelpingHand } from '../icons/helping-hand.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. */
default as Home } from '../icons/home.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. */
default as IceCream2 } from '../icons/ice-cream-2.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. */
default as IceCream } from '../icons/ice-cream.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. */
default as Laptop2 } from '../icons/laptop-2.js';
export {
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. */
default as Layers3 } from '../icons/layers-3.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. */
default as Outdent } from '../icons/outdent.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. */
default as IndentDecrease } from '../icons/indent-decrease.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. */
default as Indent } from '../icons/indent.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. */
default as IndentIncrease } from '../icons/indent-increase.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. */
default as Loader2 } from '../icons/loader-2.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. */
default as UnlockKeyhole } from '../icons/unlock-keyhole.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. */
default as Unlock } from '../icons/unlock.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. */
default as MailQuestion } from '../icons/mail-question.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. */
default as LocationEdit } from '../icons/location-edit.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. */
default as MessageCircleQuestion } from '../icons/message-circle-question.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicSignal} instead. This alias will be removed in v1.0 */
default as Podcast } from '../icons/podcast.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. */
default as Mic2 } from '../icons/mic-2.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. */
default as Move3D } from '../icons/move-3-d.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. */
default as AlertOctagon } from '../icons/alert-octagon.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. */
default as PauseOctagon } from '../icons/pause-octagon.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. */
default as XOctagon } from '../icons/x-octagon.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. */
default as Paintbrush2 } from '../icons/paintbrush-2.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. */
default as PanelBottomInactive } from '../icons/panel-bottom-inactive.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. */
default as SidebarClose } from '../icons/sidebar-close.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. */
default as PanelLeftInactive } from '../icons/panel-left-inactive.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. */
default as SidebarOpen } from '../icons/sidebar-open.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. */
default as Sidebar } from '../icons/sidebar.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. */
default as PanelRightInactive } from '../icons/panel-right-inactive.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. */
default as PanelTopInactive } from '../icons/panel-top-inactive.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. */
default as Layout } from '../icons/layout.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. */
default as Edit3 } from '../icons/edit-3.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. */
default as Edit2 } from '../icons/edit-2.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. */
default as PlugZap2 } from '../icons/plug-zap-2.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. */
default as FormInput } from '../icons/form-input.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. */
default as Rotate3D } from '../icons/rotate-3-d.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RotateCcwClock} instead. */
default as History } from '../icons/history.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. */
default as Rows } from '../icons/rows.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. */
default as PanelsTopBottom } from '../icons/panels-top-bottom.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. */
default as Scale3D } from '../icons/scale-3-d.js';
export {
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. */
default as SendHorizonal } from '../icons/send-horizonal.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. */
default as ShieldQuestion } from '../icons/shield-question.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. */
default as ShieldClose } from '../icons/shield-close.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. */
default as Sliders } from '../icons/sliders.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. */
default as Stars } from '../icons/stars.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. */
default as ArrowDownLeftSquare } from '../icons/arrow-down-left-square.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. */
default as ActivitySquare } from '../icons/activity-square.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. */
default as ArrowDownRightSquare } from '../icons/arrow-down-right-square.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. */
default as ArrowDownSquare } from '../icons/arrow-down-square.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. */
default as ArrowLeftSquare } from '../icons/arrow-left-square.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. */
default as ArrowDownLeftFromSquare } from '../icons/arrow-down-left-from-square.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. */
default as ArrowDownRightFromSquare } from '../icons/arrow-down-right-from-square.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. */
default as ArrowUpLeftFromSquare } from '../icons/arrow-up-left-from-square.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. */
default as ArrowUpRightFromSquare } from '../icons/arrow-up-right-from-square.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. */
default as ArrowRightSquare } from '../icons/arrow-right-square.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. */
default as ArrowUpLeftSquare } from '../icons/arrow-up-left-square.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. */
default as ArrowUpRightSquare } from '../icons/arrow-up-right-square.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. */
default as AsteriskSquare } from '../icons/asterisk-square.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. */
default as ScissorsSquareDashedBottom } from '../icons/scissors-square-dashed-bottom.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. */
default as FlipHorizontal } from '../icons/flip-horizontal.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. */
default as GanttChartSquare } from '../icons/gantt-chart-square.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. */
default as SquareGanttChart } from '../icons/square-gantt-chart.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. */
default as CheckSquare } from '../icons/check-square.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. */
default as CheckSquare2 } from '../icons/check-square-2.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. */
default as ChevronDownSquare } from '../icons/chevron-down-square.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. */
default as ChevronLeftSquare } from '../icons/chevron-left-square.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. */
default as ChevronRightSquare } from '../icons/chevron-right-square.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. */
default as ChevronUpSquare } from '../icons/chevron-up-square.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. */
default as CodeSquare } from '../icons/code-square.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. */
default as KanbanSquareDashed } from '../icons/kanban-square-dashed.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. */
default as MousePointerSquareDashed } from '../icons/mouse-pointer-square-dashed.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. */
default as TextSelection } from '../icons/text-selection.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. */
default as TextSelect } from '../icons/text-select.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. */
default as BoxSelect } from '../icons/box-select.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. */
default as DivideSquare } from '../icons/divide-square.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. */
default as DotSquare } from '../icons/dot-square.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. */
default as EqualSquare } from '../icons/equal-square.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. */
default as FunctionSquare } from '../icons/function-square.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. */
default as KanbanSquare } from '../icons/kanban-square.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. */
default as LibrarySquare } from '../icons/library-square.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. */
default as MSquare } from '../icons/m-square.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. */
default as MenuSquare } from '../icons/menu-square.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. */
default as MinusSquare } from '../icons/minus-square.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. */
default as Inspect } from '../icons/inspect.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. */
default as ParkingSquareOff } from '../icons/parking-square-off.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. */
default as ParkingSquare } from '../icons/parking-square.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. */
default as PenBox } from '../icons/pen-box.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. */
default as Edit } from '../icons/edit.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. */
default as PenSquare } from '../icons/pen-square.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. */
default as PercentSquare } from '../icons/percent-square.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. */
default as PiSquare } from '../icons/pi-square.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. */
default as PilcrowSquare } from '../icons/pilcrow-square.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. */
default as PlusSquare } from '../icons/plus-square.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. */
default as PlaySquare } from '../icons/play-square.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. */
default as PowerSquare } from '../icons/power-square.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. */
default as ScissorsSquare } from '../icons/scissors-square.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. */
default as SigmaSquare } from '../icons/sigma-square.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. */
default as SlashSquare } from '../icons/slash-square.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. */
default as SplitSquareHorizontal } from '../icons/split-square-horizontal.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. */
default as SplitSquareVertical } from '../icons/split-square-vertical.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. */
default as TerminalSquare } from '../icons/terminal-square.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. */
default as UserSquare } from '../icons/user-square.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. */
default as UserSquare2 } from '../icons/user-square-2.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. */
default as XSquare } from '../icons/x-square.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. */
default as ArrowUpSquare } from '../icons/arrow-up-square.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. */
default as FlipVertical } from '../icons/flip-vertical.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. */
default as TestTube2 } from '../icons/test-tube-2.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. */
default as AlignCenter } from '../icons/align-center.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. */
default as AlignRight } from '../icons/align-right.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. */
default as AlignJustify } from '../icons/align-justify.js';
export {
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link TextAlignStart} instead. */
default as Text } from '../icons/text.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. */
default as AlignLeft } from '../icons/align-left.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. */
default as LetterText } from '../icons/letter-text.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. */
default as WrapText } from '../icons/wrap-text.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. */
default as Train } from '../icons/train.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. */
default as Palmtree } from '../icons/palmtree.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. */
default as AlertTriangle } from '../icons/alert-triangle.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. */
default as Tv2 } from '../icons/tv-2.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. */
default as School2 } from '../icons/school-2.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. */
default as UserCheck2 } from '../icons/user-check-2.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. */
default as UserCog2 } from '../icons/user-cog-2.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. */
default as UserMinus2 } from '../icons/user-minus-2.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. */
default as UserPlus2 } from '../icons/user-plus-2.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. */
default as UserX2 } from '../icons/user-x-2.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. */
default as User2 } from '../icons/user-2.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. */
default as Users2 } from '../icons/users-2.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. */
default as ForkKnifeCrossed } from '../icons/fork-knife-crossed.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. */
default as ForkKnife } from '../icons/fork-knife.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. */
default as Wallet2 } from '../icons/wallet-2.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. */
default as Wand2 } from '../icons/wand-2.js';
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WavesHorizontal} instead. */
default as Waves } from '../icons/waves.js';

995
web/node_modules/@lucide/svelte/dist/aliases/aliases.js generated vendored Normal file
View File

@@ -0,0 +1,995 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
// AlarmClockCheck aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockCheck} instead. */
default as AlarmCheck } from '../icons/alarm-check.js';
// AlarmClockPlus aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. */
default as AlarmPlus } from '../icons/alarm-plus.js';
// AlarmClockMinus aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. */
default as AlarmMinus } from '../icons/alarm-minus.js';
// ArrowDownAZ aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. */
default as ArrowDownAz } from '../icons/arrow-down-az.js';
// ArrowDownWideNarrow aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. */
default as SortDesc } from '../icons/sort-desc.js';
// ArrowDownZA aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. */
default as ArrowDownZa } from '../icons/arrow-down-za.js';
// ArrowUpAZ aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. */
default as ArrowUpAz } from '../icons/arrow-up-az.js';
// ArrowUpNarrowWide aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. */
default as SortAsc } from '../icons/sort-asc.js';
// ArrowUpZA aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. */
default as ArrowUpZa } from '../icons/arrow-up-za.js';
// Axis3d aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. */
default as Axis3D } from '../icons/axis-3-d.js';
// BadgeCheck aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. */
default as Verified } from '../icons/verified.js';
// BadgeQuestionMark aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. */
default as BadgeHelp } from '../icons/badge-help.js';
// BetweenHorizontalEnd aliases
export {
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. */
default as BetweenHorizonalEnd } from '../icons/between-horizonal-end.js';
// BetweenHorizontalStart aliases
export {
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. */
default as BetweenHorizonalStart } from '../icons/between-horizonal-start.js';
// BookDashed aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. */
default as BookTemplate } from '../icons/book-template.js';
// Braces aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. */
default as CurlyBraces } from '../icons/curly-braces.js';
// Captions aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. */
default as Subtitles } from '../icons/subtitles.js';
// ChartArea aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. */
default as AreaChart } from '../icons/area-chart.js';
// ChartBarBig aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. */
default as BarChartHorizontalBig } from '../icons/bar-chart-horizontal-big.js';
// ChartBar aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. */
default as BarChartHorizontal } from '../icons/bar-chart-horizontal.js';
// ChartCandlestick aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. */
default as CandlestickChart } from '../icons/candlestick-chart.js';
// ChartColumnIncreasing aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. */
default as BarChart4 } from '../icons/bar-chart-4.js';
// ChartColumnBig aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. */
default as BarChartBig } from '../icons/bar-chart-big.js';
// ChartColumn aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. */
default as BarChart3 } from '../icons/bar-chart-3.js';
// ChartLine aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. */
default as LineChart } from '../icons/line-chart.js';
// ChartNoAxesColumnIncreasing aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. */
default as BarChart } from '../icons/bar-chart.js';
// ChartNoAxesColumn aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. */
default as BarChart2 } from '../icons/bar-chart-2.js';
// ChartNoAxesGantt aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. */
default as GanttChart } from '../icons/gantt-chart.js';
// ChartPie aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. */
default as PieChart } from '../icons/pie-chart.js';
// ChartScatter aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. */
default as ScatterChart } from '../icons/scatter-chart.js';
// CircleAlert aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. */
default as AlertCircle } from '../icons/alert-circle.js';
// CircleArrowLeft aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. */
default as ArrowLeftCircle } from '../icons/arrow-left-circle.js';
// CircleArrowDown aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. */
default as ArrowDownCircle } from '../icons/arrow-down-circle.js';
// CircleArrowOutDownLeft aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. */
default as ArrowDownLeftFromCircle } from '../icons/arrow-down-left-from-circle.js';
// CircleArrowOutDownRight aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. */
default as ArrowDownRightFromCircle } from '../icons/arrow-down-right-from-circle.js';
// CircleArrowOutUpLeft aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. */
default as ArrowUpLeftFromCircle } from '../icons/arrow-up-left-from-circle.js';
// CircleArrowOutUpRight aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. */
default as ArrowUpRightFromCircle } from '../icons/arrow-up-right-from-circle.js';
// CircleArrowRight aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. */
default as ArrowRightCircle } from '../icons/arrow-right-circle.js';
// CircleArrowUp aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. */
default as ArrowUpCircle } from '../icons/arrow-up-circle.js';
// CircleCheckBig aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. */
default as CheckCircle } from '../icons/check-circle.js';
// CircleCheck aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. */
default as CheckCircle2 } from '../icons/check-circle-2.js';
// CircleChevronDown aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. */
default as ChevronDownCircle } from '../icons/chevron-down-circle.js';
// CircleChevronLeft aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. */
default as ChevronLeftCircle } from '../icons/chevron-left-circle.js';
// CircleChevronRight aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. */
default as ChevronRightCircle } from '../icons/chevron-right-circle.js';
// CircleChevronUp aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. */
default as ChevronUpCircle } from '../icons/chevron-up-circle.js';
// CircleDivide aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. */
default as DivideCircle } from '../icons/divide-circle.js';
// CircleMinus aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. */
default as MinusCircle } from '../icons/minus-circle.js';
// CircleGauge aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. */
default as GaugeCircle } from '../icons/gauge-circle.js';
// CircleParkingOff aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. */
default as ParkingCircleOff } from '../icons/parking-circle-off.js';
// CircleParking aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. */
default as ParkingCircle } from '../icons/parking-circle.js';
// CirclePause aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. */
default as PauseCircle } from '../icons/pause-circle.js';
// CirclePercent aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. */
default as PercentCircle } from '../icons/percent-circle.js';
// CirclePlus aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. */
default as PlusCircle } from '../icons/plus-circle.js';
// CirclePower aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. */
default as PowerCircle } from '../icons/power-circle.js';
// CircleQuestionMark aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. */
default as HelpCircle } from '../icons/help-circle.js';
// CircleQuestionMark aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. */
default as CircleHelp } from '../icons/circle-help.js';
// CircleSlash2 aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. */
default as CircleSlashed } from '../icons/circle-slashed.js';
// CircleStop aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. */
default as StopCircle } from '../icons/stop-circle.js';
// CircleUserRound aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. */
default as UserCircle2 } from '../icons/user-circle-2.js';
// CircleUser aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. */
default as UserCircle } from '../icons/user-circle.js';
// CircleX aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. */
default as XCircle } from '../icons/x-circle.js';
// ClipboardPenLine aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. */
default as ClipboardSignature } from '../icons/clipboard-signature.js';
// ClipboardPen aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. */
default as ClipboardEdit } from '../icons/clipboard-edit.js';
// CirclePlay aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. */
default as PlayCircle } from '../icons/play-circle.js';
// CloudDownload aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. */
default as DownloadCloud } from '../icons/download-cloud.js';
// CloudUpload aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. */
default as UploadCloud } from '../icons/upload-cloud.js';
// CodeXml aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. */
default as Code2 } from '../icons/code-2.js';
// Columns2 aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. */
default as Columns } from '../icons/columns.js';
// Columns3Cog aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. */
default as ColumnsSettings } from '../icons/columns-settings.js';
// Columns3Cog aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. */
default as TableConfig } from '../icons/table-config.js';
// Columns3 aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. */
default as PanelsLeftRight } from '../icons/panels-left-right.js';
// ContactRound aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. */
default as Contact2 } from '../icons/contact-2.js';
// DiamondPercent aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. */
default as PercentDiamond } from '../icons/percent-diamond.js';
// Earth aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. */
default as Globe2 } from '../icons/globe-2.js';
// EllipsisVertical aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. */
default as MoreVertical } from '../icons/more-vertical.js';
// Ellipsis aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. */
default as MoreHorizontal } from '../icons/more-horizontal.js';
// FileAxis3d aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. */
default as FileAxis3D } from '../icons/file-axis-3-d.js';
// FileBadge aliases
export {
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. */
default as FileBadge2 } from '../icons/file-badge-2.js';
// FileBracesCorner aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. */
default as FileJson2 } from '../icons/file-json-2.js';
// FileBraces aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. */
default as FileJson } from '../icons/file-json.js';
// FileChartColumnIncreasing aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. */
default as FileBarChart } from '../icons/file-bar-chart.js';
// FileChartColumn aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. */
default as FileBarChart2 } from '../icons/file-bar-chart-2.js';
// FileChartLine aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. */
default as FileLineChart } from '../icons/file-line-chart.js';
// FileChartPie aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. */
default as FilePieChart } from '../icons/file-pie-chart.js';
// FileCheckCorner aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. */
default as FileCheck2 } from '../icons/file-check-2.js';
// FileCodeCorner aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. */
default as FileCode2 } from '../icons/file-code-2.js';
// FileCog aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. */
default as FileCog2 } from '../icons/file-cog-2.js';
// FileExclamationPoint aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. */
default as FileWarning } from '../icons/file-warning.js';
// FileHeadphone aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileHeadphone} instead. */
default as FileAudio } from '../icons/file-audio.js';
// FileHeadphone aliases
export {
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. */
default as FileAudio2 } from '../icons/file-audio-2.js';
// FileKey aliases
export {
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. */
default as FileKey2 } from '../icons/file-key-2.js';
// FileLock aliases
export {
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. */
default as FileLock2 } from '../icons/file-lock-2.js';
// FileMinusCorner aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. */
default as FileMinus2 } from '../icons/file-minus-2.js';
// FilePenLine aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. */
default as FileSignature } from '../icons/file-signature.js';
// FilePen aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. */
default as FileEdit } from '../icons/file-edit.js';
// FilePlay aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. */
default as FileVideo } from '../icons/file-video.js';
// FilePlusCorner aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. */
default as FilePlus2 } from '../icons/file-plus-2.js';
// FileQuestionMark aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. */
default as FileQuestion } from '../icons/file-question.js';
// FileSearchCorner aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. */
default as FileSearch2 } from '../icons/file-search-2.js';
// FileSignal aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. */
default as FileVolume2 } from '../icons/file-volume-2.js';
// FileTypeCorner aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. */
default as FileType2 } from '../icons/file-type-2.js';
// FileVideoCamera aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. */
default as FileVideo2 } from '../icons/file-video-2.js';
// FileXCorner aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. */
default as FileX2 } from '../icons/file-x-2.js';
// FingerprintPattern aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. */
default as Fingerprint } from '../icons/fingerprint.js';
// FolderCog aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. */
default as FolderCog2 } from '../icons/folder-cog-2.js';
// FolderPen aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. */
default as FolderEdit } from '../icons/folder-edit.js';
// FunnelX aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. */
default as FilterX } from '../icons/filter-x.js';
// Funnel aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. */
default as Filter } from '../icons/filter.js';
// GitCommitHorizontal aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. */
default as GitCommit } from '../icons/git-commit.js';
// Grid2x2Check aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. */
default as Grid2X2Check } from '../icons/grid-2-x-2-check.js';
// Grid2x2Plus aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. */
default as Grid2X2Plus } from '../icons/grid-2-x-2-plus.js';
// Grid2x2X aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. */
default as Grid2X2X } from '../icons/grid-2-x-2-x.js';
// Grid2x2 aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. */
default as Grid2X2 } from '../icons/grid-2-x-2.js';
// Grid3x3 aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. */
default as Grid } from '../icons/grid.js';
// Grid3x3 aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. */
default as Grid3X3 } from '../icons/grid-3-x-3.js';
// HandGrab aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. */
default as Grab } from '../icons/grab.js';
// HandHelping aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. */
default as HelpingHand } from '../icons/helping-hand.js';
// House aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. */
default as Home } from '../icons/home.js';
// IceCreamBowl aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. */
default as IceCream2 } from '../icons/ice-cream-2.js';
// IceCreamCone aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. */
default as IceCream } from '../icons/ice-cream.js';
// LaptopMinimal aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. */
default as Laptop2 } from '../icons/laptop-2.js';
// Layers aliases
export {
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. */
default as Layers3 } from '../icons/layers-3.js';
// ListIndentDecrease aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. */
default as Outdent } from '../icons/outdent.js';
// ListIndentDecrease aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. */
default as IndentDecrease } from '../icons/indent-decrease.js';
// ListIndentIncrease aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. */
default as Indent } from '../icons/indent.js';
// ListIndentIncrease aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. */
default as IndentIncrease } from '../icons/indent-increase.js';
// LoaderCircle aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. */
default as Loader2 } from '../icons/loader-2.js';
// LockKeyholeOpen aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. */
default as UnlockKeyhole } from '../icons/unlock-keyhole.js';
// LockOpen aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. */
default as Unlock } from '../icons/unlock.js';
// MailQuestionMark aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. */
default as MailQuestion } from '../icons/mail-question.js';
// MapPinPen aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. */
default as LocationEdit } from '../icons/location-edit.js';
// MessageCircleQuestionMark aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. */
default as MessageCircleQuestion } from '../icons/message-circle-question.js';
// MicSignal aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicSignal} instead. This alias will be removed in v1.0 */
default as Podcast } from '../icons/podcast.js';
// MicVocal aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. */
default as Mic2 } from '../icons/mic-2.js';
// Move3d aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. */
default as Move3D } from '../icons/move-3-d.js';
// OctagonAlert aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. */
default as AlertOctagon } from '../icons/alert-octagon.js';
// OctagonPause aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. */
default as PauseOctagon } from '../icons/pause-octagon.js';
// OctagonX aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. */
default as XOctagon } from '../icons/x-octagon.js';
// PaintbrushVertical aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. */
default as Paintbrush2 } from '../icons/paintbrush-2.js';
// PanelBottomDashed aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. */
default as PanelBottomInactive } from '../icons/panel-bottom-inactive.js';
// PanelLeftClose aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. */
default as SidebarClose } from '../icons/sidebar-close.js';
// PanelLeftDashed aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. */
default as PanelLeftInactive } from '../icons/panel-left-inactive.js';
// PanelLeftOpen aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. */
default as SidebarOpen } from '../icons/sidebar-open.js';
// PanelLeft aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. */
default as Sidebar } from '../icons/sidebar.js';
// PanelRightDashed aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. */
default as PanelRightInactive } from '../icons/panel-right-inactive.js';
// PanelTopDashed aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. */
default as PanelTopInactive } from '../icons/panel-top-inactive.js';
// PanelsTopLeft aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. */
default as Layout } from '../icons/layout.js';
// PenLine aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. */
default as Edit3 } from '../icons/edit-3.js';
// Pen aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. */
default as Edit2 } from '../icons/edit-2.js';
// PlugZap aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. */
default as PlugZap2 } from '../icons/plug-zap-2.js';
// RectangleEllipsis aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. */
default as FormInput } from '../icons/form-input.js';
// Rotate3d aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. */
default as Rotate3D } from '../icons/rotate-3-d.js';
// RotateCcwClock aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RotateCcwClock} instead. */
default as History } from '../icons/history.js';
// Rows2 aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. */
default as Rows } from '../icons/rows.js';
// Rows3 aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. */
default as PanelsTopBottom } from '../icons/panels-top-bottom.js';
// Scale3d aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. */
default as Scale3D } from '../icons/scale-3-d.js';
// SendHorizontal aliases
export {
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. */
default as SendHorizonal } from '../icons/send-horizonal.js';
// ShieldQuestionMark aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. */
default as ShieldQuestion } from '../icons/shield-question.js';
// ShieldX aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. */
default as ShieldClose } from '../icons/shield-close.js';
// SlidersVertical aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. */
default as Sliders } from '../icons/sliders.js';
// Sparkles aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. */
default as Stars } from '../icons/stars.js';
// SquareArrowDownLeft aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. */
default as ArrowDownLeftSquare } from '../icons/arrow-down-left-square.js';
// SquareActivity aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. */
default as ActivitySquare } from '../icons/activity-square.js';
// SquareArrowDownRight aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. */
default as ArrowDownRightSquare } from '../icons/arrow-down-right-square.js';
// SquareArrowDown aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. */
default as ArrowDownSquare } from '../icons/arrow-down-square.js';
// SquareArrowLeft aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. */
default as ArrowLeftSquare } from '../icons/arrow-left-square.js';
// SquareArrowOutDownLeft aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. */
default as ArrowDownLeftFromSquare } from '../icons/arrow-down-left-from-square.js';
// SquareArrowOutDownRight aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. */
default as ArrowDownRightFromSquare } from '../icons/arrow-down-right-from-square.js';
// SquareArrowOutUpLeft aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. */
default as ArrowUpLeftFromSquare } from '../icons/arrow-up-left-from-square.js';
// SquareArrowOutUpRight aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. */
default as ArrowUpRightFromSquare } from '../icons/arrow-up-right-from-square.js';
// SquareArrowRight aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. */
default as ArrowRightSquare } from '../icons/arrow-right-square.js';
// SquareArrowUpLeft aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. */
default as ArrowUpLeftSquare } from '../icons/arrow-up-left-square.js';
// SquareArrowUpRight aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. */
default as ArrowUpRightSquare } from '../icons/arrow-up-right-square.js';
// SquareAsterisk aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. */
default as AsteriskSquare } from '../icons/asterisk-square.js';
// SquareBottomDashedScissors aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. */
default as ScissorsSquareDashedBottom } from '../icons/scissors-square-dashed-bottom.js';
// SquareCenterlineDashedHorizontal aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. */
default as FlipHorizontal } from '../icons/flip-horizontal.js';
// SquareChartGantt aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. */
default as GanttChartSquare } from '../icons/gantt-chart-square.js';
// SquareChartGantt aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. */
default as SquareGanttChart } from '../icons/square-gantt-chart.js';
// SquareCheckBig aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. */
default as CheckSquare } from '../icons/check-square.js';
// SquareCheck aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. */
default as CheckSquare2 } from '../icons/check-square-2.js';
// SquareChevronDown aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. */
default as ChevronDownSquare } from '../icons/chevron-down-square.js';
// SquareChevronLeft aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. */
default as ChevronLeftSquare } from '../icons/chevron-left-square.js';
// SquareChevronRight aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. */
default as ChevronRightSquare } from '../icons/chevron-right-square.js';
// SquareChevronUp aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. */
default as ChevronUpSquare } from '../icons/chevron-up-square.js';
// SquareCode aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. */
default as CodeSquare } from '../icons/code-square.js';
// SquareDashedKanban aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. */
default as KanbanSquareDashed } from '../icons/kanban-square-dashed.js';
// SquareDashedMousePointer aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. */
default as MousePointerSquareDashed } from '../icons/mouse-pointer-square-dashed.js';
// SquareDashedText aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. */
default as TextSelection } from '../icons/text-selection.js';
// SquareDashedText aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. */
default as TextSelect } from '../icons/text-select.js';
// SquareDashed aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. */
default as BoxSelect } from '../icons/box-select.js';
// SquareDivide aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. */
default as DivideSquare } from '../icons/divide-square.js';
// SquareDot aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. */
default as DotSquare } from '../icons/dot-square.js';
// SquareEqual aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. */
default as EqualSquare } from '../icons/equal-square.js';
// SquareFunction aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. */
default as FunctionSquare } from '../icons/function-square.js';
// SquareKanban aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. */
default as KanbanSquare } from '../icons/kanban-square.js';
// SquareLibrary aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. */
default as LibrarySquare } from '../icons/library-square.js';
// SquareM aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. */
default as MSquare } from '../icons/m-square.js';
// SquareMenu aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. */
default as MenuSquare } from '../icons/menu-square.js';
// SquareMinus aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. */
default as MinusSquare } from '../icons/minus-square.js';
// SquareMousePointer aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. */
default as Inspect } from '../icons/inspect.js';
// SquareParkingOff aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. */
default as ParkingSquareOff } from '../icons/parking-square-off.js';
// SquareParking aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. */
default as ParkingSquare } from '../icons/parking-square.js';
// SquarePen aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. */
default as PenBox } from '../icons/pen-box.js';
// SquarePen aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. */
default as Edit } from '../icons/edit.js';
// SquarePen aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. */
default as PenSquare } from '../icons/pen-square.js';
// SquarePercent aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. */
default as PercentSquare } from '../icons/percent-square.js';
// SquarePi aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. */
default as PiSquare } from '../icons/pi-square.js';
// SquarePilcrow aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. */
default as PilcrowSquare } from '../icons/pilcrow-square.js';
// SquarePlus aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. */
default as PlusSquare } from '../icons/plus-square.js';
// SquarePlay aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. */
default as PlaySquare } from '../icons/play-square.js';
// SquarePower aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. */
default as PowerSquare } from '../icons/power-square.js';
// SquareScissors aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. */
default as ScissorsSquare } from '../icons/scissors-square.js';
// SquareSigma aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. */
default as SigmaSquare } from '../icons/sigma-square.js';
// SquareSlash aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. */
default as SlashSquare } from '../icons/slash-square.js';
// SquareSplitHorizontal aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. */
default as SplitSquareHorizontal } from '../icons/split-square-horizontal.js';
// SquareSplitVertical aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. */
default as SplitSquareVertical } from '../icons/split-square-vertical.js';
// SquareTerminal aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. */
default as TerminalSquare } from '../icons/terminal-square.js';
// SquareUser aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. */
default as UserSquare } from '../icons/user-square.js';
// SquareUserRound aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. */
default as UserSquare2 } from '../icons/user-square-2.js';
// SquareX aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. */
default as XSquare } from '../icons/x-square.js';
// SquareArrowUp aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. */
default as ArrowUpSquare } from '../icons/arrow-up-square.js';
// SquareCenterlineDashedVertical aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. */
default as FlipVertical } from '../icons/flip-vertical.js';
// TestTubeDiagonal aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. */
default as TestTube2 } from '../icons/test-tube-2.js';
// TextAlignCenter aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. */
default as AlignCenter } from '../icons/align-center.js';
// TextAlignEnd aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. */
default as AlignRight } from '../icons/align-right.js';
// TextAlignJustify aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. */
default as AlignJustify } from '../icons/align-justify.js';
// TextAlignStart aliases
export {
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link TextAlignStart} instead. */
default as Text } from '../icons/text.js';
// TextAlignStart aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. */
default as AlignLeft } from '../icons/align-left.js';
// TextInitial aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. */
default as LetterText } from '../icons/letter-text.js';
// TextWrap aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. */
default as WrapText } from '../icons/wrap-text.js';
// TramFront aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. */
default as Train } from '../icons/train.js';
// TreePalm aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. */
default as Palmtree } from '../icons/palmtree.js';
// TriangleAlert aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. */
default as AlertTriangle } from '../icons/alert-triangle.js';
// TvMinimal aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. */
default as Tv2 } from '../icons/tv-2.js';
// University aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. */
default as School2 } from '../icons/school-2.js';
// UserRoundCheck aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. */
default as UserCheck2 } from '../icons/user-check-2.js';
// UserRoundCog aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. */
default as UserCog2 } from '../icons/user-cog-2.js';
// UserRoundMinus aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. */
default as UserMinus2 } from '../icons/user-minus-2.js';
// UserRoundPlus aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. */
default as UserPlus2 } from '../icons/user-plus-2.js';
// UserRoundX aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. */
default as UserX2 } from '../icons/user-x-2.js';
// UserRound aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. */
default as User2 } from '../icons/user-2.js';
// UsersRound aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. */
default as Users2 } from '../icons/users-2.js';
// UtensilsCrossed aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. */
default as ForkKnifeCrossed } from '../icons/fork-knife-crossed.js';
// Utensils aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. */
default as ForkKnife } from '../icons/fork-knife.js';
// WalletMinimal aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. */
default as Wallet2 } from '../icons/wallet-2.js';
// WandSparkles aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. */
default as Wand2 } from '../icons/wand-2.js';
// WavesHorizontal aliases
export {
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WavesHorizontal} instead. */
default as Waves } from '../icons/waves.js';

View File

@@ -0,0 +1,10 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export * from './aliases.js';
export * from './prefixed.js';
export * from './suffixed.js';

10
web/node_modules/@lucide/svelte/dist/aliases/index.js generated vendored Normal file
View File

@@ -0,0 +1,10 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export * from './aliases.js';
export * from './prefixed.js';
export * from './suffixed.js';

File diff suppressed because it is too large Load Diff

4260
web/node_modules/@lucide/svelte/dist/aliases/prefixed.js generated vendored Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

4260
web/node_modules/@lucide/svelte/dist/aliases/suffixed.js generated vendored Normal file

File diff suppressed because it is too large Load Diff

16
web/node_modules/@lucide/svelte/dist/context.d.ts generated vendored Normal file
View File

@@ -0,0 +1,16 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export interface LucideGlobalContext {
color?: string;
size?: number;
strokeWidth?: number;
absoluteStrokeWidth?: boolean;
class?: string;
}
export declare const setLucideProps: (globalProps: LucideGlobalContext) => LucideGlobalContext;
export declare const getLucideContext: () => LucideGlobalContext;

11
web/node_modules/@lucide/svelte/dist/context.js generated vendored Normal file
View File

@@ -0,0 +1,11 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import { getContext, setContext } from 'svelte';
const LucideContext = Symbol('lucide-context');
export const setLucideProps = (globalProps) => setContext(LucideContext, globalProps);
export const getLucideContext = () => getContext(LucideContext);

View File

@@ -0,0 +1,10 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import type { Attrs } from './types.js';
declare const defaultAttributes: Attrs;
export default defaultAttributes;

View File

@@ -0,0 +1,19 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
const defaultAttributes = {
xmlns: 'http://www.w3.org/2000/svg',
width: 24,
height: 24,
viewBox: '0 0 24 24',
fill: 'none',
stroke: 'currentColor',
'stroke-width': 2,
'stroke-linecap': 'round',
'stroke-linejoin': 'round',
};
export default defaultAttributes;

1
web/node_modules/@lucide/svelte/dist/icons/.gitkeep generated vendored Normal file
View File

@@ -0,0 +1 @@
Folder for generated icons

View File

@@ -0,0 +1,8 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export { default } from "./a-arrow-down.svelte";

View File

@@ -0,0 +1,8 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export { default } from "./a-arrow-down.svelte";

View File

@@ -0,0 +1,23 @@
<!--
@lucide/svelte v1.28.0 - ISC
This source code is licensed under the ISC license.
See the LICENSE file in the root directory of this source tree.
-->
<script lang="ts">import Icon from '../Icon.svelte';
let props = $props();
const iconNode = [["path", { "d": "m14 12 4 4 4-4" }], ["path", { "d": "M18 16V7" }], ["path", { "d": "m2 16 4.039-9.69a.5.5 0 0 1 .923 0L11 16" }], ["path", { "d": "M3.304 13h6.392" }]];
</script>
<!--
@component
Lucide SVG icon component, renders SVG Element with children.
@preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8cGF0aCBkPSJtMTQgMTIgNCA0IDQtNCIgLz4KICA8cGF0aCBkPSJNMTggMTZWNyIgLz4KICA8cGF0aCBkPSJtMiAxNiA0LjAzOS05LjY5YS41LjUgMCAwIDEgLjkyMyAwTDExIDE2IiAvPgogIDxwYXRoIGQ9Ik0zLjMwNCAxM2g2LjM5MiIgLz4KPC9zdmc+Cg==) - https://lucide.dev/icons/a-arrow-down
@see https://lucide.dev/guide/packages/lucide-svelte - Documentation
-->
<Icon name="a-arrow-down" {...props} iconNode={iconNode} />

View File

@@ -0,0 +1,16 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
/**
* Lucide SVG icon component, renders SVG Element with children.
*
* @preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8cGF0aCBkPSJtMTQgMTIgNCA0IDQtNCIgLz4KICA8cGF0aCBkPSJNMTggMTZWNyIgLz4KICA8cGF0aCBkPSJtMiAxNiA0LjAzOS05LjY5YS41LjUgMCAwIDEgLjkyMyAwTDExIDE2IiAvPgogIDxwYXRoIGQ9Ik0zLjMwNCAxM2g2LjM5MiIgLz4KPC9zdmc+Cg==) - https://lucide.dev/icons/a-arrow-down
* @see https://lucide.dev/guide/packages/lucide-svelte - Documentation
*/
declare const AArrowDown: import("svelte").Component<import("../types.js").LucideProps, {}, "">;
type AArrowDown = ReturnType<typeof AArrowDown>;
export default AArrowDown;

View File

@@ -0,0 +1,8 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export { default } from "./a-arrow-up.svelte";

View File

@@ -0,0 +1,8 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export { default } from "./a-arrow-up.svelte";

View File

@@ -0,0 +1,23 @@
<!--
@lucide/svelte v1.28.0 - ISC
This source code is licensed under the ISC license.
See the LICENSE file in the root directory of this source tree.
-->
<script lang="ts">import Icon from '../Icon.svelte';
let props = $props();
const iconNode = [["path", { "d": "m14 11 4-4 4 4" }], ["path", { "d": "M18 16V7" }], ["path", { "d": "m2 16 4.039-9.69a.5.5 0 0 1 .923 0L11 16" }], ["path", { "d": "M3.304 13h6.392" }]];
</script>
<!--
@component
Lucide SVG icon component, renders SVG Element with children.
@preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8cGF0aCBkPSJtMTQgMTEgNC00IDQgNCIgLz4KICA8cGF0aCBkPSJNMTggMTZWNyIgLz4KICA8cGF0aCBkPSJtMiAxNiA0LjAzOS05LjY5YS41LjUgMCAwIDEgLjkyMyAwTDExIDE2IiAvPgogIDxwYXRoIGQ9Ik0zLjMwNCAxM2g2LjM5MiIgLz4KPC9zdmc+Cg==) - https://lucide.dev/icons/a-arrow-up
@see https://lucide.dev/guide/packages/lucide-svelte - Documentation
-->
<Icon name="a-arrow-up" {...props} iconNode={iconNode} />

View File

@@ -0,0 +1,16 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
/**
* Lucide SVG icon component, renders SVG Element with children.
*
* @preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8cGF0aCBkPSJtMTQgMTEgNC00IDQgNCIgLz4KICA8cGF0aCBkPSJNMTggMTZWNyIgLz4KICA8cGF0aCBkPSJtMiAxNiA0LjAzOS05LjY5YS41LjUgMCAwIDEgLjkyMyAwTDExIDE2IiAvPgogIDxwYXRoIGQ9Ik0zLjMwNCAxM2g2LjM5MiIgLz4KPC9zdmc+Cg==) - https://lucide.dev/icons/a-arrow-up
* @see https://lucide.dev/guide/packages/lucide-svelte - Documentation
*/
declare const AArrowUp: import("svelte").Component<import("../types.js").LucideProps, {}, "">;
type AArrowUp = ReturnType<typeof AArrowUp>;
export default AArrowUp;

View File

@@ -0,0 +1,8 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export { default } from "./a-large-small.svelte";

View File

@@ -0,0 +1,8 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export { default } from "./a-large-small.svelte";

View File

@@ -0,0 +1,23 @@
<!--
@lucide/svelte v1.28.0 - ISC
This source code is licensed under the ISC license.
See the LICENSE file in the root directory of this source tree.
-->
<script lang="ts">import Icon from '../Icon.svelte';
let props = $props();
const iconNode = [["path", { "d": "m15 16 2.536-7.328a1.02 1.02 1 0 1 1.928 0L22 16" }], ["path", { "d": "M15.697 14h5.606" }], ["path", { "d": "m2 16 4.039-9.69a.5.5 0 0 1 .923 0L11 16" }], ["path", { "d": "M3.304 13h6.392" }]];
</script>
<!--
@component
Lucide SVG icon component, renders SVG Element with children.
@preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8cGF0aCBkPSJtMTUgMTYgMi41MzYtNy4zMjhhMS4wMiAxLjAyIDEgMCAxIDEuOTI4IDBMMjIgMTYiIC8+CiAgPHBhdGggZD0iTTE1LjY5NyAxNGg1LjYwNiIgLz4KICA8cGF0aCBkPSJtMiAxNiA0LjAzOS05LjY5YS41LjUgMCAwIDEgLjkyMyAwTDExIDE2IiAvPgogIDxwYXRoIGQ9Ik0zLjMwNCAxM2g2LjM5MiIgLz4KPC9zdmc+Cg==) - https://lucide.dev/icons/a-large-small
@see https://lucide.dev/guide/packages/lucide-svelte - Documentation
-->
<Icon name="a-large-small" {...props} iconNode={iconNode} />

View File

@@ -0,0 +1,16 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
/**
* Lucide SVG icon component, renders SVG Element with children.
*
* @preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8cGF0aCBkPSJtMTUgMTYgMi41MzYtNy4zMjhhMS4wMiAxLjAyIDEgMCAxIDEuOTI4IDBMMjIgMTYiIC8+CiAgPHBhdGggZD0iTTE1LjY5NyAxNGg1LjYwNiIgLz4KICA8cGF0aCBkPSJtMiAxNiA0LjAzOS05LjY5YS41LjUgMCAwIDEgLjkyMyAwTDExIDE2IiAvPgogIDxwYXRoIGQ9Ik0zLjMwNCAxM2g2LjM5MiIgLz4KPC9zdmc+Cg==) - https://lucide.dev/icons/a-large-small
* @see https://lucide.dev/guide/packages/lucide-svelte - Documentation
*/
declare const ALargeSmall: import("svelte").Component<import("../types.js").LucideProps, {}, "">;
type ALargeSmall = ReturnType<typeof ALargeSmall>;
export default ALargeSmall;

View File

@@ -0,0 +1,8 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export { default } from "./accessibility.svelte";

View File

@@ -0,0 +1,8 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export { default } from "./accessibility.svelte";

View File

@@ -0,0 +1,23 @@
<!--
@lucide/svelte v1.28.0 - ISC
This source code is licensed under the ISC license.
See the LICENSE file in the root directory of this source tree.
-->
<script lang="ts">import Icon from '../Icon.svelte';
let props = $props();
const iconNode = [["circle", { "cx": "16", "cy": "4", "r": "1" }], ["path", { "d": "m18 19 1-7-6 1" }], ["path", { "d": "m5 8 3-3 5.5 3-2.36 3.5" }], ["path", { "d": "M4.24 14.5a5 5 0 0 0 6.88 6" }], ["path", { "d": "M13.76 17.5a5 5 0 0 0-6.88-6" }]];
</script>
<!--
@component
Lucide SVG icon component, renders SVG Element with children.
@preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8Y2lyY2xlIGN4PSIxNiIgY3k9IjQiIHI9IjEiIC8+CiAgPHBhdGggZD0ibTE4IDE5IDEtNy02IDEiIC8+CiAgPHBhdGggZD0ibTUgOCAzLTMgNS41IDMtMi4zNiAzLjUiIC8+CiAgPHBhdGggZD0iTTQuMjQgMTQuNWE1IDUgMCAwIDAgNi44OCA2IiAvPgogIDxwYXRoIGQ9Ik0xMy43NiAxNy41YTUgNSAwIDAgMC02Ljg4LTYiIC8+Cjwvc3ZnPgo=) - https://lucide.dev/icons/accessibility
@see https://lucide.dev/guide/packages/lucide-svelte - Documentation
-->
<Icon name="accessibility" {...props} iconNode={iconNode} />

View File

@@ -0,0 +1,16 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
/**
* Lucide SVG icon component, renders SVG Element with children.
*
* @preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8Y2lyY2xlIGN4PSIxNiIgY3k9IjQiIHI9IjEiIC8+CiAgPHBhdGggZD0ibTE4IDE5IDEtNy02IDEiIC8+CiAgPHBhdGggZD0ibTUgOCAzLTMgNS41IDMtMi4zNiAzLjUiIC8+CiAgPHBhdGggZD0iTTQuMjQgMTQuNWE1IDUgMCAwIDAgNi44OCA2IiAvPgogIDxwYXRoIGQ9Ik0xMy43NiAxNy41YTUgNSAwIDAgMC02Ljg4LTYiIC8+Cjwvc3ZnPgo=) - https://lucide.dev/icons/accessibility
* @see https://lucide.dev/guide/packages/lucide-svelte - Documentation
*/
declare const Accessibility: import("svelte").Component<import("../types.js").LucideProps, {}, "">;
type Accessibility = ReturnType<typeof Accessibility>;
export default Accessibility;

View File

@@ -0,0 +1,8 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export { default } from "./square-activity.svelte";

View File

@@ -0,0 +1,8 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export { default } from "./square-activity.svelte";

View File

@@ -0,0 +1,8 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export { default } from "./activity.svelte";

View File

@@ -0,0 +1,8 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export { default } from "./activity.svelte";

View File

@@ -0,0 +1,23 @@
<!--
@lucide/svelte v1.28.0 - ISC
This source code is licensed under the ISC license.
See the LICENSE file in the root directory of this source tree.
-->
<script lang="ts">import Icon from '../Icon.svelte';
let props = $props();
const iconNode = [["path", { "d": "M22 12h-2.48a2 2 0 0 0-1.93 1.46l-2.35 8.36a.25.25 0 0 1-.48 0L9.24 2.18a.25.25 0 0 0-.48 0l-2.35 8.36A2 2 0 0 1 4.49 12H2" }]];
</script>
<!--
@component
Lucide SVG icon component, renders SVG Element with children.
@preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8cGF0aCBkPSJNMjIgMTJoLTIuNDhhMiAyIDAgMCAwLTEuOTMgMS40NmwtMi4zNSA4LjM2YS4yNS4yNSAwIDAgMS0uNDggMEw5LjI0IDIuMThhLjI1LjI1IDAgMCAwLS40OCAwbC0yLjM1IDguMzZBMiAyIDAgMCAxIDQuNDkgMTJIMiIgLz4KPC9zdmc+Cg==) - https://lucide.dev/icons/activity
@see https://lucide.dev/guide/packages/lucide-svelte - Documentation
-->
<Icon name="activity" {...props} iconNode={iconNode} />

View File

@@ -0,0 +1,16 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
/**
* Lucide SVG icon component, renders SVG Element with children.
*
* @preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8cGF0aCBkPSJNMjIgMTJoLTIuNDhhMiAyIDAgMCAwLTEuOTMgMS40NmwtMi4zNSA4LjM2YS4yNS4yNSAwIDAgMS0uNDggMEw5LjI0IDIuMThhLjI1LjI1IDAgMCAwLS40OCAwbC0yLjM1IDguMzZBMiAyIDAgMCAxIDQuNDkgMTJIMiIgLz4KPC9zdmc+Cg==) - https://lucide.dev/icons/activity
* @see https://lucide.dev/guide/packages/lucide-svelte - Documentation
*/
declare const Activity: import("svelte").Component<import("../types.js").LucideProps, {}, "">;
type Activity = ReturnType<typeof Activity>;
export default Activity;

8
web/node_modules/@lucide/svelte/dist/icons/ad.d.ts generated vendored Normal file
View File

@@ -0,0 +1,8 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export { default } from "./ad.svelte";

8
web/node_modules/@lucide/svelte/dist/icons/ad.js generated vendored Normal file
View File

@@ -0,0 +1,8 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export { default } from "./ad.svelte";

23
web/node_modules/@lucide/svelte/dist/icons/ad.svelte generated vendored Normal file
View File

@@ -0,0 +1,23 @@
<!--
@lucide/svelte v1.28.0 - ISC
This source code is licensed under the ISC license.
See the LICENSE file in the root directory of this source tree.
-->
<script lang="ts">import Icon from '../Icon.svelte';
let props = $props();
const iconNode = [["path", { "d": "M10 13H6" }], ["path", { "d": "M10 15v-4a2 2 0 0 0-4 0v4" }], ["path", { "d": "M14 14.5a.5.5 0 0 0 .5.5h1a2.5 2.5 0 0 0 2.5-2.5v-1A2.5 2.5 0 0 0 15.5 9h-1a.5.5 0 0 0-.5.5z" }], ["rect", { "x": "2", "y": "5", "width": "20", "height": "14", "rx": "2" }]];
</script>
<!--
@component
Lucide SVG icon component, renders SVG Element with children.
@preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8cGF0aCBkPSJNMTAgMTNINiIgLz4KICA8cGF0aCBkPSJNMTAgMTV2LTRhMiAyIDAgMCAwLTQgMHY0IiAvPgogIDxwYXRoIGQ9Ik0xNCAxNC41YS41LjUgMCAwIDAgLjUuNWgxYTIuNSAyLjUgMCAwIDAgMi41LTIuNXYtMUEyLjUgMi41IDAgMCAwIDE1LjUgOWgtMWEuNS41IDAgMCAwLS41LjV6IiAvPgogIDxyZWN0IHg9IjIiIHk9IjUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIxNCIgcng9IjIiIC8+Cjwvc3ZnPgo=) - https://lucide.dev/icons/ad
@see https://lucide.dev/guide/packages/lucide-svelte - Documentation
-->
<Icon name="ad" {...props} iconNode={iconNode} />

View File

@@ -0,0 +1,16 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
/**
* Lucide SVG icon component, renders SVG Element with children.
*
* @preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8cGF0aCBkPSJNMTAgMTNINiIgLz4KICA8cGF0aCBkPSJNMTAgMTV2LTRhMiAyIDAgMCAwLTQgMHY0IiAvPgogIDxwYXRoIGQ9Ik0xNCAxNC41YS41LjUgMCAwIDAgLjUuNWgxYTIuNSAyLjUgMCAwIDAgMi41LTIuNXYtMUEyLjUgMi41IDAgMCAwIDE1LjUgOWgtMWEuNS41IDAgMCAwLS41LjV6IiAvPgogIDxyZWN0IHg9IjIiIHk9IjUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIxNCIgcng9IjIiIC8+Cjwvc3ZnPgo=) - https://lucide.dev/icons/ad
* @see https://lucide.dev/guide/packages/lucide-svelte - Documentation
*/
declare const Ad: import("svelte").Component<import("../types.js").LucideProps, {}, "">;
type Ad = ReturnType<typeof Ad>;
export default Ad;

View File

@@ -0,0 +1,8 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export { default } from "./air-vent.svelte";

View File

@@ -0,0 +1,8 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export { default } from "./air-vent.svelte";

View File

@@ -0,0 +1,23 @@
<!--
@lucide/svelte v1.28.0 - ISC
This source code is licensed under the ISC license.
See the LICENSE file in the root directory of this source tree.
-->
<script lang="ts">import Icon from '../Icon.svelte';
let props = $props();
const iconNode = [["path", { "d": "M18 17.5a2.5 2.5 0 1 1-4 2.03V12" }], ["path", { "d": "M6 12H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2" }], ["path", { "d": "M6 8h12" }], ["path", { "d": "M6.6 15.572A2 2 0 1 0 10 17v-5" }]];
</script>
<!--
@component
Lucide SVG icon component, renders SVG Element with children.
@preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8cGF0aCBkPSJNMTggMTcuNWEyLjUgMi41IDAgMSAxLTQgMi4wM1YxMiIgLz4KICA8cGF0aCBkPSJNNiAxMkg0YTIgMiAwIDAgMS0yLTJWNWEyIDIgMCAwIDEgMi0yaDE2YTIgMiAwIDAgMSAyIDJ2NWEyIDIgMCAwIDEtMiAyaC0yIiAvPgogIDxwYXRoIGQ9Ik02IDhoMTIiIC8+CiAgPHBhdGggZD0iTTYuNiAxNS41NzJBMiAyIDAgMSAwIDEwIDE3di01IiAvPgo8L3N2Zz4K) - https://lucide.dev/icons/air-vent
@see https://lucide.dev/guide/packages/lucide-svelte - Documentation
-->
<Icon name="air-vent" {...props} iconNode={iconNode} />

View File

@@ -0,0 +1,16 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
/**
* Lucide SVG icon component, renders SVG Element with children.
*
* @preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8cGF0aCBkPSJNMTggMTcuNWEyLjUgMi41IDAgMSAxLTQgMi4wM1YxMiIgLz4KICA8cGF0aCBkPSJNNiAxMkg0YTIgMiAwIDAgMS0yLTJWNWEyIDIgMCAwIDEgMi0yaDE2YTIgMiAwIDAgMSAyIDJ2NWEyIDIgMCAwIDEtMiAyaC0yIiAvPgogIDxwYXRoIGQ9Ik02IDhoMTIiIC8+CiAgPHBhdGggZD0iTTYuNiAxNS41NzJBMiAyIDAgMSAwIDEwIDE3di01IiAvPgo8L3N2Zz4K) - https://lucide.dev/icons/air-vent
* @see https://lucide.dev/guide/packages/lucide-svelte - Documentation
*/
declare const AirVent: import("svelte").Component<import("../types.js").LucideProps, {}, "">;
type AirVent = ReturnType<typeof AirVent>;
export default AirVent;

View File

@@ -0,0 +1,8 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export { default } from "./airplay.svelte";

View File

@@ -0,0 +1,8 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export { default } from "./airplay.svelte";

View File

@@ -0,0 +1,23 @@
<!--
@lucide/svelte v1.28.0 - ISC
This source code is licensed under the ISC license.
See the LICENSE file in the root directory of this source tree.
-->
<script lang="ts">import Icon from '../Icon.svelte';
let props = $props();
const iconNode = [["path", { "d": "M5 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1" }], ["path", { "d": "m12 15 5 6H7Z" }]];
</script>
<!--
@component
Lucide SVG icon component, renders SVG Element with children.
@preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8cGF0aCBkPSJNNSAxN0g0YTIgMiAwIDAgMS0yLTJWNWEyIDIgMCAwIDEgMi0yaDE2YTIgMiAwIDAgMSAyIDJ2MTBhMiAyIDAgMCAxLTIgMmgtMSIgLz4KICA8cGF0aCBkPSJtMTIgMTUgNSA2SDdaIiAvPgo8L3N2Zz4K) - https://lucide.dev/icons/airplay
@see https://lucide.dev/guide/packages/lucide-svelte - Documentation
-->
<Icon name="airplay" {...props} iconNode={iconNode} />

View File

@@ -0,0 +1,16 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
/**
* Lucide SVG icon component, renders SVG Element with children.
*
* @preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8cGF0aCBkPSJNNSAxN0g0YTIgMiAwIDAgMS0yLTJWNWEyIDIgMCAwIDEgMi0yaDE2YTIgMiAwIDAgMSAyIDJ2MTBhMiAyIDAgMCAxLTIgMmgtMSIgLz4KICA8cGF0aCBkPSJtMTIgMTUgNSA2SDdaIiAvPgo8L3N2Zz4K) - https://lucide.dev/icons/airplay
* @see https://lucide.dev/guide/packages/lucide-svelte - Documentation
*/
declare const Airplay: import("svelte").Component<import("../types.js").LucideProps, {}, "">;
type Airplay = ReturnType<typeof Airplay>;
export default Airplay;

View File

@@ -0,0 +1,8 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export { default } from "./alarm-clock-check.svelte";

View File

@@ -0,0 +1,8 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export { default } from "./alarm-clock-check.svelte";

View File

@@ -0,0 +1,8 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export { default } from "./alarm-clock-check.svelte";

View File

@@ -0,0 +1,8 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export { default } from "./alarm-clock-check.svelte";

View File

@@ -0,0 +1,23 @@
<!--
@lucide/svelte v1.28.0 - ISC
This source code is licensed under the ISC license.
See the LICENSE file in the root directory of this source tree.
-->
<script lang="ts">import Icon from '../Icon.svelte';
let props = $props();
const iconNode = [["circle", { "cx": "12", "cy": "13", "r": "8" }], ["path", { "d": "M5 3 2 6" }], ["path", { "d": "m22 6-3-3" }], ["path", { "d": "M6.38 18.7 4 21" }], ["path", { "d": "M17.64 18.67 20 21" }], ["path", { "d": "m9 13 2 2 4-4" }]];
</script>
<!--
@component
Lucide SVG icon component, renders SVG Element with children.
@preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8Y2lyY2xlIGN4PSIxMiIgY3k9IjEzIiByPSI4IiAvPgogIDxwYXRoIGQ9Ik01IDMgMiA2IiAvPgogIDxwYXRoIGQ9Im0yMiA2LTMtMyIgLz4KICA8cGF0aCBkPSJNNi4zOCAxOC43IDQgMjEiIC8+CiAgPHBhdGggZD0iTTE3LjY0IDE4LjY3IDIwIDIxIiAvPgogIDxwYXRoIGQ9Im05IDEzIDIgMiA0LTQiIC8+Cjwvc3ZnPgo=) - https://lucide.dev/icons/alarm-clock-check
@see https://lucide.dev/guide/packages/lucide-svelte - Documentation
-->
<Icon name="alarm-clock-check" {...props} iconNode={iconNode} />

View File

@@ -0,0 +1,16 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
/**
* Lucide SVG icon component, renders SVG Element with children.
*
* @preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8Y2lyY2xlIGN4PSIxMiIgY3k9IjEzIiByPSI4IiAvPgogIDxwYXRoIGQ9Ik01IDMgMiA2IiAvPgogIDxwYXRoIGQ9Im0yMiA2LTMtMyIgLz4KICA8cGF0aCBkPSJNNi4zOCAxOC43IDQgMjEiIC8+CiAgPHBhdGggZD0iTTE3LjY0IDE4LjY3IDIwIDIxIiAvPgogIDxwYXRoIGQ9Im05IDEzIDIgMiA0LTQiIC8+Cjwvc3ZnPgo=) - https://lucide.dev/icons/alarm-clock-check
* @see https://lucide.dev/guide/packages/lucide-svelte - Documentation
*/
declare const AlarmClockCheck: import("svelte").Component<import("../types.js").LucideProps, {}, "">;
type AlarmClockCheck = ReturnType<typeof AlarmClockCheck>;
export default AlarmClockCheck;

View File

@@ -0,0 +1,8 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export { default } from "./alarm-clock-minus.svelte";

View File

@@ -0,0 +1,8 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export { default } from "./alarm-clock-minus.svelte";

View File

@@ -0,0 +1,23 @@
<!--
@lucide/svelte v1.28.0 - ISC
This source code is licensed under the ISC license.
See the LICENSE file in the root directory of this source tree.
-->
<script lang="ts">import Icon from '../Icon.svelte';
let props = $props();
const iconNode = [["circle", { "cx": "12", "cy": "13", "r": "8" }], ["path", { "d": "M5 3 2 6" }], ["path", { "d": "m22 6-3-3" }], ["path", { "d": "M6.38 18.7 4 21" }], ["path", { "d": "M17.64 18.67 20 21" }], ["path", { "d": "M9 13h6" }]];
</script>
<!--
@component
Lucide SVG icon component, renders SVG Element with children.
@preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8Y2lyY2xlIGN4PSIxMiIgY3k9IjEzIiByPSI4IiAvPgogIDxwYXRoIGQ9Ik01IDMgMiA2IiAvPgogIDxwYXRoIGQ9Im0yMiA2LTMtMyIgLz4KICA8cGF0aCBkPSJNNi4zOCAxOC43IDQgMjEiIC8+CiAgPHBhdGggZD0iTTE3LjY0IDE4LjY3IDIwIDIxIiAvPgogIDxwYXRoIGQ9Ik05IDEzaDYiIC8+Cjwvc3ZnPgo=) - https://lucide.dev/icons/alarm-clock-minus
@see https://lucide.dev/guide/packages/lucide-svelte - Documentation
-->
<Icon name="alarm-clock-minus" {...props} iconNode={iconNode} />

View File

@@ -0,0 +1,16 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
/**
* Lucide SVG icon component, renders SVG Element with children.
*
* @preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8Y2lyY2xlIGN4PSIxMiIgY3k9IjEzIiByPSI4IiAvPgogIDxwYXRoIGQ9Ik01IDMgMiA2IiAvPgogIDxwYXRoIGQ9Im0yMiA2LTMtMyIgLz4KICA8cGF0aCBkPSJNNi4zOCAxOC43IDQgMjEiIC8+CiAgPHBhdGggZD0iTTE3LjY0IDE4LjY3IDIwIDIxIiAvPgogIDxwYXRoIGQ9Ik05IDEzaDYiIC8+Cjwvc3ZnPgo=) - https://lucide.dev/icons/alarm-clock-minus
* @see https://lucide.dev/guide/packages/lucide-svelte - Documentation
*/
declare const AlarmClockMinus: import("svelte").Component<import("../types.js").LucideProps, {}, "">;
type AlarmClockMinus = ReturnType<typeof AlarmClockMinus>;
export default AlarmClockMinus;

View File

@@ -0,0 +1,8 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export { default } from "./alarm-clock-off.svelte";

View File

@@ -0,0 +1,8 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export { default } from "./alarm-clock-off.svelte";

View File

@@ -0,0 +1,23 @@
<!--
@lucide/svelte v1.28.0 - ISC
This source code is licensed under the ISC license.
See the LICENSE file in the root directory of this source tree.
-->
<script lang="ts">import Icon from '../Icon.svelte';
let props = $props();
const iconNode = [["path", { "d": "M6.87 6.87a8 8 0 1 0 11.26 11.26" }], ["path", { "d": "M19.9 14.25a8 8 0 0 0-9.15-9.15" }], ["path", { "d": "m22 6-3-3" }], ["path", { "d": "M6.26 18.67 4 21" }], ["path", { "d": "m2 2 20 20" }], ["path", { "d": "M4 4 2 6" }]];
</script>
<!--
@component
Lucide SVG icon component, renders SVG Element with children.
@preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8cGF0aCBkPSJNNi44NyA2Ljg3YTggOCAwIDEgMCAxMS4yNiAxMS4yNiIgLz4KICA8cGF0aCBkPSJNMTkuOSAxNC4yNWE4IDggMCAwIDAtOS4xNS05LjE1IiAvPgogIDxwYXRoIGQ9Im0yMiA2LTMtMyIgLz4KICA8cGF0aCBkPSJNNi4yNiAxOC42NyA0IDIxIiAvPgogIDxwYXRoIGQ9Im0yIDIgMjAgMjAiIC8+CiAgPHBhdGggZD0iTTQgNCAyIDYiIC8+Cjwvc3ZnPgo=) - https://lucide.dev/icons/alarm-clock-off
@see https://lucide.dev/guide/packages/lucide-svelte - Documentation
-->
<Icon name="alarm-clock-off" {...props} iconNode={iconNode} />

View File

@@ -0,0 +1,16 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
/**
* Lucide SVG icon component, renders SVG Element with children.
*
* @preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8cGF0aCBkPSJNNi44NyA2Ljg3YTggOCAwIDEgMCAxMS4yNiAxMS4yNiIgLz4KICA8cGF0aCBkPSJNMTkuOSAxNC4yNWE4IDggMCAwIDAtOS4xNS05LjE1IiAvPgogIDxwYXRoIGQ9Im0yMiA2LTMtMyIgLz4KICA8cGF0aCBkPSJNNi4yNiAxOC42NyA0IDIxIiAvPgogIDxwYXRoIGQ9Im0yIDIgMjAgMjAiIC8+CiAgPHBhdGggZD0iTTQgNCAyIDYiIC8+Cjwvc3ZnPgo=) - https://lucide.dev/icons/alarm-clock-off
* @see https://lucide.dev/guide/packages/lucide-svelte - Documentation
*/
declare const AlarmClockOff: import("svelte").Component<import("../types.js").LucideProps, {}, "">;
type AlarmClockOff = ReturnType<typeof AlarmClockOff>;
export default AlarmClockOff;

View File

@@ -0,0 +1,8 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export { default } from "./alarm-clock-plus.svelte";

View File

@@ -0,0 +1,8 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export { default } from "./alarm-clock-plus.svelte";

View File

@@ -0,0 +1,23 @@
<!--
@lucide/svelte v1.28.0 - ISC
This source code is licensed under the ISC license.
See the LICENSE file in the root directory of this source tree.
-->
<script lang="ts">import Icon from '../Icon.svelte';
let props = $props();
const iconNode = [["circle", { "cx": "12", "cy": "13", "r": "8" }], ["path", { "d": "M5 3 2 6" }], ["path", { "d": "m22 6-3-3" }], ["path", { "d": "M6.38 18.7 4 21" }], ["path", { "d": "M17.64 18.67 20 21" }], ["path", { "d": "M12 10v6" }], ["path", { "d": "M9 13h6" }]];
</script>
<!--
@component
Lucide SVG icon component, renders SVG Element with children.
@preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8Y2lyY2xlIGN4PSIxMiIgY3k9IjEzIiByPSI4IiAvPgogIDxwYXRoIGQ9Ik01IDMgMiA2IiAvPgogIDxwYXRoIGQ9Im0yMiA2LTMtMyIgLz4KICA8cGF0aCBkPSJNNi4zOCAxOC43IDQgMjEiIC8+CiAgPHBhdGggZD0iTTE3LjY0IDE4LjY3IDIwIDIxIiAvPgogIDxwYXRoIGQ9Ik0xMiAxMHY2IiAvPgogIDxwYXRoIGQ9Ik05IDEzaDYiIC8+Cjwvc3ZnPgo=) - https://lucide.dev/icons/alarm-clock-plus
@see https://lucide.dev/guide/packages/lucide-svelte - Documentation
-->
<Icon name="alarm-clock-plus" {...props} iconNode={iconNode} />

View File

@@ -0,0 +1,16 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
/**
* Lucide SVG icon component, renders SVG Element with children.
*
* @preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8Y2lyY2xlIGN4PSIxMiIgY3k9IjEzIiByPSI4IiAvPgogIDxwYXRoIGQ9Ik01IDMgMiA2IiAvPgogIDxwYXRoIGQ9Im0yMiA2LTMtMyIgLz4KICA8cGF0aCBkPSJNNi4zOCAxOC43IDQgMjEiIC8+CiAgPHBhdGggZD0iTTE3LjY0IDE4LjY3IDIwIDIxIiAvPgogIDxwYXRoIGQ9Ik0xMiAxMHY2IiAvPgogIDxwYXRoIGQ9Ik05IDEzaDYiIC8+Cjwvc3ZnPgo=) - https://lucide.dev/icons/alarm-clock-plus
* @see https://lucide.dev/guide/packages/lucide-svelte - Documentation
*/
declare const AlarmClockPlus: import("svelte").Component<import("../types.js").LucideProps, {}, "">;
type AlarmClockPlus = ReturnType<typeof AlarmClockPlus>;
export default AlarmClockPlus;

View File

@@ -0,0 +1,8 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export { default } from "./alarm-clock.svelte";

View File

@@ -0,0 +1,8 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export { default } from "./alarm-clock.svelte";

View File

@@ -0,0 +1,23 @@
<!--
@lucide/svelte v1.28.0 - ISC
This source code is licensed under the ISC license.
See the LICENSE file in the root directory of this source tree.
-->
<script lang="ts">import Icon from '../Icon.svelte';
let props = $props();
const iconNode = [["circle", { "cx": "12", "cy": "13", "r": "8" }], ["path", { "d": "M12 9v4l2 2" }], ["path", { "d": "M5 3 2 6" }], ["path", { "d": "m22 6-3-3" }], ["path", { "d": "M6.38 18.7 4 21" }], ["path", { "d": "M17.64 18.67 20 21" }]];
</script>
<!--
@component
Lucide SVG icon component, renders SVG Element with children.
@preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8Y2lyY2xlIGN4PSIxMiIgY3k9IjEzIiByPSI4IiAvPgogIDxwYXRoIGQ9Ik0xMiA5djRsMiAyIiAvPgogIDxwYXRoIGQ9Ik01IDMgMiA2IiAvPgogIDxwYXRoIGQ9Im0yMiA2LTMtMyIgLz4KICA8cGF0aCBkPSJNNi4zOCAxOC43IDQgMjEiIC8+CiAgPHBhdGggZD0iTTE3LjY0IDE4LjY3IDIwIDIxIiAvPgo8L3N2Zz4K) - https://lucide.dev/icons/alarm-clock
@see https://lucide.dev/guide/packages/lucide-svelte - Documentation
-->
<Icon name="alarm-clock" {...props} iconNode={iconNode} />

View File

@@ -0,0 +1,16 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
/**
* Lucide SVG icon component, renders SVG Element with children.
*
* @preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8Y2lyY2xlIGN4PSIxMiIgY3k9IjEzIiByPSI4IiAvPgogIDxwYXRoIGQ9Ik0xMiA5djRsMiAyIiAvPgogIDxwYXRoIGQ9Ik01IDMgMiA2IiAvPgogIDxwYXRoIGQ9Im0yMiA2LTMtMyIgLz4KICA8cGF0aCBkPSJNNi4zOCAxOC43IDQgMjEiIC8+CiAgPHBhdGggZD0iTTE3LjY0IDE4LjY3IDIwIDIxIiAvPgo8L3N2Zz4K) - https://lucide.dev/icons/alarm-clock
* @see https://lucide.dev/guide/packages/lucide-svelte - Documentation
*/
declare const AlarmClock: import("svelte").Component<import("../types.js").LucideProps, {}, "">;
type AlarmClock = ReturnType<typeof AlarmClock>;
export default AlarmClock;

View File

@@ -0,0 +1,8 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export { default } from "./alarm-clock-minus.svelte";

View File

@@ -0,0 +1,8 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export { default } from "./alarm-clock-minus.svelte";

View File

@@ -0,0 +1,8 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export { default } from "./alarm-clock-plus.svelte";

View File

@@ -0,0 +1,8 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export { default } from "./alarm-clock-plus.svelte";

View File

@@ -0,0 +1,8 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export { default } from "./alarm-smoke.svelte";

View File

@@ -0,0 +1,8 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export { default } from "./alarm-smoke.svelte";

View File

@@ -0,0 +1,23 @@
<!--
@lucide/svelte v1.28.0 - ISC
This source code is licensed under the ISC license.
See the LICENSE file in the root directory of this source tree.
-->
<script lang="ts">import Icon from '../Icon.svelte';
let props = $props();
const iconNode = [["path", { "d": "M11 21c0-2.5 2-2.5 2-5" }], ["path", { "d": "M16 21c0-2.5 2-2.5 2-5" }], ["path", { "d": "m19 8-.8 3a1.25 1.25 0 0 1-1.2 1H7a1.25 1.25 0 0 1-1.2-1L5 8" }], ["path", { "d": "M21 3a1 1 0 0 1 1 1v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a1 1 0 0 1 1-1z" }], ["path", { "d": "M6 21c0-2.5 2-2.5 2-5" }]];
</script>
<!--
@component
Lucide SVG icon component, renders SVG Element with children.
@preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8cGF0aCBkPSJNMTEgMjFjMC0yLjUgMi0yLjUgMi01IiAvPgogIDxwYXRoIGQ9Ik0xNiAyMWMwLTIuNSAyLTIuNSAyLTUiIC8+CiAgPHBhdGggZD0ibTE5IDgtLjggM2ExLjI1IDEuMjUgMCAwIDEtMS4yIDFIN2ExLjI1IDEuMjUgMCAwIDEtMS4yLTFMNSA4IiAvPgogIDxwYXRoIGQ9Ik0yMSAzYTEgMSAwIDAgMSAxIDF2MmEyIDIgMCAwIDEtMiAySDRhMiAyIDAgMCAxLTItMlY0YTEgMSAwIDAgMSAxLTF6IiAvPgogIDxwYXRoIGQ9Ik02IDIxYzAtMi41IDItMi41IDItNSIgLz4KPC9zdmc+Cg==) - https://lucide.dev/icons/alarm-smoke
@see https://lucide.dev/guide/packages/lucide-svelte - Documentation
-->
<Icon name="alarm-smoke" {...props} iconNode={iconNode} />

View File

@@ -0,0 +1,16 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
/**
* Lucide SVG icon component, renders SVG Element with children.
*
* @preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8cGF0aCBkPSJNMTEgMjFjMC0yLjUgMi0yLjUgMi01IiAvPgogIDxwYXRoIGQ9Ik0xNiAyMWMwLTIuNSAyLTIuNSAyLTUiIC8+CiAgPHBhdGggZD0ibTE5IDgtLjggM2ExLjI1IDEuMjUgMCAwIDEtMS4yIDFIN2ExLjI1IDEuMjUgMCAwIDEtMS4yLTFMNSA4IiAvPgogIDxwYXRoIGQ9Ik0yMSAzYTEgMSAwIDAgMSAxIDF2MmEyIDIgMCAwIDEtMiAySDRhMiAyIDAgMCAxLTItMlY0YTEgMSAwIDAgMSAxLTF6IiAvPgogIDxwYXRoIGQ9Ik02IDIxYzAtMi41IDItMi41IDItNSIgLz4KPC9zdmc+Cg==) - https://lucide.dev/icons/alarm-smoke
* @see https://lucide.dev/guide/packages/lucide-svelte - Documentation
*/
declare const AlarmSmoke: import("svelte").Component<import("../types.js").LucideProps, {}, "">;
type AlarmSmoke = ReturnType<typeof AlarmSmoke>;
export default AlarmSmoke;

View File

@@ -0,0 +1,8 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export { default } from "./album.svelte";

8
web/node_modules/@lucide/svelte/dist/icons/album.js generated vendored Normal file
View File

@@ -0,0 +1,8 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export { default } from "./album.svelte";

View File

@@ -0,0 +1,23 @@
<!--
@lucide/svelte v1.28.0 - ISC
This source code is licensed under the ISC license.
See the LICENSE file in the root directory of this source tree.
-->
<script lang="ts">import Icon from '../Icon.svelte';
let props = $props();
const iconNode = [["rect", { "width": "18", "height": "18", "x": "3", "y": "3", "rx": "2", "ry": "2" }], ["polyline", { "points": "11 3 11 11 14 8 17 11 17 3" }]];
</script>
<!--
@component
Lucide SVG icon component, renders SVG Element with children.
@preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8cmVjdCB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHg9IjMiIHk9IjMiIHJ4PSIyIiByeT0iMiIgLz4KICA8cG9seWxpbmUgcG9pbnRzPSIxMSAzIDExIDExIDE0IDggMTcgMTEgMTcgMyIgLz4KPC9zdmc+Cg==) - https://lucide.dev/icons/album
@see https://lucide.dev/guide/packages/lucide-svelte - Documentation
-->
<Icon name="album" {...props} iconNode={iconNode} />

View File

@@ -0,0 +1,16 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
/**
* Lucide SVG icon component, renders SVG Element with children.
*
* @preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8cmVjdCB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHg9IjMiIHk9IjMiIHJ4PSIyIiByeT0iMiIgLz4KICA8cG9seWxpbmUgcG9pbnRzPSIxMSAzIDExIDExIDE0IDggMTcgMTEgMTcgMyIgLz4KPC9zdmc+Cg==) - https://lucide.dev/icons/album
* @see https://lucide.dev/guide/packages/lucide-svelte - Documentation
*/
declare const Album: import("svelte").Component<import("../types.js").LucideProps, {}, "">;
type Album = ReturnType<typeof Album>;
export default Album;

View File

@@ -0,0 +1,8 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export { default } from "./circle-alert.svelte";

View File

@@ -0,0 +1,8 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export { default } from "./circle-alert.svelte";

View File

@@ -0,0 +1,8 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export { default } from "./octagon-alert.svelte";

View File

@@ -0,0 +1,8 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export { default } from "./octagon-alert.svelte";

View File

@@ -0,0 +1,8 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export { default } from "./triangle-alert.svelte";

View File

@@ -0,0 +1,8 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export { default } from "./triangle-alert.svelte";

View File

@@ -0,0 +1,8 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export { default } from "./align-center-horizontal.svelte";

View File

@@ -0,0 +1,8 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export { default } from "./align-center-horizontal.svelte";

View File

@@ -0,0 +1,23 @@
<!--
@lucide/svelte v1.28.0 - ISC
This source code is licensed under the ISC license.
See the LICENSE file in the root directory of this source tree.
-->
<script lang="ts">import Icon from '../Icon.svelte';
let props = $props();
const iconNode = [["path", { "d": "M2 12h20" }], ["path", { "d": "M10 16v4a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-4" }], ["path", { "d": "M10 8V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v4" }], ["path", { "d": "M20 16v1a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-1" }], ["path", { "d": "M14 8V7c0-1.1.9-2 2-2h2a2 2 0 0 1 2 2v1" }]];
</script>
<!--
@component
Lucide SVG icon component, renders SVG Element with children.
@preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8cGF0aCBkPSJNMiAxMmgyMCIgLz4KICA8cGF0aCBkPSJNMTAgMTZ2NGEyIDIgMCAwIDEtMiAySDZhMiAyIDAgMCAxLTItMnYtNCIgLz4KICA8cGF0aCBkPSJNMTAgOFY0YTIgMiAwIDAgMC0yLTJINmEyIDIgMCAwIDAtMiAydjQiIC8+CiAgPHBhdGggZD0iTTIwIDE2djFhMiAyIDAgMCAxLTIgMmgtMmEyIDIgMCAwIDEtMi0ydi0xIiAvPgogIDxwYXRoIGQ9Ik0xNCA4VjdjMC0xLjEuOS0yIDItMmgyYTIgMiAwIDAgMSAyIDJ2MSIgLz4KPC9zdmc+Cg==) - https://lucide.dev/icons/align-center-horizontal
@see https://lucide.dev/guide/packages/lucide-svelte - Documentation
-->
<Icon name="align-center-horizontal" {...props} iconNode={iconNode} />

View File

@@ -0,0 +1,16 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
/**
* Lucide SVG icon component, renders SVG Element with children.
*
* @preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8cGF0aCBkPSJNMiAxMmgyMCIgLz4KICA8cGF0aCBkPSJNMTAgMTZ2NGEyIDIgMCAwIDEtMiAySDZhMiAyIDAgMCAxLTItMnYtNCIgLz4KICA8cGF0aCBkPSJNMTAgOFY0YTIgMiAwIDAgMC0yLTJINmEyIDIgMCAwIDAtMiAydjQiIC8+CiAgPHBhdGggZD0iTTIwIDE2djFhMiAyIDAgMCAxLTIgMmgtMmEyIDIgMCAwIDEtMi0ydi0xIiAvPgogIDxwYXRoIGQ9Ik0xNCA4VjdjMC0xLjEuOS0yIDItMmgyYTIgMiAwIDAgMSAyIDJ2MSIgLz4KPC9zdmc+Cg==) - https://lucide.dev/icons/align-center-horizontal
* @see https://lucide.dev/guide/packages/lucide-svelte - Documentation
*/
declare const AlignCenterHorizontal: import("svelte").Component<import("../types.js").LucideProps, {}, "">;
type AlignCenterHorizontal = ReturnType<typeof AlignCenterHorizontal>;
export default AlignCenterHorizontal;

View File

@@ -0,0 +1,8 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export { default } from "./align-center-vertical.svelte";

View File

@@ -0,0 +1,8 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export { default } from "./align-center-vertical.svelte";

View File

@@ -0,0 +1,23 @@
<!--
@lucide/svelte v1.28.0 - ISC
This source code is licensed under the ISC license.
See the LICENSE file in the root directory of this source tree.
-->
<script lang="ts">import Icon from '../Icon.svelte';
let props = $props();
const iconNode = [["path", { "d": "M12 2v20" }], ["path", { "d": "M8 10H4a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h4" }], ["path", { "d": "M16 10h4a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-4" }], ["path", { "d": "M8 20H7a2 2 0 0 1-2-2v-2c0-1.1.9-2 2-2h1" }], ["path", { "d": "M16 14h1a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-1" }]];
</script>
<!--
@component
Lucide SVG icon component, renders SVG Element with children.
@preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8cGF0aCBkPSJNMTIgMnYyMCIgLz4KICA8cGF0aCBkPSJNOCAxMEg0YTIgMiAwIDAgMS0yLTJWNmMwLTEuMS45LTIgMi0yaDQiIC8+CiAgPHBhdGggZD0iTTE2IDEwaDRhMiAyIDAgMCAwIDItMlY2YTIgMiAwIDAgMC0yLTJoLTQiIC8+CiAgPHBhdGggZD0iTTggMjBIN2EyIDIgMCAwIDEtMi0ydi0yYzAtMS4xLjktMiAyLTJoMSIgLz4KICA8cGF0aCBkPSJNMTYgMTRoMWEyIDIgMCAwIDEgMiAydjJhMiAyIDAgMCAxLTIgMmgtMSIgLz4KPC9zdmc+Cg==) - https://lucide.dev/icons/align-center-vertical
@see https://lucide.dev/guide/packages/lucide-svelte - Documentation
-->
<Icon name="align-center-vertical" {...props} iconNode={iconNode} />

View File

@@ -0,0 +1,16 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
/**
* Lucide SVG icon component, renders SVG Element with children.
*
* @preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8cGF0aCBkPSJNMTIgMnYyMCIgLz4KICA8cGF0aCBkPSJNOCAxMEg0YTIgMiAwIDAgMS0yLTJWNmMwLTEuMS45LTIgMi0yaDQiIC8+CiAgPHBhdGggZD0iTTE2IDEwaDRhMiAyIDAgMCAwIDItMlY2YTIgMiAwIDAgMC0yLTJoLTQiIC8+CiAgPHBhdGggZD0iTTggMjBIN2EyIDIgMCAwIDEtMi0ydi0yYzAtMS4xLjktMiAyLTJoMSIgLz4KICA8cGF0aCBkPSJNMTYgMTRoMWEyIDIgMCAwIDEgMiAydjJhMiAyIDAgMCAxLTIgMmgtMSIgLz4KPC9zdmc+Cg==) - https://lucide.dev/icons/align-center-vertical
* @see https://lucide.dev/guide/packages/lucide-svelte - Documentation
*/
declare const AlignCenterVertical: import("svelte").Component<import("../types.js").LucideProps, {}, "">;
type AlignCenterVertical = ReturnType<typeof AlignCenterVertical>;
export default AlignCenterVertical;

View File

@@ -0,0 +1,8 @@
/**
* @file
* @license @lucide/svelte v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export { default } from "./text-align-center.svelte";

Some files were not shown because too many files have changed in this diff Show More