@tabler/icons-svelte 3.28.1 → 3.30.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.
Files changed (78) hide show
  1. package/README.md +1 -1
  2. package/dist/icons/current-location-filled.svelte +6 -0
  3. package/dist/icons/current-location-filled.svelte.d.ts +17 -0
  4. package/dist/icons/drop-circle-filled.svelte +6 -0
  5. package/dist/icons/drop-circle-filled.svelte.d.ts +17 -0
  6. package/dist/icons/dual-screen-filled.svelte +6 -0
  7. package/dist/icons/dual-screen-filled.svelte.d.ts +17 -0
  8. package/dist/icons/dumpling-filled.svelte +6 -0
  9. package/dist/icons/dumpling-filled.svelte.d.ts +17 -0
  10. package/dist/icons/egg-fried-filled.svelte +6 -0
  11. package/dist/icons/egg-fried-filled.svelte.d.ts +17 -0
  12. package/dist/icons/escalator-down-filled.svelte +6 -0
  13. package/dist/icons/escalator-down-filled.svelte.d.ts +17 -0
  14. package/dist/icons/escalator-filled.svelte +6 -0
  15. package/dist/icons/escalator-filled.svelte.d.ts +17 -0
  16. package/dist/icons/escalator-up-filled.svelte +6 -0
  17. package/dist/icons/escalator-up-filled.svelte.d.ts +17 -0
  18. package/dist/icons/exchange-filled.svelte +6 -0
  19. package/dist/icons/exchange-filled.svelte.d.ts +17 -0
  20. package/dist/icons/explicit-filled.svelte +6 -0
  21. package/dist/icons/explicit-filled.svelte.d.ts +17 -0
  22. package/dist/icons/exposure-filled.svelte +6 -0
  23. package/dist/icons/exposure-filled.svelte.d.ts +17 -0
  24. package/dist/icons/eye-table-filled.svelte +6 -0
  25. package/dist/icons/eye-table-filled.svelte.d.ts +17 -0
  26. package/dist/icons/eyeglass-2-filled.svelte +6 -0
  27. package/dist/icons/eyeglass-2-filled.svelte.d.ts +17 -0
  28. package/dist/icons/face-mask-filled.svelte +6 -0
  29. package/dist/icons/face-mask-filled.svelte.d.ts +17 -0
  30. package/dist/icons/fence-filled.svelte +6 -0
  31. package/dist/icons/fence-filled.svelte.d.ts +17 -0
  32. package/dist/icons/fidget-spinner-filled.svelte +6 -0
  33. package/dist/icons/fidget-spinner-filled.svelte.d.ts +17 -0
  34. package/dist/icons/file-check-filled.svelte +6 -0
  35. package/dist/icons/file-check-filled.svelte.d.ts +17 -0
  36. package/dist/icons/file-code-2-filled.svelte +6 -0
  37. package/dist/icons/file-code-2-filled.svelte.d.ts +17 -0
  38. package/dist/icons/file-cv-filled.svelte +6 -0
  39. package/dist/icons/file-cv-filled.svelte.d.ts +17 -0
  40. package/dist/icons/file-delta-filled.svelte +6 -0
  41. package/dist/icons/file-delta-filled.svelte.d.ts +17 -0
  42. package/dist/icons/file-description-filled.svelte +6 -0
  43. package/dist/icons/file-description-filled.svelte.d.ts +17 -0
  44. package/dist/icons/file-digit-filled.svelte +6 -0
  45. package/dist/icons/file-digit-filled.svelte.d.ts +17 -0
  46. package/dist/icons/file-download-filled.svelte +6 -0
  47. package/dist/icons/file-download-filled.svelte.d.ts +17 -0
  48. package/dist/icons/file-horizontal-filled.svelte +6 -0
  49. package/dist/icons/file-horizontal-filled.svelte.d.ts +17 -0
  50. package/dist/icons/file-invoice-filled.svelte +6 -0
  51. package/dist/icons/file-invoice-filled.svelte.d.ts +17 -0
  52. package/dist/icons/file-lambda-filled.svelte +6 -0
  53. package/dist/icons/file-lambda-filled.svelte.d.ts +17 -0
  54. package/dist/icons/file-minus-filled.svelte +6 -0
  55. package/dist/icons/file-minus-filled.svelte.d.ts +17 -0
  56. package/dist/icons/file-neutral-filled.svelte +6 -0
  57. package/dist/icons/file-neutral-filled.svelte.d.ts +17 -0
  58. package/dist/icons/file-percent-filled.svelte +6 -0
  59. package/dist/icons/file-percent-filled.svelte.d.ts +17 -0
  60. package/dist/icons/file-phone-filled.svelte +6 -0
  61. package/dist/icons/file-phone-filled.svelte.d.ts +17 -0
  62. package/dist/icons/file-power-filled.svelte +6 -0
  63. package/dist/icons/file-power-filled.svelte.d.ts +17 -0
  64. package/dist/icons/file-rss-filled.svelte +6 -0
  65. package/dist/icons/file-rss-filled.svelte.d.ts +17 -0
  66. package/dist/icons/file-sad-filled.svelte +6 -0
  67. package/dist/icons/file-sad-filled.svelte.d.ts +17 -0
  68. package/dist/icons/file-smile-filled.svelte +6 -0
  69. package/dist/icons/file-smile-filled.svelte.d.ts +17 -0
  70. package/dist/icons/file-star-filled.svelte +6 -0
  71. package/dist/icons/file-star-filled.svelte.d.ts +17 -0
  72. package/dist/icons/file-text-filled.svelte +6 -0
  73. package/dist/icons/file-text-filled.svelte.d.ts +17 -0
  74. package/dist/icons/index.d.ts +36 -0
  75. package/dist/icons/index.js +36 -0
  76. package/dist/icons-list.js +36 -0
  77. package/dist/types.d.ts +1 -1
  78. package/package.json +12 -12
@@ -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 FileDownloadFilledProps = typeof __propDef.props;
13
+ export type FileDownloadFilledEvents = typeof __propDef.events;
14
+ export type FileDownloadFilledSlots = typeof __propDef.slots;
15
+ export default class FileDownloadFilled extends SvelteComponentTyped<FileDownloadFilledProps, FileDownloadFilledEvents, FileDownloadFilledSlots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M22 12l-.007 -.117a1 1 0 0 0 -.876 -.876l-.117 -.007h-4l-.15 -.005a2 2 0 0 1 -1.844 -1.838l-.006 -.157v-4l-.007 -.117a1 1 0 0 0 -.876 -.876l-.117 -.007h-9a3 3 0 0 0 -2.995 2.824l-.005 .176v10a3 3 0 0 0 2.824 2.995l.176 .005h14a3 3 0 0 0 2.995 -2.824l.005 -.176z" }], ["path", { "d": "M17 5v4l4.001 .001z" }]];
3
+ </script>
4
+ <Icon type="filled" name="file-horizontal-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 FileHorizontalFilledProps = typeof __propDef.props;
13
+ export type FileHorizontalFilledEvents = typeof __propDef.events;
14
+ export type FileHorizontalFilledSlots = typeof __propDef.slots;
15
+ export default class FileHorizontalFilled extends SvelteComponentTyped<FileHorizontalFilledProps, FileHorizontalFilledEvents, FileHorizontalFilledSlots> {
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 -.005zm4 15h-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0 -2m0 -4h-8a1 1 0 0 0 0 2h8a1 1 0 0 0 0 -2m-7 -7h-1a1 1 0 1 0 0 2h1a1 1 0 1 0 0 -2" }], ["path", { "d": "M19 7h-4l-.001 -4.001z" }]];
3
+ </script>
4
+ <Icon type="filled" name="file-invoice-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 FileInvoiceFilledProps = typeof __propDef.props;
13
+ export type FileInvoiceFilledEvents = typeof __propDef.events;
14
+ export type FileInvoiceFilledSlots = typeof __propDef.slots;
15
+ export default class FileInvoiceFilled extends SvelteComponentTyped<FileInvoiceFilledProps, FileInvoiceFilledEvents, FileInvoiceFilledSlots> {
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 8a1 1 0 0 0 -.117 1.993l.117 .007c.342 0 .662 .362 1.166 1.445l-1.998 3a1 1 0 0 0 1.664 1.11l1.29 -1.934c.825 1.738 1.508 2.379 2.878 2.379a1 1 0 0 0 .117 -1.993l-.117 -.007c-.39 0 -.75 -.47 -1.387 -1.938l-.415 -.976c-.985 -2.274 -1.656 -3.086 -3.198 -3.086m4.999 -7.001l4.001 4.001h-4z" }]];
3
+ </script>
4
+ <Icon type="filled" name="file-lambda-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 FileLambdaFilledProps = typeof __propDef.props;
13
+ export type FileLambdaFilledEvents = typeof __propDef.events;
14
+ export type FileLambdaFilledSlots = typeof __propDef.slots;
15
+ export default class FileLambdaFilled extends SvelteComponentTyped<FileLambdaFilledProps, FileLambdaFilledEvents, FileLambdaFilledSlots> {
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 -.005zm3 11h-6a1 1 0 0 0 0 2h6a1 1 0 0 0 0 -2" }], ["path", { "d": "M19 7h-4l-.001 -4.001z" }]];
3
+ </script>
4
+ <Icon type="filled" name="file-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 FileMinusFilledProps = typeof __propDef.props;
13
+ export type FileMinusFilledEvents = typeof __propDef.events;
14
+ export type FileMinusFilledSlots = typeof __propDef.slots;
15
+ export default class FileMinusFilled extends SvelteComponentTyped<FileMinusFilledProps, FileMinusFilledEvents, FileMinusFilledSlots> {
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 14h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 0 -2m-3.995 -4h-.01a1 1 0 0 0 0 2h.01a1 1 0 0 0 0 -2m4 0h-.01a1 1 0 0 0 0 2h.01a1 1 0 0 0 0 -2" }], ["path", { "d": "M19 7h-4l-.001 -4.001z" }]];
3
+ </script>
4
+ <Icon type="filled" name="file-neutral-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 FileNeutralFilledProps = typeof __propDef.props;
13
+ export type FileNeutralFilledEvents = typeof __propDef.events;
14
+ export type FileNeutralFilledSlots = typeof __propDef.slots;
15
+ export default class FileNeutralFilled extends SvelteComponentTyped<FileNeutralFilledProps, FileNeutralFilledEvents, FileNeutralFilledSlots> {
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.01 14h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m.697 -3.707a1 1 0 0 0 -1.414 0l-4 4a1 1 0 0 0 1.414 1.414l4 -4a1 1 0 0 0 0 -1.414m-4.697 -.293h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m4.989 -9.001l4.001 4.001h-4z" }]];
3
+ </script>
4
+ <Icon type="filled" name="file-percent-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 FilePercentFilledProps = typeof __propDef.props;
13
+ export type FilePercentFilledEvents = typeof __propDef.events;
14
+ export type FilePercentFilledSlots = typeof __propDef.slots;
15
+ export default class FilePercentFilled extends SvelteComponentTyped<FilePercentFilledProps, FilePercentFilledEvents, FilePercentFilledSlots> {
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.5 7.5a1.5 1.5 0 0 0 -1.5 1.5v1a6 6 0 0 0 6 6h1a1.5 1.5 0 0 0 0 -3h-1l-.144 .007a1.5 1.5 0 0 0 -1.128 .697l-.042 .074l-.022 -.007a4.01 4.01 0 0 1 -2.435 -2.435l-.008 -.023l.075 -.041a1.5 1.5 0 0 0 .704 -1.272v-1a1.5 1.5 0 0 0 -1.5 -1.5m5.499 -6.501l4.001 4.001h-4z" }]];
3
+ </script>
4
+ <Icon type="filled" name="file-phone-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 FilePhoneFilledProps = typeof __propDef.props;
13
+ export type FilePhoneFilledEvents = typeof __propDef.events;
14
+ export type FilePhoneFilledSlots = typeof __propDef.slots;
15
+ export default class FilePhoneFilled extends SvelteComponentTyped<FilePhoneFilledProps, FilePhoneFilledEvents, FilePhoneFilledSlots> {
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.555 9.168a1 1 0 0 0 -1.387 .277l-2 3l-.057 .097a1 1 0 0 0 .889 1.458h2.13l-.962 1.445a1 1 0 1 0 1.664 1.11l2 -3l.057 -.097a1 1 0 0 0 -.889 -1.458h-2.132l.964 -1.445a1 1 0 0 0 -.277 -1.387" }], ["path", { "d": "M19 7h-4l-.001 -4.001z" }]];
3
+ </script>
4
+ <Icon type="filled" name="file-power-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 FilePowerFilledProps = typeof __propDef.props;
13
+ export type FilePowerFilledEvents = typeof __propDef.events;
14
+ export type FilePowerFilledSlots = typeof __propDef.slots;
15
+ export default class FilePowerFilled extends SvelteComponentTyped<FilePowerFilledProps, FilePowerFilledEvents, FilePowerFilledSlots> {
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-3 11a1 1 0 0 0 0 2a2 2 0 0 1 1.995 1.85l.005 .15a1 1 0 0 0 2 0a4 4 0 0 0 -4 -4m0 -3a1 1 0 0 0 0 2a5 5 0 0 1 5 5a1 1 0 0 0 2 0a7 7 0 0 0 -7 -7m.01 6h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m5.989 -13.001l4.001 4.001h-4z" }]];
3
+ </script>
4
+ <Icon type="filled" name="file-rss-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 FileRssFilledProps = typeof __propDef.props;
13
+ export type FileRssFilledEvents = typeof __propDef.events;
14
+ export type FileRssFilledSlots = typeof __propDef.slots;
15
+ export default class FileRssFilled extends SvelteComponentTyped<FileRssFilledProps, FileRssFilledEvents, FileRssFilledSlots> {
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.571 15.18a4.5 4.5 0 0 0 -5.142 0a1 1 0 1 0 1.142 1.64a2.5 2.5 0 0 1 2.858 0a1 1 0 0 0 1.142 -1.64m-4.565 -5.18h-.011a1 1 0 0 0 0 2h.01a1 1 0 0 0 0 -2m4 0h-.011a1 1 0 0 0 0 2h.01a1 1 0 0 0 0 -2" }], ["path", { "d": "M19 7h-4l-.001 -4.001z" }]];
3
+ </script>
4
+ <Icon type="filled" name="file-sad-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 FileSadFilledProps = typeof __propDef.props;
13
+ export type FileSadFilledEvents = typeof __propDef.events;
14
+ export type FileSadFilledSlots = typeof __propDef.slots;
15
+ export default class FileSadFilled extends SvelteComponentTyped<FileSadFilledProps, FileSadFilledEvents, FileSadFilledSlots> {
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.82 14.429a1 1 0 0 0 -1.391 -.25a2.5 2.5 0 0 1 -2.858 0a1 1 0 0 0 -1.142 1.642a4.5 4.5 0 0 0 5.142 0a1 1 0 0 0 .25 -1.392m-4.815 -4.429h-.01a1 1 0 0 0 0 2h.01a1 1 0 0 0 0 -2m4 0h-.01a1 1 0 0 0 0 2h.01a1 1 0 0 0 0 -2" }], ["path", { "d": "M19 7h-4l-.001 -4.001z" }]];
3
+ </script>
4
+ <Icon type="filled" name="file-smile-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 FileSmileFilledProps = typeof __propDef.props;
13
+ export type FileSmileFilledEvents = typeof __propDef.events;
14
+ export type FileSmileFilledSlots = typeof __propDef.slots;
15
+ export default class FileSmileFilled extends SvelteComponentTyped<FileSmileFilledProps, FileSmileFilledEvents, FileSmileFilledSlots> {
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 9a.39 .39 0 0 0 -.351 .217l-1.086 2.193l-2.428 .352a.389 .389 0 0 0 -.217 .665l1.757 1.707l-.415 2.411a.392 .392 0 0 0 .568 .41l2.172 -1.138l2.172 1.138a.39 .39 0 0 0 .567 -.411l-.414 -2.41l1.757 -1.707a.39 .39 0 0 0 -.217 -.665l-2.428 -.352l-1.086 -2.193a.39 .39 0 0 0 -.351 -.217" }], ["path", { "d": "M19 7h-4l-.001 -4.001z" }]];
3
+ </script>
4
+ <Icon type="filled" name="file-star-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 FileStarFilledProps = typeof __propDef.props;
13
+ export type FileStarFilledEvents = typeof __propDef.events;
14
+ export type FileStarFilledSlots = typeof __propDef.slots;
15
+ export default class FileStarFilled extends SvelteComponentTyped<FileStarFilledProps, FileStarFilledEvents, FileStarFilledSlots> {
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 -.005zm3 14h-6a1 1 0 0 0 0 2h6a1 1 0 0 0 0 -2m0 -4h-6a1 1 0 0 0 0 2h6a1 1 0 0 0 0 -2m-5 -4h-1a1 1 0 1 0 0 2h1a1 1 0 0 0 0 -2" }], ["path", { "d": "M19 7h-4l-.001 -4.001z" }]];
3
+ </script>
4
+ <Icon type="filled" name="file-text-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 FileTextFilledProps = typeof __propDef.props;
13
+ export type FileTextFilledEvents = typeof __propDef.events;
14
+ export type FileTextFilledSlots = typeof __propDef.slots;
15
+ export default class FileTextFilled extends SvelteComponentTyped<FileTextFilledProps, FileTextFilledEvents, FileTextFilledSlots> {
16
+ }
17
+ export {};
@@ -5303,6 +5303,7 @@ export { default as IconCrop75Filled } from './crop-7-5-filled.svelte';
5303
5303
  export { default as IconCropLandscapeFilled } from './crop-landscape-filled.svelte';
5304
5304
  export { default as IconCropPortraitFilled } from './crop-portrait-filled.svelte';
5305
5305
  export { default as IconCrossFilled } from './cross-filled.svelte';
5306
+ export { default as IconCurrentLocationFilled } from './current-location-filled.svelte';
5306
5307
  export { default as IconDashboardFilled } from './dashboard-filled.svelte';
5307
5308
  export { default as IconDeviceCctvFilled } from './device-cctv-filled.svelte';
5308
5309
  export { default as IconDeviceDesktopFilled } from './device-desktop-filled.svelte';
@@ -5335,20 +5336,55 @@ export { default as IconDirectionSignFilled } from './direction-sign-filled.svel
5335
5336
  export { default as IconDirectionsFilled } from './directions-filled.svelte';
5336
5337
  export { default as IconDiscFilled } from './disc-filled.svelte';
5337
5338
  export { default as IconDiscountFilled } from './discount-filled.svelte';
5339
+ export { default as IconDropCircleFilled } from './drop-circle-filled.svelte';
5338
5340
  export { default as IconDropletHalf2Filled } from './droplet-half-2-filled.svelte';
5339
5341
  export { default as IconDropletHalfFilled } from './droplet-half-filled.svelte';
5340
5342
  export { default as IconDropletFilled } from './droplet-filled.svelte';
5341
5343
  export { default as IconDropletsFilled } from './droplets-filled.svelte';
5344
+ export { default as IconDualScreenFilled } from './dual-screen-filled.svelte';
5345
+ export { default as IconDumplingFilled } from './dumpling-filled.svelte';
5342
5346
  export { default as IconEggCrackedFilled } from './egg-cracked-filled.svelte';
5347
+ export { default as IconEggFriedFilled } from './egg-fried-filled.svelte';
5343
5348
  export { default as IconEggFilled } from './egg-filled.svelte';
5344
5349
  export { default as IconElevatorFilled } from './elevator-filled.svelte';
5345
5350
  export { default as IconEngineFilled } from './engine-filled.svelte';
5351
+ export { default as IconEscalatorDownFilled } from './escalator-down-filled.svelte';
5352
+ export { default as IconEscalatorUpFilled } from './escalator-up-filled.svelte';
5353
+ export { default as IconEscalatorFilled } from './escalator-filled.svelte';
5354
+ export { default as IconExchangeFilled } from './exchange-filled.svelte';
5346
5355
  export { default as IconExclamationCircleFilled } from './exclamation-circle-filled.svelte';
5356
+ export { default as IconExplicitFilled } from './explicit-filled.svelte';
5357
+ export { default as IconExposureFilled } from './exposure-filled.svelte';
5358
+ export { default as IconEyeTableFilled } from './eye-table-filled.svelte';
5347
5359
  export { default as IconEyeFilled } from './eye-filled.svelte';
5360
+ export { default as IconEyeglass2Filled } from './eyeglass-2-filled.svelte';
5348
5361
  export { default as IconEyeglassFilled } from './eyeglass-filled.svelte';
5362
+ export { default as IconFaceMaskFilled } from './face-mask-filled.svelte';
5349
5363
  export { default as IconFaviconFilled } from './favicon-filled.svelte';
5350
5364
  export { default as IconFeatherFilled } from './feather-filled.svelte';
5365
+ export { default as IconFenceFilled } from './fence-filled.svelte';
5351
5366
  export { default as IconFerryFilled } from './ferry-filled.svelte';
5367
+ export { default as IconFidgetSpinnerFilled } from './fidget-spinner-filled.svelte';
5368
+ export { default as IconFileCheckFilled } from './file-check-filled.svelte';
5369
+ export { default as IconFileCode2Filled } from './file-code-2-filled.svelte';
5370
+ export { default as IconFileCvFilled } from './file-cv-filled.svelte';
5371
+ export { default as IconFileDeltaFilled } from './file-delta-filled.svelte';
5372
+ export { default as IconFileDescriptionFilled } from './file-description-filled.svelte';
5373
+ export { default as IconFileDigitFilled } from './file-digit-filled.svelte';
5374
+ export { default as IconFileDownloadFilled } from './file-download-filled.svelte';
5375
+ export { default as IconFileHorizontalFilled } from './file-horizontal-filled.svelte';
5376
+ export { default as IconFileInvoiceFilled } from './file-invoice-filled.svelte';
5377
+ export { default as IconFileLambdaFilled } from './file-lambda-filled.svelte';
5378
+ export { default as IconFileMinusFilled } from './file-minus-filled.svelte';
5379
+ export { default as IconFileNeutralFilled } from './file-neutral-filled.svelte';
5380
+ export { default as IconFilePercentFilled } from './file-percent-filled.svelte';
5381
+ export { default as IconFilePhoneFilled } from './file-phone-filled.svelte';
5382
+ export { default as IconFilePowerFilled } from './file-power-filled.svelte';
5383
+ export { default as IconFileRssFilled } from './file-rss-filled.svelte';
5384
+ export { default as IconFileSadFilled } from './file-sad-filled.svelte';
5385
+ export { default as IconFileSmileFilled } from './file-smile-filled.svelte';
5386
+ export { default as IconFileStarFilled } from './file-star-filled.svelte';
5387
+ export { default as IconFileTextFilled } from './file-text-filled.svelte';
5352
5388
  export { default as IconFileXFilled } from './file-x-filled.svelte';
5353
5389
  export { default as IconFileFilled } from './file-filled.svelte';
5354
5390
  export { default as IconFilterFilled } from './filter-filled.svelte';
@@ -5303,6 +5303,7 @@ export { default as IconCrop75Filled } from './crop-7-5-filled.svelte';
5303
5303
  export { default as IconCropLandscapeFilled } from './crop-landscape-filled.svelte';
5304
5304
  export { default as IconCropPortraitFilled } from './crop-portrait-filled.svelte';
5305
5305
  export { default as IconCrossFilled } from './cross-filled.svelte';
5306
+ export { default as IconCurrentLocationFilled } from './current-location-filled.svelte';
5306
5307
  export { default as IconDashboardFilled } from './dashboard-filled.svelte';
5307
5308
  export { default as IconDeviceCctvFilled } from './device-cctv-filled.svelte';
5308
5309
  export { default as IconDeviceDesktopFilled } from './device-desktop-filled.svelte';
@@ -5335,20 +5336,55 @@ export { default as IconDirectionSignFilled } from './direction-sign-filled.svel
5335
5336
  export { default as IconDirectionsFilled } from './directions-filled.svelte';
5336
5337
  export { default as IconDiscFilled } from './disc-filled.svelte';
5337
5338
  export { default as IconDiscountFilled } from './discount-filled.svelte';
5339
+ export { default as IconDropCircleFilled } from './drop-circle-filled.svelte';
5338
5340
  export { default as IconDropletHalf2Filled } from './droplet-half-2-filled.svelte';
5339
5341
  export { default as IconDropletHalfFilled } from './droplet-half-filled.svelte';
5340
5342
  export { default as IconDropletFilled } from './droplet-filled.svelte';
5341
5343
  export { default as IconDropletsFilled } from './droplets-filled.svelte';
5344
+ export { default as IconDualScreenFilled } from './dual-screen-filled.svelte';
5345
+ export { default as IconDumplingFilled } from './dumpling-filled.svelte';
5342
5346
  export { default as IconEggCrackedFilled } from './egg-cracked-filled.svelte';
5347
+ export { default as IconEggFriedFilled } from './egg-fried-filled.svelte';
5343
5348
  export { default as IconEggFilled } from './egg-filled.svelte';
5344
5349
  export { default as IconElevatorFilled } from './elevator-filled.svelte';
5345
5350
  export { default as IconEngineFilled } from './engine-filled.svelte';
5351
+ export { default as IconEscalatorDownFilled } from './escalator-down-filled.svelte';
5352
+ export { default as IconEscalatorUpFilled } from './escalator-up-filled.svelte';
5353
+ export { default as IconEscalatorFilled } from './escalator-filled.svelte';
5354
+ export { default as IconExchangeFilled } from './exchange-filled.svelte';
5346
5355
  export { default as IconExclamationCircleFilled } from './exclamation-circle-filled.svelte';
5356
+ export { default as IconExplicitFilled } from './explicit-filled.svelte';
5357
+ export { default as IconExposureFilled } from './exposure-filled.svelte';
5358
+ export { default as IconEyeTableFilled } from './eye-table-filled.svelte';
5347
5359
  export { default as IconEyeFilled } from './eye-filled.svelte';
5360
+ export { default as IconEyeglass2Filled } from './eyeglass-2-filled.svelte';
5348
5361
  export { default as IconEyeglassFilled } from './eyeglass-filled.svelte';
5362
+ export { default as IconFaceMaskFilled } from './face-mask-filled.svelte';
5349
5363
  export { default as IconFaviconFilled } from './favicon-filled.svelte';
5350
5364
  export { default as IconFeatherFilled } from './feather-filled.svelte';
5365
+ export { default as IconFenceFilled } from './fence-filled.svelte';
5351
5366
  export { default as IconFerryFilled } from './ferry-filled.svelte';
5367
+ export { default as IconFidgetSpinnerFilled } from './fidget-spinner-filled.svelte';
5368
+ export { default as IconFileCheckFilled } from './file-check-filled.svelte';
5369
+ export { default as IconFileCode2Filled } from './file-code-2-filled.svelte';
5370
+ export { default as IconFileCvFilled } from './file-cv-filled.svelte';
5371
+ export { default as IconFileDeltaFilled } from './file-delta-filled.svelte';
5372
+ export { default as IconFileDescriptionFilled } from './file-description-filled.svelte';
5373
+ export { default as IconFileDigitFilled } from './file-digit-filled.svelte';
5374
+ export { default as IconFileDownloadFilled } from './file-download-filled.svelte';
5375
+ export { default as IconFileHorizontalFilled } from './file-horizontal-filled.svelte';
5376
+ export { default as IconFileInvoiceFilled } from './file-invoice-filled.svelte';
5377
+ export { default as IconFileLambdaFilled } from './file-lambda-filled.svelte';
5378
+ export { default as IconFileMinusFilled } from './file-minus-filled.svelte';
5379
+ export { default as IconFileNeutralFilled } from './file-neutral-filled.svelte';
5380
+ export { default as IconFilePercentFilled } from './file-percent-filled.svelte';
5381
+ export { default as IconFilePhoneFilled } from './file-phone-filled.svelte';
5382
+ export { default as IconFilePowerFilled } from './file-power-filled.svelte';
5383
+ export { default as IconFileRssFilled } from './file-rss-filled.svelte';
5384
+ export { default as IconFileSadFilled } from './file-sad-filled.svelte';
5385
+ export { default as IconFileSmileFilled } from './file-smile-filled.svelte';
5386
+ export { default as IconFileStarFilled } from './file-star-filled.svelte';
5387
+ export { default as IconFileTextFilled } from './file-text-filled.svelte';
5352
5388
  export { default as IconFileXFilled } from './file-x-filled.svelte';
5353
5389
  export { default as IconFileFilled } from './file-filled.svelte';
5354
5390
  export { default as IconFilterFilled } from './filter-filled.svelte';
@@ -5304,6 +5304,7 @@ export default [
5304
5304
  "crop-landscape-filled",
5305
5305
  "crop-portrait-filled",
5306
5306
  "cross-filled",
5307
+ "current-location-filled",
5307
5308
  "dashboard-filled",
5308
5309
  "device-cctv-filled",
5309
5310
  "device-desktop-filled",
@@ -5336,20 +5337,55 @@ export default [
5336
5337
  "directions-filled",
5337
5338
  "disc-filled",
5338
5339
  "discount-filled",
5340
+ "drop-circle-filled",
5339
5341
  "droplet-half-2-filled",
5340
5342
  "droplet-half-filled",
5341
5343
  "droplet-filled",
5342
5344
  "droplets-filled",
5345
+ "dual-screen-filled",
5346
+ "dumpling-filled",
5343
5347
  "egg-cracked-filled",
5348
+ "egg-fried-filled",
5344
5349
  "egg-filled",
5345
5350
  "elevator-filled",
5346
5351
  "engine-filled",
5352
+ "escalator-down-filled",
5353
+ "escalator-up-filled",
5354
+ "escalator-filled",
5355
+ "exchange-filled",
5347
5356
  "exclamation-circle-filled",
5357
+ "explicit-filled",
5358
+ "exposure-filled",
5359
+ "eye-table-filled",
5348
5360
  "eye-filled",
5361
+ "eyeglass-2-filled",
5349
5362
  "eyeglass-filled",
5363
+ "face-mask-filled",
5350
5364
  "favicon-filled",
5351
5365
  "feather-filled",
5366
+ "fence-filled",
5352
5367
  "ferry-filled",
5368
+ "fidget-spinner-filled",
5369
+ "file-check-filled",
5370
+ "file-code-2-filled",
5371
+ "file-cv-filled",
5372
+ "file-delta-filled",
5373
+ "file-description-filled",
5374
+ "file-digit-filled",
5375
+ "file-download-filled",
5376
+ "file-horizontal-filled",
5377
+ "file-invoice-filled",
5378
+ "file-lambda-filled",
5379
+ "file-minus-filled",
5380
+ "file-neutral-filled",
5381
+ "file-percent-filled",
5382
+ "file-phone-filled",
5383
+ "file-power-filled",
5384
+ "file-rss-filled",
5385
+ "file-sad-filled",
5386
+ "file-smile-filled",
5387
+ "file-star-filled",
5388
+ "file-text-filled",
5353
5389
  "file-x-filled",
5354
5390
  "file-filled",
5355
5391
  "filter-filled",
package/dist/types.d.ts CHANGED
@@ -14,5 +14,5 @@ type IconEvents = {
14
14
  type IconSlots = {
15
15
  default: {};
16
16
  };
17
- export type Icon = SvelteComponent<IconProps, IconEvents, IconSlots>;
17
+ export type Icon = typeof SvelteComponent<IconProps, IconEvents, IconSlots>;
18
18
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tabler/icons-svelte",
3
- "version": "3.28.1",
3
+ "version": "3.30.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.",
@@ -39,8 +39,17 @@
39
39
  "files": [
40
40
  "dist"
41
41
  ],
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
+ },
42
51
  "dependencies": {
43
- "@tabler/icons": "3.28.1"
52
+ "@tabler/icons": "3.30.0"
44
53
  },
45
54
  "devDependencies": {
46
55
  "@sveltejs/package": "^2.2.7",
@@ -53,14 +62,5 @@
53
62
  },
54
63
  "peerDependencies": {
55
64
  "svelte": ">=3 <6 || >=5.0.0-next.0"
56
- },
57
- "scripts": {
58
- "build": "pnpm run clean && pnpm run copy:license && pnpm run build:icons && pnpm run build:package",
59
- "build:icons": "node build.mjs",
60
- "build:package": "svelte-package --input ./src",
61
- "copy:license": "cp ../../LICENSE ./LICENSE",
62
- "clean": "rm -rf dist && find . ! -name '.gitkeep' -path '*/src/icons/*' -exec rm -rf {} +",
63
- "test": "vitest run",
64
- "imports-check": "attw $(npm pack)"
65
65
  }
66
- }
66
+ }