@tabler/icons 3.42.0 → 3.43.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.
- package/README.md +1 -1
- package/categories/outline/Brand/brand-audible.svg +17 -0
- package/categories/outline/Buildings/building-eiffel-tower.svg +22 -0
- package/categories/outline/Currencies/currency-dong.svg +4 -4
- package/categories/outline/Currencies/taiwan-dollar.svg +18 -0
- package/categories/outline/Food/banana.svg +15 -0
- package/categories/outline/Food/chocolate.svg +18 -0
- package/categories/outline/Nature/acorn.svg +17 -0
- package/categories/outline/Nature/leaf-maple.svg +16 -0
- package/categories/outline/Sport/acrobatic.svg +19 -0
- package/categories/outline/Sport/cliff-jumping.svg +4 -4
- package/categories/outline/Sport/dumbbell.svg +17 -0
- package/categories/outline/Sport/exercise-ball.svg +17 -0
- package/categories/outline/Sport/hula-hoop.svg +19 -0
- package/categories/outline/Sport/karate.svg +1 -1
- package/categories/outline/Sport/olympic-torch.svg +2 -3
- package/categories/outline/Sport/play-basketball.svg +3 -3
- package/categories/outline/Sport/play-football.svg +2 -2
- package/categories/outline/Sport/play-handball.svg +3 -3
- package/categories/outline/Sport/play-volleyball.svg +2 -2
- package/categories/outline/Sport/rugby.svg +18 -0
- package/categories/outline/Sport/run.svg +3 -3
- package/categories/outline/Sport/skateboarding.svg +3 -3
- package/categories/outline/Sport/ski-jumping.svg +1 -1
- package/categories/outline/Sport/stretching-2.svg +1 -1
- package/categories/outline/Sport/target-2.svg +19 -0
- package/categories/outline/Sport/waterpolo.svg +4 -4
- package/categories/outline/Sport/yoga.svg +1 -1
- package/categories/outline/Text/notdef.svg +17 -0
- package/categories/outline/Vehicles/bike.svg +4 -4
- package/categories/outline/Vehicles/car-door.svg +17 -0
- package/categories/outline/Vehicles/car-lifter.svg +18 -0
- package/categories/outline/Vehicles/unicycle.svg +17 -0
- package/categories/outline/Weather/flood.svg +18 -0
- package/icons/outline/acorn.svg +17 -0
- package/icons/outline/acrobatic.svg +19 -0
- package/icons/outline/banana.svg +15 -0
- package/icons/outline/bike.svg +4 -4
- package/icons/outline/brand-audible.svg +17 -0
- package/icons/outline/building-eiffel-tower.svg +22 -0
- package/icons/outline/car-door.svg +17 -0
- package/icons/outline/car-lifter.svg +18 -0
- package/icons/outline/chocolate.svg +18 -0
- package/icons/outline/cliff-jumping.svg +4 -4
- package/icons/outline/currency-dong.svg +4 -4
- package/icons/outline/dumbbell.svg +17 -0
- package/icons/outline/exercise-ball.svg +17 -0
- package/icons/outline/flood.svg +18 -0
- package/icons/outline/hula-hoop.svg +19 -0
- package/icons/outline/karate.svg +1 -1
- package/icons/outline/leaf-maple.svg +16 -0
- package/icons/outline/notdef.svg +17 -0
- package/icons/outline/olympic-torch.svg +2 -3
- package/icons/outline/play-basketball.svg +3 -3
- package/icons/outline/play-football.svg +2 -2
- package/icons/outline/play-handball.svg +3 -3
- package/icons/outline/play-volleyball.svg +2 -2
- package/icons/outline/rugby.svg +18 -0
- package/icons/outline/run.svg +3 -3
- package/icons/outline/skateboarding.svg +3 -3
- package/icons/outline/ski-jumping.svg +1 -1
- package/icons/outline/stretching-2.svg +1 -1
- package/icons/outline/taiwan-dollar.svg +18 -0
- package/icons/outline/target-2.svg +19 -0
- package/icons/outline/unicycle.svg +17 -0
- package/icons/outline/waterpolo.svg +4 -4
- package/icons/outline/yoga.svg +1 -1
- package/icons.json +396 -0
- package/package.json +1 -1
- package/tabler-nodes-outline.json +499 -74
|
@@ -0,0 +1,17 @@
|
|
|
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="2"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
class="icon icon-tabler icons-tabler-outline icon-tabler-brand-audible"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
|
+
<path d="M18.46 9.75a9 9 0 0 0 -12.92 0" />
|
|
15
|
+
<path d="M14.34 11.58a5 5 0 0 0 -4.68 0" />
|
|
16
|
+
<path d="M22 13l-10 4l-10 -4" />
|
|
17
|
+
</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="2"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
class="icon icon-tabler icons-tabler-outline icon-tabler-building-eiffel-tower"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
|
+
<path d="M11 4c0 4.889 -2.292 12.111 -5 17" />
|
|
15
|
+
<path d="M13 4c0 4.889 2.292 12.111 5 17" />
|
|
16
|
+
<path d="M3 21h18" />
|
|
17
|
+
<path d="M8 14h8" />
|
|
18
|
+
<path d="M9 10h6" />
|
|
19
|
+
<path d="M10 4h4" />
|
|
20
|
+
<path d="M12 2v1.778" />
|
|
21
|
+
<path d="M10 21s.27 -1.406 .667 -2c.333 -.5 .666 -1 1.333 -1s1 .5 1.333 1c.448 .672 .667 2 .667 2" />
|
|
22
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
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="2"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
class="icon icon-tabler icons-tabler-outline icon-tabler-car-door"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
|
+
<path d="M13 14h2" />
|
|
15
|
+
<path d="M19 10h-16" />
|
|
16
|
+
<path d="M6.7 3.45l-3.7 5.55v3.08a1 1 0 0 0 .85 1a6 6 0 0 1 5.15 5.92v1a1 1 0 0 0 1 1h8a1 1 0 0 0 1 -1v-16a1 1 0 0 0 -1 -1h-10.46a1 1 0 0 0 -.84 .45" />
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,18 @@
|
|
|
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="2"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
class="icon icon-tabler icons-tabler-outline icon-tabler-car-lifter"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
|
+
<path d="M7 21l10 -7l-10 -7" />
|
|
15
|
+
<path d="M17 7l-10 7l10 7" />
|
|
16
|
+
<path d="M20 7h-16a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1" />
|
|
17
|
+
<path d="M3 21h18" />
|
|
18
|
+
</svg>
|
|
@@ -0,0 +1,18 @@
|
|
|
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="2"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
class="icon icon-tabler icons-tabler-outline icon-tabler-chocolate"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
|
+
<path d="M12 21v-16" />
|
|
15
|
+
<path d="M6 15h12" />
|
|
16
|
+
<path d="M6 9h10.5" />
|
|
17
|
+
<path d="M10.05 3a2.5 2.5 0 0 0 3.987 1.47a3 3 0 0 0 2.047 2.387a2.504 2.504 0 0 0 1.916 3.093v9.05a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h2.05" />
|
|
18
|
+
</svg>
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
class="icon icon-tabler icons-tabler-outline icon-tabler-cliff-jumping"
|
|
12
12
|
>
|
|
13
13
|
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
|
-
<path d="M14 7a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />
|
|
15
14
|
<path d="M10.5 18l2.5 2l2 -2" />
|
|
16
|
-
<path d="M18 21l3 -3l-4 -2l-
|
|
17
|
-
<path d="
|
|
18
|
-
<path d="
|
|
15
|
+
<path d="M18 21l3 -3l-4 -2l-2 -5" />
|
|
16
|
+
<path d="M9 8l3 3l3 1l4 -2l3 -2" />
|
|
17
|
+
<path d="M3 21v-1l2 -3l.5 -2.5l1.5 -2.5l-1 -5l1 -3l-1 -1l-2 .5l-2 -.5" />
|
|
18
|
+
<path d="M13.007 8a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />
|
|
19
19
|
</svg>
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
class="icon icon-tabler icons-tabler-outline icon-tabler-currency-dong"
|
|
12
12
|
>
|
|
13
13
|
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
|
-
<path d="
|
|
15
|
-
<path d="
|
|
16
|
-
<path d="
|
|
17
|
-
<path d="
|
|
14
|
+
<path d="M8 20h8" />
|
|
15
|
+
<path d="M15 13a3 3 0 0 1 -3 3a3 3 0 0 1 -3 -3a3 3 0 0 1 3 -3a3 3 0 0 1 3 3" />
|
|
16
|
+
<path d="M15 4v12" />
|
|
17
|
+
<path d="M13 6h4" />
|
|
18
18
|
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
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="2"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
class="icon icon-tabler icons-tabler-outline icon-tabler-dumbbell"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
|
+
<path d="M7.026 9.61l-.95 -4.18a2 2 0 0 1 1.95 -2.43h8a2 2 0 0 1 2 2.43l-1 4.2" />
|
|
15
|
+
<path d="M9.026 17.001h6" />
|
|
16
|
+
<path d="M18.906 20.06a7.92 7.92 0 0 0 1 -5.33a8 8 0 1 0 -14.77 5.33a2 2 0 0 0 1.71 .94h10.36a2 2 0 0 0 1.7 -.94" />
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
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="2"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
class="icon icon-tabler icons-tabler-outline icon-tabler-exercise-ball"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
|
+
<path d="M5.59 18.31a15.57 15.57 0 0 1 4.51 -9.21a15.9 15.9 0 0 1 7.43 -4.19" />
|
|
15
|
+
<path d="M11.55 21a9.34 9.34 0 0 1 2.79 -7.65a9.5 9.5 0 0 1 6.54 -2.85" />
|
|
16
|
+
<path d="M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,18 @@
|
|
|
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="2"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
class="icon icon-tabler icons-tabler-outline icon-tabler-flood"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
|
+
<path d="M3 10l9 -7l9 7" />
|
|
15
|
+
<path d="M6 7.75v4.25m12 0v-4.25" />
|
|
16
|
+
<path d="M3 20.75a2.4 2.4 0 0 0 1 .25a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 1 -.25" />
|
|
17
|
+
<path d="M3 16.75a2.4 2.4 0 0 0 1 .25a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 1 -.25" />
|
|
18
|
+
</svg>
|
|
@@ -0,0 +1,19 @@
|
|
|
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="2"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
class="icon icon-tabler icons-tabler-outline icon-tabler-hula-hoop"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
|
+
<path d="M10 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />
|
|
15
|
+
<path d="M4 6l2 1.5l6 .5l6 -.5l2 -1.5" />
|
|
16
|
+
<path d="M16 21l-4 -8v-5" />
|
|
17
|
+
<path d="M8 21l4 -8" />
|
|
18
|
+
<path d="M9.007 10.999c-2.37 .32 -4.007 1.201 -4.007 2.001c0 1.105 3.134 2 7 2s7 -.895 7 -2c0 -.798 -1.636 -1.679 -4 -2" />
|
|
19
|
+
</svg>
|
package/icons/outline/karate.svg
CHANGED
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
class="icon icon-tabler icons-tabler-outline icon-tabler-karate"
|
|
12
12
|
>
|
|
13
13
|
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
|
-
<path d="M17 4a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />
|
|
15
14
|
<path d="M3 9l4.5 1l3 2.5" />
|
|
16
15
|
<path d="M13 21v-8l3 -5.5" />
|
|
17
16
|
<path d="M8 4.5l4 2l4 1l4 3.5l-2 3.5" />
|
|
17
|
+
<path d="M15.007 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />
|
|
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="none"
|
|
7
|
+
stroke="currentColor"
|
|
8
|
+
stroke-width="2"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
class="icon icon-tabler icons-tabler-outline icon-tabler-leaf-maple"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
|
+
<path d="M5 21c.5 -4.5 2.5 -8 7 -10" />
|
|
15
|
+
<path d="M13 19c-2.733 0 -4.16 -3.11 -5 -5c-1.892 -.84 -4 -1.826 -4 -4.556c1.014 -.644 2.816 -.649 4 -.444c-.312 -2.071 -.37 -4.414 1 -6c2.364 .369 3 4 3 4c1.463 -1.368 4 -2 6 -2c0 2 -.63 4.538 -2 6q 3.687 .996 4 3c-1.586 1.36 -3.933 1.311 -6 1q .19 1.098 -1 4" />
|
|
16
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
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="2"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
class="icon icon-tabler icons-tabler-outline icon-tabler-notdef"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
|
+
<path d="M18.49 3.666l-12.976 16.673" />
|
|
15
|
+
<path d="M5.51 3.666l12.976 16.673" />
|
|
16
|
+
<path d="M5 5a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14" />
|
|
17
|
+
</svg>
|
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
class="icon icon-tabler icons-tabler-outline icon-tabler-olympic-torch"
|
|
12
12
|
>
|
|
13
13
|
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
|
-
<path d="
|
|
15
|
-
<path d="
|
|
16
|
-
<path d="M11 3c0 2.5 -1 2.66 -1 4a1.9 1.9 0 0 0 2 2a1.87 1.87 0 0 0 2 -2c0 -1.41 -1 -3 -3 -4" />
|
|
14
|
+
<path d="M14 21h-4c0 -4.364 -1 -7 -2 -11q 4 2 8 0c-1 4 -2 6.636 -2 11" />
|
|
15
|
+
<path d="M11 2c0 2.5 -1 2.66 -1 4a1.9 1.9 0 0 0 2 2a1.87 1.87 0 0 0 2 -2c0 -1.41 -1 -3 -3 -4" />
|
|
17
16
|
</svg>
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
class="icon icon-tabler icons-tabler-outline icon-tabler-play-basketball"
|
|
12
12
|
>
|
|
13
13
|
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
|
-
<path d="
|
|
14
|
+
<path d="M9.007 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />
|
|
15
15
|
<path d="M5 21l3 -3l.75 -1.5" />
|
|
16
16
|
<path d="M14 21v-4l-4 -3l.5 -6" />
|
|
17
|
-
<path d="M5 12l1 -3l4.5 -1l3.5 3l4
|
|
18
|
-
<path d="M18.
|
|
17
|
+
<path d="M5 12l1 -3l4.5 -1l3.5 3l4 -.5" />
|
|
18
|
+
<path d="M18.007 15.5a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0" />
|
|
19
19
|
</svg>
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
class="icon icon-tabler icons-tabler-outline icon-tabler-play-football"
|
|
12
12
|
>
|
|
13
13
|
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
|
-
<path d="M11 4a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />
|
|
15
14
|
<path d="M3 17l5 1l.75 -1.5" />
|
|
16
15
|
<path d="M14 21v-4l-4 -3l1 -6" />
|
|
17
16
|
<path d="M6 12v-3l5 -1l3 3l3 1" />
|
|
18
|
-
<path d="
|
|
17
|
+
<path d="M18.007 19.5a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0" />
|
|
18
|
+
<path d="M10.007 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />
|
|
19
19
|
</svg>
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
>
|
|
13
13
|
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
14
|
<path d="M13 21l3.5 -2l-4.5 -4l2 -4.5" />
|
|
15
|
-
<path d="
|
|
15
|
+
<path d="M5 7l4 3l5 .5l4 2.5l2.5 3" />
|
|
16
16
|
<path d="M4 20l5 -1l1.5 -2" />
|
|
17
|
-
<path d="
|
|
18
|
-
<path d="
|
|
17
|
+
<path d="M13.007 8a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />
|
|
18
|
+
<path d="M6.007 3.5a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0" />
|
|
19
19
|
</svg>
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
class="icon icon-tabler icons-tabler-outline icon-tabler-play-volleyball"
|
|
12
12
|
>
|
|
13
13
|
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
|
-
<path d="
|
|
15
|
-
<path d="
|
|
14
|
+
<path d="M11.007 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />
|
|
15
|
+
<path d="M19.007 9.5a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0" />
|
|
16
16
|
<path d="M2 16l5 1l.5 -2.5" />
|
|
17
17
|
<path d="M11.5 21l2.5 -5.5l-5.5 -3.5l3.5 -4l3 4l4 2" />
|
|
18
18
|
</svg>
|
|
@@ -0,0 +1,18 @@
|
|
|
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="2"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
class="icon icon-tabler icons-tabler-outline icon-tabler-rugby"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
|
+
<path d="M14 15h-4v6h4v-6" />
|
|
15
|
+
<path d="M12 15v-4" />
|
|
16
|
+
<path d="M8 21h8" />
|
|
17
|
+
<path d="M19 3v8h-14v-8" />
|
|
18
|
+
</svg>
|
package/icons/outline/run.svg
CHANGED
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
class="icon icon-tabler icons-tabler-outline icon-tabler-run"
|
|
12
12
|
>
|
|
13
13
|
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
|
-
<path d="
|
|
14
|
+
<path d="M11.007 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />
|
|
15
15
|
<path d="M4 17l5 1l.75 -1.5" />
|
|
16
|
-
<path d="M15
|
|
17
|
-
<path d="M7
|
|
16
|
+
<path d="M15 21v-4l-4 -3l1 -6" />
|
|
17
|
+
<path d="M7 12v-3l5 -1l3 3l3 1" />
|
|
18
18
|
</svg>
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
class="icon icon-tabler icons-tabler-outline icon-tabler-skateboarding"
|
|
12
12
|
>
|
|
13
13
|
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
|
-
<path d="M16 4a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />
|
|
15
14
|
<path d="M5.5 15h3.5l.75 -1.5" />
|
|
16
15
|
<path d="M14 19v-5l-2.5 -3l2.5 -4" />
|
|
17
16
|
<path d="M8 8l3 -1h4l1 3h3" />
|
|
18
|
-
<path d="M17.5 21a.5 .5 0 1 0 0 -1a.5 .5 0 0 0 0 1"
|
|
17
|
+
<path d="M17.5 21a.5 .5 0 1 0 0 -1a.5 .5 0 0 0 0 1" />
|
|
19
18
|
<path d="M3 18c0 .552 .895 1 2 1h14c1.105 0 2 -.448 2 -1" />
|
|
20
|
-
<path d="M6.5 21a.5 .5 0 1 0 0 -1a.5 .5 0 0 0 0 1"
|
|
19
|
+
<path d="M6.5 21a.5 .5 0 1 0 0 -1a.5 .5 0 0 0 0 1" />
|
|
20
|
+
<path d="M14.007 4a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />
|
|
21
21
|
</svg>
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
class="icon icon-tabler icons-tabler-outline icon-tabler-ski-jumping"
|
|
12
12
|
>
|
|
13
13
|
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
|
-
<path d="M11 3a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />
|
|
15
14
|
<path d="M17 17.5l-5 -4.5v-6l5 4" />
|
|
16
15
|
<path d="M7 17.5l5 -4.5" />
|
|
17
16
|
<path d="M15.103 21.58l6.762 -14.502a2 2 0 0 0 -.968 -2.657" />
|
|
18
17
|
<path d="M8.897 21.58l-6.762 -14.503a2 2 0 0 1 .968 -2.657" />
|
|
19
18
|
<path d="M7 11l5 -4" />
|
|
19
|
+
<path d="M10.007 4a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />
|
|
20
20
|
</svg>
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
class="icon icon-tabler icons-tabler-outline icon-tabler-stretching-2"
|
|
12
12
|
>
|
|
13
13
|
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
|
-
<path d="M11 4a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />
|
|
15
14
|
<path d="M6.5 21l3.5 -5" />
|
|
16
15
|
<path d="M5 11l7 -2" />
|
|
17
16
|
<path d="M16 21l-4 -7v-5l7 -4" />
|
|
17
|
+
<path d="M9.007 6a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />
|
|
18
18
|
</svg>
|
|
@@ -0,0 +1,18 @@
|
|
|
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="2"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
class="icon icon-tabler icons-tabler-outline icon-tabler-taiwan-dollar"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
|
+
<path d="M6 19a4 4 0 0 0 4 -4v-7" />
|
|
15
|
+
<path d="M14 8v10a1 1 0 0 0 1.45 .89l2.55 -1.27" />
|
|
16
|
+
<path d="M6 5h12" />
|
|
17
|
+
<path d="M6 8h12" />
|
|
18
|
+
</svg>
|
|
@@ -0,0 +1,19 @@
|
|
|
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="2"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
class="icon icon-tabler icons-tabler-outline icon-tabler-target-2"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
|
+
<path d="M17 21l-1.74 -6" />
|
|
15
|
+
<path d="M7 21l1.74 -6" />
|
|
16
|
+
<path d="M12 4v-1" />
|
|
17
|
+
<path d="M14 10a2 2 0 1 0 -4 0a2 2 0 0 0 4 0" />
|
|
18
|
+
<path d="M18 10a6 6 0 1 0 -12 0a6 6 0 0 0 12 0" />
|
|
19
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
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="2"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
class="icon icon-tabler icons-tabler-outline icon-tabler-unicycle"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
|
+
<path d="M7 16a5 5 0 1 0 10 0a5 5 0 1 0 -10 0" />
|
|
15
|
+
<path d="M12 16v-11" />
|
|
16
|
+
<path d="M8 3q 2 2 7 2" />
|
|
17
|
+
</svg>
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
class="icon icon-tabler icons-tabler-outline icon-tabler-waterpolo"
|
|
12
12
|
>
|
|
13
13
|
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
|
-
<path d="
|
|
15
|
-
<path d="M5 8l3 4l4.5 1l7.5 -1" />
|
|
14
|
+
<path d="M5 8l3 4l5 1l7 -1" />
|
|
16
15
|
<path d="M3 18.75a2.4 2.4 0 0 0 1 .25a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 1 -.25" />
|
|
17
|
-
<path d="M12
|
|
18
|
-
<path d="
|
|
16
|
+
<path d="M12 16l1 -3" />
|
|
17
|
+
<path d="M11.007 9a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />
|
|
18
|
+
<path d="M5.007 3.5a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0" />
|
|
19
19
|
</svg>
|
package/icons/outline/yoga.svg
CHANGED
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
class="icon icon-tabler icons-tabler-outline icon-tabler-yoga"
|
|
12
12
|
>
|
|
13
13
|
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
|
-
<path d="M11 4a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />
|
|
15
14
|
<path d="M4 20h4l1.5 -3" />
|
|
16
15
|
<path d="M17 20l-1 -5h-5l1 -7" />
|
|
17
16
|
<path d="M4 10l4 -1l4 -1l4 1.5l4 1.5" />
|
|
17
|
+
<path d="M10.007 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />
|
|
18
18
|
</svg>
|