@tabler/icons 3.38.0 → 3.39.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/Development/ai-agent.svg +24 -0
- package/categories/outline/Development/ai-agents.svg +23 -0
- package/categories/outline/Development/ai-gateway.svg +19 -0
- package/categories/outline/Development/api.svg +12 -4
- package/categories/outline/Development/bot-id.svg +22 -0
- package/categories/outline/Development/canary.svg +17 -0
- package/categories/outline/Development/codeblock.svg +18 -0
- package/categories/outline/Development/connection.svg +17 -0
- package/categories/outline/Development/firewall-check.svg +20 -0
- package/categories/outline/Development/firewall-flame.svg +20 -0
- package/categories/outline/Development/image-generation.svg +20 -0
- package/categories/outline/Development/microfrontends.svg +21 -0
- package/categories/outline/Development/middleware.svg +23 -0
- package/categories/outline/Development/scan-traces.svg +21 -0
- package/categories/outline/Development/serverless.svg +15 -0
- package/categories/outline/Development/user-key.svg +19 -0
- package/categories/outline/Development/zero-config.svg +16 -0
- package/categories/outline/Map/world-map.svg +18 -0
- package/categories/outline/System/credits.svg +19 -0
- package/categories/outline/Text/sort-ascending-2.svg +1 -0
- package/categories/outline/Text/sort-descending-2.svg +1 -0
- package/icons/outline/ai-agent.svg +24 -0
- package/icons/outline/ai-agents.svg +23 -0
- package/icons/outline/ai-gateway.svg +19 -0
- package/icons/outline/api.svg +12 -4
- package/icons/outline/bot-id.svg +22 -0
- package/icons/outline/canary.svg +17 -0
- package/icons/outline/codeblock.svg +18 -0
- package/icons/outline/connection.svg +17 -0
- package/icons/outline/credits.svg +19 -0
- package/icons/outline/firewall-check.svg +20 -0
- package/icons/outline/firewall-flame.svg +20 -0
- package/icons/outline/image-generation.svg +20 -0
- package/icons/outline/microfrontends.svg +21 -0
- package/icons/outline/middleware.svg +23 -0
- package/icons/outline/scan-traces.svg +21 -0
- package/icons/outline/serverless.svg +15 -0
- package/icons/outline/sort-ascending-2.svg +1 -0
- package/icons/outline/sort-descending-2.svg +1 -0
- package/icons/outline/user-key.svg +19 -0
- package/icons/outline/world-map.svg +18 -0
- package/icons/outline/zero-config.svg +16 -0
- package/icons.json +429 -0
- package/package.json +2 -2
- package/tabler-nodes-outline.json +700 -4
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-->6056<!--/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,24 @@
|
|
|
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-agent"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M11 14a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />
|
|
15
|
+
<path d="M6 14a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />
|
|
16
|
+
<path d="M16 14a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />
|
|
17
|
+
<path d="M11 5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />
|
|
18
|
+
<path d="M13.5 9.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />
|
|
19
|
+
<path d="M8.5 9.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />
|
|
20
|
+
<path d="M13.5 18.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />
|
|
21
|
+
<path d="M8.5 18.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />
|
|
22
|
+
<path d="M3.5 18.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />
|
|
23
|
+
<path d="M18.5 18.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />
|
|
24
|
+
</svg>
|
|
@@ -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="2"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
class="icon icon-tabler icons-tabler-outline icon-tabler-ai-agents"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M17 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />
|
|
15
|
+
<path d="M3 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />
|
|
16
|
+
<path d="M10 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />
|
|
17
|
+
<path d="M6 5a1 1 0 1 0 -2 0a1 1 0 0 0 2 0" />
|
|
18
|
+
<path d="M18 5a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />
|
|
19
|
+
<path d="M4 12a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />
|
|
20
|
+
<path d="M11 12a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />
|
|
21
|
+
<path d="M18 12a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />
|
|
22
|
+
<path d="M11 19a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />
|
|
23
|
+
</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-ai-gateway"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M4 6.5a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0" />
|
|
15
|
+
<path d="M15 6.5a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0" />
|
|
16
|
+
<path d="M15 17.5a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0" />
|
|
17
|
+
<path d="M4 17.5a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0" />
|
|
18
|
+
<path d="M8.5 15.5l7 -7" />
|
|
19
|
+
</svg>
|
|
@@ -11,8 +11,16 @@
|
|
|
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="
|
|
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" />
|
|
18
26
|
</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-bot-id"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M7 10.5c0 -.828 .746 -1.5 1.667 -1.5h6.666c.92 0 1.667 .672 1.667 1.5v3c0 .828 -.746 1.5 -1.667 1.5h-6.666c-.92 0 -1.667 -.672 -1.667 -1.5v-3" />
|
|
15
|
+
<path d="M12 7v2" />
|
|
16
|
+
<path d="M10 12v.01" />
|
|
17
|
+
<path d="M14 12v.01" />
|
|
18
|
+
<path d="M4 8v-2a2 2 0 0 1 2 -2h2" />
|
|
19
|
+
<path d="M4 16v2a2 2 0 0 0 2 2h2" />
|
|
20
|
+
<path d="M16 4h2a2 2 0 0 1 2 2v2" />
|
|
21
|
+
<path d="M16 20h2a2 2 0 0 0 2 -2v-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-canary"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M12 20v-2" />
|
|
15
|
+
<path d="M15 8.01v.01" />
|
|
16
|
+
<path d="M3 17l8 -8v-1a4 4 0 1 1 8 0h2l-2 2v1a7 7 0 0 1 -13.215 3.223" />
|
|
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-codeblock"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M5 4l-2 2l2 2" />
|
|
15
|
+
<path d="M12 4l2 2l-2 2" />
|
|
16
|
+
<path d="M8 8l1 -4" />
|
|
17
|
+
<path d="M17 6a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-7" />
|
|
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-connection"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M15 6.5a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0" />
|
|
15
|
+
<path d="M4 17.5a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0" />
|
|
16
|
+
<path d="M8.5 15.5l7 -7" />
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,20 @@
|
|
|
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-firewall-check"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M9 3v18" />
|
|
15
|
+
<path d="M3 9h18" />
|
|
16
|
+
<path d="M3 15h10" />
|
|
17
|
+
<path d="M15 3v10" />
|
|
18
|
+
<path d="M11 21h-6a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v8" />
|
|
19
|
+
<path d="M15 19l2 2l4 -4" />
|
|
20
|
+
</svg>
|
|
@@ -0,0 +1,20 @@
|
|
|
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-firewall-flame"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M15.5 16q 2.5 1.5 2.5 -1v-2s4 1.06 4 5c0 1.664 -.649 3.338 -2 4v-.25c0 -.957 -1.053 -1.75 -2 -1.75s-2 .793 -2 1.75v.25c-1.351 -.662 -2 -2 -2 -3.5s1.5 -2.5 1.5 -2.5" />
|
|
15
|
+
<path d="M9 3v13" />
|
|
16
|
+
<path d="M3 9h18" />
|
|
17
|
+
<path d="M6 21h-1a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4" />
|
|
18
|
+
<path d="M3 15h7" />
|
|
19
|
+
<path d="M15 3v7" />
|
|
20
|
+
</svg>
|
|
@@ -0,0 +1,20 @@
|
|
|
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-image-generation"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M3 21v-4a4 4 0 1 1 4 4h-4" />
|
|
15
|
+
<path d="M21 3a16 16 0 0 0 -12.8 10.2" />
|
|
16
|
+
<path d="M21 3a16 16 0 0 1 -10.2 12.8" />
|
|
17
|
+
<path d="M10.6 9a9 9 0 0 1 4.4 4.4" />
|
|
18
|
+
<path d="M17 19a2 2 0 0 1 2 2a2 2 0 0 1 2 -2a2 2 0 0 1 -2 -2a2 2 0 0 1 -2 2" />
|
|
19
|
+
<path d="M3 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" />
|
|
20
|
+
</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-microfrontends"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M7.5 7.5l4.5 4.5l4.5 -4.5" />
|
|
15
|
+
<path d="M6 16v-4" />
|
|
16
|
+
<path d="M18 16v-4" />
|
|
17
|
+
<path d="M16 6a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />
|
|
18
|
+
<path d="M16 18a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />
|
|
19
|
+
<path d="M4 6a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />
|
|
20
|
+
<path d="M4 18a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />
|
|
21
|
+
</svg>
|
|
@@ -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="2"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
class="icon icon-tabler icons-tabler-outline icon-tabler-middleware"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M4 20l2.25 -2.25" />
|
|
15
|
+
<path d="M20 20l-2.25 -2.25" />
|
|
16
|
+
<path d="M20 4l-2.25 2.25" />
|
|
17
|
+
<path d="M4 4l2.25 2.25" />
|
|
18
|
+
<path d="M10 19.748a8.01 8.01 0 0 1 -5.747 -5.748" />
|
|
19
|
+
<path d="M19.748 14a8.01 8.01 0 0 1 -5.748 5.748" />
|
|
20
|
+
<path d="M4.252 10a8.02 8.02 0 0 1 5.478 -5.672l.27 -.075" />
|
|
21
|
+
<path d="M14 4.252a8.01 8.01 0 0 1 5.748 5.749" />
|
|
22
|
+
<path d="M11 12a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />
|
|
23
|
+
</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-scan-traces"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M4 8v-2a2 2 0 0 1 2 -2h2" />
|
|
15
|
+
<path d="M4 16v2a2 2 0 0 0 2 2h2" />
|
|
16
|
+
<path d="M16 4h2a2 2 0 0 1 2 2v2" />
|
|
17
|
+
<path d="M16 20h2a2 2 0 0 0 2 -2v-2" />
|
|
18
|
+
<path d="M11 12h6" />
|
|
19
|
+
<path d="M8 8h5" />
|
|
20
|
+
<path d="M9 16h5" />
|
|
21
|
+
</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-serverless"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M8 19l3.03 1.748a2 2 0 0 0 1.94 0l6 -3.843a2 2 0 0 0 1.03 -1.753v-6.152l-8 3l-8 3v-6.405c0 -.728 .394 -1.399 1.03 -1.752l6 -3.582a2.05 2.05 0 0 1 2 0l2.97 1.739" />
|
|
15
|
+
</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-user-key"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" />
|
|
15
|
+
<path d="M6 21v-2a4 4 0 0 1 4 -4h5" />
|
|
16
|
+
<path d="M18.5 18.5l-3.5 3.5l-1.5 -1.5" />
|
|
17
|
+
<path d="M18.554 18.414a2 2 0 1 1 2.828 -2.828a2 2 0 0 1 -2.828 2.828" />
|
|
18
|
+
<path d="M16 19l1 1" />
|
|
19
|
+
</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-zero-config"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M4 12a8 8 0 1 0 16 0a8 8 0 1 0 -16 0" />
|
|
15
|
+
<path d="M3 21l18 -18" />
|
|
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-world-map"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M20 8h-2a2 2 0 0 0 -2 2a2 2 0 1 1 -4 0v-1a2 2 0 0 0 -2 -2h-1a2 2 0 0 1 -2 -2v-.5" />
|
|
15
|
+
<path d="M3 12h3a2 2 0 0 1 2 2v.5a1.5 1.5 0 0 0 1.5 1.5a1.5 1.5 0 0 1 1.5 1.5v3.25" />
|
|
16
|
+
<path d="M15 20.5v-3.5a2 2 0 0 1 2 -2h3.5" />
|
|
17
|
+
<path d="M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />
|
|
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-credits"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M3 14a6 2 0 1 0 12 0a6 2 0 1 0 -12 0" />
|
|
15
|
+
<path d="M3 14v5c0 1.105 2.686 2 6 2s6 -.895 6 -2v-5" />
|
|
16
|
+
<path d="M9 5a6 2 0 1 0 12 0a6 2 0 1 0 -12 0" />
|
|
17
|
+
<path d="M9 5v3" />
|
|
18
|
+
<path d="M18.365 11.656c1.59 -.36 2.635 -.966 2.635 -1.656v-5" />
|
|
19
|
+
</svg>
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
>
|
|
13
13
|
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
14
|
<path d="M14 9l3 -3l3 3" />
|
|
15
|
+
<path d="M5 5.5a.5 .5 0 0 1 .5 -.5h4a.5 .5 0 0 1 .5 .5v4a.5 .5 0 0 1 -.5 .5h-4a.5 .5 0 0 1 -.5 -.5l0 -4" />
|
|
15
16
|
<path d="M5 14.5a.5 .5 0 0 1 .5 -.5h4a.5 .5 0 0 1 .5 .5v4a.5 .5 0 0 1 -.5 .5h-4a.5 .5 0 0 1 -.5 -.5l0 -4" />
|
|
16
17
|
<path d="M17 6v12" />
|
|
17
18
|
</svg>
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
class="icon icon-tabler icons-tabler-outline icon-tabler-sort-descending-2"
|
|
12
12
|
>
|
|
13
13
|
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M5 5.5a.5 .5 0 0 1 .5 -.5h4a.5 .5 0 0 1 .5 .5v4a.5 .5 0 0 1 -.5 .5h-4a.5 .5 0 0 1 -.5 -.5l0 -4" />
|
|
14
15
|
<path d="M5 14.5a.5 .5 0 0 1 .5 -.5h4a.5 .5 0 0 1 .5 .5v4a.5 .5 0 0 1 -.5 .5h-4a.5 .5 0 0 1 -.5 -.5l0 -4" />
|
|
15
16
|
<path d="M14 15l3 3l3 -3" />
|
|
16
17
|
<path d="M17 18v-12" />
|
|
@@ -0,0 +1,24 @@
|
|
|
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-agent"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M11 14a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />
|
|
15
|
+
<path d="M6 14a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />
|
|
16
|
+
<path d="M16 14a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />
|
|
17
|
+
<path d="M11 5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />
|
|
18
|
+
<path d="M13.5 9.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />
|
|
19
|
+
<path d="M8.5 9.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />
|
|
20
|
+
<path d="M13.5 18.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />
|
|
21
|
+
<path d="M8.5 18.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />
|
|
22
|
+
<path d="M3.5 18.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />
|
|
23
|
+
<path d="M18.5 18.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />
|
|
24
|
+
</svg>
|
|
@@ -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="2"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
class="icon icon-tabler icons-tabler-outline icon-tabler-ai-agents"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M17 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />
|
|
15
|
+
<path d="M3 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />
|
|
16
|
+
<path d="M10 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />
|
|
17
|
+
<path d="M6 5a1 1 0 1 0 -2 0a1 1 0 0 0 2 0" />
|
|
18
|
+
<path d="M18 5a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />
|
|
19
|
+
<path d="M4 12a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />
|
|
20
|
+
<path d="M11 12a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />
|
|
21
|
+
<path d="M18 12a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />
|
|
22
|
+
<path d="M11 19a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />
|
|
23
|
+
</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-ai-gateway"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M4 6.5a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0" />
|
|
15
|
+
<path d="M15 6.5a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0" />
|
|
16
|
+
<path d="M15 17.5a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0" />
|
|
17
|
+
<path d="M4 17.5a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0" />
|
|
18
|
+
<path d="M8.5 15.5l7 -7" />
|
|
19
|
+
</svg>
|
package/icons/outline/api.svg
CHANGED
|
@@ -11,8 +11,16 @@
|
|
|
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="
|
|
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" />
|
|
18
26
|
</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-bot-id"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M7 10.5c0 -.828 .746 -1.5 1.667 -1.5h6.666c.92 0 1.667 .672 1.667 1.5v3c0 .828 -.746 1.5 -1.667 1.5h-6.666c-.92 0 -1.667 -.672 -1.667 -1.5v-3" />
|
|
15
|
+
<path d="M12 7v2" />
|
|
16
|
+
<path d="M10 12v.01" />
|
|
17
|
+
<path d="M14 12v.01" />
|
|
18
|
+
<path d="M4 8v-2a2 2 0 0 1 2 -2h2" />
|
|
19
|
+
<path d="M4 16v2a2 2 0 0 0 2 2h2" />
|
|
20
|
+
<path d="M16 4h2a2 2 0 0 1 2 2v2" />
|
|
21
|
+
<path d="M16 20h2a2 2 0 0 0 2 -2v-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-canary"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M12 20v-2" />
|
|
15
|
+
<path d="M15 8.01v.01" />
|
|
16
|
+
<path d="M3 17l8 -8v-1a4 4 0 1 1 8 0h2l-2 2v1a7 7 0 0 1 -13.215 3.223" />
|
|
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-codeblock"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M5 4l-2 2l2 2" />
|
|
15
|
+
<path d="M12 4l2 2l-2 2" />
|
|
16
|
+
<path d="M8 8l1 -4" />
|
|
17
|
+
<path d="M17 6a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-7" />
|
|
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-connection"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M15 6.5a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0" />
|
|
15
|
+
<path d="M4 17.5a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0" />
|
|
16
|
+
<path d="M8.5 15.5l7 -7" />
|
|
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-credits"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M3 14a6 2 0 1 0 12 0a6 2 0 1 0 -12 0" />
|
|
15
|
+
<path d="M3 14v5c0 1.105 2.686 2 6 2s6 -.895 6 -2v-5" />
|
|
16
|
+
<path d="M9 5a6 2 0 1 0 12 0a6 2 0 1 0 -12 0" />
|
|
17
|
+
<path d="M9 5v3" />
|
|
18
|
+
<path d="M18.365 11.656c1.59 -.36 2.635 -.966 2.635 -1.656v-5" />
|
|
19
|
+
</svg>
|
|
@@ -0,0 +1,20 @@
|
|
|
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-firewall-check"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M9 3v18" />
|
|
15
|
+
<path d="M3 9h18" />
|
|
16
|
+
<path d="M3 15h10" />
|
|
17
|
+
<path d="M15 3v10" />
|
|
18
|
+
<path d="M11 21h-6a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v8" />
|
|
19
|
+
<path d="M15 19l2 2l4 -4" />
|
|
20
|
+
</svg>
|