@tabler/icons-svelte 3.17.0 → 3.19.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 (76) hide show
  1. package/dist/icons/arrow-down-dashed.svelte +6 -0
  2. package/dist/icons/arrow-down-dashed.svelte.d.ts +17 -0
  3. package/dist/icons/arrow-left-dashed.svelte +6 -0
  4. package/dist/icons/arrow-left-dashed.svelte.d.ts +17 -0
  5. package/dist/icons/arrow-narrow-down-dashed.svelte +6 -0
  6. package/dist/icons/arrow-narrow-down-dashed.svelte.d.ts +17 -0
  7. package/dist/icons/arrow-narrow-left-dashed.svelte +6 -0
  8. package/dist/icons/arrow-narrow-left-dashed.svelte.d.ts +17 -0
  9. package/dist/icons/arrow-narrow-right-dashed.svelte +6 -0
  10. package/dist/icons/arrow-narrow-right-dashed.svelte.d.ts +17 -0
  11. package/dist/icons/arrow-narrow-up-dashed.svelte +6 -0
  12. package/dist/icons/arrow-narrow-up-dashed.svelte.d.ts +17 -0
  13. package/dist/icons/arrow-right-dashed.svelte +6 -0
  14. package/dist/icons/arrow-right-dashed.svelte.d.ts +17 -0
  15. package/dist/icons/arrow-up-dashed.svelte +6 -0
  16. package/dist/icons/arrow-up-dashed.svelte.d.ts +17 -0
  17. package/dist/icons/building-cog.svelte +6 -0
  18. package/dist/icons/building-cog.svelte.d.ts +17 -0
  19. package/dist/icons/building-minus.svelte +6 -0
  20. package/dist/icons/building-minus.svelte.d.ts +17 -0
  21. package/dist/icons/building-plus.svelte +6 -0
  22. package/dist/icons/building-plus.svelte.d.ts +17 -0
  23. package/dist/icons/favicon-filled.svelte +6 -0
  24. package/dist/icons/favicon-filled.svelte.d.ts +17 -0
  25. package/dist/icons/icons-filled.svelte +6 -0
  26. package/dist/icons/icons-filled.svelte.d.ts +17 -0
  27. package/dist/icons/index.d.ts +36 -0
  28. package/dist/icons/index.js +36 -0
  29. package/dist/icons/ironing-1-filled.svelte +6 -0
  30. package/dist/icons/ironing-1-filled.svelte.d.ts +17 -0
  31. package/dist/icons/ironing-2-filled.svelte +6 -0
  32. package/dist/icons/ironing-2-filled.svelte.d.ts +17 -0
  33. package/dist/icons/ironing-3-filled.svelte +6 -0
  34. package/dist/icons/ironing-3-filled.svelte.d.ts +17 -0
  35. package/dist/icons/ironing-steam-filled.svelte +6 -0
  36. package/dist/icons/ironing-steam-filled.svelte.d.ts +17 -0
  37. package/dist/icons/joker.svelte +6 -0
  38. package/dist/icons/joker.svelte.d.ts +17 -0
  39. package/dist/icons/number-10.svelte +6 -0
  40. package/dist/icons/number-10.svelte.d.ts +17 -0
  41. package/dist/icons/number-11.svelte +6 -0
  42. package/dist/icons/number-11.svelte.d.ts +17 -0
  43. package/dist/icons/play-card-1.svelte +6 -0
  44. package/dist/icons/play-card-1.svelte.d.ts +17 -0
  45. package/dist/icons/play-card-10.svelte +6 -0
  46. package/dist/icons/play-card-10.svelte.d.ts +17 -0
  47. package/dist/icons/play-card-2.svelte +6 -0
  48. package/dist/icons/play-card-2.svelte.d.ts +17 -0
  49. package/dist/icons/play-card-3.svelte +6 -0
  50. package/dist/icons/play-card-3.svelte.d.ts +17 -0
  51. package/dist/icons/play-card-4.svelte +6 -0
  52. package/dist/icons/play-card-4.svelte.d.ts +17 -0
  53. package/dist/icons/play-card-5.svelte +6 -0
  54. package/dist/icons/play-card-5.svelte.d.ts +17 -0
  55. package/dist/icons/play-card-6.svelte +6 -0
  56. package/dist/icons/play-card-6.svelte.d.ts +17 -0
  57. package/dist/icons/play-card-7.svelte +6 -0
  58. package/dist/icons/play-card-7.svelte.d.ts +17 -0
  59. package/dist/icons/play-card-8.svelte +6 -0
  60. package/dist/icons/play-card-8.svelte.d.ts +17 -0
  61. package/dist/icons/play-card-9.svelte +6 -0
  62. package/dist/icons/play-card-9.svelte.d.ts +17 -0
  63. package/dist/icons/play-card-a.svelte +6 -0
  64. package/dist/icons/play-card-a.svelte.d.ts +17 -0
  65. package/dist/icons/play-card-j.svelte +6 -0
  66. package/dist/icons/play-card-j.svelte.d.ts +17 -0
  67. package/dist/icons/play-card-k.svelte +6 -0
  68. package/dist/icons/play-card-k.svelte.d.ts +17 -0
  69. package/dist/icons/play-card-q.svelte +6 -0
  70. package/dist/icons/play-card-q.svelte.d.ts +17 -0
  71. package/dist/icons/play-card-star.svelte +6 -0
  72. package/dist/icons/play-card-star.svelte.d.ts +17 -0
  73. package/dist/icons/sitemap-filled.svelte +6 -0
  74. package/dist/icons/sitemap-filled.svelte.d.ts +17 -0
  75. package/dist/icons-list.js +36 -0
  76. package/package.json +2 -2
@@ -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 {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M2 16.667a2.667 2.667 0 0 1 2.667 -2.667h2.666a2.667 2.667 0 0 1 2.667 2.667v2.666a2.667 2.667 0 0 1 -2.667 2.667h-2.666a2.667 2.667 0 0 1 -2.667 -2.667z" }], ["path", { "d": "M14 16.667a2.667 2.667 0 0 1 2.667 -2.667h2.666a2.667 2.667 0 0 1 2.667 2.667v2.666a2.667 2.667 0 0 1 -2.667 2.667h-2.666a2.667 2.667 0 0 1 -2.667 -2.667z" }], ["path", { "d": "M8 4.667a2.667 2.667 0 0 1 2.667 -2.667h2.666a2.667 2.667 0 0 1 2.667 2.667v2.666a2.667 2.667 0 0 1 -2.667 2.667h-2.666a2.667 2.667 0 0 1 -2.667 -2.667z" }], ["path", { "d": "M12 8a1 1 0 0 0 -1 1v2h-3c-1.645 0 -3 1.355 -3 3v1a1 1 0 0 0 1 1a1 1 0 0 0 1 -1v-1c0 -.564 .436 -1 1 -1h8c.564 0 1 .436 1 1v1a1 1 0 0 0 1 1a1 1 0 0 0 1 -1v-1c0 -1.645 -1.355 -3 -3 -3h-3v-2a1 1 0 0 0 -1 -1z" }]];
3
+ </script>
4
+ <Icon type="filled" name="sitemap-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 SitemapFilledProps = typeof __propDef.props;
13
+ export type SitemapFilledEvents = typeof __propDef.events;
14
+ export type SitemapFilledSlots = typeof __propDef.slots;
15
+ export default class SitemapFilled extends SvelteComponentTyped<SitemapFilledProps, SitemapFilledEvents, SitemapFilledSlots> {
16
+ }
17
+ export {};
@@ -182,6 +182,7 @@ export default [
182
182
  "arrow-curve-right",
183
183
  "arrow-down-bar",
184
184
  "arrow-down-circle",
185
+ "arrow-down-dashed",
185
186
  "arrow-down-from-arc",
186
187
  "arrow-down-left-circle",
187
188
  "arrow-down-left",
@@ -202,6 +203,7 @@ export default [
202
203
  "arrow-iteration",
203
204
  "arrow-left-bar",
204
205
  "arrow-left-circle",
206
+ "arrow-left-dashed",
205
207
  "arrow-left-from-arc",
206
208
  "arrow-left-rhombus",
207
209
  "arrow-left-right",
@@ -223,9 +225,13 @@ export default [
223
225
  "arrow-move-left",
224
226
  "arrow-move-right",
225
227
  "arrow-move-up",
228
+ "arrow-narrow-down-dashed",
226
229
  "arrow-narrow-down",
230
+ "arrow-narrow-left-dashed",
227
231
  "arrow-narrow-left",
232
+ "arrow-narrow-right-dashed",
228
233
  "arrow-narrow-right",
234
+ "arrow-narrow-up-dashed",
229
235
  "arrow-narrow-up",
230
236
  "arrow-ramp-left-2",
231
237
  "arrow-ramp-left-3",
@@ -235,6 +241,7 @@ export default [
235
241
  "arrow-ramp-right",
236
242
  "arrow-right-bar",
237
243
  "arrow-right-circle",
244
+ "arrow-right-dashed",
238
245
  "arrow-right-from-arc",
239
246
  "arrow-right-rhombus",
240
247
  "arrow-right-square",
@@ -254,6 +261,7 @@ export default [
254
261
  "arrow-sharp-turn-right",
255
262
  "arrow-up-bar",
256
263
  "arrow-up-circle",
264
+ "arrow-up-dashed",
257
265
  "arrow-up-from-arc",
258
266
  "arrow-up-left-circle",
259
267
  "arrow-up-left",
@@ -1006,6 +1014,7 @@ export default [
1006
1014
  "building-castle",
1007
1015
  "building-church",
1008
1016
  "building-circus",
1017
+ "building-cog",
1009
1018
  "building-community",
1010
1019
  "building-cottage",
1011
1020
  "building-estate",
@@ -1014,10 +1023,12 @@ export default [
1014
1023
  "building-fortress",
1015
1024
  "building-hospital",
1016
1025
  "building-lighthouse",
1026
+ "building-minus",
1017
1027
  "building-monument",
1018
1028
  "building-mosque",
1019
1029
  "building-off",
1020
1030
  "building-pavilion",
1031
+ "building-plus",
1021
1032
  "building-skyscraper",
1022
1033
  "building-stadium",
1023
1034
  "building-store",
@@ -2707,6 +2718,7 @@ export default [
2707
2718
  "join-bevel",
2708
2719
  "join-round",
2709
2720
  "join-straight",
2721
+ "joker",
2710
2722
  "jpg",
2711
2723
  "json",
2712
2724
  "jump-rope",
@@ -3370,8 +3382,10 @@ export default [
3370
3382
  "number-1-small",
3371
3383
  "number-1",
3372
3384
  "number-10-small",
3385
+ "number-10",
3373
3386
  "number-100-small",
3374
3387
  "number-11-small",
3388
+ "number-11",
3375
3389
  "number-12-small",
3376
3390
  "number-123",
3377
3391
  "number-13-small",
@@ -3687,7 +3701,22 @@ export default [
3687
3701
  "plant-off",
3688
3702
  "plant",
3689
3703
  "play-basketball",
3704
+ "play-card-1",
3705
+ "play-card-10",
3706
+ "play-card-2",
3707
+ "play-card-3",
3708
+ "play-card-4",
3709
+ "play-card-5",
3710
+ "play-card-6",
3711
+ "play-card-7",
3712
+ "play-card-8",
3713
+ "play-card-9",
3714
+ "play-card-a",
3715
+ "play-card-j",
3716
+ "play-card-k",
3690
3717
  "play-card-off",
3718
+ "play-card-q",
3719
+ "play-card-star",
3691
3720
  "play-card",
3692
3721
  "play-football",
3693
3722
  "play-handball",
@@ -5211,6 +5240,7 @@ export default [
5211
5240
  "elevator-filled",
5212
5241
  "exclamation-circle-filled",
5213
5242
  "eye-filled",
5243
+ "favicon-filled",
5214
5244
  "feather-filled",
5215
5245
  "file-x-filled",
5216
5246
  "file-filled",
@@ -5288,6 +5318,7 @@ export default [
5288
5318
  "home-filled",
5289
5319
  "hospital-circle-filled",
5290
5320
  "hourglass-filled",
5321
+ "icons-filled",
5291
5322
  "info-circle-filled",
5292
5323
  "info-hexagon-filled",
5293
5324
  "info-octagon-filled",
@@ -5302,6 +5333,10 @@ export default [
5302
5333
  "inner-shadow-top-left-filled",
5303
5334
  "inner-shadow-top-right-filled",
5304
5335
  "inner-shadow-top-filled",
5336
+ "ironing-1-filled",
5337
+ "ironing-2-filled",
5338
+ "ironing-3-filled",
5339
+ "ironing-steam-filled",
5305
5340
  "ironing-filled",
5306
5341
  "jetpack-filled",
5307
5342
  "jewish-star-filled",
@@ -5444,6 +5479,7 @@ export default [
5444
5479
  "shopping-cart-filled",
5445
5480
  "sign-left-filled",
5446
5481
  "sign-right-filled",
5482
+ "sitemap-filled",
5447
5483
  "sort-ascending-2-filled",
5448
5484
  "sort-ascending-shapes-filled",
5449
5485
  "sort-descending-2-filled",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tabler/icons-svelte",
3
- "version": "3.17.0",
3
+ "version": "3.19.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.19.0"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@sveltejs/package": "^2.2.7",