feat: Phase 1 — extract the client (web SPA + desktop) to dtoro/oikos-web
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:
1
web/node_modules/@lucide/svelte/dist/icons/.gitkeep
generated
vendored
Normal file
1
web/node_modules/@lucide/svelte/dist/icons/.gitkeep
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
Folder for generated icons
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/a-arrow-down.d.ts
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/a-arrow-down.d.ts
generated
vendored
Normal 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";
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/a-arrow-down.js
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/a-arrow-down.js
generated
vendored
Normal 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";
|
||||
23
web/node_modules/@lucide/svelte/dist/icons/a-arrow-down.svelte
generated
vendored
Normal file
23
web/node_modules/@lucide/svelte/dist/icons/a-arrow-down.svelte
generated
vendored
Normal 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  - https://lucide.dev/icons/a-arrow-down
|
||||
@see https://lucide.dev/guide/packages/lucide-svelte - Documentation
|
||||
-->
|
||||
|
||||
<Icon name="a-arrow-down" {...props} iconNode={iconNode} />
|
||||
16
web/node_modules/@lucide/svelte/dist/icons/a-arrow-down.svelte.d.ts
generated
vendored
Normal file
16
web/node_modules/@lucide/svelte/dist/icons/a-arrow-down.svelte.d.ts
generated
vendored
Normal 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  - 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;
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/a-arrow-up.d.ts
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/a-arrow-up.d.ts
generated
vendored
Normal 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";
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/a-arrow-up.js
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/a-arrow-up.js
generated
vendored
Normal 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";
|
||||
23
web/node_modules/@lucide/svelte/dist/icons/a-arrow-up.svelte
generated
vendored
Normal file
23
web/node_modules/@lucide/svelte/dist/icons/a-arrow-up.svelte
generated
vendored
Normal 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  - https://lucide.dev/icons/a-arrow-up
|
||||
@see https://lucide.dev/guide/packages/lucide-svelte - Documentation
|
||||
-->
|
||||
|
||||
<Icon name="a-arrow-up" {...props} iconNode={iconNode} />
|
||||
16
web/node_modules/@lucide/svelte/dist/icons/a-arrow-up.svelte.d.ts
generated
vendored
Normal file
16
web/node_modules/@lucide/svelte/dist/icons/a-arrow-up.svelte.d.ts
generated
vendored
Normal 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  - 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;
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/a-large-small.d.ts
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/a-large-small.d.ts
generated
vendored
Normal 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";
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/a-large-small.js
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/a-large-small.js
generated
vendored
Normal 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";
|
||||
23
web/node_modules/@lucide/svelte/dist/icons/a-large-small.svelte
generated
vendored
Normal file
23
web/node_modules/@lucide/svelte/dist/icons/a-large-small.svelte
generated
vendored
Normal 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  - https://lucide.dev/icons/a-large-small
|
||||
@see https://lucide.dev/guide/packages/lucide-svelte - Documentation
|
||||
-->
|
||||
|
||||
<Icon name="a-large-small" {...props} iconNode={iconNode} />
|
||||
16
web/node_modules/@lucide/svelte/dist/icons/a-large-small.svelte.d.ts
generated
vendored
Normal file
16
web/node_modules/@lucide/svelte/dist/icons/a-large-small.svelte.d.ts
generated
vendored
Normal 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  - 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;
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/accessibility.d.ts
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/accessibility.d.ts
generated
vendored
Normal 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";
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/accessibility.js
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/accessibility.js
generated
vendored
Normal 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";
|
||||
23
web/node_modules/@lucide/svelte/dist/icons/accessibility.svelte
generated
vendored
Normal file
23
web/node_modules/@lucide/svelte/dist/icons/accessibility.svelte
generated
vendored
Normal 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  - https://lucide.dev/icons/accessibility
|
||||
@see https://lucide.dev/guide/packages/lucide-svelte - Documentation
|
||||
-->
|
||||
|
||||
<Icon name="accessibility" {...props} iconNode={iconNode} />
|
||||
16
web/node_modules/@lucide/svelte/dist/icons/accessibility.svelte.d.ts
generated
vendored
Normal file
16
web/node_modules/@lucide/svelte/dist/icons/accessibility.svelte.d.ts
generated
vendored
Normal 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  - 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;
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/activity-square.d.ts
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/activity-square.d.ts
generated
vendored
Normal 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";
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/activity-square.js
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/activity-square.js
generated
vendored
Normal 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";
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/activity.d.ts
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/activity.d.ts
generated
vendored
Normal 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";
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/activity.js
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/activity.js
generated
vendored
Normal 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";
|
||||
23
web/node_modules/@lucide/svelte/dist/icons/activity.svelte
generated
vendored
Normal file
23
web/node_modules/@lucide/svelte/dist/icons/activity.svelte
generated
vendored
Normal 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  - https://lucide.dev/icons/activity
|
||||
@see https://lucide.dev/guide/packages/lucide-svelte - Documentation
|
||||
-->
|
||||
|
||||
<Icon name="activity" {...props} iconNode={iconNode} />
|
||||
16
web/node_modules/@lucide/svelte/dist/icons/activity.svelte.d.ts
generated
vendored
Normal file
16
web/node_modules/@lucide/svelte/dist/icons/activity.svelte.d.ts
generated
vendored
Normal 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  - 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
8
web/node_modules/@lucide/svelte/dist/icons/ad.d.ts
generated
vendored
Normal 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
8
web/node_modules/@lucide/svelte/dist/icons/ad.js
generated
vendored
Normal 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
23
web/node_modules/@lucide/svelte/dist/icons/ad.svelte
generated
vendored
Normal 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  - https://lucide.dev/icons/ad
|
||||
@see https://lucide.dev/guide/packages/lucide-svelte - Documentation
|
||||
-->
|
||||
|
||||
<Icon name="ad" {...props} iconNode={iconNode} />
|
||||
16
web/node_modules/@lucide/svelte/dist/icons/ad.svelte.d.ts
generated
vendored
Normal file
16
web/node_modules/@lucide/svelte/dist/icons/ad.svelte.d.ts
generated
vendored
Normal 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  - 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;
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/air-vent.d.ts
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/air-vent.d.ts
generated
vendored
Normal 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";
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/air-vent.js
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/air-vent.js
generated
vendored
Normal 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";
|
||||
23
web/node_modules/@lucide/svelte/dist/icons/air-vent.svelte
generated
vendored
Normal file
23
web/node_modules/@lucide/svelte/dist/icons/air-vent.svelte
generated
vendored
Normal 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  - https://lucide.dev/icons/air-vent
|
||||
@see https://lucide.dev/guide/packages/lucide-svelte - Documentation
|
||||
-->
|
||||
|
||||
<Icon name="air-vent" {...props} iconNode={iconNode} />
|
||||
16
web/node_modules/@lucide/svelte/dist/icons/air-vent.svelte.d.ts
generated
vendored
Normal file
16
web/node_modules/@lucide/svelte/dist/icons/air-vent.svelte.d.ts
generated
vendored
Normal 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  - 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;
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/airplay.d.ts
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/airplay.d.ts
generated
vendored
Normal 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";
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/airplay.js
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/airplay.js
generated
vendored
Normal 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";
|
||||
23
web/node_modules/@lucide/svelte/dist/icons/airplay.svelte
generated
vendored
Normal file
23
web/node_modules/@lucide/svelte/dist/icons/airplay.svelte
generated
vendored
Normal 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  - https://lucide.dev/icons/airplay
|
||||
@see https://lucide.dev/guide/packages/lucide-svelte - Documentation
|
||||
-->
|
||||
|
||||
<Icon name="airplay" {...props} iconNode={iconNode} />
|
||||
16
web/node_modules/@lucide/svelte/dist/icons/airplay.svelte.d.ts
generated
vendored
Normal file
16
web/node_modules/@lucide/svelte/dist/icons/airplay.svelte.d.ts
generated
vendored
Normal 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  - 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;
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/alarm-check.d.ts
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/alarm-check.d.ts
generated
vendored
Normal 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";
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/alarm-check.js
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/alarm-check.js
generated
vendored
Normal 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";
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/alarm-clock-check.d.ts
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/alarm-clock-check.d.ts
generated
vendored
Normal 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";
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/alarm-clock-check.js
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/alarm-clock-check.js
generated
vendored
Normal 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";
|
||||
23
web/node_modules/@lucide/svelte/dist/icons/alarm-clock-check.svelte
generated
vendored
Normal file
23
web/node_modules/@lucide/svelte/dist/icons/alarm-clock-check.svelte
generated
vendored
Normal 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  - https://lucide.dev/icons/alarm-clock-check
|
||||
@see https://lucide.dev/guide/packages/lucide-svelte - Documentation
|
||||
-->
|
||||
|
||||
<Icon name="alarm-clock-check" {...props} iconNode={iconNode} />
|
||||
16
web/node_modules/@lucide/svelte/dist/icons/alarm-clock-check.svelte.d.ts
generated
vendored
Normal file
16
web/node_modules/@lucide/svelte/dist/icons/alarm-clock-check.svelte.d.ts
generated
vendored
Normal 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  - 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;
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/alarm-clock-minus.d.ts
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/alarm-clock-minus.d.ts
generated
vendored
Normal 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";
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/alarm-clock-minus.js
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/alarm-clock-minus.js
generated
vendored
Normal 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";
|
||||
23
web/node_modules/@lucide/svelte/dist/icons/alarm-clock-minus.svelte
generated
vendored
Normal file
23
web/node_modules/@lucide/svelte/dist/icons/alarm-clock-minus.svelte
generated
vendored
Normal 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  - https://lucide.dev/icons/alarm-clock-minus
|
||||
@see https://lucide.dev/guide/packages/lucide-svelte - Documentation
|
||||
-->
|
||||
|
||||
<Icon name="alarm-clock-minus" {...props} iconNode={iconNode} />
|
||||
16
web/node_modules/@lucide/svelte/dist/icons/alarm-clock-minus.svelte.d.ts
generated
vendored
Normal file
16
web/node_modules/@lucide/svelte/dist/icons/alarm-clock-minus.svelte.d.ts
generated
vendored
Normal 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  - 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;
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/alarm-clock-off.d.ts
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/alarm-clock-off.d.ts
generated
vendored
Normal 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";
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/alarm-clock-off.js
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/alarm-clock-off.js
generated
vendored
Normal 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";
|
||||
23
web/node_modules/@lucide/svelte/dist/icons/alarm-clock-off.svelte
generated
vendored
Normal file
23
web/node_modules/@lucide/svelte/dist/icons/alarm-clock-off.svelte
generated
vendored
Normal 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  - https://lucide.dev/icons/alarm-clock-off
|
||||
@see https://lucide.dev/guide/packages/lucide-svelte - Documentation
|
||||
-->
|
||||
|
||||
<Icon name="alarm-clock-off" {...props} iconNode={iconNode} />
|
||||
16
web/node_modules/@lucide/svelte/dist/icons/alarm-clock-off.svelte.d.ts
generated
vendored
Normal file
16
web/node_modules/@lucide/svelte/dist/icons/alarm-clock-off.svelte.d.ts
generated
vendored
Normal 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  - 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;
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/alarm-clock-plus.d.ts
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/alarm-clock-plus.d.ts
generated
vendored
Normal 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";
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/alarm-clock-plus.js
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/alarm-clock-plus.js
generated
vendored
Normal 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";
|
||||
23
web/node_modules/@lucide/svelte/dist/icons/alarm-clock-plus.svelte
generated
vendored
Normal file
23
web/node_modules/@lucide/svelte/dist/icons/alarm-clock-plus.svelte
generated
vendored
Normal 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  - https://lucide.dev/icons/alarm-clock-plus
|
||||
@see https://lucide.dev/guide/packages/lucide-svelte - Documentation
|
||||
-->
|
||||
|
||||
<Icon name="alarm-clock-plus" {...props} iconNode={iconNode} />
|
||||
16
web/node_modules/@lucide/svelte/dist/icons/alarm-clock-plus.svelte.d.ts
generated
vendored
Normal file
16
web/node_modules/@lucide/svelte/dist/icons/alarm-clock-plus.svelte.d.ts
generated
vendored
Normal 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  - 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;
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/alarm-clock.d.ts
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/alarm-clock.d.ts
generated
vendored
Normal 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";
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/alarm-clock.js
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/alarm-clock.js
generated
vendored
Normal 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";
|
||||
23
web/node_modules/@lucide/svelte/dist/icons/alarm-clock.svelte
generated
vendored
Normal file
23
web/node_modules/@lucide/svelte/dist/icons/alarm-clock.svelte
generated
vendored
Normal 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  - https://lucide.dev/icons/alarm-clock
|
||||
@see https://lucide.dev/guide/packages/lucide-svelte - Documentation
|
||||
-->
|
||||
|
||||
<Icon name="alarm-clock" {...props} iconNode={iconNode} />
|
||||
16
web/node_modules/@lucide/svelte/dist/icons/alarm-clock.svelte.d.ts
generated
vendored
Normal file
16
web/node_modules/@lucide/svelte/dist/icons/alarm-clock.svelte.d.ts
generated
vendored
Normal 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  - 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;
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/alarm-minus.d.ts
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/alarm-minus.d.ts
generated
vendored
Normal 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";
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/alarm-minus.js
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/alarm-minus.js
generated
vendored
Normal 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";
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/alarm-plus.d.ts
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/alarm-plus.d.ts
generated
vendored
Normal 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";
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/alarm-plus.js
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/alarm-plus.js
generated
vendored
Normal 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";
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/alarm-smoke.d.ts
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/alarm-smoke.d.ts
generated
vendored
Normal 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";
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/alarm-smoke.js
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/alarm-smoke.js
generated
vendored
Normal 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";
|
||||
23
web/node_modules/@lucide/svelte/dist/icons/alarm-smoke.svelte
generated
vendored
Normal file
23
web/node_modules/@lucide/svelte/dist/icons/alarm-smoke.svelte
generated
vendored
Normal 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  - https://lucide.dev/icons/alarm-smoke
|
||||
@see https://lucide.dev/guide/packages/lucide-svelte - Documentation
|
||||
-->
|
||||
|
||||
<Icon name="alarm-smoke" {...props} iconNode={iconNode} />
|
||||
16
web/node_modules/@lucide/svelte/dist/icons/alarm-smoke.svelte.d.ts
generated
vendored
Normal file
16
web/node_modules/@lucide/svelte/dist/icons/alarm-smoke.svelte.d.ts
generated
vendored
Normal 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  - 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;
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/album.d.ts
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/album.d.ts
generated
vendored
Normal 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
8
web/node_modules/@lucide/svelte/dist/icons/album.js
generated
vendored
Normal 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";
|
||||
23
web/node_modules/@lucide/svelte/dist/icons/album.svelte
generated
vendored
Normal file
23
web/node_modules/@lucide/svelte/dist/icons/album.svelte
generated
vendored
Normal 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  - https://lucide.dev/icons/album
|
||||
@see https://lucide.dev/guide/packages/lucide-svelte - Documentation
|
||||
-->
|
||||
|
||||
<Icon name="album" {...props} iconNode={iconNode} />
|
||||
16
web/node_modules/@lucide/svelte/dist/icons/album.svelte.d.ts
generated
vendored
Normal file
16
web/node_modules/@lucide/svelte/dist/icons/album.svelte.d.ts
generated
vendored
Normal 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  - 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;
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/alert-circle.d.ts
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/alert-circle.d.ts
generated
vendored
Normal 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";
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/alert-circle.js
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/alert-circle.js
generated
vendored
Normal 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";
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/alert-octagon.d.ts
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/alert-octagon.d.ts
generated
vendored
Normal 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";
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/alert-octagon.js
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/alert-octagon.js
generated
vendored
Normal 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";
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/alert-triangle.d.ts
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/alert-triangle.d.ts
generated
vendored
Normal 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";
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/alert-triangle.js
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/alert-triangle.js
generated
vendored
Normal 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";
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/align-center-horizontal.d.ts
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/align-center-horizontal.d.ts
generated
vendored
Normal 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";
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/align-center-horizontal.js
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/align-center-horizontal.js
generated
vendored
Normal 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";
|
||||
23
web/node_modules/@lucide/svelte/dist/icons/align-center-horizontal.svelte
generated
vendored
Normal file
23
web/node_modules/@lucide/svelte/dist/icons/align-center-horizontal.svelte
generated
vendored
Normal 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  - https://lucide.dev/icons/align-center-horizontal
|
||||
@see https://lucide.dev/guide/packages/lucide-svelte - Documentation
|
||||
-->
|
||||
|
||||
<Icon name="align-center-horizontal" {...props} iconNode={iconNode} />
|
||||
16
web/node_modules/@lucide/svelte/dist/icons/align-center-horizontal.svelte.d.ts
generated
vendored
Normal file
16
web/node_modules/@lucide/svelte/dist/icons/align-center-horizontal.svelte.d.ts
generated
vendored
Normal 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  - 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;
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/align-center-vertical.d.ts
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/align-center-vertical.d.ts
generated
vendored
Normal 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";
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/align-center-vertical.js
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/align-center-vertical.js
generated
vendored
Normal 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";
|
||||
23
web/node_modules/@lucide/svelte/dist/icons/align-center-vertical.svelte
generated
vendored
Normal file
23
web/node_modules/@lucide/svelte/dist/icons/align-center-vertical.svelte
generated
vendored
Normal 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  - https://lucide.dev/icons/align-center-vertical
|
||||
@see https://lucide.dev/guide/packages/lucide-svelte - Documentation
|
||||
-->
|
||||
|
||||
<Icon name="align-center-vertical" {...props} iconNode={iconNode} />
|
||||
16
web/node_modules/@lucide/svelte/dist/icons/align-center-vertical.svelte.d.ts
generated
vendored
Normal file
16
web/node_modules/@lucide/svelte/dist/icons/align-center-vertical.svelte.d.ts
generated
vendored
Normal 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  - 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;
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/align-center.d.ts
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/align-center.d.ts
generated
vendored
Normal 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";
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/align-center.js
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/align-center.js
generated
vendored
Normal 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";
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/align-end-horizontal.d.ts
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/align-end-horizontal.d.ts
generated
vendored
Normal 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-end-horizontal.svelte";
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/align-end-horizontal.js
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/align-end-horizontal.js
generated
vendored
Normal 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-end-horizontal.svelte";
|
||||
23
web/node_modules/@lucide/svelte/dist/icons/align-end-horizontal.svelte
generated
vendored
Normal file
23
web/node_modules/@lucide/svelte/dist/icons/align-end-horizontal.svelte
generated
vendored
Normal 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": "6", "height": "16", "x": "4", "y": "2", "rx": "2" }], ["rect", { "width": "6", "height": "9", "x": "14", "y": "9", "rx": "2" }], ["path", { "d": "M22 22H2" }]];
|
||||
</script>
|
||||
|
||||
<!--
|
||||
@component
|
||||
|
||||
Lucide SVG icon component, renders SVG Element with children.
|
||||
|
||||
@preview  - https://lucide.dev/icons/align-end-horizontal
|
||||
@see https://lucide.dev/guide/packages/lucide-svelte - Documentation
|
||||
-->
|
||||
|
||||
<Icon name="align-end-horizontal" {...props} iconNode={iconNode} />
|
||||
16
web/node_modules/@lucide/svelte/dist/icons/align-end-horizontal.svelte.d.ts
generated
vendored
Normal file
16
web/node_modules/@lucide/svelte/dist/icons/align-end-horizontal.svelte.d.ts
generated
vendored
Normal 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  - https://lucide.dev/icons/align-end-horizontal
|
||||
* @see https://lucide.dev/guide/packages/lucide-svelte - Documentation
|
||||
*/
|
||||
declare const AlignEndHorizontal: import("svelte").Component<import("../types.js").LucideProps, {}, "">;
|
||||
type AlignEndHorizontal = ReturnType<typeof AlignEndHorizontal>;
|
||||
export default AlignEndHorizontal;
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/align-end-vertical.d.ts
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/align-end-vertical.d.ts
generated
vendored
Normal 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-end-vertical.svelte";
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/align-end-vertical.js
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/align-end-vertical.js
generated
vendored
Normal 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-end-vertical.svelte";
|
||||
23
web/node_modules/@lucide/svelte/dist/icons/align-end-vertical.svelte
generated
vendored
Normal file
23
web/node_modules/@lucide/svelte/dist/icons/align-end-vertical.svelte
generated
vendored
Normal 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": "16", "height": "6", "x": "2", "y": "4", "rx": "2" }], ["rect", { "width": "9", "height": "6", "x": "9", "y": "14", "rx": "2" }], ["path", { "d": "M22 22V2" }]];
|
||||
</script>
|
||||
|
||||
<!--
|
||||
@component
|
||||
|
||||
Lucide SVG icon component, renders SVG Element with children.
|
||||
|
||||
@preview  - https://lucide.dev/icons/align-end-vertical
|
||||
@see https://lucide.dev/guide/packages/lucide-svelte - Documentation
|
||||
-->
|
||||
|
||||
<Icon name="align-end-vertical" {...props} iconNode={iconNode} />
|
||||
16
web/node_modules/@lucide/svelte/dist/icons/align-end-vertical.svelte.d.ts
generated
vendored
Normal file
16
web/node_modules/@lucide/svelte/dist/icons/align-end-vertical.svelte.d.ts
generated
vendored
Normal 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  - https://lucide.dev/icons/align-end-vertical
|
||||
* @see https://lucide.dev/guide/packages/lucide-svelte - Documentation
|
||||
*/
|
||||
declare const AlignEndVertical: import("svelte").Component<import("../types.js").LucideProps, {}, "">;
|
||||
type AlignEndVertical = ReturnType<typeof AlignEndVertical>;
|
||||
export default AlignEndVertical;
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/align-horizontal-distribute-center.d.ts
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/align-horizontal-distribute-center.d.ts
generated
vendored
Normal 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-horizontal-distribute-center.svelte";
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/align-horizontal-distribute-center.js
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/align-horizontal-distribute-center.js
generated
vendored
Normal 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-horizontal-distribute-center.svelte";
|
||||
23
web/node_modules/@lucide/svelte/dist/icons/align-horizontal-distribute-center.svelte
generated
vendored
Normal file
23
web/node_modules/@lucide/svelte/dist/icons/align-horizontal-distribute-center.svelte
generated
vendored
Normal 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": "6", "height": "14", "x": "4", "y": "5", "rx": "2" }], ["rect", { "width": "6", "height": "10", "x": "14", "y": "7", "rx": "2" }], ["path", { "d": "M17 22v-5" }], ["path", { "d": "M17 7V2" }], ["path", { "d": "M7 22v-3" }], ["path", { "d": "M7 5V2" }]];
|
||||
</script>
|
||||
|
||||
<!--
|
||||
@component
|
||||
|
||||
Lucide SVG icon component, renders SVG Element with children.
|
||||
|
||||
@preview  - https://lucide.dev/icons/align-horizontal-distribute-center
|
||||
@see https://lucide.dev/guide/packages/lucide-svelte - Documentation
|
||||
-->
|
||||
|
||||
<Icon name="align-horizontal-distribute-center" {...props} iconNode={iconNode} />
|
||||
16
web/node_modules/@lucide/svelte/dist/icons/align-horizontal-distribute-center.svelte.d.ts
generated
vendored
Normal file
16
web/node_modules/@lucide/svelte/dist/icons/align-horizontal-distribute-center.svelte.d.ts
generated
vendored
Normal 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  - https://lucide.dev/icons/align-horizontal-distribute-center
|
||||
* @see https://lucide.dev/guide/packages/lucide-svelte - Documentation
|
||||
*/
|
||||
declare const AlignHorizontalDistributeCenter: import("svelte").Component<import("../types.js").LucideProps, {}, "">;
|
||||
type AlignHorizontalDistributeCenter = ReturnType<typeof AlignHorizontalDistributeCenter>;
|
||||
export default AlignHorizontalDistributeCenter;
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/align-horizontal-distribute-end.d.ts
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/align-horizontal-distribute-end.d.ts
generated
vendored
Normal 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-horizontal-distribute-end.svelte";
|
||||
8
web/node_modules/@lucide/svelte/dist/icons/align-horizontal-distribute-end.js
generated
vendored
Normal file
8
web/node_modules/@lucide/svelte/dist/icons/align-horizontal-distribute-end.js
generated
vendored
Normal 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-horizontal-distribute-end.svelte";
|
||||
23
web/node_modules/@lucide/svelte/dist/icons/align-horizontal-distribute-end.svelte
generated
vendored
Normal file
23
web/node_modules/@lucide/svelte/dist/icons/align-horizontal-distribute-end.svelte
generated
vendored
Normal 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": "6", "height": "14", "x": "4", "y": "5", "rx": "2" }], ["rect", { "width": "6", "height": "10", "x": "14", "y": "7", "rx": "2" }], ["path", { "d": "M10 2v20" }], ["path", { "d": "M20 2v20" }]];
|
||||
</script>
|
||||
|
||||
<!--
|
||||
@component
|
||||
|
||||
Lucide SVG icon component, renders SVG Element with children.
|
||||
|
||||
@preview  - https://lucide.dev/icons/align-horizontal-distribute-end
|
||||
@see https://lucide.dev/guide/packages/lucide-svelte - Documentation
|
||||
-->
|
||||
|
||||
<Icon name="align-horizontal-distribute-end" {...props} iconNode={iconNode} />
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user