@tabler/icons-svelte 3.38.0 → 3.40.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/icons/ai-agent.svelte +6 -0
- package/dist/icons/ai-agent.svelte.d.ts +17 -0
- package/dist/icons/ai-agents.svelte +6 -0
- package/dist/icons/ai-agents.svelte.d.ts +17 -0
- package/dist/icons/ai-gateway.svelte +6 -0
- package/dist/icons/ai-gateway.svelte.d.ts +17 -0
- package/dist/icons/api-book.svelte +6 -0
- package/dist/icons/api-book.svelte.d.ts +17 -0
- package/dist/icons/bot-id.svelte +6 -0
- package/dist/icons/bot-id.svelte.d.ts +17 -0
- package/dist/icons/brand-infakt.svelte +6 -0
- package/dist/icons/brand-infakt.svelte.d.ts +17 -0
- package/dist/icons/canary.svelte +6 -0
- package/dist/icons/canary.svelte.d.ts +17 -0
- package/dist/icons/circle-open-arrow-down.svelte +6 -0
- package/dist/icons/circle-open-arrow-down.svelte.d.ts +17 -0
- package/dist/icons/circle-open-arrow-left.svelte +6 -0
- package/dist/icons/circle-open-arrow-left.svelte.d.ts +17 -0
- package/dist/icons/circle-open-arrow-right.svelte +6 -0
- package/dist/icons/circle-open-arrow-right.svelte.d.ts +17 -0
- package/dist/icons/circle-open-arrow-up.svelte +6 -0
- package/dist/icons/circle-open-arrow-up.svelte.d.ts +17 -0
- package/dist/icons/circle-plus-minus.svelte +6 -0
- package/dist/icons/circle-plus-minus.svelte.d.ts +17 -0
- package/dist/icons/codeblock.svelte +6 -0
- package/dist/icons/codeblock.svelte.d.ts +17 -0
- package/dist/icons/connection.svelte +6 -0
- package/dist/icons/connection.svelte.d.ts +17 -0
- package/dist/icons/credits.svelte +6 -0
- package/dist/icons/credits.svelte.d.ts +17 -0
- package/dist/icons/firewall-check.svelte +6 -0
- package/dist/icons/firewall-check.svelte.d.ts +17 -0
- package/dist/icons/firewall-flame.svelte +6 -0
- package/dist/icons/firewall-flame.svelte.d.ts +17 -0
- package/dist/icons/home-lock.svelte +6 -0
- package/dist/icons/home-lock.svelte.d.ts +17 -0
- package/dist/icons/home-shield.svelte +1 -1
- package/dist/icons/image-generation.svelte +6 -0
- package/dist/icons/image-generation.svelte.d.ts +17 -0
- package/dist/icons/index.d.ts +36 -0
- package/dist/icons/index.js +36 -0
- package/dist/icons/map-lock.svelte +6 -0
- package/dist/icons/map-lock.svelte.d.ts +17 -0
- package/dist/icons/map-shield.svelte +6 -0
- package/dist/icons/map-shield.svelte.d.ts +17 -0
- package/dist/icons/mesh.svelte +6 -0
- package/dist/icons/mesh.svelte.d.ts +17 -0
- package/dist/icons/microfrontends.svelte +6 -0
- package/dist/icons/microfrontends.svelte.d.ts +17 -0
- package/dist/icons/middleware.svelte +6 -0
- package/dist/icons/middleware.svelte.d.ts +17 -0
- package/dist/icons/queue-pop-in.svelte +6 -0
- package/dist/icons/queue-pop-in.svelte.d.ts +17 -0
- package/dist/icons/queue-pop-out.svelte +6 -0
- package/dist/icons/queue-pop-out.svelte.d.ts +17 -0
- package/dist/icons/scan-traces.svelte +6 -0
- package/dist/icons/scan-traces.svelte.d.ts +17 -0
- package/dist/icons/serverless.svelte +6 -0
- package/dist/icons/serverless.svelte.d.ts +17 -0
- package/dist/icons/sort-ascending-2.svelte +1 -1
- package/dist/icons/sort-descending-2.svelte +1 -1
- package/dist/icons/stroke-curved.svelte +6 -0
- package/dist/icons/stroke-curved.svelte.d.ts +17 -0
- package/dist/icons/stroke-dynamic.svelte +6 -0
- package/dist/icons/stroke-dynamic.svelte.d.ts +17 -0
- package/dist/icons/stroke-straight.svelte +6 -0
- package/dist/icons/stroke-straight.svelte.d.ts +17 -0
- package/dist/icons/trending-up-down.svelte +6 -0
- package/dist/icons/trending-up-down.svelte.d.ts +17 -0
- package/dist/icons/user-key.svelte +6 -0
- package/dist/icons/user-key.svelte.d.ts +17 -0
- package/dist/icons/vip-2.svelte +6 -0
- package/dist/icons/vip-2.svelte.d.ts +17 -0
- package/dist/icons/world-map.svelte +6 -0
- package/dist/icons/world-map.svelte.d.ts +17 -0
- package/dist/icons/zero-config.svelte +6 -0
- package/dist/icons/zero-config.svelte.d.ts +17 -0
- package/dist/icons-list.js +36 -0
- package/package.json +3 -3
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M11 14a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" }], ["path", { "d": "M6 14a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" }], ["path", { "d": "M16 14a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" }], ["path", { "d": "M11 5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" }], ["path", { "d": "M13.5 9.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" }], ["path", { "d": "M8.5 9.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" }], ["path", { "d": "M13.5 18.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" }], ["path", { "d": "M8.5 18.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" }], ["path", { "d": "M3.5 18.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" }], ["path", { "d": "M18.5 18.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="ai-agent" {...$$props} iconNode={iconNode}>
|
|
5
|
+
<slot/>
|
|
6
|
+
</Icon>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
import type { IconProps } from '../types.js';
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: IconProps;
|
|
5
|
+
events: {
|
|
6
|
+
[evt: string]: CustomEvent<any>;
|
|
7
|
+
};
|
|
8
|
+
slots: {
|
|
9
|
+
default: {};
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export type AiAgentProps = typeof __propDef.props;
|
|
13
|
+
export type AiAgentEvents = typeof __propDef.events;
|
|
14
|
+
export type AiAgentSlots = typeof __propDef.slots;
|
|
15
|
+
export default class AiAgent extends SvelteComponentTyped<AiAgentProps, AiAgentEvents, AiAgentSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M17 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" }], ["path", { "d": "M3 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" }], ["path", { "d": "M10 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" }], ["path", { "d": "M6 5a1 1 0 1 0 -2 0a1 1 0 0 0 2 0" }], ["path", { "d": "M18 5a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" }], ["path", { "d": "M4 12a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" }], ["path", { "d": "M11 12a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" }], ["path", { "d": "M18 12a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" }], ["path", { "d": "M11 19a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="ai-agents" {...$$props} iconNode={iconNode}>
|
|
5
|
+
<slot/>
|
|
6
|
+
</Icon>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
import type { IconProps } from '../types.js';
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: IconProps;
|
|
5
|
+
events: {
|
|
6
|
+
[evt: string]: CustomEvent<any>;
|
|
7
|
+
};
|
|
8
|
+
slots: {
|
|
9
|
+
default: {};
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export type AiAgentsProps = typeof __propDef.props;
|
|
13
|
+
export type AiAgentsEvents = typeof __propDef.events;
|
|
14
|
+
export type AiAgentsSlots = typeof __propDef.slots;
|
|
15
|
+
export default class AiAgents extends SvelteComponentTyped<AiAgentsProps, AiAgentsEvents, AiAgentsSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M4 6.5a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0" }], ["path", { "d": "M15 6.5a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0" }], ["path", { "d": "M15 17.5a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0" }], ["path", { "d": "M4 17.5a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0" }], ["path", { "d": "M8.5 15.5l7 -7" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="ai-gateway" {...$$props} iconNode={iconNode}>
|
|
5
|
+
<slot/>
|
|
6
|
+
</Icon>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
import type { IconProps } from '../types.js';
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: IconProps;
|
|
5
|
+
events: {
|
|
6
|
+
[evt: string]: CustomEvent<any>;
|
|
7
|
+
};
|
|
8
|
+
slots: {
|
|
9
|
+
default: {};
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export type AiGatewayProps = typeof __propDef.props;
|
|
13
|
+
export type AiGatewayEvents = typeof __propDef.events;
|
|
14
|
+
export type AiGatewaySlots = typeof __propDef.slots;
|
|
15
|
+
export default class AiGateway extends SvelteComponentTyped<AiGatewayProps, AiGatewayEvents, AiGatewaySlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M3 19a9 9 0 0 1 9 0a9 9 0 0 1 1.006 -.5" }], ["path", { "d": "M3 6a9 9 0 0 1 9 0a9 9 0 0 1 9 0" }], ["path", { "d": "M3 6v13" }], ["path", { "d": "M12 6v13" }], ["path", { "d": "M21 6v6" }], ["path", { "d": "M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" }], ["path", { "d": "M19.001 15.5v1.5" }], ["path", { "d": "M19.001 21v1.5" }], ["path", { "d": "M22.032 17.25l-1.299 .75" }], ["path", { "d": "M17.27 20l-1.3 .75" }], ["path", { "d": "M15.97 17.25l1.3 .75" }], ["path", { "d": "M20.733 20l1.3 .75" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="api-book" {...$$props} iconNode={iconNode}>
|
|
5
|
+
<slot/>
|
|
6
|
+
</Icon>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
import type { IconProps } from '../types.js';
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: IconProps;
|
|
5
|
+
events: {
|
|
6
|
+
[evt: string]: CustomEvent<any>;
|
|
7
|
+
};
|
|
8
|
+
slots: {
|
|
9
|
+
default: {};
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export type ApiBookProps = typeof __propDef.props;
|
|
13
|
+
export type ApiBookEvents = typeof __propDef.events;
|
|
14
|
+
export type ApiBookSlots = typeof __propDef.slots;
|
|
15
|
+
export default class ApiBook extends SvelteComponentTyped<ApiBookProps, ApiBookEvents, ApiBookSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M7 10.5c0 -.828 .746 -1.5 1.667 -1.5h6.666c.92 0 1.667 .672 1.667 1.5v3c0 .828 -.746 1.5 -1.667 1.5h-6.666c-.92 0 -1.667 -.672 -1.667 -1.5v-3" }], ["path", { "d": "M12 7v2" }], ["path", { "d": "M10 12v.01" }], ["path", { "d": "M14 12v.01" }], ["path", { "d": "M4 8v-2a2 2 0 0 1 2 -2h2" }], ["path", { "d": "M4 16v2a2 2 0 0 0 2 2h2" }], ["path", { "d": "M16 4h2a2 2 0 0 1 2 2v2" }], ["path", { "d": "M16 20h2a2 2 0 0 0 2 -2v-2" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="bot-id" {...$$props} iconNode={iconNode}>
|
|
5
|
+
<slot/>
|
|
6
|
+
</Icon>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
import type { IconProps } from '../types.js';
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: IconProps;
|
|
5
|
+
events: {
|
|
6
|
+
[evt: string]: CustomEvent<any>;
|
|
7
|
+
};
|
|
8
|
+
slots: {
|
|
9
|
+
default: {};
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export type BotIdProps = typeof __propDef.props;
|
|
13
|
+
export type BotIdEvents = typeof __propDef.events;
|
|
14
|
+
export type BotIdSlots = typeof __propDef.slots;
|
|
15
|
+
export default class BotId extends SvelteComponentTyped<BotIdProps, BotIdEvents, BotIdSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M14.936 6.063a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" }], ["path", { "d": "M5.52 5c.002 -.033 -1.69 1.568 1.02 3.733c-1.092 2.015 .853 2.992 .853 2.992c-.972 1.879 1.39 2.805 1.39 2.805c-1 2.39 -2 4.68 -3.555 6.454c1.495 .09 2.04 -.196 2.9 -.844c3.386 -2.552 4.937 -6.471 5.765 -8.62c.385 -1.001 -.323 -2.47 -1.247 -2.964c-2.52 -1.35 -7.178 -3.526 -7.127 -3.555" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="brand-infakt" {...$$props} iconNode={iconNode}>
|
|
5
|
+
<slot/>
|
|
6
|
+
</Icon>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
import type { IconProps } from '../types.js';
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: IconProps;
|
|
5
|
+
events: {
|
|
6
|
+
[evt: string]: CustomEvent<any>;
|
|
7
|
+
};
|
|
8
|
+
slots: {
|
|
9
|
+
default: {};
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export type BrandInfaktProps = typeof __propDef.props;
|
|
13
|
+
export type BrandInfaktEvents = typeof __propDef.events;
|
|
14
|
+
export type BrandInfaktSlots = typeof __propDef.slots;
|
|
15
|
+
export default class BrandInfakt extends SvelteComponentTyped<BrandInfaktProps, BrandInfaktEvents, BrandInfaktSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M12 20v-2" }], ["path", { "d": "M15 8.01v.01" }], ["path", { "d": "M3 17l8 -8v-1a4 4 0 1 1 8 0h2l-2 2v1a7 7 0 0 1 -13.215 3.223" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="canary" {...$$props} iconNode={iconNode}>
|
|
5
|
+
<slot/>
|
|
6
|
+
</Icon>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
import type { IconProps } from '../types.js';
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: IconProps;
|
|
5
|
+
events: {
|
|
6
|
+
[evt: string]: CustomEvent<any>;
|
|
7
|
+
};
|
|
8
|
+
slots: {
|
|
9
|
+
default: {};
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export type CanaryProps = typeof __propDef.props;
|
|
13
|
+
export type CanaryEvents = typeof __propDef.events;
|
|
14
|
+
export type CanarySlots = typeof __propDef.slots;
|
|
15
|
+
export default class Canary extends SvelteComponentTyped<CanaryProps, CanaryEvents, CanarySlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M15.998 3.934a9 9 0 1 1 -3.998 -.934v13" }], ["path", { "d": "M16 12l-4 4l-4 -4" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="circle-open-arrow-down" {...$$props} iconNode={iconNode}>
|
|
5
|
+
<slot/>
|
|
6
|
+
</Icon>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
import type { IconProps } from '../types.js';
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: IconProps;
|
|
5
|
+
events: {
|
|
6
|
+
[evt: string]: CustomEvent<any>;
|
|
7
|
+
};
|
|
8
|
+
slots: {
|
|
9
|
+
default: {};
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export type CircleOpenArrowDownProps = typeof __propDef.props;
|
|
13
|
+
export type CircleOpenArrowDownEvents = typeof __propDef.events;
|
|
14
|
+
export type CircleOpenArrowDownSlots = typeof __propDef.slots;
|
|
15
|
+
export default class CircleOpenArrowDown extends SvelteComponentTyped<CircleOpenArrowDownProps, CircleOpenArrowDownEvents, CircleOpenArrowDownSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M20.066 8.002a9 9 0 1 0 .934 3.998h-13" }], ["path", { "d": "M12 8l-4 4l4 4" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="circle-open-arrow-left" {...$$props} iconNode={iconNode}>
|
|
5
|
+
<slot/>
|
|
6
|
+
</Icon>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
import type { IconProps } from '../types.js';
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: IconProps;
|
|
5
|
+
events: {
|
|
6
|
+
[evt: string]: CustomEvent<any>;
|
|
7
|
+
};
|
|
8
|
+
slots: {
|
|
9
|
+
default: {};
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export type CircleOpenArrowLeftProps = typeof __propDef.props;
|
|
13
|
+
export type CircleOpenArrowLeftEvents = typeof __propDef.events;
|
|
14
|
+
export type CircleOpenArrowLeftSlots = typeof __propDef.slots;
|
|
15
|
+
export default class CircleOpenArrowLeft extends SvelteComponentTyped<CircleOpenArrowLeftProps, CircleOpenArrowLeftEvents, CircleOpenArrowLeftSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M3.934 8.002a9 9 0 1 1 -.934 3.998h13" }], ["path", { "d": "M12 8l4 4l-4 4" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="circle-open-arrow-right" {...$$props} iconNode={iconNode}>
|
|
5
|
+
<slot/>
|
|
6
|
+
</Icon>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
import type { IconProps } from '../types.js';
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: IconProps;
|
|
5
|
+
events: {
|
|
6
|
+
[evt: string]: CustomEvent<any>;
|
|
7
|
+
};
|
|
8
|
+
slots: {
|
|
9
|
+
default: {};
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export type CircleOpenArrowRightProps = typeof __propDef.props;
|
|
13
|
+
export type CircleOpenArrowRightEvents = typeof __propDef.events;
|
|
14
|
+
export type CircleOpenArrowRightSlots = typeof __propDef.slots;
|
|
15
|
+
export default class CircleOpenArrowRight extends SvelteComponentTyped<CircleOpenArrowRightProps, CircleOpenArrowRightEvents, CircleOpenArrowRightSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M15.998 20.066a9 9 0 1 0 -3.998 .934v-13" }], ["path", { "d": "M16 12l-4 -4l-4 4" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="circle-open-arrow-up" {...$$props} iconNode={iconNode}>
|
|
5
|
+
<slot/>
|
|
6
|
+
</Icon>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
import type { IconProps } from '../types.js';
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: IconProps;
|
|
5
|
+
events: {
|
|
6
|
+
[evt: string]: CustomEvent<any>;
|
|
7
|
+
};
|
|
8
|
+
slots: {
|
|
9
|
+
default: {};
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export type CircleOpenArrowUpProps = typeof __propDef.props;
|
|
13
|
+
export type CircleOpenArrowUpEvents = typeof __propDef.events;
|
|
14
|
+
export type CircleOpenArrowUpSlots = typeof __propDef.slots;
|
|
15
|
+
export default class CircleOpenArrowUp extends SvelteComponentTyped<CircleOpenArrowUpProps, CircleOpenArrowUpEvents, CircleOpenArrowUpSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" }], ["path", { "d": "M9 10h6" }], ["path", { "d": "M9 16h6" }], ["path", { "d": "M12 7v6" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="circle-plus-minus" {...$$props} iconNode={iconNode}>
|
|
5
|
+
<slot/>
|
|
6
|
+
</Icon>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
import type { IconProps } from '../types.js';
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: IconProps;
|
|
5
|
+
events: {
|
|
6
|
+
[evt: string]: CustomEvent<any>;
|
|
7
|
+
};
|
|
8
|
+
slots: {
|
|
9
|
+
default: {};
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export type CirclePlusMinusProps = typeof __propDef.props;
|
|
13
|
+
export type CirclePlusMinusEvents = typeof __propDef.events;
|
|
14
|
+
export type CirclePlusMinusSlots = typeof __propDef.slots;
|
|
15
|
+
export default class CirclePlusMinus extends SvelteComponentTyped<CirclePlusMinusProps, CirclePlusMinusEvents, CirclePlusMinusSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M5 4l-2 2l2 2" }], ["path", { "d": "M12 4l2 2l-2 2" }], ["path", { "d": "M8 8l1 -4" }], ["path", { "d": "M17 6a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-7" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="codeblock" {...$$props} iconNode={iconNode}>
|
|
5
|
+
<slot/>
|
|
6
|
+
</Icon>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
import type { IconProps } from '../types.js';
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: IconProps;
|
|
5
|
+
events: {
|
|
6
|
+
[evt: string]: CustomEvent<any>;
|
|
7
|
+
};
|
|
8
|
+
slots: {
|
|
9
|
+
default: {};
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export type CodeblockProps = typeof __propDef.props;
|
|
13
|
+
export type CodeblockEvents = typeof __propDef.events;
|
|
14
|
+
export type CodeblockSlots = typeof __propDef.slots;
|
|
15
|
+
export default class Codeblock extends SvelteComponentTyped<CodeblockProps, CodeblockEvents, CodeblockSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M15 6.5a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0" }], ["path", { "d": "M4 17.5a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0" }], ["path", { "d": "M8.5 15.5l7 -7" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="connection" {...$$props} iconNode={iconNode}>
|
|
5
|
+
<slot/>
|
|
6
|
+
</Icon>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
import type { IconProps } from '../types.js';
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: IconProps;
|
|
5
|
+
events: {
|
|
6
|
+
[evt: string]: CustomEvent<any>;
|
|
7
|
+
};
|
|
8
|
+
slots: {
|
|
9
|
+
default: {};
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export type ConnectionProps = typeof __propDef.props;
|
|
13
|
+
export type ConnectionEvents = typeof __propDef.events;
|
|
14
|
+
export type ConnectionSlots = typeof __propDef.slots;
|
|
15
|
+
export default class Connection extends SvelteComponentTyped<ConnectionProps, ConnectionEvents, ConnectionSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M3 14a6 2 0 1 0 12 0a6 2 0 1 0 -12 0" }], ["path", { "d": "M3 14v5c0 1.105 2.686 2 6 2s6 -.895 6 -2v-5" }], ["path", { "d": "M9 5a6 2 0 1 0 12 0a6 2 0 1 0 -12 0" }], ["path", { "d": "M9 5v3" }], ["path", { "d": "M18.365 11.656c1.59 -.36 2.635 -.966 2.635 -1.656v-5" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="credits" {...$$props} iconNode={iconNode}>
|
|
5
|
+
<slot/>
|
|
6
|
+
</Icon>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
import type { IconProps } from '../types.js';
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: IconProps;
|
|
5
|
+
events: {
|
|
6
|
+
[evt: string]: CustomEvent<any>;
|
|
7
|
+
};
|
|
8
|
+
slots: {
|
|
9
|
+
default: {};
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export type CreditsProps = typeof __propDef.props;
|
|
13
|
+
export type CreditsEvents = typeof __propDef.events;
|
|
14
|
+
export type CreditsSlots = typeof __propDef.slots;
|
|
15
|
+
export default class Credits extends SvelteComponentTyped<CreditsProps, CreditsEvents, CreditsSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M9 3v18" }], ["path", { "d": "M3 9h18" }], ["path", { "d": "M3 15h10" }], ["path", { "d": "M15 3v10" }], ["path", { "d": "M11 21h-6a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v8" }], ["path", { "d": "M15 19l2 2l4 -4" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="firewall-check" {...$$props} iconNode={iconNode}>
|
|
5
|
+
<slot/>
|
|
6
|
+
</Icon>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
import type { IconProps } from '../types.js';
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: IconProps;
|
|
5
|
+
events: {
|
|
6
|
+
[evt: string]: CustomEvent<any>;
|
|
7
|
+
};
|
|
8
|
+
slots: {
|
|
9
|
+
default: {};
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export type FirewallCheckProps = typeof __propDef.props;
|
|
13
|
+
export type FirewallCheckEvents = typeof __propDef.events;
|
|
14
|
+
export type FirewallCheckSlots = typeof __propDef.slots;
|
|
15
|
+
export default class FirewallCheck extends SvelteComponentTyped<FirewallCheckProps, FirewallCheckEvents, FirewallCheckSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M15.5 16q 2.5 1.5 2.5 -1v-2s4 1.06 4 5c0 1.664 -.649 3.338 -2 4v-.25c0 -.957 -1.053 -1.75 -2 -1.75s-2 .793 -2 1.75v.25c-1.351 -.662 -2 -2 -2 -3.5s1.5 -2.5 1.5 -2.5" }], ["path", { "d": "M9 3v13" }], ["path", { "d": "M3 9h18" }], ["path", { "d": "M6 21h-1a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4" }], ["path", { "d": "M3 15h7" }], ["path", { "d": "M15 3v7" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="firewall-flame" {...$$props} iconNode={iconNode}>
|
|
5
|
+
<slot/>
|
|
6
|
+
</Icon>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
import type { IconProps } from '../types.js';
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: IconProps;
|
|
5
|
+
events: {
|
|
6
|
+
[evt: string]: CustomEvent<any>;
|
|
7
|
+
};
|
|
8
|
+
slots: {
|
|
9
|
+
default: {};
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export type FirewallFlameProps = typeof __propDef.props;
|
|
13
|
+
export type FirewallFlameEvents = typeof __propDef.events;
|
|
14
|
+
export type FirewallFlameSlots = typeof __propDef.slots;
|
|
15
|
+
export default class FirewallFlame extends SvelteComponentTyped<FirewallFlameProps, FirewallFlameEvents, FirewallFlameSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M5 12h-2l9 -9l8 8" }], ["path", { "d": "M5 12v7a2 2 0 0 0 2 2h6" }], ["path", { "d": "M9 21v-6a2 2 0 0 1 2 -2h2c.688 0 1.294 .347 1.654 .875" }], ["path", { "d": "M17 19a1 1 0 0 1 1 -1h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-3a1 1 0 0 1 -1 -1v-2" }], ["path", { "d": "M18 18v-1.5a1.5 1.5 0 1 1 3 0v1.5" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="home-lock" {...$$props} iconNode={iconNode}>
|
|
5
|
+
<slot/>
|
|
6
|
+
</Icon>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
import type { IconProps } from '../types.js';
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: IconProps;
|
|
5
|
+
events: {
|
|
6
|
+
[evt: string]: CustomEvent<any>;
|
|
7
|
+
};
|
|
8
|
+
slots: {
|
|
9
|
+
default: {};
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export type HomeLockProps = typeof __propDef.props;
|
|
13
|
+
export type HomeLockEvents = typeof __propDef.events;
|
|
14
|
+
export type HomeLockSlots = typeof __propDef.slots;
|
|
15
|
+
export default class HomeLock extends SvelteComponentTyped<HomeLockProps, HomeLockEvents, HomeLockSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<script>import Icon from '../Icon.svelte';
|
|
2
|
-
const iconNode = [["path", { "d": "
|
|
2
|
+
const iconNode = [["path", { "d": "M5 12h-2l9 -9l7.636 7.636" }], ["path", { "d": "M5 12v7a2 2 0 0 0 2 2h5" }], ["path", { "d": "M9 21v-6a2 2 0 0 1 2 -2h1.5" }], ["path", { "d": "M22 16c0 4 -2.5 6 -3.5 6s-3.5 -2 -3.5 -6c1 0 2.5 -.5 3.5 -1.5c1 1 2.5 1.5 3.5 1.5" }]];
|
|
3
3
|
</script>
|
|
4
4
|
<Icon type="outline" name="home-shield" {...$$props} iconNode={iconNode}>
|
|
5
5
|
<slot/>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M3 21v-4a4 4 0 1 1 4 4h-4" }], ["path", { "d": "M21 3a16 16 0 0 0 -12.8 10.2" }], ["path", { "d": "M21 3a16 16 0 0 1 -10.2 12.8" }], ["path", { "d": "M10.6 9a9 9 0 0 1 4.4 4.4" }], ["path", { "d": "M17 19a2 2 0 0 1 2 2a2 2 0 0 1 2 -2a2 2 0 0 1 -2 -2a2 2 0 0 1 -2 2" }], ["path", { "d": "M3 5a2 2 0 0 1 2 2a2 2 0 0 1 2 -2a2 2 0 0 1 -2 -2a2 2 0 0 1 -2 2" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="image-generation" {...$$props} iconNode={iconNode}>
|
|
5
|
+
<slot/>
|
|
6
|
+
</Icon>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
import type { IconProps } from '../types.js';
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: IconProps;
|
|
5
|
+
events: {
|
|
6
|
+
[evt: string]: CustomEvent<any>;
|
|
7
|
+
};
|
|
8
|
+
slots: {
|
|
9
|
+
default: {};
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export type ImageGenerationProps = typeof __propDef.props;
|
|
13
|
+
export type ImageGenerationEvents = typeof __propDef.events;
|
|
14
|
+
export type ImageGenerationSlots = typeof __propDef.slots;
|
|
15
|
+
export default class ImageGeneration extends SvelteComponentTyped<ImageGenerationProps, ImageGenerationEvents, ImageGenerationSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|