@tabler/icons-svelte 3.17.0 → 3.18.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 (40) hide show
  1. package/dist/icons/index.d.ts +18 -0
  2. package/dist/icons/index.js +18 -0
  3. package/dist/icons/joker.svelte +6 -0
  4. package/dist/icons/joker.svelte.d.ts +17 -0
  5. package/dist/icons/number-10.svelte +6 -0
  6. package/dist/icons/number-10.svelte.d.ts +17 -0
  7. package/dist/icons/number-11.svelte +6 -0
  8. package/dist/icons/number-11.svelte.d.ts +17 -0
  9. package/dist/icons/play-card-1.svelte +6 -0
  10. package/dist/icons/play-card-1.svelte.d.ts +17 -0
  11. package/dist/icons/play-card-10.svelte +6 -0
  12. package/dist/icons/play-card-10.svelte.d.ts +17 -0
  13. package/dist/icons/play-card-2.svelte +6 -0
  14. package/dist/icons/play-card-2.svelte.d.ts +17 -0
  15. package/dist/icons/play-card-3.svelte +6 -0
  16. package/dist/icons/play-card-3.svelte.d.ts +17 -0
  17. package/dist/icons/play-card-4.svelte +6 -0
  18. package/dist/icons/play-card-4.svelte.d.ts +17 -0
  19. package/dist/icons/play-card-5.svelte +6 -0
  20. package/dist/icons/play-card-5.svelte.d.ts +17 -0
  21. package/dist/icons/play-card-6.svelte +6 -0
  22. package/dist/icons/play-card-6.svelte.d.ts +17 -0
  23. package/dist/icons/play-card-7.svelte +6 -0
  24. package/dist/icons/play-card-7.svelte.d.ts +17 -0
  25. package/dist/icons/play-card-8.svelte +6 -0
  26. package/dist/icons/play-card-8.svelte.d.ts +17 -0
  27. package/dist/icons/play-card-9.svelte +6 -0
  28. package/dist/icons/play-card-9.svelte.d.ts +17 -0
  29. package/dist/icons/play-card-a.svelte +6 -0
  30. package/dist/icons/play-card-a.svelte.d.ts +17 -0
  31. package/dist/icons/play-card-j.svelte +6 -0
  32. package/dist/icons/play-card-j.svelte.d.ts +17 -0
  33. package/dist/icons/play-card-k.svelte +6 -0
  34. package/dist/icons/play-card-k.svelte.d.ts +17 -0
  35. package/dist/icons/play-card-q.svelte +6 -0
  36. package/dist/icons/play-card-q.svelte.d.ts +17 -0
  37. package/dist/icons/play-card-star.svelte +6 -0
  38. package/dist/icons/play-card-star.svelte.d.ts +17 -0
  39. package/dist/icons-list.js +18 -0
  40. package/package.json +2 -2
@@ -2706,6 +2706,7 @@ export { default as IconJewishStar } from './jewish-star.svelte';
2706
2706
  export { default as IconJoinBevel } from './join-bevel.svelte';
2707
2707
  export { default as IconJoinRound } from './join-round.svelte';
2708
2708
  export { default as IconJoinStraight } from './join-straight.svelte';
2709
+ export { default as IconJoker } from './joker.svelte';
2709
2710
  export { default as IconJpg } from './jpg.svelte';
2710
2711
  export { default as IconJson } from './json.svelte';
2711
2712
  export { default as IconJumpRope } from './jump-rope.svelte';
@@ -3369,8 +3370,10 @@ export { default as IconNumber0 } from './number-0.svelte';
3369
3370
  export { default as IconNumber1Small } from './number-1-small.svelte';
3370
3371
  export { default as IconNumber1 } from './number-1.svelte';
3371
3372
  export { default as IconNumber10Small } from './number-10-small.svelte';
3373
+ export { default as IconNumber10 } from './number-10.svelte';
3372
3374
  export { default as IconNumber100Small } from './number-100-small.svelte';
3373
3375
  export { default as IconNumber11Small } from './number-11-small.svelte';
3376
+ export { default as IconNumber11 } from './number-11.svelte';
3374
3377
  export { default as IconNumber12Small } from './number-12-small.svelte';
3375
3378
  export { default as IconNumber123 } from './number-123.svelte';
3376
3379
  export { default as IconNumber13Small } from './number-13-small.svelte';
@@ -3686,7 +3689,22 @@ export { default as IconPlant2 } from './plant-2.svelte';
3686
3689
  export { default as IconPlantOff } from './plant-off.svelte';
3687
3690
  export { default as IconPlant } from './plant.svelte';
3688
3691
  export { default as IconPlayBasketball } from './play-basketball.svelte';
3692
+ export { default as IconPlayCard1 } from './play-card-1.svelte';
3693
+ export { default as IconPlayCard10 } from './play-card-10.svelte';
3694
+ export { default as IconPlayCard2 } from './play-card-2.svelte';
3695
+ export { default as IconPlayCard3 } from './play-card-3.svelte';
3696
+ export { default as IconPlayCard4 } from './play-card-4.svelte';
3697
+ export { default as IconPlayCard5 } from './play-card-5.svelte';
3698
+ export { default as IconPlayCard6 } from './play-card-6.svelte';
3699
+ export { default as IconPlayCard7 } from './play-card-7.svelte';
3700
+ export { default as IconPlayCard8 } from './play-card-8.svelte';
3701
+ export { default as IconPlayCard9 } from './play-card-9.svelte';
3702
+ export { default as IconPlayCardA } from './play-card-a.svelte';
3703
+ export { default as IconPlayCardJ } from './play-card-j.svelte';
3704
+ export { default as IconPlayCardK } from './play-card-k.svelte';
3689
3705
  export { default as IconPlayCardOff } from './play-card-off.svelte';
3706
+ export { default as IconPlayCardQ } from './play-card-q.svelte';
3707
+ export { default as IconPlayCardStar } from './play-card-star.svelte';
3690
3708
  export { default as IconPlayCard } from './play-card.svelte';
3691
3709
  export { default as IconPlayFootball } from './play-football.svelte';
3692
3710
  export { default as IconPlayHandball } from './play-handball.svelte';
@@ -2706,6 +2706,7 @@ export { default as IconJewishStar } from './jewish-star.svelte';
2706
2706
  export { default as IconJoinBevel } from './join-bevel.svelte';
2707
2707
  export { default as IconJoinRound } from './join-round.svelte';
2708
2708
  export { default as IconJoinStraight } from './join-straight.svelte';
2709
+ export { default as IconJoker } from './joker.svelte';
2709
2710
  export { default as IconJpg } from './jpg.svelte';
2710
2711
  export { default as IconJson } from './json.svelte';
2711
2712
  export { default as IconJumpRope } from './jump-rope.svelte';
@@ -3369,8 +3370,10 @@ export { default as IconNumber0 } from './number-0.svelte';
3369
3370
  export { default as IconNumber1Small } from './number-1-small.svelte';
3370
3371
  export { default as IconNumber1 } from './number-1.svelte';
3371
3372
  export { default as IconNumber10Small } from './number-10-small.svelte';
3373
+ export { default as IconNumber10 } from './number-10.svelte';
3372
3374
  export { default as IconNumber100Small } from './number-100-small.svelte';
3373
3375
  export { default as IconNumber11Small } from './number-11-small.svelte';
3376
+ export { default as IconNumber11 } from './number-11.svelte';
3374
3377
  export { default as IconNumber12Small } from './number-12-small.svelte';
3375
3378
  export { default as IconNumber123 } from './number-123.svelte';
3376
3379
  export { default as IconNumber13Small } from './number-13-small.svelte';
@@ -3686,7 +3689,22 @@ export { default as IconPlant2 } from './plant-2.svelte';
3686
3689
  export { default as IconPlantOff } from './plant-off.svelte';
3687
3690
  export { default as IconPlant } from './plant.svelte';
3688
3691
  export { default as IconPlayBasketball } from './play-basketball.svelte';
3692
+ export { default as IconPlayCard1 } from './play-card-1.svelte';
3693
+ export { default as IconPlayCard10 } from './play-card-10.svelte';
3694
+ export { default as IconPlayCard2 } from './play-card-2.svelte';
3695
+ export { default as IconPlayCard3 } from './play-card-3.svelte';
3696
+ export { default as IconPlayCard4 } from './play-card-4.svelte';
3697
+ export { default as IconPlayCard5 } from './play-card-5.svelte';
3698
+ export { default as IconPlayCard6 } from './play-card-6.svelte';
3699
+ export { default as IconPlayCard7 } from './play-card-7.svelte';
3700
+ export { default as IconPlayCard8 } from './play-card-8.svelte';
3701
+ export { default as IconPlayCard9 } from './play-card-9.svelte';
3702
+ export { default as IconPlayCardA } from './play-card-a.svelte';
3703
+ export { default as IconPlayCardJ } from './play-card-j.svelte';
3704
+ export { default as IconPlayCardK } from './play-card-k.svelte';
3689
3705
  export { default as IconPlayCardOff } from './play-card-off.svelte';
3706
+ export { default as IconPlayCardQ } from './play-card-q.svelte';
3707
+ export { default as IconPlayCardStar } from './play-card-star.svelte';
3690
3708
  export { default as IconPlayCard } from './play-card.svelte';
3691
3709
  export { default as IconPlayFootball } from './play-football.svelte';
3692
3710
  export { default as IconPlayHandball } from './play-handball.svelte';
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M5 16m0 1.5a1.5 1.5 0 0 1 1.5 -1.5h11a1.5 1.5 0 0 1 1.5 1.5v0a1.5 1.5 0 0 1 -1.5 1.5h-11a1.5 1.5 0 0 1 -1.5 -1.5z" }], ["path", { "d": "M12 16q -2.5 -8 -6 -8q -2.5 0 -3 2c2.953 .31 3.308 3.33 4 6" }], ["path", { "d": "M12 16q 2.5 -8 6 -8q 2.5 0 3 2c-2.953 .31 -3.308 3.33 -4 6" }], ["path", { "d": "M9 9.5q 2 -3.5 3 -3.5t 3 3.5" }]];
3
+ </script>
4
+ <Icon type="outline" name="joker" {...$$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 JokerProps = typeof __propDef.props;
13
+ export type JokerEvents = typeof __propDef.events;
14
+ export type JokerSlots = typeof __propDef.slots;
15
+ export default class Joker extends SvelteComponentTyped<JokerProps, JokerEvents, JokerSlots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M8 20v-16l-5 5" }], ["path", { "d": "M16 20a4 4 0 0 0 4 -4v-8a4 4 0 1 0 -8 0v8a4 4 0 0 0 4 4" }]];
3
+ </script>
4
+ <Icon type="outline" name="number-10" {...$$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 Number_10Props = typeof __propDef.props;
13
+ export type Number_10Events = typeof __propDef.events;
14
+ export type Number_10Slots = typeof __propDef.slots;
15
+ export default class Number_10 extends SvelteComponentTyped<Number_10Props, Number_10Events, Number_10Slots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M8 20v-16l-5 5" }], ["path", { "d": "M18 20v-16l-5 5" }]];
3
+ </script>
4
+ <Icon type="outline" name="number-11" {...$$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 Number_11Props = typeof __propDef.props;
13
+ export type Number_11Events = typeof __propDef.events;
14
+ export type Number_11Slots = typeof __propDef.slots;
15
+ export default class Number_11 extends SvelteComponentTyped<Number_11Props, Number_11Events, Number_11Slots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2" }], ["path", { "d": "M8 6h.01" }], ["path", { "d": "M16 18h.01" }], ["path", { "d": "M12 9v6" }]];
3
+ </script>
4
+ <Icon type="outline" name="play-card-1" {...$$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 PlayCard_1Props = typeof __propDef.props;
13
+ export type PlayCard_1Events = typeof __propDef.events;
14
+ export type PlayCard_1Slots = typeof __propDef.slots;
15
+ export default class PlayCard_1 extends SvelteComponentTyped<PlayCard_1Props, PlayCard_1Events, PlayCard_1Slots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2" }], ["path", { "d": "M8 6h.01" }], ["path", { "d": "M16 18h.01" }], ["path", { "d": "M9 9v6" }], ["path", { "d": "M12 13c0 1.105 .672 2 1.5 2s1.5 -.895 1.5 -2v-2c0 -1.105 -.672 -2 -1.5 -2s-1.5 .895 -1.5 2z" }]];
3
+ </script>
4
+ <Icon type="outline" name="play-card-10" {...$$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 PlayCard_10Props = typeof __propDef.props;
13
+ export type PlayCard_10Events = typeof __propDef.events;
14
+ export type PlayCard_10Slots = typeof __propDef.slots;
15
+ export default class PlayCard_10 extends SvelteComponentTyped<PlayCard_10Props, PlayCard_10Events, PlayCard_10Slots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2" }], ["path", { "d": "M8 6h.01" }], ["path", { "d": "M16 18h.01" }], ["path", { "d": "M10 9h3a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h3" }]];
3
+ </script>
4
+ <Icon type="outline" name="play-card-2" {...$$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 PlayCard_2Props = typeof __propDef.props;
13
+ export type PlayCard_2Events = typeof __propDef.events;
14
+ export type PlayCard_2Slots = typeof __propDef.slots;
15
+ export default class PlayCard_2 extends SvelteComponentTyped<PlayCard_2Props, PlayCard_2Events, PlayCard_2Slots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2" }], ["path", { "d": "M8 6h.01" }], ["path", { "d": "M16 18h.01" }], ["path", { "d": "M10 9h2.5a1.5 1.5 0 0 1 0 3h-1.5h1.5a1.5 1.5 0 0 1 0 3h-2.5" }]];
3
+ </script>
4
+ <Icon type="outline" name="play-card-3" {...$$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 PlayCard_3Props = typeof __propDef.props;
13
+ export type PlayCard_3Events = typeof __propDef.events;
14
+ export type PlayCard_3Slots = typeof __propDef.slots;
15
+ export default class PlayCard_3 extends SvelteComponentTyped<PlayCard_3Props, PlayCard_3Events, PlayCard_3Slots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2" }], ["path", { "d": "M8 6h.01" }], ["path", { "d": "M16 18h.01" }], ["path", { "d": "M10 9v2a1 1 0 0 0 1 1h3" }], ["path", { "d": "M14 9v6" }]];
3
+ </script>
4
+ <Icon type="outline" name="play-card-4" {...$$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 PlayCard_4Props = typeof __propDef.props;
13
+ export type PlayCard_4Events = typeof __propDef.events;
14
+ export type PlayCard_4Slots = typeof __propDef.slots;
15
+ export default class PlayCard_4 extends SvelteComponentTyped<PlayCard_4Props, PlayCard_4Events, PlayCard_4Slots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2" }], ["path", { "d": "M8 6h.01" }], ["path", { "d": "M16 18h.01" }], ["path", { "d": "M10 15h3a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-3v-3h4" }]];
3
+ </script>
4
+ <Icon type="outline" name="play-card-5" {...$$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 PlayCard_5Props = typeof __propDef.props;
13
+ export type PlayCard_5Events = typeof __propDef.events;
14
+ export type PlayCard_5Slots = typeof __propDef.slots;
15
+ export default class PlayCard_5 extends SvelteComponentTyped<PlayCard_5Props, PlayCard_5Events, PlayCard_5Slots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2" }], ["path", { "d": "M8 6h.01" }], ["path", { "d": "M16 18h.01" }], ["path", { "d": "M14 9h-3a1 1 0 0 0 -1 1v4a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-3" }]];
3
+ </script>
4
+ <Icon type="outline" name="play-card-6" {...$$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 PlayCard_6Props = typeof __propDef.props;
13
+ export type PlayCard_6Events = typeof __propDef.events;
14
+ export type PlayCard_6Slots = typeof __propDef.slots;
15
+ export default class PlayCard_6 extends SvelteComponentTyped<PlayCard_6Props, PlayCard_6Events, PlayCard_6Slots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2" }], ["path", { "d": "M10 9h4l-2 6" }], ["path", { "d": "M8 6h.01" }], ["path", { "d": "M16 18h.01" }]];
3
+ </script>
4
+ <Icon type="outline" name="play-card-7" {...$$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 PlayCard_7Props = typeof __propDef.props;
13
+ export type PlayCard_7Events = typeof __propDef.events;
14
+ export type PlayCard_7Slots = typeof __propDef.slots;
15
+ export default class PlayCard_7 extends SvelteComponentTyped<PlayCard_7Props, PlayCard_7Events, PlayCard_7Slots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2" }], ["path", { "d": "M8 6h.01" }], ["path", { "d": "M16 18h.01" }], ["path", { "d": "M12 12h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1z" }], ["path", { "d": "M12 12h-1a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1" }]];
3
+ </script>
4
+ <Icon type="outline" name="play-card-8" {...$$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 PlayCard_8Props = typeof __propDef.props;
13
+ export type PlayCard_8Events = typeof __propDef.events;
14
+ export type PlayCard_8Slots = typeof __propDef.slots;
15
+ export default class PlayCard_8 extends SvelteComponentTyped<PlayCard_8Props, PlayCard_8Events, PlayCard_8Slots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2" }], ["path", { "d": "M8 6h.01" }], ["path", { "d": "M16 18h.01" }], ["path", { "d": "M10 15h3a1 1 0 0 0 1 -1v-4a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h3" }]];
3
+ </script>
4
+ <Icon type="outline" name="play-card-9" {...$$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 PlayCard_9Props = typeof __propDef.props;
13
+ export type PlayCard_9Events = typeof __propDef.events;
14
+ export type PlayCard_9Slots = typeof __propDef.slots;
15
+ export default class PlayCard_9 extends SvelteComponentTyped<PlayCard_9Props, PlayCard_9Events, PlayCard_9Slots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2" }], ["path", { "d": "M8 6h.01" }], ["path", { "d": "M16 18h.01" }], ["path", { "d": "M10 15v-4a2 2 0 1 1 4 0v4" }], ["path", { "d": "M10 13h4" }]];
3
+ </script>
4
+ <Icon type="outline" name="play-card-a" {...$$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 PlayCardAProps = typeof __propDef.props;
13
+ export type PlayCardAEvents = typeof __propDef.events;
14
+ export type PlayCardASlots = typeof __propDef.slots;
15
+ export default class PlayCardA extends SvelteComponentTyped<PlayCardAProps, PlayCardAEvents, PlayCardASlots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2" }], ["path", { "d": "M8 6h.01" }], ["path", { "d": "M16 18h.01" }], ["path", { "d": "M10 9h4v4a2 2 0 1 1 -4 0" }]];
3
+ </script>
4
+ <Icon type="outline" name="play-card-j" {...$$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 PlayCardJProps = typeof __propDef.props;
13
+ export type PlayCardJEvents = typeof __propDef.events;
14
+ export type PlayCardJSlots = typeof __propDef.slots;
15
+ export default class PlayCardJ extends SvelteComponentTyped<PlayCardJProps, PlayCardJEvents, PlayCardJSlots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2" }], ["path", { "d": "M8 6h.01" }], ["path", { "d": "M16 18h.01" }], ["path", { "d": "M10 9v6" }], ["path", { "d": "M14 9l-3 3l3 3" }], ["path", { "d": "M10 12h1" }]];
3
+ </script>
4
+ <Icon type="outline" name="play-card-k" {...$$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 PlayCardKProps = typeof __propDef.props;
13
+ export type PlayCardKEvents = typeof __propDef.events;
14
+ export type PlayCardKSlots = typeof __propDef.slots;
15
+ export default class PlayCardK extends SvelteComponentTyped<PlayCardKProps, PlayCardKEvents, PlayCardKSlots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2" }], ["path", { "d": "M8 6h.01" }], ["path", { "d": "M16 18h.01" }], ["path", { "d": "M12 9a2 2 0 0 1 2 2v2a2 2 0 1 1 -4 0v-2a2 2 0 0 1 2 -2" }], ["path", { "d": "M13 14l1.5 1.5" }]];
3
+ </script>
4
+ <Icon type="outline" name="play-card-q" {...$$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 PlayCardQProps = typeof __propDef.props;
13
+ export type PlayCardQEvents = typeof __propDef.events;
14
+ export type PlayCardQSlots = typeof __propDef.slots;
15
+ export default class PlayCardQ extends SvelteComponentTyped<PlayCardQProps, PlayCardQEvents, PlayCardQSlots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2" }], ["path", { "d": "M8 6h.01" }], ["path", { "d": "M16 18h.01" }], ["path", { "d": "M11.75 14.112l-1.63 .853a.294 .294 0 0 1 -.425 -.307l.31 -1.808l-1.317 -1.28a.292 .292 0 0 1 .163 -.499l1.82 -.264l.815 -1.644a.294 .294 0 0 1 .527 0l.814 1.644l1.82 .264a.292 .292 0 0 1 .164 .499l-1.318 1.28l.31 1.807a.292 .292 0 0 1 -.425 .308z" }]];
3
+ </script>
4
+ <Icon type="outline" name="play-card-star" {...$$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 PlayCardStarProps = typeof __propDef.props;
13
+ export type PlayCardStarEvents = typeof __propDef.events;
14
+ export type PlayCardStarSlots = typeof __propDef.slots;
15
+ export default class PlayCardStar extends SvelteComponentTyped<PlayCardStarProps, PlayCardStarEvents, PlayCardStarSlots> {
16
+ }
17
+ export {};
@@ -2707,6 +2707,7 @@ export default [
2707
2707
  "join-bevel",
2708
2708
  "join-round",
2709
2709
  "join-straight",
2710
+ "joker",
2710
2711
  "jpg",
2711
2712
  "json",
2712
2713
  "jump-rope",
@@ -3370,8 +3371,10 @@ export default [
3370
3371
  "number-1-small",
3371
3372
  "number-1",
3372
3373
  "number-10-small",
3374
+ "number-10",
3373
3375
  "number-100-small",
3374
3376
  "number-11-small",
3377
+ "number-11",
3375
3378
  "number-12-small",
3376
3379
  "number-123",
3377
3380
  "number-13-small",
@@ -3687,7 +3690,22 @@ export default [
3687
3690
  "plant-off",
3688
3691
  "plant",
3689
3692
  "play-basketball",
3693
+ "play-card-1",
3694
+ "play-card-10",
3695
+ "play-card-2",
3696
+ "play-card-3",
3697
+ "play-card-4",
3698
+ "play-card-5",
3699
+ "play-card-6",
3700
+ "play-card-7",
3701
+ "play-card-8",
3702
+ "play-card-9",
3703
+ "play-card-a",
3704
+ "play-card-j",
3705
+ "play-card-k",
3690
3706
  "play-card-off",
3707
+ "play-card-q",
3708
+ "play-card-star",
3691
3709
  "play-card",
3692
3710
  "play-football",
3693
3711
  "play-handball",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tabler/icons-svelte",
3
- "version": "3.17.0",
3
+ "version": "3.18.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.17.0"
52
+ "@tabler/icons": "3.18.0"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@sveltejs/package": "^2.2.7",