@tabler/icons 3.44.0 → 3.45.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 +5 -5
- package/categories/outline/Animals/dragon.svg +18 -0
- package/categories/outline/Arrows/arrow-fork-triple.svg +20 -0
- package/categories/outline/Brand/{brand-adobe-after-effect.svg → brand-adobe-after-effects.svg} +1 -1
- package/{icons/outline/brand-kako-talk.svg → categories/outline/Brand/brand-kakao-talk.svg} +1 -1
- package/categories/outline/Brand/brand-signal.svg +16 -0
- package/categories/outline/Currencies/{currency-rubel.svg → currency-ruble.svg} +1 -1
- package/categories/outline/Design/flip-horizontal.svg +3 -3
- package/categories/outline/Design/flip-vertical.svg +3 -3
- package/{icons/outline/ikosaedr.svg → categories/outline/Design/icosahedron.svg} +1 -1
- package/categories/outline/Devices/device-vision-pro-wifi.svg +17 -0
- package/categories/outline/Gender/{gender-trasvesti.svg → gender-travesti.svg} +1 -1
- package/categories/outline/Health/{foodsteps.svg → footsteps.svg} +1 -1
- package/{icons/outline/physotherapist.svg → categories/outline/Health/physiotherapist.svg} +1 -1
- package/{icons/outline/mood-confuzed.svg → categories/outline/Mood/mood-confused.svg} +1 -1
- package/{icons/outline/sport-billard.svg → categories/outline/Sport/sport-billiard.svg} +1 -1
- package/categories/outline/System/app-window-bottom-left.svg +16 -0
- package/categories/outline/System/app-window-bottom-right.svg +16 -0
- package/categories/outline/System/app-window-bottom.svg +16 -0
- package/categories/outline/System/app-window-center.svg +16 -0
- package/categories/outline/System/device-workstation.svg +20 -0
- package/categories/outline/System/tab-close.svg +18 -0
- package/categories/outline/System/virtual-space.svg +18 -0
- package/categories/outline/Text/italic-off.svg +19 -0
- package/categories/outline/Text/text-outline.svg +20 -0
- package/categories/outline/Text/text-regex-asterisk.svg +19 -0
- package/categories/outline/Text/text-regex-end.svg +19 -0
- package/categories/outline/Text/text-regex-plus.svg +18 -0
- package/categories/outline/Text/text-regex-question.svg +18 -0
- package/categories/outline/Text/text-regex-start.svg +17 -0
- package/categories/outline/Text/underline-off.svg +18 -0
- package/docs/icons/astro.mdx +39 -0
- package/docs/icons/eps.mdx +2 -2
- package/docs/icons/pdf.mdx +2 -2
- package/docs/icons/png.mdx +2 -2
- package/docs/icons/preact.mdx +2 -2
- package/docs/icons/react-native.mdx +2 -2
- package/docs/icons/react.mdx +2 -2
- package/docs/icons/solidjs.mdx +2 -2
- package/docs/icons/sprite.mdx +2 -2
- package/docs/icons/svelte-runes.mdx +2 -2
- package/docs/icons/svelte.mdx +2 -2
- package/docs/icons/svg.mdx +2 -2
- package/docs/icons/vue.mdx +2 -2
- package/docs/icons/webfont.mdx +2 -2
- package/icons/filled/brand-signal.svg +12 -0
- package/icons/filled/{mood-confuzed.svg → mood-confused.svg} +1 -1
- package/icons/outline/app-window-bottom-left.svg +16 -0
- package/icons/outline/app-window-bottom-right.svg +16 -0
- package/icons/outline/app-window-bottom.svg +16 -0
- package/icons/outline/app-window-center.svg +16 -0
- package/icons/outline/arrow-fork-triple.svg +20 -0
- package/icons/outline/{brand-adobe-after-effect.svg → brand-adobe-after-effects.svg} +1 -1
- package/{categories/outline/Brand/brand-kako-talk.svg → icons/outline/brand-kakao-talk.svg} +1 -1
- package/icons/outline/brand-signal.svg +16 -0
- package/icons/outline/{currency-rubel.svg → currency-ruble.svg} +1 -1
- package/icons/outline/device-vision-pro-wifi.svg +17 -0
- package/icons/outline/device-workstation.svg +20 -0
- package/icons/outline/dragon.svg +18 -0
- package/icons/outline/flip-horizontal.svg +3 -3
- package/icons/outline/flip-vertical.svg +3 -3
- package/icons/outline/{foodsteps.svg → footsteps.svg} +1 -1
- package/icons/outline/{gender-trasvesti.svg → gender-travesti.svg} +1 -1
- package/{categories/outline/Design/ikosaedr.svg → icons/outline/icosahedron.svg} +1 -1
- package/icons/outline/italic-off.svg +19 -0
- package/{categories/outline/Mood/mood-confuzed.svg → icons/outline/mood-confused.svg} +1 -1
- package/{categories/outline/Health/physotherapist.svg → icons/outline/physiotherapist.svg} +1 -1
- package/{categories/outline/Sport/sport-billard.svg → icons/outline/sport-billiard.svg} +1 -1
- package/icons/outline/tab-close.svg +18 -0
- package/icons/outline/text-outline.svg +20 -0
- package/icons/outline/text-regex-asterisk.svg +19 -0
- package/icons/outline/text-regex-end.svg +19 -0
- package/icons/outline/text-regex-plus.svg +18 -0
- package/icons/outline/text-regex-question.svg +18 -0
- package/icons/outline/text-regex-start.svg +17 -0
- package/icons/outline/underline-off.svg +18 -0
- package/icons/outline/virtual-space.svg +18 -0
- package/icons.json +500 -42
- package/package.json +1 -1
- package/tabler-nodes-filled.json +15 -1
- package/tabler-nodes-outline.json +544 -64
|
@@ -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-text-regex-start"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
|
+
<path d="M17 8v6a2 2 0 1 0 4 0v-1a2 2 0 1 0 -4 0v1" />
|
|
15
|
+
<path d="M14 16v-3a2 2 0 1 0 -4 0v1a2 2 0 0 0 3.726 1.01" />
|
|
16
|
+
<path d="M3 10l2 -2l2 2" />
|
|
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-underline-off"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
|
+
<path d="M7 7.4v2.6c0 2.8 2.2 5 5 5c.9 0 1.8 -.2 2.4 -.6" />
|
|
15
|
+
<path d="M5 19h14" />
|
|
16
|
+
<path d="M3 2.7l18 18" />
|
|
17
|
+
<path d="M16.4 12.4c.4 -.7 .6 -1.5 .6 -2.4v-5" />
|
|
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-virtual-space"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
|
+
<path d="M16 14.808a25 25 0 0 0 -4 -.312c-1.439 0 -2.796 .113 -4 .312" />
|
|
15
|
+
<path d="M21 17.439c0 1.148 -2.034 2.142 -4.997 2.625l-.003 -10.439c2.965 -.482 5 -1.477 5 -2.625v-.064c0 -1.622 -4.03 -2.936 -9 -2.936s-9 1.314 -9 2.936c0 1.148 2.035 2.142 5 2.624l-.003 10.44c-2.963 -.483 -4.997 -1.477 -4.997 -2.625" />
|
|
16
|
+
<path d="M3 6.936v10.439" />
|
|
17
|
+
<path d="M21 6.936v10.439" />
|
|
18
|
+
</svg>
|