@tabler/icons-svelte 3.45.0 → 3.47.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/README.md +33 -39
- package/dist/Icon.svelte +1 -1
- package/dist/icons/airpods-l.svelte +6 -0
- package/dist/icons/airpods-l.svelte.d.ts +17 -0
- package/dist/icons/airpods-r.svelte +6 -0
- package/dist/icons/airpods-r.svelte.d.ts +17 -0
- package/dist/icons/cash-coin.svelte +6 -0
- package/dist/icons/cash-coin.svelte.d.ts +17 -0
- package/dist/icons/edit-bulk.svelte +6 -0
- package/dist/icons/edit-bulk.svelte.d.ts +17 -0
- package/dist/icons/folder-stats.svelte +6 -0
- package/dist/icons/folder-stats.svelte.d.ts +17 -0
- package/dist/icons/folder-user.svelte +6 -0
- package/dist/icons/folder-user.svelte.d.ts +17 -0
- package/dist/icons/gpu-2.svelte +6 -0
- package/dist/icons/gpu-2.svelte.d.ts +17 -0
- package/dist/icons/gpu.svelte +6 -0
- package/dist/icons/gpu.svelte.d.ts +17 -0
- package/dist/icons/index.d.ts +36 -0
- package/dist/icons/index.js +36 -0
- package/dist/icons/map-pinned.svelte +6 -0
- package/dist/icons/map-pinned.svelte.d.ts +17 -0
- package/dist/icons/orbit-vertical.svelte +6 -0
- package/dist/icons/orbit-vertical.svelte.d.ts +17 -0
- package/dist/icons/orbit.svelte +6 -0
- package/dist/icons/orbit.svelte.d.ts +17 -0
- package/dist/icons/orbits.svelte +6 -0
- package/dist/icons/orbits.svelte.d.ts +17 -0
- package/dist/icons/play-bug.svelte +6 -0
- package/dist/icons/play-bug.svelte.d.ts +17 -0
- package/dist/icons/play-bugs.svelte +6 -0
- package/dist/icons/play-bugs.svelte.d.ts +17 -0
- package/dist/icons/reduce-motion.svelte +6 -0
- package/dist/icons/reduce-motion.svelte.d.ts +17 -0
- package/dist/icons/reference-image.svelte +6 -0
- package/dist/icons/reference-image.svelte.d.ts +17 -0
- package/dist/icons/remote-control.svelte +6 -0
- package/dist/icons/remote-control.svelte.d.ts +17 -0
- package/dist/icons/rocking-chair.svelte +6 -0
- package/dist/icons/rocking-chair.svelte.d.ts +17 -0
- package/dist/icons/run-sprint.svelte +6 -0
- package/dist/icons/run-sprint.svelte.d.ts +17 -0
- package/dist/icons/secret-phrases.svelte +6 -0
- package/dist/icons/secret-phrases.svelte.d.ts +17 -0
- package/dist/icons/server-bolt.svelte +1 -1
- package/dist/icons/server.svelte +1 -1
- package/dist/icons/sparkles-2-off.svelte +6 -0
- package/dist/icons/sparkles-2-off.svelte.d.ts +17 -0
- package/dist/icons/sparkles-2.svelte +1 -1
- package/dist/icons/sticker-smile.svelte +6 -0
- package/dist/icons/sticker-smile.svelte.d.ts +17 -0
- package/dist/icons/tabs.svelte +6 -0
- package/dist/icons/tabs.svelte.d.ts +17 -0
- package/dist/icons/tags-chevron-down.svelte +6 -0
- package/dist/icons/tags-chevron-down.svelte.d.ts +17 -0
- package/dist/icons/tags-chevron-left.svelte +6 -0
- package/dist/icons/tags-chevron-left.svelte.d.ts +17 -0
- package/dist/icons/tags-chevron-right.svelte +6 -0
- package/dist/icons/tags-chevron-right.svelte.d.ts +17 -0
- package/dist/icons/tags-chevron-up.svelte +6 -0
- package/dist/icons/tags-chevron-up.svelte.d.ts +17 -0
- package/dist/icons/thinking-high.svelte +6 -0
- package/dist/icons/thinking-high.svelte.d.ts +17 -0
- package/dist/icons/thinking-low.svelte +6 -0
- package/dist/icons/thinking-low.svelte.d.ts +17 -0
- package/dist/icons/thinking-medium.svelte +6 -0
- package/dist/icons/thinking-medium.svelte.d.ts +17 -0
- package/dist/icons/treasure-chest.svelte +6 -0
- package/dist/icons/treasure-chest.svelte.d.ts +17 -0
- package/dist/icons/twig.svelte +6 -0
- package/dist/icons/twig.svelte.d.ts +17 -0
- package/dist/icons/vault.svelte +6 -0
- package/dist/icons/vault.svelte.d.ts +17 -0
- package/dist/icons/voice-2.svelte +6 -0
- package/dist/icons/voice-2.svelte.d.ts +17 -0
- package/dist/icons/voice.svelte +6 -0
- package/dist/icons/voice.svelte.d.ts +17 -0
- package/dist/icons/yarn.svelte +6 -0
- package/dist/icons/yarn.svelte.d.ts +17 -0
- package/dist/icons-list.js +36 -0
- package/package.json +5 -2
package/README.md
CHANGED
|
@@ -5,21 +5,21 @@
|
|
|
5
5
|
</p>
|
|
6
6
|
|
|
7
7
|
<p align="center">
|
|
8
|
-
Implementation of the Tabler Icons library for Svelte applications.
|
|
9
|
-
|
|
8
|
+
Implementation of the Tabler Icons library for Svelte applications.
|
|
9
|
+
</p>
|
|
10
10
|
|
|
11
11
|
<p align="center">
|
|
12
12
|
<a href="https://tabler.io/icons"><strong>Browse all icons at tabler.io →</strong></a>
|
|
13
13
|
</p>
|
|
14
14
|
|
|
15
15
|
<p align="center">
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
<a href="https://www.npmjs.com/package/@tabler/icons-svelte"><img src="https://img.shields.io/npm/v/@tabler/icons-svelte" alt="Latest release"></a>
|
|
17
|
+
<a href="https://github.com/tabler/tabler-icons/blob/main/LICENSE"><img src="https://img.shields.io/npm/l/@tabler/icons-svelte.svg" alt="License"></a>
|
|
18
18
|
</p>
|
|
19
19
|
|
|
20
20
|
## Sponsors
|
|
21
21
|
|
|
22
|
-
**If you want to support
|
|
22
|
+
**If you want to support our project and help us grow it, you can [become a sponsor on GitHub](https://github.com/sponsors/codecalm) or [donate on PayPal](https://paypal.me/codecalm).**
|
|
23
23
|
|
|
24
24
|
<a href="https://github.com/sponsors/codecalm">
|
|
25
25
|
<img src="https://cdn.jsdelivr.net/gh/tabler/sponsors@latest/sponsors.svg" alt="Tabler sponsors">
|
|
@@ -27,63 +27,57 @@ Implementation of the Tabler Icons library for Svelte applications.
|
|
|
27
27
|
|
|
28
28
|
## Installation
|
|
29
29
|
|
|
30
|
-
```
|
|
31
|
-
yarn add @tabler/icons-svelte
|
|
32
|
-
```
|
|
33
|
-
|
|
34
|
-
or
|
|
35
|
-
|
|
36
|
-
```
|
|
30
|
+
```sh
|
|
37
31
|
npm install @tabler/icons-svelte
|
|
38
32
|
```
|
|
39
33
|
|
|
40
|
-
|
|
41
|
-
|
|
34
|
+
```sh
|
|
35
|
+
yarn add @tabler/icons-svelte
|
|
42
36
|
```
|
|
43
|
-
|
|
37
|
+
|
|
38
|
+
```sh
|
|
39
|
+
pnpm add @tabler/icons-svelte
|
|
44
40
|
```
|
|
45
41
|
|
|
46
|
-
|
|
42
|
+
You can also [download the latest release from GitHub](https://github.com/tabler/tabler-icons/releases).
|
|
47
43
|
|
|
48
|
-
##
|
|
44
|
+
## Usage
|
|
49
45
|
|
|
50
|
-
|
|
46
|
+
The package is built with ES modules, so unused icons are tree-shaken from your bundle. Each icon is exported as a component.
|
|
51
47
|
|
|
52
|
-
```
|
|
48
|
+
```svelte
|
|
53
49
|
<script lang="ts">
|
|
54
|
-
import { IconHeart } from '@tabler/icons-svelte';
|
|
50
|
+
import { IconHeart } from '@tabler/icons-svelte';
|
|
55
51
|
</script>
|
|
56
52
|
|
|
57
|
-
<
|
|
58
|
-
<IconHeart />
|
|
59
|
-
</main>
|
|
53
|
+
<IconHeart />
|
|
60
54
|
```
|
|
61
55
|
|
|
62
|
-
|
|
56
|
+
Pass props to adjust the icon:
|
|
63
57
|
|
|
64
|
-
```
|
|
65
|
-
<IconHeart size={48} stroke={1} />
|
|
58
|
+
```svelte
|
|
59
|
+
<IconHeart color="red" size={48} stroke={1.5} />
|
|
66
60
|
```
|
|
67
61
|
|
|
68
62
|
### Props
|
|
69
63
|
|
|
70
|
-
|
|
|
71
|
-
|
|
|
72
|
-
| `size`
|
|
73
|
-
| `color`
|
|
74
|
-
| `stroke`
|
|
75
|
-
| `class`
|
|
64
|
+
| Name | Type | Default | Description |
|
|
65
|
+
| --- | --- | --- | --- |
|
|
66
|
+
| `size` | _number | string_ | 24 | Width and height of the icon |
|
|
67
|
+
| `color` | _string_ | currentColor | Stroke color for outline icons, fill color for filled icons |
|
|
68
|
+
| `stroke` | _number | string_ | 2 | Stroke width, outline icons only |
|
|
69
|
+
| `class` | _string_ | – | Extra classes added to `tabler-icon tabler-icon-{{name}}` |
|
|
76
70
|
|
|
77
|
-
|
|
71
|
+
Any other attribute is forwarded to the rendered `<svg>` element. The package ships with TypeScript declarations.
|
|
78
72
|
|
|
79
|
-
|
|
73
|
+
## Svelte 5
|
|
80
74
|
|
|
81
|
-
|
|
75
|
+
This package targets Svelte 3 and 4 and also works in Svelte 5 in legacy mode. For projects using runes, install [`@tabler/icons-svelte-runes`](https://www.npmjs.com/package/@tabler/icons-svelte-runes) instead. The API is identical, only the package name changes.
|
|
82
76
|
|
|
83
|
-
##
|
|
77
|
+
## Contributing
|
|
84
78
|
|
|
85
|
-
|
|
79
|
+
Bug reports and icon requests are welcome in the [issue tracker](https://github.com/tabler/tabler-icons/issues). Caught a mistake in this page? [Edit it on GitHub](https://github.com/tabler/tabler-icons/blob/main/packages/icons-svelte/README.md).
|
|
86
80
|
|
|
87
|
-
##
|
|
81
|
+
## License
|
|
88
82
|
|
|
89
|
-
|
|
83
|
+
Tabler Icons is licensed under the [MIT License](https://github.com/tabler/tabler-icons/blob/main/LICENSE).
|
package/dist/Icon.svelte
CHANGED
|
@@ -12,7 +12,7 @@ export let iconNode;
|
|
|
12
12
|
{...$$restProps}
|
|
13
13
|
width={size}
|
|
14
14
|
height={size}
|
|
15
|
-
class={`tabler-icon tabler-icon-${name} ${$$props.class
|
|
15
|
+
class={`tabler-icon tabler-icon-${name}${$$props.class ? ` ${$$props.class}` : ''}`}
|
|
16
16
|
{...type === 'filled'
|
|
17
17
|
? {
|
|
18
18
|
fill: color,
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M6 4a4 4 0 0 1 4 3.8v10.7a1.5 1.5 0 1 1 -3 0v-6.5h-1a4 4 0 0 1 -4 -3.8v-.2a4 4 0 0 1 4 -4" }], ["path", { "d": "M15 8v8h4" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="airpods-l" {...$$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 AirpodsLProps = typeof __propDef.props;
|
|
13
|
+
export type AirpodsLEvents = typeof __propDef.events;
|
|
14
|
+
export type AirpodsLSlots = typeof __propDef.slots;
|
|
15
|
+
export default class AirpodsL extends SvelteComponentTyped<AirpodsLProps, AirpodsLEvents, AirpodsLSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M18 4a4 4 0 0 0 -4 3.8v10.7a1.5 1.5 0 1 0 3 0v-6.5h1a4 4 0 0 0 4 -3.8v-.2a4 4 0 0 0 -4 -4" }], ["path", { "d": "M5 12h2a2 2 0 1 0 0 -4h-2v8m4 0l-3 -4" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="airpods-r" {...$$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 AirpodsRProps = typeof __propDef.props;
|
|
13
|
+
export type AirpodsREvents = typeof __propDef.events;
|
|
14
|
+
export type AirpodsRSlots = typeof __propDef.slots;
|
|
15
|
+
export default class AirpodsR extends SvelteComponentTyped<AirpodsRProps, AirpodsREvents, AirpodsRSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M14.273 10.042a3 3 0 1 0 -3.282 4.784" }], ["path", { "d": "M11 18h-6a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v2.5" }], ["path", { "d": "M6 12h.01" }], ["path", { "d": "M14 15c0 1.105 1.79 2 4 2s4 -.895 4 -2s-1.79 -2 -4 -2s-4 .895 -4 2" }], ["path", { "d": "M14 15v3c0 1.105 1.79 2 4 2s4 -.895 4 -2v-3" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="cash-coin" {...$$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 CashCoinProps = typeof __propDef.props;
|
|
13
|
+
export type CashCoinEvents = typeof __propDef.events;
|
|
14
|
+
export type CashCoinSlots = typeof __propDef.slots;
|
|
15
|
+
export default class CashCoin extends SvelteComponentTyped<CashCoinProps, CashCoinEvents, CashCoinSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M3 4a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-2" }], ["path", { "d": "M3 11a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-2" }], ["path", { "d": "M20.385 9.585a2.1 2.1 0 0 0 -2.97 -2.97l-6.415 6.385v3h3l6.385 -6.415" }], ["path", { "d": "M16 8l3 3" }], ["path", { "d": "M3 18a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-2" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="edit-bulk" {...$$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 EditBulkProps = typeof __propDef.props;
|
|
13
|
+
export type EditBulkEvents = typeof __propDef.events;
|
|
14
|
+
export type EditBulkSlots = typeof __propDef.slots;
|
|
15
|
+
export default class EditBulk extends SvelteComponentTyped<EditBulkProps, EditBulkEvents, EditBulkSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M10.25 19h-5.25a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v3" }], ["path", { "d": "M13 22l3 -3l2 2l4 -4" }], ["path", { "d": "M19 17h3v3" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="folder-stats" {...$$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 FolderStatsProps = typeof __propDef.props;
|
|
13
|
+
export type FolderStatsEvents = typeof __propDef.events;
|
|
14
|
+
export type FolderStatsSlots = typeof __propDef.slots;
|
|
15
|
+
export default class FolderStats extends SvelteComponentTyped<FolderStatsProps, FolderStatsEvents, FolderStatsSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M12.75 19h-7.75a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v2.5" }], ["path", { "d": "M17 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" }], ["path", { "d": "M22 22a2 2 0 0 0 -2 -2h-2a2 2 0 0 0 -2 2" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="folder-user" {...$$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 FolderUserProps = typeof __propDef.props;
|
|
13
|
+
export type FolderUserEvents = typeof __propDef.events;
|
|
14
|
+
export type FolderUserSlots = typeof __propDef.slots;
|
|
15
|
+
export default class FolderUser extends SvelteComponentTyped<FolderUserProps, FolderUserEvents, FolderUserSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M5 6a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v12a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1l0 -12" }], ["path", { "d": "M14 9h-2a2 2 0 0 0 -2 2v2a2 2 0 0 0 2 2h2v-3h-1" }], ["path", { "d": "M3 10h2" }], ["path", { "d": "M3 14h2" }], ["path", { "d": "M10 3v2" }], ["path", { "d": "M14 3v2" }], ["path", { "d": "M21 10h-2" }], ["path", { "d": "M21 14h-2" }], ["path", { "d": "M14 21v-2" }], ["path", { "d": "M10 21v-2" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="gpu-2" {...$$props} iconNode={iconNode}>
|
|
5
|
+
<slot/>
|
|
6
|
+
</Icon>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
import type { IconProps } from '../types.js';
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: IconProps;
|
|
5
|
+
events: {
|
|
6
|
+
[evt: string]: CustomEvent<any>;
|
|
7
|
+
};
|
|
8
|
+
slots: {
|
|
9
|
+
default: {};
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export type Gpu2Props = typeof __propDef.props;
|
|
13
|
+
export type Gpu2Events = typeof __propDef.events;
|
|
14
|
+
export type Gpu2Slots = typeof __propDef.slots;
|
|
15
|
+
export default class Gpu2 extends SvelteComponentTyped<Gpu2Props, Gpu2Events, Gpu2Slots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M3 4v14" }], ["path", { "d": "M3 6h17a1 1 0 0 1 1 1v8a1 1 0 0 1 -1 1h-17" }], ["path", { "d": "M9 13a2 2 0 1 0 0 -4a2 2 0 0 0 0 4" }], ["path", { "d": "M15 9v4" }], ["path", { "d": "M18 9v4" }], ["path", { "d": "M7 16v3h8v-3" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="gpu" {...$$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 GpuProps = typeof __propDef.props;
|
|
13
|
+
export type GpuEvents = typeof __propDef.events;
|
|
14
|
+
export type GpuSlots = typeof __propDef.slots;
|
|
15
|
+
export default class Gpu extends SvelteComponentTyped<GpuProps, GpuEvents, GpuSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -53,6 +53,8 @@ export { default as IconAirBalloon } from './air-balloon.svelte';
|
|
|
53
53
|
export { default as IconAirConditioningDisabled } from './air-conditioning-disabled.svelte';
|
|
54
54
|
export { default as IconAirConditioning } from './air-conditioning.svelte';
|
|
55
55
|
export { default as IconAirTrafficControl } from './air-traffic-control.svelte';
|
|
56
|
+
export { default as IconAirpodsL } from './airpods-l.svelte';
|
|
57
|
+
export { default as IconAirpodsR } from './airpods-r.svelte';
|
|
56
58
|
export { default as IconAlarmAverage } from './alarm-average.svelte';
|
|
57
59
|
export { default as IconAlarmMinus } from './alarm-minus.svelte';
|
|
58
60
|
export { default as IconAlarmOff } from './alarm-off.svelte';
|
|
@@ -1207,6 +1209,7 @@ export { default as IconCashBanknoteMove } from './cash-banknote-move.svelte';
|
|
|
1207
1209
|
export { default as IconCashBanknoteOff } from './cash-banknote-off.svelte';
|
|
1208
1210
|
export { default as IconCashBanknotePlus } from './cash-banknote-plus.svelte';
|
|
1209
1211
|
export { default as IconCashBanknote } from './cash-banknote.svelte';
|
|
1212
|
+
export { default as IconCashCoin } from './cash-coin.svelte';
|
|
1210
1213
|
export { default as IconCashEdit } from './cash-edit.svelte';
|
|
1211
1214
|
export { default as IconCashHeart } from './cash-heart.svelte';
|
|
1212
1215
|
export { default as IconCashMinus } from './cash-minus.svelte';
|
|
@@ -2153,6 +2156,7 @@ export { default as IconEaseInOut } from './ease-in-out.svelte';
|
|
|
2153
2156
|
export { default as IconEaseIn } from './ease-in.svelte';
|
|
2154
2157
|
export { default as IconEaseOutControlPoint } from './ease-out-control-point.svelte';
|
|
2155
2158
|
export { default as IconEaseOut } from './ease-out.svelte';
|
|
2159
|
+
export { default as IconEditBulk } from './edit-bulk.svelte';
|
|
2156
2160
|
export { default as IconEditCircleOff } from './edit-circle-off.svelte';
|
|
2157
2161
|
export { default as IconEditCircle } from './edit-circle.svelte';
|
|
2158
2162
|
export { default as IconEditOff } from './edit-off.svelte';
|
|
@@ -2473,8 +2477,10 @@ export { default as IconFolderRoot } from './folder-root.svelte';
|
|
|
2473
2477
|
export { default as IconFolderSearch } from './folder-search.svelte';
|
|
2474
2478
|
export { default as IconFolderShare } from './folder-share.svelte';
|
|
2475
2479
|
export { default as IconFolderStar } from './folder-star.svelte';
|
|
2480
|
+
export { default as IconFolderStats } from './folder-stats.svelte';
|
|
2476
2481
|
export { default as IconFolderSymlink } from './folder-symlink.svelte';
|
|
2477
2482
|
export { default as IconFolderUp } from './folder-up.svelte';
|
|
2483
|
+
export { default as IconFolderUser } from './folder-user.svelte';
|
|
2478
2484
|
export { default as IconFolderX } from './folder-x.svelte';
|
|
2479
2485
|
export { default as IconFolder } from './folder.svelte';
|
|
2480
2486
|
export { default as IconFoldersOff } from './folders-off.svelte';
|
|
@@ -2560,6 +2566,8 @@ export { default as IconGoGame } from './go-game.svelte';
|
|
|
2560
2566
|
export { default as IconGolfOff } from './golf-off.svelte';
|
|
2561
2567
|
export { default as IconGolf } from './golf.svelte';
|
|
2562
2568
|
export { default as IconGps } from './gps.svelte';
|
|
2569
|
+
export { default as IconGpu2 } from './gpu-2.svelte';
|
|
2570
|
+
export { default as IconGpu } from './gpu.svelte';
|
|
2563
2571
|
export { default as IconGradienter } from './gradienter.svelte';
|
|
2564
2572
|
export { default as IconGrain } from './grain.svelte';
|
|
2565
2573
|
export { default as IconGrape } from './grape.svelte';
|
|
@@ -3194,6 +3202,7 @@ export { default as IconMapPinStar } from './map-pin-star.svelte';
|
|
|
3194
3202
|
export { default as IconMapPinUp } from './map-pin-up.svelte';
|
|
3195
3203
|
export { default as IconMapPinX } from './map-pin-x.svelte';
|
|
3196
3204
|
export { default as IconMapPin } from './map-pin.svelte';
|
|
3205
|
+
export { default as IconMapPinned } from './map-pinned.svelte';
|
|
3197
3206
|
export { default as IconMapPins } from './map-pins.svelte';
|
|
3198
3207
|
export { default as IconMapPlus } from './map-plus.svelte';
|
|
3199
3208
|
export { default as IconMapQuestion } from './map-question.svelte';
|
|
@@ -3672,6 +3681,9 @@ export { default as IconOlympics } from './olympics.svelte';
|
|
|
3672
3681
|
export { default as IconOm } from './om.svelte';
|
|
3673
3682
|
export { default as IconOmega } from './omega.svelte';
|
|
3674
3683
|
export { default as IconOption } from './option.svelte';
|
|
3684
|
+
export { default as IconOrbitVertical } from './orbit-vertical.svelte';
|
|
3685
|
+
export { default as IconOrbit } from './orbit.svelte';
|
|
3686
|
+
export { default as IconOrbits } from './orbits.svelte';
|
|
3675
3687
|
export { default as IconOutbound } from './outbound.svelte';
|
|
3676
3688
|
export { default as IconOutlet } from './outlet.svelte';
|
|
3677
3689
|
export { default as IconOvalVertical } from './oval-vertical.svelte';
|
|
@@ -3868,6 +3880,8 @@ export { default as IconPlant2 } from './plant-2.svelte';
|
|
|
3868
3880
|
export { default as IconPlantOff } from './plant-off.svelte';
|
|
3869
3881
|
export { default as IconPlant } from './plant.svelte';
|
|
3870
3882
|
export { default as IconPlayBasketball } from './play-basketball.svelte';
|
|
3883
|
+
export { default as IconPlayBug } from './play-bug.svelte';
|
|
3884
|
+
export { default as IconPlayBugs } from './play-bugs.svelte';
|
|
3871
3885
|
export { default as IconPlayCard1 } from './play-card-1.svelte';
|
|
3872
3886
|
export { default as IconPlayCard10 } from './play-card-10.svelte';
|
|
3873
3887
|
export { default as IconPlayCard2 } from './play-card-2.svelte';
|
|
@@ -4038,6 +4052,8 @@ export { default as IconRectangularPrismPlus } from './rectangular-prism-plus.sv
|
|
|
4038
4052
|
export { default as IconRectangularPrism } from './rectangular-prism.svelte';
|
|
4039
4053
|
export { default as IconRecycleOff } from './recycle-off.svelte';
|
|
4040
4054
|
export { default as IconRecycle } from './recycle.svelte';
|
|
4055
|
+
export { default as IconReduceMotion } from './reduce-motion.svelte';
|
|
4056
|
+
export { default as IconReferenceImage } from './reference-image.svelte';
|
|
4041
4057
|
export { default as IconRefreshAlert } from './refresh-alert.svelte';
|
|
4042
4058
|
export { default as IconRefreshDot } from './refresh-dot.svelte';
|
|
4043
4059
|
export { default as IconRefreshOff } from './refresh-off.svelte';
|
|
@@ -4049,6 +4065,7 @@ export { default as IconRelationManyToMany } from './relation-many-to-many.svelt
|
|
|
4049
4065
|
export { default as IconRelationOneToMany } from './relation-one-to-many.svelte';
|
|
4050
4066
|
export { default as IconRelationOneToOne } from './relation-one-to-one.svelte';
|
|
4051
4067
|
export { default as IconReload } from './reload.svelte';
|
|
4068
|
+
export { default as IconRemoteControl } from './remote-control.svelte';
|
|
4052
4069
|
export { default as IconReorder } from './reorder.svelte';
|
|
4053
4070
|
export { default as IconRepeatOff } from './repeat-off.svelte';
|
|
4054
4071
|
export { default as IconRepeatOnce } from './repeat-once.svelte';
|
|
@@ -4095,6 +4112,7 @@ export { default as IconRobotOff } from './robot-off.svelte';
|
|
|
4095
4112
|
export { default as IconRobot } from './robot.svelte';
|
|
4096
4113
|
export { default as IconRocketOff } from './rocket-off.svelte';
|
|
4097
4114
|
export { default as IconRocket } from './rocket.svelte';
|
|
4115
|
+
export { default as IconRockingChair } from './rocking-chair.svelte';
|
|
4098
4116
|
export { default as IconRollerSkating } from './roller-skating.svelte';
|
|
4099
4117
|
export { default as IconRollercoasterOff } from './rollercoaster-off.svelte';
|
|
4100
4118
|
export { default as IconRollercoaster } from './rollercoaster.svelte';
|
|
@@ -4149,6 +4167,7 @@ export { default as IconRulerMeasure2 } from './ruler-measure-2.svelte';
|
|
|
4149
4167
|
export { default as IconRulerMeasure } from './ruler-measure.svelte';
|
|
4150
4168
|
export { default as IconRulerOff } from './ruler-off.svelte';
|
|
4151
4169
|
export { default as IconRuler } from './ruler.svelte';
|
|
4170
|
+
export { default as IconRunSprint } from './run-sprint.svelte';
|
|
4152
4171
|
export { default as IconRun } from './run.svelte';
|
|
4153
4172
|
export { default as IconRvTruck } from './rv-truck.svelte';
|
|
4154
4173
|
export { default as IconSTurnDown } from './s-turn-down.svelte';
|
|
@@ -4201,6 +4220,7 @@ export { default as IconScubaMask } from './scuba-mask.svelte';
|
|
|
4201
4220
|
export { default as IconSdk } from './sdk.svelte';
|
|
4202
4221
|
export { default as IconSearchOff } from './search-off.svelte';
|
|
4203
4222
|
export { default as IconSearch } from './search.svelte';
|
|
4223
|
+
export { default as IconSecretPhrases } from './secret-phrases.svelte';
|
|
4204
4224
|
export { default as IconSectionSign } from './section-sign.svelte';
|
|
4205
4225
|
export { default as IconSection } from './section.svelte';
|
|
4206
4226
|
export { default as IconSeedlingOff } from './seedling-off.svelte';
|
|
@@ -4404,6 +4424,7 @@ export { default as IconSpade } from './spade.svelte';
|
|
|
4404
4424
|
export { default as IconSparkle2 } from './sparkle-2.svelte';
|
|
4405
4425
|
export { default as IconSparkleHighlight } from './sparkle-highlight.svelte';
|
|
4406
4426
|
export { default as IconSparkle } from './sparkle.svelte';
|
|
4427
|
+
export { default as IconSparkles2Off } from './sparkles-2-off.svelte';
|
|
4407
4428
|
export { default as IconSparkles2 } from './sparkles-2.svelte';
|
|
4408
4429
|
export { default as IconSparkles } from './sparkles.svelte';
|
|
4409
4430
|
export { default as IconSpeakerphone } from './speakerphone.svelte';
|
|
@@ -4590,6 +4611,7 @@ export { default as IconStereoGlasses } from './stereo-glasses.svelte';
|
|
|
4590
4611
|
export { default as IconStethoscopeOff } from './stethoscope-off.svelte';
|
|
4591
4612
|
export { default as IconStethoscope } from './stethoscope.svelte';
|
|
4592
4613
|
export { default as IconSticker2 } from './sticker-2.svelte';
|
|
4614
|
+
export { default as IconStickerSmile } from './sticker-smile.svelte';
|
|
4593
4615
|
export { default as IconSticker } from './sticker.svelte';
|
|
4594
4616
|
export { default as IconStopwatch } from './stopwatch.svelte';
|
|
4595
4617
|
export { default as IconStormOff } from './storm-off.svelte';
|
|
@@ -4653,11 +4675,16 @@ export { default as IconTableShare } from './table-share.svelte';
|
|
|
4653
4675
|
export { default as IconTableShortcut } from './table-shortcut.svelte';
|
|
4654
4676
|
export { default as IconTableSpark } from './table-spark.svelte';
|
|
4655
4677
|
export { default as IconTable } from './table.svelte';
|
|
4678
|
+
export { default as IconTabs } from './tabs.svelte';
|
|
4656
4679
|
export { default as IconTagMinus } from './tag-minus.svelte';
|
|
4657
4680
|
export { default as IconTagOff } from './tag-off.svelte';
|
|
4658
4681
|
export { default as IconTagPlus } from './tag-plus.svelte';
|
|
4659
4682
|
export { default as IconTagStarred } from './tag-starred.svelte';
|
|
4660
4683
|
export { default as IconTag } from './tag.svelte';
|
|
4684
|
+
export { default as IconTagsChevronDown } from './tags-chevron-down.svelte';
|
|
4685
|
+
export { default as IconTagsChevronLeft } from './tags-chevron-left.svelte';
|
|
4686
|
+
export { default as IconTagsChevronRight } from './tags-chevron-right.svelte';
|
|
4687
|
+
export { default as IconTagsChevronUp } from './tags-chevron-up.svelte';
|
|
4661
4688
|
export { default as IconTagsOff } from './tags-off.svelte';
|
|
4662
4689
|
export { default as IconTags } from './tags.svelte';
|
|
4663
4690
|
export { default as IconTaiwanDollar } from './taiwan-dollar.svelte';
|
|
@@ -4722,6 +4749,9 @@ export { default as IconTextWrap } from './text-wrap.svelte';
|
|
|
4722
4749
|
export { default as IconTexture } from './texture.svelte';
|
|
4723
4750
|
export { default as IconTheater } from './theater.svelte';
|
|
4724
4751
|
export { default as IconThermometer } from './thermometer.svelte';
|
|
4752
|
+
export { default as IconThinkingHigh } from './thinking-high.svelte';
|
|
4753
|
+
export { default as IconThinkingLow } from './thinking-low.svelte';
|
|
4754
|
+
export { default as IconThinkingMedium } from './thinking-medium.svelte';
|
|
4725
4755
|
export { default as IconThumbDownOff } from './thumb-down-off.svelte';
|
|
4726
4756
|
export { default as IconThumbDown } from './thumb-down.svelte';
|
|
4727
4757
|
export { default as IconThumbUpOff } from './thumb-up-off.svelte';
|
|
@@ -4819,6 +4849,7 @@ export { default as IconTrashOff } from './trash-off.svelte';
|
|
|
4819
4849
|
export { default as IconTrashX } from './trash-x.svelte';
|
|
4820
4850
|
export { default as IconTrash } from './trash.svelte';
|
|
4821
4851
|
export { default as IconTreadmill } from './treadmill.svelte';
|
|
4852
|
+
export { default as IconTreasureChest } from './treasure-chest.svelte';
|
|
4822
4853
|
export { default as IconTree } from './tree.svelte';
|
|
4823
4854
|
export { default as IconTrees } from './trees.svelte';
|
|
4824
4855
|
export { default as IconTrekking } from './trekking.svelte';
|
|
@@ -4848,6 +4879,7 @@ export { default as IconTruckLoading } from './truck-loading.svelte';
|
|
|
4848
4879
|
export { default as IconTruckOff } from './truck-off.svelte';
|
|
4849
4880
|
export { default as IconTruckReturn } from './truck-return.svelte';
|
|
4850
4881
|
export { default as IconTruck } from './truck.svelte';
|
|
4882
|
+
export { default as IconTwig } from './twig.svelte';
|
|
4851
4883
|
export { default as IconTxt } from './txt.svelte';
|
|
4852
4884
|
export { default as IconTypeface } from './typeface.svelte';
|
|
4853
4885
|
export { default as IconTypographyOff } from './typography-off.svelte';
|
|
@@ -4917,6 +4949,7 @@ export { default as IconVariableMinus } from './variable-minus.svelte';
|
|
|
4917
4949
|
export { default as IconVariableOff } from './variable-off.svelte';
|
|
4918
4950
|
export { default as IconVariablePlus } from './variable-plus.svelte';
|
|
4919
4951
|
export { default as IconVariable } from './variable.svelte';
|
|
4952
|
+
export { default as IconVault } from './vault.svelte';
|
|
4920
4953
|
export { default as IconVectorBezier2 } from './vector-bezier-2.svelte';
|
|
4921
4954
|
export { default as IconVectorBezierArc } from './vector-bezier-arc.svelte';
|
|
4922
4955
|
export { default as IconVectorBezierCircle } from './vector-bezier-circle.svelte';
|
|
@@ -4954,6 +4987,8 @@ export { default as IconVirusSearch } from './virus-search.svelte';
|
|
|
4954
4987
|
export { default as IconVirus } from './virus.svelte';
|
|
4955
4988
|
export { default as IconVocabularyOff } from './vocabulary-off.svelte';
|
|
4956
4989
|
export { default as IconVocabulary } from './vocabulary.svelte';
|
|
4990
|
+
export { default as IconVoice2 } from './voice-2.svelte';
|
|
4991
|
+
export { default as IconVoice } from './voice.svelte';
|
|
4957
4992
|
export { default as IconVolcano } from './volcano.svelte';
|
|
4958
4993
|
export { default as IconVolume2 } from './volume-2.svelte';
|
|
4959
4994
|
export { default as IconVolume3 } from './volume-3.svelte';
|
|
@@ -5075,6 +5110,7 @@ export { default as IconXboxX } from './xbox-x.svelte';
|
|
|
5075
5110
|
export { default as IconXboxY } from './xbox-y.svelte';
|
|
5076
5111
|
export { default as IconXd } from './xd.svelte';
|
|
5077
5112
|
export { default as IconXxx } from './xxx.svelte';
|
|
5113
|
+
export { default as IconYarn } from './yarn.svelte';
|
|
5078
5114
|
export { default as IconYinYang } from './yin-yang.svelte';
|
|
5079
5115
|
export { default as IconYoga } from './yoga.svelte';
|
|
5080
5116
|
export { default as IconZeppelinOff } from './zeppelin-off.svelte';
|