@tabler/icons-svelte 3.18.0 → 3.20.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/arrow-down-dashed.svelte +6 -0
- package/dist/icons/arrow-down-dashed.svelte.d.ts +17 -0
- package/dist/icons/arrow-left-dashed.svelte +6 -0
- package/dist/icons/arrow-left-dashed.svelte.d.ts +17 -0
- package/dist/icons/arrow-narrow-down-dashed.svelte +6 -0
- package/dist/icons/arrow-narrow-down-dashed.svelte.d.ts +17 -0
- package/dist/icons/arrow-narrow-left-dashed.svelte +6 -0
- package/dist/icons/arrow-narrow-left-dashed.svelte.d.ts +17 -0
- package/dist/icons/arrow-narrow-right-dashed.svelte +6 -0
- package/dist/icons/arrow-narrow-right-dashed.svelte.d.ts +17 -0
- package/dist/icons/arrow-narrow-up-dashed.svelte +6 -0
- package/dist/icons/arrow-narrow-up-dashed.svelte.d.ts +17 -0
- package/dist/icons/arrow-right-dashed.svelte +6 -0
- package/dist/icons/arrow-right-dashed.svelte.d.ts +17 -0
- package/dist/icons/arrow-up-dashed.svelte +6 -0
- package/dist/icons/arrow-up-dashed.svelte.d.ts +17 -0
- package/dist/icons/building-cog.svelte +6 -0
- package/dist/icons/building-cog.svelte.d.ts +17 -0
- package/dist/icons/building-minus.svelte +6 -0
- package/dist/icons/building-minus.svelte.d.ts +17 -0
- package/dist/icons/building-plus.svelte +6 -0
- package/dist/icons/building-plus.svelte.d.ts +17 -0
- package/dist/icons/favicon-filled.svelte +6 -0
- package/dist/icons/favicon-filled.svelte.d.ts +17 -0
- package/dist/icons/ferry.svelte +6 -0
- package/dist/icons/ferry.svelte.d.ts +17 -0
- package/dist/icons/icons-filled.svelte +6 -0
- package/dist/icons/icons-filled.svelte.d.ts +17 -0
- package/dist/icons/index.d.ts +36 -0
- package/dist/icons/index.js +36 -0
- package/dist/icons/ironing-1-filled.svelte +6 -0
- package/dist/icons/ironing-1-filled.svelte.d.ts +17 -0
- package/dist/icons/ironing-2-filled.svelte +6 -0
- package/dist/icons/ironing-2-filled.svelte.d.ts +17 -0
- package/dist/icons/ironing-3-filled.svelte +6 -0
- package/dist/icons/ironing-3-filled.svelte.d.ts +17 -0
- package/dist/icons/ironing-steam-filled.svelte +6 -0
- package/dist/icons/ironing-steam-filled.svelte.d.ts +17 -0
- package/dist/icons/math-x-floor-divide-y.svelte +6 -0
- package/dist/icons/math-x-floor-divide-y.svelte.d.ts +17 -0
- package/dist/icons/play-card-1-filled.svelte +6 -0
- package/dist/icons/play-card-1-filled.svelte.d.ts +17 -0
- package/dist/icons/play-card-10-filled.svelte +6 -0
- package/dist/icons/play-card-10-filled.svelte.d.ts +17 -0
- package/dist/icons/play-card-2-filled.svelte +6 -0
- package/dist/icons/play-card-2-filled.svelte.d.ts +17 -0
- package/dist/icons/play-card-3-filled.svelte +6 -0
- package/dist/icons/play-card-3-filled.svelte.d.ts +17 -0
- package/dist/icons/play-card-4-filled.svelte +6 -0
- package/dist/icons/play-card-4-filled.svelte.d.ts +17 -0
- package/dist/icons/play-card-5-filled.svelte +6 -0
- package/dist/icons/play-card-5-filled.svelte.d.ts +17 -0
- package/dist/icons/play-card-6-filled.svelte +6 -0
- package/dist/icons/play-card-6-filled.svelte.d.ts +17 -0
- package/dist/icons/play-card-7-filled.svelte +6 -0
- package/dist/icons/play-card-7-filled.svelte.d.ts +17 -0
- package/dist/icons/play-card-8-filled.svelte +6 -0
- package/dist/icons/play-card-8-filled.svelte.d.ts +17 -0
- package/dist/icons/play-card-9-filled.svelte +6 -0
- package/dist/icons/play-card-9-filled.svelte.d.ts +17 -0
- package/dist/icons/play-card-a-filled.svelte +6 -0
- package/dist/icons/play-card-a-filled.svelte.d.ts +17 -0
- package/dist/icons/play-card-j-filled.svelte +6 -0
- package/dist/icons/play-card-j-filled.svelte.d.ts +17 -0
- package/dist/icons/play-card-k-filled.svelte +6 -0
- package/dist/icons/play-card-k-filled.svelte.d.ts +17 -0
- package/dist/icons/play-card-q-filled.svelte +6 -0
- package/dist/icons/play-card-q-filled.svelte.d.ts +17 -0
- package/dist/icons/play-card-star-filled.svelte +6 -0
- package/dist/icons/play-card-star-filled.svelte.d.ts +17 -0
- package/dist/icons/sitemap-filled.svelte +6 -0
- package/dist/icons/sitemap-filled.svelte.d.ts +17 -0
- package/dist/icons/x-power-y.svelte +6 -0
- package/dist/icons/x-power-y.svelte.d.ts +17 -0
- package/dist/icons-list.js +36 -0
- package/package.json +2 -2
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M12 5v.5m0 3v1.5m0 3v6" }], ["path", { "d": "M18 13l-6 6" }], ["path", { "d": "M6 13l6 6" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="arrow-down-dashed" {...$$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 ArrowDownDashedProps = typeof __propDef.props;
|
|
13
|
+
export type ArrowDownDashedEvents = typeof __propDef.events;
|
|
14
|
+
export type ArrowDownDashedSlots = typeof __propDef.slots;
|
|
15
|
+
export default class ArrowDownDashed extends SvelteComponentTyped<ArrowDownDashedProps, ArrowDownDashedEvents, ArrowDownDashedSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M5 12h6m3 0h1.5m3 0h.5" }], ["path", { "d": "M5 12l6 6" }], ["path", { "d": "M5 12l6 -6" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="arrow-left-dashed" {...$$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 ArrowLeftDashedProps = typeof __propDef.props;
|
|
13
|
+
export type ArrowLeftDashedEvents = typeof __propDef.events;
|
|
14
|
+
export type ArrowLeftDashedSlots = typeof __propDef.slots;
|
|
15
|
+
export default class ArrowLeftDashed extends SvelteComponentTyped<ArrowLeftDashedProps, ArrowLeftDashedEvents, ArrowLeftDashedSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M12 5v.5m0 3v1.5m0 3v6" }], ["path", { "d": "M16 15l-4 4" }], ["path", { "d": "M8 15l4 4" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="arrow-narrow-down-dashed" {...$$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 ArrowNarrowDownDashedProps = typeof __propDef.props;
|
|
13
|
+
export type ArrowNarrowDownDashedEvents = typeof __propDef.events;
|
|
14
|
+
export type ArrowNarrowDownDashedSlots = typeof __propDef.slots;
|
|
15
|
+
export default class ArrowNarrowDownDashed extends SvelteComponentTyped<ArrowNarrowDownDashedProps, ArrowNarrowDownDashedEvents, ArrowNarrowDownDashedSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M5 12h6m3 0h1.5m3 0h.5" }], ["path", { "d": "M5 12l4 4" }], ["path", { "d": "M5 12l4 -4" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="arrow-narrow-left-dashed" {...$$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 ArrowNarrowLeftDashedProps = typeof __propDef.props;
|
|
13
|
+
export type ArrowNarrowLeftDashedEvents = typeof __propDef.events;
|
|
14
|
+
export type ArrowNarrowLeftDashedSlots = typeof __propDef.slots;
|
|
15
|
+
export default class ArrowNarrowLeftDashed extends SvelteComponentTyped<ArrowNarrowLeftDashedProps, ArrowNarrowLeftDashedEvents, ArrowNarrowLeftDashedSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M5 12h.5m3 0h1.5m3 0h6" }], ["path", { "d": "M15 16l4 -4" }], ["path", { "d": "M15 8l4 4" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="arrow-narrow-right-dashed" {...$$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 ArrowNarrowRightDashedProps = typeof __propDef.props;
|
|
13
|
+
export type ArrowNarrowRightDashedEvents = typeof __propDef.events;
|
|
14
|
+
export type ArrowNarrowRightDashedSlots = typeof __propDef.slots;
|
|
15
|
+
export default class ArrowNarrowRightDashed extends SvelteComponentTyped<ArrowNarrowRightDashedProps, ArrowNarrowRightDashedEvents, ArrowNarrowRightDashedSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M12 5v6m0 3v1.5m0 3v.5" }], ["path", { "d": "M16 9l-4 -4" }], ["path", { "d": "M8 9l4 -4" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="arrow-narrow-up-dashed" {...$$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 ArrowNarrowUpDashedProps = typeof __propDef.props;
|
|
13
|
+
export type ArrowNarrowUpDashedEvents = typeof __propDef.events;
|
|
14
|
+
export type ArrowNarrowUpDashedSlots = typeof __propDef.slots;
|
|
15
|
+
export default class ArrowNarrowUpDashed extends SvelteComponentTyped<ArrowNarrowUpDashedProps, ArrowNarrowUpDashedEvents, ArrowNarrowUpDashedSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M5 12h.5m3 0h1.5m3 0h6" }], ["path", { "d": "M13 18l6 -6" }], ["path", { "d": "M13 6l6 6" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="arrow-right-dashed" {...$$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 ArrowRightDashedProps = typeof __propDef.props;
|
|
13
|
+
export type ArrowRightDashedEvents = typeof __propDef.events;
|
|
14
|
+
export type ArrowRightDashedSlots = typeof __propDef.slots;
|
|
15
|
+
export default class ArrowRightDashed extends SvelteComponentTyped<ArrowRightDashedProps, ArrowRightDashedEvents, ArrowRightDashedSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M12 5v6m0 3v1.5m0 3v.5" }], ["path", { "d": "M18 11l-6 -6" }], ["path", { "d": "M6 11l6 -6" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="arrow-up-dashed" {...$$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 ArrowUpDashedProps = typeof __propDef.props;
|
|
13
|
+
export type ArrowUpDashedEvents = typeof __propDef.events;
|
|
14
|
+
export type ArrowUpDashedSlots = typeof __propDef.slots;
|
|
15
|
+
export default class ArrowUpDashed extends SvelteComponentTyped<ArrowUpDashedProps, ArrowUpDashedEvents, ArrowUpDashedSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M3 21h9" }], ["path", { "d": "M9 8h1" }], ["path", { "d": "M9 12h1" }], ["path", { "d": "M9 16h1" }], ["path", { "d": "M14 8h1" }], ["path", { "d": "M14 12h1" }], ["path", { "d": "M5 21v-16c0 -.53 .211 -1.039 .586 -1.414c.375 -.375 .884 -.586 1.414 -.586h10c.53 0 1.039 .211 1.414 .586c.375 .375 .586 .884 .586 1.414v7" }], ["path", { "d": "M16 18c0 .53 .211 1.039 .586 1.414c.375 .375 .884 .586 1.414 .586c.53 0 1.039 -.211 1.414 -.586c.375 -.375 .586 -.884 .586 -1.414c0 -.53 -.211 -1.039 -.586 -1.414c-.375 -.375 -.884 -.586 -1.414 -.586c-.53 0 -1.039 .211 -1.414 .586c-.375 .375 -.586 .884 -.586 1.414z" }], ["path", { "d": "M18 14.5v1.5" }], ["path", { "d": "M18 20v1.5" }], ["path", { "d": "M21.032 16.25l-1.299 .75" }], ["path", { "d": "M16.27 19l-1.3 .75" }], ["path", { "d": "M14.97 16.25l1.3 .75" }], ["path", { "d": "M19.733 19l1.3 .75" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="building-cog" {...$$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 BuildingCogProps = typeof __propDef.props;
|
|
13
|
+
export type BuildingCogEvents = typeof __propDef.events;
|
|
14
|
+
export type BuildingCogSlots = typeof __propDef.slots;
|
|
15
|
+
export default class BuildingCog extends SvelteComponentTyped<BuildingCogProps, BuildingCogEvents, BuildingCogSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M3 21h9" }], ["path", { "d": "M9 8h1" }], ["path", { "d": "M9 12h1" }], ["path", { "d": "M9 16h1" }], ["path", { "d": "M14 8h1" }], ["path", { "d": "M14 12h1" }], ["path", { "d": "M5 21v-16c0 -.53 .211 -1.039 .586 -1.414c.375 -.375 .884 -.586 1.414 -.586h10c.53 0 1.039 .211 1.414 .586c.375 .375 .586 .884 .586 1.414v7" }], ["path", { "d": "M16 19h6" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="building-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 BuildingMinusProps = typeof __propDef.props;
|
|
13
|
+
export type BuildingMinusEvents = typeof __propDef.events;
|
|
14
|
+
export type BuildingMinusSlots = typeof __propDef.slots;
|
|
15
|
+
export default class BuildingMinus extends SvelteComponentTyped<BuildingMinusProps, BuildingMinusEvents, BuildingMinusSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M3 21h9" }], ["path", { "d": "M9 8h1" }], ["path", { "d": "M9 12h1" }], ["path", { "d": "M9 16h1" }], ["path", { "d": "M14 8h1" }], ["path", { "d": "M14 12h1" }], ["path", { "d": "M5 21v-16c0 -.53 .211 -1.039 .586 -1.414c.375 -.375 .884 -.586 1.414 -.586h10c.53 0 1.039 .211 1.414 .586c.375 .375 .586 .884 .586 1.414v7" }], ["path", { "d": "M16 19h6" }], ["path", { "d": "M19 16v6" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="building-plus" {...$$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 BuildingPlusProps = typeof __propDef.props;
|
|
13
|
+
export type BuildingPlusEvents = typeof __propDef.events;
|
|
14
|
+
export type BuildingPlusSlots = typeof __propDef.slots;
|
|
15
|
+
export default class BuildingPlus extends SvelteComponentTyped<BuildingPlusProps, BuildingPlusEvents, BuildingPlusSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M19 4a4 4 0 0 1 4 4v8a4 4 0 0 1 -4 4h-14a4 4 0 0 1 -4 -4v-8a4 4 0 0 1 4 -4zm-13 5a1 1 0 0 0 -1 1v4a1 1 0 0 0 2 0v-4a1 1 0 0 0 -1 -1m5 0a3 3 0 0 0 0 6a1 1 0 0 0 .117 -1.993l-.117 -.007a1 1 0 0 1 -.117 -1.993l.117 -.007a1 1 0 0 0 0 -2m5 0a3 3 0 0 0 -2.995 2.824l-.005 .176a3 3 0 1 0 3 -3" }], ["path", { "d": "M16 11a1 1 0 1 0 0 2a1 1 0 0 0 0 -2" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="favicon-filled" {...$$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 FaviconFilledProps = typeof __propDef.props;
|
|
13
|
+
export type FaviconFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type FaviconFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class FaviconFilled extends SvelteComponentTyped<FaviconFilledProps, FaviconFilledEvents, FaviconFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M3 17h14.08a3 3 0 0 0 2.5 -1.34l2.141 -2.66h-17.221z" }], ["path", { "d": "M14.556 7.959l-.382 -1.415" }], ["path", { "d": "M6.107 12.675l1.384 -4.675h8l2.675 4.598" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="ferry" {...$$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 FerryProps = typeof __propDef.props;
|
|
13
|
+
export type FerryEvents = typeof __propDef.events;
|
|
14
|
+
export type FerrySlots = typeof __propDef.slots;
|
|
15
|
+
export default class Ferry extends SvelteComponentTyped<FerryProps, FerryEvents, FerrySlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M4.25 2.603a4.5 4.5 0 1 1 -2.25 3.897l.006 -.229a4.5 4.5 0 0 1 2.244 -3.668" }], ["path", { "d": "M5.632 13.504a1 1 0 0 1 1.736 0l4 7a1 1 0 0 1 -.868 1.496h-8a1 1 0 0 1 -.868 -1.496z" }], ["path", { "d": "M13.293 2.293a1 1 0 0 1 1.414 0l7 7a1 1 0 1 1 -1.414 1.414l-7 -7a1 1 0 0 1 0 -1.414" }], ["path", { "d": "M20.293 2.293a1 1 0 0 1 1.414 1.414l-7 7a1 1 0 0 1 -1.414 -1.414z" }], ["path", { "d": "M21 13a1 1 0 0 1 1 1v7a1 1 0 0 1 -1 1h-7a1 1 0 0 1 -1 -1v-7a1 1 0 0 1 1 -1z" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="icons-filled" {...$$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 IconsFilledProps = typeof __propDef.props;
|
|
13
|
+
export type IconsFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type IconsFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class IconsFilled extends SvelteComponentTyped<IconsFilledProps, IconsFilledEvents, IconsFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -181,6 +181,7 @@ export { default as IconArrowCurveLeft } from './arrow-curve-left.svelte';
|
|
|
181
181
|
export { default as IconArrowCurveRight } from './arrow-curve-right.svelte';
|
|
182
182
|
export { default as IconArrowDownBar } from './arrow-down-bar.svelte';
|
|
183
183
|
export { default as IconArrowDownCircle } from './arrow-down-circle.svelte';
|
|
184
|
+
export { default as IconArrowDownDashed } from './arrow-down-dashed.svelte';
|
|
184
185
|
export { default as IconArrowDownFromArc } from './arrow-down-from-arc.svelte';
|
|
185
186
|
export { default as IconArrowDownLeftCircle } from './arrow-down-left-circle.svelte';
|
|
186
187
|
export { default as IconArrowDownLeft } from './arrow-down-left.svelte';
|
|
@@ -201,6 +202,7 @@ export { default as IconArrowGuide } from './arrow-guide.svelte';
|
|
|
201
202
|
export { default as IconArrowIteration } from './arrow-iteration.svelte';
|
|
202
203
|
export { default as IconArrowLeftBar } from './arrow-left-bar.svelte';
|
|
203
204
|
export { default as IconArrowLeftCircle } from './arrow-left-circle.svelte';
|
|
205
|
+
export { default as IconArrowLeftDashed } from './arrow-left-dashed.svelte';
|
|
204
206
|
export { default as IconArrowLeftFromArc } from './arrow-left-from-arc.svelte';
|
|
205
207
|
export { default as IconArrowLeftRhombus } from './arrow-left-rhombus.svelte';
|
|
206
208
|
export { default as IconArrowLeftRight } from './arrow-left-right.svelte';
|
|
@@ -222,9 +224,13 @@ export { default as IconArrowMoveDown } from './arrow-move-down.svelte';
|
|
|
222
224
|
export { default as IconArrowMoveLeft } from './arrow-move-left.svelte';
|
|
223
225
|
export { default as IconArrowMoveRight } from './arrow-move-right.svelte';
|
|
224
226
|
export { default as IconArrowMoveUp } from './arrow-move-up.svelte';
|
|
227
|
+
export { default as IconArrowNarrowDownDashed } from './arrow-narrow-down-dashed.svelte';
|
|
225
228
|
export { default as IconArrowNarrowDown } from './arrow-narrow-down.svelte';
|
|
229
|
+
export { default as IconArrowNarrowLeftDashed } from './arrow-narrow-left-dashed.svelte';
|
|
226
230
|
export { default as IconArrowNarrowLeft } from './arrow-narrow-left.svelte';
|
|
231
|
+
export { default as IconArrowNarrowRightDashed } from './arrow-narrow-right-dashed.svelte';
|
|
227
232
|
export { default as IconArrowNarrowRight } from './arrow-narrow-right.svelte';
|
|
233
|
+
export { default as IconArrowNarrowUpDashed } from './arrow-narrow-up-dashed.svelte';
|
|
228
234
|
export { default as IconArrowNarrowUp } from './arrow-narrow-up.svelte';
|
|
229
235
|
export { default as IconArrowRampLeft2 } from './arrow-ramp-left-2.svelte';
|
|
230
236
|
export { default as IconArrowRampLeft3 } from './arrow-ramp-left-3.svelte';
|
|
@@ -234,6 +240,7 @@ export { default as IconArrowRampRight3 } from './arrow-ramp-right-3.svelte';
|
|
|
234
240
|
export { default as IconArrowRampRight } from './arrow-ramp-right.svelte';
|
|
235
241
|
export { default as IconArrowRightBar } from './arrow-right-bar.svelte';
|
|
236
242
|
export { default as IconArrowRightCircle } from './arrow-right-circle.svelte';
|
|
243
|
+
export { default as IconArrowRightDashed } from './arrow-right-dashed.svelte';
|
|
237
244
|
export { default as IconArrowRightFromArc } from './arrow-right-from-arc.svelte';
|
|
238
245
|
export { default as IconArrowRightRhombus } from './arrow-right-rhombus.svelte';
|
|
239
246
|
export { default as IconArrowRightSquare } from './arrow-right-square.svelte';
|
|
@@ -253,6 +260,7 @@ export { default as IconArrowSharpTurnLeft } from './arrow-sharp-turn-left.svelt
|
|
|
253
260
|
export { default as IconArrowSharpTurnRight } from './arrow-sharp-turn-right.svelte';
|
|
254
261
|
export { default as IconArrowUpBar } from './arrow-up-bar.svelte';
|
|
255
262
|
export { default as IconArrowUpCircle } from './arrow-up-circle.svelte';
|
|
263
|
+
export { default as IconArrowUpDashed } from './arrow-up-dashed.svelte';
|
|
256
264
|
export { default as IconArrowUpFromArc } from './arrow-up-from-arc.svelte';
|
|
257
265
|
export { default as IconArrowUpLeftCircle } from './arrow-up-left-circle.svelte';
|
|
258
266
|
export { default as IconArrowUpLeft } from './arrow-up-left.svelte';
|
|
@@ -1005,6 +1013,7 @@ export { default as IconBuildingCarousel } from './building-carousel.svelte';
|
|
|
1005
1013
|
export { default as IconBuildingCastle } from './building-castle.svelte';
|
|
1006
1014
|
export { default as IconBuildingChurch } from './building-church.svelte';
|
|
1007
1015
|
export { default as IconBuildingCircus } from './building-circus.svelte';
|
|
1016
|
+
export { default as IconBuildingCog } from './building-cog.svelte';
|
|
1008
1017
|
export { default as IconBuildingCommunity } from './building-community.svelte';
|
|
1009
1018
|
export { default as IconBuildingCottage } from './building-cottage.svelte';
|
|
1010
1019
|
export { default as IconBuildingEstate } from './building-estate.svelte';
|
|
@@ -1013,10 +1022,12 @@ export { default as IconBuildingFactory } from './building-factory.svelte';
|
|
|
1013
1022
|
export { default as IconBuildingFortress } from './building-fortress.svelte';
|
|
1014
1023
|
export { default as IconBuildingHospital } from './building-hospital.svelte';
|
|
1015
1024
|
export { default as IconBuildingLighthouse } from './building-lighthouse.svelte';
|
|
1025
|
+
export { default as IconBuildingMinus } from './building-minus.svelte';
|
|
1016
1026
|
export { default as IconBuildingMonument } from './building-monument.svelte';
|
|
1017
1027
|
export { default as IconBuildingMosque } from './building-mosque.svelte';
|
|
1018
1028
|
export { default as IconBuildingOff } from './building-off.svelte';
|
|
1019
1029
|
export { default as IconBuildingPavilion } from './building-pavilion.svelte';
|
|
1030
|
+
export { default as IconBuildingPlus } from './building-plus.svelte';
|
|
1020
1031
|
export { default as IconBuildingSkyscraper } from './building-skyscraper.svelte';
|
|
1021
1032
|
export { default as IconBuildingStadium } from './building-stadium.svelte';
|
|
1022
1033
|
export { default as IconBuildingStore } from './building-store.svelte';
|
|
@@ -2136,6 +2147,7 @@ export { default as IconFeatherOff } from './feather-off.svelte';
|
|
|
2136
2147
|
export { default as IconFeather } from './feather.svelte';
|
|
2137
2148
|
export { default as IconFenceOff } from './fence-off.svelte';
|
|
2138
2149
|
export { default as IconFence } from './fence.svelte';
|
|
2150
|
+
export { default as IconFerry } from './ferry.svelte';
|
|
2139
2151
|
export { default as IconFidgetSpinner } from './fidget-spinner.svelte';
|
|
2140
2152
|
export { default as IconFile3d } from './file-3d.svelte';
|
|
2141
2153
|
export { default as IconFileAi } from './file-ai.svelte';
|
|
@@ -3090,6 +3102,7 @@ export { default as IconMathTg } from './math-tg.svelte';
|
|
|
3090
3102
|
export { default as IconMathXDivide2 } from './math-x-divide-2.svelte';
|
|
3091
3103
|
export { default as IconMathXDivideY2 } from './math-x-divide-y-2.svelte';
|
|
3092
3104
|
export { default as IconMathXDivideY } from './math-x-divide-y.svelte';
|
|
3105
|
+
export { default as IconMathXFloorDivideY } from './math-x-floor-divide-y.svelte';
|
|
3093
3106
|
export { default as IconMathXMinusX } from './math-x-minus-x.svelte';
|
|
3094
3107
|
export { default as IconMathXMinusY } from './math-x-minus-y.svelte';
|
|
3095
3108
|
export { default as IconMathXPlusX } from './math-x-plus-x.svelte';
|
|
@@ -4825,6 +4838,7 @@ export { default as IconWritingOff } from './writing-off.svelte';
|
|
|
4825
4838
|
export { default as IconWritingSignOff } from './writing-sign-off.svelte';
|
|
4826
4839
|
export { default as IconWritingSign } from './writing-sign.svelte';
|
|
4827
4840
|
export { default as IconWriting } from './writing.svelte';
|
|
4841
|
+
export { default as IconXPowerY } from './x-power-y.svelte';
|
|
4828
4842
|
export { default as IconX } from './x.svelte';
|
|
4829
4843
|
export { default as IconXboxA } from './xbox-a.svelte';
|
|
4830
4844
|
export { default as IconXboxB } from './xbox-b.svelte';
|
|
@@ -5228,6 +5242,7 @@ export { default as IconEggFilled } from './egg-filled.svelte';
|
|
|
5228
5242
|
export { default as IconElevatorFilled } from './elevator-filled.svelte';
|
|
5229
5243
|
export { default as IconExclamationCircleFilled } from './exclamation-circle-filled.svelte';
|
|
5230
5244
|
export { default as IconEyeFilled } from './eye-filled.svelte';
|
|
5245
|
+
export { default as IconFaviconFilled } from './favicon-filled.svelte';
|
|
5231
5246
|
export { default as IconFeatherFilled } from './feather-filled.svelte';
|
|
5232
5247
|
export { default as IconFileXFilled } from './file-x-filled.svelte';
|
|
5233
5248
|
export { default as IconFileFilled } from './file-filled.svelte';
|
|
@@ -5305,6 +5320,7 @@ export { default as IconHexagonFilled } from './hexagon-filled.svelte';
|
|
|
5305
5320
|
export { default as IconHomeFilled } from './home-filled.svelte';
|
|
5306
5321
|
export { default as IconHospitalCircleFilled } from './hospital-circle-filled.svelte';
|
|
5307
5322
|
export { default as IconHourglassFilled } from './hourglass-filled.svelte';
|
|
5323
|
+
export { default as IconIconsFilled } from './icons-filled.svelte';
|
|
5308
5324
|
export { default as IconInfoCircleFilled } from './info-circle-filled.svelte';
|
|
5309
5325
|
export { default as IconInfoHexagonFilled } from './info-hexagon-filled.svelte';
|
|
5310
5326
|
export { default as IconInfoOctagonFilled } from './info-octagon-filled.svelte';
|
|
@@ -5319,6 +5335,10 @@ export { default as IconInnerShadowRightFilled } from './inner-shadow-right-fill
|
|
|
5319
5335
|
export { default as IconInnerShadowTopLeftFilled } from './inner-shadow-top-left-filled.svelte';
|
|
5320
5336
|
export { default as IconInnerShadowTopRightFilled } from './inner-shadow-top-right-filled.svelte';
|
|
5321
5337
|
export { default as IconInnerShadowTopFilled } from './inner-shadow-top-filled.svelte';
|
|
5338
|
+
export { default as IconIroning1Filled } from './ironing-1-filled.svelte';
|
|
5339
|
+
export { default as IconIroning2Filled } from './ironing-2-filled.svelte';
|
|
5340
|
+
export { default as IconIroning3Filled } from './ironing-3-filled.svelte';
|
|
5341
|
+
export { default as IconIroningSteamFilled } from './ironing-steam-filled.svelte';
|
|
5322
5342
|
export { default as IconIroningFilled } from './ironing-filled.svelte';
|
|
5323
5343
|
export { default as IconJetpackFilled } from './jetpack-filled.svelte';
|
|
5324
5344
|
export { default as IconJewishStarFilled } from './jewish-star-filled.svelte';
|
|
@@ -5419,6 +5439,21 @@ export { default as IconPillFilled } from './pill-filled.svelte';
|
|
|
5419
5439
|
export { default as IconPinFilled } from './pin-filled.svelte';
|
|
5420
5440
|
export { default as IconPinnedFilled } from './pinned-filled.svelte';
|
|
5421
5441
|
export { default as IconPizzaFilled } from './pizza-filled.svelte';
|
|
5442
|
+
export { default as IconPlayCard1Filled } from './play-card-1-filled.svelte';
|
|
5443
|
+
export { default as IconPlayCard10Filled } from './play-card-10-filled.svelte';
|
|
5444
|
+
export { default as IconPlayCard2Filled } from './play-card-2-filled.svelte';
|
|
5445
|
+
export { default as IconPlayCard3Filled } from './play-card-3-filled.svelte';
|
|
5446
|
+
export { default as IconPlayCard4Filled } from './play-card-4-filled.svelte';
|
|
5447
|
+
export { default as IconPlayCard5Filled } from './play-card-5-filled.svelte';
|
|
5448
|
+
export { default as IconPlayCard6Filled } from './play-card-6-filled.svelte';
|
|
5449
|
+
export { default as IconPlayCard7Filled } from './play-card-7-filled.svelte';
|
|
5450
|
+
export { default as IconPlayCard8Filled } from './play-card-8-filled.svelte';
|
|
5451
|
+
export { default as IconPlayCard9Filled } from './play-card-9-filled.svelte';
|
|
5452
|
+
export { default as IconPlayCardAFilled } from './play-card-a-filled.svelte';
|
|
5453
|
+
export { default as IconPlayCardJFilled } from './play-card-j-filled.svelte';
|
|
5454
|
+
export { default as IconPlayCardKFilled } from './play-card-k-filled.svelte';
|
|
5455
|
+
export { default as IconPlayCardQFilled } from './play-card-q-filled.svelte';
|
|
5456
|
+
export { default as IconPlayCardStarFilled } from './play-card-star-filled.svelte';
|
|
5422
5457
|
export { default as IconPlayerEjectFilled } from './player-eject-filled.svelte';
|
|
5423
5458
|
export { default as IconPlayerPauseFilled } from './player-pause-filled.svelte';
|
|
5424
5459
|
export { default as IconPlayerPlayFilled } from './player-play-filled.svelte';
|
|
@@ -5461,6 +5496,7 @@ export { default as IconShirtFilled } from './shirt-filled.svelte';
|
|
|
5461
5496
|
export { default as IconShoppingCartFilled } from './shopping-cart-filled.svelte';
|
|
5462
5497
|
export { default as IconSignLeftFilled } from './sign-left-filled.svelte';
|
|
5463
5498
|
export { default as IconSignRightFilled } from './sign-right-filled.svelte';
|
|
5499
|
+
export { default as IconSitemapFilled } from './sitemap-filled.svelte';
|
|
5464
5500
|
export { default as IconSortAscending2Filled } from './sort-ascending-2-filled.svelte';
|
|
5465
5501
|
export { default as IconSortAscendingShapesFilled } from './sort-ascending-shapes-filled.svelte';
|
|
5466
5502
|
export { default as IconSortDescending2Filled } from './sort-descending-2-filled.svelte';
|