@tabler/icons-svelte 3.29.0 → 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 (41) hide show
  1. package/README.md +1 -1
  2. package/dist/icons/drop-circle-filled.svelte +6 -0
  3. package/dist/icons/drop-circle-filled.svelte.d.ts +17 -0
  4. package/dist/icons/dual-screen-filled.svelte +6 -0
  5. package/dist/icons/dual-screen-filled.svelte.d.ts +17 -0
  6. package/dist/icons/dumpling-filled.svelte +6 -0
  7. package/dist/icons/dumpling-filled.svelte.d.ts +17 -0
  8. package/dist/icons/egg-fried-filled.svelte +6 -0
  9. package/dist/icons/egg-fried-filled.svelte.d.ts +17 -0
  10. package/dist/icons/escalator-down-filled.svelte +6 -0
  11. package/dist/icons/escalator-down-filled.svelte.d.ts +17 -0
  12. package/dist/icons/escalator-filled.svelte +6 -0
  13. package/dist/icons/escalator-filled.svelte.d.ts +17 -0
  14. package/dist/icons/escalator-up-filled.svelte +6 -0
  15. package/dist/icons/escalator-up-filled.svelte.d.ts +17 -0
  16. package/dist/icons/exchange-filled.svelte +6 -0
  17. package/dist/icons/exchange-filled.svelte.d.ts +17 -0
  18. package/dist/icons/explicit-filled.svelte +6 -0
  19. package/dist/icons/explicit-filled.svelte.d.ts +17 -0
  20. package/dist/icons/file-check-filled.svelte +6 -0
  21. package/dist/icons/file-check-filled.svelte.d.ts +17 -0
  22. package/dist/icons/file-code-2-filled.svelte +6 -0
  23. package/dist/icons/file-code-2-filled.svelte.d.ts +17 -0
  24. package/dist/icons/file-cv-filled.svelte +6 -0
  25. package/dist/icons/file-cv-filled.svelte.d.ts +17 -0
  26. package/dist/icons/file-delta-filled.svelte +6 -0
  27. package/dist/icons/file-delta-filled.svelte.d.ts +17 -0
  28. package/dist/icons/file-download-filled.svelte +6 -0
  29. package/dist/icons/file-download-filled.svelte.d.ts +17 -0
  30. package/dist/icons/file-lambda-filled.svelte +6 -0
  31. package/dist/icons/file-lambda-filled.svelte.d.ts +17 -0
  32. package/dist/icons/file-percent-filled.svelte +6 -0
  33. package/dist/icons/file-percent-filled.svelte.d.ts +17 -0
  34. package/dist/icons/file-phone-filled.svelte +6 -0
  35. package/dist/icons/file-phone-filled.svelte.d.ts +17 -0
  36. package/dist/icons/file-rss-filled.svelte +6 -0
  37. package/dist/icons/file-rss-filled.svelte.d.ts +17 -0
  38. package/dist/icons/index.d.ts +18 -0
  39. package/dist/icons/index.js +18 -0
  40. package/dist/icons-list.js +18 -0
  41. package/package.json +2 -2
package/README.md CHANGED
@@ -22,7 +22,7 @@ Implementation of the Tabler Icons library for Svelte applications.
22
22
  **If you want to support my project and help me grow it, you can [become a sponsor on GitHub](https://github.com/sponsors/codecalm) or just [donate on PayPal](https://paypal.me/codecalm) :)**
23
23
 
24
24
  <a href="https://github.com/sponsors/codecalm">
25
- <img src='https://raw.githubusercontent.com/tabler/static/main/sponsors.png'>
25
+ <img src="https://cdn.jsdelivr.net/gh/tabler/sponsors@latest/sponsors.svg" alt="Tabler sponsors">
26
26
  </a>
27
27
 
28
28
  ## Installation
@@ -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-4.177 4.092a1 1 0 0 0 -1.646 0l-2.602 3.764c-1.022 1.67 -.634 3.736 .875 4.929a4.144 4.144 0 0 0 5.095 0c1.51 -1.191 1.897 -3.26 .904 -4.882z" }]];
3
+ </script>
4
+ <Icon type="filled" name="drop-circle-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 DropCircleFilledProps = typeof __propDef.props;
13
+ export type DropCircleFilledEvents = typeof __propDef.events;
14
+ export type DropCircleFilledSlots = typeof __propDef.slots;
15
+ export default class DropCircleFilled extends SvelteComponentTyped<DropCircleFilledProps, DropCircleFilledEvents, DropCircleFilledSlots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M19 3a1 1 0 0 1 1 1v15a1 1 0 0 1 -1 1h-5v2a1 1 0 0 1 -1.351 .936l-8 -3a1 1 0 0 1 -.649 -.936v-15a1 1 0 0 1 .212 -.616l.068 -.079l.078 -.072l.066 -.05l.092 -.058l.065 -.033l.1 -.04l.099 -.028l.046 -.01l.108 -.013l.066 -.001zm-5.649 3.064a1 1 0 0 1 .649 .936v11h4v-13h-7.486z" }]];
3
+ </script>
4
+ <Icon type="filled" name="dual-screen-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 DualScreenFilledProps = typeof __propDef.props;
13
+ export type DualScreenFilledEvents = typeof __propDef.events;
14
+ export type DualScreenFilledSlots = typeof __propDef.slots;
15
+ export default class DualScreenFilled extends SvelteComponentTyped<DualScreenFilledProps, DualScreenFilledEvents, DualScreenFilledSlots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M10.003 2.04a3.53 3.53 0 0 1 2.602 .62l.09 .07l.149 -.11a3.53 3.53 0 0 1 3.044 -.462l.207 .072a3.53 3.53 0 0 1 1.99 1.903l.014 .031l.045 -.004a3.53 3.53 0 0 1 2.624 .879l.153 .144l.358 .358c1.976 1.977 -.32 6.748 -4.655 11.083c-4.336 4.335 -9.106 6.632 -11.083 4.655l-.382 -.382l-.135 -.145a3.53 3.53 0 0 1 -.87 -2.556l.01 -.1l-.162 -.072a3.53 3.53 0 0 1 -1.838 -2.124l-.055 -.192a3.53 3.53 0 0 1 .56 -2.937l.062 -.079l-.07 -.092a3.53 3.53 0 0 1 -.644 -2.401l.025 -.2a3.53 3.53 0 0 1 1.707 -2.505l.046 -.026l-.005 -.14a3.53 3.53 0 0 1 .885 -2.345l.15 -.16l.159 -.149a3.53 3.53 0 0 1 2.346 -.884l.14 .004l.026 -.046a3.53 3.53 0 0 1 2.308 -1.67z" }]];
3
+ </script>
4
+ <Icon type="filled" name="dumpling-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 DumplingFilledProps = typeof __propDef.props;
13
+ export type DumplingFilledEvents = typeof __propDef.events;
14
+ export type DumplingFilledSlots = typeof __propDef.slots;
15
+ export default class DumplingFilled extends SvelteComponentTyped<DumplingFilledProps, DumplingFilledEvents, DumplingFilledSlots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M14.001 1.996q .06 0 .117 .007l.155 .003a6 6 0 0 1 4.25 2.05l.176 .21a6 6 0 0 1 1.296 4.014l-.018 .244l.106 .06a4 4 0 0 1 1.904 3.087l.011 .204a4 4 0 0 1 -1.392 3.161l-.085 .069l.083 .16a4 4 0 0 1 .239 2.848l-.065 .204a4 4 0 0 1 -6.257 1.824l-.115 -.096l-.092 .1a6 6 0 0 1 -4.022 1.787l-.257 .006a6 6 0 0 1 -5.644 -8.04l.034 -.089l-.155 -.12a6 6 0 0 1 -1.662 -7.256l.105 -.211a6 6 0 0 1 7.246 -2.894l.188 .068l.073 -.06a6 6 0 0 1 3.505 -1.334zm-2.001 7.004a3 3 0 0 0 -2.996 2.85l-.004 .15a3 3 0 1 0 3 -3" }]];
3
+ </script>
4
+ <Icon type="filled" name="egg-fried-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 EggFriedFilledProps = typeof __propDef.props;
13
+ export type EggFriedFilledEvents = typeof __propDef.events;
14
+ export type EggFriedFilledSlots = typeof __propDef.slots;
15
+ export default class EggFriedFilled extends SvelteComponentTyped<EggFriedFilledProps, EggFriedFilledEvents, EggFriedFilledSlots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M7.233 6a3 3 0 0 1 2.006 .77l9.145 8.23h1.116a3.5 3.5 0 0 1 3.495 3.308l.005 .192a3.5 3.5 0 0 1 -3.5 3.5h-2.733a3 3 0 0 1 -2.006 -.77l-9.144 -8.23h-1.117a3.5 3.5 0 0 1 -3.495 -3.308l-.005 -.192a3.5 3.5 0 0 1 3.5 -3.5z" }], ["path", { "d": "M18 2a1 1 0 0 1 1 1v4.584l1.293 -1.291a1 1 0 0 1 1.32 -.083l.094 .083a1 1 0 0 1 0 1.414l-3 3a1 1 0 0 1 -.112 .097l-.11 .071l-.114 .054l-.105 .035l-.149 .03l-.117 .006l-.075 -.003l-.126 -.017l-.111 -.03l-.111 -.044l-.098 -.052l-.096 -.067l-.09 -.08l-3 -3a1 1 0 1 1 1.414 -1.414l1.293 1.293v-4.586a1 1 0 0 1 1 -1" }]];
3
+ </script>
4
+ <Icon type="filled" name="escalator-down-filled" {...$$props} iconNode={iconNode}>
5
+ <slot/>
6
+ </Icon>
@@ -0,0 +1,17 @@
1
+ import { SvelteComponentTyped } from "svelte";
2
+ import type { IconProps } from '../types.js';
3
+ declare const __propDef: {
4
+ props: IconProps;
5
+ events: {
6
+ [evt: string]: CustomEvent<any>;
7
+ };
8
+ slots: {
9
+ default: {};
10
+ };
11
+ };
12
+ export type EscalatorDownFilledProps = typeof __propDef.props;
13
+ export type EscalatorDownFilledEvents = typeof __propDef.events;
14
+ export type EscalatorDownFilledSlots = typeof __propDef.slots;
15
+ export default class EscalatorDownFilled extends SvelteComponentTyped<EscalatorDownFilledProps, EscalatorDownFilledEvents, EscalatorDownFilledSlots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M19.5 4a3.5 3.5 0 0 1 0 7h-1.086l-8.12 8.121a3 3 0 0 1 -1.924 .872l-.198 .007h-3.672a3.5 3.5 0 0 1 0 -7h2.084l8.123 -8.121a3 3 0 0 1 1.923 -.872l.198 -.007z" }]];
3
+ </script>
4
+ <Icon type="filled" name="escalator-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 EscalatorFilledProps = typeof __propDef.props;
13
+ export type EscalatorFilledEvents = typeof __propDef.events;
14
+ export type EscalatorFilledSlots = typeof __propDef.slots;
15
+ export default class EscalatorFilled extends SvelteComponentTyped<EscalatorFilledProps, EscalatorFilledEvents, EscalatorFilledSlots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M19.5 6a3.5 3.5 0 0 1 0 7h-1.086l-8.12 8.121a3 3 0 0 1 -1.924 .872l-.198 .007h-3.672a3.5 3.5 0 0 1 0 -7h2.084l8.123 -8.121a3 3 0 0 1 1.923 -.872l.198 -.007z" }], ["path", { "d": "M19.5 8h-2.672a1 1 0 0 0 -.707 .293l-8.414 8.414a1 1 0 0 1 -.707 .293h-2.5a1.5 1.5 0 0 0 0 3h3.672a1 1 0 0 0 .707 -.293l8.414 -8.414a1 1 0 0 1 .707 -.293h1.5a1.5 1.5 0 0 0 0 -3" }], ["path", { "d": "M5.852 2.011l.058 -.007l.09 -.004l.075 .003l.126 .017l.111 .03l.111 .044l.098 .052l.104 .074l.082 .073l3 3a1 1 0 1 1 -1.414 1.414l-1.293 -1.292v4.585a1 1 0 0 1 -2 0v-4.585l-1.293 1.292a1 1 0 0 1 -1.32 .083l-.094 -.083a1 1 0 0 1 0 -1.414l3 -3q .053 -.054 .112 -.097l.11 -.071l.114 -.054l.105 -.035z" }]];
3
+ </script>
4
+ <Icon type="filled" name="escalator-up-filled" {...$$props} iconNode={iconNode}>
5
+ <slot/>
6
+ </Icon>
@@ -0,0 +1,17 @@
1
+ import { SvelteComponentTyped } from "svelte";
2
+ import type { IconProps } from '../types.js';
3
+ declare const __propDef: {
4
+ props: IconProps;
5
+ events: {
6
+ [evt: string]: CustomEvent<any>;
7
+ };
8
+ slots: {
9
+ default: {};
10
+ };
11
+ };
12
+ export type EscalatorUpFilledProps = typeof __propDef.props;
13
+ export type EscalatorUpFilledEvents = typeof __propDef.events;
14
+ export type EscalatorUpFilledSlots = typeof __propDef.slots;
15
+ export default class EscalatorUpFilled extends SvelteComponentTyped<EscalatorUpFilledProps, EscalatorUpFilledEvents, EscalatorUpFilledSlots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M19 3a3 3 0 0 1 1 5.83v4.17a6 6 0 0 1 -6 6h-.585l1.292 1.293a1 1 0 0 1 .083 1.32l-.083 .094a1 1 0 0 1 -1.414 0l-2.959 -2.959a1 1 0 0 1 -.238 -.32l-.038 -.091l-.028 -.094a.98 .98 0 0 1 .187 -.866l.076 -.084l3 -3a1 1 0 0 1 1.414 1.414l-1.293 1.293h.586a4 4 0 0 0 3.995 -3.8l.005 -.2v-4.171a3 3 0 0 1 -2 -2.829l.005 -.176a3 3 0 0 1 2.995 -2.824m-8.293 -.707l3 3a.98 .98 0 0 1 .263 .95l-.01 .031l-.003 .018l-.008 .018l-.007 .027l-.016 .035l-.01 .032l-.007 .01l-.005 .014a1 1 0 0 1 -.232 .316l-2.965 2.963a1 1 0 0 1 -1.32 .083l-.094 -.083a1 1 0 0 1 0 -1.414l1.291 -1.293h-.584a4 4 0 0 0 -3.995 3.8l-.005 .2v4.171a3.001 3.001 0 1 1 -4 2.829l.005 -.176a3 3 0 0 1 1.995 -2.654v-4.17a6 6 0 0 1 6 -6h.585l-1.292 -1.293a1 1 0 0 1 -.083 -1.32l.083 -.094a1 1 0 0 1 1.414 0" }]];
3
+ </script>
4
+ <Icon type="filled" name="exchange-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 ExchangeFilledProps = typeof __propDef.props;
13
+ export type ExchangeFilledEvents = typeof __propDef.events;
14
+ export type ExchangeFilledSlots = typeof __propDef.slots;
15
+ export default class ExchangeFilled extends SvelteComponentTyped<ExchangeFilledProps, ExchangeFilledEvents, ExchangeFilledSlots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M19 3a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2zm-5 4h-4a1 1 0 0 0 -1 1v8a1 1 0 0 0 1 1h4a1 1 0 0 0 1 -1l-.007 -.117a1 1 0 0 0 -.993 -.883h-3v-2h3a1 1 0 0 0 0 -2h-3v-2h3a1 1 0 0 0 0 -2" }]];
3
+ </script>
4
+ <Icon type="filled" name="explicit-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 ExplicitFilledProps = typeof __propDef.props;
13
+ export type ExplicitFilledEvents = typeof __propDef.events;
14
+ export type ExplicitFilledSlots = typeof __propDef.slots;
15
+ export default class ExplicitFilled extends SvelteComponentTyped<ExplicitFilledProps, ExplicitFilledEvents, ExplicitFilledSlots> {
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.707 10.293a1 1 0 0 0 -1.414 0l-3.293 3.292l-1.293 -1.292a1 1 0 1 0 -1.414 1.414l2 2a1 1 0 0 0 1.414 0l4 -4a1 1 0 0 0 0 -1.414m-.707 -9.294l4 4.001h-4z" }]];
3
+ </script>
4
+ <Icon type="filled" name="file-check-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 FileCheckFilledProps = typeof __propDef.props;
13
+ export type FileCheckFilledEvents = typeof __propDef.events;
14
+ export type FileCheckFilledSlots = typeof __propDef.slots;
15
+ export default class FileCheckFilled extends SvelteComponentTyped<FileCheckFilledProps, FileCheckFilledEvents, FileCheckFilledSlots> {
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 9h-1a1 1 0 0 0 -1 1v5a1 1 0 0 0 1 1h1a1 1 0 0 0 1 -1l-.007 -.117a1 1 0 0 0 -.876 -.876l-.117 -.007v-3a1 1 0 0 0 0 -2m5 0h-1a1 1 0 0 0 0 2v3a1 1 0 0 0 0 2h1a1 1 0 0 0 1 -1v-5a1 1 0 0 0 -1 -1m-.001 -8.001l4.001 4.001h-4z" }]];
3
+ </script>
4
+ <Icon type="filled" name="file-code-2-filled" {...$$props} iconNode={iconNode}>
5
+ <slot/>
6
+ </Icon>
@@ -0,0 +1,17 @@
1
+ import { SvelteComponentTyped } from "svelte";
2
+ import type { IconProps } from '../types.js';
3
+ declare const __propDef: {
4
+ props: IconProps;
5
+ events: {
6
+ [evt: string]: CustomEvent<any>;
7
+ };
8
+ slots: {
9
+ default: {};
10
+ };
11
+ };
12
+ export type FileCode_2FilledProps = typeof __propDef.props;
13
+ export type FileCode_2FilledEvents = typeof __propDef.events;
14
+ export type FileCode_2FilledSlots = typeof __propDef.slots;
15
+ export default class FileCode_2Filled extends SvelteComponentTyped<FileCode_2FilledProps, FileCode_2FilledEvents, FileCode_2FilledSlots> {
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 8a2.5 2.5 0 0 0 -2.5 2.5v3a2.5 2.5 0 1 0 5 0a1 1 0 0 0 -2 0a.5 .5 0 1 1 -1 0v-3a.5 .5 0 1 1 1 0a1 1 0 0 0 2 0a2.5 2.5 0 0 0 -2.5 -2.5m6.743 .03a1 1 0 0 0 -1.213 .727l-.53 2.119l-.53 -2.119a1 1 0 1 0 -1.94 .486l1.5 6c.252 1.01 1.688 1.01 1.94 0l1.5 -6a1 1 0 0 0 -.727 -1.213m-1.244 -7.031l4.001 4.001h-4z" }]];
3
+ </script>
4
+ <Icon type="filled" name="file-cv-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 FileCvFilledProps = typeof __propDef.props;
13
+ export type FileCvFilledEvents = typeof __propDef.events;
14
+ export type FileCvFilledSlots = typeof __propDef.slots;
15
+ export default class FileCvFilled extends SvelteComponentTyped<FileCvFilledProps, FileCvFilledEvents, FileCvFilledSlots> {
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.894 8.553a1 1 0 0 0 -1.788 0l-3 6a1 1 0 0 0 .894 1.447h6a1 1 0 0 0 .894 -1.447zm-.894 2.683l1.381 2.764h-2.763zm2.999 -10.237l4.001 4.001h-4z" }]];
3
+ </script>
4
+ <Icon type="filled" name="file-delta-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 FileDeltaFilledProps = typeof __propDef.props;
13
+ export type FileDeltaFilledEvents = typeof __propDef.events;
14
+ export type FileDeltaFilledSlots = typeof __propDef.slots;
15
+ export default class FileDeltaFilled extends SvelteComponentTyped<FileDeltaFilledProps, FileDeltaFilledEvents, FileDeltaFilledSlots> {
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 1v3.585l-.793 -.792a1 1 0 0 0 -1.32 -.083l-.094 .083a1 1 0 0 0 0 1.414l2.5 2.5l.044 .042l.068 .055l.11 .071l.114 .054l.105 .035l.15 .03l.116 .006l.117 -.007l.117 -.02l.108 -.033l.081 -.034l.098 -.052l.092 -.064l.094 -.083l2.5 -2.5a1 1 0 0 0 0 -1.414l-.094 -.083a1 1 0 0 0 -1.32 .083l-.793 .791v-3.584a1 1 0 0 0 -.883 -.993zm2.999 -7.001l4.001 4.001h-4z" }]];
3
+ </script>
4
+ <Icon type="filled" name="file-download-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 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": "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 -.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-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 {};
@@ -5336,15 +5336,24 @@ export { default as IconDirectionSignFilled } from './direction-sign-filled.svel
5336
5336
  export { default as IconDirectionsFilled } from './directions-filled.svelte';
5337
5337
  export { default as IconDiscFilled } from './disc-filled.svelte';
5338
5338
  export { default as IconDiscountFilled } from './discount-filled.svelte';
5339
+ export { default as IconDropCircleFilled } from './drop-circle-filled.svelte';
5339
5340
  export { default as IconDropletHalf2Filled } from './droplet-half-2-filled.svelte';
5340
5341
  export { default as IconDropletHalfFilled } from './droplet-half-filled.svelte';
5341
5342
  export { default as IconDropletFilled } from './droplet-filled.svelte';
5342
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';
5343
5346
  export { default as IconEggCrackedFilled } from './egg-cracked-filled.svelte';
5347
+ export { default as IconEggFriedFilled } from './egg-fried-filled.svelte';
5344
5348
  export { default as IconEggFilled } from './egg-filled.svelte';
5345
5349
  export { default as IconElevatorFilled } from './elevator-filled.svelte';
5346
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';
5347
5355
  export { default as IconExclamationCircleFilled } from './exclamation-circle-filled.svelte';
5356
+ export { default as IconExplicitFilled } from './explicit-filled.svelte';
5348
5357
  export { default as IconExposureFilled } from './exposure-filled.svelte';
5349
5358
  export { default as IconEyeTableFilled } from './eye-table-filled.svelte';
5350
5359
  export { default as IconEyeFilled } from './eye-filled.svelte';
@@ -5356,13 +5365,22 @@ export { default as IconFeatherFilled } from './feather-filled.svelte';
5356
5365
  export { default as IconFenceFilled } from './fence-filled.svelte';
5357
5366
  export { default as IconFerryFilled } from './ferry-filled.svelte';
5358
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';
5359
5372
  export { default as IconFileDescriptionFilled } from './file-description-filled.svelte';
5360
5373
  export { default as IconFileDigitFilled } from './file-digit-filled.svelte';
5374
+ export { default as IconFileDownloadFilled } from './file-download-filled.svelte';
5361
5375
  export { default as IconFileHorizontalFilled } from './file-horizontal-filled.svelte';
5362
5376
  export { default as IconFileInvoiceFilled } from './file-invoice-filled.svelte';
5377
+ export { default as IconFileLambdaFilled } from './file-lambda-filled.svelte';
5363
5378
  export { default as IconFileMinusFilled } from './file-minus-filled.svelte';
5364
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';
5365
5382
  export { default as IconFilePowerFilled } from './file-power-filled.svelte';
5383
+ export { default as IconFileRssFilled } from './file-rss-filled.svelte';
5366
5384
  export { default as IconFileSadFilled } from './file-sad-filled.svelte';
5367
5385
  export { default as IconFileSmileFilled } from './file-smile-filled.svelte';
5368
5386
  export { default as IconFileStarFilled } from './file-star-filled.svelte';
@@ -5336,15 +5336,24 @@ export { default as IconDirectionSignFilled } from './direction-sign-filled.svel
5336
5336
  export { default as IconDirectionsFilled } from './directions-filled.svelte';
5337
5337
  export { default as IconDiscFilled } from './disc-filled.svelte';
5338
5338
  export { default as IconDiscountFilled } from './discount-filled.svelte';
5339
+ export { default as IconDropCircleFilled } from './drop-circle-filled.svelte';
5339
5340
  export { default as IconDropletHalf2Filled } from './droplet-half-2-filled.svelte';
5340
5341
  export { default as IconDropletHalfFilled } from './droplet-half-filled.svelte';
5341
5342
  export { default as IconDropletFilled } from './droplet-filled.svelte';
5342
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';
5343
5346
  export { default as IconEggCrackedFilled } from './egg-cracked-filled.svelte';
5347
+ export { default as IconEggFriedFilled } from './egg-fried-filled.svelte';
5344
5348
  export { default as IconEggFilled } from './egg-filled.svelte';
5345
5349
  export { default as IconElevatorFilled } from './elevator-filled.svelte';
5346
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';
5347
5355
  export { default as IconExclamationCircleFilled } from './exclamation-circle-filled.svelte';
5356
+ export { default as IconExplicitFilled } from './explicit-filled.svelte';
5348
5357
  export { default as IconExposureFilled } from './exposure-filled.svelte';
5349
5358
  export { default as IconEyeTableFilled } from './eye-table-filled.svelte';
5350
5359
  export { default as IconEyeFilled } from './eye-filled.svelte';
@@ -5356,13 +5365,22 @@ export { default as IconFeatherFilled } from './feather-filled.svelte';
5356
5365
  export { default as IconFenceFilled } from './fence-filled.svelte';
5357
5366
  export { default as IconFerryFilled } from './ferry-filled.svelte';
5358
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';
5359
5372
  export { default as IconFileDescriptionFilled } from './file-description-filled.svelte';
5360
5373
  export { default as IconFileDigitFilled } from './file-digit-filled.svelte';
5374
+ export { default as IconFileDownloadFilled } from './file-download-filled.svelte';
5361
5375
  export { default as IconFileHorizontalFilled } from './file-horizontal-filled.svelte';
5362
5376
  export { default as IconFileInvoiceFilled } from './file-invoice-filled.svelte';
5377
+ export { default as IconFileLambdaFilled } from './file-lambda-filled.svelte';
5363
5378
  export { default as IconFileMinusFilled } from './file-minus-filled.svelte';
5364
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';
5365
5382
  export { default as IconFilePowerFilled } from './file-power-filled.svelte';
5383
+ export { default as IconFileRssFilled } from './file-rss-filled.svelte';
5366
5384
  export { default as IconFileSadFilled } from './file-sad-filled.svelte';
5367
5385
  export { default as IconFileSmileFilled } from './file-smile-filled.svelte';
5368
5386
  export { default as IconFileStarFilled } from './file-star-filled.svelte';
@@ -5337,15 +5337,24 @@ export default [
5337
5337
  "directions-filled",
5338
5338
  "disc-filled",
5339
5339
  "discount-filled",
5340
+ "drop-circle-filled",
5340
5341
  "droplet-half-2-filled",
5341
5342
  "droplet-half-filled",
5342
5343
  "droplet-filled",
5343
5344
  "droplets-filled",
5345
+ "dual-screen-filled",
5346
+ "dumpling-filled",
5344
5347
  "egg-cracked-filled",
5348
+ "egg-fried-filled",
5345
5349
  "egg-filled",
5346
5350
  "elevator-filled",
5347
5351
  "engine-filled",
5352
+ "escalator-down-filled",
5353
+ "escalator-up-filled",
5354
+ "escalator-filled",
5355
+ "exchange-filled",
5348
5356
  "exclamation-circle-filled",
5357
+ "explicit-filled",
5349
5358
  "exposure-filled",
5350
5359
  "eye-table-filled",
5351
5360
  "eye-filled",
@@ -5357,13 +5366,22 @@ export default [
5357
5366
  "fence-filled",
5358
5367
  "ferry-filled",
5359
5368
  "fidget-spinner-filled",
5369
+ "file-check-filled",
5370
+ "file-code-2-filled",
5371
+ "file-cv-filled",
5372
+ "file-delta-filled",
5360
5373
  "file-description-filled",
5361
5374
  "file-digit-filled",
5375
+ "file-download-filled",
5362
5376
  "file-horizontal-filled",
5363
5377
  "file-invoice-filled",
5378
+ "file-lambda-filled",
5364
5379
  "file-minus-filled",
5365
5380
  "file-neutral-filled",
5381
+ "file-percent-filled",
5382
+ "file-phone-filled",
5366
5383
  "file-power-filled",
5384
+ "file-rss-filled",
5367
5385
  "file-sad-filled",
5368
5386
  "file-smile-filled",
5369
5387
  "file-star-filled",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tabler/icons-svelte",
3
- "version": "3.29.0",
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.",
@@ -49,7 +49,7 @@
49
49
  "imports-check": "attw $(npm pack)"
50
50
  },
51
51
  "dependencies": {
52
- "@tabler/icons": "3.29.0"
52
+ "@tabler/icons": "3.30.0"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@sveltejs/package": "^2.2.7",