@tabler/icons-svelte 3.27.0 → 3.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/icons/arrow-autofit-down-filled.svelte +6 -0
- package/dist/icons/arrow-autofit-down-filled.svelte.d.ts +17 -0
- package/dist/icons/arrow-autofit-height-filled.svelte +6 -0
- package/dist/icons/arrow-autofit-height-filled.svelte.d.ts +17 -0
- package/dist/icons/arrow-autofit-left-filled.svelte +6 -0
- package/dist/icons/arrow-autofit-left-filled.svelte.d.ts +17 -0
- package/dist/icons/arrow-autofit-right-filled.svelte +6 -0
- package/dist/icons/arrow-autofit-right-filled.svelte.d.ts +17 -0
- package/dist/icons/arrow-autofit-up-filled.svelte +6 -0
- package/dist/icons/arrow-autofit-up-filled.svelte.d.ts +17 -0
- package/dist/icons/arrow-autofit-width-filled.svelte +6 -0
- package/dist/icons/arrow-autofit-width-filled.svelte.d.ts +17 -0
- package/dist/icons/cloud-computing-filled.svelte +6 -0
- package/dist/icons/cloud-computing-filled.svelte.d.ts +17 -0
- package/dist/icons/cloud-data-connection-filled.svelte +6 -0
- package/dist/icons/cloud-data-connection-filled.svelte.d.ts +17 -0
- package/dist/icons/fish-bone-filled.svelte +6 -0
- package/dist/icons/fish-bone-filled.svelte.d.ts +17 -0
- package/dist/icons/index.d.ts +18 -0
- package/dist/icons/index.js +18 -0
- package/dist/icons/pig-filled.svelte +6 -0
- package/dist/icons/pig-filled.svelte.d.ts +17 -0
- package/dist/icons/spider-filled.svelte +6 -0
- package/dist/icons/spider-filled.svelte.d.ts +17 -0
- package/dist/icons/sun-high-filled.svelte +6 -0
- package/dist/icons/sun-high-filled.svelte.d.ts +17 -0
- package/dist/icons/sun-low-filled.svelte +6 -0
- package/dist/icons/sun-low-filled.svelte.d.ts +17 -0
- package/dist/icons/sunrise-filled.svelte +6 -0
- package/dist/icons/sunrise-filled.svelte.d.ts +17 -0
- package/dist/icons/sunset-2-filled.svelte +6 -0
- package/dist/icons/sunset-2-filled.svelte.d.ts +17 -0
- package/dist/icons/sunset-filled.svelte +6 -0
- package/dist/icons/sunset-filled.svelte.d.ts +17 -0
- package/dist/icons/temperature-minus-filled.svelte +6 -0
- package/dist/icons/temperature-minus-filled.svelte.d.ts +17 -0
- package/dist/icons/temperature-plus-filled.svelte +6 -0
- package/dist/icons/temperature-plus-filled.svelte.d.ts +17 -0
- package/dist/icons-list.js +18 -0
- package/package.json +1 -1
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M14 3a1 1 0 0 1 1 1v11.001h-.092a3 3 0 0 0 -2.03 5.12a.515 .515 0 0 1 -.363 .879h-6.515a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3z" }], ["path", { "d": "M18 3a1 1 0 0 1 1 1v14.584l1.293 -1.291a1 1 0 0 1 1.32 -.083l.094 .083a1 1 0 0 1 0 1.414l-3 3a1 1 0 0 1 -.112 .097l-.11 .071l-.114 .054l-.105 .035l-.149 .03l-.117 .006l-.075 -.003l-.126 -.017l-.111 -.03l-.111 -.044l-.098 -.052l-.096 -.067l-.09 -.08l-3 -3a1 1 0 0 1 1.414 -1.414l1.293 1.293v-14.586a1 1 0 0 1 1 -1" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="arrow-autofit-down-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 ArrowAutofitDownFilledProps = typeof __propDef.props;
|
|
13
|
+
export type ArrowAutofitDownFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type ArrowAutofitDownFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class ArrowAutofitDownFilled extends SvelteComponentTyped<ArrowAutofitDownFilledProps, ArrowAutofitDownFilledEvents, ArrowAutofitDownFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M12.879 3.879a3 3 0 0 0 0 4.242l.09 .085l.094 .083l.096 .08l.158 .115a3 3 0 0 0 1.59 .515l.093 -.001v6.003h-.092a3 3 0 0 0 -2.03 5.12a.514 .514 0 0 1 -.363 .878l-6.515 .001a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h6.514a.515 .515 0 0 1 .365 .879" }], ["path", { "d": "M18 13a1 1 0 0 1 1 1v4.584l1.293 -1.291a1 1 0 0 1 1.32 -.083l.094 .083a1 1 0 0 1 0 1.414l-3 3a1 1 0 0 1 -.112 .097l-.11 .071l-.114 .054l-.105 .035l-.149 .03l-.117 .006l-.075 -.003l-.126 -.017l-.111 -.03l-.111 -.044l-.098 -.052l-.096 -.067l-.09 -.08l-3 -3a1 1 0 0 1 1.414 -1.414l1.293 1.293v-4.586a1 1 0 0 1 1 -1" }], ["path", { "d": "M17.852 2.011l.058 -.007l.09 -.004l.075 .003l.126 .017l.111 .03l.111 .044l.098 .052l.104 .074l.082 .073l3 3a1 1 0 1 1 -1.414 1.414l-1.293 -1.292v4.585a1 1 0 0 1 -2 0v-4.585l-1.293 1.292a1 1 0 0 1 -1.32 .083l-.094 -.083a1 1 0 0 1 0 -1.414l3 -3q .053 -.054 .112 -.097l.11 -.071l.114 -.054l.105 -.035z" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="arrow-autofit-height-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 ArrowAutofitHeightFilledProps = typeof __propDef.props;
|
|
13
|
+
export type ArrowAutofitHeightFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type ArrowAutofitHeightFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class ArrowAutofitHeightFilled extends SvelteComponentTyped<ArrowAutofitHeightFilledProps, ArrowAutofitHeightFilledEvents, ArrowAutofitHeightFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M21 14a1 1 0 0 1 -1 1h-11.001v-.092a3 3 0 0 0 -5.12 -2.03a.515 .515 0 0 1 -.879 -.363v-6.515a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3z" }], ["path", { "d": "M21 18a1 1 0 0 1 -1 1h-14.584l1.291 1.293a1 1 0 0 1 .083 1.32l-.083 .094a1 1 0 0 1 -1.414 0l-3 -3a1 1 0 0 1 -.097 -.112l-.071 -.11l-.054 -.114l-.035 -.105l-.03 -.149l-.006 -.117l.003 -.075l.017 -.126l.03 -.111l.044 -.111l.052 -.098l.067 -.096l.08 -.09l3 -3a1 1 0 1 1 1.414 1.414l-1.293 1.293h14.586a1 1 0 0 1 1 1" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="arrow-autofit-left-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 ArrowAutofitLeftFilledProps = typeof __propDef.props;
|
|
13
|
+
export type ArrowAutofitLeftFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type ArrowAutofitLeftFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class ArrowAutofitLeftFilled extends SvelteComponentTyped<ArrowAutofitLeftFilledProps, ArrowAutofitLeftFilledEvents, ArrowAutofitLeftFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M3 14a1 1 0 0 0 1 1h11.001v-.092a3 3 0 0 1 5.12 -2.03a.515 .515 0 0 0 .879 -.363v-6.515a3 3 0 0 0 -3 -3h-12a3 3 0 0 0 -3 3z" }], ["path", { "d": "M3 18a1 1 0 0 0 1 1h14.584l-1.291 1.293a1 1 0 0 0 -.083 1.32l.083 .094a1 1 0 0 0 1.414 0l3 -3q .054 -.053 .097 -.112l.071 -.11l.054 -.114l.035 -.105l.03 -.149l.006 -.117l-.003 -.075l-.017 -.126l-.03 -.111l-.044 -.111l-.052 -.098l-.067 -.096l-.08 -.09l-3 -3a1 1 0 0 0 -1.414 1.414l1.293 1.293h-14.586a1 1 0 0 0 -1 1" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="arrow-autofit-right-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 ArrowAutofitRightFilledProps = typeof __propDef.props;
|
|
13
|
+
export type ArrowAutofitRightFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type ArrowAutofitRightFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class ArrowAutofitRightFilled extends SvelteComponentTyped<ArrowAutofitRightFilledProps, ArrowAutofitRightFilledEvents, ArrowAutofitRightFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M14 21a1 1 0 0 0 1 -1v-11.001h-.092a3 3 0 0 1 -2.03 -5.12a.515 .515 0 0 0 -.363 -.879h-6.515a3 3 0 0 0 -3 3v12a3 3 0 0 0 3 3z" }], ["path", { "d": "M18 21a1 1 0 0 0 1 -1v-14.584l1.293 1.291a1 1 0 0 0 1.32 .083l.094 -.083a1 1 0 0 0 0 -1.414l-3 -3a1 1 0 0 0 -.112 -.097l-.11 -.071l-.114 -.054l-.105 -.035l-.149 -.03l-.117 -.006l-.075 .003l-.126 .017l-.111 .03l-.111 .044l-.098 .052l-.096 .067l-.09 .08l-3 3a1 1 0 1 0 1.414 1.414l1.293 -1.293v14.586a1 1 0 0 0 1 1" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="arrow-autofit-up-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 ArrowAutofitUpFilledProps = typeof __propDef.props;
|
|
13
|
+
export type ArrowAutofitUpFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type ArrowAutofitUpFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class ArrowAutofitUpFilled extends SvelteComponentTyped<ArrowAutofitUpFilledProps, ArrowAutofitUpFilledEvents, ArrowAutofitUpFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M20.121 12.879a3 3 0 0 0 -4.242 0l-.085 .09l-.083 .094l-.08 .096l-.115 .158a3 3 0 0 0 -.515 1.59l.001 .093h-6.003v-.092a3 3 0 0 0 -5.12 -2.03a.514 .514 0 0 1 -.878 -.363l-.001 -6.515a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6.514a.515 .515 0 0 1 -.879 .365" }], ["path", { "d": "M11 18a1 1 0 0 1 -1 1h-4.584l1.291 1.293a1 1 0 0 1 .083 1.32l-.083 .094a1 1 0 0 1 -1.414 0l-3 -3a1 1 0 0 1 -.097 -.112l-.071 -.11l-.054 -.114l-.035 -.105l-.03 -.149l-.006 -.117l.003 -.075l.017 -.126l.03 -.111l.044 -.111l.052 -.098l.067 -.096l.08 -.09l3 -3a1 1 0 0 1 1.414 1.414l-1.293 1.293h4.586a1 1 0 0 1 1 1m10.989 -.148l.007 .058l.004 .09l-.003 .075l-.017 .126l-.03 .111l-.044 .111l-.052 .098l-.074 .104l-.073 .082l-3 3a1 1 0 1 1 -1.414 -1.414l1.292 -1.293h-4.585a1 1 0 0 1 0 -2h4.585l-1.292 -1.293a1 1 0 0 1 -.083 -1.32l.083 -.094a1 1 0 0 1 1.414 0l3 3q .054 .053 .097 .112l.071 .11l.054 .114l.035 .105z" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="arrow-autofit-width-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 ArrowAutofitWidthFilledProps = typeof __propDef.props;
|
|
13
|
+
export type ArrowAutofitWidthFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type ArrowAutofitWidthFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class ArrowAutofitWidthFilled extends SvelteComponentTyped<ArrowAutofitWidthFilledProps, ArrowAutofitWidthFilledEvents, ArrowAutofitWidthFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M9 20a2 2 0 0 1 -2 2h-4a1 1 0 0 1 0 -2h4v-2.997l-.343 .001a1 1 0 0 1 -.117 -.007l-.105 -.001c-2.94 -.11 -5.317 -2.399 -5.43 -5.263l-.005 -.216c0 -2.747 2.08 -5.01 4.784 -5.417l.114 -.016l.07 -.181c.663 -1.62 2.056 -2.906 3.829 -3.518l.244 -.08c2.194 -.667 4.614 -.224 6.36 1.176c1.385 1.108 2.187 2.686 2.25 4.34l.004 .212l.091 .003c2.3 .107 4.143 1.961 4.25 4.27l.004 .211c0 2.478 -1.997 4.487 -4.465 4.487h-1.535v2.996h4a1 1 0 0 1 0 2h-4a2 2 0 0 1 -2 -2v-2.997h-2v3.997a1 1 0 0 1 -2 0v-3.997h-2z" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="cloud-computing-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 CloudComputingFilledProps = typeof __propDef.props;
|
|
13
|
+
export type CloudComputingFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type CloudComputingFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class CloudComputingFilled extends SvelteComponentTyped<CloudComputingFilledProps, CloudComputingFilledEvents, CloudComputingFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M15.262 4.087c.974 .768 1.566 1.848 1.678 2.997l.007 .107l.18 .025a3.42 3.42 0 0 1 2.867 3.184l.006 .188a3.42 3.42 0 0 1 -3.425 3.412h-3.575l.001 1.171a3 3 0 0 1 1.829 1.829h6.17a1 1 0 0 1 0 2h-6.17a3.001 3.001 0 0 1 -5.66 0h-6.17a1 1 0 0 1 0 -2h6.171a3 3 0 0 1 1.829 -1.83v-1.17h-2.74c-2.341 0 -4.26 -1.826 -4.26 -4.103c0 -2.001 1.481 -3.655 3.43 -4.026l.086 -.015l.049 -.112c.514 -1.124 1.508 -2.01 2.756 -2.447l.222 -.072c1.627 -.49 3.42 -.166 4.72 .862" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="cloud-data-connection-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 CloudDataConnectionFilledProps = typeof __propDef.props;
|
|
13
|
+
export type CloudDataConnectionFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type CloudDataConnectionFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class CloudDataConnectionFilled extends SvelteComponentTyped<CloudDataConnectionFilledProps, CloudDataConnectionFilledEvents, CloudDataConnectionFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M16.675 6.44l.118 .005a1 1 0 0 1 .232 .052l.032 .015l.273 .103c1.936 .771 3.69 2.27 5.253 4.476l.245 .355a1 1 0 0 1 0 1.12c-1.702 2.519 -3.636 4.176 -5.792 4.947a1 1 0 0 1 -1.093 -.288a7.97 7.97 0 0 1 -1.883 -4.225h-2.06v3a1 1 0 0 1 -2 0v-3h-2v1a1 1 0 0 1 -2 0v-1h-1.166l-.335 .324a39 39 0 0 0 -1.751 1.846a1 1 0 0 1 -1.496 -1.328q .593 -.667 1.214 -1.308l.522 -.528l-.523 -.529a42 42 0 0 1 -.613 -.648l-.6 -.661a1 1 0 1 1 1.496 -1.328a40 40 0 0 0 2.069 2.161l1.183 -.001v-1a1 1 0 1 1 2 0v1h2v-3a1 1 0 0 1 2 0v3h2.062a7.97 7.97 0 0 1 1.656 -3.953l.196 -.24l.075 -.081l.105 -.088l.068 -.048l.097 -.052l.069 -.03l.138 -.042l.091 -.017q .059 -.007 .118 -.009m1.325 3.56a1 1 0 0 0 -.993 .883l-.007 .127a1 1 0 0 0 1.993 .117l.007 -.127a1 1 0 0 0 -1 -1" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="fish-bone-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 FishBoneFilledProps = typeof __propDef.props;
|
|
13
|
+
export type FishBoneFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type FishBoneFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class FishBoneFilled extends SvelteComponentTyped<FishBoneFilledProps, FishBoneFilledEvents, FishBoneFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -4953,6 +4953,12 @@ export { default as IconAppleFilled } from './apple-filled.svelte';
|
|
|
4953
4953
|
export { default as IconAppsFilled } from './apps-filled.svelte';
|
|
4954
4954
|
export { default as IconArchiveFilled } from './archive-filled.svelte';
|
|
4955
4955
|
export { default as IconArrowAutofitContentFilled } from './arrow-autofit-content-filled.svelte';
|
|
4956
|
+
export { default as IconArrowAutofitDownFilled } from './arrow-autofit-down-filled.svelte';
|
|
4957
|
+
export { default as IconArrowAutofitHeightFilled } from './arrow-autofit-height-filled.svelte';
|
|
4958
|
+
export { default as IconArrowAutofitLeftFilled } from './arrow-autofit-left-filled.svelte';
|
|
4959
|
+
export { default as IconArrowAutofitRightFilled } from './arrow-autofit-right-filled.svelte';
|
|
4960
|
+
export { default as IconArrowAutofitUpFilled } from './arrow-autofit-up-filled.svelte';
|
|
4961
|
+
export { default as IconArrowAutofitWidthFilled } from './arrow-autofit-width-filled.svelte';
|
|
4956
4962
|
export { default as IconArrowBadgeDownFilled } from './arrow-badge-down-filled.svelte';
|
|
4957
4963
|
export { default as IconArrowBadgeLeftFilled } from './arrow-badge-left-filled.svelte';
|
|
4958
4964
|
export { default as IconArrowBadgeRightFilled } from './arrow-badge-right-filled.svelte';
|
|
@@ -5259,6 +5265,8 @@ export { default as IconClockHour7Filled } from './clock-hour-7-filled.svelte';
|
|
|
5259
5265
|
export { default as IconClockHour8Filled } from './clock-hour-8-filled.svelte';
|
|
5260
5266
|
export { default as IconClockHour9Filled } from './clock-hour-9-filled.svelte';
|
|
5261
5267
|
export { default as IconClockFilled } from './clock-filled.svelte';
|
|
5268
|
+
export { default as IconCloudComputingFilled } from './cloud-computing-filled.svelte';
|
|
5269
|
+
export { default as IconCloudDataConnectionFilled } from './cloud-data-connection-filled.svelte';
|
|
5262
5270
|
export { default as IconCloudFilled } from './cloud-filled.svelte';
|
|
5263
5271
|
export { default as IconCloverFilled } from './clover-filled.svelte';
|
|
5264
5272
|
export { default as IconClubsFilled } from './clubs-filled.svelte';
|
|
@@ -5345,6 +5353,7 @@ export { default as IconFileXFilled } from './file-x-filled.svelte';
|
|
|
5345
5353
|
export { default as IconFileFilled } from './file-filled.svelte';
|
|
5346
5354
|
export { default as IconFilterFilled } from './filter-filled.svelte';
|
|
5347
5355
|
export { default as IconFiltersFilled } from './filters-filled.svelte';
|
|
5356
|
+
export { default as IconFishBoneFilled } from './fish-bone-filled.svelte';
|
|
5348
5357
|
export { default as IconFlag2Filled } from './flag-2-filled.svelte';
|
|
5349
5358
|
export { default as IconFlag3Filled } from './flag-3-filled.svelte';
|
|
5350
5359
|
export { default as IconFlagFilled } from './flag-filled.svelte';
|
|
@@ -5553,6 +5562,7 @@ export { default as IconPhoneFilled } from './phone-filled.svelte';
|
|
|
5553
5562
|
export { default as IconPhotoFilled } from './photo-filled.svelte';
|
|
5554
5563
|
export { default as IconPictureInPictureTopFilled } from './picture-in-picture-top-filled.svelte';
|
|
5555
5564
|
export { default as IconPictureInPictureFilled } from './picture-in-picture-filled.svelte';
|
|
5565
|
+
export { default as IconPigFilled } from './pig-filled.svelte';
|
|
5556
5566
|
export { default as IconPillFilled } from './pill-filled.svelte';
|
|
5557
5567
|
export { default as IconPinFilled } from './pin-filled.svelte';
|
|
5558
5568
|
export { default as IconPinnedFilled } from './pinned-filled.svelte';
|
|
@@ -5624,6 +5634,7 @@ export { default as IconSortDescendingShapesFilled } from './sort-descending-sha
|
|
|
5624
5634
|
export { default as IconSoupFilled } from './soup-filled.svelte';
|
|
5625
5635
|
export { default as IconSpadeFilled } from './spade-filled.svelte';
|
|
5626
5636
|
export { default as IconSpeedboatFilled } from './speedboat-filled.svelte';
|
|
5637
|
+
export { default as IconSpiderFilled } from './spider-filled.svelte';
|
|
5627
5638
|
export { default as IconSquareArrowDownFilled } from './square-arrow-down-filled.svelte';
|
|
5628
5639
|
export { default as IconSquareArrowLeftFilled } from './square-arrow-left-filled.svelte';
|
|
5629
5640
|
export { default as IconSquareArrowRightFilled } from './square-arrow-right-filled.svelte';
|
|
@@ -5750,8 +5761,13 @@ export { default as IconStarHalfFilled } from './star-half-filled.svelte';
|
|
|
5750
5761
|
export { default as IconStarFilled } from './star-filled.svelte';
|
|
5751
5762
|
export { default as IconStarsFilled } from './stars-filled.svelte';
|
|
5752
5763
|
export { default as IconSteeringWheelFilled } from './steering-wheel-filled.svelte';
|
|
5764
|
+
export { default as IconSunHighFilled } from './sun-high-filled.svelte';
|
|
5765
|
+
export { default as IconSunLowFilled } from './sun-low-filled.svelte';
|
|
5753
5766
|
export { default as IconSunFilled } from './sun-filled.svelte';
|
|
5754
5767
|
export { default as IconSunglassesFilled } from './sunglasses-filled.svelte';
|
|
5768
|
+
export { default as IconSunriseFilled } from './sunrise-filled.svelte';
|
|
5769
|
+
export { default as IconSunset2Filled } from './sunset-2-filled.svelte';
|
|
5770
|
+
export { default as IconSunsetFilled } from './sunset-filled.svelte';
|
|
5755
5771
|
export { default as IconSwipeDownFilled } from './swipe-down-filled.svelte';
|
|
5756
5772
|
export { default as IconSwipeLeftFilled } from './swipe-left-filled.svelte';
|
|
5757
5773
|
export { default as IconSwipeRightFilled } from './swipe-right-filled.svelte';
|
|
@@ -5759,6 +5775,8 @@ export { default as IconSwipeUpFilled } from './swipe-up-filled.svelte';
|
|
|
5759
5775
|
export { default as IconTableFilled } from './table-filled.svelte';
|
|
5760
5776
|
export { default as IconTagFilled } from './tag-filled.svelte';
|
|
5761
5777
|
export { default as IconTagsFilled } from './tags-filled.svelte';
|
|
5778
|
+
export { default as IconTemperatureMinusFilled } from './temperature-minus-filled.svelte';
|
|
5779
|
+
export { default as IconTemperaturePlusFilled } from './temperature-plus-filled.svelte';
|
|
5762
5780
|
export { default as IconTestPipe2Filled } from './test-pipe-2-filled.svelte';
|
|
5763
5781
|
export { default as IconThumbDownFilled } from './thumb-down-filled.svelte';
|
|
5764
5782
|
export { default as IconThumbUpFilled } from './thumb-up-filled.svelte';
|
package/dist/icons/index.js
CHANGED
|
@@ -4953,6 +4953,12 @@ export { default as IconAppleFilled } from './apple-filled.svelte';
|
|
|
4953
4953
|
export { default as IconAppsFilled } from './apps-filled.svelte';
|
|
4954
4954
|
export { default as IconArchiveFilled } from './archive-filled.svelte';
|
|
4955
4955
|
export { default as IconArrowAutofitContentFilled } from './arrow-autofit-content-filled.svelte';
|
|
4956
|
+
export { default as IconArrowAutofitDownFilled } from './arrow-autofit-down-filled.svelte';
|
|
4957
|
+
export { default as IconArrowAutofitHeightFilled } from './arrow-autofit-height-filled.svelte';
|
|
4958
|
+
export { default as IconArrowAutofitLeftFilled } from './arrow-autofit-left-filled.svelte';
|
|
4959
|
+
export { default as IconArrowAutofitRightFilled } from './arrow-autofit-right-filled.svelte';
|
|
4960
|
+
export { default as IconArrowAutofitUpFilled } from './arrow-autofit-up-filled.svelte';
|
|
4961
|
+
export { default as IconArrowAutofitWidthFilled } from './arrow-autofit-width-filled.svelte';
|
|
4956
4962
|
export { default as IconArrowBadgeDownFilled } from './arrow-badge-down-filled.svelte';
|
|
4957
4963
|
export { default as IconArrowBadgeLeftFilled } from './arrow-badge-left-filled.svelte';
|
|
4958
4964
|
export { default as IconArrowBadgeRightFilled } from './arrow-badge-right-filled.svelte';
|
|
@@ -5259,6 +5265,8 @@ export { default as IconClockHour7Filled } from './clock-hour-7-filled.svelte';
|
|
|
5259
5265
|
export { default as IconClockHour8Filled } from './clock-hour-8-filled.svelte';
|
|
5260
5266
|
export { default as IconClockHour9Filled } from './clock-hour-9-filled.svelte';
|
|
5261
5267
|
export { default as IconClockFilled } from './clock-filled.svelte';
|
|
5268
|
+
export { default as IconCloudComputingFilled } from './cloud-computing-filled.svelte';
|
|
5269
|
+
export { default as IconCloudDataConnectionFilled } from './cloud-data-connection-filled.svelte';
|
|
5262
5270
|
export { default as IconCloudFilled } from './cloud-filled.svelte';
|
|
5263
5271
|
export { default as IconCloverFilled } from './clover-filled.svelte';
|
|
5264
5272
|
export { default as IconClubsFilled } from './clubs-filled.svelte';
|
|
@@ -5345,6 +5353,7 @@ export { default as IconFileXFilled } from './file-x-filled.svelte';
|
|
|
5345
5353
|
export { default as IconFileFilled } from './file-filled.svelte';
|
|
5346
5354
|
export { default as IconFilterFilled } from './filter-filled.svelte';
|
|
5347
5355
|
export { default as IconFiltersFilled } from './filters-filled.svelte';
|
|
5356
|
+
export { default as IconFishBoneFilled } from './fish-bone-filled.svelte';
|
|
5348
5357
|
export { default as IconFlag2Filled } from './flag-2-filled.svelte';
|
|
5349
5358
|
export { default as IconFlag3Filled } from './flag-3-filled.svelte';
|
|
5350
5359
|
export { default as IconFlagFilled } from './flag-filled.svelte';
|
|
@@ -5553,6 +5562,7 @@ export { default as IconPhoneFilled } from './phone-filled.svelte';
|
|
|
5553
5562
|
export { default as IconPhotoFilled } from './photo-filled.svelte';
|
|
5554
5563
|
export { default as IconPictureInPictureTopFilled } from './picture-in-picture-top-filled.svelte';
|
|
5555
5564
|
export { default as IconPictureInPictureFilled } from './picture-in-picture-filled.svelte';
|
|
5565
|
+
export { default as IconPigFilled } from './pig-filled.svelte';
|
|
5556
5566
|
export { default as IconPillFilled } from './pill-filled.svelte';
|
|
5557
5567
|
export { default as IconPinFilled } from './pin-filled.svelte';
|
|
5558
5568
|
export { default as IconPinnedFilled } from './pinned-filled.svelte';
|
|
@@ -5624,6 +5634,7 @@ export { default as IconSortDescendingShapesFilled } from './sort-descending-sha
|
|
|
5624
5634
|
export { default as IconSoupFilled } from './soup-filled.svelte';
|
|
5625
5635
|
export { default as IconSpadeFilled } from './spade-filled.svelte';
|
|
5626
5636
|
export { default as IconSpeedboatFilled } from './speedboat-filled.svelte';
|
|
5637
|
+
export { default as IconSpiderFilled } from './spider-filled.svelte';
|
|
5627
5638
|
export { default as IconSquareArrowDownFilled } from './square-arrow-down-filled.svelte';
|
|
5628
5639
|
export { default as IconSquareArrowLeftFilled } from './square-arrow-left-filled.svelte';
|
|
5629
5640
|
export { default as IconSquareArrowRightFilled } from './square-arrow-right-filled.svelte';
|
|
@@ -5750,8 +5761,13 @@ export { default as IconStarHalfFilled } from './star-half-filled.svelte';
|
|
|
5750
5761
|
export { default as IconStarFilled } from './star-filled.svelte';
|
|
5751
5762
|
export { default as IconStarsFilled } from './stars-filled.svelte';
|
|
5752
5763
|
export { default as IconSteeringWheelFilled } from './steering-wheel-filled.svelte';
|
|
5764
|
+
export { default as IconSunHighFilled } from './sun-high-filled.svelte';
|
|
5765
|
+
export { default as IconSunLowFilled } from './sun-low-filled.svelte';
|
|
5753
5766
|
export { default as IconSunFilled } from './sun-filled.svelte';
|
|
5754
5767
|
export { default as IconSunglassesFilled } from './sunglasses-filled.svelte';
|
|
5768
|
+
export { default as IconSunriseFilled } from './sunrise-filled.svelte';
|
|
5769
|
+
export { default as IconSunset2Filled } from './sunset-2-filled.svelte';
|
|
5770
|
+
export { default as IconSunsetFilled } from './sunset-filled.svelte';
|
|
5755
5771
|
export { default as IconSwipeDownFilled } from './swipe-down-filled.svelte';
|
|
5756
5772
|
export { default as IconSwipeLeftFilled } from './swipe-left-filled.svelte';
|
|
5757
5773
|
export { default as IconSwipeRightFilled } from './swipe-right-filled.svelte';
|
|
@@ -5759,6 +5775,8 @@ export { default as IconSwipeUpFilled } from './swipe-up-filled.svelte';
|
|
|
5759
5775
|
export { default as IconTableFilled } from './table-filled.svelte';
|
|
5760
5776
|
export { default as IconTagFilled } from './tag-filled.svelte';
|
|
5761
5777
|
export { default as IconTagsFilled } from './tags-filled.svelte';
|
|
5778
|
+
export { default as IconTemperatureMinusFilled } from './temperature-minus-filled.svelte';
|
|
5779
|
+
export { default as IconTemperaturePlusFilled } from './temperature-plus-filled.svelte';
|
|
5762
5780
|
export { default as IconTestPipe2Filled } from './test-pipe-2-filled.svelte';
|
|
5763
5781
|
export { default as IconThumbDownFilled } from './thumb-down-filled.svelte';
|
|
5764
5782
|
export { default as IconThumbUpFilled } from './thumb-up-filled.svelte';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M15.999 2a1 1 0 0 1 1.001 1v3.255l.026 .018a7 7 0 0 1 2.204 2.537l.092 .19h.676a2 2 0 0 1 1.995 1.85l.005 .15v2a2 2 0 0 1 -2 2h-.676l-.104 .213a7 7 0 0 1 -1.097 1.558l-.123 .125v1.604a2.5 2.5 0 0 1 -2.336 2.495l-.162 .005c-1.16 0 -2.135 -.79 -2.418 -1.86l-.032 -.141l-4.05 .001l-.05 -.002l-.032 .141a2.5 2.5 0 0 1 -2.254 1.856l-.164 .005a2.5 2.5 0 0 1 -2.5 -2.5v-1.602l-.056 -.055a7 7 0 0 1 -1.576 -7.085l.092 -.256a7 7 0 0 1 6.539 -4.502h2.196l4.25 -2.832a1 1 0 0 1 .436 -.161zm-.999 8a1 1 0 0 0 -.993 .883l-.007 .127a1 1 0 0 0 1.993 .117l.007 -.127a1 1 0 0 0 -1 -1" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="pig-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 PigFilledProps = typeof __propDef.props;
|
|
13
|
+
export type PigFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type PigFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class PigFilled extends SvelteComponentTyped<PigFilledProps, PigFilledEvents, PigFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M19 3a1 1 0 0 1 1 1v2a1 1 0 0 1 -.293 .707l-3.293 3.293h3.17l1.209 -1.207a1 1 0 0 1 1.414 1.414l-1.5 1.5a1 1 0 0 1 -.707 .293h-3.585l4.292 4.293a1 1 0 0 1 .293 .707v2a1 1 0 0 1 -2 0v-1.585l-2.016 -2.016a5 5 0 0 1 -9.968 0l-2.016 2.015v1.586a1 1 0 0 1 -.883 .993l-.117 .007a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 .293 -.707l4.291 -4.293h-3.584a1 1 0 0 1 -.707 -.293l-1.5 -1.5a1 1 0 0 1 1.414 -1.414l1.208 1.207h3.17l-3.292 -3.293a1 1 0 0 1 -.293 -.707v-2a1 1 0 1 1 2 0v1.585l3.025 3.025a3 3 0 0 1 5.95 0l3.025 -3.026v-1.584a1 1 0 0 1 .883 -.993z" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="spider-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 SpiderFilledProps = typeof __propDef.props;
|
|
13
|
+
export type SpiderFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type SpiderFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class SpiderFilled extends SvelteComponentTyped<SpiderFilledProps, SpiderFilledEvents, SpiderFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M12 19a1 1 0 0 1 1 1v2a1 1 0 0 1 -2 0v-2a1 1 0 0 1 1 -1m-4.95 -2.05a1 1 0 0 1 0 1.414l-1.414 1.414a1 1 0 1 1 -1.414 -1.414l1.414 -1.414a1 1 0 0 1 1.414 0m11.314 0l1.414 1.414a1 1 0 0 1 -1.414 1.414l-1.414 -1.414a1 1 0 0 1 1.414 -1.414m-5.049 -9.836a5 5 0 1 1 -2.532 9.674a5 5 0 0 1 2.532 -9.674m-9.315 3.886a1 1 0 0 1 0 2h-2a1 1 0 0 1 0 -2zm18 0a1 1 0 0 1 0 2h-2a1 1 0 0 1 0 -2zm-16.364 -6.778l1.414 1.414a1 1 0 0 1 -1.414 1.414l-1.414 -1.414a1 1 0 0 1 1.414 -1.414m14.142 0a1 1 0 0 1 0 1.414l-1.414 1.414a1 1 0 0 1 -1.414 -1.414l1.414 -1.414a1 1 0 0 1 1.414 0m-7.778 -3.222a1 1 0 0 1 1 1v2a1 1 0 0 1 -2 0v-2a1 1 0 0 1 1 -1" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="sun-high-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 SunHighFilledProps = typeof __propDef.props;
|
|
13
|
+
export type SunHighFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type SunHighFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class SunHighFilled extends SvelteComponentTyped<SunHighFilledProps, SunHighFilledEvents, SunHighFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M18.407 16.993l.01 .01a1 1 0 0 1 -1.32 1.497l-.104 -.093a1 1 0 0 1 1.414 -1.414m-11.4 0l.01 .01a1 1 0 0 1 -1.32 1.497l-.104 -.093a1 1 0 0 1 1.414 -1.414m4.993 -9.993a5 5 0 1 1 -5 5l.005 -.217a5 5 0 0 1 4.995 -4.783m-4.993 -1.407l.01 .01a1 1 0 0 1 -1.32 1.497l-.104 -.093a1 1 0 0 1 1.414 -1.414m11.4 0l.01 .01a1 1 0 0 1 -1.32 1.497l-.104 -.093a1 1 0 1 1 1.414 -1.414m-14.397 5.407a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993zm7.99 -8a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1m8.01 8a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993zm-8.01 8a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="sun-low-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 SunLowFilledProps = typeof __propDef.props;
|
|
13
|
+
export type SunLowFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type SunLowFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class SunLowFilled extends SvelteComponentTyped<SunLowFilledProps, SunLowFilledEvents, SunLowFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M4 16a1 1 0 0 1 0 2h-1a1 1 0 0 1 0 -2z" }], ["path", { "d": "M12 12a5 5 0 0 1 5 5a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1a5 5 0 0 1 5 -5" }], ["path", { "d": "M21 16a1 1 0 0 1 0 2h-1a1 1 0 0 1 0 -2z" }], ["path", { "d": "M6.307 9.893l.7 .7a1 1 0 0 1 -1.414 1.414l-.7 -.7a1 1 0 0 1 1.414 -1.414" }], ["path", { "d": "M19.107 9.893a1 1 0 0 1 0 1.414l-.7 .7a1 1 0 0 1 -1.414 -1.414l.7 -.7a1 1 0 0 1 1.414 0" }], ["path", { "d": "M12.707 2.293l3 3a1 1 0 1 1 -1.414 1.414l-1.293 -1.292v3.585a1 1 0 0 1 -.883 .993l-.117 .007a1 1 0 0 1 -1 -1v-3.586l-1.293 1.293a1 1 0 0 1 -1.414 -1.414l2.958 -2.96a1 1 0 0 1 .15 -.135l.127 -.08l.068 -.033l.11 -.041l.12 -.029c.3 -.055 .627 .024 .881 .278" }], ["path", { "d": "M3 20h18a1 1 0 0 1 0 2h-18a1 1 0 0 1 0 -2" }], ["path", { "d": "M12 12a5 5 0 0 1 4.583 7.002h-9.166a5 5 0 0 1 4.583 -7.002" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="sunrise-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 SunriseFilledProps = typeof __propDef.props;
|
|
13
|
+
export type SunriseFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type SunriseFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class SunriseFilled extends SvelteComponentTyped<SunriseFilledProps, SunriseFilledEvents, SunriseFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M4 12a1 1 0 0 1 0 2h-1a1 1 0 0 1 0 -2z" }], ["path", { "d": "M21 12a1 1 0 0 1 0 2h-1a1 1 0 0 1 0 -2z" }], ["path", { "d": "M6.307 5.893l.7 .7a1 1 0 0 1 -1.414 1.414l-.7 -.7a1 1 0 0 1 1.414 -1.414" }], ["path", { "d": "M19.107 5.893a1 1 0 0 1 0 1.414l-.7 .7a1 1 0 0 1 -1.414 -1.414l.7 -.7a1 1 0 0 1 1.414 0" }], ["path", { "d": "M12 3a1 1 0 0 1 1 1v1a1 1 0 0 1 -2 0v-1a1 1 0 0 1 1 -1" }], ["path", { "d": "M3 16h18a1 1 0 0 1 0 2h-18a1 1 0 0 1 0 -2" }], ["path", { "d": "M12 8a5 5 0 0 1 4.583 7.002h-9.166a5 5 0 0 1 4.583 -7.002" }], ["path", { "d": "M12 19a1 1 0 0 1 0 2h-5a1 1 0 0 1 0 -2z" }], ["path", { "d": "M17 19a1 1 0 0 1 0 2h-1a1 1 0 0 1 0 -2z" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="sunset-2-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 Sunset_2FilledProps = typeof __propDef.props;
|
|
13
|
+
export type Sunset_2FilledEvents = typeof __propDef.events;
|
|
14
|
+
export type Sunset_2FilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class Sunset_2Filled extends SvelteComponentTyped<Sunset_2FilledProps, Sunset_2FilledEvents, Sunset_2FilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M4 16a1 1 0 0 1 0 2h-1a1 1 0 0 1 0 -2z" }], ["path", { "d": "M21 16a1 1 0 0 1 0 2h-1a1 1 0 0 1 0 -2z" }], ["path", { "d": "M6.307 9.893l.7 .7a1 1 0 0 1 -1.414 1.414l-.7 -.7a1 1 0 0 1 1.414 -1.414" }], ["path", { "d": "M19.107 9.893a1 1 0 0 1 0 1.414l-.7 .7a1 1 0 0 1 -1.414 -1.414l.7 -.7a1 1 0 0 1 1.414 0" }], ["path", { "d": "M12 2a1 1 0 0 1 1 1v3.584l1.293 -1.291a1 1 0 0 1 1.32 -.083l.094 .083a1 1 0 0 1 0 1.414l-3 3a.98 .98 0 0 1 -.767 .293l-.124 -.017l-.127 -.032l-.104 -.04l-.115 -.063a1 1 0 0 1 -.151 -.114l-3.026 -3.027a1 1 0 0 1 1.414 -1.414l1.293 1.292v-3.585a1 1 0 0 1 1 -1" }], ["path", { "d": "M3 20h18a1 1 0 0 1 0 2h-18a1 1 0 0 1 0 -2" }], ["path", { "d": "M12 12a5 5 0 0 1 4.583 7.002h-9.166a5 5 0 0 1 4.583 -7.002" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="sunset-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 SunsetFilledProps = typeof __propDef.props;
|
|
13
|
+
export type SunsetFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type SunsetFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class SunsetFilled extends SvelteComponentTyped<SunsetFilledProps, SunsetFilledEvents, SunsetFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M10 2a3 3 0 0 1 3 3v7.965l.075 .056a5 5 0 0 1 1.81 5.01l-.055 .227a5 5 0 1 1 -7.905 -5.237l.075 -.056v-7.965a3 3 0 0 1 2.824 -2.995zm12 6a1 1 0 0 1 0 2h-6a1 1 0 0 1 0 -2zm-12 -4a1 1 0 0 0 -1 1v4h2v-4a1 1 0 0 0 -1 -1" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="temperature-minus-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 TemperatureMinusFilledProps = typeof __propDef.props;
|
|
13
|
+
export type TemperatureMinusFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type TemperatureMinusFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class TemperatureMinusFilled extends SvelteComponentTyped<TemperatureMinusFilledProps, TemperatureMinusFilledEvents, TemperatureMinusFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M10 2a3 3 0 0 1 3 3v7.965l.075 .056a5 5 0 0 1 1.81 5.01l-.055 .227a5 5 0 1 1 -7.905 -5.237l.075 -.056v-7.965a3 3 0 0 1 2.824 -2.995zm9 3a1 1 0 0 1 1 1v2h2a1 1 0 0 1 0 2h-2v2a1 1 0 0 1 -2 0v-2h-2a1 1 0 0 1 0 -2h2v-2a1 1 0 0 1 1 -1m-9 -1a1 1 0 0 0 -1 1v4h2v-4a1 1 0 0 0 -1 -1" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="temperature-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 TemperaturePlusFilledProps = typeof __propDef.props;
|
|
13
|
+
export type TemperaturePlusFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type TemperaturePlusFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class TemperaturePlusFilled extends SvelteComponentTyped<TemperaturePlusFilledProps, TemperaturePlusFilledEvents, TemperaturePlusFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
package/dist/icons-list.js
CHANGED
|
@@ -4954,6 +4954,12 @@ export default [
|
|
|
4954
4954
|
"apps-filled",
|
|
4955
4955
|
"archive-filled",
|
|
4956
4956
|
"arrow-autofit-content-filled",
|
|
4957
|
+
"arrow-autofit-down-filled",
|
|
4958
|
+
"arrow-autofit-height-filled",
|
|
4959
|
+
"arrow-autofit-left-filled",
|
|
4960
|
+
"arrow-autofit-right-filled",
|
|
4961
|
+
"arrow-autofit-up-filled",
|
|
4962
|
+
"arrow-autofit-width-filled",
|
|
4957
4963
|
"arrow-badge-down-filled",
|
|
4958
4964
|
"arrow-badge-left-filled",
|
|
4959
4965
|
"arrow-badge-right-filled",
|
|
@@ -5260,6 +5266,8 @@ export default [
|
|
|
5260
5266
|
"clock-hour-8-filled",
|
|
5261
5267
|
"clock-hour-9-filled",
|
|
5262
5268
|
"clock-filled",
|
|
5269
|
+
"cloud-computing-filled",
|
|
5270
|
+
"cloud-data-connection-filled",
|
|
5263
5271
|
"cloud-filled",
|
|
5264
5272
|
"clover-filled",
|
|
5265
5273
|
"clubs-filled",
|
|
@@ -5346,6 +5354,7 @@ export default [
|
|
|
5346
5354
|
"file-filled",
|
|
5347
5355
|
"filter-filled",
|
|
5348
5356
|
"filters-filled",
|
|
5357
|
+
"fish-bone-filled",
|
|
5349
5358
|
"flag-2-filled",
|
|
5350
5359
|
"flag-3-filled",
|
|
5351
5360
|
"flag-filled",
|
|
@@ -5554,6 +5563,7 @@ export default [
|
|
|
5554
5563
|
"photo-filled",
|
|
5555
5564
|
"picture-in-picture-top-filled",
|
|
5556
5565
|
"picture-in-picture-filled",
|
|
5566
|
+
"pig-filled",
|
|
5557
5567
|
"pill-filled",
|
|
5558
5568
|
"pin-filled",
|
|
5559
5569
|
"pinned-filled",
|
|
@@ -5625,6 +5635,7 @@ export default [
|
|
|
5625
5635
|
"soup-filled",
|
|
5626
5636
|
"spade-filled",
|
|
5627
5637
|
"speedboat-filled",
|
|
5638
|
+
"spider-filled",
|
|
5628
5639
|
"square-arrow-down-filled",
|
|
5629
5640
|
"square-arrow-left-filled",
|
|
5630
5641
|
"square-arrow-right-filled",
|
|
@@ -5751,8 +5762,13 @@ export default [
|
|
|
5751
5762
|
"star-filled",
|
|
5752
5763
|
"stars-filled",
|
|
5753
5764
|
"steering-wheel-filled",
|
|
5765
|
+
"sun-high-filled",
|
|
5766
|
+
"sun-low-filled",
|
|
5754
5767
|
"sun-filled",
|
|
5755
5768
|
"sunglasses-filled",
|
|
5769
|
+
"sunrise-filled",
|
|
5770
|
+
"sunset-2-filled",
|
|
5771
|
+
"sunset-filled",
|
|
5756
5772
|
"swipe-down-filled",
|
|
5757
5773
|
"swipe-left-filled",
|
|
5758
5774
|
"swipe-right-filled",
|
|
@@ -5760,6 +5776,8 @@ export default [
|
|
|
5760
5776
|
"table-filled",
|
|
5761
5777
|
"tag-filled",
|
|
5762
5778
|
"tags-filled",
|
|
5779
|
+
"temperature-minus-filled",
|
|
5780
|
+
"temperature-plus-filled",
|
|
5763
5781
|
"test-pipe-2-filled",
|
|
5764
5782
|
"thumb-down-filled",
|
|
5765
5783
|
"thumb-up-filled",
|