@tabler/icons-svelte 3.22.0 → 3.24.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/alarm-smoke.svelte +6 -0
- package/dist/icons/alarm-smoke.svelte.d.ts +17 -0
- package/dist/icons/assembly-off.svelte +1 -1
- package/dist/icons/assembly.svelte +1 -1
- package/dist/icons/badge-2k.svelte +6 -0
- package/dist/icons/badge-2k.svelte.d.ts +17 -0
- package/dist/icons/badge-3k.svelte +6 -0
- package/dist/icons/badge-3k.svelte.d.ts +17 -0
- package/dist/icons/badge-5k.svelte +6 -0
- package/dist/icons/badge-5k.svelte.d.ts +17 -0
- package/dist/icons/badge-8k.svelte +1 -1
- package/dist/icons/blocks.svelte +6 -0
- package/dist/icons/blocks.svelte.d.ts +17 -0
- package/dist/icons/bowling.svelte +6 -0
- package/dist/icons/bowling.svelte.d.ts +17 -0
- package/dist/icons/brand-bitbucket-filled.svelte +6 -0
- package/dist/icons/brand-bitbucket-filled.svelte.d.ts +17 -0
- package/dist/icons/browser-maximize.svelte +6 -0
- package/dist/icons/browser-maximize.svelte.d.ts +17 -0
- package/dist/icons/browser-minus.svelte +6 -0
- package/dist/icons/browser-minus.svelte.d.ts +17 -0
- package/dist/icons/browser-plus.svelte +1 -1
- package/dist/icons/browser-share.svelte +6 -0
- package/dist/icons/browser-share.svelte.d.ts +17 -0
- package/dist/icons/browser.svelte +1 -1
- package/dist/icons/cake-roll.svelte +6 -0
- package/dist/icons/cake-roll.svelte.d.ts +17 -0
- package/dist/icons/calendar-event-filled.svelte +6 -0
- package/dist/icons/calendar-event-filled.svelte.d.ts +17 -0
- package/dist/icons/calendar-month-filled.svelte +6 -0
- package/dist/icons/calendar-month-filled.svelte.d.ts +17 -0
- package/dist/icons/calendar-week-filled.svelte +6 -0
- package/dist/icons/calendar-week-filled.svelte.d.ts +17 -0
- package/dist/icons/candle-filled.svelte +1 -1
- package/dist/icons/candle.svelte +1 -1
- package/dist/icons/code-variable-minus.svelte +6 -0
- package/dist/icons/code-variable-minus.svelte.d.ts +17 -0
- package/dist/icons/code-variable-plus.svelte +6 -0
- package/dist/icons/code-variable-plus.svelte.d.ts +17 -0
- package/dist/icons/code-variable.svelte +6 -0
- package/dist/icons/code-variable.svelte.d.ts +17 -0
- package/dist/icons/direction-arrows-filled.svelte +6 -0
- package/dist/icons/direction-arrows-filled.svelte.d.ts +17 -0
- package/dist/icons/droplets-filled.svelte +6 -0
- package/dist/icons/droplets-filled.svelte.d.ts +17 -0
- package/dist/icons/exposure-off.svelte +1 -1
- package/dist/icons/exposure.svelte +1 -1
- package/dist/icons/eyeglass-filled.svelte +6 -0
- package/dist/icons/eyeglass-filled.svelte.d.ts +17 -0
- package/dist/icons/ferry.svelte +1 -1
- package/dist/icons/filters-filled.svelte +6 -0
- package/dist/icons/filters-filled.svelte.d.ts +17 -0
- package/dist/icons/flame-filled.svelte +6 -0
- package/dist/icons/flame-filled.svelte.d.ts +17 -0
- package/dist/icons/flame.svelte +1 -1
- package/dist/icons/flare-filled.svelte +6 -0
- package/dist/icons/flare-filled.svelte.d.ts +17 -0
- package/dist/icons/folders-filled.svelte +6 -0
- package/dist/icons/folders-filled.svelte.d.ts +17 -0
- package/dist/icons/folders.svelte +1 -1
- package/dist/icons/garden-cart-filled.svelte +6 -0
- package/dist/icons/garden-cart-filled.svelte.d.ts +17 -0
- package/dist/icons/grid-pattern-filled.svelte +6 -0
- package/dist/icons/grid-pattern-filled.svelte.d.ts +17 -0
- package/dist/icons/helicopter-landing-filled.svelte +6 -0
- package/dist/icons/helicopter-landing-filled.svelte.d.ts +17 -0
- package/dist/icons/index.d.ts +36 -0
- package/dist/icons/index.js +36 -0
- package/dist/icons/laurel-wreath-filled.svelte +6 -0
- package/dist/icons/laurel-wreath-filled.svelte.d.ts +17 -0
- package/dist/icons/lemon-2-filled.svelte +6 -0
- package/dist/icons/lemon-2-filled.svelte.d.ts +17 -0
- package/dist/icons/lifebuoy-filled.svelte +6 -0
- package/dist/icons/lifebuoy-filled.svelte.d.ts +17 -0
- package/dist/icons/matrix.svelte +6 -0
- package/dist/icons/matrix.svelte.d.ts +17 -0
- package/dist/icons/square-dashed.svelte +6 -0
- package/dist/icons/square-dashed.svelte.d.ts +17 -0
- package/dist/icons/table-dashed.svelte +6 -0
- package/dist/icons/table-dashed.svelte.d.ts +17 -0
- package/dist/icons/uhd.svelte +6 -0
- package/dist/icons/uhd.svelte.d.ts +17 -0
- package/dist/icons/wheat-off.svelte +6 -0
- package/dist/icons/wheat-off.svelte.d.ts +17 -0
- package/dist/icons/wheat.svelte +6 -0
- package/dist/icons/wheat.svelte.d.ts +17 -0
- package/dist/icons-list.js +36 -0
- package/package.json +2 -2
|
@@ -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 EyeglassFilledProps = typeof __propDef.props;
|
|
13
|
+
export type EyeglassFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type EyeglassFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class EyeglassFilled extends SvelteComponentTyped<EyeglassFilledProps, EyeglassFilledEvents, EyeglassFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
package/dist/icons/ferry.svelte
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<script>import Icon from '../Icon.svelte';
|
|
2
|
-
const iconNode = [["path", { "d": "
|
|
2
|
+
const iconNode = [["path", { "d": "M2 18h15.293c1.02 0 1.972 -.503 2.536 -1.34l2.171 -3.66h-18.479z" }], ["path", { "d": "M14 8l-1 -2" }], ["path", { "d": "M6.107 12.675l1.384 -4.675h8l2.675 4.598" }]];
|
|
3
3
|
</script>
|
|
4
4
|
<Icon type="outline" name="ferry" {...$$props} iconNode={iconNode}>
|
|
5
5
|
<slot/>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M19.396 11.056a6 6 0 0 1 -5.647 10.506q .206 -.21 .396 -.44a8 8 0 0 0 1.789 -6.155a8.02 8.02 0 0 0 3.462 -3.911" }], ["path", { "d": "M4.609 11.051a7.99 7.99 0 0 0 9.386 4.698a6 6 0 1 1 -9.534 -4.594z" }], ["path", { "d": "M12 2a6 6 0 1 1 -6 6l.004 -.225a6 6 0 0 1 5.996 -5.775" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="filters-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 FiltersFilledProps = typeof __propDef.props;
|
|
13
|
+
export type FiltersFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type FiltersFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class FiltersFilled extends SvelteComponentTyped<FiltersFilledProps, FiltersFilledEvents, FiltersFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M10 2c0 -.88 1.056 -1.331 1.692 -.722c1.958 1.876 3.096 5.995 1.75 9.12l-.08 .174l.012 .003c.625 .133 1.203 -.43 2.303 -2.173l.14 -.224a1 1 0 0 1 1.582 -.153c1.334 1.435 2.601 4.377 2.601 6.27c0 4.265 -3.591 7.705 -8 7.705s-8 -3.44 -8 -7.706c0 -2.252 1.022 -4.716 2.632 -6.301l.605 -.589c.241 -.236 .434 -.43 .618 -.624c1.43 -1.512 2.145 -2.924 2.145 -4.78" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="flame-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 FlameFilledProps = typeof __propDef.props;
|
|
13
|
+
export type FlameFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type FlameFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class FlameFilled extends SvelteComponentTyped<FlameFilledProps, FlameFilledEvents, FlameFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
package/dist/icons/flame.svelte
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<script>import Icon from '../Icon.svelte';
|
|
2
|
-
const iconNode = [["path", { "d": "M12
|
|
2
|
+
const iconNode = [["path", { "d": "M12 10.941c2.333 -3.308 .167 -7.823 -1 -8.941c0 3.395 -2.235 5.299 -3.667 6.706c-1.43 1.408 -2.333 3.621 -2.333 5.588c0 3.704 3.134 6.706 7 6.706s7 -3.002 7 -6.706c0 -1.712 -1.232 -4.403 -2.333 -5.588c-2.084 3.353 -3.257 3.353 -4.667 2.235" }]];
|
|
3
3
|
</script>
|
|
4
4
|
<Icon type="outline" name="flame" {...$$props} iconNode={iconNode}>
|
|
5
5
|
<slot/>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M11.106 2.553a1 1 0 0 1 1.788 0l2.851 5.701l5.702 2.852a1 1 0 0 1 .11 1.725l-.11 .063l-5.702 2.851l-2.85 5.702a1 1 0 0 1 -1.726 .11l-.063 -.11l-2.852 -5.702l-5.701 -2.85a1 1 0 0 1 -.11 -1.726l.11 -.063l5.701 -2.852z" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="flare-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 FlareFilledProps = typeof __propDef.props;
|
|
13
|
+
export type FlareFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type FlareFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class FlareFilled extends SvelteComponentTyped<FlareFilledProps, FlareFilledEvents, FlareFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M12 2a1 1 0 0 1 .707 .293l1.708 1.707h4.585a3 3 0 0 1 2.995 2.824l.005 .176v7a3 3 0 0 1 -3 3h-1v1a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-9a3 3 0 0 1 3 -3h1v-1a3 3 0 0 1 3 -3zm-6 6h-1a1 1 0 0 0 -1 1v9a1 1 0 0 0 1 1h10a1 1 0 0 0 1 -1v-1h-7a3 3 0 0 1 -3 -3z" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="folders-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 FoldersFilledProps = typeof __propDef.props;
|
|
13
|
+
export type FoldersFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type FoldersFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class FoldersFilled extends SvelteComponentTyped<FoldersFilledProps, FoldersFilledEvents, FoldersFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<script>import Icon from '../Icon.svelte';
|
|
2
|
-
const iconNode = [["path", { "d": "M9
|
|
2
|
+
const iconNode = [["path", { "d": "M9 3h3l2 2h5a2 2 0 0 1 2 2v7a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2" }], ["path", { "d": "M17 16v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h2" }]];
|
|
3
3
|
</script>
|
|
4
4
|
<Icon type="outline" name="folders" {...$$props} iconNode={iconNode}>
|
|
5
5
|
<slot/>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M3.324 3a2 2 0 0 1 1.855 1.258l1.097 2.742h14.724a1 1 0 0 1 .94 1.341l-.046 .106l-2.934 5.871a3.5 3.5 0 1 1 -4.96 3.182l.005 -.192a3.5 3.5 0 0 1 .499 -1.618l-2.446 -.258l-3.446 4.75a2 2 0 0 1 -2.08 .762l-.154 -.044a2 2 0 0 1 -1.378 -1.9v-9.804l-1.679 -4.196h-1.321a1 1 0 0 1 -.993 -.883l-.007 -.117a1 1 0 0 1 1 -1zm14.176 13a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3m-10.5 -2.498l-.002 5.498l2.783 -3.833a5 5 0 0 1 -2.614 -1.474z" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="garden-cart-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 GardenCartFilledProps = typeof __propDef.props;
|
|
13
|
+
export type GardenCartFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type GardenCartFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class GardenCartFilled extends SvelteComponentTyped<GardenCartFilledProps, GardenCartFilledEvents, GardenCartFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M18 3a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3zm-4 4a1 1 0 0 0 -1 1v1h-2v-1a1 1 0 0 0 -.883 -.993l-.117 -.007a1 1 0 0 0 -1 1v1h-1a1 1 0 0 0 -.993 .883l-.007 .117a1 1 0 0 0 1 1h1v2h-1a1 1 0 0 0 -.993 .883l-.007 .117a1 1 0 0 0 1 1h1v1a1 1 0 0 0 .883 .993l.117 .007a1 1 0 0 0 1 -1v-1h2v1a1 1 0 0 0 .883 .993l.117 .007a1 1 0 0 0 1 -1v-1h1a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -1 -1h-1v-2h1a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -1 -1h-1v-1a1 1 0 0 0 -.883 -.993zm-1 4v2h-2v-2z" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="grid-pattern-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 GridPatternFilledProps = typeof __propDef.props;
|
|
13
|
+
export type GridPatternFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type GridPatternFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class GridPatternFilled extends SvelteComponentTyped<GridPatternFilledProps, GridPatternFilledEvents, GridPatternFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-4 5a1 1 0 0 0 -1 1v3h-4v-3a1 1 0 0 0 -.883 -.993l-.117 -.007a1 1 0 0 0 -1 1v8a1 1 0 0 0 2 0v-3h4v3a1 1 0 0 0 .883 .993l.117 .007a1 1 0 0 0 1 -1v-8a1 1 0 0 0 -1 -1" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="helicopter-landing-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 HelicopterLandingFilledProps = typeof __propDef.props;
|
|
13
|
+
export type HelicopterLandingFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type HelicopterLandingFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class HelicopterLandingFilled extends SvelteComponentTyped<HelicopterLandingFilledProps, HelicopterLandingFilledEvents, HelicopterLandingFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -52,6 +52,7 @@ export { default as IconAlarmAverage } from './alarm-average.svelte';
|
|
|
52
52
|
export { default as IconAlarmMinus } from './alarm-minus.svelte';
|
|
53
53
|
export { default as IconAlarmOff } from './alarm-off.svelte';
|
|
54
54
|
export { default as IconAlarmPlus } from './alarm-plus.svelte';
|
|
55
|
+
export { default as IconAlarmSmoke } from './alarm-smoke.svelte';
|
|
55
56
|
export { default as IconAlarmSnooze } from './alarm-snooze.svelte';
|
|
56
57
|
export { default as IconAlarm } from './alarm.svelte';
|
|
57
58
|
export { default as IconAlbumOff } from './album-off.svelte';
|
|
@@ -354,8 +355,11 @@ export { default as IconBackpackOff } from './backpack-off.svelte';
|
|
|
354
355
|
export { default as IconBackpack } from './backpack.svelte';
|
|
355
356
|
export { default as IconBackslash } from './backslash.svelte';
|
|
356
357
|
export { default as IconBackspace } from './backspace.svelte';
|
|
358
|
+
export { default as IconBadge2k } from './badge-2k.svelte';
|
|
357
359
|
export { default as IconBadge3d } from './badge-3d.svelte';
|
|
360
|
+
export { default as IconBadge3k } from './badge-3k.svelte';
|
|
358
361
|
export { default as IconBadge4k } from './badge-4k.svelte';
|
|
362
|
+
export { default as IconBadge5k } from './badge-5k.svelte';
|
|
359
363
|
export { default as IconBadge8k } from './badge-8k.svelte';
|
|
360
364
|
export { default as IconBadgeAdOff } from './badge-ad-off.svelte';
|
|
361
365
|
export { default as IconBadgeAd } from './badge-ad.svelte';
|
|
@@ -499,6 +503,7 @@ export { default as IconBlendMode } from './blend-mode.svelte';
|
|
|
499
503
|
export { default as IconBlender } from './blender.svelte';
|
|
500
504
|
export { default as IconBlob } from './blob.svelte';
|
|
501
505
|
export { default as IconBlockquote } from './blockquote.svelte';
|
|
506
|
+
export { default as IconBlocks } from './blocks.svelte';
|
|
502
507
|
export { default as IconBluetoothConnected } from './bluetooth-connected.svelte';
|
|
503
508
|
export { default as IconBluetoothOff } from './bluetooth-off.svelte';
|
|
504
509
|
export { default as IconBluetoothX } from './bluetooth-x.svelte';
|
|
@@ -564,6 +569,7 @@ export { default as IconBow } from './bow.svelte';
|
|
|
564
569
|
export { default as IconBowlChopsticks } from './bowl-chopsticks.svelte';
|
|
565
570
|
export { default as IconBowlSpoon } from './bowl-spoon.svelte';
|
|
566
571
|
export { default as IconBowl } from './bowl.svelte';
|
|
572
|
+
export { default as IconBowling } from './bowling.svelte';
|
|
567
573
|
export { default as IconBoxAlignBottomLeft } from './box-align-bottom-left.svelte';
|
|
568
574
|
export { default as IconBoxAlignBottomRight } from './box-align-bottom-right.svelte';
|
|
569
575
|
export { default as IconBoxAlignBottom } from './box-align-bottom.svelte';
|
|
@@ -985,8 +991,11 @@ export { default as IconBrightness } from './brightness.svelte';
|
|
|
985
991
|
export { default as IconBroadcastOff } from './broadcast-off.svelte';
|
|
986
992
|
export { default as IconBroadcast } from './broadcast.svelte';
|
|
987
993
|
export { default as IconBrowserCheck } from './browser-check.svelte';
|
|
994
|
+
export { default as IconBrowserMaximize } from './browser-maximize.svelte';
|
|
995
|
+
export { default as IconBrowserMinus } from './browser-minus.svelte';
|
|
988
996
|
export { default as IconBrowserOff } from './browser-off.svelte';
|
|
989
997
|
export { default as IconBrowserPlus } from './browser-plus.svelte';
|
|
998
|
+
export { default as IconBrowserShare } from './browser-share.svelte';
|
|
990
999
|
export { default as IconBrowserX } from './browser-x.svelte';
|
|
991
1000
|
export { default as IconBrowser } from './browser.svelte';
|
|
992
1001
|
export { default as IconBrushOff } from './brush-off.svelte';
|
|
@@ -1049,6 +1058,7 @@ export { default as IconButterfly } from './butterfly.svelte';
|
|
|
1049
1058
|
export { default as IconCactusOff } from './cactus-off.svelte';
|
|
1050
1059
|
export { default as IconCactus } from './cactus.svelte';
|
|
1051
1060
|
export { default as IconCakeOff } from './cake-off.svelte';
|
|
1061
|
+
export { default as IconCakeRoll } from './cake-roll.svelte';
|
|
1052
1062
|
export { default as IconCake } from './cake.svelte';
|
|
1053
1063
|
export { default as IconCalculatorOff } from './calculator-off.svelte';
|
|
1054
1064
|
export { default as IconCalculator } from './calculator.svelte';
|
|
@@ -1531,6 +1541,9 @@ export { default as IconCodeDots } from './code-dots.svelte';
|
|
|
1531
1541
|
export { default as IconCodeMinus } from './code-minus.svelte';
|
|
1532
1542
|
export { default as IconCodeOff } from './code-off.svelte';
|
|
1533
1543
|
export { default as IconCodePlus } from './code-plus.svelte';
|
|
1544
|
+
export { default as IconCodeVariableMinus } from './code-variable-minus.svelte';
|
|
1545
|
+
export { default as IconCodeVariablePlus } from './code-variable-plus.svelte';
|
|
1546
|
+
export { default as IconCodeVariable } from './code-variable.svelte';
|
|
1534
1547
|
export { default as IconCode } from './code.svelte';
|
|
1535
1548
|
export { default as IconCoffeeOff } from './coffee-off.svelte';
|
|
1536
1549
|
export { default as IconCoffee } from './coffee.svelte';
|
|
@@ -3113,6 +3126,7 @@ export { default as IconMathXy } from './math-xy.svelte';
|
|
|
3113
3126
|
export { default as IconMathYMinusY } from './math-y-minus-y.svelte';
|
|
3114
3127
|
export { default as IconMathYPlusY } from './math-y-plus-y.svelte';
|
|
3115
3128
|
export { default as IconMath } from './math.svelte';
|
|
3129
|
+
export { default as IconMatrix } from './matrix.svelte';
|
|
3116
3130
|
export { default as IconMaximizeOff } from './maximize-off.svelte';
|
|
3117
3131
|
export { default as IconMaximize } from './maximize.svelte';
|
|
3118
3132
|
export { default as IconMeatOff } from './meat-off.svelte';
|
|
@@ -4244,6 +4258,7 @@ export { default as IconSquareChevronsDown } from './square-chevrons-down.svelte
|
|
|
4244
4258
|
export { default as IconSquareChevronsLeft } from './square-chevrons-left.svelte';
|
|
4245
4259
|
export { default as IconSquareChevronsRight } from './square-chevrons-right.svelte';
|
|
4246
4260
|
export { default as IconSquareChevronsUp } from './square-chevrons-up.svelte';
|
|
4261
|
+
export { default as IconSquareDashed } from './square-dashed.svelte';
|
|
4247
4262
|
export { default as IconSquareDot } from './square-dot.svelte';
|
|
4248
4263
|
export { default as IconSquareF0 } from './square-f0.svelte';
|
|
4249
4264
|
export { default as IconSquareF1 } from './square-f1.svelte';
|
|
@@ -4438,6 +4453,7 @@ export { default as IconSword } from './sword.svelte';
|
|
|
4438
4453
|
export { default as IconSwords } from './swords.svelte';
|
|
4439
4454
|
export { default as IconTableAlias } from './table-alias.svelte';
|
|
4440
4455
|
export { default as IconTableColumn } from './table-column.svelte';
|
|
4456
|
+
export { default as IconTableDashed } from './table-dashed.svelte';
|
|
4441
4457
|
export { default as IconTableDown } from './table-down.svelte';
|
|
4442
4458
|
export { default as IconTableExport } from './table-export.svelte';
|
|
4443
4459
|
export { default as IconTableHeart } from './table-heart.svelte';
|
|
@@ -4644,6 +4660,7 @@ export { default as IconUTurnLeft } from './u-turn-left.svelte';
|
|
|
4644
4660
|
export { default as IconUTurnRight } from './u-turn-right.svelte';
|
|
4645
4661
|
export { default as IconUfoOff } from './ufo-off.svelte';
|
|
4646
4662
|
export { default as IconUfo } from './ufo.svelte';
|
|
4663
|
+
export { default as IconUhd } from './uhd.svelte';
|
|
4647
4664
|
export { default as IconUmbrella2 } from './umbrella-2.svelte';
|
|
4648
4665
|
export { default as IconUmbrellaClosed2 } from './umbrella-closed-2.svelte';
|
|
4649
4666
|
export { default as IconUmbrellaClosed } from './umbrella-closed.svelte';
|
|
@@ -4788,6 +4805,8 @@ export { default as IconWavesElectricity } from './waves-electricity.svelte';
|
|
|
4788
4805
|
export { default as IconWebhookOff } from './webhook-off.svelte';
|
|
4789
4806
|
export { default as IconWebhook } from './webhook.svelte';
|
|
4790
4807
|
export { default as IconWeight } from './weight.svelte';
|
|
4808
|
+
export { default as IconWheatOff } from './wheat-off.svelte';
|
|
4809
|
+
export { default as IconWheat } from './wheat.svelte';
|
|
4791
4810
|
export { default as IconWheel } from './wheel.svelte';
|
|
4792
4811
|
export { default as IconWheelchairOff } from './wheelchair-off.svelte';
|
|
4793
4812
|
export { default as IconWheelchair } from './wheelchair.svelte';
|
|
@@ -5038,6 +5057,7 @@ export { default as IconBoxAlignTopFilled } from './box-align-top-filled.svelte'
|
|
|
5038
5057
|
export { default as IconBoxMultipleFilled } from './box-multiple-filled.svelte';
|
|
5039
5058
|
export { default as IconBrandAngularFilled } from './brand-angular-filled.svelte';
|
|
5040
5059
|
export { default as IconBrandAppleFilled } from './brand-apple-filled.svelte';
|
|
5060
|
+
export { default as IconBrandBitbucketFilled } from './brand-bitbucket-filled.svelte';
|
|
5041
5061
|
export { default as IconBrandDiscordFilled } from './brand-discord-filled.svelte';
|
|
5042
5062
|
export { default as IconBrandDribbbleFilled } from './brand-dribbble-filled.svelte';
|
|
5043
5063
|
export { default as IconBrandFacebookFilled } from './brand-facebook-filled.svelte';
|
|
@@ -5084,6 +5104,9 @@ export { default as IconBulbFilled } from './bulb-filled.svelte';
|
|
|
5084
5104
|
export { default as IconButterflyFilled } from './butterfly-filled.svelte';
|
|
5085
5105
|
export { default as IconCactusFilled } from './cactus-filled.svelte';
|
|
5086
5106
|
export { default as IconCalculatorFilled } from './calculator-filled.svelte';
|
|
5107
|
+
export { default as IconCalendarEventFilled } from './calendar-event-filled.svelte';
|
|
5108
|
+
export { default as IconCalendarMonthFilled } from './calendar-month-filled.svelte';
|
|
5109
|
+
export { default as IconCalendarWeekFilled } from './calendar-week-filled.svelte';
|
|
5087
5110
|
export { default as IconCalendarFilled } from './calendar-filled.svelte';
|
|
5088
5111
|
export { default as IconCameraFilled } from './camera-filled.svelte';
|
|
5089
5112
|
export { default as IconCampfireFilled } from './campfire-filled.svelte';
|
|
@@ -5255,6 +5278,7 @@ export { default as IconDice4Filled } from './dice-4-filled.svelte';
|
|
|
5255
5278
|
export { default as IconDice5Filled } from './dice-5-filled.svelte';
|
|
5256
5279
|
export { default as IconDice6Filled } from './dice-6-filled.svelte';
|
|
5257
5280
|
export { default as IconDiceFilled } from './dice-filled.svelte';
|
|
5281
|
+
export { default as IconDirectionArrowsFilled } from './direction-arrows-filled.svelte';
|
|
5258
5282
|
export { default as IconDirectionSignFilled } from './direction-sign-filled.svelte';
|
|
5259
5283
|
export { default as IconDirectionsFilled } from './directions-filled.svelte';
|
|
5260
5284
|
export { default as IconDiscFilled } from './disc-filled.svelte';
|
|
@@ -5262,27 +5286,34 @@ export { default as IconDiscountFilled } from './discount-filled.svelte';
|
|
|
5262
5286
|
export { default as IconDropletHalf2Filled } from './droplet-half-2-filled.svelte';
|
|
5263
5287
|
export { default as IconDropletHalfFilled } from './droplet-half-filled.svelte';
|
|
5264
5288
|
export { default as IconDropletFilled } from './droplet-filled.svelte';
|
|
5289
|
+
export { default as IconDropletsFilled } from './droplets-filled.svelte';
|
|
5265
5290
|
export { default as IconEggCrackedFilled } from './egg-cracked-filled.svelte';
|
|
5266
5291
|
export { default as IconEggFilled } from './egg-filled.svelte';
|
|
5267
5292
|
export { default as IconElevatorFilled } from './elevator-filled.svelte';
|
|
5268
5293
|
export { default as IconExclamationCircleFilled } from './exclamation-circle-filled.svelte';
|
|
5269
5294
|
export { default as IconEyeFilled } from './eye-filled.svelte';
|
|
5295
|
+
export { default as IconEyeglassFilled } from './eyeglass-filled.svelte';
|
|
5270
5296
|
export { default as IconFaviconFilled } from './favicon-filled.svelte';
|
|
5271
5297
|
export { default as IconFeatherFilled } from './feather-filled.svelte';
|
|
5272
5298
|
export { default as IconFileXFilled } from './file-x-filled.svelte';
|
|
5273
5299
|
export { default as IconFileFilled } from './file-filled.svelte';
|
|
5274
5300
|
export { default as IconFilterFilled } from './filter-filled.svelte';
|
|
5301
|
+
export { default as IconFiltersFilled } from './filters-filled.svelte';
|
|
5275
5302
|
export { default as IconFlag2Filled } from './flag-2-filled.svelte';
|
|
5276
5303
|
export { default as IconFlag3Filled } from './flag-3-filled.svelte';
|
|
5277
5304
|
export { default as IconFlagFilled } from './flag-filled.svelte';
|
|
5305
|
+
export { default as IconFlameFilled } from './flame-filled.svelte';
|
|
5306
|
+
export { default as IconFlareFilled } from './flare-filled.svelte';
|
|
5278
5307
|
export { default as IconFlask2Filled } from './flask-2-filled.svelte';
|
|
5279
5308
|
export { default as IconFlaskFilled } from './flask-filled.svelte';
|
|
5280
5309
|
export { default as IconFlowerFilled } from './flower-filled.svelte';
|
|
5281
5310
|
export { default as IconFolderFilled } from './folder-filled.svelte';
|
|
5311
|
+
export { default as IconFoldersFilled } from './folders-filled.svelte';
|
|
5282
5312
|
export { default as IconForbid2Filled } from './forbid-2-filled.svelte';
|
|
5283
5313
|
export { default as IconForbidFilled } from './forbid-filled.svelte';
|
|
5284
5314
|
export { default as IconFountainFilled } from './fountain-filled.svelte';
|
|
5285
5315
|
export { default as IconFunctionFilled } from './function-filled.svelte';
|
|
5316
|
+
export { default as IconGardenCartFilled } from './garden-cart-filled.svelte';
|
|
5286
5317
|
export { default as IconGaugeFilled } from './gauge-filled.svelte';
|
|
5287
5318
|
export { default as IconGhost2Filled } from './ghost-2-filled.svelte';
|
|
5288
5319
|
export { default as IconGhost3Filled } from './ghost-3-filled.svelte';
|
|
@@ -5295,10 +5326,12 @@ export { default as IconGlobeFilled } from './globe-filled.svelte';
|
|
|
5295
5326
|
export { default as IconGolfFilled } from './golf-filled.svelte';
|
|
5296
5327
|
export { default as IconGpsFilled } from './gps-filled.svelte';
|
|
5297
5328
|
export { default as IconGraphFilled } from './graph-filled.svelte';
|
|
5329
|
+
export { default as IconGridPatternFilled } from './grid-pattern-filled.svelte';
|
|
5298
5330
|
export { default as IconGuitarPickFilled } from './guitar-pick-filled.svelte';
|
|
5299
5331
|
export { default as IconHanger2Filled } from './hanger-2-filled.svelte';
|
|
5300
5332
|
export { default as IconHeadphonesFilled } from './headphones-filled.svelte';
|
|
5301
5333
|
export { default as IconHeartFilled } from './heart-filled.svelte';
|
|
5334
|
+
export { default as IconHelicopterLandingFilled } from './helicopter-landing-filled.svelte';
|
|
5302
5335
|
export { default as IconHelpCircleFilled } from './help-circle-filled.svelte';
|
|
5303
5336
|
export { default as IconHelpHexagonFilled } from './help-hexagon-filled.svelte';
|
|
5304
5337
|
export { default as IconHelpOctagonFilled } from './help-octagon-filled.svelte';
|
|
@@ -5379,6 +5412,7 @@ export { default as IconKeyframesFilled } from './keyframes-filled.svelte';
|
|
|
5379
5412
|
export { default as IconLabelImportantFilled } from './label-important-filled.svelte';
|
|
5380
5413
|
export { default as IconLabelFilled } from './label-filled.svelte';
|
|
5381
5414
|
export { default as IconLassoPolygonFilled } from './lasso-polygon-filled.svelte';
|
|
5415
|
+
export { default as IconLaurelWreathFilled } from './laurel-wreath-filled.svelte';
|
|
5382
5416
|
export { default as IconLayout2Filled } from './layout-2-filled.svelte';
|
|
5383
5417
|
export { default as IconLayoutAlignBottomFilled } from './layout-align-bottom-filled.svelte';
|
|
5384
5418
|
export { default as IconLayoutAlignCenterFilled } from './layout-align-center-filled.svelte';
|
|
@@ -5407,6 +5441,8 @@ export { default as IconLayoutSidebarRightFilled } from './layout-sidebar-right-
|
|
|
5407
5441
|
export { default as IconLayoutSidebarFilled } from './layout-sidebar-filled.svelte';
|
|
5408
5442
|
export { default as IconLayoutFilled } from './layout-filled.svelte';
|
|
5409
5443
|
export { default as IconLegoFilled } from './lego-filled.svelte';
|
|
5444
|
+
export { default as IconLemon2Filled } from './lemon-2-filled.svelte';
|
|
5445
|
+
export { default as IconLifebuoyFilled } from './lifebuoy-filled.svelte';
|
|
5410
5446
|
export { default as IconLivePhotoFilled } from './live-photo-filled.svelte';
|
|
5411
5447
|
export { default as IconLiveViewFilled } from './live-view-filled.svelte';
|
|
5412
5448
|
export { default as IconLocationFilled } from './location-filled.svelte';
|
package/dist/icons/index.js
CHANGED
|
@@ -52,6 +52,7 @@ export { default as IconAlarmAverage } from './alarm-average.svelte';
|
|
|
52
52
|
export { default as IconAlarmMinus } from './alarm-minus.svelte';
|
|
53
53
|
export { default as IconAlarmOff } from './alarm-off.svelte';
|
|
54
54
|
export { default as IconAlarmPlus } from './alarm-plus.svelte';
|
|
55
|
+
export { default as IconAlarmSmoke } from './alarm-smoke.svelte';
|
|
55
56
|
export { default as IconAlarmSnooze } from './alarm-snooze.svelte';
|
|
56
57
|
export { default as IconAlarm } from './alarm.svelte';
|
|
57
58
|
export { default as IconAlbumOff } from './album-off.svelte';
|
|
@@ -354,8 +355,11 @@ export { default as IconBackpackOff } from './backpack-off.svelte';
|
|
|
354
355
|
export { default as IconBackpack } from './backpack.svelte';
|
|
355
356
|
export { default as IconBackslash } from './backslash.svelte';
|
|
356
357
|
export { default as IconBackspace } from './backspace.svelte';
|
|
358
|
+
export { default as IconBadge2k } from './badge-2k.svelte';
|
|
357
359
|
export { default as IconBadge3d } from './badge-3d.svelte';
|
|
360
|
+
export { default as IconBadge3k } from './badge-3k.svelte';
|
|
358
361
|
export { default as IconBadge4k } from './badge-4k.svelte';
|
|
362
|
+
export { default as IconBadge5k } from './badge-5k.svelte';
|
|
359
363
|
export { default as IconBadge8k } from './badge-8k.svelte';
|
|
360
364
|
export { default as IconBadgeAdOff } from './badge-ad-off.svelte';
|
|
361
365
|
export { default as IconBadgeAd } from './badge-ad.svelte';
|
|
@@ -499,6 +503,7 @@ export { default as IconBlendMode } from './blend-mode.svelte';
|
|
|
499
503
|
export { default as IconBlender } from './blender.svelte';
|
|
500
504
|
export { default as IconBlob } from './blob.svelte';
|
|
501
505
|
export { default as IconBlockquote } from './blockquote.svelte';
|
|
506
|
+
export { default as IconBlocks } from './blocks.svelte';
|
|
502
507
|
export { default as IconBluetoothConnected } from './bluetooth-connected.svelte';
|
|
503
508
|
export { default as IconBluetoothOff } from './bluetooth-off.svelte';
|
|
504
509
|
export { default as IconBluetoothX } from './bluetooth-x.svelte';
|
|
@@ -564,6 +569,7 @@ export { default as IconBow } from './bow.svelte';
|
|
|
564
569
|
export { default as IconBowlChopsticks } from './bowl-chopsticks.svelte';
|
|
565
570
|
export { default as IconBowlSpoon } from './bowl-spoon.svelte';
|
|
566
571
|
export { default as IconBowl } from './bowl.svelte';
|
|
572
|
+
export { default as IconBowling } from './bowling.svelte';
|
|
567
573
|
export { default as IconBoxAlignBottomLeft } from './box-align-bottom-left.svelte';
|
|
568
574
|
export { default as IconBoxAlignBottomRight } from './box-align-bottom-right.svelte';
|
|
569
575
|
export { default as IconBoxAlignBottom } from './box-align-bottom.svelte';
|
|
@@ -985,8 +991,11 @@ export { default as IconBrightness } from './brightness.svelte';
|
|
|
985
991
|
export { default as IconBroadcastOff } from './broadcast-off.svelte';
|
|
986
992
|
export { default as IconBroadcast } from './broadcast.svelte';
|
|
987
993
|
export { default as IconBrowserCheck } from './browser-check.svelte';
|
|
994
|
+
export { default as IconBrowserMaximize } from './browser-maximize.svelte';
|
|
995
|
+
export { default as IconBrowserMinus } from './browser-minus.svelte';
|
|
988
996
|
export { default as IconBrowserOff } from './browser-off.svelte';
|
|
989
997
|
export { default as IconBrowserPlus } from './browser-plus.svelte';
|
|
998
|
+
export { default as IconBrowserShare } from './browser-share.svelte';
|
|
990
999
|
export { default as IconBrowserX } from './browser-x.svelte';
|
|
991
1000
|
export { default as IconBrowser } from './browser.svelte';
|
|
992
1001
|
export { default as IconBrushOff } from './brush-off.svelte';
|
|
@@ -1049,6 +1058,7 @@ export { default as IconButterfly } from './butterfly.svelte';
|
|
|
1049
1058
|
export { default as IconCactusOff } from './cactus-off.svelte';
|
|
1050
1059
|
export { default as IconCactus } from './cactus.svelte';
|
|
1051
1060
|
export { default as IconCakeOff } from './cake-off.svelte';
|
|
1061
|
+
export { default as IconCakeRoll } from './cake-roll.svelte';
|
|
1052
1062
|
export { default as IconCake } from './cake.svelte';
|
|
1053
1063
|
export { default as IconCalculatorOff } from './calculator-off.svelte';
|
|
1054
1064
|
export { default as IconCalculator } from './calculator.svelte';
|
|
@@ -1531,6 +1541,9 @@ export { default as IconCodeDots } from './code-dots.svelte';
|
|
|
1531
1541
|
export { default as IconCodeMinus } from './code-minus.svelte';
|
|
1532
1542
|
export { default as IconCodeOff } from './code-off.svelte';
|
|
1533
1543
|
export { default as IconCodePlus } from './code-plus.svelte';
|
|
1544
|
+
export { default as IconCodeVariableMinus } from './code-variable-minus.svelte';
|
|
1545
|
+
export { default as IconCodeVariablePlus } from './code-variable-plus.svelte';
|
|
1546
|
+
export { default as IconCodeVariable } from './code-variable.svelte';
|
|
1534
1547
|
export { default as IconCode } from './code.svelte';
|
|
1535
1548
|
export { default as IconCoffeeOff } from './coffee-off.svelte';
|
|
1536
1549
|
export { default as IconCoffee } from './coffee.svelte';
|
|
@@ -3113,6 +3126,7 @@ export { default as IconMathXy } from './math-xy.svelte';
|
|
|
3113
3126
|
export { default as IconMathYMinusY } from './math-y-minus-y.svelte';
|
|
3114
3127
|
export { default as IconMathYPlusY } from './math-y-plus-y.svelte';
|
|
3115
3128
|
export { default as IconMath } from './math.svelte';
|
|
3129
|
+
export { default as IconMatrix } from './matrix.svelte';
|
|
3116
3130
|
export { default as IconMaximizeOff } from './maximize-off.svelte';
|
|
3117
3131
|
export { default as IconMaximize } from './maximize.svelte';
|
|
3118
3132
|
export { default as IconMeatOff } from './meat-off.svelte';
|
|
@@ -4244,6 +4258,7 @@ export { default as IconSquareChevronsDown } from './square-chevrons-down.svelte
|
|
|
4244
4258
|
export { default as IconSquareChevronsLeft } from './square-chevrons-left.svelte';
|
|
4245
4259
|
export { default as IconSquareChevronsRight } from './square-chevrons-right.svelte';
|
|
4246
4260
|
export { default as IconSquareChevronsUp } from './square-chevrons-up.svelte';
|
|
4261
|
+
export { default as IconSquareDashed } from './square-dashed.svelte';
|
|
4247
4262
|
export { default as IconSquareDot } from './square-dot.svelte';
|
|
4248
4263
|
export { default as IconSquareF0 } from './square-f0.svelte';
|
|
4249
4264
|
export { default as IconSquareF1 } from './square-f1.svelte';
|
|
@@ -4438,6 +4453,7 @@ export { default as IconSword } from './sword.svelte';
|
|
|
4438
4453
|
export { default as IconSwords } from './swords.svelte';
|
|
4439
4454
|
export { default as IconTableAlias } from './table-alias.svelte';
|
|
4440
4455
|
export { default as IconTableColumn } from './table-column.svelte';
|
|
4456
|
+
export { default as IconTableDashed } from './table-dashed.svelte';
|
|
4441
4457
|
export { default as IconTableDown } from './table-down.svelte';
|
|
4442
4458
|
export { default as IconTableExport } from './table-export.svelte';
|
|
4443
4459
|
export { default as IconTableHeart } from './table-heart.svelte';
|
|
@@ -4644,6 +4660,7 @@ export { default as IconUTurnLeft } from './u-turn-left.svelte';
|
|
|
4644
4660
|
export { default as IconUTurnRight } from './u-turn-right.svelte';
|
|
4645
4661
|
export { default as IconUfoOff } from './ufo-off.svelte';
|
|
4646
4662
|
export { default as IconUfo } from './ufo.svelte';
|
|
4663
|
+
export { default as IconUhd } from './uhd.svelte';
|
|
4647
4664
|
export { default as IconUmbrella2 } from './umbrella-2.svelte';
|
|
4648
4665
|
export { default as IconUmbrellaClosed2 } from './umbrella-closed-2.svelte';
|
|
4649
4666
|
export { default as IconUmbrellaClosed } from './umbrella-closed.svelte';
|
|
@@ -4788,6 +4805,8 @@ export { default as IconWavesElectricity } from './waves-electricity.svelte';
|
|
|
4788
4805
|
export { default as IconWebhookOff } from './webhook-off.svelte';
|
|
4789
4806
|
export { default as IconWebhook } from './webhook.svelte';
|
|
4790
4807
|
export { default as IconWeight } from './weight.svelte';
|
|
4808
|
+
export { default as IconWheatOff } from './wheat-off.svelte';
|
|
4809
|
+
export { default as IconWheat } from './wheat.svelte';
|
|
4791
4810
|
export { default as IconWheel } from './wheel.svelte';
|
|
4792
4811
|
export { default as IconWheelchairOff } from './wheelchair-off.svelte';
|
|
4793
4812
|
export { default as IconWheelchair } from './wheelchair.svelte';
|
|
@@ -5038,6 +5057,7 @@ export { default as IconBoxAlignTopFilled } from './box-align-top-filled.svelte'
|
|
|
5038
5057
|
export { default as IconBoxMultipleFilled } from './box-multiple-filled.svelte';
|
|
5039
5058
|
export { default as IconBrandAngularFilled } from './brand-angular-filled.svelte';
|
|
5040
5059
|
export { default as IconBrandAppleFilled } from './brand-apple-filled.svelte';
|
|
5060
|
+
export { default as IconBrandBitbucketFilled } from './brand-bitbucket-filled.svelte';
|
|
5041
5061
|
export { default as IconBrandDiscordFilled } from './brand-discord-filled.svelte';
|
|
5042
5062
|
export { default as IconBrandDribbbleFilled } from './brand-dribbble-filled.svelte';
|
|
5043
5063
|
export { default as IconBrandFacebookFilled } from './brand-facebook-filled.svelte';
|
|
@@ -5084,6 +5104,9 @@ export { default as IconBulbFilled } from './bulb-filled.svelte';
|
|
|
5084
5104
|
export { default as IconButterflyFilled } from './butterfly-filled.svelte';
|
|
5085
5105
|
export { default as IconCactusFilled } from './cactus-filled.svelte';
|
|
5086
5106
|
export { default as IconCalculatorFilled } from './calculator-filled.svelte';
|
|
5107
|
+
export { default as IconCalendarEventFilled } from './calendar-event-filled.svelte';
|
|
5108
|
+
export { default as IconCalendarMonthFilled } from './calendar-month-filled.svelte';
|
|
5109
|
+
export { default as IconCalendarWeekFilled } from './calendar-week-filled.svelte';
|
|
5087
5110
|
export { default as IconCalendarFilled } from './calendar-filled.svelte';
|
|
5088
5111
|
export { default as IconCameraFilled } from './camera-filled.svelte';
|
|
5089
5112
|
export { default as IconCampfireFilled } from './campfire-filled.svelte';
|
|
@@ -5255,6 +5278,7 @@ export { default as IconDice4Filled } from './dice-4-filled.svelte';
|
|
|
5255
5278
|
export { default as IconDice5Filled } from './dice-5-filled.svelte';
|
|
5256
5279
|
export { default as IconDice6Filled } from './dice-6-filled.svelte';
|
|
5257
5280
|
export { default as IconDiceFilled } from './dice-filled.svelte';
|
|
5281
|
+
export { default as IconDirectionArrowsFilled } from './direction-arrows-filled.svelte';
|
|
5258
5282
|
export { default as IconDirectionSignFilled } from './direction-sign-filled.svelte';
|
|
5259
5283
|
export { default as IconDirectionsFilled } from './directions-filled.svelte';
|
|
5260
5284
|
export { default as IconDiscFilled } from './disc-filled.svelte';
|
|
@@ -5262,27 +5286,34 @@ export { default as IconDiscountFilled } from './discount-filled.svelte';
|
|
|
5262
5286
|
export { default as IconDropletHalf2Filled } from './droplet-half-2-filled.svelte';
|
|
5263
5287
|
export { default as IconDropletHalfFilled } from './droplet-half-filled.svelte';
|
|
5264
5288
|
export { default as IconDropletFilled } from './droplet-filled.svelte';
|
|
5289
|
+
export { default as IconDropletsFilled } from './droplets-filled.svelte';
|
|
5265
5290
|
export { default as IconEggCrackedFilled } from './egg-cracked-filled.svelte';
|
|
5266
5291
|
export { default as IconEggFilled } from './egg-filled.svelte';
|
|
5267
5292
|
export { default as IconElevatorFilled } from './elevator-filled.svelte';
|
|
5268
5293
|
export { default as IconExclamationCircleFilled } from './exclamation-circle-filled.svelte';
|
|
5269
5294
|
export { default as IconEyeFilled } from './eye-filled.svelte';
|
|
5295
|
+
export { default as IconEyeglassFilled } from './eyeglass-filled.svelte';
|
|
5270
5296
|
export { default as IconFaviconFilled } from './favicon-filled.svelte';
|
|
5271
5297
|
export { default as IconFeatherFilled } from './feather-filled.svelte';
|
|
5272
5298
|
export { default as IconFileXFilled } from './file-x-filled.svelte';
|
|
5273
5299
|
export { default as IconFileFilled } from './file-filled.svelte';
|
|
5274
5300
|
export { default as IconFilterFilled } from './filter-filled.svelte';
|
|
5301
|
+
export { default as IconFiltersFilled } from './filters-filled.svelte';
|
|
5275
5302
|
export { default as IconFlag2Filled } from './flag-2-filled.svelte';
|
|
5276
5303
|
export { default as IconFlag3Filled } from './flag-3-filled.svelte';
|
|
5277
5304
|
export { default as IconFlagFilled } from './flag-filled.svelte';
|
|
5305
|
+
export { default as IconFlameFilled } from './flame-filled.svelte';
|
|
5306
|
+
export { default as IconFlareFilled } from './flare-filled.svelte';
|
|
5278
5307
|
export { default as IconFlask2Filled } from './flask-2-filled.svelte';
|
|
5279
5308
|
export { default as IconFlaskFilled } from './flask-filled.svelte';
|
|
5280
5309
|
export { default as IconFlowerFilled } from './flower-filled.svelte';
|
|
5281
5310
|
export { default as IconFolderFilled } from './folder-filled.svelte';
|
|
5311
|
+
export { default as IconFoldersFilled } from './folders-filled.svelte';
|
|
5282
5312
|
export { default as IconForbid2Filled } from './forbid-2-filled.svelte';
|
|
5283
5313
|
export { default as IconForbidFilled } from './forbid-filled.svelte';
|
|
5284
5314
|
export { default as IconFountainFilled } from './fountain-filled.svelte';
|
|
5285
5315
|
export { default as IconFunctionFilled } from './function-filled.svelte';
|
|
5316
|
+
export { default as IconGardenCartFilled } from './garden-cart-filled.svelte';
|
|
5286
5317
|
export { default as IconGaugeFilled } from './gauge-filled.svelte';
|
|
5287
5318
|
export { default as IconGhost2Filled } from './ghost-2-filled.svelte';
|
|
5288
5319
|
export { default as IconGhost3Filled } from './ghost-3-filled.svelte';
|
|
@@ -5295,10 +5326,12 @@ export { default as IconGlobeFilled } from './globe-filled.svelte';
|
|
|
5295
5326
|
export { default as IconGolfFilled } from './golf-filled.svelte';
|
|
5296
5327
|
export { default as IconGpsFilled } from './gps-filled.svelte';
|
|
5297
5328
|
export { default as IconGraphFilled } from './graph-filled.svelte';
|
|
5329
|
+
export { default as IconGridPatternFilled } from './grid-pattern-filled.svelte';
|
|
5298
5330
|
export { default as IconGuitarPickFilled } from './guitar-pick-filled.svelte';
|
|
5299
5331
|
export { default as IconHanger2Filled } from './hanger-2-filled.svelte';
|
|
5300
5332
|
export { default as IconHeadphonesFilled } from './headphones-filled.svelte';
|
|
5301
5333
|
export { default as IconHeartFilled } from './heart-filled.svelte';
|
|
5334
|
+
export { default as IconHelicopterLandingFilled } from './helicopter-landing-filled.svelte';
|
|
5302
5335
|
export { default as IconHelpCircleFilled } from './help-circle-filled.svelte';
|
|
5303
5336
|
export { default as IconHelpHexagonFilled } from './help-hexagon-filled.svelte';
|
|
5304
5337
|
export { default as IconHelpOctagonFilled } from './help-octagon-filled.svelte';
|
|
@@ -5379,6 +5412,7 @@ export { default as IconKeyframesFilled } from './keyframes-filled.svelte';
|
|
|
5379
5412
|
export { default as IconLabelImportantFilled } from './label-important-filled.svelte';
|
|
5380
5413
|
export { default as IconLabelFilled } from './label-filled.svelte';
|
|
5381
5414
|
export { default as IconLassoPolygonFilled } from './lasso-polygon-filled.svelte';
|
|
5415
|
+
export { default as IconLaurelWreathFilled } from './laurel-wreath-filled.svelte';
|
|
5382
5416
|
export { default as IconLayout2Filled } from './layout-2-filled.svelte';
|
|
5383
5417
|
export { default as IconLayoutAlignBottomFilled } from './layout-align-bottom-filled.svelte';
|
|
5384
5418
|
export { default as IconLayoutAlignCenterFilled } from './layout-align-center-filled.svelte';
|
|
@@ -5407,6 +5441,8 @@ export { default as IconLayoutSidebarRightFilled } from './layout-sidebar-right-
|
|
|
5407
5441
|
export { default as IconLayoutSidebarFilled } from './layout-sidebar-filled.svelte';
|
|
5408
5442
|
export { default as IconLayoutFilled } from './layout-filled.svelte';
|
|
5409
5443
|
export { default as IconLegoFilled } from './lego-filled.svelte';
|
|
5444
|
+
export { default as IconLemon2Filled } from './lemon-2-filled.svelte';
|
|
5445
|
+
export { default as IconLifebuoyFilled } from './lifebuoy-filled.svelte';
|
|
5410
5446
|
export { default as IconLivePhotoFilled } from './live-photo-filled.svelte';
|
|
5411
5447
|
export { default as IconLiveViewFilled } from './live-view-filled.svelte';
|
|
5412
5448
|
export { default as IconLocationFilled } from './location-filled.svelte';
|