@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
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
title: Tabler Icons for React Native
|
|
3
3
|
---
|
|
4
4
|
|
|
5
|
-

|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
|
9
9
|
<TabsPackage name="@tabler/icons-react-native" />
|
|
10
10
|
|
|
11
|
-
or just [download from
|
|
11
|
+
or just [download from GitHub](https://github.com/tabler/tabler-icons/releases).
|
|
12
12
|
|
|
13
13
|
## How to use
|
|
14
14
|
|
package/docs/icons/react.mdx
CHANGED
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
title: Tabler Icons for React
|
|
3
3
|
---
|
|
4
4
|
|
|
5
|
-

|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
|
9
9
|
<TabsPackage name="@tabler/icons-react" />
|
|
10
10
|
|
|
11
|
-
or just [download from
|
|
11
|
+
or just [download from GitHub](https://github.com/tabler/tabler-icons/releases).
|
|
12
12
|
|
|
13
13
|
## How to use
|
|
14
14
|
|
package/docs/icons/solidjs.mdx
CHANGED
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
title: Tabler Icons for SolidJS
|
|
3
3
|
---
|
|
4
4
|
|
|
5
|
-

|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
|
9
9
|
<TabsPackage name="@tabler/icons-solidjs" />
|
|
10
10
|
|
|
11
|
-
or just [download from
|
|
11
|
+
or just [download from GitHub](https://github.com/tabler/tabler-icons/releases).
|
|
12
12
|
|
|
13
13
|
## How to use
|
|
14
14
|
|
package/docs/icons/sprite.mdx
CHANGED
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
title: SVG sprite version
|
|
3
3
|
---
|
|
4
4
|
|
|
5
|
-

|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
|
9
9
|
<TabsPackage name="@tabler/icons-sprite" />
|
|
10
10
|
|
|
11
|
-
or just [download from
|
|
11
|
+
or just [download from GitHub](https://github.com/tabler/tabler-icons/releases).
|
|
12
12
|
|
|
13
13
|
## Usage
|
|
14
14
|
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
title: Tabler Icons for Svelte 5
|
|
3
3
|
---
|
|
4
4
|
|
|
5
|
-

|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
|
9
9
|
<TabsPackage name="@tabler/icons-svelte-runes" />
|
|
10
10
|
|
|
11
|
-
or just [download from
|
|
11
|
+
or just [download from GitHub](https://github.com/tabler/tabler-icons/releases).
|
|
12
12
|
|
|
13
13
|
## How to use
|
|
14
14
|
|
package/docs/icons/svelte.mdx
CHANGED
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
title: Tabler Icons for Svelte
|
|
3
3
|
---
|
|
4
4
|
|
|
5
|
-

|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
|
9
9
|
<TabsPackage name="@tabler/icons-svelte" />
|
|
10
10
|
|
|
11
|
-
or just [download from
|
|
11
|
+
or just [download from GitHub](https://github.com/tabler/tabler-icons/releases).
|
|
12
12
|
|
|
13
13
|
## How to use
|
|
14
14
|
|
package/docs/icons/svg.mdx
CHANGED
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
title: SVG version
|
|
3
3
|
---
|
|
4
4
|
|
|
5
|
-

|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
|
9
9
|
<TabsPackage name="@tabler/icons" />
|
|
10
10
|
|
|
11
|
-
or just [download from
|
|
11
|
+
or just [download from GitHub](https://github.com/tabler/tabler-icons/releases).
|
|
12
12
|
|
|
13
13
|
## Usage
|
|
14
14
|
|
package/docs/icons/vue.mdx
CHANGED
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
title: Tabler Icons for Vue
|
|
3
3
|
---
|
|
4
4
|
|
|
5
|
-

|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
|
9
9
|
<TabsPackage name="@tabler/icons-vue" />
|
|
10
10
|
|
|
11
|
-
or just [download from
|
|
11
|
+
or just [download from GitHub](https://github.com/tabler/tabler-icons/releases).
|
|
12
12
|
|
|
13
13
|
## How to use
|
|
14
14
|
|
package/docs/icons/webfont.mdx
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
title: Webfont
|
|
3
3
|
---
|
|
4
4
|
|
|
5
|
-

|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
|
@@ -22,7 +22,7 @@ or
|
|
|
22
22
|
pnpm install @tabler/icons-webfont
|
|
23
23
|
```
|
|
24
24
|
|
|
25
|
-
or just [download from
|
|
25
|
+
or just [download from GitHub](https://github.com/tabler/tabler-icons/releases).
|
|
26
26
|
|
|
27
27
|
### CDN
|
|
28
28
|
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3
|
+
width="24"
|
|
4
|
+
height="24"
|
|
5
|
+
viewBox="0 0 24 24"
|
|
6
|
+
fill="currentColor"
|
|
7
|
+
class="icon icon-tabler icons-tabler-filled icon-tabler-brand-signal"
|
|
8
|
+
>
|
|
9
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
10
|
+
<path d="M2.482 21.753l.969 -.225c.538 -.125 1.075 .209 1.2 .746c.124 .537 -.21 1.075 -.747 1.2l-.969 .225c-.166 .039 -.334 .059 -.498 .059c-.172 -.004 -.339 -.023 -.494 -.058c-.593 -.138 -1.073 -.502 -1.369 -.979c-.297 -.476 -.411 -1.067 -.274 -1.656l.226 -.969c.125 -.537 .662 -.871 1.199 -.747c.537 .125 .872 .662 .747 1.2l-.227 .965c-.012 .057 -.001 .11 .025 .153c.026 .042 .069 .075 .122 .087l.041 .007l.049 -.008zm4.176 1.079c-.537 .125 -1.074 -.209 -1.199 -.746c-.125 -.537 .21 -1.075 .747 -1.2l.472 -.11l.687 .09c.194 .101 .419 .208 .67 .316c.258 .11 .49 .202 .694 .272c.52 .179 .796 .746 .617 1.266c-.179 .52 -.746 .796 -1.266 .617c-.311 -.108 -.59 -.215 -.834 -.319c-.147 -.063 -.302 -.135 -.465 -.215l-.123 .029zm4.627 1.144c-.55 -.032 -.97 -.505 -.937 -1.055c.032 -.55 .505 -.97 1.054 -.937l.295 .014l.605 0l.296 -.015c.55 -.032 1.023 .388 1.055 .938c.032 .55 -.388 1.023 -.938 1.055l-.715 .024l-.715 -.024zm4.636 -.637c-.52 .179 -1.087 -.098 -1.266 -.617c-.179 -.52 .097 -1.087 .617 -1.266c.177 -.061 .364 -.133 .558 -.213c.172 -.073 .355 -.156 .545 -.248c.496 -.242 1.095 -.036 1.336 .46c.242 .496 .035 1.095 -.46 1.336c-.203 .099 -.423 .198 -.655 .294c-.213 .087 -.438 .172 -.675 .254zm4.036 -2.363c-.412 .364 -1.042 .326 -1.406 -.086c-.364 -.412 -.326 -1.042 .086 -1.406c.142 -.126 .288 -.264 .434 -.411l.005 -.004c.146 -.146 .282 -.291 .408 -.433c.365 -.411 .995 -.45 1.407 -.085c.412 .364 .45 .994 .085 1.406c-.164 .186 -.329 .361 -.492 .524c-.164 .164 -.34 .33 -.527 .495zm2.835 -3.726c-.242 .496 -.841 .702 -1.336 .46c-.496 -.241 -.703 -.84 -.461 -1.336c.092 -.19 .175 -.372 .247 -.545c.086 -.208 .158 -.394 .214 -.557c.179 -.52 .746 -.796 1.266 -.618c.52 .179 .796 .746 .617 1.266c-.087 .253 -.172 .479 -.254 .675c-.096 .233 -.194 .452 -.293 .655zm1.184 -4.535c-.032 .55 -.505 .97 -1.055 .937c-.55 -.032 -.97 -.505 -.938 -1.054l.015 -.296l0 -.604l-.015 -.296c-.032 -.55 .388 -1.023 .938 -1.055c.55 -.032 1.023 .388 1.055 .938l.024 .715l-.024 .715zm-.637 -4.636c.179 .52 -.098 1.087 -.617 1.266c-.52 .179 -1.087 -.097 -1.266 -.617c-.056 -.163 -.128 -.349 -.214 -.556c-.079 -.192 -.163 -.376 -.247 -.551c-.24 -.496 -.031 -1.093 .464 -1.332c.496 -.239 1.093 -.031 1.332 .465c.107 .219 .206 .438 .295 .653c.081 .195 .166 .42 .253 .672zm-2.363 -4.036c.364 .412 .326 1.042 -.086 1.406c-.412 .364 -1.042 .326 -1.406 -.086c-.126 -.142 -.264 -.287 -.41 -.433l-.004 -.005c-.146 -.146 -.291 -.283 -.434 -.409c-.411 -.365 -.45 -.995 -.085 -1.407c.364 -.412 .994 -.45 1.406 -.085c.186 .164 .362 .33 .525 .493c.164 .164 .329 .34 .494 .526zm-3.726 -2.835c.496 .242 .702 .841 .46 1.336c-.241 .496 -.84 .703 -1.336 .461c-.19 -.092 -.372 -.175 -.545 -.247c-.208 -.086 -.394 -.158 -.557 -.214c-.52 -.179 -.796 -.746 -.618 -1.266c.179 -.52 .746 -.796 1.266 -.617c.253 .087 .479 .172 .675 .254c.233 .096 .452 .194 .655 .293zm-4.535 -1.184c.55 .032 .97 .505 .937 1.055c-.032 .55 -.505 .97 -1.054 .938l-.296 -.015l-.604 0l-.296 .015c-.55 .032 -1.023 -.388 -1.055 -.938c-.032 -.55 .388 -1.023 .938 -1.055l.715 -.024l.715 .024zm-4.636 .637c.52 -.179 1.087 .098 1.266 .617c.179 .52 -.097 1.087 -.617 1.266c-.163 .056 -.349 .128 -.556 .214c-.192 .079 -.376 .163 -.551 .247c-.496 .24 -1.093 .031 -1.332 -.464c-.239 -.496 -.031 -1.093 .465 -1.332c.219 -.107 .438 -.206 .653 -.295c.195 -.081 .42 -.166 .672 -.253zm-4.036 2.363c.412 -.364 1.042 -.326 1.406 .086c.364 .412 .326 1.042 -.086 1.406c-.142 .126 -.287 .264 -.433 .41l-.005 .004c-.146 .146 -.283 .291 -.409 .434c-.365 .411 -.995 .45 -1.407 .085c-.412 -.364 -.45 -.994 -.085 -1.406c.164 -.186 .33 -.362 .493 -.525c.164 -.164 .34 -.329 .526 -.494zm-2.835 3.726c.242 -.496 .841 -.702 1.336 -.46c.496 .241 .703 .84 .461 1.336c-.092 .19 -.176 .373 -.247 .545c-.071 .172 -.142 .358 -.211 .557c-.178 .522 -.747 .8 -1.269 .621c-.522 -.178 -.8 -.747 -.621 -1.269c.074 -.216 .161 -.442 .257 -.674c.097 -.234 .195 -.453 .294 -.656zm-1.184 4.535c.032 -.55 .505 -.97 1.055 -.937c.55 .032 .97 .505 .938 1.054l-.015 .296l0 .605l.014 .295c.033 .55 -.387 1.023 -.937 1.055c-.55 .032 -1.023 -.388 -1.055 -.938l-.024 -.715l.024 -.715zm.639 4.635c-.179 -.52 .097 -1.087 .617 -1.266c.52 -.178 1.087 .098 1.266 .618c.07 .203 .161 .435 .272 .692c.094 .226 .201 .45 .317 .672l.09 .687l-.11 .471c-.125 .537 -.662 .872 -1.2 .747c-.537 -.125 -.871 -.662 -.746 -1.199l.029 -.124l-.212 -.465c-.109 -.244 -.216 -.523 -.323 -.833z" />
|
|
11
|
+
<path d="M7.164 19.638l-2.089 .487c-.145 .033 -.299 .036 -.453 0c-.537 -.125 -.871 -.662 -.746 -1.199l.487 -2.089l-.346 -.662c-.165 -.316 -.312 -.646 -.439 -.985c-.122 -.325 -.226 -.66 -.311 -1.001l-.012 -.041c-.085 -.347 -.149 -.701 -.191 -1.057c-.042 -.363 -.063 -.729 -.063 -1.091c0 -2.485 1.007 -4.736 2.635 -6.364c.825 -.825 1.818 -1.493 2.925 -1.951c1.064 -.441 2.227 -.684 3.439 -.684c2.485 0 4.736 1.007 6.364 2.635c.825 .825 1.493 1.818 1.951 2.925c.441 1.064 .684 2.227 .684 3.439c0 2.485 -1.007 4.736 -2.635 6.364c-.825 .825 -1.818 1.493 -2.925 1.951c-1.064 .441 -2.227 .684 -3.439 .684c-.365 0 -.732 -.021 -1.095 -.063c-.356 -.042 -.708 -.106 -1.051 -.191c-.355 -.088 -.704 -.196 -1.043 -.322c-.339 -.127 -.669 -.274 -.985 -.439l-.662 -.346z" />
|
|
12
|
+
</svg>
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
height="24"
|
|
5
5
|
viewBox="0 0 24 24"
|
|
6
6
|
fill="currentColor"
|
|
7
|
-
class="icon icon-tabler icons-tabler-filled icon-tabler-mood-
|
|
7
|
+
class="icon icon-tabler icons-tabler-filled icon-tabler-mood-confused"
|
|
8
8
|
>
|
|
9
9
|
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
10
10
|
<path d="M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-1.43 10.162a11 11 0 0 0 -6.6 1.65a1 1 0 0 0 1.06 1.696a9 9 0 0 1 5.4 -1.35a1 1 0 0 0 .14 -1.996zm-6.56 -4.502l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm6 0l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z" />
|
|
@@ -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-app-window-bottom-left"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
|
+
<path d="M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10" />
|
|
15
|
+
<path d="M6 14h2v2h-2v-2" fill="currentColor" />
|
|
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-app-window-bottom-right"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
|
+
<path d="M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10" />
|
|
15
|
+
<path d="M16 14h2v2h-2v-2" fill="currentColor" />
|
|
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-app-window-bottom"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
|
+
<path d="M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10" />
|
|
15
|
+
<path d="M6 14h12v2h-12v-2" fill="currentColor" />
|
|
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-app-window-center"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
|
+
<path d="M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10" />
|
|
15
|
+
<path d="M11 11h2v2h-2v-2" fill="currentColor" />
|
|
16
|
+
</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-arrow-fork-triple"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
|
+
<path d="M12 3v18" />
|
|
15
|
+
<path d="M16 7l-4 -4l-4 4" />
|
|
16
|
+
<path d="M16 11h5v5" />
|
|
17
|
+
<path d="M8 11h-5v5" />
|
|
18
|
+
<path d="M3 11l8.293 8.293c.453 .453 .707 1.067 .707 1.707" />
|
|
19
|
+
<path d="M21 11l-8.293 8.293a2.4 2.4 0 0 0 -.707 1.707" />
|
|
20
|
+
</svg>
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
stroke-width="2"
|
|
9
9
|
stroke-linecap="round"
|
|
10
10
|
stroke-linejoin="round"
|
|
11
|
-
class="icon icon-tabler icons-tabler-outline icon-tabler-brand-adobe-after-
|
|
11
|
+
class="icon icon-tabler icons-tabler-outline icon-tabler-brand-adobe-after-effects"
|
|
12
12
|
>
|
|
13
13
|
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
14
|
<path d="M3 12c0 -4.243 0 -6.364 1.318 -7.682s3.44 -1.318 7.682 -1.318s6.364 0 7.682 1.318s1.318 3.44 1.318 7.682s0 6.364 -1.318 7.682s-3.44 1.318 -7.682 1.318s-6.364 0 -7.682 -1.318s-1.318 -3.44 -1.318 -7.682" />
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
stroke-width="2"
|
|
9
9
|
stroke-linecap="round"
|
|
10
10
|
stroke-linejoin="round"
|
|
11
|
-
class="icon icon-tabler icons-tabler-outline icon-tabler-brand-
|
|
11
|
+
class="icon icon-tabler icons-tabler-outline icon-tabler-brand-kakao-talk"
|
|
12
12
|
>
|
|
13
13
|
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
14
|
<path d="M10 8v7" />
|
|
@@ -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-signal"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
|
+
<path d="M2.708 22.726l.148 -.034l.822 -.191m2.754 -.642l.472 -.11c.485 .254 .987 .469 1.501 .647m2.939 .584c.218 .013 .437 .02 .656 .02c.22 0 .439 -.008 .657 -.02m2.939 -.583c.418 -.144 .824 -.312 1.217 -.504m2.484 -1.663c.329 -.292 .641 -.604 .933 -.933m1.663 -2.485c.192 -.393 .36 -.799 .505 -1.216m.582 -2.94c.012 -.217 .02 -.436 .02 -.656c0 -.22 -.008 -.439 -.02 -.657m-.583 -2.939c-.144 -.418 -.313 -.824 -.504 -1.217m-1.663 -2.484c-.292 -.329 -.604 -.641 -.933 -.933m-2.485 -1.663c-.393 -.192 -.799 -.36 -1.216 -.505m-2.94 -.582c-.217 -.012 -.436 -.02 -.656 -.02c-.22 0 -.439 .008 -.657 .02m-2.939 .583c-.418 .144 -.824 .313 -1.217 .504m-2.484 1.663c-.329 .292 -.641 .604 -.933 .933m-1.663 2.485c-.192 .393 -.36 .799 -.505 1.216m-.582 2.94c-.012 .217 -.02 .436 -.02 .656c0 .219 .007 .438 .02 .657m.584 2.939c.178 .514 .394 1.016 .648 1.501l-.11 .471m-.643 2.754l-.217 .93l-.009 .039c-.15 .643 .249 1.286 .892 1.436c.179 .041 .365 .041 .543 -.001" />
|
|
15
|
+
<path d="M4.848 19.152l2.446 -.57l.993 .519c.56 .292 1.167 .519 1.805 .675c.597 .149 1.238 .223 1.908 .223c2.21 0 4.21 -.895 5.657 -2.342c1.447 -1.447 2.342 -3.447 2.342 -5.657c0 -2.21 -.895 -4.21 -2.342 -5.657c-1.447 -1.447 -3.447 -2.342 -5.657 -2.342c-2.21 0 -4.21 .895 -5.657 2.342c-1.447 1.447 -2.342 3.447 -2.342 5.657c0 .666 .075 1.308 .223 1.909c.156 .637 .383 1.244 .676 1.805l.519 .993l-.571 2.445" />
|
|
16
|
+
</svg>
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
stroke-width="2"
|
|
9
9
|
stroke-linecap="round"
|
|
10
10
|
stroke-linejoin="round"
|
|
11
|
-
class="icon icon-tabler icons-tabler-outline icon-tabler-currency-
|
|
11
|
+
class="icon icon-tabler icons-tabler-outline icon-tabler-currency-ruble"
|
|
12
12
|
>
|
|
13
13
|
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
14
|
<path d="M8 19v-14h6a3 3 0 0 1 0 6h-8" />
|
|
@@ -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-device-vision-pro-wifi"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
|
+
<path d="M12 10q 1.715 0 3.275 .104q 1.526 .101 2.798 .42q 1.22 .304 2.119 .909a3.9 3.9 0 0 1 1.328 1.531c.326 .657 .48 1.48 .48 2.466q .002 1.51 -.574 2.707q -.562 1.17 -1.537 1.848a3.7 3.7 0 0 1 -2.16 .66q -.764 .002 -1.382 -.21a6 6 0 0 1 -1.17 -.548a19 19 0 0 1 -1.045 -.695a9 9 0 0 0 -1.001 -.63a2.4 2.4 0 0 0 -1.13 -.301c-.373 0 -.75 .097 -1.132 .3q -.475 .255 -1 .63q -.482 .345 -1.047 .695a5.8 5.8 0 0 1 -1.168 .548q -.62 .211 -1.378 .21a3.7 3.7 0 0 1 -2.165 -.659q -.976 -.68 -1.537 -1.848q -.576 -1.196 -.574 -2.709c-.004 -.98 .15 -1.802 .477 -2.46c.3 -.619 .76 -1.147 1.33 -1.531q .9 -.604 2.12 -.907q 1.382 -.335 2.8 -.423q 1.56 -.107 3.273 -.107" />
|
|
15
|
+
<path d="M7 4.071a7.07 7.07 0 0 1 10 0" />
|
|
16
|
+
<path d="M9.5 6.572a3.535 3.535 0 0 1 5.001 0" />
|
|
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-device-workstation"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
|
+
<path d="M7.07 20l-4.84 -4.617a.79 .79 0 0 1 -.065 -1.041l2.835 -3.342" />
|
|
15
|
+
<path d="M9 20h-5" />
|
|
16
|
+
<path d="M6.398 8.063l-1.302 -.896a.95 .95 0 0 0 -1.318 .245l-.611 .889a.95 .95 0 0 0 .245 1.318l1.302 .896c1.041 .716 .635 3.505 2.735 4.949l4.551 -6.62c-2.067 -1.42 -4.559 -.065 -5.602 -.781" />
|
|
17
|
+
<path d="M9 4h10a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-7" />
|
|
18
|
+
<path d="M13 20h4" />
|
|
19
|
+
<path d="M15 16v4" />
|
|
20
|
+
</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-dragon"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
|
+
<path d="M10.706 8.849l-5.706 -3.301l-2 6.452l3.5 -1.973l.5 2.973l3.555 -1.385" />
|
|
15
|
+
<path d="M15 9c0 3.5 4 3 4 7c0 3 -3 5 -5.5 5s-6 -.5 -6.5 -5c2 2 6.592 3.043 7.5 1c1.094 -2.461 -4 -3.459 -4 -6.5c0 -2.062 .5 -2.5 1.8 -3.2" />
|
|
16
|
+
<path d="M18 6a3 3 270 1 0 -3 3h5l1 -3h-3" />
|
|
17
|
+
<path d="M15 3h-8l5 3" />
|
|
18
|
+
</svg>
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
class="icon icon-tabler icons-tabler-outline icon-tabler-flip-horizontal"
|
|
12
12
|
>
|
|
13
13
|
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
|
-
<path d="
|
|
15
|
-
<path d="
|
|
16
|
-
<path d="
|
|
14
|
+
<path d="M12 3l0 18" />
|
|
15
|
+
<path d="M16 7l0 10l5 0l-5 -10" />
|
|
16
|
+
<path d="M8 7l0 10l-5 0l5 -10" />
|
|
17
17
|
</svg>
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
class="icon icon-tabler icons-tabler-outline icon-tabler-flip-vertical"
|
|
12
12
|
>
|
|
13
13
|
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
|
-
<path d="
|
|
15
|
-
<path d="
|
|
16
|
-
<path d="
|
|
14
|
+
<path d="M3 12l18 0" />
|
|
15
|
+
<path d="M7 16l10 0l-10 5l0 -5" />
|
|
16
|
+
<path d="M7 8l10 0l-10 -5l0 5" />
|
|
17
17
|
</svg>
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
stroke-width="2"
|
|
9
9
|
stroke-linecap="round"
|
|
10
10
|
stroke-linejoin="round"
|
|
11
|
-
class="icon icon-tabler icons-tabler-outline icon-tabler-
|
|
11
|
+
class="icon icon-tabler icons-tabler-outline icon-tabler-footsteps"
|
|
12
12
|
>
|
|
13
13
|
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
14
|
<path d="M4 16.5a2.5 2.5 0 0 0 5 0a1.5 1.5 0 0 0 -1.5 -1.5h-2a1.5 1.5 0 0 0 -1.5 1.5" />
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
stroke-width="2"
|
|
9
9
|
stroke-linecap="round"
|
|
10
10
|
stroke-linejoin="round"
|
|
11
|
-
class="icon icon-tabler icons-tabler-outline icon-tabler-gender-
|
|
11
|
+
class="icon icon-tabler icons-tabler-outline icon-tabler-gender-travesti"
|
|
12
12
|
>
|
|
13
13
|
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
14
|
<path d="M15 20a5 5 0 1 1 0 -10a5 5 0 0 1 0 10" />
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
stroke-width="2"
|
|
9
9
|
stroke-linecap="round"
|
|
10
10
|
stroke-linejoin="round"
|
|
11
|
-
class="icon icon-tabler icons-tabler-outline icon-tabler-
|
|
11
|
+
class="icon icon-tabler icons-tabler-outline icon-tabler-icosahedron"
|
|
12
12
|
>
|
|
13
13
|
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
14
|
<path d="M21 8.007v7.986a2 2 0 0 1 -1.006 1.735l-7 4.007a2 2 0 0 1 -1.988 0l-7 -4.007a2 2 0 0 1 -1.006 -1.735v-7.986a2 2 0 0 1 1.006 -1.735l7 -4.007a2 2 0 0 1 1.988 0l7 4.007a2 2 0 0 1 1.006 1.735" />
|
|
@@ -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-italic-off"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
|
+
<path d="M11 5h6" />
|
|
15
|
+
<path d="M7 19h6" />
|
|
16
|
+
<path d="M11.8 12.9l-1.8 6.1" />
|
|
17
|
+
<path d="M2.8 3l18 18" />
|
|
18
|
+
<path d="M14 5l-1.2 4.1" />
|
|
19
|
+
</svg>
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
stroke-width="2"
|
|
9
9
|
stroke-linecap="round"
|
|
10
10
|
stroke-linejoin="round"
|
|
11
|
-
class="icon icon-tabler icons-tabler-outline icon-tabler-mood-
|
|
11
|
+
class="icon icon-tabler icons-tabler-outline icon-tabler-mood-confused"
|
|
12
12
|
>
|
|
13
13
|
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
14
|
<path d="M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
stroke-width="2"
|
|
9
9
|
stroke-linecap="round"
|
|
10
10
|
stroke-linejoin="round"
|
|
11
|
-
class="icon icon-tabler icons-tabler-outline icon-tabler-
|
|
11
|
+
class="icon icon-tabler icons-tabler-outline icon-tabler-physiotherapist"
|
|
12
12
|
>
|
|
13
13
|
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
14
|
<path d="M9 15l-1 -3l4 -2l4 1h3.5" />
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
stroke-width="2"
|
|
9
9
|
stroke-linecap="round"
|
|
10
10
|
stroke-linejoin="round"
|
|
11
|
-
class="icon icon-tabler icons-tabler-outline icon-tabler-sport-
|
|
11
|
+
class="icon icon-tabler icons-tabler-outline icon-tabler-sport-billiard"
|
|
12
12
|
>
|
|
13
13
|
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
14
|
<path d="M10 10a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />
|
|
@@ -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-tab-close"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
|
+
<path d="M3 21v-1a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v1" />
|
|
15
|
+
<path d="M6 15a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2" />
|
|
16
|
+
<path d="M15 6l-3 3l-3 -3" />
|
|
17
|
+
<path d="M12 9v-6" />
|
|
18
|
+
</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-text-outline"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
|
+
<path d="M3 8v-1a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v1" />
|
|
15
|
+
<path d="M3 16v1a2 2 0 0 0 2 2h14a2 2 0 0 0 2 -2v-1" />
|
|
16
|
+
<path d="M21.01 12h.01" />
|
|
17
|
+
<path d="M3.01 12h.01" />
|
|
18
|
+
<path d="M10 15v-4a2 2 0 1 1 4 0v4" />
|
|
19
|
+
<path d="M10 13h4" />
|
|
20
|
+
</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-text-regex-asterisk"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
|
+
<path d="M10 8v6a2 2 0 1 0 4 0v-1a2 2 0 1 0 -4 0v1" />
|
|
15
|
+
<path d="M7 16v-3a2 2 0 1 0 -4 0v1a2 2 0 0 0 3.726 1.01" />
|
|
16
|
+
<path d="M19 9.5v5" />
|
|
17
|
+
<path d="M17 10.75l4 2.5" />
|
|
18
|
+
<path d="M17 13.25l4 -2.5" />
|
|
19
|
+
</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-text-regex-end"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
|
+
<path d="M10 8v6a2 2 0 1 0 4 0v-1a2 2 0 1 0 -4 0v1" />
|
|
15
|
+
<path d="M7 16v-3a2 2 0 1 0 -4 0v1a2 2 0 0 0 3.726 1.01" />
|
|
16
|
+
<path d="M21 10h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />
|
|
17
|
+
<path d="M19 10v-1" />
|
|
18
|
+
<path d="M19 16v1" />
|
|
19
|
+
</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-text-regex-plus"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
|
+
<path d="M10 8v6a2 2 0 1 0 4 0v-1a2 2 0 1 0 -4 0v1" />
|
|
15
|
+
<path d="M7 16v-3a2 2 0 1 0 -4 0v1a2 2 0 0 0 3.726 1.01" />
|
|
16
|
+
<path d="M17 13h4" />
|
|
17
|
+
<path d="M19 11v4" />
|
|
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-text-regex-question"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
14
|
+
<path d="M10 8v6a2 2 0 1 0 4 0v-1a2 2 0 1 0 -4 0v1" />
|
|
15
|
+
<path d="M7 16v-3a2 2 0 1 0 -4 0v1a2 2 0 0 0 3.726 1.01" />
|
|
16
|
+
<path d="M19 16v.01" />
|
|
17
|
+
<path d="M19 13a2 2 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />
|
|
18
|
+
</svg>
|