@tabler/icons-svelte 3.44.0 → 3.45.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 (79) hide show
  1. package/README.md +4 -4
  2. package/dist/aliases.d.ts +9 -0
  3. package/dist/aliases.js +9 -0
  4. package/dist/icons/app-window-bottom-left.svelte +6 -0
  5. package/dist/icons/app-window-bottom-left.svelte.d.ts +17 -0
  6. package/dist/icons/app-window-bottom-right.svelte +6 -0
  7. package/dist/icons/app-window-bottom-right.svelte.d.ts +17 -0
  8. package/dist/icons/app-window-bottom.svelte +6 -0
  9. package/dist/icons/app-window-bottom.svelte.d.ts +17 -0
  10. package/dist/icons/app-window-center.svelte +6 -0
  11. package/dist/icons/app-window-center.svelte.d.ts +17 -0
  12. package/dist/icons/arrow-fork-triple.svelte +6 -0
  13. package/dist/icons/arrow-fork-triple.svelte.d.ts +17 -0
  14. package/dist/icons/{brand-adobe-after-effect.svelte → brand-adobe-after-effects.svelte} +1 -1
  15. package/dist/icons/brand-adobe-after-effects.svelte.d.ts +17 -0
  16. package/dist/icons/{brand-kako-talk.svelte → brand-kakao-talk.svelte} +1 -1
  17. package/dist/icons/brand-kakao-talk.svelte.d.ts +17 -0
  18. package/dist/icons/brand-signal-filled.svelte +6 -0
  19. package/dist/icons/brand-signal-filled.svelte.d.ts +17 -0
  20. package/dist/icons/brand-signal.svelte +6 -0
  21. package/dist/icons/brand-signal.svelte.d.ts +17 -0
  22. package/dist/icons/{currency-rubel.svelte → currency-ruble.svelte} +1 -1
  23. package/dist/icons/currency-ruble.svelte.d.ts +17 -0
  24. package/dist/icons/device-vision-pro-wifi.svelte +6 -0
  25. package/dist/icons/device-vision-pro-wifi.svelte.d.ts +17 -0
  26. package/dist/icons/device-workstation.svelte +6 -0
  27. package/dist/icons/device-workstation.svelte.d.ts +17 -0
  28. package/dist/icons/dragon.svelte +6 -0
  29. package/dist/icons/dragon.svelte.d.ts +17 -0
  30. package/dist/icons/flip-horizontal.svelte +1 -1
  31. package/dist/icons/flip-vertical.svelte +1 -1
  32. package/dist/icons/{foodsteps.svelte → footsteps.svelte} +1 -1
  33. package/dist/icons/footsteps.svelte.d.ts +17 -0
  34. package/dist/icons/{gender-trasvesti.svelte → gender-travesti.svelte} +1 -1
  35. package/dist/icons/gender-travesti.svelte.d.ts +17 -0
  36. package/dist/icons/{ikosaedr.svelte → icosahedron.svelte} +1 -1
  37. package/dist/icons/icosahedron.svelte.d.ts +17 -0
  38. package/dist/icons/index.d.ts +30 -10
  39. package/dist/icons/index.js +30 -10
  40. package/dist/icons/italic-off.svelte +6 -0
  41. package/dist/icons/italic-off.svelte.d.ts +17 -0
  42. package/dist/icons/{mood-confuzed-filled.svelte → mood-confused-filled.svelte} +1 -1
  43. package/dist/icons/mood-confused-filled.svelte.d.ts +17 -0
  44. package/dist/icons/{mood-confuzed.svelte → mood-confused.svelte} +1 -1
  45. package/dist/icons/mood-confused.svelte.d.ts +17 -0
  46. package/dist/icons/{physotherapist.svelte → physiotherapist.svelte} +1 -1
  47. package/dist/icons/physiotherapist.svelte.d.ts +17 -0
  48. package/dist/icons/{sport-billard.svelte → sport-billiard.svelte} +1 -1
  49. package/dist/icons/sport-billiard.svelte.d.ts +17 -0
  50. package/dist/icons/tab-close.svelte +6 -0
  51. package/dist/icons/tab-close.svelte.d.ts +17 -0
  52. package/dist/icons/text-outline.svelte +6 -0
  53. package/dist/icons/text-outline.svelte.d.ts +17 -0
  54. package/dist/icons/text-regex-asterisk.svelte +6 -0
  55. package/dist/icons/text-regex-asterisk.svelte.d.ts +17 -0
  56. package/dist/icons/text-regex-end.svelte +6 -0
  57. package/dist/icons/text-regex-end.svelte.d.ts +17 -0
  58. package/dist/icons/text-regex-plus.svelte +6 -0
  59. package/dist/icons/text-regex-plus.svelte.d.ts +17 -0
  60. package/dist/icons/text-regex-question.svelte +6 -0
  61. package/dist/icons/text-regex-question.svelte.d.ts +17 -0
  62. package/dist/icons/text-regex-start.svelte +6 -0
  63. package/dist/icons/text-regex-start.svelte.d.ts +17 -0
  64. package/dist/icons/underline-off.svelte +6 -0
  65. package/dist/icons/underline-off.svelte.d.ts +17 -0
  66. package/dist/icons/virtual-space.svelte +6 -0
  67. package/dist/icons/virtual-space.svelte.d.ts +17 -0
  68. package/dist/icons-list.js +30 -10
  69. package/package.json +2 -2
  70. package/dist/icons/brand-adobe-after-effect.svelte.d.ts +0 -17
  71. package/dist/icons/brand-kako-talk.svelte.d.ts +0 -17
  72. package/dist/icons/currency-rubel.svelte.d.ts +0 -17
  73. package/dist/icons/foodsteps.svelte.d.ts +0 -17
  74. package/dist/icons/gender-trasvesti.svelte.d.ts +0 -17
  75. package/dist/icons/ikosaedr.svelte.d.ts +0 -17
  76. package/dist/icons/mood-confuzed-filled.svelte.d.ts +0 -17
  77. package/dist/icons/mood-confuzed.svelte.d.ts +0 -17
  78. package/dist/icons/physotherapist.svelte.d.ts +0 -17
  79. package/dist/icons/sport-billard.svelte.d.ts +0 -17
@@ -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 TextRegexEndProps = typeof __propDef.props;
13
+ export type TextRegexEndEvents = typeof __propDef.events;
14
+ export type TextRegexEndSlots = typeof __propDef.slots;
15
+ export default class TextRegexEnd extends SvelteComponentTyped<TextRegexEndProps, TextRegexEndEvents, TextRegexEndSlots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M10 8v6a2 2 0 1 0 4 0v-1a2 2 0 1 0 -4 0v1" }], ["path", { "d": "M7 16v-3a2 2 0 1 0 -4 0v1a2 2 0 0 0 3.726 1.01" }], ["path", { "d": "M17 13h4" }], ["path", { "d": "M19 11v4" }]];
3
+ </script>
4
+ <Icon type="outline" name="text-regex-plus" {...$$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 TextRegexPlusProps = typeof __propDef.props;
13
+ export type TextRegexPlusEvents = typeof __propDef.events;
14
+ export type TextRegexPlusSlots = typeof __propDef.slots;
15
+ export default class TextRegexPlus extends SvelteComponentTyped<TextRegexPlusProps, TextRegexPlusEvents, TextRegexPlusSlots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M10 8v6a2 2 0 1 0 4 0v-1a2 2 0 1 0 -4 0v1" }], ["path", { "d": "M7 16v-3a2 2 0 1 0 -4 0v1a2 2 0 0 0 3.726 1.01" }], ["path", { "d": "M19 16v.01" }], ["path", { "d": "M19 13a2 2 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" }]];
3
+ </script>
4
+ <Icon type="outline" name="text-regex-question" {...$$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 TextRegexQuestionProps = typeof __propDef.props;
13
+ export type TextRegexQuestionEvents = typeof __propDef.events;
14
+ export type TextRegexQuestionSlots = typeof __propDef.slots;
15
+ export default class TextRegexQuestion extends SvelteComponentTyped<TextRegexQuestionProps, TextRegexQuestionEvents, TextRegexQuestionSlots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M17 8v6a2 2 0 1 0 4 0v-1a2 2 0 1 0 -4 0v1" }], ["path", { "d": "M14 16v-3a2 2 0 1 0 -4 0v1a2 2 0 0 0 3.726 1.01" }], ["path", { "d": "M3 10l2 -2l2 2" }]];
3
+ </script>
4
+ <Icon type="outline" name="text-regex-start" {...$$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 TextRegexStartProps = typeof __propDef.props;
13
+ export type TextRegexStartEvents = typeof __propDef.events;
14
+ export type TextRegexStartSlots = typeof __propDef.slots;
15
+ export default class TextRegexStart extends SvelteComponentTyped<TextRegexStartProps, TextRegexStartEvents, TextRegexStartSlots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M7 7.4v2.6c0 2.8 2.2 5 5 5c.9 0 1.8 -.2 2.4 -.6" }], ["path", { "d": "M5 19h14" }], ["path", { "d": "M3 2.7l18 18" }], ["path", { "d": "M16.4 12.4c.4 -.7 .6 -1.5 .6 -2.4v-5" }]];
3
+ </script>
4
+ <Icon type="outline" name="underline-off" {...$$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 UnderlineOffProps = typeof __propDef.props;
13
+ export type UnderlineOffEvents = typeof __propDef.events;
14
+ export type UnderlineOffSlots = typeof __propDef.slots;
15
+ export default class UnderlineOff extends SvelteComponentTyped<UnderlineOffProps, UnderlineOffEvents, UnderlineOffSlots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M16 14.808a25 25 0 0 0 -4 -.312c-1.439 0 -2.796 .113 -4 .312" }], ["path", { "d": "M21 17.439c0 1.148 -2.034 2.142 -4.997 2.625l-.003 -10.439c2.965 -.482 5 -1.477 5 -2.625v-.064c0 -1.622 -4.03 -2.936 -9 -2.936s-9 1.314 -9 2.936c0 1.148 2.035 2.142 5 2.624l-.003 10.44c-2.963 -.483 -4.997 -1.477 -4.997 -2.625" }], ["path", { "d": "M3 6.936v10.439" }], ["path", { "d": "M21 6.936v10.439" }]];
3
+ </script>
4
+ <Icon type="outline" name="virtual-space" {...$$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 VirtualSpaceProps = typeof __propDef.props;
13
+ export type VirtualSpaceEvents = typeof __propDef.events;
14
+ export type VirtualSpaceSlots = typeof __propDef.slots;
15
+ export default class VirtualSpace extends SvelteComponentTyped<VirtualSpaceProps, VirtualSpaceEvents, VirtualSpaceSlots> {
16
+ }
17
+ export {};
@@ -135,6 +135,10 @@ export default [
135
135
  "api-book",
136
136
  "api-off",
137
137
  "api",
138
+ "app-window-bottom-left",
139
+ "app-window-bottom-right",
140
+ "app-window-bottom",
141
+ "app-window-center",
138
142
  "app-window",
139
143
  "apple",
140
144
  "apps-off",
@@ -208,6 +212,7 @@ export default [
208
212
  "arrow-down",
209
213
  "arrow-elbow-left",
210
214
  "arrow-elbow-right",
215
+ "arrow-fork-triple",
211
216
  "arrow-fork",
212
217
  "arrow-forward-up-double",
213
218
  "arrow-forward-up",
@@ -626,7 +631,7 @@ export default [
626
631
  "brain",
627
632
  "brand-4chan",
628
633
  "brand-abstract",
629
- "brand-adobe-after-effect",
634
+ "brand-adobe-after-effects",
630
635
  "brand-adobe-illustrator",
631
636
  "brand-adobe-indesign",
632
637
  "brand-adobe-photoshop",
@@ -795,7 +800,7 @@ export default [
795
800
  "brand-javascript",
796
801
  "brand-jira",
797
802
  "brand-juejin",
798
- "brand-kako-talk",
803
+ "brand-kakao-talk",
799
804
  "brand-kbin",
800
805
  "brand-kick",
801
806
  "brand-kickstarter",
@@ -891,6 +896,7 @@ export default [
891
896
  "brand-sharik",
892
897
  "brand-shazam",
893
898
  "brand-shopee",
899
+ "brand-signal",
894
900
  "brand-sketch",
895
901
  "brand-skype",
896
902
  "brand-slack",
@@ -1777,7 +1783,7 @@ export default [
1777
1783
  "currency-renminbi",
1778
1784
  "currency-ripple",
1779
1785
  "currency-riyal",
1780
- "currency-rubel",
1786
+ "currency-ruble",
1781
1787
  "currency-rufiyaa",
1782
1788
  "currency-rupee-nepalese",
1783
1789
  "currency-rupee",
@@ -2003,6 +2009,7 @@ export default [
2003
2009
  "device-tv",
2004
2010
  "device-unknown",
2005
2011
  "device-usb",
2012
+ "device-vision-pro-wifi",
2006
2013
  "device-vision-pro",
2007
2014
  "device-watch-bolt",
2008
2015
  "device-watch-cancel",
@@ -2027,6 +2034,7 @@ export default [
2027
2034
  "device-watch-up",
2028
2035
  "device-watch-x",
2029
2036
  "device-watch",
2037
+ "device-workstation",
2030
2038
  "devices-2",
2031
2039
  "devices-bolt",
2032
2040
  "devices-cancel",
@@ -2104,6 +2112,7 @@ export default [
2104
2112
  "download",
2105
2113
  "drag-drop-2",
2106
2114
  "drag-drop",
2115
+ "dragon",
2107
2116
  "drone-off",
2108
2117
  "drone",
2109
2118
  "drop-circle",
@@ -2471,7 +2480,7 @@ export default [
2471
2480
  "folder",
2472
2481
  "folders-off",
2473
2482
  "folders",
2474
- "foodsteps",
2483
+ "footsteps",
2475
2484
  "forbid-2",
2476
2485
  "forbid",
2477
2486
  "forklift",
@@ -2518,7 +2527,7 @@ export default [
2518
2527
  "gender-neutrois",
2519
2528
  "gender-third",
2520
2529
  "gender-transgender",
2521
- "gender-trasvesti",
2530
+ "gender-travesti",
2522
2531
  "geometry",
2523
2532
  "ghost-2",
2524
2533
  "ghost-3",
@@ -2796,12 +2805,12 @@ export default [
2796
2805
  "iceberg",
2797
2806
  "icons-off",
2798
2807
  "icons",
2808
+ "icosahedron",
2799
2809
  "id-badge-2",
2800
2810
  "id-badge-off",
2801
2811
  "id-badge",
2802
2812
  "id-off",
2803
2813
  "id",
2804
- "ikosaedr",
2805
2814
  "image-generation",
2806
2815
  "image-in-picture",
2807
2816
  "inbox-off",
@@ -2842,6 +2851,7 @@ export default [
2842
2851
  "irregular-polyhedron-off",
2843
2852
  "irregular-polyhedron-plus",
2844
2853
  "irregular-polyhedron",
2854
+ "italic-off",
2845
2855
  "italic",
2846
2856
  "jacket",
2847
2857
  "jetpack",
@@ -3388,7 +3398,7 @@ export default [
3388
3398
  "mood-boy",
3389
3399
  "mood-check",
3390
3400
  "mood-cog",
3391
- "mood-confuzed",
3401
+ "mood-confused",
3392
3402
  "mood-crazy-happy",
3393
3403
  "mood-cry",
3394
3404
  "mood-dollar",
@@ -3818,7 +3828,7 @@ export default [
3818
3828
  "photo-video",
3819
3829
  "photo-x",
3820
3830
  "photo",
3821
- "physotherapist",
3831
+ "physiotherapist",
3822
3832
  "piano",
3823
3833
  "pick",
3824
3834
  "picnic-table",
@@ -4406,7 +4416,7 @@ export default [
4406
4416
  "spider",
4407
4417
  "spiral-off",
4408
4418
  "spiral",
4409
- "sport-billard",
4419
+ "sport-billiard",
4410
4420
  "spray",
4411
4421
  "spy-off",
4412
4422
  "spy",
@@ -4627,6 +4637,7 @@ export default [
4627
4637
  "sword-off",
4628
4638
  "sword",
4629
4639
  "swords",
4640
+ "tab-close",
4630
4641
  "table-alias",
4631
4642
  "table-column",
4632
4643
  "table-dashed",
@@ -4693,8 +4704,14 @@ export default [
4693
4704
  "text-grammar",
4694
4705
  "text-increase",
4695
4706
  "text-orientation",
4707
+ "text-outline",
4696
4708
  "text-plus",
4697
4709
  "text-recognition",
4710
+ "text-regex-asterisk",
4711
+ "text-regex-end",
4712
+ "text-regex-plus",
4713
+ "text-regex-question",
4714
+ "text-regex-start",
4698
4715
  "text-resize",
4699
4716
  "text-scan-2",
4700
4717
  "text-scan-ai",
@@ -4846,6 +4863,7 @@ export default [
4846
4863
  "umbrella-closed",
4847
4864
  "umbrella-off",
4848
4865
  "umbrella",
4866
+ "underline-off",
4849
4867
  "underline",
4850
4868
  "unicycle",
4851
4869
  "universe",
@@ -4931,6 +4949,7 @@ export default [
4931
4949
  "vip-2",
4932
4950
  "vip-off",
4933
4951
  "vip",
4952
+ "virtual-space",
4934
4953
  "virus-off",
4935
4954
  "virus-search",
4936
4955
  "virus",
@@ -5271,6 +5290,7 @@ export default [
5271
5290
  "brand-patreon-filled",
5272
5291
  "brand-paypal-filled",
5273
5292
  "brand-pinterest-filled",
5293
+ "brand-signal-filled",
5274
5294
  "brand-sketch-filled",
5275
5295
  "brand-snapchat-filled",
5276
5296
  "brand-spotify-filled",
@@ -5809,7 +5829,7 @@ export default [
5809
5829
  "military-rank-filled",
5810
5830
  "milk-filled",
5811
5831
  "mood-angry-filled",
5812
- "mood-confuzed-filled",
5832
+ "mood-confused-filled",
5813
5833
  "mood-crazy-happy-filled",
5814
5834
  "mood-empty-filled",
5815
5835
  "mood-happy-filled",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tabler/icons-svelte",
3
- "version": "3.44.0",
3
+ "version": "3.45.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.",
@@ -41,7 +41,7 @@
41
41
  "dist"
42
42
  ],
43
43
  "dependencies": {
44
- "@tabler/icons": "3.44.0"
44
+ "@tabler/icons": "3.45.0"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@sveltejs/package": "^2.2.7",
@@ -1,17 +0,0 @@
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 BrandAdobeAfterEffectProps = typeof __propDef.props;
13
- export type BrandAdobeAfterEffectEvents = typeof __propDef.events;
14
- export type BrandAdobeAfterEffectSlots = typeof __propDef.slots;
15
- export default class BrandAdobeAfterEffect extends SvelteComponentTyped<BrandAdobeAfterEffectProps, BrandAdobeAfterEffectEvents, BrandAdobeAfterEffectSlots> {
16
- }
17
- export {};
@@ -1,17 +0,0 @@
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 BrandKakoTalkProps = typeof __propDef.props;
13
- export type BrandKakoTalkEvents = typeof __propDef.events;
14
- export type BrandKakoTalkSlots = typeof __propDef.slots;
15
- export default class BrandKakoTalk extends SvelteComponentTyped<BrandKakoTalkProps, BrandKakoTalkEvents, BrandKakoTalkSlots> {
16
- }
17
- export {};
@@ -1,17 +0,0 @@
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 CurrencyRubelProps = typeof __propDef.props;
13
- export type CurrencyRubelEvents = typeof __propDef.events;
14
- export type CurrencyRubelSlots = typeof __propDef.slots;
15
- export default class CurrencyRubel extends SvelteComponentTyped<CurrencyRubelProps, CurrencyRubelEvents, CurrencyRubelSlots> {
16
- }
17
- export {};
@@ -1,17 +0,0 @@
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 FoodstepsProps = typeof __propDef.props;
13
- export type FoodstepsEvents = typeof __propDef.events;
14
- export type FoodstepsSlots = typeof __propDef.slots;
15
- export default class Foodsteps extends SvelteComponentTyped<FoodstepsProps, FoodstepsEvents, FoodstepsSlots> {
16
- }
17
- export {};
@@ -1,17 +0,0 @@
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 GenderTrasvestiProps = typeof __propDef.props;
13
- export type GenderTrasvestiEvents = typeof __propDef.events;
14
- export type GenderTrasvestiSlots = typeof __propDef.slots;
15
- export default class GenderTrasvesti extends SvelteComponentTyped<GenderTrasvestiProps, GenderTrasvestiEvents, GenderTrasvestiSlots> {
16
- }
17
- export {};
@@ -1,17 +0,0 @@
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 IkosaedrProps = typeof __propDef.props;
13
- export type IkosaedrEvents = typeof __propDef.events;
14
- export type IkosaedrSlots = typeof __propDef.slots;
15
- export default class Ikosaedr extends SvelteComponentTyped<IkosaedrProps, IkosaedrEvents, IkosaedrSlots> {
16
- }
17
- export {};
@@ -1,17 +0,0 @@
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 MoodConfuzedFilledProps = typeof __propDef.props;
13
- export type MoodConfuzedFilledEvents = typeof __propDef.events;
14
- export type MoodConfuzedFilledSlots = typeof __propDef.slots;
15
- export default class MoodConfuzedFilled extends SvelteComponentTyped<MoodConfuzedFilledProps, MoodConfuzedFilledEvents, MoodConfuzedFilledSlots> {
16
- }
17
- export {};
@@ -1,17 +0,0 @@
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 MoodConfuzedProps = typeof __propDef.props;
13
- export type MoodConfuzedEvents = typeof __propDef.events;
14
- export type MoodConfuzedSlots = typeof __propDef.slots;
15
- export default class MoodConfuzed extends SvelteComponentTyped<MoodConfuzedProps, MoodConfuzedEvents, MoodConfuzedSlots> {
16
- }
17
- export {};
@@ -1,17 +0,0 @@
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 PhysotherapistProps = typeof __propDef.props;
13
- export type PhysotherapistEvents = typeof __propDef.events;
14
- export type PhysotherapistSlots = typeof __propDef.slots;
15
- export default class Physotherapist extends SvelteComponentTyped<PhysotherapistProps, PhysotherapistEvents, PhysotherapistSlots> {
16
- }
17
- export {};
@@ -1,17 +0,0 @@
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 SportBillardProps = typeof __propDef.props;
13
- export type SportBillardEvents = typeof __propDef.events;
14
- export type SportBillardSlots = typeof __propDef.slots;
15
- export default class SportBillard extends SvelteComponentTyped<SportBillardProps, SportBillardEvents, SportBillardSlots> {
16
- }
17
- export {};