@tabler/icons-svelte 3.34.0 → 3.35.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/LICENSE +1 -1
- package/dist/icons/brand-dropbox.svelte +6 -0
- package/dist/icons/brand-dropbox.svelte.d.ts +17 -0
- package/dist/icons/device-gamepad-filled.svelte +6 -0
- package/dist/icons/device-gamepad-filled.svelte.d.ts +17 -0
- package/dist/icons/file-dollar-filled.svelte +6 -0
- package/dist/icons/file-dollar-filled.svelte.d.ts +17 -0
- package/dist/icons/file-euro-filled.svelte +6 -0
- package/dist/icons/file-euro-filled.svelte.d.ts +17 -0
- package/dist/icons/file-music-filled.svelte +6 -0
- package/dist/icons/file-music-filled.svelte.d.ts +17 -0
- package/dist/icons/file-pencil-filled.svelte +6 -0
- package/dist/icons/file-pencil-filled.svelte.d.ts +17 -0
- package/dist/icons/file-scissors-filled.svelte +6 -0
- package/dist/icons/file-scissors-filled.svelte.d.ts +17 -0
- package/dist/icons/file-settings-filled.svelte +6 -0
- package/dist/icons/file-settings-filled.svelte.d.ts +17 -0
- package/dist/icons/file-signal-filled.svelte +6 -0
- package/dist/icons/file-signal-filled.svelte.d.ts +17 -0
- package/dist/icons/file-time-filled.svelte +6 -0
- package/dist/icons/file-time-filled.svelte.d.ts +17 -0
- package/dist/icons/file-unknown-filled.svelte +6 -0
- package/dist/icons/file-unknown-filled.svelte.d.ts +17 -0
- package/dist/icons/file-upload-filled.svelte +6 -0
- package/dist/icons/file-upload-filled.svelte.d.ts +17 -0
- package/dist/icons/file-vector-filled.svelte +6 -0
- package/dist/icons/file-vector-filled.svelte.d.ts +17 -0
- package/dist/icons/files-filled.svelte +6 -0
- package/dist/icons/files-filled.svelte.d.ts +17 -0
- package/dist/icons/index.d.ts +19 -0
- package/dist/icons/index.js +19 -0
- package/dist/icons/language-off.svelte +1 -1
- package/dist/icons/language.svelte +1 -1
- package/dist/icons/registered-filled.svelte +6 -0
- package/dist/icons/registered-filled.svelte.d.ts +17 -0
- package/dist/icons/video-minus-filled.svelte +6 -0
- package/dist/icons/video-minus-filled.svelte.d.ts +17 -0
- package/dist/icons/video-plus-filled.svelte +6 -0
- package/dist/icons/video-plus-filled.svelte.d.ts +17 -0
- package/dist/icons/writing-filled.svelte +6 -0
- package/dist/icons/writing-filled.svelte.d.ts +17 -0
- package/dist/icons/writing-sign-filled.svelte +6 -0
- package/dist/icons/writing-sign-filled.svelte.d.ts +17 -0
- package/dist/icons-list.js +19 -0
- package/package.json +13 -12
package/LICENSE
CHANGED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M7.5 10.625l-4.5 -2.813l4.5 -2.812l4.5 2.813m-4.5 2.812l4.5 -2.813m-4.5 2.813l-4.5 2.823l4.5 2.802m0 -5.625l4.5 2.823m0 -5.636l4.5 2.791l4.5 -2.812l-4.5 -2.791l-4.5 2.813zm-4.5 8.438l4.5 -2.802m-4.5 2.802v1.123l4.5 2.627l4.5 -2.627v-1.123m-4.5 -2.802l4.5 -2.823l4.5 2.823l-4.5 2.802m-4.5 -2.802l4.5 2.802" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="brand-dropbox" {...$$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 BrandDropboxProps = typeof __propDef.props;
|
|
13
|
+
export type BrandDropboxEvents = typeof __propDef.events;
|
|
14
|
+
export type BrandDropboxSlots = typeof __propDef.slots;
|
|
15
|
+
export default class BrandDropbox extends SvelteComponentTyped<BrandDropboxProps, BrandDropboxEvents, BrandDropboxSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M20 5a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-16a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3zm-12 4l-.117 .007a1 1 0 0 0 -.883 .993v1h-1a1 1 0 0 0 -1 1l.007 .117a1 1 0 0 0 .993 .883h1v1a1 1 0 0 0 1 1l.117 -.007a1 1 0 0 0 .883 -.993v-1h1a1 1 0 0 0 1 -1l-.007 -.117a1 1 0 0 0 -.993 -.883h-1v-1a1 1 0 0 0 -1 -1m10 3a1 1 0 0 0 -1 1v.01a1 1 0 0 0 2 0v-.01a1 1 0 0 0 -1 -1m-3 -2a1 1 0 0 0 -1 1v.01a1 1 0 0 0 2 0v-.01a1 1 0 0 0 -1 -1" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="device-gamepad-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 DeviceGamepadFilledProps = typeof __propDef.props;
|
|
13
|
+
export type DeviceGamepadFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type DeviceGamepadFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class DeviceGamepadFilled extends SvelteComponentTyped<DeviceGamepadFilledProps, DeviceGamepadFilledEvents, DeviceGamepadFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm0 8a1 1 0 0 0 -1 1v.05a2.5 2.5 0 0 0 .5 4.95h1a.5 .5 0 1 1 0 1h-2.5a1 1 0 0 0 0 2h1a1 1 0 0 0 2 0v-.05a2.5 2.5 0 0 0 -.5 -4.95h-1a.5 .5 0 1 1 0 -1h2.5a1 1 0 0 0 0 -2h-1a1 1 0 0 0 -1 -1" }], ["path", { "d": "M19 7h-4l-.001 -4.001z" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="file-dollar-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 FileDollarFilledProps = typeof __propDef.props;
|
|
13
|
+
export type FileDollarFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type FileDollarFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class FileDollarFilled extends SvelteComponentTyped<FileDollarFilledProps, FileDollarFilledEvents, FileDollarFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm2.334 9.23a4 4 0 0 0 -5.208 2.77h-.126a1 1 0 0 0 0 2h.126a4 4 0 0 0 5.208 2.77a1 1 0 0 0 -.668 -1.885l-.156 .049a2 2 0 0 1 -2.243 -.934h.733a1 1 0 0 0 0 -2h-.733q .056 -.097 .124 -.19a2 2 0 0 1 2.275 -.695l.112 .032a1 1 0 0 0 .556 -1.918" }], ["path", { "d": "M19 7h-4l-.001 -4.001z" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="file-euro-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 FileEuroFilledProps = typeof __propDef.props;
|
|
13
|
+
export type FileEuroFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type FileEuroFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class FileEuroFilled extends SvelteComponentTyped<FileEuroFilledProps, FileEuroFilledEvents, FileEuroFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm.447 9.106a1 1 0 0 0 -1.447 .894v3a2 2 0 0 0 -1.995 1.85l-.005 .15a2 2 0 1 0 4 0v-3.382l.553 .276a1 1 0 0 0 .894 -1.788z" }], ["path", { "d": "M19 7h-4l-.001 -4.001z" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="file-music-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 FileMusicFilledProps = typeof __propDef.props;
|
|
13
|
+
export type FileMusicFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type FileMusicFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class FileMusicFilled extends SvelteComponentTyped<FileMusicFilledProps, FileMusicFilledEvents, FileMusicFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm1 10l-5 5v2h2l5 -5a1.414 1.414 0 0 0 -2 -2" }], ["path", { "d": "M19 7h-4l-.001 -4.001z" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="file-pencil-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 FilePencilFilledProps = typeof __propDef.props;
|
|
13
|
+
export type FilePencilFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type FilePencilFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class FilePencilFilled extends SvelteComponentTyped<FilePencilFilledProps, FilePencilFilledEvents, FilePencilFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm-2.293 9.293a1 1 0 1 0 -1.414 1.414l2.292 2.293l-1.068 1.067a2.003 2.003 0 0 0 -2.512 1.784l-.005 .149a2 2 0 1 0 3.933 -.516l1.067 -1.069l1.067 1.068a2 2 0 0 0 -.062 .368l-.005 .149a2 2 0 1 0 1.484 -1.933l-1.069 -1.067l2.292 -2.293a1 1 0 0 0 -1.414 -1.414l-2.293 2.292z" }], ["path", { "d": "M19 7h-4l-.001 -4.001z" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="file-scissors-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 FileScissorsFilledProps = typeof __propDef.props;
|
|
13
|
+
export type FileScissorsFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type FileScissorsFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class FileScissorsFilled extends SvelteComponentTyped<FileScissorsFilledProps, FileScissorsFilledEvents, FileScissorsFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm0 8.5a1 1 0 0 0 -1 1v.67a3 3 0 0 0 -.909 .516l-.576 -.346a1 1 0 0 0 -1.03 1.714l.575 .346q -.043 .207 -.055 .424l-.005 .176q 0 .28 .05 .548l-.582 .336a1 1 0 0 0 1 1.732l.583 -.336c.277 .238 .598 .425 .95 .55l-.001 .67a1 1 0 0 0 2 0v-.671c.335 -.118 .641 -.294 .909 -.514l.576 .345a1 1 0 0 0 1.03 -1.714l-.575 -.346a3 3 0 0 0 .01 -1.148l.581 -.336a1 1 0 0 0 -1 -1.732l-.582 .335a3 3 0 0 0 -.948 -.548l-.001 -.671a1 1 0 0 0 -1 -1m0 3.5a1 1 0 1 1 0 2a1 1 0 0 1 0 -2" }], ["path", { "d": "M19 7h-4l-.001 -4.001z" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="file-settings-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 FileSettingsFilledProps = typeof __propDef.props;
|
|
13
|
+
export type FileSettingsFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type FileSettingsFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class FileSettingsFilled extends SvelteComponentTyped<FileSettingsFilledProps, FileSettingsFilledEvents, FileSettingsFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm-1.768 9.818a1 1 0 0 0 -1.414 0a4.5 4.5 0 0 0 0 6.364a1 1 0 0 0 1.414 -1.414a2.5 2.5 0 0 1 0 -3.536a1 1 0 0 0 0 -1.414m4.95 0a1 1 0 0 0 -1.414 1.414a2.5 2.5 0 0 1 0 3.536a1 1 0 0 0 1.414 1.414a4.5 4.5 0 0 0 0 -6.364m-3.182 2.182a1 1 0 0 0 -1 1l.007 .127a1 1 0 0 0 1.993 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883" }], ["path", { "d": "M19 7h-4l-.001 -4.001z" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="file-signal-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 FileSignalFilledProps = typeof __propDef.props;
|
|
13
|
+
export type FileSignalFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type FileSignalFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class FileSignalFilled extends SvelteComponentTyped<FileSignalFilledProps, FileSignalFilledEvents, FileSignalFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm0 8a5 5 0 0 0 -4.995 4.783l-.005 .217a5 5 0 1 0 5 -5m0 2a3 3 0 1 1 0 6a3 3 0 0 1 0 -6m0 .496a1 1 0 0 0 -1 1v1.504a1 1 0 0 0 .293 .707l1 1a1 1 0 0 0 1.414 0l.083 -.094a1 1 0 0 0 -.083 -1.32l-.707 -.708v-1.089a1 1 0 0 0 -1 -1" }], ["path", { "d": "M19 7h-4l-.001 -4.001z" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="file-time-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 FileTimeFilledProps = typeof __propDef.props;
|
|
13
|
+
export type FileTimeFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type FileTimeFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class FileTimeFilled extends SvelteComponentTyped<FileTimeFilledProps, FileTimeFilledEvents, FileTimeFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm0 15a1 1 0 0 0 -.993 .883l-.007 .127a1 1 0 0 0 1.993 .117l.007 -.127a1 1 0 0 0 -1 -1m1.136 -5.727a2.5 2.5 0 0 0 -3.037 .604a1 1 0 0 0 1.434 1.389l.088 -.09a.5 .5 0 1 1 .379 .824a1 1 0 0 0 -.002 2a2.5 2.5 0 0 0 1.137 -4.727" }], ["path", { "d": "M19 7h-4l-.001 -4.001z" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="file-unknown-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 FileUnknownFilledProps = typeof __propDef.props;
|
|
13
|
+
export type FileUnknownFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type FileUnknownFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class FileUnknownFilled extends SvelteComponentTyped<FileUnknownFilledProps, FileUnknownFilledEvents, FileUnknownFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm0 9l-.09 .004l-.058 .007l-.118 .025l-.105 .035l-.113 .054l-.111 .071a1 1 0 0 0 -.112 .097l-2.5 2.5a1 1 0 0 0 0 1.414l.094 .083a1 1 0 0 0 1.32 -.083l.793 -.793v3.586a1 1 0 0 0 2 0v-3.585l.793 .792a1 1 0 0 0 1.414 -1.414l-2.5 -2.5l-.082 -.073l-.104 -.074l-.098 -.052l-.11 -.044l-.112 -.03l-.126 -.017z" }], ["path", { "d": "M19 7h-4l-.001 -4.001z" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="file-upload-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 FileUploadFilledProps = typeof __propDef.props;
|
|
13
|
+
export type FileUploadFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type FileUploadFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class FileUploadFilled extends SvelteComponentTyped<FileUploadFilledProps, FileUploadFilledEvents, FileUploadFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm2.5 9a2.5 2.5 0 0 0 -2.292 1.5h-.208a3.5 3.5 0 0 0 -3.399 2.666a2.5 2.5 0 0 0 -1.596 2.17l-.005 .164a2.5 2.5 0 1 0 3.676 -2.206a1.5 1.5 0 0 1 1.324 -.794h.208a2.5 2.5 0 1 0 2.292 -3.5m-5 6a.5 .5 0 1 1 0 1a.5 .5 0 0 1 0 -1m5 -4a.5 .5 0 1 1 0 1a.5 .5 0 0 1 0 -1" }], ["path", { "d": "M19 7h-4l-.001 -4.001z" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="file-vector-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 FileVectorFilledProps = typeof __propDef.props;
|
|
13
|
+
export type FileVectorFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type FileVectorFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class FileVectorFilled extends SvelteComponentTyped<FileVectorFilledProps, FileVectorFilledEvents, FileVectorFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M11 2l3 .001v5.999a1 1 0 0 0 .883 .993l.117 .007h6v6a3 3 0 0 1 -3 3h-1v1a3 3 0 0 1 -3 3h-7a3 3 0 0 1 -3 -3v-10a3 3 0 0 1 3 -3h1v-1a3 3 0 0 1 3 -3m-3 6h-1a1 1 0 0 0 -1 1v10a1 1 0 0 0 1 1h7a1 1 0 0 0 1 -1v-1h-4a3 3 0 0 1 -3 -3zm12.415 -1h-4.415v-4.415z" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="files-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 FilesFilledProps = typeof __propDef.props;
|
|
13
|
+
export type FilesFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type FilesFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class FilesFilled extends SvelteComponentTyped<FilesFilledProps, FilesFilledEvents, FilesFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -717,6 +717,7 @@ export { default as IconBrandDoctrine } from './brand-doctrine.svelte';
|
|
|
717
717
|
export { default as IconBrandDolbyDigital } from './brand-dolby-digital.svelte';
|
|
718
718
|
export { default as IconBrandDouban } from './brand-douban.svelte';
|
|
719
719
|
export { default as IconBrandDribbble } from './brand-dribbble.svelte';
|
|
720
|
+
export { default as IconBrandDropbox } from './brand-dropbox.svelte';
|
|
720
721
|
export { default as IconBrandDrops } from './brand-drops.svelte';
|
|
721
722
|
export { default as IconBrandDrupal } from './brand-drupal.svelte';
|
|
722
723
|
export { default as IconBrandEdge } from './brand-edge.svelte';
|
|
@@ -5361,6 +5362,7 @@ export { default as IconDashboardFilled } from './dashboard-filled.svelte';
|
|
|
5361
5362
|
export { default as IconDeviceCctvFilled } from './device-cctv-filled.svelte';
|
|
5362
5363
|
export { default as IconDeviceDesktopFilled } from './device-desktop-filled.svelte';
|
|
5363
5364
|
export { default as IconDeviceGamepad3Filled } from './device-gamepad-3-filled.svelte';
|
|
5365
|
+
export { default as IconDeviceGamepadFilled } from './device-gamepad-filled.svelte';
|
|
5364
5366
|
export { default as IconDeviceHeartMonitorFilled } from './device-heart-monitor-filled.svelte';
|
|
5365
5367
|
export { default as IconDeviceImacFilled } from './device-imac-filled.svelte';
|
|
5366
5368
|
export { default as IconDeviceIpadFilled } from './device-ipad-filled.svelte';
|
|
@@ -5430,26 +5432,38 @@ export { default as IconFileDeltaFilled } from './file-delta-filled.svelte';
|
|
|
5430
5432
|
export { default as IconFileDescriptionFilled } from './file-description-filled.svelte';
|
|
5431
5433
|
export { default as IconFileDiffFilled } from './file-diff-filled.svelte';
|
|
5432
5434
|
export { default as IconFileDigitFilled } from './file-digit-filled.svelte';
|
|
5435
|
+
export { default as IconFileDollarFilled } from './file-dollar-filled.svelte';
|
|
5433
5436
|
export { default as IconFileDotsFilled } from './file-dots-filled.svelte';
|
|
5434
5437
|
export { default as IconFileDownloadFilled } from './file-download-filled.svelte';
|
|
5438
|
+
export { default as IconFileEuroFilled } from './file-euro-filled.svelte';
|
|
5435
5439
|
export { default as IconFileFunctionFilled } from './file-function-filled.svelte';
|
|
5436
5440
|
export { default as IconFileHorizontalFilled } from './file-horizontal-filled.svelte';
|
|
5437
5441
|
export { default as IconFileInfoFilled } from './file-info-filled.svelte';
|
|
5438
5442
|
export { default as IconFileInvoiceFilled } from './file-invoice-filled.svelte';
|
|
5439
5443
|
export { default as IconFileLambdaFilled } from './file-lambda-filled.svelte';
|
|
5440
5444
|
export { default as IconFileMinusFilled } from './file-minus-filled.svelte';
|
|
5445
|
+
export { default as IconFileMusicFilled } from './file-music-filled.svelte';
|
|
5441
5446
|
export { default as IconFileNeutralFilled } from './file-neutral-filled.svelte';
|
|
5447
|
+
export { default as IconFilePencilFilled } from './file-pencil-filled.svelte';
|
|
5442
5448
|
export { default as IconFilePercentFilled } from './file-percent-filled.svelte';
|
|
5443
5449
|
export { default as IconFilePhoneFilled } from './file-phone-filled.svelte';
|
|
5444
5450
|
export { default as IconFilePowerFilled } from './file-power-filled.svelte';
|
|
5445
5451
|
export { default as IconFileRssFilled } from './file-rss-filled.svelte';
|
|
5446
5452
|
export { default as IconFileSadFilled } from './file-sad-filled.svelte';
|
|
5453
|
+
export { default as IconFileScissorsFilled } from './file-scissors-filled.svelte';
|
|
5454
|
+
export { default as IconFileSettingsFilled } from './file-settings-filled.svelte';
|
|
5455
|
+
export { default as IconFileSignalFilled } from './file-signal-filled.svelte';
|
|
5447
5456
|
export { default as IconFileSmileFilled } from './file-smile-filled.svelte';
|
|
5448
5457
|
export { default as IconFileStarFilled } from './file-star-filled.svelte';
|
|
5449
5458
|
export { default as IconFileTextFilled } from './file-text-filled.svelte';
|
|
5459
|
+
export { default as IconFileTimeFilled } from './file-time-filled.svelte';
|
|
5450
5460
|
export { default as IconFileTypographyFilled } from './file-typography-filled.svelte';
|
|
5461
|
+
export { default as IconFileUnknownFilled } from './file-unknown-filled.svelte';
|
|
5462
|
+
export { default as IconFileUploadFilled } from './file-upload-filled.svelte';
|
|
5463
|
+
export { default as IconFileVectorFilled } from './file-vector-filled.svelte';
|
|
5451
5464
|
export { default as IconFileXFilled } from './file-x-filled.svelte';
|
|
5452
5465
|
export { default as IconFileFilled } from './file-filled.svelte';
|
|
5466
|
+
export { default as IconFilesFilled } from './files-filled.svelte';
|
|
5453
5467
|
export { default as IconFilterFilled } from './filter-filled.svelte';
|
|
5454
5468
|
export { default as IconFiltersFilled } from './filters-filled.svelte';
|
|
5455
5469
|
export { default as IconFishBoneFilled } from './fish-bone-filled.svelte';
|
|
@@ -5720,6 +5734,7 @@ export { default as IconReceiptYuanFilled } from './receipt-yuan-filled.svelte';
|
|
|
5720
5734
|
export { default as IconReceiptFilled } from './receipt-filled.svelte';
|
|
5721
5735
|
export { default as IconRectangleVerticalFilled } from './rectangle-vertical-filled.svelte';
|
|
5722
5736
|
export { default as IconRectangleFilled } from './rectangle-filled.svelte';
|
|
5737
|
+
export { default as IconRegisteredFilled } from './registered-filled.svelte';
|
|
5723
5738
|
export { default as IconRelationManyToManyFilled } from './relation-many-to-many-filled.svelte';
|
|
5724
5739
|
export { default as IconRelationOneToManyFilled } from './relation-one-to-many-filled.svelte';
|
|
5725
5740
|
export { default as IconRelationOneToOneFilled } from './relation-one-to-one-filled.svelte';
|
|
@@ -5919,10 +5934,14 @@ export { default as IconUfoFilled } from './ufo-filled.svelte';
|
|
|
5919
5934
|
export { default as IconUmbrellaFilled } from './umbrella-filled.svelte';
|
|
5920
5935
|
export { default as IconUserFilled } from './user-filled.svelte';
|
|
5921
5936
|
export { default as IconVersionsFilled } from './versions-filled.svelte';
|
|
5937
|
+
export { default as IconVideoMinusFilled } from './video-minus-filled.svelte';
|
|
5938
|
+
export { default as IconVideoPlusFilled } from './video-plus-filled.svelte';
|
|
5922
5939
|
export { default as IconVideoFilled } from './video-filled.svelte';
|
|
5923
5940
|
export { default as IconWindmillFilled } from './windmill-filled.svelte';
|
|
5924
5941
|
export { default as IconWindsockFilled } from './windsock-filled.svelte';
|
|
5925
5942
|
export { default as IconWomanFilled } from './woman-filled.svelte';
|
|
5943
|
+
export { default as IconWritingSignFilled } from './writing-sign-filled.svelte';
|
|
5944
|
+
export { default as IconWritingFilled } from './writing-filled.svelte';
|
|
5926
5945
|
export { default as IconXboxAFilled } from './xbox-a-filled.svelte';
|
|
5927
5946
|
export { default as IconXboxBFilled } from './xbox-b-filled.svelte';
|
|
5928
5947
|
export { default as IconXboxXFilled } from './xbox-x-filled.svelte';
|
package/dist/icons/index.js
CHANGED
|
@@ -717,6 +717,7 @@ export { default as IconBrandDoctrine } from './brand-doctrine.svelte';
|
|
|
717
717
|
export { default as IconBrandDolbyDigital } from './brand-dolby-digital.svelte';
|
|
718
718
|
export { default as IconBrandDouban } from './brand-douban.svelte';
|
|
719
719
|
export { default as IconBrandDribbble } from './brand-dribbble.svelte';
|
|
720
|
+
export { default as IconBrandDropbox } from './brand-dropbox.svelte';
|
|
720
721
|
export { default as IconBrandDrops } from './brand-drops.svelte';
|
|
721
722
|
export { default as IconBrandDrupal } from './brand-drupal.svelte';
|
|
722
723
|
export { default as IconBrandEdge } from './brand-edge.svelte';
|
|
@@ -5361,6 +5362,7 @@ export { default as IconDashboardFilled } from './dashboard-filled.svelte';
|
|
|
5361
5362
|
export { default as IconDeviceCctvFilled } from './device-cctv-filled.svelte';
|
|
5362
5363
|
export { default as IconDeviceDesktopFilled } from './device-desktop-filled.svelte';
|
|
5363
5364
|
export { default as IconDeviceGamepad3Filled } from './device-gamepad-3-filled.svelte';
|
|
5365
|
+
export { default as IconDeviceGamepadFilled } from './device-gamepad-filled.svelte';
|
|
5364
5366
|
export { default as IconDeviceHeartMonitorFilled } from './device-heart-monitor-filled.svelte';
|
|
5365
5367
|
export { default as IconDeviceImacFilled } from './device-imac-filled.svelte';
|
|
5366
5368
|
export { default as IconDeviceIpadFilled } from './device-ipad-filled.svelte';
|
|
@@ -5430,26 +5432,38 @@ export { default as IconFileDeltaFilled } from './file-delta-filled.svelte';
|
|
|
5430
5432
|
export { default as IconFileDescriptionFilled } from './file-description-filled.svelte';
|
|
5431
5433
|
export { default as IconFileDiffFilled } from './file-diff-filled.svelte';
|
|
5432
5434
|
export { default as IconFileDigitFilled } from './file-digit-filled.svelte';
|
|
5435
|
+
export { default as IconFileDollarFilled } from './file-dollar-filled.svelte';
|
|
5433
5436
|
export { default as IconFileDotsFilled } from './file-dots-filled.svelte';
|
|
5434
5437
|
export { default as IconFileDownloadFilled } from './file-download-filled.svelte';
|
|
5438
|
+
export { default as IconFileEuroFilled } from './file-euro-filled.svelte';
|
|
5435
5439
|
export { default as IconFileFunctionFilled } from './file-function-filled.svelte';
|
|
5436
5440
|
export { default as IconFileHorizontalFilled } from './file-horizontal-filled.svelte';
|
|
5437
5441
|
export { default as IconFileInfoFilled } from './file-info-filled.svelte';
|
|
5438
5442
|
export { default as IconFileInvoiceFilled } from './file-invoice-filled.svelte';
|
|
5439
5443
|
export { default as IconFileLambdaFilled } from './file-lambda-filled.svelte';
|
|
5440
5444
|
export { default as IconFileMinusFilled } from './file-minus-filled.svelte';
|
|
5445
|
+
export { default as IconFileMusicFilled } from './file-music-filled.svelte';
|
|
5441
5446
|
export { default as IconFileNeutralFilled } from './file-neutral-filled.svelte';
|
|
5447
|
+
export { default as IconFilePencilFilled } from './file-pencil-filled.svelte';
|
|
5442
5448
|
export { default as IconFilePercentFilled } from './file-percent-filled.svelte';
|
|
5443
5449
|
export { default as IconFilePhoneFilled } from './file-phone-filled.svelte';
|
|
5444
5450
|
export { default as IconFilePowerFilled } from './file-power-filled.svelte';
|
|
5445
5451
|
export { default as IconFileRssFilled } from './file-rss-filled.svelte';
|
|
5446
5452
|
export { default as IconFileSadFilled } from './file-sad-filled.svelte';
|
|
5453
|
+
export { default as IconFileScissorsFilled } from './file-scissors-filled.svelte';
|
|
5454
|
+
export { default as IconFileSettingsFilled } from './file-settings-filled.svelte';
|
|
5455
|
+
export { default as IconFileSignalFilled } from './file-signal-filled.svelte';
|
|
5447
5456
|
export { default as IconFileSmileFilled } from './file-smile-filled.svelte';
|
|
5448
5457
|
export { default as IconFileStarFilled } from './file-star-filled.svelte';
|
|
5449
5458
|
export { default as IconFileTextFilled } from './file-text-filled.svelte';
|
|
5459
|
+
export { default as IconFileTimeFilled } from './file-time-filled.svelte';
|
|
5450
5460
|
export { default as IconFileTypographyFilled } from './file-typography-filled.svelte';
|
|
5461
|
+
export { default as IconFileUnknownFilled } from './file-unknown-filled.svelte';
|
|
5462
|
+
export { default as IconFileUploadFilled } from './file-upload-filled.svelte';
|
|
5463
|
+
export { default as IconFileVectorFilled } from './file-vector-filled.svelte';
|
|
5451
5464
|
export { default as IconFileXFilled } from './file-x-filled.svelte';
|
|
5452
5465
|
export { default as IconFileFilled } from './file-filled.svelte';
|
|
5466
|
+
export { default as IconFilesFilled } from './files-filled.svelte';
|
|
5453
5467
|
export { default as IconFilterFilled } from './filter-filled.svelte';
|
|
5454
5468
|
export { default as IconFiltersFilled } from './filters-filled.svelte';
|
|
5455
5469
|
export { default as IconFishBoneFilled } from './fish-bone-filled.svelte';
|
|
@@ -5720,6 +5734,7 @@ export { default as IconReceiptYuanFilled } from './receipt-yuan-filled.svelte';
|
|
|
5720
5734
|
export { default as IconReceiptFilled } from './receipt-filled.svelte';
|
|
5721
5735
|
export { default as IconRectangleVerticalFilled } from './rectangle-vertical-filled.svelte';
|
|
5722
5736
|
export { default as IconRectangleFilled } from './rectangle-filled.svelte';
|
|
5737
|
+
export { default as IconRegisteredFilled } from './registered-filled.svelte';
|
|
5723
5738
|
export { default as IconRelationManyToManyFilled } from './relation-many-to-many-filled.svelte';
|
|
5724
5739
|
export { default as IconRelationOneToManyFilled } from './relation-one-to-many-filled.svelte';
|
|
5725
5740
|
export { default as IconRelationOneToOneFilled } from './relation-one-to-one-filled.svelte';
|
|
@@ -5919,10 +5934,14 @@ export { default as IconUfoFilled } from './ufo-filled.svelte';
|
|
|
5919
5934
|
export { default as IconUmbrellaFilled } from './umbrella-filled.svelte';
|
|
5920
5935
|
export { default as IconUserFilled } from './user-filled.svelte';
|
|
5921
5936
|
export { default as IconVersionsFilled } from './versions-filled.svelte';
|
|
5937
|
+
export { default as IconVideoMinusFilled } from './video-minus-filled.svelte';
|
|
5938
|
+
export { default as IconVideoPlusFilled } from './video-plus-filled.svelte';
|
|
5922
5939
|
export { default as IconVideoFilled } from './video-filled.svelte';
|
|
5923
5940
|
export { default as IconWindmillFilled } from './windmill-filled.svelte';
|
|
5924
5941
|
export { default as IconWindsockFilled } from './windsock-filled.svelte';
|
|
5925
5942
|
export { default as IconWomanFilled } from './woman-filled.svelte';
|
|
5943
|
+
export { default as IconWritingSignFilled } from './writing-sign-filled.svelte';
|
|
5944
|
+
export { default as IconWritingFilled } from './writing-filled.svelte';
|
|
5926
5945
|
export { default as IconXboxAFilled } from './xbox-a-filled.svelte';
|
|
5927
5946
|
export { default as IconXboxBFilled } from './xbox-b-filled.svelte';
|
|
5928
5947
|
export { default as IconXboxXFilled } from './xbox-x-filled.svelte';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<script>import Icon from '../Icon.svelte';
|
|
2
|
-
const iconNode = [["path", { "d": "
|
|
2
|
+
const iconNode = [["path", { "d": "M12 20l2.463 -5.541m1.228 -2.764l.309 -.695l.8 1.8" }], ["path", { "d": "M18 18h-5.1" }], ["path", { "d": "M8.747 8.748c-.66 2.834 -2.536 4.252 -4.747 4.252" }], ["path", { "d": "M4 6.371l2.371 0" }], ["path", { "d": "M5 9c0 2.144 2.252 3.908 6 4" }], ["path", { "d": "M3 3l18 18" }]];
|
|
3
3
|
</script>
|
|
4
4
|
<Icon type="outline" name="language-off" {...$$props} iconNode={iconNode}>
|
|
5
5
|
<slot/>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<script>import Icon from '../Icon.svelte';
|
|
2
|
-
const iconNode = [["path", { "d": "
|
|
2
|
+
const iconNode = [["path", { "d": "M9 6.371c0 4.418 -2.239 6.629 -5 6.629" }], ["path", { "d": "M4 6.371h7" }], ["path", { "d": "M5 9c0 2.144 2.252 3.908 6 4" }], ["path", { "d": "M12 20l4 -9l4 9" }], ["path", { "d": "M19.1 18h-6.2" }], ["path", { "d": "M6.694 3l.793 .582" }]];
|
|
3
3
|
</script>
|
|
4
4
|
<Icon type="outline" name="language" {...$$props} iconNode={iconNode}>
|
|
5
5
|
<slot/>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336m-5 4.66h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1l.117 -.007a1 1 0 0 0 .883 -.993v-1h.585l1.708 1.707a1 1 0 0 0 1.414 -1.414l-.9 -.899a3 3 0 0 0 -1.807 -5.394m0 2a1 1 0 0 1 0 2h-1v-2z" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="registered-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 RegisteredFilledProps = typeof __propDef.props;
|
|
13
|
+
export type RegisteredFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type RegisteredFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class RegisteredFilled extends SvelteComponentTyped<RegisteredFilledProps, RegisteredFilledEvents, RegisteredFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M13 5a3 3 0 0 1 3 3v.381l3.106 -1.552a2 2 0 0 1 2.894 1.789v6.765a2 2 0 0 1 -2.894 1.787l-3.106 -1.552v.382a3 3 0 0 1 -3 3h-8a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3zm-2 6h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 0 -2" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="video-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 VideoMinusFilledProps = typeof __propDef.props;
|
|
13
|
+
export type VideoMinusFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type VideoMinusFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class VideoMinusFilled extends SvelteComponentTyped<VideoMinusFilledProps, VideoMinusFilledEvents, VideoMinusFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M13 5a3 3 0 0 1 3 3v.381l3.106 -1.552a2 2 0 0 1 2.894 1.789v6.765a2 2 0 0 1 -2.894 1.787l-3.106 -1.552v.382a3 3 0 0 1 -3 3h-8a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3zm-4 4a1 1 0 0 0 -1 1v1h-1a1 1 0 0 0 0 2h1v1a1 1 0 0 0 2 0v-1h1a1 1 0 0 0 0 -2h-1v-1a1 1 0 0 0 -1 -1" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="video-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 VideoPlusFilledProps = typeof __propDef.props;
|
|
13
|
+
export type VideoPlusFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type VideoPlusFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class VideoPlusFilled extends SvelteComponentTyped<VideoPlusFilledProps, VideoPlusFilledEvents, VideoPlusFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M21 8v9a1 1 0 0 1 -.293 .707l-2 2a1 1 0 0 1 -.112 .097l-.11 .071l-.114 .054l-.105 .035l-.149 .03l-.117 .006h-13a3 3 0 0 1 0 -6h4a1 1 0 0 0 0 -2h-3a1 1 0 0 1 0 -2h3a3 3 0 0 1 0 6h-4a1 1 0 0 0 0 2h10.585l-.292 -.293a1 1 0 0 1 -.293 -.707v-9zm-3 -6c1.673 0 3 1.327 3 3v1h-6v-1c0 -1.673 1.327 -3 3 -3" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="writing-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 WritingFilledProps = typeof __propDef.props;
|
|
13
|
+
export type WritingFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type WritingFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class WritingFilled extends SvelteComponentTyped<WritingFilledProps, WritingFilledEvents, WritingFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M6 11c-.483 0 -1.021 .725 -1 1.983c.013 .783 .29 1.3 1.035 2.07l.107 .107l.101 -.134c.466 -.643 .714 -1.266 .752 -1.864l.005 -.162l-.003 -.563c-.017 -1.284 -.13 -1.422 -.807 -1.436zm12 -9c1.673 0 3 1.327 3 3v1h-6v-1c0 -1.673 1.327 -3 3 -3m2.707 15.707l-2 2l-.08 .071l-.043 .034l-.084 .054l-.103 .052l-.084 .032l-.08 .023l-.143 .023l-.071 .004h-2.519c-1.616 0 -2.954 -.83 -4.004 -2.393l-.026 -.04l-.273 .431l-.365 .557c-1.356 2.034 -2.942 1.691 -4.7 -.41l-.064 -.076l-.176 .147q -.897 .727 -2.045 1.438l-.332 .203a1 1 0 1 1 -1.03 -1.714a19 19 0 0 0 2.17 -1.498l.078 -.065l-.147 -.15c-.998 -1.033 -1.498 -1.904 -1.576 -3.157l-.01 -.256c-.038 -2.273 1.257 -4.017 3 -4.017c2.052 0 3 .948 3 4c0 1.218 -.47 2.392 -1.392 3.532l-.11 .13l.28 .36c.784 .985 .994 .992 1.343 .492l.047 -.069q .97 -1.456 1.437 -2.392a1 1 0 0 1 1.814 .053c.858 2.002 1.878 2.894 3.081 2.894l.085 -.001l-.292 -.292a1 1 0 0 1 -.293 -.707v-9h6v9a1 1 0 0 1 -.293 .707" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="filled" name="writing-sign-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 WritingSignFilledProps = typeof __propDef.props;
|
|
13
|
+
export type WritingSignFilledEvents = typeof __propDef.events;
|
|
14
|
+
export type WritingSignFilledSlots = typeof __propDef.slots;
|
|
15
|
+
export default class WritingSignFilled extends SvelteComponentTyped<WritingSignFilledProps, WritingSignFilledEvents, WritingSignFilledSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
package/dist/icons-list.js
CHANGED
|
@@ -718,6 +718,7 @@ export default [
|
|
|
718
718
|
"brand-dolby-digital",
|
|
719
719
|
"brand-douban",
|
|
720
720
|
"brand-dribbble",
|
|
721
|
+
"brand-dropbox",
|
|
721
722
|
"brand-drops",
|
|
722
723
|
"brand-drupal",
|
|
723
724
|
"brand-edge",
|
|
@@ -5362,6 +5363,7 @@ export default [
|
|
|
5362
5363
|
"device-cctv-filled",
|
|
5363
5364
|
"device-desktop-filled",
|
|
5364
5365
|
"device-gamepad-3-filled",
|
|
5366
|
+
"device-gamepad-filled",
|
|
5365
5367
|
"device-heart-monitor-filled",
|
|
5366
5368
|
"device-imac-filled",
|
|
5367
5369
|
"device-ipad-filled",
|
|
@@ -5431,26 +5433,38 @@ export default [
|
|
|
5431
5433
|
"file-description-filled",
|
|
5432
5434
|
"file-diff-filled",
|
|
5433
5435
|
"file-digit-filled",
|
|
5436
|
+
"file-dollar-filled",
|
|
5434
5437
|
"file-dots-filled",
|
|
5435
5438
|
"file-download-filled",
|
|
5439
|
+
"file-euro-filled",
|
|
5436
5440
|
"file-function-filled",
|
|
5437
5441
|
"file-horizontal-filled",
|
|
5438
5442
|
"file-info-filled",
|
|
5439
5443
|
"file-invoice-filled",
|
|
5440
5444
|
"file-lambda-filled",
|
|
5441
5445
|
"file-minus-filled",
|
|
5446
|
+
"file-music-filled",
|
|
5442
5447
|
"file-neutral-filled",
|
|
5448
|
+
"file-pencil-filled",
|
|
5443
5449
|
"file-percent-filled",
|
|
5444
5450
|
"file-phone-filled",
|
|
5445
5451
|
"file-power-filled",
|
|
5446
5452
|
"file-rss-filled",
|
|
5447
5453
|
"file-sad-filled",
|
|
5454
|
+
"file-scissors-filled",
|
|
5455
|
+
"file-settings-filled",
|
|
5456
|
+
"file-signal-filled",
|
|
5448
5457
|
"file-smile-filled",
|
|
5449
5458
|
"file-star-filled",
|
|
5450
5459
|
"file-text-filled",
|
|
5460
|
+
"file-time-filled",
|
|
5451
5461
|
"file-typography-filled",
|
|
5462
|
+
"file-unknown-filled",
|
|
5463
|
+
"file-upload-filled",
|
|
5464
|
+
"file-vector-filled",
|
|
5452
5465
|
"file-x-filled",
|
|
5453
5466
|
"file-filled",
|
|
5467
|
+
"files-filled",
|
|
5454
5468
|
"filter-filled",
|
|
5455
5469
|
"filters-filled",
|
|
5456
5470
|
"fish-bone-filled",
|
|
@@ -5721,6 +5735,7 @@ export default [
|
|
|
5721
5735
|
"receipt-filled",
|
|
5722
5736
|
"rectangle-vertical-filled",
|
|
5723
5737
|
"rectangle-filled",
|
|
5738
|
+
"registered-filled",
|
|
5724
5739
|
"relation-many-to-many-filled",
|
|
5725
5740
|
"relation-one-to-many-filled",
|
|
5726
5741
|
"relation-one-to-one-filled",
|
|
@@ -5920,10 +5935,14 @@ export default [
|
|
|
5920
5935
|
"umbrella-filled",
|
|
5921
5936
|
"user-filled",
|
|
5922
5937
|
"versions-filled",
|
|
5938
|
+
"video-minus-filled",
|
|
5939
|
+
"video-plus-filled",
|
|
5923
5940
|
"video-filled",
|
|
5924
5941
|
"windmill-filled",
|
|
5925
5942
|
"windsock-filled",
|
|
5926
5943
|
"woman-filled",
|
|
5944
|
+
"writing-sign-filled",
|
|
5945
|
+
"writing-filled",
|
|
5927
5946
|
"xbox-a-filled",
|
|
5928
5947
|
"xbox-b-filled",
|
|
5929
5948
|
"xbox-x-filled",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tabler/icons-svelte",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.35.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "codecalm",
|
|
6
6
|
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
|
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"svelte": "./dist/tabler-icons-svelte.js",
|
|
21
21
|
"types": "./dist/tabler-icons-svelte.d.ts",
|
|
22
22
|
"type": "module",
|
|
23
|
+
"amdName": "TablerIconsSvelte",
|
|
23
24
|
"exports": {
|
|
24
25
|
".": {
|
|
25
26
|
"types": "./dist/tabler-icons-svelte.d.ts",
|
|
@@ -39,17 +40,8 @@
|
|
|
39
40
|
"files": [
|
|
40
41
|
"dist"
|
|
41
42
|
],
|
|
42
|
-
"scripts": {
|
|
43
|
-
"build": "pnpm run clean && pnpm run copy:license && pnpm run build:icons && pnpm run build:package",
|
|
44
|
-
"build:icons": "node build.mjs",
|
|
45
|
-
"build:package": "svelte-package --input ./src",
|
|
46
|
-
"copy:license": "cp ../../LICENSE ./LICENSE",
|
|
47
|
-
"clean": "rm -rf dist && find . ! -name '.gitkeep' -path '*/src/icons/*' -exec rm -rf {} +",
|
|
48
|
-
"test": "vitest run",
|
|
49
|
-
"imports-check": "attw $(npm pack)"
|
|
50
|
-
},
|
|
51
43
|
"dependencies": {
|
|
52
|
-
"@tabler/icons": "3.
|
|
44
|
+
"@tabler/icons": "3.35.0"
|
|
53
45
|
},
|
|
54
46
|
"devDependencies": {
|
|
55
47
|
"@sveltejs/package": "^2.2.7",
|
|
@@ -62,5 +54,14 @@
|
|
|
62
54
|
},
|
|
63
55
|
"peerDependencies": {
|
|
64
56
|
"svelte": ">=3 <6 || >=5.0.0-next.0"
|
|
57
|
+
},
|
|
58
|
+
"scripts": {
|
|
59
|
+
"build": "pnpm run clean && pnpm run copy:license && pnpm run build:icons && pnpm run build:package",
|
|
60
|
+
"build:icons": "node build.mjs",
|
|
61
|
+
"build:package": "svelte-package --input ./src",
|
|
62
|
+
"copy:license": "cp ../../LICENSE ./LICENSE",
|
|
63
|
+
"clean": "rm -rf dist && find . ! -name '.gitkeep' -path '*/src/icons/*' -exec rm -rf {} +",
|
|
64
|
+
"test": "vitest run",
|
|
65
|
+
"imports-check": "attw $(npm pack)"
|
|
65
66
|
}
|
|
66
|
-
}
|
|
67
|
+
}
|