@taiga-ui/icons 4.52.0-canary.ec0802b → 4.52.0-canary.efbd0d4

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 (69) hide show
  1. package/package.json +1 -1
  2. package/src/balloon-filled.svg +15 -0
  3. package/src/balloon.svg +15 -0
  4. package/src/book-search-filled.svg +16 -0
  5. package/src/book-search.svg +16 -0
  6. package/src/brush-cleaning-filled.svg +2 -2
  7. package/src/brush-cleaning.svg +2 -2
  8. package/src/bubbles-filled.svg +1 -1
  9. package/src/bubbles.svg +1 -1
  10. package/src/calendars-filled.svg +1 -0
  11. package/src/calendars.svg +1 -0
  12. package/src/circle-pile-filled.svg +18 -0
  13. package/src/circle-pile.svg +18 -0
  14. package/src/cloud-backup-filled.svg +18 -0
  15. package/src/cloud-backup.svg +18 -0
  16. package/src/cloud-sync-filled.svg +17 -0
  17. package/src/cloud-sync.svg +17 -0
  18. package/src/fishing-hook-filled.svg +18 -0
  19. package/src/fishing-hook.svg +18 -0
  20. package/src/flashlight-filled.svg +3 -3
  21. package/src/flashlight-off-filled.svg +11 -4
  22. package/src/flashlight-off.svg +11 -4
  23. package/src/flashlight.svg +3 -3
  24. package/src/form-filled.svg +16 -0
  25. package/src/form.svg +16 -0
  26. package/src/hd-filled.svg +20 -0
  27. package/src/hd.svg +20 -0
  28. package/src/layers-plus-filled.svg +20 -0
  29. package/src/layers-plus.svg +20 -0
  30. package/src/memory-stick-filled.svg +11 -12
  31. package/src/memory-stick.svg +11 -12
  32. package/src/microchip-filled.svg +8 -12
  33. package/src/microchip.svg +8 -12
  34. package/src/paint-bucket-filled.svg +10 -4
  35. package/src/paint-bucket.svg +10 -4
  36. package/src/plug-filled.svg +5 -2
  37. package/src/plug.svg +5 -2
  38. package/src/scale-filled.svg +4 -4
  39. package/src/scale.svg +4 -4
  40. package/src/scissors-square-dashed-bottom-filled.svg +14 -11
  41. package/src/scissors-square-dashed-bottom.svg +14 -11
  42. package/src/scissors-square-filled.svg +6 -6
  43. package/src/scissors-square.svg +6 -6
  44. package/src/scooter-filled.svg +16 -0
  45. package/src/scooter.svg +16 -0
  46. package/src/search-alert-filled.svg +16 -0
  47. package/src/search-alert.svg +16 -0
  48. package/src/square-bottom-dashed-scissors-filled.svg +14 -11
  49. package/src/square-bottom-dashed-scissors.svg +14 -11
  50. package/src/square-scissors-filled.svg +6 -6
  51. package/src/square-scissors.svg +6 -6
  52. package/src/thermometer-sun-filled.svg +6 -6
  53. package/src/thermometer-sun.svg +6 -6
  54. package/src/thumbs-down-filled.svg +1 -1
  55. package/src/thumbs-down.svg +1 -1
  56. package/src/thumbs-up-filled.svg +1 -1
  57. package/src/thumbs-up.svg +1 -1
  58. package/src/tickets-filled.svg +1 -1
  59. package/src/tickets-plane-filled.svg +1 -1
  60. package/src/tickets-plane.svg +1 -1
  61. package/src/tickets.svg +1 -1
  62. package/src/van-filled.svg +23 -0
  63. package/src/van.svg +23 -0
  64. package/src/waves-arrow-down-filled.svg +22 -0
  65. package/src/waves-arrow-down.svg +22 -0
  66. package/src/waves-arrow-up-filled.svg +22 -0
  67. package/src/waves-arrow-up.svg +22 -0
  68. package/src/weight-tilde-filled.svg +18 -0
  69. package/src/weight-tilde.svg +18 -0
@@ -9,8 +9,14 @@
9
9
  stroke-linecap="round"
10
10
  stroke-linejoin="round"
11
11
  >
12
- <path vector-effect="non-scaling-stroke" d="m19 11-8-8-8.6 8.6a2 2 0 0 0 0 2.8l5.2 5.2c.8.8 2 .8 2.8 0L19 11Z" />
13
- <path vector-effect="non-scaling-stroke" d="m5 2 5 5" />
14
- <path vector-effect="non-scaling-stroke" d="M2 13h15" />
15
- <path vector-effect="non-scaling-stroke" d="M22 20a2 2 0 1 1-4 0c0-1.6 1.7-2.4 2-4 .3 1.6 2 2.4 2 4Z" />
12
+ <path vector-effect="non-scaling-stroke" d="M19 12H2" />
13
+ <path
14
+ vector-effect="non-scaling-stroke"
15
+ d="M21.145 18.38A3.34 3.34 0 0 1 20 16.5a3.3 3.3 0 0 1-1.145 1.88c-.575.46-.855 1.02-.855 1.595A2 2 0 0 0 20 22a2 2 0 0 0 2-2.025c0-.58-.285-1.13-.855-1.595"
16
+ />
17
+ <path vector-effect="non-scaling-stroke" d="m6 2 5 5" />
18
+ <path
19
+ vector-effect="non-scaling-stroke"
20
+ d="m8.5 4.5 2.148-2.148a1.205 1.205 0 0 1 1.704 0l7.296 7.296a1.205 1.205 0 0 1 0 1.704l-7.592 7.592a3.615 3.615 0 0 1-5.112 0l-3.888-3.888a3.615 3.615 0 0 1 0-5.112L5.67 7.33"
21
+ />
16
22
  </svg>
@@ -9,8 +9,14 @@
9
9
  stroke-linecap="round"
10
10
  stroke-linejoin="round"
11
11
  >
12
- <path vector-effect="non-scaling-stroke" d="m19 11-8-8-8.6 8.6a2 2 0 0 0 0 2.8l5.2 5.2c.8.8 2 .8 2.8 0L19 11Z" />
13
- <path vector-effect="non-scaling-stroke" d="m5 2 5 5" />
14
- <path vector-effect="non-scaling-stroke" d="M2 13h15" />
15
- <path vector-effect="non-scaling-stroke" d="M22 20a2 2 0 1 1-4 0c0-1.6 1.7-2.4 2-4 .3 1.6 2 2.4 2 4Z" />
12
+ <path vector-effect="non-scaling-stroke" d="M19 12H2" />
13
+ <path
14
+ vector-effect="non-scaling-stroke"
15
+ d="M21.145 18.38A3.34 3.34 0 0 1 20 16.5a3.3 3.3 0 0 1-1.145 1.88c-.575.46-.855 1.02-.855 1.595A2 2 0 0 0 20 22a2 2 0 0 0 2-2.025c0-.58-.285-1.13-.855-1.595"
16
+ />
17
+ <path vector-effect="non-scaling-stroke" d="m6 2 5 5" />
18
+ <path
19
+ vector-effect="non-scaling-stroke"
20
+ d="m8.5 4.5 2.148-2.148a1.205 1.205 0 0 1 1.704 0l7.296 7.296a1.205 1.205 0 0 1 0 1.704l-7.592 7.592a3.615 3.615 0 0 1-5.112 0l-3.888-3.888a3.615 3.615 0 0 1 0-5.112L5.67 7.33"
21
+ />
16
22
  </svg>
@@ -10,7 +10,10 @@
10
10
  stroke-linejoin="round"
11
11
  >
12
12
  <path vector-effect="non-scaling-stroke" d="M12 22v-5" />
13
- <path vector-effect="non-scaling-stroke" d="M9 8V2" />
14
13
  <path vector-effect="non-scaling-stroke" d="M15 8V2" />
15
- <path vector-effect="non-scaling-stroke" d="M18 8v5a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V8Z" />
14
+ <path
15
+ vector-effect="non-scaling-stroke"
16
+ d="M17 8a1 1 0 0 1 1 1v4a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V9a1 1 0 0 1 1-1z"
17
+ />
18
+ <path vector-effect="non-scaling-stroke" d="M9 8V2" />
16
19
  </svg>
package/src/plug.svg CHANGED
@@ -10,7 +10,10 @@
10
10
  stroke-linejoin="round"
11
11
  >
12
12
  <path vector-effect="non-scaling-stroke" d="M12 22v-5" />
13
- <path vector-effect="non-scaling-stroke" d="M9 8V2" />
14
13
  <path vector-effect="non-scaling-stroke" d="M15 8V2" />
15
- <path vector-effect="non-scaling-stroke" d="M18 8v5a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V8Z" />
14
+ <path
15
+ vector-effect="non-scaling-stroke"
16
+ d="M17 8a1 1 0 0 1 1 1v4a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V9a1 1 0 0 1 1-1z"
17
+ />
18
+ <path vector-effect="non-scaling-stroke" d="M9 8V2" />
16
19
  </svg>
@@ -9,9 +9,9 @@
9
9
  stroke-linecap="round"
10
10
  stroke-linejoin="round"
11
11
  >
12
- <path vector-effect="non-scaling-stroke" d="m16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z" />
13
- <path vector-effect="non-scaling-stroke" d="m2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z" />
14
- <path vector-effect="non-scaling-stroke" d="M7 21h10" />
15
12
  <path vector-effect="non-scaling-stroke" d="M12 3v18" />
16
- <path vector-effect="non-scaling-stroke" d="M3 7h2c2 0 5-1 7-2 2 1 5 2 7 2h2" />
13
+ <path vector-effect="non-scaling-stroke" d="m19 8 3 8a5 5 0 0 1-6 0zV7" />
14
+ <path vector-effect="non-scaling-stroke" d="M3 7h1a17 17 0 0 0 8-2 17 17 0 0 0 8 2h1" />
15
+ <path vector-effect="non-scaling-stroke" d="m5 8 3 8a5 5 0 0 1-6 0zV7" />
16
+ <path vector-effect="non-scaling-stroke" d="M7 21h10" />
17
17
  </svg>
package/src/scale.svg CHANGED
@@ -9,9 +9,9 @@
9
9
  stroke-linecap="round"
10
10
  stroke-linejoin="round"
11
11
  >
12
- <path vector-effect="non-scaling-stroke" d="m16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z" />
13
- <path vector-effect="non-scaling-stroke" d="m2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z" />
14
- <path vector-effect="non-scaling-stroke" d="M7 21h10" />
15
12
  <path vector-effect="non-scaling-stroke" d="M12 3v18" />
16
- <path vector-effect="non-scaling-stroke" d="M3 7h2c2 0 5-1 7-2 2 1 5 2 7 2h2" />
13
+ <path vector-effect="non-scaling-stroke" d="m19 8 3 8a5 5 0 0 1-6 0zV7" />
14
+ <path vector-effect="non-scaling-stroke" d="M3 7h1a17 17 0 0 0 8-2 17 17 0 0 0 8 2h1" />
15
+ <path vector-effect="non-scaling-stroke" d="m5 8 3 8a5 5 0 0 1-6 0zV7" />
16
+ <path vector-effect="non-scaling-stroke" d="M7 21h10" />
17
17
  </svg>
@@ -9,15 +9,18 @@
9
9
  stroke-linecap="round"
10
10
  stroke-linejoin="round"
11
11
  >
12
- <path
13
- vector-effect="non-scaling-stroke"
14
- d="M4 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2"
15
- />
16
- <path vector-effect="non-scaling-stroke" d="M10 22H8" />
17
- <path vector-effect="non-scaling-stroke" d="M16 22h-2" />
18
- <circle vector-effect="non-scaling-stroke" cx="8" cy="8" r="2" />
19
- <path vector-effect="non-scaling-stroke" d="M9.414 9.414 12 12" />
20
- <path vector-effect="non-scaling-stroke" d="M14.8 14.8 18 18" />
21
- <circle vector-effect="non-scaling-stroke" cx="8" cy="16" r="2" />
22
- <path vector-effect="non-scaling-stroke" d="m18 6-8.586 8.586" />
12
+ <line vector-effect="non-scaling-stroke" x1="5" y1="3" x2="19" y2="3" />
13
+ <line vector-effect="non-scaling-stroke" x1="3" y1="5" x2="3" y2="19" />
14
+ <line vector-effect="non-scaling-stroke" x1="21" y1="5" x2="21" y2="19" />
15
+ <line vector-effect="non-scaling-stroke" x1="9" y1="21" x2="10" y2="21" />
16
+ <line vector-effect="non-scaling-stroke" x1="14" y1="21" x2="15" y2="21" />
17
+ <path vector-effect="non-scaling-stroke" d="M 3 5 A2 2 0 0 1 5 3" />
18
+ <path vector-effect="non-scaling-stroke" d="M 19 3 A2 2 0 0 1 21 5" />
19
+ <path vector-effect="non-scaling-stroke" d="M 5 21 A2 2 0 0 1 3 19" />
20
+ <path vector-effect="non-scaling-stroke" d="M 21 19 A2 2 0 0 1 19 21" />
21
+ <circle vector-effect="non-scaling-stroke" cx="8.5" cy="8.5" r="1.5" />
22
+ <line vector-effect="non-scaling-stroke" x1="9.56066" y1="9.56066" x2="12" y2="12" />
23
+ <line vector-effect="non-scaling-stroke" x1="17" y1="17" x2="14.82" y2="14.82" />
24
+ <circle vector-effect="non-scaling-stroke" cx="8.5" cy="15.5" r="1.5" />
25
+ <line vector-effect="non-scaling-stroke" x1="9.56066" y1="14.43934" x2="17" y2="7" />
23
26
  </svg>
@@ -9,15 +9,18 @@
9
9
  stroke-linecap="round"
10
10
  stroke-linejoin="round"
11
11
  >
12
- <path
13
- vector-effect="non-scaling-stroke"
14
- d="M4 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2"
15
- />
16
- <path vector-effect="non-scaling-stroke" d="M10 22H8" />
17
- <path vector-effect="non-scaling-stroke" d="M16 22h-2" />
18
- <circle vector-effect="non-scaling-stroke" cx="8" cy="8" r="2" />
19
- <path vector-effect="non-scaling-stroke" d="M9.414 9.414 12 12" />
20
- <path vector-effect="non-scaling-stroke" d="M14.8 14.8 18 18" />
21
- <circle vector-effect="non-scaling-stroke" cx="8" cy="16" r="2" />
22
- <path vector-effect="non-scaling-stroke" d="m18 6-8.586 8.586" />
12
+ <line vector-effect="non-scaling-stroke" x1="5" y1="3" x2="19" y2="3" />
13
+ <line vector-effect="non-scaling-stroke" x1="3" y1="5" x2="3" y2="19" />
14
+ <line vector-effect="non-scaling-stroke" x1="21" y1="5" x2="21" y2="19" />
15
+ <line vector-effect="non-scaling-stroke" x1="9" y1="21" x2="10" y2="21" />
16
+ <line vector-effect="non-scaling-stroke" x1="14" y1="21" x2="15" y2="21" />
17
+ <path vector-effect="non-scaling-stroke" d="M 3 5 A2 2 0 0 1 5 3" />
18
+ <path vector-effect="non-scaling-stroke" d="M 19 3 A2 2 0 0 1 21 5" />
19
+ <path vector-effect="non-scaling-stroke" d="M 5 21 A2 2 0 0 1 3 19" />
20
+ <path vector-effect="non-scaling-stroke" d="M 21 19 A2 2 0 0 1 19 21" />
21
+ <circle vector-effect="non-scaling-stroke" cx="8.5" cy="8.5" r="1.5" />
22
+ <line vector-effect="non-scaling-stroke" x1="9.56066" y1="9.56066" x2="12" y2="12" />
23
+ <line vector-effect="non-scaling-stroke" x1="17" y1="17" x2="14.82" y2="14.82" />
24
+ <circle vector-effect="non-scaling-stroke" cx="8.5" cy="15.5" r="1.5" />
25
+ <line vector-effect="non-scaling-stroke" x1="9.56066" y1="14.43934" x2="17" y2="7" />
23
26
  </svg>
@@ -9,10 +9,10 @@
9
9
  stroke-linecap="round"
10
10
  stroke-linejoin="round"
11
11
  >
12
- <rect x="2" y="2" vector-effect="non-scaling-stroke" width="20" height="20" rx="2" />
13
- <circle vector-effect="non-scaling-stroke" cx="8" cy="8" r="2" />
14
- <path vector-effect="non-scaling-stroke" d="M9.414 9.414 12 12" />
15
- <path vector-effect="non-scaling-stroke" d="M14.8 14.8 18 18" />
16
- <circle vector-effect="non-scaling-stroke" cx="8" cy="16" r="2" />
17
- <path vector-effect="non-scaling-stroke" d="m18 6-8.586 8.586" />
12
+ <rect x="3" y="3" vector-effect="non-scaling-stroke" width="18" height="18" rx="2" />
13
+ <circle vector-effect="non-scaling-stroke" cx="8.5" cy="8.5" r="1.5" />
14
+ <line vector-effect="non-scaling-stroke" x1="9.56066" y1="9.56066" x2="12" y2="12" />
15
+ <line vector-effect="non-scaling-stroke" x1="17" y1="17" x2="14.82" y2="14.82" />
16
+ <circle vector-effect="non-scaling-stroke" cx="8.5" cy="15.5" r="1.5" />
17
+ <line vector-effect="non-scaling-stroke" x1="9.56066" y1="14.43934" x2="17" y2="7" />
18
18
  </svg>
@@ -9,10 +9,10 @@
9
9
  stroke-linecap="round"
10
10
  stroke-linejoin="round"
11
11
  >
12
- <rect x="2" y="2" vector-effect="non-scaling-stroke" width="20" height="20" rx="2" />
13
- <circle vector-effect="non-scaling-stroke" cx="8" cy="8" r="2" />
14
- <path vector-effect="non-scaling-stroke" d="M9.414 9.414 12 12" />
15
- <path vector-effect="non-scaling-stroke" d="M14.8 14.8 18 18" />
16
- <circle vector-effect="non-scaling-stroke" cx="8" cy="16" r="2" />
17
- <path vector-effect="non-scaling-stroke" d="m18 6-8.586 8.586" />
12
+ <rect x="3" y="3" vector-effect="non-scaling-stroke" width="18" height="18" rx="2" />
13
+ <circle vector-effect="non-scaling-stroke" cx="8.5" cy="8.5" r="1.5" />
14
+ <line vector-effect="non-scaling-stroke" x1="9.56066" y1="9.56066" x2="12" y2="12" />
15
+ <line vector-effect="non-scaling-stroke" x1="17" y1="17" x2="14.82" y2="14.82" />
16
+ <circle vector-effect="non-scaling-stroke" cx="8.5" cy="15.5" r="1.5" />
17
+ <line vector-effect="non-scaling-stroke" x1="9.56066" y1="14.43934" x2="17" y2="7" />
18
18
  </svg>
@@ -0,0 +1,16 @@
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="24"
4
+ height="24"
5
+ viewBox="0 0 24 24"
6
+ fill="currentColor"
7
+ stroke="currentColor"
8
+ stroke-width="calc((100vw - 100vh) / 10)"
9
+ stroke-linecap="round"
10
+ stroke-linejoin="round"
11
+ >
12
+ <path vector-effect="non-scaling-stroke" d="M21 4h-3.5l2 11.05" />
13
+ <path vector-effect="non-scaling-stroke" d="M6.95 17h5.142c.523 0 .95-.406 1.063-.916a6.5 6.5 0 0 1 5.345-5.009" />
14
+ <circle vector-effect="non-scaling-stroke" cx="19.5" cy="17.5" r="2.5" />
15
+ <circle vector-effect="non-scaling-stroke" cx="4.5" cy="17.5" r="2.5" />
16
+ </svg>
@@ -0,0 +1,16 @@
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="24"
4
+ height="24"
5
+ viewBox="0 0 24 24"
6
+ fill="none"
7
+ stroke="currentColor"
8
+ stroke-width="calc((100vw - 100vh) / 10)"
9
+ stroke-linecap="round"
10
+ stroke-linejoin="round"
11
+ >
12
+ <path vector-effect="non-scaling-stroke" d="M21 4h-3.5l2 11.05" />
13
+ <path vector-effect="non-scaling-stroke" d="M6.95 17h5.142c.523 0 .95-.406 1.063-.916a6.5 6.5 0 0 1 5.345-5.009" />
14
+ <circle vector-effect="non-scaling-stroke" cx="19.5" cy="17.5" r="2.5" />
15
+ <circle vector-effect="non-scaling-stroke" cx="4.5" cy="17.5" r="2.5" />
16
+ </svg>
@@ -0,0 +1,16 @@
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="24"
4
+ height="24"
5
+ viewBox="0 0 24 24"
6
+ fill="currentColor"
7
+ stroke="currentColor"
8
+ stroke-width="calc((100vw - 100vh) / 10)"
9
+ stroke-linecap="round"
10
+ stroke-linejoin="round"
11
+ >
12
+ <circle vector-effect="non-scaling-stroke" cx="11" cy="11" r="8" />
13
+ <path vector-effect="non-scaling-stroke" d="m21 21-4.3-4.3" />
14
+ <path vector-effect="non-scaling-stroke" d="M11 7v4" />
15
+ <path vector-effect="non-scaling-stroke" d="M11 15h.01" />
16
+ </svg>
@@ -0,0 +1,16 @@
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="24"
4
+ height="24"
5
+ viewBox="0 0 24 24"
6
+ fill="none"
7
+ stroke="currentColor"
8
+ stroke-width="calc((100vw - 100vh) / 10)"
9
+ stroke-linecap="round"
10
+ stroke-linejoin="round"
11
+ >
12
+ <circle vector-effect="non-scaling-stroke" cx="11" cy="11" r="8" />
13
+ <path vector-effect="non-scaling-stroke" d="m21 21-4.3-4.3" />
14
+ <path vector-effect="non-scaling-stroke" d="M11 7v4" />
15
+ <path vector-effect="non-scaling-stroke" d="M11 15h.01" />
16
+ </svg>
@@ -9,15 +9,18 @@
9
9
  stroke-linecap="round"
10
10
  stroke-linejoin="round"
11
11
  >
12
- <path
13
- vector-effect="non-scaling-stroke"
14
- d="M4 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2"
15
- />
16
- <path vector-effect="non-scaling-stroke" d="M10 22H8" />
17
- <path vector-effect="non-scaling-stroke" d="M16 22h-2" />
18
- <circle vector-effect="non-scaling-stroke" cx="8" cy="8" r="2" />
19
- <path vector-effect="non-scaling-stroke" d="M9.414 9.414 12 12" />
20
- <path vector-effect="non-scaling-stroke" d="M14.8 14.8 18 18" />
21
- <circle vector-effect="non-scaling-stroke" cx="8" cy="16" r="2" />
22
- <path vector-effect="non-scaling-stroke" d="m18 6-8.586 8.586" />
12
+ <line vector-effect="non-scaling-stroke" x1="5" y1="3" x2="19" y2="3" />
13
+ <line vector-effect="non-scaling-stroke" x1="3" y1="5" x2="3" y2="19" />
14
+ <line vector-effect="non-scaling-stroke" x1="21" y1="5" x2="21" y2="19" />
15
+ <line vector-effect="non-scaling-stroke" x1="9" y1="21" x2="10" y2="21" />
16
+ <line vector-effect="non-scaling-stroke" x1="14" y1="21" x2="15" y2="21" />
17
+ <path vector-effect="non-scaling-stroke" d="M 3 5 A2 2 0 0 1 5 3" />
18
+ <path vector-effect="non-scaling-stroke" d="M 19 3 A2 2 0 0 1 21 5" />
19
+ <path vector-effect="non-scaling-stroke" d="M 5 21 A2 2 0 0 1 3 19" />
20
+ <path vector-effect="non-scaling-stroke" d="M 21 19 A2 2 0 0 1 19 21" />
21
+ <circle vector-effect="non-scaling-stroke" cx="8.5" cy="8.5" r="1.5" />
22
+ <line vector-effect="non-scaling-stroke" x1="9.56066" y1="9.56066" x2="12" y2="12" />
23
+ <line vector-effect="non-scaling-stroke" x1="17" y1="17" x2="14.82" y2="14.82" />
24
+ <circle vector-effect="non-scaling-stroke" cx="8.5" cy="15.5" r="1.5" />
25
+ <line vector-effect="non-scaling-stroke" x1="9.56066" y1="14.43934" x2="17" y2="7" />
23
26
  </svg>
@@ -9,15 +9,18 @@
9
9
  stroke-linecap="round"
10
10
  stroke-linejoin="round"
11
11
  >
12
- <path
13
- vector-effect="non-scaling-stroke"
14
- d="M4 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2"
15
- />
16
- <path vector-effect="non-scaling-stroke" d="M10 22H8" />
17
- <path vector-effect="non-scaling-stroke" d="M16 22h-2" />
18
- <circle vector-effect="non-scaling-stroke" cx="8" cy="8" r="2" />
19
- <path vector-effect="non-scaling-stroke" d="M9.414 9.414 12 12" />
20
- <path vector-effect="non-scaling-stroke" d="M14.8 14.8 18 18" />
21
- <circle vector-effect="non-scaling-stroke" cx="8" cy="16" r="2" />
22
- <path vector-effect="non-scaling-stroke" d="m18 6-8.586 8.586" />
12
+ <line vector-effect="non-scaling-stroke" x1="5" y1="3" x2="19" y2="3" />
13
+ <line vector-effect="non-scaling-stroke" x1="3" y1="5" x2="3" y2="19" />
14
+ <line vector-effect="non-scaling-stroke" x1="21" y1="5" x2="21" y2="19" />
15
+ <line vector-effect="non-scaling-stroke" x1="9" y1="21" x2="10" y2="21" />
16
+ <line vector-effect="non-scaling-stroke" x1="14" y1="21" x2="15" y2="21" />
17
+ <path vector-effect="non-scaling-stroke" d="M 3 5 A2 2 0 0 1 5 3" />
18
+ <path vector-effect="non-scaling-stroke" d="M 19 3 A2 2 0 0 1 21 5" />
19
+ <path vector-effect="non-scaling-stroke" d="M 5 21 A2 2 0 0 1 3 19" />
20
+ <path vector-effect="non-scaling-stroke" d="M 21 19 A2 2 0 0 1 19 21" />
21
+ <circle vector-effect="non-scaling-stroke" cx="8.5" cy="8.5" r="1.5" />
22
+ <line vector-effect="non-scaling-stroke" x1="9.56066" y1="9.56066" x2="12" y2="12" />
23
+ <line vector-effect="non-scaling-stroke" x1="17" y1="17" x2="14.82" y2="14.82" />
24
+ <circle vector-effect="non-scaling-stroke" cx="8.5" cy="15.5" r="1.5" />
25
+ <line vector-effect="non-scaling-stroke" x1="9.56066" y1="14.43934" x2="17" y2="7" />
23
26
  </svg>
@@ -9,10 +9,10 @@
9
9
  stroke-linecap="round"
10
10
  stroke-linejoin="round"
11
11
  >
12
- <rect x="2" y="2" vector-effect="non-scaling-stroke" width="20" height="20" rx="2" />
13
- <circle vector-effect="non-scaling-stroke" cx="8" cy="8" r="2" />
14
- <path vector-effect="non-scaling-stroke" d="M9.414 9.414 12 12" />
15
- <path vector-effect="non-scaling-stroke" d="M14.8 14.8 18 18" />
16
- <circle vector-effect="non-scaling-stroke" cx="8" cy="16" r="2" />
17
- <path vector-effect="non-scaling-stroke" d="m18 6-8.586 8.586" />
12
+ <rect x="3" y="3" vector-effect="non-scaling-stroke" width="18" height="18" rx="2" />
13
+ <circle vector-effect="non-scaling-stroke" cx="8.5" cy="8.5" r="1.5" />
14
+ <line vector-effect="non-scaling-stroke" x1="9.56066" y1="9.56066" x2="12" y2="12" />
15
+ <line vector-effect="non-scaling-stroke" x1="17" y1="17" x2="14.82" y2="14.82" />
16
+ <circle vector-effect="non-scaling-stroke" cx="8.5" cy="15.5" r="1.5" />
17
+ <line vector-effect="non-scaling-stroke" x1="9.56066" y1="14.43934" x2="17" y2="7" />
18
18
  </svg>
@@ -9,10 +9,10 @@
9
9
  stroke-linecap="round"
10
10
  stroke-linejoin="round"
11
11
  >
12
- <rect x="2" y="2" vector-effect="non-scaling-stroke" width="20" height="20" rx="2" />
13
- <circle vector-effect="non-scaling-stroke" cx="8" cy="8" r="2" />
14
- <path vector-effect="non-scaling-stroke" d="M9.414 9.414 12 12" />
15
- <path vector-effect="non-scaling-stroke" d="M14.8 14.8 18 18" />
16
- <circle vector-effect="non-scaling-stroke" cx="8" cy="16" r="2" />
17
- <path vector-effect="non-scaling-stroke" d="m18 6-8.586 8.586" />
12
+ <rect x="3" y="3" vector-effect="non-scaling-stroke" width="18" height="18" rx="2" />
13
+ <circle vector-effect="non-scaling-stroke" cx="8.5" cy="8.5" r="1.5" />
14
+ <line vector-effect="non-scaling-stroke" x1="9.56066" y1="9.56066" x2="12" y2="12" />
15
+ <line vector-effect="non-scaling-stroke" x1="17" y1="17" x2="14.82" y2="14.82" />
16
+ <circle vector-effect="non-scaling-stroke" cx="8.5" cy="15.5" r="1.5" />
17
+ <line vector-effect="non-scaling-stroke" x1="9.56066" y1="14.43934" x2="17" y2="7" />
18
18
  </svg>
@@ -9,10 +9,10 @@
9
9
  stroke-linecap="round"
10
10
  stroke-linejoin="round"
11
11
  >
12
- <path vector-effect="non-scaling-stroke" d="M12 9a4 4 0 0 0-2 7.5" />
13
- <path vector-effect="non-scaling-stroke" d="M12 3v2" />
14
- <path vector-effect="non-scaling-stroke" d="m6.6 18.4-1.4 1.4" />
15
- <path vector-effect="non-scaling-stroke" d="M20 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z" />
16
- <path vector-effect="non-scaling-stroke" d="M4 13H2" />
17
- <path vector-effect="non-scaling-stroke" d="M6.34 7.34 4.93 5.93" />
12
+ <path vector-effect="non-scaling-stroke" d="M12 2v2" />
13
+ <path vector-effect="non-scaling-stroke" d="M12 8a4 4 0 0 0-1.645 7.647" />
14
+ <path vector-effect="non-scaling-stroke" d="M2 12h2" />
15
+ <path vector-effect="non-scaling-stroke" d="M20 14.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0z" />
16
+ <path vector-effect="non-scaling-stroke" d="m4.93 4.93 1.41 1.41" />
17
+ <path vector-effect="non-scaling-stroke" d="m6.34 17.66-1.41 1.41" />
18
18
  </svg>
@@ -9,10 +9,10 @@
9
9
  stroke-linecap="round"
10
10
  stroke-linejoin="round"
11
11
  >
12
- <path vector-effect="non-scaling-stroke" d="M12 9a4 4 0 0 0-2 7.5" />
13
- <path vector-effect="non-scaling-stroke" d="M12 3v2" />
14
- <path vector-effect="non-scaling-stroke" d="m6.6 18.4-1.4 1.4" />
15
- <path vector-effect="non-scaling-stroke" d="M20 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z" />
16
- <path vector-effect="non-scaling-stroke" d="M4 13H2" />
17
- <path vector-effect="non-scaling-stroke" d="M6.34 7.34 4.93 5.93" />
12
+ <path vector-effect="non-scaling-stroke" d="M12 2v2" />
13
+ <path vector-effect="non-scaling-stroke" d="M12 8a4 4 0 0 0-1.645 7.647" />
14
+ <path vector-effect="non-scaling-stroke" d="M2 12h2" />
15
+ <path vector-effect="non-scaling-stroke" d="M20 14.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0z" />
16
+ <path vector-effect="non-scaling-stroke" d="m4.93 4.93 1.41 1.41" />
17
+ <path vector-effect="non-scaling-stroke" d="m6.34 17.66-1.41 1.41" />
18
18
  </svg>
@@ -9,9 +9,9 @@
9
9
  stroke-linecap="round"
10
10
  stroke-linejoin="round"
11
11
  >
12
- <path vector-effect="non-scaling-stroke" d="M17 14V2" />
13
12
  <path
14
13
  vector-effect="non-scaling-stroke"
15
14
  d="M9 18.12 10 14H4.17a2 2 0 0 1-1.92-2.56l2.33-8A2 2 0 0 1 6.5 2H20a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.76a2 2 0 0 0-1.79 1.11L12 22a3.13 3.13 0 0 1-3-3.88Z"
16
15
  />
16
+ <path vector-effect="non-scaling-stroke" d="M17 14V2" />
17
17
  </svg>
@@ -9,9 +9,9 @@
9
9
  stroke-linecap="round"
10
10
  stroke-linejoin="round"
11
11
  >
12
- <path vector-effect="non-scaling-stroke" d="M17 14V2" />
13
12
  <path
14
13
  vector-effect="non-scaling-stroke"
15
14
  d="M9 18.12 10 14H4.17a2 2 0 0 1-1.92-2.56l2.33-8A2 2 0 0 1 6.5 2H20a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.76a2 2 0 0 0-1.79 1.11L12 22a3.13 3.13 0 0 1-3-3.88Z"
16
15
  />
16
+ <path vector-effect="non-scaling-stroke" d="M17 14V2" />
17
17
  </svg>
@@ -9,9 +9,9 @@
9
9
  stroke-linecap="round"
10
10
  stroke-linejoin="round"
11
11
  >
12
- <path vector-effect="non-scaling-stroke" d="M7 10v12" />
13
12
  <path
14
13
  vector-effect="non-scaling-stroke"
15
14
  d="M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2a3.13 3.13 0 0 1 3 3.88Z"
16
15
  />
16
+ <path vector-effect="non-scaling-stroke" d="M7 10v12" />
17
17
  </svg>
package/src/thumbs-up.svg CHANGED
@@ -9,9 +9,9 @@
9
9
  stroke-linecap="round"
10
10
  stroke-linejoin="round"
11
11
  >
12
- <path vector-effect="non-scaling-stroke" d="M7 10v12" />
13
12
  <path
14
13
  vector-effect="non-scaling-stroke"
15
14
  d="M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2a3.13 3.13 0 0 1 3 3.88Z"
16
15
  />
16
+ <path vector-effect="non-scaling-stroke" d="M7 10v12" />
17
17
  </svg>
@@ -9,7 +9,7 @@
9
9
  stroke-linecap="round"
10
10
  stroke-linejoin="round"
11
11
  >
12
- <path vector-effect="non-scaling-stroke" d="m4.5 8 10.58-5.06a1 1 0 0 1 1.342.488L18.5 8" />
12
+ <path vector-effect="non-scaling-stroke" d="m3.173 8.18 11-5a2 2 0 0 1 2.647.993L18.56 8" />
13
13
  <path vector-effect="non-scaling-stroke" d="M6 10V8" />
14
14
  <path vector-effect="non-scaling-stroke" d="M6 14v1" />
15
15
  <path vector-effect="non-scaling-stroke" d="M6 19v2" />
@@ -11,7 +11,7 @@
11
11
  >
12
12
  <path vector-effect="non-scaling-stroke" d="M10.5 17h1.227a2 2 0 0 0 1.345-.52L18 12" />
13
13
  <path vector-effect="non-scaling-stroke" d="m12 13.5 3.75.5" />
14
- <path vector-effect="non-scaling-stroke" d="m4.5 8 10.58-5.06a1 1 0 0 1 1.342.488L18.5 8" />
14
+ <path vector-effect="non-scaling-stroke" d="m3.173 8.18 11-5a2 2 0 0 1 2.647.993L18.56 8" />
15
15
  <path vector-effect="non-scaling-stroke" d="M6 10V8" />
16
16
  <path vector-effect="non-scaling-stroke" d="M6 14v1" />
17
17
  <path vector-effect="non-scaling-stroke" d="M6 19v2" />
@@ -11,7 +11,7 @@
11
11
  >
12
12
  <path vector-effect="non-scaling-stroke" d="M10.5 17h1.227a2 2 0 0 0 1.345-.52L18 12" />
13
13
  <path vector-effect="non-scaling-stroke" d="m12 13.5 3.75.5" />
14
- <path vector-effect="non-scaling-stroke" d="m4.5 8 10.58-5.06a1 1 0 0 1 1.342.488L18.5 8" />
14
+ <path vector-effect="non-scaling-stroke" d="m3.173 8.18 11-5a2 2 0 0 1 2.647.993L18.56 8" />
15
15
  <path vector-effect="non-scaling-stroke" d="M6 10V8" />
16
16
  <path vector-effect="non-scaling-stroke" d="M6 14v1" />
17
17
  <path vector-effect="non-scaling-stroke" d="M6 19v2" />
package/src/tickets.svg CHANGED
@@ -9,7 +9,7 @@
9
9
  stroke-linecap="round"
10
10
  stroke-linejoin="round"
11
11
  >
12
- <path vector-effect="non-scaling-stroke" d="m4.5 8 10.58-5.06a1 1 0 0 1 1.342.488L18.5 8" />
12
+ <path vector-effect="non-scaling-stroke" d="m3.173 8.18 11-5a2 2 0 0 1 2.647.993L18.56 8" />
13
13
  <path vector-effect="non-scaling-stroke" d="M6 10V8" />
14
14
  <path vector-effect="non-scaling-stroke" d="M6 14v1" />
15
15
  <path vector-effect="non-scaling-stroke" d="M6 19v2" />
@@ -0,0 +1,23 @@
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="24"
4
+ height="24"
5
+ viewBox="0 0 24 24"
6
+ fill="currentColor"
7
+ stroke="currentColor"
8
+ stroke-width="calc((100vw - 100vh) / 10)"
9
+ stroke-linecap="round"
10
+ stroke-linejoin="round"
11
+ >
12
+ <path
13
+ vector-effect="non-scaling-stroke"
14
+ d="M13 6v5a1 1 0 0 0 1 1h6.102a1 1 0 0 1 .712.298l.898.91a1 1 0 0 1 .288.702V17a1 1 0 0 1-1 1h-3"
15
+ />
16
+ <path
17
+ vector-effect="non-scaling-stroke"
18
+ d="M5 18H3a1 1 0 0 1-1-1V8a2 2 0 0 1 2-2h12c1.1 0 2.1.8 2.4 1.8l1.176 4.2"
19
+ />
20
+ <path vector-effect="non-scaling-stroke" d="M9 18h5" />
21
+ <circle vector-effect="non-scaling-stroke" cx="16" cy="18" r="2" />
22
+ <circle vector-effect="non-scaling-stroke" cx="7" cy="18" r="2" />
23
+ </svg>
package/src/van.svg ADDED
@@ -0,0 +1,23 @@
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="24"
4
+ height="24"
5
+ viewBox="0 0 24 24"
6
+ fill="none"
7
+ stroke="currentColor"
8
+ stroke-width="calc((100vw - 100vh) / 10)"
9
+ stroke-linecap="round"
10
+ stroke-linejoin="round"
11
+ >
12
+ <path
13
+ vector-effect="non-scaling-stroke"
14
+ d="M13 6v5a1 1 0 0 0 1 1h6.102a1 1 0 0 1 .712.298l.898.91a1 1 0 0 1 .288.702V17a1 1 0 0 1-1 1h-3"
15
+ />
16
+ <path
17
+ vector-effect="non-scaling-stroke"
18
+ d="M5 18H3a1 1 0 0 1-1-1V8a2 2 0 0 1 2-2h12c1.1 0 2.1.8 2.4 1.8l1.176 4.2"
19
+ />
20
+ <path vector-effect="non-scaling-stroke" d="M9 18h5" />
21
+ <circle vector-effect="non-scaling-stroke" cx="16" cy="18" r="2" />
22
+ <circle vector-effect="non-scaling-stroke" cx="7" cy="18" r="2" />
23
+ </svg>
@@ -0,0 +1,22 @@
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="24"
4
+ height="24"
5
+ viewBox="0 0 24 24"
6
+ fill="currentColor"
7
+ stroke="currentColor"
8
+ stroke-width="calc((100vw - 100vh) / 10)"
9
+ stroke-linecap="round"
10
+ stroke-linejoin="round"
11
+ >
12
+ <path vector-effect="non-scaling-stroke" d="M12 10L12 2" />
13
+ <path vector-effect="non-scaling-stroke" d="M16 6L12 10L8 6" />
14
+ <path
15
+ vector-effect="non-scaling-stroke"
16
+ d="M2 15C2.6 15.5 3.2 16 4.5 16C7 16 7 14 9.5 14C12.1 14 11.9 16 14.5 16C17 16 17 14 19.5 14C20.8 14 21.4 14.5 22 15"
17
+ />
18
+ <path
19
+ vector-effect="non-scaling-stroke"
20
+ d="M2 21C2.6 21.5 3.2 22 4.5 22C7 22 7 20 9.5 20C12.1 20 11.9 22 14.5 22C17 22 17 20 19.5 20C20.8 20 21.4 20.5 22 21"
21
+ />
22
+ </svg>
@@ -0,0 +1,22 @@
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="24"
4
+ height="24"
5
+ viewBox="0 0 24 24"
6
+ fill="none"
7
+ stroke="currentColor"
8
+ stroke-width="calc((100vw - 100vh) / 10)"
9
+ stroke-linecap="round"
10
+ stroke-linejoin="round"
11
+ >
12
+ <path vector-effect="non-scaling-stroke" d="M12 10L12 2" />
13
+ <path vector-effect="non-scaling-stroke" d="M16 6L12 10L8 6" />
14
+ <path
15
+ vector-effect="non-scaling-stroke"
16
+ d="M2 15C2.6 15.5 3.2 16 4.5 16C7 16 7 14 9.5 14C12.1 14 11.9 16 14.5 16C17 16 17 14 19.5 14C20.8 14 21.4 14.5 22 15"
17
+ />
18
+ <path
19
+ vector-effect="non-scaling-stroke"
20
+ d="M2 21C2.6 21.5 3.2 22 4.5 22C7 22 7 20 9.5 20C12.1 20 11.9 22 14.5 22C17 22 17 20 19.5 20C20.8 20 21.4 20.5 22 21"
21
+ />
22
+ </svg>