@tabler/icons 3.3.0 → 3.4.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/E-commerse/cash-register.svg +22 -0
- package/categories/outline/Map/picnic-table.svg +15 -0
- package/icons/outline/ai.svg +17 -0
- package/icons/outline/cash-register.svg +22 -0
- package/icons/outline/percentage-0.svg +15 -0
- package/icons/outline/percentage-10.svg +16 -0
- package/icons/outline/percentage-100.svg +15 -0
- package/icons/outline/percentage-20.svg +16 -0
- package/icons/outline/percentage-25.svg +16 -0
- package/icons/outline/percentage-30.svg +16 -0
- package/icons/outline/percentage-33.svg +16 -0
- package/icons/outline/percentage-40.svg +16 -0
- package/icons/outline/percentage-50.svg +16 -0
- package/icons/outline/percentage-60.svg +16 -0
- package/icons/outline/percentage-66.svg +16 -0
- package/icons/outline/percentage-70.svg +16 -0
- package/icons/outline/percentage-75.svg +16 -0
- package/icons/outline/percentage-80.svg +16 -0
- package/icons/outline/percentage-90.svg +16 -0
- package/icons/outline/picnic-table.svg +15 -0
- package/icons.json +225 -0
- package/package.json +1 -1
- package/tabler-nodes-outline.json +303 -0
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
</p>
|
|
6
6
|
|
|
7
7
|
<p align="center">
|
|
8
|
-
A set of <!--icons-count-->
|
|
8
|
+
A set of <!--icons-count-->5271<!--/icons-count--> free MIT-licensed high-quality SVG icons for you to use in your web projects. Each icon is designed on a 24x24 grid and a 2px stroke.
|
|
9
9
|
<p>
|
|
10
10
|
|
|
11
11
|
<p align="center">
|
|
@@ -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-cash-register"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M21 15h-2.5c-.398 0 -.779 .158 -1.061 .439c-.281 .281 -.439 .663 -.439 1.061c0 .398 .158 .779 .439 1.061c.281 .281 .663 .439 1.061 .439h1c.398 0 .779 .158 1.061 .439c.281 .281 .439 .663 .439 1.061c0 .398 -.158 .779 -.439 1.061c-.281 .281 -.663 .439 -1.061 .439h-2.5" />
|
|
15
|
+
<path d="M19 21v1m0 -8v1" />
|
|
16
|
+
<path d="M13 21h-7c-.53 0 -1.039 -.211 -1.414 -.586c-.375 -.375 -.586 -.884 -.586 -1.414v-10c0 -.53 .211 -1.039 .586 -1.414c.375 -.375 .884 -.586 1.414 -.586h2m12 3.12v-1.12c0 -.53 -.211 -1.039 -.586 -1.414c-.375 -.375 -.884 -.586 -1.414 -.586h-2" />
|
|
17
|
+
<path d="M16 10v-6c0 -.53 -.211 -1.039 -.586 -1.414c-.375 -.375 -.884 -.586 -1.414 -.586h-4c-.53 0 -1.039 .211 -1.414 .586c-.375 .375 -.586 .884 -.586 1.414v6m8 0h-8m8 0h1m-9 0h-1" />
|
|
18
|
+
<path d="M8 14v.01" />
|
|
19
|
+
<path d="M8 17v.01" />
|
|
20
|
+
<path d="M12 13.99v.01" />
|
|
21
|
+
<path d="M12 17v.01" />
|
|
22
|
+
</svg>
|
|
@@ -0,0 +1,15 @@
|
|
|
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-picnic-table"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M16 7l2 9m-10 -9l-2 9m-1 -9h14m2 5h-18" />
|
|
15
|
+
</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-ai"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M8 16v-6a2 2 0 1 1 4 0v6" />
|
|
15
|
+
<path d="M8 13h4" />
|
|
16
|
+
<path d="M16 8v8" />
|
|
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-cash-register"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M21 15h-2.5c-.398 0 -.779 .158 -1.061 .439c-.281 .281 -.439 .663 -.439 1.061c0 .398 .158 .779 .439 1.061c.281 .281 .663 .439 1.061 .439h1c.398 0 .779 .158 1.061 .439c.281 .281 .439 .663 .439 1.061c0 .398 -.158 .779 -.439 1.061c-.281 .281 -.663 .439 -1.061 .439h-2.5" />
|
|
15
|
+
<path d="M19 21v1m0 -8v1" />
|
|
16
|
+
<path d="M13 21h-7c-.53 0 -1.039 -.211 -1.414 -.586c-.375 -.375 -.586 -.884 -.586 -1.414v-10c0 -.53 .211 -1.039 .586 -1.414c.375 -.375 .884 -.586 1.414 -.586h2m12 3.12v-1.12c0 -.53 -.211 -1.039 -.586 -1.414c-.375 -.375 -.884 -.586 -1.414 -.586h-2" />
|
|
17
|
+
<path d="M16 10v-6c0 -.53 -.211 -1.039 -.586 -1.414c-.375 -.375 -.884 -.586 -1.414 -.586h-4c-.53 0 -1.039 .211 -1.414 .586c-.375 .375 -.586 .884 -.586 1.414v6m8 0h-8m8 0h1m-9 0h-1" />
|
|
18
|
+
<path d="M8 14v.01" />
|
|
19
|
+
<path d="M8 17v.01" />
|
|
20
|
+
<path d="M12 13.99v.01" />
|
|
21
|
+
<path d="M12 17v.01" />
|
|
22
|
+
</svg>
|
|
@@ -0,0 +1,15 @@
|
|
|
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-percentage-0"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" />
|
|
15
|
+
</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-percentage-10"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M12 3c1.92 0 3.7 .601 5.16 1.626l-5.16 7.374z" fill="currentColor" stroke="none" />
|
|
15
|
+
<path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" />
|
|
16
|
+
</svg>
|
|
@@ -0,0 +1,15 @@
|
|
|
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-percentage-100"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" fill="currentColor" />
|
|
15
|
+
</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-percentage-20"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M12 3a9 9 0 0 1 8.497 6.025l-8.497 2.975z" fill="currentColor" stroke="none" />
|
|
15
|
+
<path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" />
|
|
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="2"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
class="icon icon-tabler icons-tabler-outline icon-tabler-percentage-25"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M21 12a9 9 0 0 0 -9 -9m0 0v9h9" fill="currentColor" stroke="none" />
|
|
15
|
+
<path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" />
|
|
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="2"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
class="icon icon-tabler icons-tabler-outline icon-tabler-percentage-30"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M12 3a9 9 0 0 1 8.495 11.973l-8.495 -2.973z" fill="currentColor" stroke="none" />
|
|
15
|
+
<path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" />
|
|
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="2"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
class="icon icon-tabler icons-tabler-outline icon-tabler-percentage-33"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M12 3a9 9 0 0 1 7.794 13.5l-7.79 -4.497z" fill="currentColor" stroke="none" />
|
|
15
|
+
<path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" />
|
|
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="2"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
class="icon icon-tabler icons-tabler-outline icon-tabler-percentage-40"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M12 3a9 9 0 0 1 5.162 16.372l-5.162 -7.372z" fill="currentColor" stroke="none" />
|
|
15
|
+
<path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" />
|
|
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="2"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
class="icon icon-tabler icons-tabler-outline icon-tabler-percentage-50"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M12 21a9 9 0 0 0 0 -18m0 0v18" fill="currentColor" stroke="none" />
|
|
15
|
+
<path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" />
|
|
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="2"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
class="icon icon-tabler icons-tabler-outline icon-tabler-percentage-60"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M12 3a9 9 0 1 1 -5.162 16.373l5.162 -7.373z" fill="currentColor" stroke="none" />
|
|
15
|
+
<path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" />
|
|
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="2"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
class="icon icon-tabler icons-tabler-outline icon-tabler-percentage-66"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M12 3a9 9 0 1 1 -7.795 13.498l7.795 -4.498z" fill="currentColor" stroke="none" />
|
|
15
|
+
<path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" />
|
|
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="2"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
class="icon icon-tabler icons-tabler-outline icon-tabler-percentage-70"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M12 3a9 9 0 1 1 -8.495 11.973l8.495 -2.973z" fill="currentColor" stroke="none" />
|
|
15
|
+
<path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" />
|
|
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="2"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
class="icon icon-tabler icons-tabler-outline icon-tabler-percentage-75"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M3 12a9 9 0 1 0 9 -9m0 0v9h-9" fill="currentColor" stroke="none" />
|
|
15
|
+
<path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" />
|
|
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="2"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
class="icon icon-tabler icons-tabler-outline icon-tabler-percentage-80"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M12 3a9 9 0 1 1 -8.497 6.025l8.497 2.975z" fill="currentColor" stroke="none" />
|
|
15
|
+
<path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" />
|
|
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="2"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
class="icon icon-tabler icons-tabler-outline icon-tabler-percentage-90"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M12 3a9 9 0 1 1 -5.16 1.626l5.16 7.374z" fill="currentColor" stroke="none" />
|
|
15
|
+
<path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" />
|
|
16
|
+
</svg>
|
|
@@ -0,0 +1,15 @@
|
|
|
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-picnic-table"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M16 7l2 9m-10 -9l-2 9m-1 -9h14m2 5h-18" />
|
|
15
|
+
</svg>
|
package/icons.json
CHANGED
|
@@ -641,6 +641,25 @@
|
|
|
641
641
|
}
|
|
642
642
|
}
|
|
643
643
|
},
|
|
644
|
+
"ai": {
|
|
645
|
+
"name": "ai",
|
|
646
|
+
"category": "",
|
|
647
|
+
"tags": [
|
|
648
|
+
"artificial intelligence",
|
|
649
|
+
"letters",
|
|
650
|
+
"text",
|
|
651
|
+
"technology",
|
|
652
|
+
"robot",
|
|
653
|
+
"automatic",
|
|
654
|
+
"character"
|
|
655
|
+
],
|
|
656
|
+
"styles": {
|
|
657
|
+
"outline": {
|
|
658
|
+
"version": "3.4",
|
|
659
|
+
"unicode": "fee7"
|
|
660
|
+
}
|
|
661
|
+
}
|
|
662
|
+
},
|
|
644
663
|
"air-balloon": {
|
|
645
664
|
"name": "air-balloon",
|
|
646
665
|
"category": "Vehicles",
|
|
@@ -17961,6 +17980,26 @@
|
|
|
17961
17980
|
}
|
|
17962
17981
|
}
|
|
17963
17982
|
},
|
|
17983
|
+
"cash-register": {
|
|
17984
|
+
"name": "cash-register",
|
|
17985
|
+
"category": "E-commerse",
|
|
17986
|
+
"tags": [
|
|
17987
|
+
"payment",
|
|
17988
|
+
"money",
|
|
17989
|
+
"pay",
|
|
17990
|
+
"cashier",
|
|
17991
|
+
"register",
|
|
17992
|
+
"purchase",
|
|
17993
|
+
"checkout",
|
|
17994
|
+
"transaction"
|
|
17995
|
+
],
|
|
17996
|
+
"styles": {
|
|
17997
|
+
"outline": {
|
|
17998
|
+
"version": "3.4",
|
|
17999
|
+
"unicode": "fee6"
|
|
18000
|
+
}
|
|
18001
|
+
}
|
|
18002
|
+
},
|
|
17964
18003
|
"cash": {
|
|
17965
18004
|
"name": "cash",
|
|
17966
18005
|
"category": "E-commerce",
|
|
@@ -53138,6 +53177,171 @@
|
|
|
53138
53177
|
}
|
|
53139
53178
|
}
|
|
53140
53179
|
},
|
|
53180
|
+
"percentage-0": {
|
|
53181
|
+
"name": "percentage-0",
|
|
53182
|
+
"category": "",
|
|
53183
|
+
"tags": [],
|
|
53184
|
+
"styles": {
|
|
53185
|
+
"outline": {
|
|
53186
|
+
"version": "3.4",
|
|
53187
|
+
"unicode": "fee5"
|
|
53188
|
+
}
|
|
53189
|
+
}
|
|
53190
|
+
},
|
|
53191
|
+
"percentage-10": {
|
|
53192
|
+
"name": "percentage-10",
|
|
53193
|
+
"category": "",
|
|
53194
|
+
"tags": [],
|
|
53195
|
+
"styles": {
|
|
53196
|
+
"outline": {
|
|
53197
|
+
"version": "3.4",
|
|
53198
|
+
"unicode": "fee4"
|
|
53199
|
+
}
|
|
53200
|
+
}
|
|
53201
|
+
},
|
|
53202
|
+
"percentage-100": {
|
|
53203
|
+
"name": "percentage-100",
|
|
53204
|
+
"category": "",
|
|
53205
|
+
"tags": [],
|
|
53206
|
+
"styles": {
|
|
53207
|
+
"outline": {
|
|
53208
|
+
"version": "3.4",
|
|
53209
|
+
"unicode": "fee3"
|
|
53210
|
+
}
|
|
53211
|
+
}
|
|
53212
|
+
},
|
|
53213
|
+
"percentage-20": {
|
|
53214
|
+
"name": "percentage-20",
|
|
53215
|
+
"category": "",
|
|
53216
|
+
"tags": [],
|
|
53217
|
+
"styles": {
|
|
53218
|
+
"outline": {
|
|
53219
|
+
"version": "3.4",
|
|
53220
|
+
"unicode": "fee2"
|
|
53221
|
+
}
|
|
53222
|
+
}
|
|
53223
|
+
},
|
|
53224
|
+
"percentage-25": {
|
|
53225
|
+
"name": "percentage-25",
|
|
53226
|
+
"category": "",
|
|
53227
|
+
"tags": [],
|
|
53228
|
+
"styles": {
|
|
53229
|
+
"outline": {
|
|
53230
|
+
"version": "3.4",
|
|
53231
|
+
"unicode": "fee1"
|
|
53232
|
+
}
|
|
53233
|
+
}
|
|
53234
|
+
},
|
|
53235
|
+
"percentage-30": {
|
|
53236
|
+
"name": "percentage-30",
|
|
53237
|
+
"category": "",
|
|
53238
|
+
"tags": [],
|
|
53239
|
+
"styles": {
|
|
53240
|
+
"outline": {
|
|
53241
|
+
"version": "3.4",
|
|
53242
|
+
"unicode": "fee0"
|
|
53243
|
+
}
|
|
53244
|
+
}
|
|
53245
|
+
},
|
|
53246
|
+
"percentage-33": {
|
|
53247
|
+
"name": "percentage-33",
|
|
53248
|
+
"category": "",
|
|
53249
|
+
"tags": [],
|
|
53250
|
+
"styles": {
|
|
53251
|
+
"outline": {
|
|
53252
|
+
"version": "3.4",
|
|
53253
|
+
"unicode": "fedf"
|
|
53254
|
+
}
|
|
53255
|
+
}
|
|
53256
|
+
},
|
|
53257
|
+
"percentage-40": {
|
|
53258
|
+
"name": "percentage-40",
|
|
53259
|
+
"category": "",
|
|
53260
|
+
"tags": [],
|
|
53261
|
+
"styles": {
|
|
53262
|
+
"outline": {
|
|
53263
|
+
"version": "3.4",
|
|
53264
|
+
"unicode": "fede"
|
|
53265
|
+
}
|
|
53266
|
+
}
|
|
53267
|
+
},
|
|
53268
|
+
"percentage-50": {
|
|
53269
|
+
"name": "percentage-50",
|
|
53270
|
+
"category": "",
|
|
53271
|
+
"tags": [],
|
|
53272
|
+
"styles": {
|
|
53273
|
+
"outline": {
|
|
53274
|
+
"version": "3.4",
|
|
53275
|
+
"unicode": "fedd"
|
|
53276
|
+
}
|
|
53277
|
+
}
|
|
53278
|
+
},
|
|
53279
|
+
"percentage-60": {
|
|
53280
|
+
"name": "percentage-60",
|
|
53281
|
+
"category": "",
|
|
53282
|
+
"tags": [],
|
|
53283
|
+
"styles": {
|
|
53284
|
+
"outline": {
|
|
53285
|
+
"version": "3.4",
|
|
53286
|
+
"unicode": "fedc"
|
|
53287
|
+
}
|
|
53288
|
+
}
|
|
53289
|
+
},
|
|
53290
|
+
"percentage-66": {
|
|
53291
|
+
"name": "percentage-66",
|
|
53292
|
+
"category": "",
|
|
53293
|
+
"tags": [],
|
|
53294
|
+
"styles": {
|
|
53295
|
+
"outline": {
|
|
53296
|
+
"version": "3.4",
|
|
53297
|
+
"unicode": "fedb"
|
|
53298
|
+
}
|
|
53299
|
+
}
|
|
53300
|
+
},
|
|
53301
|
+
"percentage-70": {
|
|
53302
|
+
"name": "percentage-70",
|
|
53303
|
+
"category": "",
|
|
53304
|
+
"tags": [],
|
|
53305
|
+
"styles": {
|
|
53306
|
+
"outline": {
|
|
53307
|
+
"version": "3.4",
|
|
53308
|
+
"unicode": "feda"
|
|
53309
|
+
}
|
|
53310
|
+
}
|
|
53311
|
+
},
|
|
53312
|
+
"percentage-75": {
|
|
53313
|
+
"name": "percentage-75",
|
|
53314
|
+
"category": "",
|
|
53315
|
+
"tags": [],
|
|
53316
|
+
"styles": {
|
|
53317
|
+
"outline": {
|
|
53318
|
+
"version": "3.4",
|
|
53319
|
+
"unicode": "fed9"
|
|
53320
|
+
}
|
|
53321
|
+
}
|
|
53322
|
+
},
|
|
53323
|
+
"percentage-80": {
|
|
53324
|
+
"name": "percentage-80",
|
|
53325
|
+
"category": "",
|
|
53326
|
+
"tags": [],
|
|
53327
|
+
"styles": {
|
|
53328
|
+
"outline": {
|
|
53329
|
+
"version": "3.4",
|
|
53330
|
+
"unicode": "fed8"
|
|
53331
|
+
}
|
|
53332
|
+
}
|
|
53333
|
+
},
|
|
53334
|
+
"percentage-90": {
|
|
53335
|
+
"name": "percentage-90",
|
|
53336
|
+
"category": "",
|
|
53337
|
+
"tags": [],
|
|
53338
|
+
"styles": {
|
|
53339
|
+
"outline": {
|
|
53340
|
+
"version": "3.4",
|
|
53341
|
+
"unicode": "fed7"
|
|
53342
|
+
}
|
|
53343
|
+
}
|
|
53344
|
+
},
|
|
53141
53345
|
"percentage": {
|
|
53142
53346
|
"name": "percentage",
|
|
53143
53347
|
"category": "Math",
|
|
@@ -53919,6 +54123,27 @@
|
|
|
53919
54123
|
}
|
|
53920
54124
|
}
|
|
53921
54125
|
},
|
|
54126
|
+
"picnic-table": {
|
|
54127
|
+
"name": "picnic-table",
|
|
54128
|
+
"category": "Map",
|
|
54129
|
+
"tags": [
|
|
54130
|
+
"outdoor",
|
|
54131
|
+
"furniture",
|
|
54132
|
+
"camping",
|
|
54133
|
+
"seat",
|
|
54134
|
+
"park",
|
|
54135
|
+
"garden",
|
|
54136
|
+
"nature",
|
|
54137
|
+
"wood",
|
|
54138
|
+
"food"
|
|
54139
|
+
],
|
|
54140
|
+
"styles": {
|
|
54141
|
+
"outline": {
|
|
54142
|
+
"version": "3.4",
|
|
54143
|
+
"unicode": "fed6"
|
|
54144
|
+
}
|
|
54145
|
+
}
|
|
54146
|
+
},
|
|
53922
54147
|
"picture-in-picture-off": {
|
|
53923
54148
|
"name": "picture-in-picture-off",
|
|
53924
54149
|
"category": "Media",
|
package/package.json
CHANGED
|
@@ -2172,6 +2172,26 @@
|
|
|
2172
2172
|
}
|
|
2173
2173
|
]
|
|
2174
2174
|
],
|
|
2175
|
+
"ai": [
|
|
2176
|
+
[
|
|
2177
|
+
"path",
|
|
2178
|
+
{
|
|
2179
|
+
"d": "M8 16v-6a2 2 0 1 1 4 0v6"
|
|
2180
|
+
}
|
|
2181
|
+
],
|
|
2182
|
+
[
|
|
2183
|
+
"path",
|
|
2184
|
+
{
|
|
2185
|
+
"d": "M8 13h4"
|
|
2186
|
+
}
|
|
2187
|
+
],
|
|
2188
|
+
[
|
|
2189
|
+
"path",
|
|
2190
|
+
{
|
|
2191
|
+
"d": "M16 8v8"
|
|
2192
|
+
}
|
|
2193
|
+
]
|
|
2194
|
+
],
|
|
2175
2195
|
"air-balloon": [
|
|
2176
2196
|
[
|
|
2177
2197
|
"path",
|
|
@@ -29126,6 +29146,56 @@
|
|
|
29126
29146
|
}
|
|
29127
29147
|
]
|
|
29128
29148
|
],
|
|
29149
|
+
"cash-register": [
|
|
29150
|
+
[
|
|
29151
|
+
"path",
|
|
29152
|
+
{
|
|
29153
|
+
"d": "M21 15h-2.5c-.398 0 -.779 .158 -1.061 .439c-.281 .281 -.439 .663 -.439 1.061c0 .398 .158 .779 .439 1.061c.281 .281 .663 .439 1.061 .439h1c.398 0 .779 .158 1.061 .439c.281 .281 .439 .663 .439 1.061c0 .398 -.158 .779 -.439 1.061c-.281 .281 -.663 .439 -1.061 .439h-2.5"
|
|
29154
|
+
}
|
|
29155
|
+
],
|
|
29156
|
+
[
|
|
29157
|
+
"path",
|
|
29158
|
+
{
|
|
29159
|
+
"d": "M19 21v1m0 -8v1"
|
|
29160
|
+
}
|
|
29161
|
+
],
|
|
29162
|
+
[
|
|
29163
|
+
"path",
|
|
29164
|
+
{
|
|
29165
|
+
"d": "M13 21h-7c-.53 0 -1.039 -.211 -1.414 -.586c-.375 -.375 -.586 -.884 -.586 -1.414v-10c0 -.53 .211 -1.039 .586 -1.414c.375 -.375 .884 -.586 1.414 -.586h2m12 3.12v-1.12c0 -.53 -.211 -1.039 -.586 -1.414c-.375 -.375 -.884 -.586 -1.414 -.586h-2"
|
|
29166
|
+
}
|
|
29167
|
+
],
|
|
29168
|
+
[
|
|
29169
|
+
"path",
|
|
29170
|
+
{
|
|
29171
|
+
"d": "M16 10v-6c0 -.53 -.211 -1.039 -.586 -1.414c-.375 -.375 -.884 -.586 -1.414 -.586h-4c-.53 0 -1.039 .211 -1.414 .586c-.375 .375 -.586 .884 -.586 1.414v6m8 0h-8m8 0h1m-9 0h-1"
|
|
29172
|
+
}
|
|
29173
|
+
],
|
|
29174
|
+
[
|
|
29175
|
+
"path",
|
|
29176
|
+
{
|
|
29177
|
+
"d": "M8 14v.01"
|
|
29178
|
+
}
|
|
29179
|
+
],
|
|
29180
|
+
[
|
|
29181
|
+
"path",
|
|
29182
|
+
{
|
|
29183
|
+
"d": "M8 17v.01"
|
|
29184
|
+
}
|
|
29185
|
+
],
|
|
29186
|
+
[
|
|
29187
|
+
"path",
|
|
29188
|
+
{
|
|
29189
|
+
"d": "M12 13.99v.01"
|
|
29190
|
+
}
|
|
29191
|
+
],
|
|
29192
|
+
[
|
|
29193
|
+
"path",
|
|
29194
|
+
{
|
|
29195
|
+
"d": "M12 17v.01"
|
|
29196
|
+
}
|
|
29197
|
+
]
|
|
29198
|
+
],
|
|
29129
29199
|
"cash": [
|
|
29130
29200
|
[
|
|
29131
29201
|
"path",
|
|
@@ -85918,6 +85988,231 @@
|
|
|
85918
85988
|
}
|
|
85919
85989
|
]
|
|
85920
85990
|
],
|
|
85991
|
+
"percentage-0": [
|
|
85992
|
+
[
|
|
85993
|
+
"path",
|
|
85994
|
+
{
|
|
85995
|
+
"d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0"
|
|
85996
|
+
}
|
|
85997
|
+
]
|
|
85998
|
+
],
|
|
85999
|
+
"percentage-10": [
|
|
86000
|
+
[
|
|
86001
|
+
"path",
|
|
86002
|
+
{
|
|
86003
|
+
"d": "M12 3c1.92 0 3.7 .601 5.16 1.626l-5.16 7.374z",
|
|
86004
|
+
"fill": "currentColor",
|
|
86005
|
+
"stroke": "none"
|
|
86006
|
+
}
|
|
86007
|
+
],
|
|
86008
|
+
[
|
|
86009
|
+
"path",
|
|
86010
|
+
{
|
|
86011
|
+
"d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0"
|
|
86012
|
+
}
|
|
86013
|
+
]
|
|
86014
|
+
],
|
|
86015
|
+
"percentage-100": [
|
|
86016
|
+
[
|
|
86017
|
+
"path",
|
|
86018
|
+
{
|
|
86019
|
+
"d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0",
|
|
86020
|
+
"fill": "currentColor"
|
|
86021
|
+
}
|
|
86022
|
+
]
|
|
86023
|
+
],
|
|
86024
|
+
"percentage-20": [
|
|
86025
|
+
[
|
|
86026
|
+
"path",
|
|
86027
|
+
{
|
|
86028
|
+
"d": "M12 3a9 9 0 0 1 8.497 6.025l-8.497 2.975z",
|
|
86029
|
+
"fill": "currentColor",
|
|
86030
|
+
"stroke": "none"
|
|
86031
|
+
}
|
|
86032
|
+
],
|
|
86033
|
+
[
|
|
86034
|
+
"path",
|
|
86035
|
+
{
|
|
86036
|
+
"d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0"
|
|
86037
|
+
}
|
|
86038
|
+
]
|
|
86039
|
+
],
|
|
86040
|
+
"percentage-25": [
|
|
86041
|
+
[
|
|
86042
|
+
"path",
|
|
86043
|
+
{
|
|
86044
|
+
"d": "M21 12a9 9 0 0 0 -9 -9m0 0v9h9",
|
|
86045
|
+
"fill": "currentColor",
|
|
86046
|
+
"stroke": "none"
|
|
86047
|
+
}
|
|
86048
|
+
],
|
|
86049
|
+
[
|
|
86050
|
+
"path",
|
|
86051
|
+
{
|
|
86052
|
+
"d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0"
|
|
86053
|
+
}
|
|
86054
|
+
]
|
|
86055
|
+
],
|
|
86056
|
+
"percentage-30": [
|
|
86057
|
+
[
|
|
86058
|
+
"path",
|
|
86059
|
+
{
|
|
86060
|
+
"d": "M12 3a9 9 0 0 1 8.495 11.973l-8.495 -2.973z",
|
|
86061
|
+
"fill": "currentColor",
|
|
86062
|
+
"stroke": "none"
|
|
86063
|
+
}
|
|
86064
|
+
],
|
|
86065
|
+
[
|
|
86066
|
+
"path",
|
|
86067
|
+
{
|
|
86068
|
+
"d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0"
|
|
86069
|
+
}
|
|
86070
|
+
]
|
|
86071
|
+
],
|
|
86072
|
+
"percentage-33": [
|
|
86073
|
+
[
|
|
86074
|
+
"path",
|
|
86075
|
+
{
|
|
86076
|
+
"d": "M12 3a9 9 0 0 1 7.794 13.5l-7.79 -4.497z",
|
|
86077
|
+
"fill": "currentColor",
|
|
86078
|
+
"stroke": "none"
|
|
86079
|
+
}
|
|
86080
|
+
],
|
|
86081
|
+
[
|
|
86082
|
+
"path",
|
|
86083
|
+
{
|
|
86084
|
+
"d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0"
|
|
86085
|
+
}
|
|
86086
|
+
]
|
|
86087
|
+
],
|
|
86088
|
+
"percentage-40": [
|
|
86089
|
+
[
|
|
86090
|
+
"path",
|
|
86091
|
+
{
|
|
86092
|
+
"d": "M12 3a9 9 0 0 1 5.162 16.372l-5.162 -7.372z",
|
|
86093
|
+
"fill": "currentColor",
|
|
86094
|
+
"stroke": "none"
|
|
86095
|
+
}
|
|
86096
|
+
],
|
|
86097
|
+
[
|
|
86098
|
+
"path",
|
|
86099
|
+
{
|
|
86100
|
+
"d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0"
|
|
86101
|
+
}
|
|
86102
|
+
]
|
|
86103
|
+
],
|
|
86104
|
+
"percentage-50": [
|
|
86105
|
+
[
|
|
86106
|
+
"path",
|
|
86107
|
+
{
|
|
86108
|
+
"d": "M12 21a9 9 0 0 0 0 -18m0 0v18",
|
|
86109
|
+
"fill": "currentColor",
|
|
86110
|
+
"stroke": "none"
|
|
86111
|
+
}
|
|
86112
|
+
],
|
|
86113
|
+
[
|
|
86114
|
+
"path",
|
|
86115
|
+
{
|
|
86116
|
+
"d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0"
|
|
86117
|
+
}
|
|
86118
|
+
]
|
|
86119
|
+
],
|
|
86120
|
+
"percentage-60": [
|
|
86121
|
+
[
|
|
86122
|
+
"path",
|
|
86123
|
+
{
|
|
86124
|
+
"d": "M12 3a9 9 0 1 1 -5.162 16.373l5.162 -7.373z",
|
|
86125
|
+
"fill": "currentColor",
|
|
86126
|
+
"stroke": "none"
|
|
86127
|
+
}
|
|
86128
|
+
],
|
|
86129
|
+
[
|
|
86130
|
+
"path",
|
|
86131
|
+
{
|
|
86132
|
+
"d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0"
|
|
86133
|
+
}
|
|
86134
|
+
]
|
|
86135
|
+
],
|
|
86136
|
+
"percentage-66": [
|
|
86137
|
+
[
|
|
86138
|
+
"path",
|
|
86139
|
+
{
|
|
86140
|
+
"d": "M12 3a9 9 0 1 1 -7.795 13.498l7.795 -4.498z",
|
|
86141
|
+
"fill": "currentColor",
|
|
86142
|
+
"stroke": "none"
|
|
86143
|
+
}
|
|
86144
|
+
],
|
|
86145
|
+
[
|
|
86146
|
+
"path",
|
|
86147
|
+
{
|
|
86148
|
+
"d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0"
|
|
86149
|
+
}
|
|
86150
|
+
]
|
|
86151
|
+
],
|
|
86152
|
+
"percentage-70": [
|
|
86153
|
+
[
|
|
86154
|
+
"path",
|
|
86155
|
+
{
|
|
86156
|
+
"d": "M12 3a9 9 0 1 1 -8.495 11.973l8.495 -2.973z",
|
|
86157
|
+
"fill": "currentColor",
|
|
86158
|
+
"stroke": "none"
|
|
86159
|
+
}
|
|
86160
|
+
],
|
|
86161
|
+
[
|
|
86162
|
+
"path",
|
|
86163
|
+
{
|
|
86164
|
+
"d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0"
|
|
86165
|
+
}
|
|
86166
|
+
]
|
|
86167
|
+
],
|
|
86168
|
+
"percentage-75": [
|
|
86169
|
+
[
|
|
86170
|
+
"path",
|
|
86171
|
+
{
|
|
86172
|
+
"d": "M3 12a9 9 0 1 0 9 -9m0 0v9h-9",
|
|
86173
|
+
"fill": "currentColor",
|
|
86174
|
+
"stroke": "none"
|
|
86175
|
+
}
|
|
86176
|
+
],
|
|
86177
|
+
[
|
|
86178
|
+
"path",
|
|
86179
|
+
{
|
|
86180
|
+
"d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0"
|
|
86181
|
+
}
|
|
86182
|
+
]
|
|
86183
|
+
],
|
|
86184
|
+
"percentage-80": [
|
|
86185
|
+
[
|
|
86186
|
+
"path",
|
|
86187
|
+
{
|
|
86188
|
+
"d": "M12 3a9 9 0 1 1 -8.497 6.025l8.497 2.975z",
|
|
86189
|
+
"fill": "currentColor",
|
|
86190
|
+
"stroke": "none"
|
|
86191
|
+
}
|
|
86192
|
+
],
|
|
86193
|
+
[
|
|
86194
|
+
"path",
|
|
86195
|
+
{
|
|
86196
|
+
"d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0"
|
|
86197
|
+
}
|
|
86198
|
+
]
|
|
86199
|
+
],
|
|
86200
|
+
"percentage-90": [
|
|
86201
|
+
[
|
|
86202
|
+
"path",
|
|
86203
|
+
{
|
|
86204
|
+
"d": "M12 3a9 9 0 1 1 -5.16 1.626l5.16 7.374z",
|
|
86205
|
+
"fill": "currentColor",
|
|
86206
|
+
"stroke": "none"
|
|
86207
|
+
}
|
|
86208
|
+
],
|
|
86209
|
+
[
|
|
86210
|
+
"path",
|
|
86211
|
+
{
|
|
86212
|
+
"d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0"
|
|
86213
|
+
}
|
|
86214
|
+
]
|
|
86215
|
+
],
|
|
85921
86216
|
"percentage": [
|
|
85922
86217
|
[
|
|
85923
86218
|
"path",
|
|
@@ -87444,6 +87739,14 @@
|
|
|
87444
87739
|
}
|
|
87445
87740
|
]
|
|
87446
87741
|
],
|
|
87742
|
+
"picnic-table": [
|
|
87743
|
+
[
|
|
87744
|
+
"path",
|
|
87745
|
+
{
|
|
87746
|
+
"d": "M16 7l2 9m-10 -9l-2 9m-1 -9h14m2 5h-18"
|
|
87747
|
+
}
|
|
87748
|
+
]
|
|
87749
|
+
],
|
|
87447
87750
|
"picture-in-picture-off": [
|
|
87448
87751
|
[
|
|
87449
87752
|
"path",
|