@tabler/icons 3.39.0 → 3.40.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/Arrows/circle-open-arrow-down.svg +16 -0
- package/categories/outline/Arrows/circle-open-arrow-left.svg +16 -0
- package/categories/outline/Arrows/circle-open-arrow-right.svg +16 -0
- package/categories/outline/Arrows/circle-open-arrow-up.svg +16 -0
- package/categories/outline/Brand/brand-infakt.svg +16 -0
- package/categories/outline/Buildings/home-lock.svg +19 -0
- package/categories/outline/Buildings/home-shield.svg +3 -2
- package/categories/outline/Charts/trending-up-down.svg +18 -0
- package/categories/outline/Design/mesh.svg +19 -0
- package/categories/outline/Design/stroke-curved.svg +15 -0
- package/categories/outline/Design/stroke-dynamic.svg +15 -0
- package/categories/outline/Design/stroke-straight.svg +15 -0
- package/categories/outline/Development/api-book.svg +26 -0
- package/categories/outline/Development/api.svg +4 -12
- package/categories/outline/Development/queue-pop-in.svg +18 -0
- package/categories/outline/Development/queue-pop-out.svg +18 -0
- package/categories/outline/Map/map-lock.svg +18 -0
- package/categories/outline/Map/map-shield.svg +17 -0
- package/categories/outline/Shapes/circle-plus-minus.svg +18 -0
- package/categories/outline/System/vip-2.svg +21 -0
- package/icons/outline/api-book.svg +26 -0
- package/icons/outline/api.svg +4 -12
- package/icons/outline/brand-infakt.svg +16 -0
- package/icons/outline/circle-open-arrow-down.svg +16 -0
- package/icons/outline/circle-open-arrow-left.svg +16 -0
- package/icons/outline/circle-open-arrow-right.svg +16 -0
- package/icons/outline/circle-open-arrow-up.svg +16 -0
- package/icons/outline/circle-plus-minus.svg +18 -0
- package/icons/outline/home-lock.svg +19 -0
- package/icons/outline/home-shield.svg +3 -2
- package/icons/outline/map-lock.svg +18 -0
- package/icons/outline/map-shield.svg +17 -0
- package/icons/outline/mesh.svg +19 -0
- package/icons/outline/queue-pop-in.svg +18 -0
- package/icons/outline/queue-pop-out.svg +18 -0
- package/icons/outline/stroke-curved.svg +15 -0
- package/icons/outline/stroke-dynamic.svg +15 -0
- package/icons/outline/stroke-straight.svg +15 -0
- package/icons/outline/trending-up-down.svg +18 -0
- package/icons/outline/vip-2.svg +21 -0
- package/icons.json +366 -0
- package/package.json +1 -1
- package/tabler-nodes-outline.json +407 -23
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-->6074<!--/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,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-circle-open-arrow-down"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M15.998 3.934a9 9 0 1 1 -3.998 -.934v13" />
|
|
15
|
+
<path d="M16 12l-4 4l-4 -4" />
|
|
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-circle-open-arrow-left"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M20.066 8.002a9 9 0 1 0 .934 3.998h-13" />
|
|
15
|
+
<path d="M12 8l-4 4l4 4" />
|
|
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-circle-open-arrow-right"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M3.934 8.002a9 9 0 1 1 -.934 3.998h13" />
|
|
15
|
+
<path d="M12 8l4 4l-4 4" />
|
|
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-circle-open-arrow-up"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M15.998 20.066a9 9 0 1 0 -3.998 .934v-13" />
|
|
15
|
+
<path d="M16 12l-4 -4l-4 4" />
|
|
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-brand-infakt"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M14.936 6.063a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />
|
|
15
|
+
<path d="M5.52 5c.002 -.033 -1.69 1.568 1.02 3.733c-1.092 2.015 .853 2.992 .853 2.992c-.972 1.879 1.39 2.805 1.39 2.805c-1 2.39 -2 4.68 -3.555 6.454c1.495 .09 2.04 -.196 2.9 -.844c3.386 -2.552 4.937 -6.471 5.765 -8.62c.385 -1.001 -.323 -2.47 -1.247 -2.964c-2.52 -1.35 -7.178 -3.526 -7.127 -3.555" />
|
|
16
|
+
</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-home-lock"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M5 12h-2l9 -9l8 8" />
|
|
15
|
+
<path d="M5 12v7a2 2 0 0 0 2 2h6" />
|
|
16
|
+
<path d="M9 21v-6a2 2 0 0 1 2 -2h2c.688 0 1.294 .347 1.654 .875" />
|
|
17
|
+
<path d="M17 19a1 1 0 0 1 1 -1h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-3a1 1 0 0 1 -1 -1v-2" />
|
|
18
|
+
<path d="M18 18v-1.5a1.5 1.5 0 1 1 3 0v1.5" />
|
|
19
|
+
</svg>
|
|
@@ -11,7 +11,8 @@
|
|
|
11
11
|
class="icon icon-tabler icons-tabler-outline icon-tabler-home-shield"
|
|
12
12
|
>
|
|
13
13
|
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
-
<path d="
|
|
15
|
-
<path d="
|
|
14
|
+
<path d="M5 12h-2l9 -9l7.636 7.636" />
|
|
15
|
+
<path d="M5 12v7a2 2 0 0 0 2 2h5" />
|
|
16
|
+
<path d="M9 21v-6a2 2 0 0 1 2 -2h1.5" />
|
|
16
17
|
<path d="M22 16c0 4 -2.5 6 -3.5 6s-3.5 -2 -3.5 -6c1 0 2.5 -.5 3.5 -1.5c1 1 2.5 1.5 3.5 1.5" />
|
|
17
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-trending-up-down"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M2 14l6 -6l4 4l9 -9" />
|
|
15
|
+
<path d="M15 3h6v6" />
|
|
16
|
+
<path d="M15 21h6v-6" />
|
|
17
|
+
<path d="M21 21l-6 -6" />
|
|
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-mesh"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M3 9h18" />
|
|
15
|
+
<path d="M3 15h18" />
|
|
16
|
+
<path d="M8 4c.485 .445 3.5 3.312 3.5 8c0 .663 -.07 4.848 -3.5 8" />
|
|
17
|
+
<path d="M15 4a17 17 0 0 1 2.004 8c0 1.51 -.201 4.628 -2.004 8" />
|
|
18
|
+
<path d="M18.778 20h-13.556a2.22 2.22 0 0 1 -2.222 -2.222v-11.556c0 -1.227 .995 -2.222 2.222 -2.222h13.556c1.227 0 2.222 .995 2.222 2.222v11.556a2.22 2.22 0 0 1 -2.222 2.222" />
|
|
19
|
+
</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-stroke-curved"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M4 19h1.341a7 7 0 0 0 6.845 -5.533l.628 -2.934a7 7 0 0 1 6.846 -5.533h1.34" />
|
|
15
|
+
</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-stroke-dynamic"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M4 19h6a2 2 0 0 0 2 -2v-10a2 2 0 0 1 2 -2h7" />
|
|
15
|
+
</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-stroke-straight"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M4 19l16 -14" />
|
|
15
|
+
</svg>
|
|
@@ -0,0 +1,26 @@
|
|
|
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-api-book"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M3 19a9 9 0 0 1 9 0a9 9 0 0 1 1.006 -.5" />
|
|
15
|
+
<path d="M3 6a9 9 0 0 1 9 0a9 9 0 0 1 9 0" />
|
|
16
|
+
<path d="M3 6v13" />
|
|
17
|
+
<path d="M12 6v13" />
|
|
18
|
+
<path d="M21 6v6" />
|
|
19
|
+
<path d="M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />
|
|
20
|
+
<path d="M19.001 15.5v1.5" />
|
|
21
|
+
<path d="M19.001 21v1.5" />
|
|
22
|
+
<path d="M22.032 17.25l-1.299 .75" />
|
|
23
|
+
<path d="M17.27 20l-1.3 .75" />
|
|
24
|
+
<path d="M15.97 17.25l1.3 .75" />
|
|
25
|
+
<path d="M20.733 20l1.3 .75" />
|
|
26
|
+
</svg>
|
|
@@ -11,16 +11,8 @@
|
|
|
11
11
|
class="icon icon-tabler icons-tabler-outline icon-tabler-api"
|
|
12
12
|
>
|
|
13
13
|
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
-
<path d="
|
|
15
|
-
<path d="
|
|
16
|
-
<path d="
|
|
17
|
-
<path d="
|
|
18
|
-
<path d="M21 6v6" />
|
|
19
|
-
<path d="M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />
|
|
20
|
-
<path d="M19.001 15.5v1.5" />
|
|
21
|
-
<path d="M19.001 21v1.5" />
|
|
22
|
-
<path d="M22.032 17.25l-1.299 .75" />
|
|
23
|
-
<path d="M17.27 20l-1.3 .75" />
|
|
24
|
-
<path d="M15.97 17.25l1.3 .75" />
|
|
25
|
-
<path d="M20.733 20l1.3 .75" />
|
|
14
|
+
<path d="M4 13h5" />
|
|
15
|
+
<path d="M12 16v-8h3a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-3" />
|
|
16
|
+
<path d="M20 8v8" />
|
|
17
|
+
<path d="M9 16v-5.5a2.5 2.5 0 0 0 -5 0v5.5" />
|
|
26
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-queue-pop-in"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M8 6h-3a2 2 0 0 0 -2 2v11a2 2 0 0 0 2 2h11a2 2 0 0 0 2 -2v-3.357" />
|
|
15
|
+
<path d="M13 5a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-4a2 2 0 0 1 -2 -2v-4" />
|
|
16
|
+
<path d="M13.5 10.5l-5.5 5.5" />
|
|
17
|
+
<path d="M8 11v5h5" />
|
|
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-queue-pop-out"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M11 5h-6a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-6" />
|
|
15
|
+
<path d="M3 13h6a2 2 0 0 1 2 2v6" />
|
|
16
|
+
<path d="M16 3h5v5" />
|
|
17
|
+
<path d="M21 3l-6 6" />
|
|
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-map-lock"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />
|
|
15
|
+
<path d="M13.004 21.216a2 2 0 0 1 -2.417 -.316l-4.244 -4.243a8 8 0 0 1 11.314 -11.314a7.93 7.93 0 0 1 2.343 5.657" />
|
|
16
|
+
<path d="M17 19a1 1 0 0 1 1 -1h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-3a1 1 0 0 1 -1 -1v-2" />
|
|
17
|
+
<path d="M18 18v-1.5a1.5 1.5 0 1 1 3 0v1.5" />
|
|
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-map-shield"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M15 11a3 3 0 1 0 -3 3" />
|
|
15
|
+
<path d="M12.249 21.47a2 2 0 0 1 -1.662 -.57l-4.244 -4.243a8 8 0 1 1 13.655 -5.828" />
|
|
16
|
+
<path d="M22 16c0 4 -2.5 6 -3.5 6s-3.5 -2 -3.5 -6c1 0 2.5 -.5 3.5 -1.5c1 1 2.5 1.5 3.5 1.5" />
|
|
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-circle-plus-minus"
|
|
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
|
+
<path d="M9 10h6" />
|
|
16
|
+
<path d="M9 16h6" />
|
|
17
|
+
<path d="M12 7v6" />
|
|
18
|
+
</svg>
|
|
@@ -0,0 +1,21 @@
|
|
|
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-vip-2"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M3 5h4" />
|
|
15
|
+
<path d="M17 5h4" />
|
|
16
|
+
<path d="M3 19h18" />
|
|
17
|
+
<path d="M4 9l2 6h1l2 -6" />
|
|
18
|
+
<path d="M12 10v5" />
|
|
19
|
+
<path d="M16 15v-6h2a2 2 0 1 1 0 4h-2" />
|
|
20
|
+
<path d="M10 5a2 2 0 0 1 2 2a2 2 0 0 1 2 -2a2 2 0 0 1 -2 -2a2 2 0 0 1 -2 2" />
|
|
21
|
+
</svg>
|
|
@@ -0,0 +1,26 @@
|
|
|
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-api-book"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M3 19a9 9 0 0 1 9 0a9 9 0 0 1 1.006 -.5" />
|
|
15
|
+
<path d="M3 6a9 9 0 0 1 9 0a9 9 0 0 1 9 0" />
|
|
16
|
+
<path d="M3 6v13" />
|
|
17
|
+
<path d="M12 6v13" />
|
|
18
|
+
<path d="M21 6v6" />
|
|
19
|
+
<path d="M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />
|
|
20
|
+
<path d="M19.001 15.5v1.5" />
|
|
21
|
+
<path d="M19.001 21v1.5" />
|
|
22
|
+
<path d="M22.032 17.25l-1.299 .75" />
|
|
23
|
+
<path d="M17.27 20l-1.3 .75" />
|
|
24
|
+
<path d="M15.97 17.25l1.3 .75" />
|
|
25
|
+
<path d="M20.733 20l1.3 .75" />
|
|
26
|
+
</svg>
|
package/icons/outline/api.svg
CHANGED
|
@@ -11,16 +11,8 @@
|
|
|
11
11
|
class="icon icon-tabler icons-tabler-outline icon-tabler-api"
|
|
12
12
|
>
|
|
13
13
|
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
-
<path d="
|
|
15
|
-
<path d="
|
|
16
|
-
<path d="
|
|
17
|
-
<path d="
|
|
18
|
-
<path d="M21 6v6" />
|
|
19
|
-
<path d="M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />
|
|
20
|
-
<path d="M19.001 15.5v1.5" />
|
|
21
|
-
<path d="M19.001 21v1.5" />
|
|
22
|
-
<path d="M22.032 17.25l-1.299 .75" />
|
|
23
|
-
<path d="M17.27 20l-1.3 .75" />
|
|
24
|
-
<path d="M15.97 17.25l1.3 .75" />
|
|
25
|
-
<path d="M20.733 20l1.3 .75" />
|
|
14
|
+
<path d="M4 13h5" />
|
|
15
|
+
<path d="M12 16v-8h3a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-3" />
|
|
16
|
+
<path d="M20 8v8" />
|
|
17
|
+
<path d="M9 16v-5.5a2.5 2.5 0 0 0 -5 0v5.5" />
|
|
26
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-brand-infakt"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M14.936 6.063a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />
|
|
15
|
+
<path d="M5.52 5c.002 -.033 -1.69 1.568 1.02 3.733c-1.092 2.015 .853 2.992 .853 2.992c-.972 1.879 1.39 2.805 1.39 2.805c-1 2.39 -2 4.68 -3.555 6.454c1.495 .09 2.04 -.196 2.9 -.844c3.386 -2.552 4.937 -6.471 5.765 -8.62c.385 -1.001 -.323 -2.47 -1.247 -2.964c-2.52 -1.35 -7.178 -3.526 -7.127 -3.555" />
|
|
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-circle-open-arrow-down"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M15.998 3.934a9 9 0 1 1 -3.998 -.934v13" />
|
|
15
|
+
<path d="M16 12l-4 4l-4 -4" />
|
|
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-circle-open-arrow-left"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M20.066 8.002a9 9 0 1 0 .934 3.998h-13" />
|
|
15
|
+
<path d="M12 8l-4 4l4 4" />
|
|
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-circle-open-arrow-right"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M3.934 8.002a9 9 0 1 1 -.934 3.998h13" />
|
|
15
|
+
<path d="M12 8l4 4l-4 4" />
|
|
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-circle-open-arrow-up"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M15.998 20.066a9 9 0 1 0 -3.998 .934v-13" />
|
|
15
|
+
<path d="M16 12l-4 -4l-4 4" />
|
|
16
|
+
</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-circle-plus-minus"
|
|
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
|
+
<path d="M9 10h6" />
|
|
16
|
+
<path d="M9 16h6" />
|
|
17
|
+
<path d="M12 7v6" />
|
|
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-home-lock"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M5 12h-2l9 -9l8 8" />
|
|
15
|
+
<path d="M5 12v7a2 2 0 0 0 2 2h6" />
|
|
16
|
+
<path d="M9 21v-6a2 2 0 0 1 2 -2h2c.688 0 1.294 .347 1.654 .875" />
|
|
17
|
+
<path d="M17 19a1 1 0 0 1 1 -1h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-3a1 1 0 0 1 -1 -1v-2" />
|
|
18
|
+
<path d="M18 18v-1.5a1.5 1.5 0 1 1 3 0v1.5" />
|
|
19
|
+
</svg>
|
|
@@ -11,7 +11,8 @@
|
|
|
11
11
|
class="icon icon-tabler icons-tabler-outline icon-tabler-home-shield"
|
|
12
12
|
>
|
|
13
13
|
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
-
<path d="
|
|
15
|
-
<path d="
|
|
14
|
+
<path d="M5 12h-2l9 -9l7.636 7.636" />
|
|
15
|
+
<path d="M5 12v7a2 2 0 0 0 2 2h5" />
|
|
16
|
+
<path d="M9 21v-6a2 2 0 0 1 2 -2h1.5" />
|
|
16
17
|
<path d="M22 16c0 4 -2.5 6 -3.5 6s-3.5 -2 -3.5 -6c1 0 2.5 -.5 3.5 -1.5c1 1 2.5 1.5 3.5 1.5" />
|
|
17
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-map-lock"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />
|
|
15
|
+
<path d="M13.004 21.216a2 2 0 0 1 -2.417 -.316l-4.244 -4.243a8 8 0 0 1 11.314 -11.314a7.93 7.93 0 0 1 2.343 5.657" />
|
|
16
|
+
<path d="M17 19a1 1 0 0 1 1 -1h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-3a1 1 0 0 1 -1 -1v-2" />
|
|
17
|
+
<path d="M18 18v-1.5a1.5 1.5 0 1 1 3 0v1.5" />
|
|
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-map-shield"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M15 11a3 3 0 1 0 -3 3" />
|
|
15
|
+
<path d="M12.249 21.47a2 2 0 0 1 -1.662 -.57l-4.244 -4.243a8 8 0 1 1 13.655 -5.828" />
|
|
16
|
+
<path d="M22 16c0 4 -2.5 6 -3.5 6s-3.5 -2 -3.5 -6c1 0 2.5 -.5 3.5 -1.5c1 1 2.5 1.5 3.5 1.5" />
|
|
17
|
+
</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-mesh"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M3 9h18" />
|
|
15
|
+
<path d="M3 15h18" />
|
|
16
|
+
<path d="M8 4c.485 .445 3.5 3.312 3.5 8c0 .663 -.07 4.848 -3.5 8" />
|
|
17
|
+
<path d="M15 4a17 17 0 0 1 2.004 8c0 1.51 -.201 4.628 -2.004 8" />
|
|
18
|
+
<path d="M18.778 20h-13.556a2.22 2.22 0 0 1 -2.222 -2.222v-11.556c0 -1.227 .995 -2.222 2.222 -2.222h13.556c1.227 0 2.222 .995 2.222 2.222v11.556a2.22 2.22 0 0 1 -2.222 2.222" />
|
|
19
|
+
</svg>
|