@tabler/icons-svelte-runes 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 +14 -0
- package/dist/icons/ai-agent.svelte.d.ts +8 -0
- package/dist/icons/ai-agents.svelte +14 -0
- package/dist/icons/ai-agents.svelte.d.ts +8 -0
- package/dist/icons/ai-gateway.svelte +14 -0
- package/dist/icons/ai-gateway.svelte.d.ts +8 -0
- package/dist/icons/api-book.svelte +14 -0
- package/dist/icons/api-book.svelte.d.ts +8 -0
- package/dist/icons/bot-id.svelte +14 -0
- package/dist/icons/bot-id.svelte.d.ts +8 -0
- package/dist/icons/brand-infakt.svelte +14 -0
- package/dist/icons/brand-infakt.svelte.d.ts +8 -0
- package/dist/icons/canary.svelte +14 -0
- package/dist/icons/canary.svelte.d.ts +8 -0
- package/dist/icons/circle-open-arrow-down.svelte +14 -0
- package/dist/icons/circle-open-arrow-down.svelte.d.ts +8 -0
- package/dist/icons/circle-open-arrow-left.svelte +14 -0
- package/dist/icons/circle-open-arrow-left.svelte.d.ts +8 -0
- package/dist/icons/circle-open-arrow-right.svelte +14 -0
- package/dist/icons/circle-open-arrow-right.svelte.d.ts +8 -0
- package/dist/icons/circle-open-arrow-up.svelte +14 -0
- package/dist/icons/circle-open-arrow-up.svelte.d.ts +8 -0
- package/dist/icons/circle-plus-minus.svelte +14 -0
- package/dist/icons/circle-plus-minus.svelte.d.ts +8 -0
- package/dist/icons/codeblock.svelte +14 -0
- package/dist/icons/codeblock.svelte.d.ts +8 -0
- package/dist/icons/connection.svelte +14 -0
- package/dist/icons/connection.svelte.d.ts +8 -0
- package/dist/icons/credits.svelte +14 -0
- package/dist/icons/credits.svelte.d.ts +8 -0
- package/dist/icons/firewall-check.svelte +14 -0
- package/dist/icons/firewall-check.svelte.d.ts +8 -0
- package/dist/icons/firewall-flame.svelte +14 -0
- package/dist/icons/firewall-flame.svelte.d.ts +8 -0
- package/dist/icons/home-lock.svelte +14 -0
- package/dist/icons/home-lock.svelte.d.ts +8 -0
- package/dist/icons/home-shield.svelte +1 -1
- package/dist/icons/image-generation.svelte +14 -0
- package/dist/icons/image-generation.svelte.d.ts +8 -0
- package/dist/icons/index.d.ts +36 -0
- package/dist/icons/index.js +36 -0
- package/dist/icons/map-lock.svelte +14 -0
- package/dist/icons/map-lock.svelte.d.ts +8 -0
- package/dist/icons/map-shield.svelte +14 -0
- package/dist/icons/map-shield.svelte.d.ts +8 -0
- package/dist/icons/mesh.svelte +14 -0
- package/dist/icons/mesh.svelte.d.ts +8 -0
- package/dist/icons/microfrontends.svelte +14 -0
- package/dist/icons/microfrontends.svelte.d.ts +8 -0
- package/dist/icons/middleware.svelte +14 -0
- package/dist/icons/middleware.svelte.d.ts +8 -0
- package/dist/icons/queue-pop-in.svelte +14 -0
- package/dist/icons/queue-pop-in.svelte.d.ts +8 -0
- package/dist/icons/queue-pop-out.svelte +14 -0
- package/dist/icons/queue-pop-out.svelte.d.ts +8 -0
- package/dist/icons/scan-traces.svelte +14 -0
- package/dist/icons/scan-traces.svelte.d.ts +8 -0
- package/dist/icons/serverless.svelte +14 -0
- package/dist/icons/serverless.svelte.d.ts +8 -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 +14 -0
- package/dist/icons/stroke-curved.svelte.d.ts +8 -0
- package/dist/icons/stroke-dynamic.svelte +14 -0
- package/dist/icons/stroke-dynamic.svelte.d.ts +8 -0
- package/dist/icons/stroke-straight.svelte +14 -0
- package/dist/icons/stroke-straight.svelte.d.ts +8 -0
- package/dist/icons/trending-up-down.svelte +14 -0
- package/dist/icons/trending-up-down.svelte.d.ts +8 -0
- package/dist/icons/user-key.svelte +14 -0
- package/dist/icons/user-key.svelte.d.ts +8 -0
- package/dist/icons/vip-2.svelte +14 -0
- package/dist/icons/vip-2.svelte.d.ts +8 -0
- package/dist/icons/world-map.svelte +14 -0
- package/dist/icons/world-map.svelte.d.ts +8 -0
- package/dist/icons/zero-config.svelte +14 -0
- package/dist/icons/zero-config.svelte.d.ts +8 -0
- package/dist/icons-list.js +36 -0
- package/package.json +3 -3
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import Icon from '../Icon.svelte';
|
|
3
|
+
import type { IconNode, IconProps } from '../types.js';
|
|
4
|
+
import type { Snippet } from 'svelte';
|
|
5
|
+
|
|
6
|
+
interface Props extends IconProps {
|
|
7
|
+
children?: Snippet;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
let { children, ...props }: Props = $props();
|
|
11
|
+
|
|
12
|
+
const iconNode: 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"}]];
|
|
13
|
+
</script>
|
|
14
|
+
<Icon type="outline" name="ai-agent" {...props} iconNode={iconNode} {children} />
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { IconProps } from '../types.js';
|
|
2
|
+
import type { Snippet } from 'svelte';
|
|
3
|
+
interface Props extends IconProps {
|
|
4
|
+
children?: Snippet;
|
|
5
|
+
}
|
|
6
|
+
declare const AiAgent: import("svelte").Component<Props, {}, "">;
|
|
7
|
+
type AiAgent = ReturnType<typeof AiAgent>;
|
|
8
|
+
export default AiAgent;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import Icon from '../Icon.svelte';
|
|
3
|
+
import type { IconNode, IconProps } from '../types.js';
|
|
4
|
+
import type { Snippet } from 'svelte';
|
|
5
|
+
|
|
6
|
+
interface Props extends IconProps {
|
|
7
|
+
children?: Snippet;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
let { children, ...props }: Props = $props();
|
|
11
|
+
|
|
12
|
+
const iconNode: 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"}]];
|
|
13
|
+
</script>
|
|
14
|
+
<Icon type="outline" name="ai-agents" {...props} iconNode={iconNode} {children} />
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { IconProps } from '../types.js';
|
|
2
|
+
import type { Snippet } from 'svelte';
|
|
3
|
+
interface Props extends IconProps {
|
|
4
|
+
children?: Snippet;
|
|
5
|
+
}
|
|
6
|
+
declare const AiAgents: import("svelte").Component<Props, {}, "">;
|
|
7
|
+
type AiAgents = ReturnType<typeof AiAgents>;
|
|
8
|
+
export default AiAgents;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import Icon from '../Icon.svelte';
|
|
3
|
+
import type { IconNode, IconProps } from '../types.js';
|
|
4
|
+
import type { Snippet } from 'svelte';
|
|
5
|
+
|
|
6
|
+
interface Props extends IconProps {
|
|
7
|
+
children?: Snippet;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
let { children, ...props }: Props = $props();
|
|
11
|
+
|
|
12
|
+
const iconNode: 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"}]];
|
|
13
|
+
</script>
|
|
14
|
+
<Icon type="outline" name="ai-gateway" {...props} iconNode={iconNode} {children} />
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { IconProps } from '../types.js';
|
|
2
|
+
import type { Snippet } from 'svelte';
|
|
3
|
+
interface Props extends IconProps {
|
|
4
|
+
children?: Snippet;
|
|
5
|
+
}
|
|
6
|
+
declare const AiGateway: import("svelte").Component<Props, {}, "">;
|
|
7
|
+
type AiGateway = ReturnType<typeof AiGateway>;
|
|
8
|
+
export default AiGateway;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import Icon from '../Icon.svelte';
|
|
3
|
+
import type { IconNode, IconProps } from '../types.js';
|
|
4
|
+
import type { Snippet } from 'svelte';
|
|
5
|
+
|
|
6
|
+
interface Props extends IconProps {
|
|
7
|
+
children?: Snippet;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
let { children, ...props }: Props = $props();
|
|
11
|
+
|
|
12
|
+
const iconNode: 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"}]];
|
|
13
|
+
</script>
|
|
14
|
+
<Icon type="outline" name="api-book" {...props} iconNode={iconNode} {children} />
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { IconProps } from '../types.js';
|
|
2
|
+
import type { Snippet } from 'svelte';
|
|
3
|
+
interface Props extends IconProps {
|
|
4
|
+
children?: Snippet;
|
|
5
|
+
}
|
|
6
|
+
declare const ApiBook: import("svelte").Component<Props, {}, "">;
|
|
7
|
+
type ApiBook = ReturnType<typeof ApiBook>;
|
|
8
|
+
export default ApiBook;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import Icon from '../Icon.svelte';
|
|
3
|
+
import type { IconNode, IconProps } from '../types.js';
|
|
4
|
+
import type { Snippet } from 'svelte';
|
|
5
|
+
|
|
6
|
+
interface Props extends IconProps {
|
|
7
|
+
children?: Snippet;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
let { children, ...props }: Props = $props();
|
|
11
|
+
|
|
12
|
+
const iconNode: 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"}]];
|
|
13
|
+
</script>
|
|
14
|
+
<Icon type="outline" name="bot-id" {...props} iconNode={iconNode} {children} />
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { IconProps } from '../types.js';
|
|
2
|
+
import type { Snippet } from 'svelte';
|
|
3
|
+
interface Props extends IconProps {
|
|
4
|
+
children?: Snippet;
|
|
5
|
+
}
|
|
6
|
+
declare const BotId: import("svelte").Component<Props, {}, "">;
|
|
7
|
+
type BotId = ReturnType<typeof BotId>;
|
|
8
|
+
export default BotId;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import Icon from '../Icon.svelte';
|
|
3
|
+
import type { IconNode, IconProps } from '../types.js';
|
|
4
|
+
import type { Snippet } from 'svelte';
|
|
5
|
+
|
|
6
|
+
interface Props extends IconProps {
|
|
7
|
+
children?: Snippet;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
let { children, ...props }: Props = $props();
|
|
11
|
+
|
|
12
|
+
const iconNode: 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"}]];
|
|
13
|
+
</script>
|
|
14
|
+
<Icon type="outline" name="brand-infakt" {...props} iconNode={iconNode} {children} />
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { IconProps } from '../types.js';
|
|
2
|
+
import type { Snippet } from 'svelte';
|
|
3
|
+
interface Props extends IconProps {
|
|
4
|
+
children?: Snippet;
|
|
5
|
+
}
|
|
6
|
+
declare const BrandInfakt: import("svelte").Component<Props, {}, "">;
|
|
7
|
+
type BrandInfakt = ReturnType<typeof BrandInfakt>;
|
|
8
|
+
export default BrandInfakt;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import Icon from '../Icon.svelte';
|
|
3
|
+
import type { IconNode, IconProps } from '../types.js';
|
|
4
|
+
import type { Snippet } from 'svelte';
|
|
5
|
+
|
|
6
|
+
interface Props extends IconProps {
|
|
7
|
+
children?: Snippet;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
let { children, ...props }: Props = $props();
|
|
11
|
+
|
|
12
|
+
const iconNode: 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"}]];
|
|
13
|
+
</script>
|
|
14
|
+
<Icon type="outline" name="canary" {...props} iconNode={iconNode} {children} />
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { IconProps } from '../types.js';
|
|
2
|
+
import type { Snippet } from 'svelte';
|
|
3
|
+
interface Props extends IconProps {
|
|
4
|
+
children?: Snippet;
|
|
5
|
+
}
|
|
6
|
+
declare const Canary: import("svelte").Component<Props, {}, "">;
|
|
7
|
+
type Canary = ReturnType<typeof Canary>;
|
|
8
|
+
export default Canary;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import Icon from '../Icon.svelte';
|
|
3
|
+
import type { IconNode, IconProps } from '../types.js';
|
|
4
|
+
import type { Snippet } from 'svelte';
|
|
5
|
+
|
|
6
|
+
interface Props extends IconProps {
|
|
7
|
+
children?: Snippet;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
let { children, ...props }: Props = $props();
|
|
11
|
+
|
|
12
|
+
const iconNode: IconNode = [["path",{"d":"M15.998 3.934a9 9 0 1 1 -3.998 -.934v13"}],["path",{"d":"M16 12l-4 4l-4 -4"}]];
|
|
13
|
+
</script>
|
|
14
|
+
<Icon type="outline" name="circle-open-arrow-down" {...props} iconNode={iconNode} {children} />
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { IconProps } from '../types.js';
|
|
2
|
+
import type { Snippet } from 'svelte';
|
|
3
|
+
interface Props extends IconProps {
|
|
4
|
+
children?: Snippet;
|
|
5
|
+
}
|
|
6
|
+
declare const CircleOpenArrowDown: import("svelte").Component<Props, {}, "">;
|
|
7
|
+
type CircleOpenArrowDown = ReturnType<typeof CircleOpenArrowDown>;
|
|
8
|
+
export default CircleOpenArrowDown;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import Icon from '../Icon.svelte';
|
|
3
|
+
import type { IconNode, IconProps } from '../types.js';
|
|
4
|
+
import type { Snippet } from 'svelte';
|
|
5
|
+
|
|
6
|
+
interface Props extends IconProps {
|
|
7
|
+
children?: Snippet;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
let { children, ...props }: Props = $props();
|
|
11
|
+
|
|
12
|
+
const iconNode: IconNode = [["path",{"d":"M20.066 8.002a9 9 0 1 0 .934 3.998h-13"}],["path",{"d":"M12 8l-4 4l4 4"}]];
|
|
13
|
+
</script>
|
|
14
|
+
<Icon type="outline" name="circle-open-arrow-left" {...props} iconNode={iconNode} {children} />
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { IconProps } from '../types.js';
|
|
2
|
+
import type { Snippet } from 'svelte';
|
|
3
|
+
interface Props extends IconProps {
|
|
4
|
+
children?: Snippet;
|
|
5
|
+
}
|
|
6
|
+
declare const CircleOpenArrowLeft: import("svelte").Component<Props, {}, "">;
|
|
7
|
+
type CircleOpenArrowLeft = ReturnType<typeof CircleOpenArrowLeft>;
|
|
8
|
+
export default CircleOpenArrowLeft;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import Icon from '../Icon.svelte';
|
|
3
|
+
import type { IconNode, IconProps } from '../types.js';
|
|
4
|
+
import type { Snippet } from 'svelte';
|
|
5
|
+
|
|
6
|
+
interface Props extends IconProps {
|
|
7
|
+
children?: Snippet;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
let { children, ...props }: Props = $props();
|
|
11
|
+
|
|
12
|
+
const iconNode: IconNode = [["path",{"d":"M3.934 8.002a9 9 0 1 1 -.934 3.998h13"}],["path",{"d":"M12 8l4 4l-4 4"}]];
|
|
13
|
+
</script>
|
|
14
|
+
<Icon type="outline" name="circle-open-arrow-right" {...props} iconNode={iconNode} {children} />
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { IconProps } from '../types.js';
|
|
2
|
+
import type { Snippet } from 'svelte';
|
|
3
|
+
interface Props extends IconProps {
|
|
4
|
+
children?: Snippet;
|
|
5
|
+
}
|
|
6
|
+
declare const CircleOpenArrowRight: import("svelte").Component<Props, {}, "">;
|
|
7
|
+
type CircleOpenArrowRight = ReturnType<typeof CircleOpenArrowRight>;
|
|
8
|
+
export default CircleOpenArrowRight;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import Icon from '../Icon.svelte';
|
|
3
|
+
import type { IconNode, IconProps } from '../types.js';
|
|
4
|
+
import type { Snippet } from 'svelte';
|
|
5
|
+
|
|
6
|
+
interface Props extends IconProps {
|
|
7
|
+
children?: Snippet;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
let { children, ...props }: Props = $props();
|
|
11
|
+
|
|
12
|
+
const iconNode: IconNode = [["path",{"d":"M15.998 20.066a9 9 0 1 0 -3.998 .934v-13"}],["path",{"d":"M16 12l-4 -4l-4 4"}]];
|
|
13
|
+
</script>
|
|
14
|
+
<Icon type="outline" name="circle-open-arrow-up" {...props} iconNode={iconNode} {children} />
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { IconProps } from '../types.js';
|
|
2
|
+
import type { Snippet } from 'svelte';
|
|
3
|
+
interface Props extends IconProps {
|
|
4
|
+
children?: Snippet;
|
|
5
|
+
}
|
|
6
|
+
declare const CircleOpenArrowUp: import("svelte").Component<Props, {}, "">;
|
|
7
|
+
type CircleOpenArrowUp = ReturnType<typeof CircleOpenArrowUp>;
|
|
8
|
+
export default CircleOpenArrowUp;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import Icon from '../Icon.svelte';
|
|
3
|
+
import type { IconNode, IconProps } from '../types.js';
|
|
4
|
+
import type { Snippet } from 'svelte';
|
|
5
|
+
|
|
6
|
+
interface Props extends IconProps {
|
|
7
|
+
children?: Snippet;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
let { children, ...props }: Props = $props();
|
|
11
|
+
|
|
12
|
+
const iconNode: 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"}]];
|
|
13
|
+
</script>
|
|
14
|
+
<Icon type="outline" name="circle-plus-minus" {...props} iconNode={iconNode} {children} />
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { IconProps } from '../types.js';
|
|
2
|
+
import type { Snippet } from 'svelte';
|
|
3
|
+
interface Props extends IconProps {
|
|
4
|
+
children?: Snippet;
|
|
5
|
+
}
|
|
6
|
+
declare const CirclePlusMinus: import("svelte").Component<Props, {}, "">;
|
|
7
|
+
type CirclePlusMinus = ReturnType<typeof CirclePlusMinus>;
|
|
8
|
+
export default CirclePlusMinus;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import Icon from '../Icon.svelte';
|
|
3
|
+
import type { IconNode, IconProps } from '../types.js';
|
|
4
|
+
import type { Snippet } from 'svelte';
|
|
5
|
+
|
|
6
|
+
interface Props extends IconProps {
|
|
7
|
+
children?: Snippet;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
let { children, ...props }: Props = $props();
|
|
11
|
+
|
|
12
|
+
const iconNode: 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"}]];
|
|
13
|
+
</script>
|
|
14
|
+
<Icon type="outline" name="codeblock" {...props} iconNode={iconNode} {children} />
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { IconProps } from '../types.js';
|
|
2
|
+
import type { Snippet } from 'svelte';
|
|
3
|
+
interface Props extends IconProps {
|
|
4
|
+
children?: Snippet;
|
|
5
|
+
}
|
|
6
|
+
declare const Codeblock: import("svelte").Component<Props, {}, "">;
|
|
7
|
+
type Codeblock = ReturnType<typeof Codeblock>;
|
|
8
|
+
export default Codeblock;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import Icon from '../Icon.svelte';
|
|
3
|
+
import type { IconNode, IconProps } from '../types.js';
|
|
4
|
+
import type { Snippet } from 'svelte';
|
|
5
|
+
|
|
6
|
+
interface Props extends IconProps {
|
|
7
|
+
children?: Snippet;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
let { children, ...props }: Props = $props();
|
|
11
|
+
|
|
12
|
+
const iconNode: 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"}]];
|
|
13
|
+
</script>
|
|
14
|
+
<Icon type="outline" name="connection" {...props} iconNode={iconNode} {children} />
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { IconProps } from '../types.js';
|
|
2
|
+
import type { Snippet } from 'svelte';
|
|
3
|
+
interface Props extends IconProps {
|
|
4
|
+
children?: Snippet;
|
|
5
|
+
}
|
|
6
|
+
declare const Connection: import("svelte").Component<Props, {}, "">;
|
|
7
|
+
type Connection = ReturnType<typeof Connection>;
|
|
8
|
+
export default Connection;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import Icon from '../Icon.svelte';
|
|
3
|
+
import type { IconNode, IconProps } from '../types.js';
|
|
4
|
+
import type { Snippet } from 'svelte';
|
|
5
|
+
|
|
6
|
+
interface Props extends IconProps {
|
|
7
|
+
children?: Snippet;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
let { children, ...props }: Props = $props();
|
|
11
|
+
|
|
12
|
+
const iconNode: 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"}]];
|
|
13
|
+
</script>
|
|
14
|
+
<Icon type="outline" name="credits" {...props} iconNode={iconNode} {children} />
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { IconProps } from '../types.js';
|
|
2
|
+
import type { Snippet } from 'svelte';
|
|
3
|
+
interface Props extends IconProps {
|
|
4
|
+
children?: Snippet;
|
|
5
|
+
}
|
|
6
|
+
declare const Credits: import("svelte").Component<Props, {}, "">;
|
|
7
|
+
type Credits = ReturnType<typeof Credits>;
|
|
8
|
+
export default Credits;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import Icon from '../Icon.svelte';
|
|
3
|
+
import type { IconNode, IconProps } from '../types.js';
|
|
4
|
+
import type { Snippet } from 'svelte';
|
|
5
|
+
|
|
6
|
+
interface Props extends IconProps {
|
|
7
|
+
children?: Snippet;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
let { children, ...props }: Props = $props();
|
|
11
|
+
|
|
12
|
+
const iconNode: 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"}]];
|
|
13
|
+
</script>
|
|
14
|
+
<Icon type="outline" name="firewall-check" {...props} iconNode={iconNode} {children} />
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { IconProps } from '../types.js';
|
|
2
|
+
import type { Snippet } from 'svelte';
|
|
3
|
+
interface Props extends IconProps {
|
|
4
|
+
children?: Snippet;
|
|
5
|
+
}
|
|
6
|
+
declare const FirewallCheck: import("svelte").Component<Props, {}, "">;
|
|
7
|
+
type FirewallCheck = ReturnType<typeof FirewallCheck>;
|
|
8
|
+
export default FirewallCheck;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import Icon from '../Icon.svelte';
|
|
3
|
+
import type { IconNode, IconProps } from '../types.js';
|
|
4
|
+
import type { Snippet } from 'svelte';
|
|
5
|
+
|
|
6
|
+
interface Props extends IconProps {
|
|
7
|
+
children?: Snippet;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
let { children, ...props }: Props = $props();
|
|
11
|
+
|
|
12
|
+
const iconNode: 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"}]];
|
|
13
|
+
</script>
|
|
14
|
+
<Icon type="outline" name="firewall-flame" {...props} iconNode={iconNode} {children} />
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { IconProps } from '../types.js';
|
|
2
|
+
import type { Snippet } from 'svelte';
|
|
3
|
+
interface Props extends IconProps {
|
|
4
|
+
children?: Snippet;
|
|
5
|
+
}
|
|
6
|
+
declare const FirewallFlame: import("svelte").Component<Props, {}, "">;
|
|
7
|
+
type FirewallFlame = ReturnType<typeof FirewallFlame>;
|
|
8
|
+
export default FirewallFlame;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import Icon from '../Icon.svelte';
|
|
3
|
+
import type { IconNode, IconProps } from '../types.js';
|
|
4
|
+
import type { Snippet } from 'svelte';
|
|
5
|
+
|
|
6
|
+
interface Props extends IconProps {
|
|
7
|
+
children?: Snippet;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
let { children, ...props }: Props = $props();
|
|
11
|
+
|
|
12
|
+
const iconNode: 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"}]];
|
|
13
|
+
</script>
|
|
14
|
+
<Icon type="outline" name="home-lock" {...props} iconNode={iconNode} {children} />
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { IconProps } from '../types.js';
|
|
2
|
+
import type { Snippet } from 'svelte';
|
|
3
|
+
interface Props extends IconProps {
|
|
4
|
+
children?: Snippet;
|
|
5
|
+
}
|
|
6
|
+
declare const HomeLock: import("svelte").Component<Props, {}, "">;
|
|
7
|
+
type HomeLock = ReturnType<typeof HomeLock>;
|
|
8
|
+
export default HomeLock;
|
|
@@ -9,6 +9,6 @@ interface Props extends IconProps {
|
|
|
9
9
|
|
|
10
10
|
let { children, ...props }: Props = $props();
|
|
11
11
|
|
|
12
|
-
const iconNode: IconNode = [["path",{"d":"
|
|
12
|
+
const iconNode: 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"}]];
|
|
13
13
|
</script>
|
|
14
14
|
<Icon type="outline" name="home-shield" {...props} iconNode={iconNode} {children} />
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import Icon from '../Icon.svelte';
|
|
3
|
+
import type { IconNode, IconProps } from '../types.js';
|
|
4
|
+
import type { Snippet } from 'svelte';
|
|
5
|
+
|
|
6
|
+
interface Props extends IconProps {
|
|
7
|
+
children?: Snippet;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
let { children, ...props }: Props = $props();
|
|
11
|
+
|
|
12
|
+
const iconNode: 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"}]];
|
|
13
|
+
</script>
|
|
14
|
+
<Icon type="outline" name="image-generation" {...props} iconNode={iconNode} {children} />
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { IconProps } from '../types.js';
|
|
2
|
+
import type { Snippet } from 'svelte';
|
|
3
|
+
interface Props extends IconProps {
|
|
4
|
+
children?: Snippet;
|
|
5
|
+
}
|
|
6
|
+
declare const ImageGeneration: import("svelte").Component<Props, {}, "">;
|
|
7
|
+
type ImageGeneration = ReturnType<typeof ImageGeneration>;
|
|
8
|
+
export default ImageGeneration;
|