@tabler/icons-svelte 3.4.0 → 3.6.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/align-left-2.svelte +6 -0
- package/dist/icons/align-left-2.svelte.d.ts +17 -0
- package/dist/icons/align-right-2.svelte +6 -0
- package/dist/icons/align-right-2.svelte.d.ts +17 -0
- package/dist/icons/automation.svelte +6 -0
- package/dist/icons/automation.svelte.d.ts +17 -0
- package/dist/icons/battery-automotive.svelte +1 -1
- package/dist/icons/binoculars-filled.svelte +6 -0
- package/dist/icons/binoculars-filled.svelte.d.ts +17 -0
- package/dist/icons/binoculars.svelte +6 -0
- package/dist/icons/binoculars.svelte.d.ts +17 -0
- package/dist/icons/building-off.svelte +6 -0
- package/dist/icons/building-off.svelte.d.ts +17 -0
- package/dist/icons/chart-bar-popular.svelte +6 -0
- package/dist/icons/chart-bar-popular.svelte.d.ts +17 -0
- package/dist/icons/chart-bar.svelte +1 -1
- package/dist/icons/chart-cohort.svelte +6 -0
- package/dist/icons/chart-cohort.svelte.d.ts +17 -0
- package/dist/icons/chart-funnel.svelte +6 -0
- package/dist/icons/chart-funnel.svelte.d.ts +17 -0
- package/dist/icons/circle-plus-filled.svelte +6 -0
- package/dist/icons/circle-plus-filled.svelte.d.ts +17 -0
- package/dist/icons/cliff-jumping.svelte +6 -0
- package/dist/icons/cliff-jumping.svelte.d.ts +17 -0
- package/dist/icons/contract.svelte +6 -0
- package/dist/icons/contract.svelte.d.ts +17 -0
- package/dist/icons/device-unknown.svelte +6 -0
- package/dist/icons/device-unknown.svelte.d.ts +17 -0
- package/dist/icons/file-excel.svelte +6 -0
- package/dist/icons/file-excel.svelte.d.ts +17 -0
- package/dist/icons/file-word.svelte +6 -0
- package/dist/icons/file-word.svelte.d.ts +17 -0
- package/dist/icons/index.d.ts +36 -0
- package/dist/icons/index.js +36 -0
- package/dist/icons/mood-angry-filled.svelte +6 -0
- package/dist/icons/mood-angry-filled.svelte.d.ts +17 -0
- package/dist/icons/mood-crazy-happy-filled.svelte +6 -0
- package/dist/icons/mood-crazy-happy-filled.svelte.d.ts +17 -0
- package/dist/icons/mood-wrrr-filled.svelte +6 -0
- package/dist/icons/mood-wrrr-filled.svelte.d.ts +17 -0
- package/dist/icons/object-scan.svelte +6 -0
- package/dist/icons/object-scan.svelte.d.ts +17 -0
- package/dist/icons/pill-filled.svelte +6 -0
- package/dist/icons/pill-filled.svelte.d.ts +17 -0
- package/dist/icons/receipt-filled.svelte +6 -0
- package/dist/icons/receipt-filled.svelte.d.ts +17 -0
- package/dist/icons/rosette-discount-filled.svelte +6 -0
- package/dist/icons/rosette-discount-filled.svelte.d.ts +17 -0
- package/dist/icons/scuba-diving-tank-filled.svelte +6 -0
- package/dist/icons/scuba-diving-tank-filled.svelte.d.ts +17 -0
- package/dist/icons/scuba-diving-tank.svelte +6 -0
- package/dist/icons/scuba-diving-tank.svelte.d.ts +17 -0
- package/dist/icons/steering-wheel-filled.svelte +6 -0
- package/dist/icons/steering-wheel-filled.svelte.d.ts +17 -0
- package/dist/icons/tag-filled.svelte +6 -0
- package/dist/icons/tag-filled.svelte.d.ts +17 -0
- package/dist/icons/tags-filled.svelte +6 -0
- package/dist/icons/tags-filled.svelte.d.ts +17 -0
- package/dist/icons/tax-euro.svelte +6 -0
- package/dist/icons/tax-euro.svelte.d.ts +17 -0
- package/dist/icons/tax-pound.svelte +6 -0
- package/dist/icons/tax-pound.svelte.d.ts +17 -0
- package/dist/icons/tax.svelte +6 -0
- package/dist/icons/tax.svelte.d.ts +17 -0
- package/dist/icons/timezone.svelte +6 -0
- package/dist/icons/timezone.svelte.d.ts +17 -0
- package/dist/icons/tip-jar-euro.svelte +6 -0
- package/dist/icons/tip-jar-euro.svelte.d.ts +17 -0
- package/dist/icons/tip-jar-pound.svelte +6 -0
- package/dist/icons/tip-jar-pound.svelte.d.ts +17 -0
- package/dist/icons/tip-jar.svelte +6 -0
- package/dist/icons/tip-jar.svelte.d.ts +17 -0
- package/dist/icons/viewport-narrow.svelte +1 -1
- package/dist/icons/viewport-short.svelte +6 -0
- package/dist/icons/viewport-short.svelte.d.ts +17 -0
- package/dist/icons/viewport-tall.svelte +6 -0
- package/dist/icons/viewport-tall.svelte.d.ts +17 -0
- package/dist/icons/viewport-wide.svelte +1 -1
- package/dist/icons-list.js +36 -0
- package/package.json +146 -2
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M4 4v16" }], ["path", { "d": "M8 6h12" }], ["path", { "d": "M8 12h6" }], ["path", { "d": "M8 18h10" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="align-left-2" {...$$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 AlignLeft_2Props = typeof __propDef.props;
|
|
13
|
+
export type AlignLeft_2Events = typeof __propDef.events;
|
|
14
|
+
export type AlignLeft_2Slots = typeof __propDef.slots;
|
|
15
|
+
export default class AlignLeft_2 extends SvelteComponentTyped<AlignLeft_2Props, AlignLeft_2Events, AlignLeft_2Slots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M20 4v16" }], ["path", { "d": "M4 6h12" }], ["path", { "d": "M10 12h6" }], ["path", { "d": "M6 18h10" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="align-right-2" {...$$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 AlignRight_2Props = typeof __propDef.props;
|
|
13
|
+
export type AlignRight_2Events = typeof __propDef.events;
|
|
14
|
+
export type AlignRight_2Slots = typeof __propDef.slots;
|
|
15
|
+
export default class AlignRight_2 extends SvelteComponentTyped<AlignRight_2Props, AlignRight_2Events, AlignRight_2Slots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M13 20.693c-.905 .628 -2.36 .292 -2.675 -1.01a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.492 .362 1.716 2.219 .674 3.03" }], ["path", { "d": "M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" }], ["path", { "d": "M17 22l5 -3l-5 -3z" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="automation" {...$$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 AutomationProps = typeof __propDef.props;
|
|
13
|
+
export type AutomationEvents = typeof __propDef.events;
|
|
14
|
+
export type AutomationSlots = typeof __propDef.slots;
|
|
15
|
+
export default class Automation extends SvelteComponentTyped<AutomationProps, AutomationEvents, AutomationSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<script>import Icon from '../Icon.svelte';
|
|
2
|
-
const iconNode = [["path", { "d": "M3
|
|
2
|
+
const iconNode = [["path", { "d": "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" }], ["path", { "d": "M6 5v-2" }], ["path", { "d": "M19 3v2" }], ["path", { "d": "M6.5 12h3" }], ["path", { "d": "M14.5 12h3" }], ["path", { "d": "M16 10.5v3" }]];
|
|
3
3
|
</script>
|
|
4
4
|
<Icon type="outline" name="battery-automotive" {...$$props} iconNode={iconNode}>
|
|
5
5
|
<slot/>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M8.887 6.748c-.163 0 -.337 .016 -.506 .057c-.172 .041 -.582 .165 -.838 .562l-.014 .02l-.607 1.05c-.307 .205 -.534 .46 -.693 .717l-.014 .02l-2.572 4.65a4.009 4.009 0 0 0 -.274 .494l-.006 .01a3.99 3.99 0 0 0 -.363 1.672a4 4 0 0 0 8 0v-1h2v1a4 4 0 1 0 7.635 -1.67l-.004 -.012a4.008 4.008 0 0 0 -.274 -.494l-2.572 -4.65l-.014 -.02a2.337 2.337 0 0 0 -.693 -.716l-.607 -1.051l-.014 -.02c-.256 -.397 -.667 -.52 -.838 -.562a2.225 2.225 0 0 0 -.664 -.051a2.06 2.06 0 0 0 -.68 .156c-.184 .081 -.638 .327 -.754 .889l-.007 .037l-.14 1.1c-.22 .283 -.374 .64 -.374 1.064v1h-2v-1c0 -.424 -.154 -.781 -.373 -1.064l-.14 -1.1l-.008 -.037c-.116 -.562 -.57 -.808 -.754 -.889a2.06 2.06 0 0 0 -.68 -.156a2.374 2.374 0 0 0 -.158 -.006zm-1.887 7.252a2 2 0 1 1 -1.838 1.209l.19 -.342c.36 -.523 .964 -.867 1.648 -.867zm10 0c.684 0 1.288 .344 1.648 .867l.19 .342a2 2 0 1 1 -1.838 -1.209z" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="binoculars-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 BinocularsFilledProps = typeof __propDef.props;
|
|
13
|
+
export type BinocularsFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type BinocularsFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class BinocularsFilled extends SvelteComponentTyped<BinocularsFilledProps, BinocularsFilledEvents, BinocularsFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M7 16m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" }], ["path", { "d": "M17 16m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" }], ["path", { "d": "M16.346 9.17l-.729 -1.261c-.16 -.248 -1.056 -.203 -1.117 .091l-.177 1.38" }], ["path", { "d": "M19.761 14.813l-2.84 -5.133c-.189 -.31 -.592 -.68 -1.421 -.68c-.828 0 -1.5 .448 -1.5 1v6" }], ["path", { "d": "M7.654 9.17l.729 -1.261c.16 -.249 1.056 -.203 1.117 .091l.177 1.38" }], ["path", { "d": "M4.239 14.813l2.84 -5.133c.189 -.31 .592 -.68 1.421 -.68c.828 0 1.5 .448 1.5 1v6" }], ["rect", { "width": "4", "height": "2", "x": "10", "y": "12" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="binoculars" {...$$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 BinocularsProps = typeof __propDef.props;
|
|
13
|
+
export type BinocularsEvents = typeof __propDef.events;
|
|
14
|
+
export type BinocularsSlots = typeof __propDef.slots;
|
|
15
|
+
export default class Binoculars extends SvelteComponentTyped<BinocularsProps, BinocularsEvents, BinocularsSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M3 21h18" }], ["path", { "d": "M9 12h1" }], ["path", { "d": "M9 16h1" }], ["path", { "d": "M14 8h1" }], ["path", { "d": "M14 16h1" }], ["path", { "d": "M5 21v-16" }], ["path", { "d": "M7 3h10c1 0 2 1 2 2v10" }], ["path", { "d": "M19 19v2" }], ["path", { "d": "M3 3l18 18" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="building-off" {...$$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 BuildingOffProps = typeof __propDef.props;
|
|
13
|
+
export type BuildingOffEvents = typeof __propDef.events;
|
|
14
|
+
export type BuildingOffSlots = typeof __propDef.slots;
|
|
15
|
+
export default class BuildingOff extends SvelteComponentTyped<BuildingOffProps, BuildingOffEvents, BuildingOffSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M3 13a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" }], ["path", { "d": "M9 9a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" }], ["path", { "d": "M15 5a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" }], ["path", { "d": "M4 20h14" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="chart-bar-popular" {...$$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 ChartBarPopularProps = typeof __propDef.props;
|
|
13
|
+
export type ChartBarPopularEvents = typeof __propDef.events;
|
|
14
|
+
export type ChartBarPopularSlots = typeof __propDef.slots;
|
|
15
|
+
export default class ChartBarPopular extends SvelteComponentTyped<ChartBarPopularProps, ChartBarPopularEvents, ChartBarPopularSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<script>import Icon from '../Icon.svelte';
|
|
2
|
-
const iconNode = [["path", { "d": "M3
|
|
2
|
+
const iconNode = [["path", { "d": "M3 13a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" }], ["path", { "d": "M15 9a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" }], ["path", { "d": "M9 5a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" }], ["path", { "d": "M4 20h14" }]];
|
|
3
3
|
</script>
|
|
4
4
|
<Icon type="outline" name="chart-bar" {...$$props} iconNode={iconNode}>
|
|
5
5
|
<slot/>
|
|
@@ -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 ChartCohortProps = typeof __propDef.props;
|
|
13
|
+
export type ChartCohortEvents = typeof __propDef.events;
|
|
14
|
+
export type ChartCohortSlots = typeof __propDef.slots;
|
|
15
|
+
export default class ChartCohort extends SvelteComponentTyped<ChartCohortProps, ChartCohortEvents, ChartCohortSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M4.387 3h15.226a1 1 0 0 1 .948 1.316l-5.105 15.316a2 2 0 0 1 -1.898 1.368h-3.116a2 2 0 0 1 -1.898 -1.368l-5.104 -15.316a1 1 0 0 1 .947 -1.316" }], ["path", { "d": "M5 9h14" }], ["path", { "d": "M7 15h10" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="chart-funnel" {...$$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 ChartFunnelProps = typeof __propDef.props;
|
|
13
|
+
export type ChartFunnelEvents = typeof __propDef.events;
|
|
14
|
+
export type ChartFunnelSlots = typeof __propDef.slots;
|
|
15
|
+
export default class ChartFunnel extends SvelteComponentTyped<ChartFunnelProps, ChartFunnelEvents, ChartFunnelSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "fill-rule": "evenodd", "d": "M4.929 4.929A10 10 0 1 1 19.07 19.07 10 10 0 0 1 4.93 4.93ZM13 9a1 1 0 1 0 -2 0v2H9a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0v-2h2a1 1 0 1 0 0 -2h-2V9Z", "clip-rule": "evenodd" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="circle-plus-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 CirclePlusFilledProps = typeof __propDef.props;
|
|
13
|
+
export type CirclePlusFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type CirclePlusFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class CirclePlusFilled extends SvelteComponentTyped<CirclePlusFilledProps, CirclePlusFilledEvents, CirclePlusFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M14 7a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" }], ["path", { "d": "M10.5 18l2.5 2l2 -2" }], ["path", { "d": "M18 21l3 -3l-4 -2l-1 -5" }], ["path", { "d": "M10.5 7.5l2 3l3.5 .5l3 -2l.5 -3" }], ["path", { "d": "M4 21v-1l2 -3l.5 -2.5l1.5 -2.5l-1 -5l1 -3l-1 -1l-2 .5l-2 -.5" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="cliff-jumping" {...$$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 CliffJumpingProps = typeof __propDef.props;
|
|
13
|
+
export type CliffJumpingEvents = typeof __propDef.events;
|
|
14
|
+
export type CliffJumpingSlots = typeof __propDef.slots;
|
|
15
|
+
export default class CliffJumping extends SvelteComponentTyped<CliffJumpingProps, CliffJumpingEvents, CliffJumpingSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M8 21h-2a3 3 0 0 1 -3 -3v-1h5.5" }], ["path", { "d": "M17 8.5v-3.5a2 2 0 1 1 2 2h-2" }], ["path", { "d": "M19 3h-11a3 3 0 0 0 -3 3v11" }], ["path", { "d": "M9 7h4" }], ["path", { "d": "M9 11h4" }], ["path", { "d": "M18.42 12.61a2.1 2.1 0 0 1 2.97 2.97l-6.39 6.42h-3v-3z" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="contract" {...$$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 ContractProps = typeof __propDef.props;
|
|
13
|
+
export type ContractEvents = typeof __propDef.events;
|
|
14
|
+
export type ContractSlots = typeof __propDef.slots;
|
|
15
|
+
export default class Contract extends SvelteComponentTyped<ContractProps, ContractEvents, ContractSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M5 5a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z" }], ["path", { "d": "M12 16v.01" }], ["path", { "d": "M12 13a2 2 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="device-unknown" {...$$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 DeviceUnknownProps = typeof __propDef.props;
|
|
13
|
+
export type DeviceUnknownEvents = typeof __propDef.events;
|
|
14
|
+
export type DeviceUnknownSlots = typeof __propDef.slots;
|
|
15
|
+
export default class DeviceUnknown extends SvelteComponentTyped<DeviceUnknownProps, DeviceUnknownEvents, DeviceUnknownSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2" }], ["path", { "d": "M10 12l4 5" }], ["path", { "d": "M10 17l4 -5" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="file-excel" {...$$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 FileExcelProps = typeof __propDef.props;
|
|
13
|
+
export type FileExcelEvents = typeof __propDef.events;
|
|
14
|
+
export type FileExcelSlots = typeof __propDef.slots;
|
|
15
|
+
export default class FileExcel extends SvelteComponentTyped<FileExcelProps, FileExcelEvents, FileExcelSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4" }], ["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2" }], ["path", { "d": "M9 12l1.333 5l1.667 -4l1.667 4l1.333 -5" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="file-word" {...$$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 FileWordProps = typeof __propDef.props;
|
|
13
|
+
export type FileWordEvents = typeof __propDef.events;
|
|
14
|
+
export type FileWordSlots = typeof __propDef.slots;
|
|
15
|
+
export default class FileWord extends SvelteComponentTyped<FileWordProps, FileWordEvents, FileWordSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -88,7 +88,9 @@ export { default as IconAlignBoxTopLeft } from './align-box-top-left.svelte';
|
|
|
88
88
|
export { default as IconAlignBoxTopRight } from './align-box-top-right.svelte';
|
|
89
89
|
export { default as IconAlignCenter } from './align-center.svelte';
|
|
90
90
|
export { default as IconAlignJustified } from './align-justified.svelte';
|
|
91
|
+
export { default as IconAlignLeft2 } from './align-left-2.svelte';
|
|
91
92
|
export { default as IconAlignLeft } from './align-left.svelte';
|
|
93
|
+
export { default as IconAlignRight2 } from './align-right-2.svelte';
|
|
92
94
|
export { default as IconAlignRight } from './align-right.svelte';
|
|
93
95
|
export { default as IconAlpha } from './alpha.svelte';
|
|
94
96
|
export { default as IconAlphabetCyrillic } from './alphabet-cyrillic.svelte';
|
|
@@ -322,6 +324,7 @@ export { default as IconAugmentedRealityOff } from './augmented-reality-off.svel
|
|
|
322
324
|
export { default as IconAugmentedReality } from './augmented-reality.svelte';
|
|
323
325
|
export { default as IconAuth2fa } from './auth-2fa.svelte';
|
|
324
326
|
export { default as IconAutomaticGearbox } from './automatic-gearbox.svelte';
|
|
327
|
+
export { default as IconAutomation } from './automation.svelte';
|
|
325
328
|
export { default as IconAvocado } from './avocado.svelte';
|
|
326
329
|
export { default as IconAwardOff } from './award-off.svelte';
|
|
327
330
|
export { default as IconAward } from './award.svelte';
|
|
@@ -457,6 +460,7 @@ export { default as IconBinaryOff } from './binary-off.svelte';
|
|
|
457
460
|
export { default as IconBinaryTree2 } from './binary-tree-2.svelte';
|
|
458
461
|
export { default as IconBinaryTree } from './binary-tree.svelte';
|
|
459
462
|
export { default as IconBinary } from './binary.svelte';
|
|
463
|
+
export { default as IconBinoculars } from './binoculars.svelte';
|
|
460
464
|
export { default as IconBiohazardOff } from './biohazard-off.svelte';
|
|
461
465
|
export { default as IconBiohazard } from './biohazard.svelte';
|
|
462
466
|
export { default as IconBlade } from './blade.svelte';
|
|
@@ -977,6 +981,7 @@ export { default as IconBuildingHospital } from './building-hospital.svelte';
|
|
|
977
981
|
export { default as IconBuildingLighthouse } from './building-lighthouse.svelte';
|
|
978
982
|
export { default as IconBuildingMonument } from './building-monument.svelte';
|
|
979
983
|
export { default as IconBuildingMosque } from './building-mosque.svelte';
|
|
984
|
+
export { default as IconBuildingOff } from './building-off.svelte';
|
|
980
985
|
export { default as IconBuildingPavilion } from './building-pavilion.svelte';
|
|
981
986
|
export { default as IconBuildingSkyscraper } from './building-skyscraper.svelte';
|
|
982
987
|
export { default as IconBuildingStadium } from './building-stadium.svelte';
|
|
@@ -1131,10 +1136,12 @@ export { default as IconChartArea } from './chart-area.svelte';
|
|
|
1131
1136
|
export { default as IconChartArrowsVertical } from './chart-arrows-vertical.svelte';
|
|
1132
1137
|
export { default as IconChartArrows } from './chart-arrows.svelte';
|
|
1133
1138
|
export { default as IconChartBarOff } from './chart-bar-off.svelte';
|
|
1139
|
+
export { default as IconChartBarPopular } from './chart-bar-popular.svelte';
|
|
1134
1140
|
export { default as IconChartBar } from './chart-bar.svelte';
|
|
1135
1141
|
export { default as IconChartBubble } from './chart-bubble.svelte';
|
|
1136
1142
|
export { default as IconChartCandle } from './chart-candle.svelte';
|
|
1137
1143
|
export { default as IconChartCircles } from './chart-circles.svelte';
|
|
1144
|
+
export { default as IconChartCohort } from './chart-cohort.svelte';
|
|
1138
1145
|
export { default as IconChartDonut2 } from './chart-donut-2.svelte';
|
|
1139
1146
|
export { default as IconChartDonut3 } from './chart-donut-3.svelte';
|
|
1140
1147
|
export { default as IconChartDonut4 } from './chart-donut-4.svelte';
|
|
@@ -1142,6 +1149,7 @@ export { default as IconChartDonut } from './chart-donut.svelte';
|
|
|
1142
1149
|
export { default as IconChartDots2 } from './chart-dots-2.svelte';
|
|
1143
1150
|
export { default as IconChartDots3 } from './chart-dots-3.svelte';
|
|
1144
1151
|
export { default as IconChartDots } from './chart-dots.svelte';
|
|
1152
|
+
export { default as IconChartFunnel } from './chart-funnel.svelte';
|
|
1145
1153
|
export { default as IconChartGridDots } from './chart-grid-dots.svelte';
|
|
1146
1154
|
export { default as IconChartHistogram } from './chart-histogram.svelte';
|
|
1147
1155
|
export { default as IconChartInfographic } from './chart-infographic.svelte';
|
|
@@ -1313,6 +1321,7 @@ export { default as IconCircuitVoltmeter } from './circuit-voltmeter.svelte';
|
|
|
1313
1321
|
export { default as IconClearAll } from './clear-all.svelte';
|
|
1314
1322
|
export { default as IconClearFormatting } from './clear-formatting.svelte';
|
|
1315
1323
|
export { default as IconClick } from './click.svelte';
|
|
1324
|
+
export { default as IconCliffJumping } from './cliff-jumping.svelte';
|
|
1316
1325
|
export { default as IconClipboardCheck } from './clipboard-check.svelte';
|
|
1317
1326
|
export { default as IconClipboardCopy } from './clipboard-copy.svelte';
|
|
1318
1327
|
export { default as IconClipboardData } from './clipboard-data.svelte';
|
|
@@ -1454,6 +1463,7 @@ export { default as IconConfetti } from './confetti.svelte';
|
|
|
1454
1463
|
export { default as IconConfucius } from './confucius.svelte';
|
|
1455
1464
|
export { default as IconContainerOff } from './container-off.svelte';
|
|
1456
1465
|
export { default as IconContainer } from './container.svelte';
|
|
1466
|
+
export { default as IconContract } from './contract.svelte';
|
|
1457
1467
|
export { default as IconContrast2Off } from './contrast-2-off.svelte';
|
|
1458
1468
|
export { default as IconContrast2 } from './contrast-2.svelte';
|
|
1459
1469
|
export { default as IconContrastOff } from './contrast-off.svelte';
|
|
@@ -1800,6 +1810,7 @@ export { default as IconDeviceTablet } from './device-tablet.svelte';
|
|
|
1800
1810
|
export { default as IconDeviceTvOff } from './device-tv-off.svelte';
|
|
1801
1811
|
export { default as IconDeviceTvOld } from './device-tv-old.svelte';
|
|
1802
1812
|
export { default as IconDeviceTv } from './device-tv.svelte';
|
|
1813
|
+
export { default as IconDeviceUnknown } from './device-unknown.svelte';
|
|
1803
1814
|
export { default as IconDeviceUsb } from './device-usb.svelte';
|
|
1804
1815
|
export { default as IconDeviceVisionPro } from './device-vision-pro.svelte';
|
|
1805
1816
|
export { default as IconDeviceWatchBolt } from './device-watch-bolt.svelte';
|
|
@@ -2045,6 +2056,7 @@ export { default as IconFileDollar } from './file-dollar.svelte';
|
|
|
2045
2056
|
export { default as IconFileDots } from './file-dots.svelte';
|
|
2046
2057
|
export { default as IconFileDownload } from './file-download.svelte';
|
|
2047
2058
|
export { default as IconFileEuro } from './file-euro.svelte';
|
|
2059
|
+
export { default as IconFileExcel } from './file-excel.svelte';
|
|
2048
2060
|
export { default as IconFileExport } from './file-export.svelte';
|
|
2049
2061
|
export { default as IconFileFunction } from './file-function.svelte';
|
|
2050
2062
|
export { default as IconFileHorizontal } from './file-horizontal.svelte';
|
|
@@ -2108,6 +2120,7 @@ export { default as IconFileTypography } from './file-typography.svelte';
|
|
|
2108
2120
|
export { default as IconFileUnknown } from './file-unknown.svelte';
|
|
2109
2121
|
export { default as IconFileUpload } from './file-upload.svelte';
|
|
2110
2122
|
export { default as IconFileVector } from './file-vector.svelte';
|
|
2123
|
+
export { default as IconFileWord } from './file-word.svelte';
|
|
2111
2124
|
export { default as IconFileX } from './file-x.svelte';
|
|
2112
2125
|
export { default as IconFileZip } from './file-zip.svelte';
|
|
2113
2126
|
export { default as IconFile } from './file.svelte';
|
|
@@ -3254,6 +3267,7 @@ export { default as IconNumber } from './number.svelte';
|
|
|
3254
3267
|
export { default as IconNumbers } from './numbers.svelte';
|
|
3255
3268
|
export { default as IconNurse } from './nurse.svelte';
|
|
3256
3269
|
export { default as IconNut } from './nut.svelte';
|
|
3270
|
+
export { default as IconObjectScan } from './object-scan.svelte';
|
|
3257
3271
|
export { default as IconOctagonMinus2 } from './octagon-minus-2.svelte';
|
|
3258
3272
|
export { default as IconOctagonMinus } from './octagon-minus.svelte';
|
|
3259
3273
|
export { default as IconOctagonOff } from './octagon-off.svelte';
|
|
@@ -3745,6 +3759,7 @@ export { default as IconScriptMinus } from './script-minus.svelte';
|
|
|
3745
3759
|
export { default as IconScriptPlus } from './script-plus.svelte';
|
|
3746
3760
|
export { default as IconScriptX } from './script-x.svelte';
|
|
3747
3761
|
export { default as IconScript } from './script.svelte';
|
|
3762
|
+
export { default as IconScubaDivingTank } from './scuba-diving-tank.svelte';
|
|
3748
3763
|
export { default as IconScubaDiving } from './scuba-diving.svelte';
|
|
3749
3764
|
export { default as IconScubaMaskOff } from './scuba-mask-off.svelte';
|
|
3750
3765
|
export { default as IconScubaMask } from './scuba-mask.svelte';
|
|
@@ -4192,6 +4207,9 @@ export { default as IconTank } from './tank.svelte';
|
|
|
4192
4207
|
export { default as IconTargetArrow } from './target-arrow.svelte';
|
|
4193
4208
|
export { default as IconTargetOff } from './target-off.svelte';
|
|
4194
4209
|
export { default as IconTarget } from './target.svelte';
|
|
4210
|
+
export { default as IconTaxEuro } from './tax-euro.svelte';
|
|
4211
|
+
export { default as IconTaxPound } from './tax-pound.svelte';
|
|
4212
|
+
export { default as IconTax } from './tax.svelte';
|
|
4195
4213
|
export { default as IconTeapot } from './teapot.svelte';
|
|
4196
4214
|
export { default as IconTelescopeOff } from './telescope-off.svelte';
|
|
4197
4215
|
export { default as IconTelescope } from './telescope.svelte';
|
|
@@ -4260,6 +4278,10 @@ export { default as IconTimelineEventText } from './timeline-event-text.svelte';
|
|
|
4260
4278
|
export { default as IconTimelineEventX } from './timeline-event-x.svelte';
|
|
4261
4279
|
export { default as IconTimelineEvent } from './timeline-event.svelte';
|
|
4262
4280
|
export { default as IconTimeline } from './timeline.svelte';
|
|
4281
|
+
export { default as IconTimezone } from './timezone.svelte';
|
|
4282
|
+
export { default as IconTipJarEuro } from './tip-jar-euro.svelte';
|
|
4283
|
+
export { default as IconTipJarPound } from './tip-jar-pound.svelte';
|
|
4284
|
+
export { default as IconTipJar } from './tip-jar.svelte';
|
|
4263
4285
|
export { default as IconTir } from './tir.svelte';
|
|
4264
4286
|
export { default as IconToggleLeft } from './toggle-left.svelte';
|
|
4265
4287
|
export { default as IconToggleRight } from './toggle-right.svelte';
|
|
@@ -4438,6 +4460,8 @@ export { default as IconView360 } from './view-360.svelte';
|
|
|
4438
4460
|
export { default as IconViewfinderOff } from './viewfinder-off.svelte';
|
|
4439
4461
|
export { default as IconViewfinder } from './viewfinder.svelte';
|
|
4440
4462
|
export { default as IconViewportNarrow } from './viewport-narrow.svelte';
|
|
4463
|
+
export { default as IconViewportShort } from './viewport-short.svelte';
|
|
4464
|
+
export { default as IconViewportTall } from './viewport-tall.svelte';
|
|
4441
4465
|
export { default as IconViewportWide } from './viewport-wide.svelte';
|
|
4442
4466
|
export { default as IconVinyl } from './vinyl.svelte';
|
|
4443
4467
|
export { default as IconVipOff } from './vip-off.svelte';
|
|
@@ -4690,6 +4714,7 @@ export { default as IconBellRingingFilled } from './bell-ringing-filled.svelte';
|
|
|
4690
4714
|
export { default as IconBellXFilled } from './bell-x-filled.svelte';
|
|
4691
4715
|
export { default as IconBellZFilled } from './bell-z-filled.svelte';
|
|
4692
4716
|
export { default as IconBellFilled } from './bell-filled.svelte';
|
|
4717
|
+
export { default as IconBinocularsFilled } from './binoculars-filled.svelte';
|
|
4693
4718
|
export { default as IconBiohazardFilled } from './biohazard-filled.svelte';
|
|
4694
4719
|
export { default as IconBladeFilled } from './blade-filled.svelte';
|
|
4695
4720
|
export { default as IconBlobFilled } from './blob-filled.svelte';
|
|
@@ -4821,6 +4846,7 @@ export { default as IconCircleNumber7Filled } from './circle-number-7-filled.sve
|
|
|
4821
4846
|
export { default as IconCircleNumber8Filled } from './circle-number-8-filled.svelte';
|
|
4822
4847
|
export { default as IconCircleNumber9Filled } from './circle-number-9-filled.svelte';
|
|
4823
4848
|
export { default as IconCirclePercentageFilled } from './circle-percentage-filled.svelte';
|
|
4849
|
+
export { default as IconCirclePlusFilled } from './circle-plus-filled.svelte';
|
|
4824
4850
|
export { default as IconCircleXFilled } from './circle-x-filled.svelte';
|
|
4825
4851
|
export { default as IconCircleFilled } from './circle-filled.svelte';
|
|
4826
4852
|
export { default as IconCirclesFilled } from './circles-filled.svelte';
|
|
@@ -5035,13 +5061,16 @@ export { default as IconMessageFilled } from './message-filled.svelte';
|
|
|
5035
5061
|
export { default as IconMickeyFilled } from './mickey-filled.svelte';
|
|
5036
5062
|
export { default as IconMicrophoneFilled } from './microphone-filled.svelte';
|
|
5037
5063
|
export { default as IconMicrowaveFilled } from './microwave-filled.svelte';
|
|
5064
|
+
export { default as IconMoodAngryFilled } from './mood-angry-filled.svelte';
|
|
5038
5065
|
export { default as IconMoodConfuzedFilled } from './mood-confuzed-filled.svelte';
|
|
5066
|
+
export { default as IconMoodCrazyHappyFilled } from './mood-crazy-happy-filled.svelte';
|
|
5039
5067
|
export { default as IconMoodEmptyFilled } from './mood-empty-filled.svelte';
|
|
5040
5068
|
export { default as IconMoodHappyFilled } from './mood-happy-filled.svelte';
|
|
5041
5069
|
export { default as IconMoodKidFilled } from './mood-kid-filled.svelte';
|
|
5042
5070
|
export { default as IconMoodNeutralFilled } from './mood-neutral-filled.svelte';
|
|
5043
5071
|
export { default as IconMoodSadFilled } from './mood-sad-filled.svelte';
|
|
5044
5072
|
export { default as IconMoodSmileFilled } from './mood-smile-filled.svelte';
|
|
5073
|
+
export { default as IconMoodWrrrFilled } from './mood-wrrr-filled.svelte';
|
|
5045
5074
|
export { default as IconMoonFilled } from './moon-filled.svelte';
|
|
5046
5075
|
export { default as IconMouseFilled } from './mouse-filled.svelte';
|
|
5047
5076
|
export { default as IconMushroomFilled } from './mushroom-filled.svelte';
|
|
@@ -5061,6 +5090,7 @@ export { default as IconPhoneFilled } from './phone-filled.svelte';
|
|
|
5061
5090
|
export { default as IconPhotoFilled } from './photo-filled.svelte';
|
|
5062
5091
|
export { default as IconPictureInPictureTopFilled } from './picture-in-picture-top-filled.svelte';
|
|
5063
5092
|
export { default as IconPictureInPictureFilled } from './picture-in-picture-filled.svelte';
|
|
5093
|
+
export { default as IconPillFilled } from './pill-filled.svelte';
|
|
5064
5094
|
export { default as IconPinFilled } from './pin-filled.svelte';
|
|
5065
5095
|
export { default as IconPinnedFilled } from './pinned-filled.svelte';
|
|
5066
5096
|
export { default as IconPlayerEjectFilled } from './player-eject-filled.svelte';
|
|
@@ -5079,6 +5109,7 @@ export { default as IconPooFilled } from './poo-filled.svelte';
|
|
|
5079
5109
|
export { default as IconPuzzleFilled } from './puzzle-filled.svelte';
|
|
5080
5110
|
export { default as IconRadarFilled } from './radar-filled.svelte';
|
|
5081
5111
|
export { default as IconRadioactiveFilled } from './radioactive-filled.svelte';
|
|
5112
|
+
export { default as IconReceiptFilled } from './receipt-filled.svelte';
|
|
5082
5113
|
export { default as IconRectangleVerticalFilled } from './rectangle-vertical-filled.svelte';
|
|
5083
5114
|
export { default as IconRectangleFilled } from './rectangle-filled.svelte';
|
|
5084
5115
|
export { default as IconRelationManyToManyFilled } from './relation-many-to-many-filled.svelte';
|
|
@@ -5086,7 +5117,9 @@ export { default as IconRelationOneToManyFilled } from './relation-one-to-many-f
|
|
|
5086
5117
|
export { default as IconRelationOneToOneFilled } from './relation-one-to-one-filled.svelte';
|
|
5087
5118
|
export { default as IconReplaceFilled } from './replace-filled.svelte';
|
|
5088
5119
|
export { default as IconRosetteDiscountCheckFilled } from './rosette-discount-check-filled.svelte';
|
|
5120
|
+
export { default as IconRosetteDiscountFilled } from './rosette-discount-filled.svelte';
|
|
5089
5121
|
export { default as IconRosetteFilled } from './rosette-filled.svelte';
|
|
5122
|
+
export { default as IconScubaDivingTankFilled } from './scuba-diving-tank-filled.svelte';
|
|
5090
5123
|
export { default as IconSectionFilled } from './section-filled.svelte';
|
|
5091
5124
|
export { default as IconSettingsFilled } from './settings-filled.svelte';
|
|
5092
5125
|
export { default as IconShieldCheckFilled } from './shield-check-filled.svelte';
|
|
@@ -5225,9 +5258,12 @@ export { default as IconStackFilled } from './stack-filled.svelte';
|
|
|
5225
5258
|
export { default as IconStarHalfFilled } from './star-half-filled.svelte';
|
|
5226
5259
|
export { default as IconStarFilled } from './star-filled.svelte';
|
|
5227
5260
|
export { default as IconStarsFilled } from './stars-filled.svelte';
|
|
5261
|
+
export { default as IconSteeringWheelFilled } from './steering-wheel-filled.svelte';
|
|
5228
5262
|
export { default as IconSunFilled } from './sun-filled.svelte';
|
|
5229
5263
|
export { default as IconSunglassesFilled } from './sunglasses-filled.svelte';
|
|
5230
5264
|
export { default as IconTableFilled } from './table-filled.svelte';
|
|
5265
|
+
export { default as IconTagFilled } from './tag-filled.svelte';
|
|
5266
|
+
export { default as IconTagsFilled } from './tags-filled.svelte';
|
|
5231
5267
|
export { default as IconThumbDownFilled } from './thumb-down-filled.svelte';
|
|
5232
5268
|
export { default as IconThumbUpFilled } from './thumb-up-filled.svelte';
|
|
5233
5269
|
export { default as IconTiltShiftFilled } from './tilt-shift-filled.svelte';
|