@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
package/README.md CHANGED
@@ -14,7 +14,7 @@ Implementation of the Tabler Icons library for Svelte applications.
14
14
 
15
15
  <p align="center">
16
16
  <a href="https://github.com/tabler/tabler-icons/releases"><img src="https://img.shields.io/npm/v/@tabler/icons" alt="Latest Release"></a>
17
- <a href="https://github.com/tabler/tabler-icons/blob/master/LICENSE"><img src="https://img.shields.io/npm/l/@tabler/icons.svg" alt="License"></a>
17
+ <a href="https://github.com/tabler/tabler-icons/blob/main/LICENSE"><img src="https://img.shields.io/npm/l/@tabler/icons.svg" alt="License"></a>
18
18
  </p>
19
19
 
20
20
  ## Sponsors
@@ -43,7 +43,7 @@ or
43
43
  pnpm install @tabler/icons-svelte
44
44
  ```
45
45
 
46
- or just [download from Github](https://github.com/tabler/tabler-icons/releases).
46
+ or just [download from GitHub](https://github.com/tabler/tabler-icons/releases).
47
47
 
48
48
  ## How to use
49
49
 
@@ -78,11 +78,11 @@ You can pass additional props to adjust the icon.
78
78
 
79
79
  For more info on how to contribute please see the [contribution guidelines](https://github.com/tabler/tabler-icons/blob/main/CONTRIBUTING.md).
80
80
 
81
- Caught a mistake or want to contribute to the documentation? [Edit this page on Github](https://github.com/tabler/tabler-icons/blob/main/packages/icons-svelte/README.md)
81
+ Caught a mistake or want to contribute to the documentation? [Edit this page on GitHub](https://github.com/tabler/tabler-icons/blob/main/packages/icons-svelte/README.md)
82
82
 
83
83
  ## License
84
84
 
85
- Tabler Icons is licensed under the [MIT License](https://github.com/tabler/tabler-icons/blob/master/LICENSE).
85
+ Tabler Icons is licensed under the [MIT License](https://github.com/tabler/tabler-icons/blob/main/LICENSE).
86
86
 
87
87
  ## Sponsor Tabler
88
88
 
package/dist/aliases.d.ts CHANGED
@@ -52,6 +52,15 @@ export { default as IconCircleDashedLetterLetterV } from './icons/circle-dashed-
52
52
  export { default as IconSeeding } from './icons/seedling.svelte';
53
53
  export { default as IconSeedingOff } from './icons/seedling-off.svelte';
54
54
  export { default as IconBrandAdobePremier } from './icons/brand-adobe-premiere.svelte';
55
+ export { default as IconFoodsteps } from './icons/footsteps.svelte';
56
+ export { default as IconMoodConfuzed } from './icons/mood-confused.svelte';
57
+ export { default as IconCurrencyRubel } from './icons/currency-ruble.svelte';
58
+ export { default as IconSportBillard } from './icons/sport-billiard.svelte';
59
+ export { default as IconPhysotherapist } from './icons/physiotherapist.svelte';
60
+ export { default as IconIkosaedr } from './icons/icosahedron.svelte';
61
+ export { default as IconGenderTrasvesti } from './icons/gender-travesti.svelte';
62
+ export { default as IconBrandKakoTalk } from './icons/brand-kakao-talk.svelte';
63
+ export { default as IconBrandAdobeAfterEffect } from './icons/brand-adobe-after-effects.svelte';
55
64
  export { default as IconDiscountCheckFilled } from './icons/rosette-discount-check-filled.svelte';
56
65
  export { default as IconMessageCircle2Filled } from './icons/message-circle-filled.svelte';
57
66
  export { default as IconSeedingFilled } from './icons/seedling-filled.svelte';
package/dist/aliases.js CHANGED
@@ -52,6 +52,15 @@ export { default as IconCircleDashedLetterLetterV } from './icons/circle-dashed-
52
52
  export { default as IconSeeding } from './icons/seedling.svelte';
53
53
  export { default as IconSeedingOff } from './icons/seedling-off.svelte';
54
54
  export { default as IconBrandAdobePremier } from './icons/brand-adobe-premiere.svelte';
55
+ export { default as IconFoodsteps } from './icons/footsteps.svelte';
56
+ export { default as IconMoodConfuzed } from './icons/mood-confused.svelte';
57
+ export { default as IconCurrencyRubel } from './icons/currency-ruble.svelte';
58
+ export { default as IconSportBillard } from './icons/sport-billiard.svelte';
59
+ export { default as IconPhysotherapist } from './icons/physiotherapist.svelte';
60
+ export { default as IconIkosaedr } from './icons/icosahedron.svelte';
61
+ export { default as IconGenderTrasvesti } from './icons/gender-travesti.svelte';
62
+ export { default as IconBrandKakoTalk } from './icons/brand-kakao-talk.svelte';
63
+ export { default as IconBrandAdobeAfterEffect } from './icons/brand-adobe-after-effects.svelte';
55
64
  export { default as IconDiscountCheckFilled } from './icons/rosette-discount-check-filled.svelte';
56
65
  export { default as IconMessageCircle2Filled } from './icons/message-circle-filled.svelte';
57
66
  export { default as IconSeedingFilled } from './icons/seedling-filled.svelte';
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10" }], ["path", { "d": "M6 14h2v2h-2v-2", "fill": "currentColor" }]];
3
+ </script>
4
+ <Icon type="outline" name="app-window-bottom-left" {...$$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 AppWindowBottomLeftProps = typeof __propDef.props;
13
+ export type AppWindowBottomLeftEvents = typeof __propDef.events;
14
+ export type AppWindowBottomLeftSlots = typeof __propDef.slots;
15
+ export default class AppWindowBottomLeft extends SvelteComponentTyped<AppWindowBottomLeftProps, AppWindowBottomLeftEvents, AppWindowBottomLeftSlots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10" }], ["path", { "d": "M16 14h2v2h-2v-2", "fill": "currentColor" }]];
3
+ </script>
4
+ <Icon type="outline" name="app-window-bottom-right" {...$$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 AppWindowBottomRightProps = typeof __propDef.props;
13
+ export type AppWindowBottomRightEvents = typeof __propDef.events;
14
+ export type AppWindowBottomRightSlots = typeof __propDef.slots;
15
+ export default class AppWindowBottomRight extends SvelteComponentTyped<AppWindowBottomRightProps, AppWindowBottomRightEvents, AppWindowBottomRightSlots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10" }], ["path", { "d": "M6 14h12v2h-12v-2", "fill": "currentColor" }]];
3
+ </script>
4
+ <Icon type="outline" name="app-window-bottom" {...$$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 AppWindowBottomProps = typeof __propDef.props;
13
+ export type AppWindowBottomEvents = typeof __propDef.events;
14
+ export type AppWindowBottomSlots = typeof __propDef.slots;
15
+ export default class AppWindowBottom extends SvelteComponentTyped<AppWindowBottomProps, AppWindowBottomEvents, AppWindowBottomSlots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10" }], ["path", { "d": "M11 11h2v2h-2v-2", "fill": "currentColor" }]];
3
+ </script>
4
+ <Icon type="outline" name="app-window-center" {...$$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 AppWindowCenterProps = typeof __propDef.props;
13
+ export type AppWindowCenterEvents = typeof __propDef.events;
14
+ export type AppWindowCenterSlots = typeof __propDef.slots;
15
+ export default class AppWindowCenter extends SvelteComponentTyped<AppWindowCenterProps, AppWindowCenterEvents, AppWindowCenterSlots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M12 3v18" }], ["path", { "d": "M16 7l-4 -4l-4 4" }], ["path", { "d": "M16 11h5v5" }], ["path", { "d": "M8 11h-5v5" }], ["path", { "d": "M3 11l8.293 8.293c.453 .453 .707 1.067 .707 1.707" }], ["path", { "d": "M21 11l-8.293 8.293a2.4 2.4 0 0 0 -.707 1.707" }]];
3
+ </script>
4
+ <Icon type="outline" name="arrow-fork-triple" {...$$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 ArrowForkTripleProps = typeof __propDef.props;
13
+ export type ArrowForkTripleEvents = typeof __propDef.events;
14
+ export type ArrowForkTripleSlots = typeof __propDef.slots;
15
+ export default class ArrowForkTriple extends SvelteComponentTyped<ArrowForkTripleProps, ArrowForkTripleEvents, ArrowForkTripleSlots> {
16
+ }
17
+ export {};
@@ -1,6 +1,6 @@
1
1
  <script>import Icon from '../Icon.svelte';
2
2
  const iconNode = [["path", { "d": "M3 12c0 -4.243 0 -6.364 1.318 -7.682s3.44 -1.318 7.682 -1.318s6.364 0 7.682 1.318s1.318 3.44 1.318 7.682s0 6.364 -1.318 7.682s-3.44 1.318 -7.682 1.318s-6.364 0 -7.682 -1.318s-1.318 -3.44 -1.318 -7.682" }], ["path", { "d": "M12 15.79l-.82 -2.653m-4.864 2.652l.82 -2.652m0 0l.686 -2.218c.559 -1.806 .838 -2.708 1.336 -2.708s.777 .902 1.335 2.708l.686 2.218m-4.043 0h4.043" }], ["path", { "d": "M13.895 12.824v1.07a1.895 1.895 0 0 0 3.54 .942m-3.54 -2.012v-.824a1.895 1.895 0 1 1 3.79 0v.824l-3.79 0" }]];
3
3
  </script>
4
- <Icon type="outline" name="brand-adobe-after-effect" {...$$props} iconNode={iconNode}>
4
+ <Icon type="outline" name="brand-adobe-after-effects" {...$$props} iconNode={iconNode}>
5
5
  <slot/>
6
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 BrandAdobeAfterEffectsProps = typeof __propDef.props;
13
+ export type BrandAdobeAfterEffectsEvents = typeof __propDef.events;
14
+ export type BrandAdobeAfterEffectsSlots = typeof __propDef.slots;
15
+ export default class BrandAdobeAfterEffects extends SvelteComponentTyped<BrandAdobeAfterEffectsProps, BrandAdobeAfterEffectsEvents, BrandAdobeAfterEffectsSlots> {
16
+ }
17
+ export {};
@@ -1,6 +1,6 @@
1
1
  <script>import Icon from '../Icon.svelte';
2
2
  const iconNode = [["path", { "d": "M10 8v7" }], ["path", { "d": "M14 10l-2 2.5l2 2.5" }], ["path", { "d": "M12 4c4.97 0 9 3.358 9 7.5c0 4.142 -4.03 7.5 -9 7.5c-.67 0 -1.323 -.061 -1.95 -.177l-3.05 2.177l.592 -2.962c-2.741 -1.284 -4.592 -3.73 -4.592 -6.538c0 -4.142 4.03 -7.5 9 -7.5" }]];
3
3
  </script>
4
- <Icon type="outline" name="brand-kako-talk" {...$$props} iconNode={iconNode}>
4
+ <Icon type="outline" name="brand-kakao-talk" {...$$props} iconNode={iconNode}>
5
5
  <slot/>
6
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 BrandKakaoTalkProps = typeof __propDef.props;
13
+ export type BrandKakaoTalkEvents = typeof __propDef.events;
14
+ export type BrandKakaoTalkSlots = typeof __propDef.slots;
15
+ export default class BrandKakaoTalk extends SvelteComponentTyped<BrandKakaoTalkProps, BrandKakaoTalkEvents, BrandKakaoTalkSlots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M2.482 21.753l.969 -.225c.538 -.125 1.075 .209 1.2 .746c.124 .537 -.21 1.075 -.747 1.2l-.969 .225c-.166 .039 -.334 .059 -.498 .059c-.172 -.004 -.339 -.023 -.494 -.058c-.593 -.138 -1.073 -.502 -1.369 -.979c-.297 -.476 -.411 -1.067 -.274 -1.656l.226 -.969c.125 -.537 .662 -.871 1.199 -.747c.537 .125 .872 .662 .747 1.2l-.227 .965c-.012 .057 -.001 .11 .025 .153c.026 .042 .069 .075 .122 .087l.041 .007l.049 -.008zm4.176 1.079c-.537 .125 -1.074 -.209 -1.199 -.746c-.125 -.537 .21 -1.075 .747 -1.2l.472 -.11l.687 .09c.194 .101 .419 .208 .67 .316c.258 .11 .49 .202 .694 .272c.52 .179 .796 .746 .617 1.266c-.179 .52 -.746 .796 -1.266 .617c-.311 -.108 -.59 -.215 -.834 -.319c-.147 -.063 -.302 -.135 -.465 -.215l-.123 .029zm4.627 1.144c-.55 -.032 -.97 -.505 -.937 -1.055c.032 -.55 .505 -.97 1.054 -.937l.295 .014l.605 0l.296 -.015c.55 -.032 1.023 .388 1.055 .938c.032 .55 -.388 1.023 -.938 1.055l-.715 .024l-.715 -.024zm4.636 -.637c-.52 .179 -1.087 -.098 -1.266 -.617c-.179 -.52 .097 -1.087 .617 -1.266c.177 -.061 .364 -.133 .558 -.213c.172 -.073 .355 -.156 .545 -.248c.496 -.242 1.095 -.036 1.336 .46c.242 .496 .035 1.095 -.46 1.336c-.203 .099 -.423 .198 -.655 .294c-.213 .087 -.438 .172 -.675 .254zm4.036 -2.363c-.412 .364 -1.042 .326 -1.406 -.086c-.364 -.412 -.326 -1.042 .086 -1.406c.142 -.126 .288 -.264 .434 -.411l.005 -.004c.146 -.146 .282 -.291 .408 -.433c.365 -.411 .995 -.45 1.407 -.085c.412 .364 .45 .994 .085 1.406c-.164 .186 -.329 .361 -.492 .524c-.164 .164 -.34 .33 -.527 .495zm2.835 -3.726c-.242 .496 -.841 .702 -1.336 .46c-.496 -.241 -.703 -.84 -.461 -1.336c.092 -.19 .175 -.372 .247 -.545c.086 -.208 .158 -.394 .214 -.557c.179 -.52 .746 -.796 1.266 -.618c.52 .179 .796 .746 .617 1.266c-.087 .253 -.172 .479 -.254 .675c-.096 .233 -.194 .452 -.293 .655zm1.184 -4.535c-.032 .55 -.505 .97 -1.055 .937c-.55 -.032 -.97 -.505 -.938 -1.054l.015 -.296l0 -.604l-.015 -.296c-.032 -.55 .388 -1.023 .938 -1.055c.55 -.032 1.023 .388 1.055 .938l.024 .715l-.024 .715zm-.637 -4.636c.179 .52 -.098 1.087 -.617 1.266c-.52 .179 -1.087 -.097 -1.266 -.617c-.056 -.163 -.128 -.349 -.214 -.556c-.079 -.192 -.163 -.376 -.247 -.551c-.24 -.496 -.031 -1.093 .464 -1.332c.496 -.239 1.093 -.031 1.332 .465c.107 .219 .206 .438 .295 .653c.081 .195 .166 .42 .253 .672zm-2.363 -4.036c.364 .412 .326 1.042 -.086 1.406c-.412 .364 -1.042 .326 -1.406 -.086c-.126 -.142 -.264 -.287 -.41 -.433l-.004 -.005c-.146 -.146 -.291 -.283 -.434 -.409c-.411 -.365 -.45 -.995 -.085 -1.407c.364 -.412 .994 -.45 1.406 -.085c.186 .164 .362 .33 .525 .493c.164 .164 .329 .34 .494 .526zm-3.726 -2.835c.496 .242 .702 .841 .46 1.336c-.241 .496 -.84 .703 -1.336 .461c-.19 -.092 -.372 -.175 -.545 -.247c-.208 -.086 -.394 -.158 -.557 -.214c-.52 -.179 -.796 -.746 -.618 -1.266c.179 -.52 .746 -.796 1.266 -.617c.253 .087 .479 .172 .675 .254c.233 .096 .452 .194 .655 .293zm-4.535 -1.184c.55 .032 .97 .505 .937 1.055c-.032 .55 -.505 .97 -1.054 .938l-.296 -.015l-.604 0l-.296 .015c-.55 .032 -1.023 -.388 -1.055 -.938c-.032 -.55 .388 -1.023 .938 -1.055l.715 -.024l.715 .024zm-4.636 .637c.52 -.179 1.087 .098 1.266 .617c.179 .52 -.097 1.087 -.617 1.266c-.163 .056 -.349 .128 -.556 .214c-.192 .079 -.376 .163 -.551 .247c-.496 .24 -1.093 .031 -1.332 -.464c-.239 -.496 -.031 -1.093 .465 -1.332c.219 -.107 .438 -.206 .653 -.295c.195 -.081 .42 -.166 .672 -.253zm-4.036 2.363c.412 -.364 1.042 -.326 1.406 .086c.364 .412 .326 1.042 -.086 1.406c-.142 .126 -.287 .264 -.433 .41l-.005 .004c-.146 .146 -.283 .291 -.409 .434c-.365 .411 -.995 .45 -1.407 .085c-.412 -.364 -.45 -.994 -.085 -1.406c.164 -.186 .33 -.362 .493 -.525c.164 -.164 .34 -.329 .526 -.494zm-2.835 3.726c.242 -.496 .841 -.702 1.336 -.46c.496 .241 .703 .84 .461 1.336c-.092 .19 -.176 .373 -.247 .545c-.071 .172 -.142 .358 -.211 .557c-.178 .522 -.747 .8 -1.269 .621c-.522 -.178 -.8 -.747 -.621 -1.269c.074 -.216 .161 -.442 .257 -.674c.097 -.234 .195 -.453 .294 -.656zm-1.184 4.535c.032 -.55 .505 -.97 1.055 -.937c.55 .032 .97 .505 .938 1.054l-.015 .296l0 .605l.014 .295c.033 .55 -.387 1.023 -.937 1.055c-.55 .032 -1.023 -.388 -1.055 -.938l-.024 -.715l.024 -.715zm.639 4.635c-.179 -.52 .097 -1.087 .617 -1.266c.52 -.178 1.087 .098 1.266 .618c.07 .203 .161 .435 .272 .692c.094 .226 .201 .45 .317 .672l.09 .687l-.11 .471c-.125 .537 -.662 .872 -1.2 .747c-.537 -.125 -.871 -.662 -.746 -1.199l.029 -.124l-.212 -.465c-.109 -.244 -.216 -.523 -.323 -.833z" }], ["path", { "d": "M7.164 19.638l-2.089 .487c-.145 .033 -.299 .036 -.453 0c-.537 -.125 -.871 -.662 -.746 -1.199l.487 -2.089l-.346 -.662c-.165 -.316 -.312 -.646 -.439 -.985c-.122 -.325 -.226 -.66 -.311 -1.001l-.012 -.041c-.085 -.347 -.149 -.701 -.191 -1.057c-.042 -.363 -.063 -.729 -.063 -1.091c0 -2.485 1.007 -4.736 2.635 -6.364c.825 -.825 1.818 -1.493 2.925 -1.951c1.064 -.441 2.227 -.684 3.439 -.684c2.485 0 4.736 1.007 6.364 2.635c.825 .825 1.493 1.818 1.951 2.925c.441 1.064 .684 2.227 .684 3.439c0 2.485 -1.007 4.736 -2.635 6.364c-.825 .825 -1.818 1.493 -2.925 1.951c-1.064 .441 -2.227 .684 -3.439 .684c-.365 0 -.732 -.021 -1.095 -.063c-.356 -.042 -.708 -.106 -1.051 -.191c-.355 -.088 -.704 -.196 -1.043 -.322c-.339 -.127 -.669 -.274 -.985 -.439l-.662 -.346z" }]];
3
+ </script>
4
+ <Icon type="filled" name="brand-signal-filled" {...$$props} iconNode={iconNode}>
5
+ <slot/>
6
+ </Icon>
@@ -0,0 +1,17 @@
1
+ import { SvelteComponentTyped } from "svelte";
2
+ import type { IconProps } from '../types.js';
3
+ declare const __propDef: {
4
+ props: IconProps;
5
+ events: {
6
+ [evt: string]: CustomEvent<any>;
7
+ };
8
+ slots: {
9
+ default: {};
10
+ };
11
+ };
12
+ export type BrandSignalFilledProps = typeof __propDef.props;
13
+ export type BrandSignalFilledEvents = typeof __propDef.events;
14
+ export type BrandSignalFilledSlots = typeof __propDef.slots;
15
+ export default class BrandSignalFilled extends SvelteComponentTyped<BrandSignalFilledProps, BrandSignalFilledEvents, BrandSignalFilledSlots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M2.708 22.726l.148 -.034l.822 -.191m2.754 -.642l.472 -.11c.485 .254 .987 .469 1.501 .647m2.939 .584c.218 .013 .437 .02 .656 .02c.22 0 .439 -.008 .657 -.02m2.939 -.583c.418 -.144 .824 -.312 1.217 -.504m2.484 -1.663c.329 -.292 .641 -.604 .933 -.933m1.663 -2.485c.192 -.393 .36 -.799 .505 -1.216m.582 -2.94c.012 -.217 .02 -.436 .02 -.656c0 -.22 -.008 -.439 -.02 -.657m-.583 -2.939c-.144 -.418 -.313 -.824 -.504 -1.217m-1.663 -2.484c-.292 -.329 -.604 -.641 -.933 -.933m-2.485 -1.663c-.393 -.192 -.799 -.36 -1.216 -.505m-2.94 -.582c-.217 -.012 -.436 -.02 -.656 -.02c-.22 0 -.439 .008 -.657 .02m-2.939 .583c-.418 .144 -.824 .313 -1.217 .504m-2.484 1.663c-.329 .292 -.641 .604 -.933 .933m-1.663 2.485c-.192 .393 -.36 .799 -.505 1.216m-.582 2.94c-.012 .217 -.02 .436 -.02 .656c0 .219 .007 .438 .02 .657m.584 2.939c.178 .514 .394 1.016 .648 1.501l-.11 .471m-.643 2.754l-.217 .93l-.009 .039c-.15 .643 .249 1.286 .892 1.436c.179 .041 .365 .041 .543 -.001" }], ["path", { "d": "M4.848 19.152l2.446 -.57l.993 .519c.56 .292 1.167 .519 1.805 .675c.597 .149 1.238 .223 1.908 .223c2.21 0 4.21 -.895 5.657 -2.342c1.447 -1.447 2.342 -3.447 2.342 -5.657c0 -2.21 -.895 -4.21 -2.342 -5.657c-1.447 -1.447 -3.447 -2.342 -5.657 -2.342c-2.21 0 -4.21 .895 -5.657 2.342c-1.447 1.447 -2.342 3.447 -2.342 5.657c0 .666 .075 1.308 .223 1.909c.156 .637 .383 1.244 .676 1.805l.519 .993l-.571 2.445" }]];
3
+ </script>
4
+ <Icon type="outline" name="brand-signal" {...$$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 BrandSignalProps = typeof __propDef.props;
13
+ export type BrandSignalEvents = typeof __propDef.events;
14
+ export type BrandSignalSlots = typeof __propDef.slots;
15
+ export default class BrandSignal extends SvelteComponentTyped<BrandSignalProps, BrandSignalEvents, BrandSignalSlots> {
16
+ }
17
+ export {};
@@ -1,6 +1,6 @@
1
1
  <script>import Icon from '../Icon.svelte';
2
2
  const iconNode = [["path", { "d": "M8 19v-14h6a3 3 0 0 1 0 6h-8" }], ["path", { "d": "M14 15h-8" }]];
3
3
  </script>
4
- <Icon type="outline" name="currency-rubel" {...$$props} iconNode={iconNode}>
4
+ <Icon type="outline" name="currency-ruble" {...$$props} iconNode={iconNode}>
5
5
  <slot/>
6
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 CurrencyRubleProps = typeof __propDef.props;
13
+ export type CurrencyRubleEvents = typeof __propDef.events;
14
+ export type CurrencyRubleSlots = typeof __propDef.slots;
15
+ export default class CurrencyRuble extends SvelteComponentTyped<CurrencyRubleProps, CurrencyRubleEvents, CurrencyRubleSlots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M12 10q 1.715 0 3.275 .104q 1.526 .101 2.798 .42q 1.22 .304 2.119 .909a3.9 3.9 0 0 1 1.328 1.531c.326 .657 .48 1.48 .48 2.466q .002 1.51 -.574 2.707q -.562 1.17 -1.537 1.848a3.7 3.7 0 0 1 -2.16 .66q -.764 .002 -1.382 -.21a6 6 0 0 1 -1.17 -.548a19 19 0 0 1 -1.045 -.695a9 9 0 0 0 -1.001 -.63a2.4 2.4 0 0 0 -1.13 -.301c-.373 0 -.75 .097 -1.132 .3q -.475 .255 -1 .63q -.482 .345 -1.047 .695a5.8 5.8 0 0 1 -1.168 .548q -.62 .211 -1.378 .21a3.7 3.7 0 0 1 -2.165 -.659q -.976 -.68 -1.537 -1.848q -.576 -1.196 -.574 -2.709c-.004 -.98 .15 -1.802 .477 -2.46c.3 -.619 .76 -1.147 1.33 -1.531q .9 -.604 2.12 -.907q 1.382 -.335 2.8 -.423q 1.56 -.107 3.273 -.107" }], ["path", { "d": "M7 4.071a7.07 7.07 0 0 1 10 0" }], ["path", { "d": "M9.5 6.572a3.535 3.535 0 0 1 5.001 0" }]];
3
+ </script>
4
+ <Icon type="outline" name="device-vision-pro-wifi" {...$$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 DeviceVisionProWifiProps = typeof __propDef.props;
13
+ export type DeviceVisionProWifiEvents = typeof __propDef.events;
14
+ export type DeviceVisionProWifiSlots = typeof __propDef.slots;
15
+ export default class DeviceVisionProWifi extends SvelteComponentTyped<DeviceVisionProWifiProps, DeviceVisionProWifiEvents, DeviceVisionProWifiSlots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M7.07 20l-4.84 -4.617a.79 .79 0 0 1 -.065 -1.041l2.835 -3.342" }], ["path", { "d": "M9 20h-5" }], ["path", { "d": "M6.398 8.063l-1.302 -.896a.95 .95 0 0 0 -1.318 .245l-.611 .889a.95 .95 0 0 0 .245 1.318l1.302 .896c1.041 .716 .635 3.505 2.735 4.949l4.551 -6.62c-2.067 -1.42 -4.559 -.065 -5.602 -.781" }], ["path", { "d": "M9 4h10a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-7" }], ["path", { "d": "M13 20h4" }], ["path", { "d": "M15 16v4" }]];
3
+ </script>
4
+ <Icon type="outline" name="device-workstation" {...$$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 DeviceWorkstationProps = typeof __propDef.props;
13
+ export type DeviceWorkstationEvents = typeof __propDef.events;
14
+ export type DeviceWorkstationSlots = typeof __propDef.slots;
15
+ export default class DeviceWorkstation extends SvelteComponentTyped<DeviceWorkstationProps, DeviceWorkstationEvents, DeviceWorkstationSlots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M10.706 8.849l-5.706 -3.301l-2 6.452l3.5 -1.973l.5 2.973l3.555 -1.385" }], ["path", { "d": "M15 9c0 3.5 4 3 4 7c0 3 -3 5 -5.5 5s-6 -.5 -6.5 -5c2 2 6.592 3.043 7.5 1c1.094 -2.461 -4 -3.459 -4 -6.5c0 -2.062 .5 -2.5 1.8 -3.2" }], ["path", { "d": "M18 6a3 3 270 1 0 -3 3h5l1 -3h-3" }], ["path", { "d": "M15 3h-8l5 3" }]];
3
+ </script>
4
+ <Icon type="outline" name="dragon" {...$$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 DragonProps = typeof __propDef.props;
13
+ export type DragonEvents = typeof __propDef.events;
14
+ export type DragonSlots = typeof __propDef.slots;
15
+ export default class Dragon extends SvelteComponentTyped<DragonProps, DragonEvents, DragonSlots> {
16
+ }
17
+ export {};
@@ -1,5 +1,5 @@
1
1
  <script>import Icon from '../Icon.svelte';
2
- const iconNode = [["path", { "d": "M3 12l18 0" }], ["path", { "d": "M7 16l10 0l-10 5l0 -5" }], ["path", { "d": "M7 8l10 0l-10 -5l0 5" }]];
2
+ const iconNode = [["path", { "d": "M12 3l0 18" }], ["path", { "d": "M16 7l0 10l5 0l-5 -10" }], ["path", { "d": "M8 7l0 10l-5 0l5 -10" }]];
3
3
  </script>
4
4
  <Icon type="outline" name="flip-horizontal" {...$$props} iconNode={iconNode}>
5
5
  <slot/>
@@ -1,5 +1,5 @@
1
1
  <script>import Icon from '../Icon.svelte';
2
- const iconNode = [["path", { "d": "M12 3l0 18" }], ["path", { "d": "M16 7l0 10l5 0l-5 -10" }], ["path", { "d": "M8 7l0 10l-5 0l5 -10" }]];
2
+ const iconNode = [["path", { "d": "M3 12l18 0" }], ["path", { "d": "M7 16l10 0l-10 5l0 -5" }], ["path", { "d": "M7 8l10 0l-10 -5l0 5" }]];
3
3
  </script>
4
4
  <Icon type="outline" name="flip-vertical" {...$$props} iconNode={iconNode}>
5
5
  <slot/>
@@ -1,6 +1,6 @@
1
1
  <script>import Icon from '../Icon.svelte';
2
2
  const iconNode = [["path", { "d": "M4 16.5a2.5 2.5 0 0 0 5 0a1.5 1.5 0 0 0 -1.5 -1.5h-2a1.5 1.5 0 0 0 -1.5 1.5" }], ["path", { "d": "M15 18.5a2.5 2.5 0 0 0 5 0a1.5 1.5 0 0 0 -1.5 -1.5h-2a1.5 1.5 0 0 0 -1.5 1.5" }], ["path", { "d": "M8.52 12h-4.04c-.348 0 -.678 -.179 -.823 -.496c-1.326 -2.904 -.774 -8.504 2.843 -8.504s4.17 5.6 2.843 8.504c-.145 .317 -.475 .496 -.824 .496" }], ["path", { "d": "M19.52 14h-4.04c-.348 0 -.678 -.179 -.823 -.496c-1.326 -2.904 -.774 -8.504 2.843 -8.504s4.17 5.6 2.843 8.504c-.145 .317 -.475 .496 -.824 .496" }]];
3
3
  </script>
4
- <Icon type="outline" name="foodsteps" {...$$props} iconNode={iconNode}>
4
+ <Icon type="outline" name="footsteps" {...$$props} iconNode={iconNode}>
5
5
  <slot/>
6
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 FootstepsProps = typeof __propDef.props;
13
+ export type FootstepsEvents = typeof __propDef.events;
14
+ export type FootstepsSlots = typeof __propDef.slots;
15
+ export default class Footsteps extends SvelteComponentTyped<FootstepsProps, FootstepsEvents, FootstepsSlots> {
16
+ }
17
+ export {};
@@ -1,6 +1,6 @@
1
1
  <script>import Icon from '../Icon.svelte';
2
2
  const iconNode = [["path", { "d": "M15 20a5 5 0 1 1 0 -10a5 5 0 0 1 0 10" }], ["path", { "d": "M6 6l5.4 5.4" }], ["path", { "d": "M4 8l4 -4" }]];
3
3
  </script>
4
- <Icon type="outline" name="gender-trasvesti" {...$$props} iconNode={iconNode}>
4
+ <Icon type="outline" name="gender-travesti" {...$$props} iconNode={iconNode}>
5
5
  <slot/>
6
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 GenderTravestiProps = typeof __propDef.props;
13
+ export type GenderTravestiEvents = typeof __propDef.events;
14
+ export type GenderTravestiSlots = typeof __propDef.slots;
15
+ export default class GenderTravesti extends SvelteComponentTyped<GenderTravestiProps, GenderTravestiEvents, GenderTravestiSlots> {
16
+ }
17
+ export {};
@@ -1,6 +1,6 @@
1
1
  <script>import Icon from '../Icon.svelte';
2
2
  const iconNode = [["path", { "d": "M21 8.007v7.986a2 2 0 0 1 -1.006 1.735l-7 4.007a2 2 0 0 1 -1.988 0l-7 -4.007a2 2 0 0 1 -1.006 -1.735v-7.986a2 2 0 0 1 1.006 -1.735l7 -4.007a2 2 0 0 1 1.988 0l7 4.007a2 2 0 0 1 1.006 1.735" }], ["path", { "d": "M3.29 6.97l4.21 2.03" }], ["path", { "d": "M20.71 6.97l-4.21 2.03" }], ["path", { "d": "M20.7 17h-17.4" }], ["path", { "d": "M11.76 2.03l-4.26 6.97l-4.3 7.84" }], ["path", { "d": "M12.24 2.03q 2.797 4.44 4.26 6.97t 4.3 7.84" }], ["path", { "d": "M12 17l-4.5 -8h9l-4.5 8" }], ["path", { "d": "M12 17v5" }]];
3
3
  </script>
4
- <Icon type="outline" name="ikosaedr" {...$$props} iconNode={iconNode}>
4
+ <Icon type="outline" name="icosahedron" {...$$props} iconNode={iconNode}>
5
5
  <slot/>
6
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 IcosahedronProps = typeof __propDef.props;
13
+ export type IcosahedronEvents = typeof __propDef.events;
14
+ export type IcosahedronSlots = typeof __propDef.slots;
15
+ export default class Icosahedron extends SvelteComponentTyped<IcosahedronProps, IcosahedronEvents, IcosahedronSlots> {
16
+ }
17
+ export {};