@mirohq/design-system-icons 0.43.5-style-dictionary.0 → 0.44.1
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/dist/main.js +259 -80
- package/dist/main.js.map +1 -1
- package/dist/module.js +259 -81
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +3 -1
- package/package.json +5 -5
- package/react/arrow-arc-left.tsx +5 -0
- package/react/arrow-arc-right.tsx +6 -1
- package/react/arrow-bend-up-right.tsx +5 -0
- package/react/arrow-box-out.tsx +1 -1
- package/react/arrow-counter-clockwise-up-right.tsx +1 -1
- package/react/arrow-down-left.tsx +1 -1
- package/react/arrow-down-right.tsx +1 -1
- package/react/arrow-down.tsx +2 -2
- package/react/arrow-fat-up-right.tsx +5 -0
- package/react/arrow-up-left.tsx +1 -1
- package/react/arrow-up.tsx +1 -1
- package/react/arrows-clockwise-y.tsx +1 -1
- package/react/arrows-down-up.tsx +5 -0
- package/react/arrows-square-counter-clockwise-y.tsx +5 -0
- package/react/article.tsx +1 -6
- package/react/chat-lines-eye-open.tsx +6 -1
- package/react/chevron-down-double.tsx +5 -0
- package/react/chevron-down.tsx +1 -1
- package/react/chevron-left-double.tsx +5 -0
- package/react/chevron-left.tsx +1 -1
- package/react/chevron-right-double.tsx +5 -0
- package/react/chevron-right.tsx +1 -1
- package/react/chevron-up-double.tsx +5 -0
- package/react/chevron-up.tsx +1 -1
- package/react/clock-counter-clockwise-simple.tsx +1 -1
- package/react/clock-counter-clockwise.tsx +1 -1
- package/react/cursor-lines.tsx +5 -0
- package/react/download.tsx +5 -0
- package/react/export.tsx +5 -0
- package/react/index.ts +1 -0
- package/react/minus.tsx +1 -1
- package/react/navigation-arrow-lines.tsx +5 -0
- package/react/navigation-up-left-filled.tsx +5 -0
- package/react/navigation-up-left-slash.tsx +5 -0
- package/react/navigation-up-right.tsx +5 -0
- package/react/notepad.tsx +37 -0
- package/react/plus.tsx +1 -1
- package/react/presentation-eye-open.tsx +6 -1
- package/react/question-mark.tsx +5 -0
- package/react/rectangle-arrow-up-center.tsx +5 -0
- package/react/shuffle.tsx +6 -1
- package/react/smiley-chat.tsx +0 -5
- package/react/smiley.tsx +0 -5
- package/react/sparks-filled.tsx +6 -4
- package/react/sparks.tsx +1 -1
- package/react/sticky-eye-closed.tsx +5 -0
- package/react/user-add.tsx +0 -5
- package/react/user-eye-open.tsx +6 -1
- package/react/user.tsx +0 -5
- package/react/users.tsx +1 -6
- package/svg/24/arrow-arc-left.svg +1 -1
- package/svg/24/arrow-arc-right.svg +1 -1
- package/svg/24/arrow-bend-up-right.svg +1 -1
- package/svg/24/arrow-box-out.svg +1 -1
- package/svg/24/arrow-counter-clockwise-up-right.svg +1 -1
- package/svg/24/arrow-down-left.svg +1 -1
- package/svg/24/arrow-down-right.svg +1 -1
- package/svg/24/arrow-down.svg +1 -1
- package/svg/24/arrow-fat-up-right.svg +1 -1
- package/svg/24/arrow-up-left.svg +1 -1
- package/svg/24/arrow-up.svg +1 -1
- package/svg/24/arrows-clockwise-y.svg +1 -1
- package/svg/24/arrows-down-up.svg +1 -1
- package/svg/24/arrows-square-counter-clockwise-y.svg +1 -1
- package/svg/24/article.svg +1 -1
- package/svg/24/chat-lines-eye-open.svg +1 -1
- package/svg/24/chevron-down-double.svg +1 -1
- package/svg/24/chevron-down.svg +1 -1
- package/svg/24/chevron-left-double.svg +1 -1
- package/svg/24/chevron-left.svg +1 -1
- package/svg/24/chevron-right-double.svg +1 -1
- package/svg/24/chevron-right.svg +1 -1
- package/svg/24/chevron-up-double.svg +1 -1
- package/svg/24/chevron-up.svg +1 -1
- package/svg/24/clock-counter-clockwise-simple.svg +1 -1
- package/svg/24/clock-counter-clockwise.svg +1 -1
- package/svg/24/cursor-lines.svg +1 -1
- package/svg/24/download.svg +1 -1
- package/svg/24/export.svg +1 -1
- package/svg/24/minus.svg +1 -1
- package/svg/24/navigation-arrow-lines.svg +1 -1
- package/svg/24/navigation-up-left-filled.svg +1 -1
- package/svg/24/navigation-up-left-slash.svg +1 -1
- package/svg/24/navigation-up-right.svg +1 -1
- package/svg/24/notepad.svg +2 -0
- package/svg/24/plus.svg +1 -1
- package/svg/24/presentation-eye-open.svg +1 -1
- package/svg/24/question-mark.svg +1 -1
- package/svg/24/rectangle-arrow-up-center.svg +1 -1
- package/svg/24/shuffle.svg +1 -1
- package/svg/24/smiley-chat.svg +1 -1
- package/svg/24/smiley.svg +1 -1
- package/svg/24/sparks-filled.svg +1 -1
- package/svg/24/sparks.svg +1 -1
- package/svg/24/sticky-eye-closed.svg +1 -1
- package/svg/24/user-add.svg +1 -1
- package/svg/24/user-eye-open.svg +1 -1
- package/svg/24/user.svg +1 -1
- package/svg/24/users.svg +1 -1
- package/svg/meta.json +9 -0
package/react/sparks-filled.tsx
CHANGED
|
@@ -20,10 +20,6 @@ export const IconSparksFilled: IconComponentType = forwardRef(
|
|
|
20
20
|
fill: 'none',
|
|
21
21
|
ref: forwardRef,
|
|
22
22
|
},
|
|
23
|
-
<path
|
|
24
|
-
fill='currentColor'
|
|
25
|
-
d='M19.7722 2.5045c.0885-.1961.3671-.1961.4556 0l.6667 1.4761a.2504.2504 0 0 0 .1249.125l1.4761.6666c.1962.0886.1962.3671 0 .4557l-1.4761.6667a.2504.2504 0 0 0-.1249.1249l-.6667 1.476c-.0885.1962-.3671.1962-.4556 0l-.6667-1.476a.2502.2502 0 0 0-.125-.125l-1.476-.6666c-.1962-.0886-.1962-.3671 0-.4557l1.476-.6667a.2502.2502 0 0 0 .125-.1249l.6667-1.476ZM19.7722 16.5045c.0885-.1961.3671-.1961.4556 0l.6667 1.4761a.25.25 0 0 0 .1249.1249l1.4761.6667c.1962.0886.1962.3671 0 .4557l-1.4761.6667a.25.25 0 0 0-.1249.1249l-.6667 1.4761c-.0885.1961-.3671.1961-.4556 0l-.6667-1.4761a.2498.2498 0 0 0-.125-.1249l-1.476-.6667c-.1962-.0886-.1962-.3671 0-.4557l1.476-.6667a.2498.2498 0 0 0 .125-.1249l.6667-1.4761ZM9.7608 3.958c.3324-1.2773 2.146-1.2773 2.4784 0 1.4019 5.3879 1.4149 5.4009 6.8028 6.8028 1.2773.3324 1.2773 2.146 0 2.4784-5.3879 1.4019-5.4009 1.4149-6.8028 6.8028-.3324 1.2773-2.146 1.2773-2.4784 0-1.4019-5.3879-1.415-5.4009-6.8028-6.8028-1.2773-.3324-1.2773-2.146 0-2.4784 5.3879-1.4019 5.4009-1.415 6.8028-6.8028Z'
|
|
26
|
-
/>,
|
|
27
23
|
<path
|
|
28
24
|
stroke='currentColor'
|
|
29
25
|
strokeLinecap='round'
|
|
@@ -35,6 +31,12 @@ export const IconSparksFilled: IconComponentType = forwardRef(
|
|
|
35
31
|
stroke='currentColor'
|
|
36
32
|
strokeWidth='var(--svg-stroke-width)'
|
|
37
33
|
d='M11 12v.0001'
|
|
34
|
+
/>,
|
|
35
|
+
<path
|
|
36
|
+
fill='currentColor'
|
|
37
|
+
fillRule='evenodd'
|
|
38
|
+
d='M4.604 2.2673c.1437-.3564.6483-.3564.792 0l.5357 1.3285a.854.854 0 0 0 .4726.4726l1.3284.5356c.3564.1437.3564.6483 0 .792l-1.3284.5357a.854.854 0 0 0-.4726.4726l-.5357 1.3284c-.1437.3564-.6483.3564-.792 0l-.5356-1.3284a.854.854 0 0 0-.4726-.4726l-1.3285-.5357c-.3564-.1437-.3564-.6483 0-.792l1.3284-.5356a.854.854 0 0 0 .4727-.4727l.5356-1.3284Zm9.472 3.3565c.3353-.8317 1.5127-.8317 1.848-.0001l1.25 3.0997a1.9925 1.9925 0 0 0 1.1028 1.1029l3.0995 1.2497c.8316.3353.8316 1.5126 0 1.848l-3.0996 1.25a1.9927 1.9927 0 0 0-1.1027 1.1027l-1.25 3.0996c-.3354.8316-1.5127.8316-1.848 0l-1.2497-3.0995a1.9926 1.9926 0 0 0-1.1029-1.1028l-3.0997-1.25c-.8316-.3353-.8316-1.5127 0-1.848l3.0996-1.2497a1.9926 1.9926 0 0 0 1.103-1.103l1.2497-3.0995Zm-8.68 10.6435c-.1437-.3564-.6483-.3564-.792 0l-.5356 1.3284a.854.854 0 0 1-.4727.4727l-1.3284.5356c-.3564.1437-.3564.6483 0 .792l1.3285.5357a.8539.8539 0 0 1 .4726.4727l.5356 1.3283c.1437.3564.6483.3564.792 0l.5357-1.3284a.854.854 0 0 1 .4726-.4726l1.3284-.5357c.3564-.1437.3564-.6483 0-.792l-1.3284-.5356a.854.854 0 0 1-.4726-.4726l-.5357-1.3285Z'
|
|
39
|
+
clipRule='evenodd'
|
|
38
40
|
/>
|
|
39
41
|
)
|
|
40
42
|
)
|
package/react/sparks.tsx
CHANGED
|
@@ -27,7 +27,7 @@ export const IconSparks: IconComponentType = forwardRef(
|
|
|
27
27
|
/>,
|
|
28
28
|
<path
|
|
29
29
|
fill='currentColor'
|
|
30
|
-
d='M19.7722 2.5045c.
|
|
30
|
+
d='M19.7722 2.5045c.0886-.1962.3671-.1962.4557 0l.6667 1.476a.2496.2496 0 0 0 .1249.125l1.4761.6667c.1961.0885.1961.367 0 .4556l-1.4761.6667a.2496.2496 0 0 0-.1249.125l-.6667 1.476c-.0886.1962-.3671.1962-.4557 0l-.6667-1.476a.2496.2496 0 0 0-.1249-.125l-1.4761-.6667c-.1961-.0885-.1961-.367 0-.4556l1.4761-.6667a.2496.2496 0 0 0 .1249-.125l.6667-1.476ZM19.7722 16.5045c.0886-.1962.3671-.1962.4557 0l.6667 1.4761a.25.25 0 0 0 .1249.1249l1.4761.6667c.1961.0885.1961.3671 0 .4556l-1.4761.6667a.25.25 0 0 0-.1249.1249l-.6667 1.4761c-.0886.1962-.3671.1962-.4557 0l-.6667-1.4761a.25.25 0 0 0-.1249-.1249l-1.4761-.6667c-.1961-.0885-.1961-.3671 0-.4556l1.4761-.6667a.25.25 0 0 0 .1249-.1249l.6667-1.4761Z'
|
|
31
31
|
/>,
|
|
32
32
|
<path
|
|
33
33
|
stroke='currentColor'
|
|
@@ -26,6 +26,11 @@ export const IconStickyEyeClosed: IconComponentType = forwardRef(
|
|
|
26
26
|
strokeLinejoin='round'
|
|
27
27
|
strokeWidth='var(--svg-stroke-width)'
|
|
28
28
|
d='M21 11v3m0 0h-7v7m7-7-7 7m-8-18h-2c-.5523 0-1 .4477-1 1v16c0 .5523.4477 1 1 1h10m-4.5-17s.3776.6608 1.0918 1.4082m0 0c.6673.6982 1.6283 1.472 2.8496 1.853m-2.8496-1.853-1.5918 1.5918m4.4414.2612a5.2099 5.2099 0 0 0 1.5586.2388c.5584 0 1.0786-.089 1.5586-.2388m-3.1172 0-.4414 1.7388m3.5586-1.7388.4414 1.7388m-.4414-1.7388c1.2213-.381 2.1823-1.1548 2.8496-1.853m0 0c.7142-.7474 1.0918-1.4082 1.0918-1.4082m-1.0918 1.4082 1.5918 1.5918'
|
|
29
|
+
/>,
|
|
30
|
+
<path
|
|
31
|
+
stroke='currentColor'
|
|
32
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
33
|
+
d='M14 14v.0001'
|
|
29
34
|
/>
|
|
30
35
|
)
|
|
31
36
|
)
|
package/react/user-add.tsx
CHANGED
|
@@ -25,11 +25,6 @@ export const IconUserAdd: IconComponentType = forwardRef(
|
|
|
25
25
|
strokeLinecap='round'
|
|
26
26
|
strokeWidth='var(--svg-stroke-width)'
|
|
27
27
|
d='M2 11h3m0 0h3m-3 0v-3m0 3v3m3 6 .443-2.6576c.3214-1.9287 1.9902-3.3424 3.9455-3.3424h5.223c1.9553 0 3.6241 1.4137 3.9456 3.3424l.4429 2.6576m-4-12c0 1.6569-1.3431 3-3 3s-3-1.3431-3-3 1.3431-3 3-3 3 1.3431 3 3Z'
|
|
28
|
-
/>,
|
|
29
|
-
<path
|
|
30
|
-
stroke='currentColor'
|
|
31
|
-
strokeWidth='var(--svg-stroke-width)'
|
|
32
|
-
d='M15 13.9999v.0001'
|
|
33
28
|
/>
|
|
34
29
|
)
|
|
35
30
|
)
|
package/react/user-eye-open.tsx
CHANGED
|
@@ -27,7 +27,12 @@ export const IconUserEyeOpen: IconComponentType = forwardRef(
|
|
|
27
27
|
strokeWidth='var(--svg-stroke-width)'
|
|
28
28
|
d='M3 19.9999s0-6 4-6h1m7-6.9999c0 2.2091-1.7909 4-4 4-2.2091 0-4-1.7909-4-4 0-2.2091 1.7909-4 4-4 2.2091 0 4 1.7909 4 4Zm-5 11c0-.5 2-4 6-4s6 3.5 6 4-2 4-6 4-6-3.5-6-4Z'
|
|
29
29
|
/>,
|
|
30
|
-
<circle cx={16} cy={18} r={2} fill='currentColor'
|
|
30
|
+
<circle cx={16} cy={18} r={2} fill='currentColor' />,
|
|
31
|
+
<path
|
|
32
|
+
stroke='currentColor'
|
|
33
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
34
|
+
d='M11 11v.0001'
|
|
35
|
+
/>
|
|
31
36
|
)
|
|
32
37
|
)
|
|
33
38
|
|
package/react/user.tsx
CHANGED
|
@@ -25,11 +25,6 @@ export const IconUser: IconComponentType = forwardRef(
|
|
|
25
25
|
strokeLinecap='round'
|
|
26
26
|
strokeWidth='var(--svg-stroke-width)'
|
|
27
27
|
d='m4 20 .443-2.6576c.3214-1.9287 1.9902-3.3424 3.9455-3.3424h7.223c1.9553 0 3.6241 1.4137 3.9456 3.3424l.4429 2.6576m-4-13c0 2.2091-1.7909 4-4 4-2.2091 0-4-1.7909-4-4 0-2.2091 1.7909-4 4-4 2.2091 0 4 1.7909 4 4Z'
|
|
28
|
-
/>,
|
|
29
|
-
<path
|
|
30
|
-
stroke='currentColor'
|
|
31
|
-
strokeWidth='var(--svg-stroke-width)'
|
|
32
|
-
d='M12 13.9999v.0001'
|
|
33
28
|
/>
|
|
34
29
|
)
|
|
35
30
|
)
|
package/react/users.tsx
CHANGED
|
@@ -24,12 +24,7 @@ export const IconUsers: IconComponentType = forwardRef(
|
|
|
24
24
|
stroke='currentColor'
|
|
25
25
|
strokeLinecap='round'
|
|
26
26
|
strokeWidth='var(--svg-stroke-width)'
|
|
27
|
-
d='m1.0001 19.9997.443-2.
|
|
28
|
-
/>,
|
|
29
|
-
<path
|
|
30
|
-
stroke='currentColor'
|
|
31
|
-
strokeWidth='var(--svg-stroke-width)'
|
|
32
|
-
d='M9 13.9997v.0001'
|
|
27
|
+
d='m1.0001 19.9997.443-2.6575c.3214-1.9288 1.9902-3.3424 3.9455-3.3424h5.2229c1.9553 0 3.6241 1.4136 3.9455 3.3424l.4429 2.6575m3-3.9999h1.8517c1.513 0 2.7892 1.1266 2.9768 2.6278l.1715 1.3721m-11.9999-11.9998c0 1.6568-1.3431 2.9999-3 2.9999-1.6568 0-3-1.343-3-3 0-1.6567 1.3432-2.9999 3-2.9999 1.6569 0 3 1.3432 3 3Zm8.9999 2.5c0 1.3806-1.1193 2.4999-2.5 2.4999s-2.5-1.1193-2.5-2.4999c0-1.3807 1.1193-2.5 2.5-2.5s2.5 1.1193 2.5 2.5Z'
|
|
33
28
|
/>
|
|
34
29
|
)
|
|
35
30
|
)
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20 15c-2-6.0007-10.5-8.0007-16-.0001m0 0v-5m0 5h5" style="vector-effect:non-scaling-stroke"/></svg>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20 15c-2-6.0007-10.5-8.0007-16-.0001m0 0v-5m0 5h5" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12 10v.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 15.0001c2-6.0008 10.5-8.0008 16-.0001m0 0v-5m0 5h-5" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12 10v.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 19c0-7 3-9 7-9h9m0 0-5-5m5 5-5 5" style="vector-effect:non-scaling-stroke"/></svg>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 19c0-7 3-9 7-9h9m0 0-5-5m5 5-5 5" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12 10v.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/arrow-box-out.svg
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M16.
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M16.9988 14v5c0 .5523-.4477 1-1 1h-11c-.5523 0-1-.4477-1-1v-11c0-.5523.4477-1 1-1h4.5m10.5-3-9 9m2.0025-9h7v7" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12 12v.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M19.7535 10.0297c1.0882 4.2821-1.501 8.6357-5.7832 9.7239-4.2822 1.0882-8.6357-1.5011-9.7239-5.
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M19.7535 10.0297c1.0882 4.2821-1.501 8.6357-5.7832 9.7239-4.2822 1.0882-8.6357-1.5011-9.7239-5.7832-1.0882-4.2822 1.501-8.6358 5.7832-9.724a8.0145 8.0145 0 0 1 2.0005-.2483m10.9699 8.0019-3-3-3 3" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M20 10v.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M5 19h9m-9 0v-9m0 9 14-14" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M5 19h9m-9 0v-9m0 9 14-14" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12 12v.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M19 19v-9m0 9h-9m9 0-14-14" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M19 19v-9m0 9h-9m9 0-14-14" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12 12v.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/arrow-down.svg
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M12 3v17.205m-6.9964-6.2033 6.9964 6.5983 7.
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M12.0001 3v17.205m-6.9964-6.2033 6.9964 6.5983 7.003-6.6044" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12 12v.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m18 15 3-12-12 3 3 3-8 11 11-8 3 3Z" style="vector-effect:non-scaling-stroke"/></svg>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m18 15 3-12-12 3 3 3-8 11 11-8 3 3Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M7 17v.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/arrow-up-left.svg
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M5 5v9m0-9h9m-9 0 14 14" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M5 5v9m0-9h9m-9 0 14 14" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12 12v.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/arrow-up.svg
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M12 21.0032v-17.2082m7 6.205-7-6.6-7 6.6" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M12 21.0032v-17.2082m7 6.205-7-6.6-7 6.6" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12 12v.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M12 20c-4.4183 0-8-3.5817-8-8 0-.6906.0875-1.3608.252-2m7.748-6c4.4183 0 8 3.5817 8 8a7.9984 7.9984 0 0 1-.3565 2.3688m-12.6435-2.3688-3-3-3 3m16 0 3 3 3-3" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M4
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M12 20c-4.4183 0-8-3.5817-8-8 0-.6906.0875-1.3608.252-2m7.748-6c4.4183 0 8 3.5817 8 8a7.9984 7.9984 0 0 1-.3565 2.3688m-12.6435-2.3688-3-3-3 3m16 0 3 3 3-3" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M4 10" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M7 5v14m0 0 4-4m-4 4-4-4m14 4v-14m0 0-4 4m4-4 4 4" style="vector-effect:non-scaling-stroke"/></svg>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M7 5v14m0 0 4-4m-4 4-4-4m14 4v-14m0 0-4 4m4-4 4 4" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M7 12v.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M13 19h4.5a.5.5 0 0 0 .5-.5v-13.5m0 0-3.5 3.5m3.5-3.5 3.5 3.5m-10.5-3.5h-4.5a.5.5 0 0 0-.5.5v13.5m0 0 3.5-3.5m-3.5 3.5-3.5-3.5" style="vector-effect:non-scaling-stroke"/></svg>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M13 19h4.5a.5.5 0 0 0 .5-.5v-13.5m0 0-3.5 3.5m3.5-3.5 3.5 3.5m-10.5-3.5h-4.5a.5.5 0 0 0-.5.5v13.5m0 0 3.5-3.5m-3.5 3.5-3.5-3.5" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M6 12v.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/article.svg
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M8
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M8 7h8m-8 4h8m-8 4h4m-8-11.5v17a.5.5 0 0 0 .5.5h15a.5.5 0 0 0 .5-.5v-17a.5.5 0 0 0-.5-.5h-15a.5.5 0 0 0-.5.5Z" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M7 9h2m-2 4h8m-8-9h-3c-.5523 0-1 .4477-1 1v12c0 .5523.4477 1 1 1h5l2.9293 2.9293a.1.1 0 0 0 .1414 0l2.9293-2.9293h5c.5523 0 1-.4477 1-1v-5m-10-7c0-.5 2-4 6-4s6 3.5 6 4-2 4-6 4-6-3.5-6-4Z" style="vector-effect:non-scaling-stroke"/><circle cx="17" cy="5" r="2" fill="currentColor" style="vector-effect:non-scaling-stroke"/></svg>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M7 9h2m-2 4h8m-8-9h-3c-.5523 0-1 .4477-1 1v12c0 .5523.4477 1 1 1h5l2.9293 2.9293a.1.1 0 0 0 .1414 0l2.9293-2.9293h5c.5523 0 1-.4477 1-1v-5m-10-7c0-.5 2-4 6-4s6 3.5 6 4-2 4-6 4-6-3.5-6-4Z" style="vector-effect:non-scaling-stroke"/><circle cx="17" cy="5" r="2" fill="currentColor" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12 13v.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m15 14-3 3-3-3m6-7-3 3-3-3" style="vector-effect:non-scaling-stroke"/></svg>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m15 14-3 3-3-3m6-7-3 3-3-3" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12 10v.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/chevron-down.svg
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="m6 9.5 6 6 6-6" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="m6 9.5 6 6 6-6" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12 14.9999v.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m10 15-3-3 3-3m7 6-3-3 3-3" style="vector-effect:non-scaling-stroke"/></svg>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m10 15-3-3 3-3m7 6-3-3 3-3" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M14 12v.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/chevron-left.svg
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="m14.5 6-6 6 6 6" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M9
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="m14.5 6-6 6 6 6" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M9 11.9999v.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m14 9 3 3-3 3m-7-6 3 3-3 3" style="vector-effect:non-scaling-stroke"/></svg>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m14 9 3 3-3 3m-7-6 3 3-3 3" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M10 12v.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/chevron-right.svg
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="m9.5 6 6 6-6 6" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M16
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="m9.5 6 6 6-6 6" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M16 11.9999v.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m9 10 3-3 3 3m-6 7 3-3 3 3" style="vector-effect:non-scaling-stroke"/></svg>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m9 10 3-3 3 3m-6 7 3-3 3 3" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12 14v.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/chevron-up.svg
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="m6 14.5 6-6 6 6" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="m6 14.5 6-6 6 6" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12 10" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><circle cx="12" cy="12" r="2" fill="currentColor" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M4.2579 14.0147c-1.1127-4.276 1.4516-8.6442 5.7274-9.7569 4.2759-1.1126 8.6442 1.4517 9.7569 5.7275 1.1126 4.2759-1.4516 8.6442-5.7275 9.7569a8.0132 8.0132 0 0 1-1.999.2597m-11.0157-8.0019 3 3 3-3" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><circle cx="12" cy="12" r="2" fill="currentColor" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M4.2579 14.0147c-1.1127-4.276 1.4516-8.6442 5.7274-9.7569 4.2759-1.1126 8.6442 1.4517 9.7569 5.7275 1.1126 4.2759-1.4516 8.6442-5.7275 9.7569a8.0132 8.0132 0 0 1-1.999.2597m-11.0157-8.0019 3 3 3-3" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12 11.9999v.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><circle cx="12" cy="12" r="2" fill="currentColor" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="m12 12 3-3m-10.7421 5.0147c-1.1127-4.276 1.4516-8.6442 5.7274-9.7569 4.2759-1.1126 8.6442 1.4517 9.7569 5.7275 1.1126 4.2759-1.4516 8.6442-5.7275 9.7569a8.0132 8.0132 0 0 1-1.999.2597m-11.0157-8.0019 3 3 3-3" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><circle cx="12" cy="12" r="2" fill="currentColor" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="m12 12 3-3m-10.7421 5.0147c-1.1127-4.276 1.4516-8.6442 5.7274-9.7569 4.2759-1.1126 8.6442 1.4517 9.7569 5.7275 1.1126 4.2759-1.4516 8.6442-5.7275 9.7569a8.0132 8.0132 0 0 1-1.999.2597m-11.0157-8.0019 3 3 3-3" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12 11.9999v.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/cursor-lines.svg
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="m13.8405 13.3145-9.4348-9.246c-.1558-.1527-.4057-.0335-.4057.1935v13.4099c0 .4513.4946.6907.8074.3909l3.4365-3.2929a.4686.4686 0 0 1 .285-.1306l5.0225-.4164c.4241-.0352.6039-.5999.2891-.9084Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m10.5 20-1.9167-4.9706m2.4167-11.0294h10m-6 4h2m-12.5943-3.9315 9.4348 9.246c.3148.3085.135.8732-.2891.9084l-5.0224.4164a.4686.4686 0 0 0-.2851.1306l-3.4365 3.2929c-.3128.2998-.8074.0604-.8074-.3909v-13.41c0-.227.25-.346.4057-.1934Z" style="vector-effect:non-scaling-stroke"/></svg>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="m13.8405 13.3145-9.4348-9.246c-.1558-.1527-.4057-.0335-.4057.1935v13.4099c0 .4513.4946.6907.8074.3909l3.4365-3.2929a.4686.4686 0 0 1 .285-.1306l5.0225-.4164c.4241-.0352.6039-.5999.2891-.9084Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m10.5 20-1.9167-4.9706m2.4167-11.0294h10m-6 4h2m-12.5943-3.9315 9.4348 9.246c.3148.3085.135.8732-.2891.9084l-5.0224.4164a.4686.4686 0 0 0-.2851.1306l-3.4365 3.2929c-.3128.2998-.8074.0604-.8074-.3909v-13.41c0-.227.25-.346.4057-.1934Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12 12v.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/download.svg
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 13v6c0 .5523-.4477 1-1 1h-16c-.5523 0-1-.4477-1-1v-6m9-10v11m0 0-4-3.9973m4 3.9973 4.0003-3.9973" style="vector-effect:non-scaling-stroke"/></svg>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 13v6c0 .5523-.4477 1-1 1h-16c-.5523 0-1-.4477-1-1v-6m9-10v11m0 0-4-3.9973m4 3.9973 4.0003-3.9973" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12 12v.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/export.svg
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 13v6c0 .5523-.4477 1-1 1h-16c-.5523 0-1-.4477-1-1v-6m9 1v-11m0 0 4 3.9953m-4-3.9953-4 3.9953" style="vector-effect:non-scaling-stroke"/></svg>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 13v6c0 .5523-.4477 1-1 1h-16c-.5523 0-1-.4477-1-1v-6m9 1v-11m0 0 4 3.9953m-4-3.9953-4 3.9953" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12 12v.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/minus.svg
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M6 12h12" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M6 12h12" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12 12v.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11 4h10m-6 4h2m-12.5943-1.9315 9.4348 9.246c.3148.3085.135.8732-.2891.9084h-5.0514a.4679.4679 0 0 0-.285.1305l-3.4076 3.7094c-.3128.2998-.8074.0604-.8074-.3909v-13.41c0-.227.25-.346.4057-.1934Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="m13.8405 15.3145-9.4348-9.246c-.1558-.1527-.4057-.0335-.4057.1935v13.4099c0 .4513.4946.6907.8074.3909l3.4075-3.7094a.4679.4679 0 0 1 .2851-.1305h5.0514c.4241-.0352.6039-.5999.2891-.9084Z" style="vector-effect:non-scaling-stroke"/></svg>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11 4h10m-6 4h2m-12.5943-1.9315 9.4348 9.246c.3148.3085.135.8732-.2891.9084h-5.0514a.4679.4679 0 0 0-.285.1305l-3.4076 3.7094c-.3128.2998-.8074.0604-.8074-.3909v-13.41c0-.227.25-.346.4057-.1934Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="m13.8405 15.3145-9.4348-9.246c-.1558-.1527-.4057-.0335-.4057.1935v13.4099c0 .4513.4946.6907.8074.3909l3.4075-3.7094a.4679.4679 0 0 1 .2851-.1305h5.0514c.4241-.0352.6039-.5999.2891-.9084Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M9 13v.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m20.5358 9.963-17.08-6.9367c-.282-.1145-.545.1648-.4268.4536l6.9804 17.0582c.2349.5739 1.0026.6256 1.2533.0843l2.4995-6.4611a.6492.6492 0 0 1 .3028-.3118l6.5677-2.5832c.5332-.2616.4729-1.0719-.0969-1.3033Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="m20.5358 9.963-17.08-6.9367c-.282-.1145-.545.1648-.4268.4536l6.9804 17.0582c.2349.5739 1.0026.6256 1.2533.0843l2.4995-6.4611a.6492.6492 0 0 1 .3028-.3118l6.5677-2.5832c.5332-.2616.4729-1.0719-.0969-1.3033Z" style="vector-effect:non-scaling-stroke"/></svg>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m20.5358 9.963-17.08-6.9367c-.282-.1145-.545.1648-.4268.4536l6.9804 17.0582c.2349.5739 1.0026.6256 1.2533.0843l2.4995-6.4611a.6492.6492 0 0 1 .3028-.3118l6.5677-2.5832c.5332-.2616.4729-1.0719-.0969-1.3033Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="m20.5358 9.963-17.08-6.9367c-.282-.1145-.545.1648-.4268.4536l6.9804 17.0582c.2349.5739 1.0026.6256 1.2533.0843l2.4995-6.4611a.6492.6492 0 0 1 .3028-.3118l6.5677-2.5832c.5332-.2616.4729-1.0719-.0969-1.3033Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12 12v.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m7.8967 15.375 2.1127 5.1631c.2349.5739 1.0026.6256 1.2533.0843l2.4995-6.4611a.6492.6492 0 0 1 .3028-.3118l6.5677-2.5832c.5332-.2616.4729-1.0719-.0969-1.3033l-5.0905-2.0674m-9.8505 1.8544-2.5658-6.2701c-.1182-.2888.1447-.5681.4268-.4536l6.2942 2.5563m-6.75 14.2924 16.875-16.875" style="vector-effect:non-scaling-stroke"/></svg>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m7.8967 15.375 2.1127 5.1631c.2349.5739 1.0026.6256 1.2533.0843l2.4995-6.4611a.6492.6492 0 0 1 .3028-.3118l6.5677-2.5832c.5332-.2616.4729-1.0719-.0969-1.3033l-5.0905-2.0674m-9.8505 1.8544-2.5658-6.2701c-.1182-.2888.1447-.5681.4268-.4536l6.2942 2.5563m-6.75 14.2924 16.875-16.875" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12 11v.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m14.037 20.5358 6.9367-17.08c.1145-.282-.1648-.545-.4536-.4268l-17.0582 6.9804c-.574.2349-.6256 1.0026-.0843 1.2533l6.461 2.4995a.6492.6492 0 0 1 .3119.3028l2.5832 6.5677c.2616.5332 1.0719.4729 1.3033-.0969Z" style="vector-effect:non-scaling-stroke"/></svg>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m14.037 20.5358 6.9367-17.08c.1145-.282-.1648-.545-.4536-.4268l-17.0582 6.9804c-.574.2349-.6256 1.0026-.0843 1.2533l6.461 2.4995a.6492.6492 0 0 1 .3119.3028l2.5832 6.5677c.2616.5332 1.0719.4729 1.3033-.0969Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12 7v.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M8 3v2m4-2v2m4-2v2m-7 6h6m-6 4h6m-8 6h10c1.1046 0 2-.8954 2-2v-14.5a.5.5 0 0 0-.5-.5h-13a.5.5 0 0 0-.5.5v14.5c0 1.1046.8954 2 2 2Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M13 13v.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/plus.svg
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M5 12h14m-7-7v14" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M5 12h14m-7-7v14" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12 12v.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 12.0001v6h-5m-8.5-14h-4.5v14h5m0 0-2 4m2-4h8m0 0 2 4m-7-17.0001c0-.5 2-4 6-4s6 3.5 6 4-2 4-6 4-6-3.5-6-4Z" style="vector-effect:non-scaling-stroke"/><circle cx="17" cy="5" r="2" fill="currentColor" style="vector-effect:non-scaling-stroke"/></svg>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 12.0001v6h-5m-8.5-14h-4.5v14h5m0 0-2 4m2-4h8m0 0 2 4m-7-17.0001c0-.5 2-4 6-4s6 3.5 6 4-2 4-6 4-6-3.5-6-4Z" style="vector-effect:non-scaling-stroke"/><circle cx="17" cy="5" r="2" fill="currentColor" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12 18v.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/question-mark.svg
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21c.8284 0 1.5-.6716 1.5-1.5s-.6716-1.5-1.5-1.5-1.5.6716-1.5 1.5.6716 1.5 1.5 1.5Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 8.2308c0-2.3366 2.2386-4.2308 5-4.2308s5 1.8942 5 4.2308c0 1.7475-1.2521 3.2475-3.0387 3.8928-1.0388.3753-1.9613 1.2334-1.9613 2.3379v.5385" style="vector-effect:non-scaling-stroke"/></svg>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21c.8284 0 1.5-.6716 1.5-1.5s-.6716-1.5-1.5-1.5-1.5.6716-1.5 1.5.6716 1.5 1.5 1.5Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 8.2308c0-2.3366 2.2386-4.2308 5-4.2308s5 1.8942 5 4.2308c0 1.7475-1.2521 3.2475-3.0387 3.8928-1.0388.3753-1.9613 1.2334-1.9613 2.3379v.5385" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12 14v.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 10v-6c0-.5523.4477-1 1-1h16c.5523 0 1 .4477 1 1v6m-9 10v-11m0 0 4 4.5m-4-4.5-4 4.5" style="vector-effect:non-scaling-stroke"/></svg>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 10v-6c0-.5523.4477-1 1-1h16c.5523 0 1 .4477 1 1v6m-9 10v-11m0 0 4 4.5m-4-4.5-4 4.5" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12 12v.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/shuffle.svg
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 6.0002s2.4637-.
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 6.0002s2.4637-.2825 4 0c5.7612 1.0595 3.2816 10.7293 9 12 1.9061.4236 5 0 5 0m0 0-3-3m3 3-3 3m-15-3.0002s2.4637.2826 4 0c.8639-.1588 1.5425-.5113 2.0912-1m11.9088-11s-3.0939-.4235-5 0c-.8186.182-1.4692.536-2 1.0122m7-1.0122-3 3m3-3-3-3" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12 13v.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/smiley-chat.svg
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 14c2 2 6 2 8 0m5-2c0 4.9706-4.0294 9-9 9-1.6393 0-3.1762-.4383-4.5-1.204l-4.5 1.204 1.204-4.5c-.7657-1.3238-1.204-2.8607-1.204-4.5 0-4.9706 4.0294-9 9-9s9 4.0294 9 9Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M11 8.5c0 .8284-.6716 1.5-1.5 1.5s-1.5-.6716-1.5-1.5.6716-1.5 1.5-1.5 1.5.6716 1.5 1.5ZM16 8.5c0 .8284-.6716 1.5-1.5 1.5s-1.5-.6716-1.5-1.5.6716-1.5 1.5-1.5 1.5.6716 1.5 1.5Z" style="vector-effect:non-scaling-stroke"
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 14c2 2 6 2 8 0m5-2c0 4.9706-4.0294 9-9 9-1.6393 0-3.1762-.4383-4.5-1.204l-4.5 1.204 1.204-4.5c-.7657-1.3238-1.204-2.8607-1.204-4.5 0-4.9706 4.0294-9 9-9s9 4.0294 9 9Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M11 8.5c0 .8284-.6716 1.5-1.5 1.5s-1.5-.6716-1.5-1.5.6716-1.5 1.5-1.5 1.5.6716 1.5 1.5ZM16 8.5c0 .8284-.6716 1.5-1.5 1.5s-1.5-.6716-1.5-1.5.6716-1.5 1.5-1.5 1.5.6716 1.5 1.5Z" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/smiley.svg
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M11 8.5c0 .8284-.6716 1.5-1.5 1.5s-1.5-.6716-1.5-1.5.6716-1.5 1.5-1.5 1.5.6716 1.5 1.5ZM16 8.5c0 .8284-.6716 1.5-1.5 1.5s-1.5-.6716-1.5-1.5.6716-1.5 1.5-1.5 1.5.6716 1.5 1.5Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 14c2 2 6 2 8 0m5-2c0 4.9706-4.0294 9-9 9s-9-4.0294-9-9 4.0294-9 9-9 9 4.0294 9 9Z" style="vector-effect:non-scaling-stroke"
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M11 8.5c0 .8284-.6716 1.5-1.5 1.5s-1.5-.6716-1.5-1.5.6716-1.5 1.5-1.5 1.5.6716 1.5 1.5ZM16 8.5c0 .8284-.6716 1.5-1.5 1.5s-1.5-.6716-1.5-1.5.6716-1.5 1.5-1.5 1.5.6716 1.5 1.5Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 14c2 2 6 2 8 0m5-2c0 4.9706-4.0294 9-9 9s-9-4.0294-9-9 4.0294-9 9-9 9 4.0294 9 9Z" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/sparks-filled.svg
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 12v.0001" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M11 12v.0001" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" fill-rule="evenodd" d="M4.604 2.2673c.1437-.3564.6483-.3564.792 0l.5357 1.3285a.854.854 0 0 0 .4726.4726l1.3284.5356c.3564.1437.3564.6483 0 .792l-1.3284.5357a.854.854 0 0 0-.4726.4726l-.5357 1.3284c-.1437.3564-.6483.3564-.792 0l-.5356-1.3284a.854.854 0 0 0-.4726-.4726l-1.3285-.5357c-.3564-.1437-.3564-.6483 0-.792l1.3284-.5356a.854.854 0 0 0 .4727-.4727l.5356-1.3284Zm9.472 3.3565c.3353-.8317 1.5127-.8317 1.848-.0001l1.25 3.0997a1.9925 1.9925 0 0 0 1.1028 1.1029l3.0995 1.2497c.8316.3353.8316 1.5126 0 1.848l-3.0996 1.25a1.9927 1.9927 0 0 0-1.1027 1.1027l-1.25 3.0996c-.3354.8316-1.5127.8316-1.848 0l-1.2497-3.0995a1.9926 1.9926 0 0 0-1.1029-1.1028l-3.0997-1.25c-.8316-.3353-.8316-1.5127 0-1.848l3.0996-1.2497a1.9926 1.9926 0 0 0 1.103-1.103l1.2497-3.0995Zm-8.68 10.6435c-.1437-.3564-.6483-.3564-.792 0l-.5356 1.3284a.854.854 0 0 1-.4727.4727l-1.3284.5356c-.3564.1437-.3564.6483 0 .792l1.3285.5357a.8539.8539 0 0 1 .4726.4727l.5356 1.3283c.1437.3564.6483.3564.792 0l.5357-1.3284a.854.854 0 0 1 .4726-.4726l1.3284-.5357c.3564-.1437.3564-.6483 0-.792l-1.3284-.5356a.854.854 0 0 1-.4726-.4726l-.5357-1.3285Z" clip-rule="evenodd" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/sparks.svg
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-width="2" d="M9.7608 3.958c.3324-1.2773 2.146-1.2773 2.4784 0 1.4019 5.3879 1.4149 5.4009 6.8028 6.8028 1.2773.3324 1.2773 2.146 0 2.4784-5.3879 1.4019-5.4009 1.4149-6.8028 6.8028-.3324 1.2773-2.146 1.2773-2.4784 0-1.4019-5.3879-1.415-5.4009-6.8028-6.8028-1.2773-.3324-1.2773-2.146 0-2.4784 5.3879-1.4019 5.4009-1.415 6.8028-6.8028Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M19.7722 2.5045c.
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-width="2" d="M9.7608 3.958c.3324-1.2773 2.146-1.2773 2.4784 0 1.4019 5.3879 1.4149 5.4009 6.8028 6.8028 1.2773.3324 1.2773 2.146 0 2.4784-5.3879 1.4019-5.4009 1.4149-6.8028 6.8028-.3324 1.2773-2.146 1.2773-2.4784 0-1.4019-5.3879-1.415-5.4009-6.8028-6.8028-1.2773-.3324-1.2773-2.146 0-2.4784 5.3879-1.4019 5.4009-1.415 6.8028-6.8028Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M19.7722 2.5045c.0886-.1962.3671-.1962.4557 0l.6667 1.476a.2496.2496 0 0 0 .1249.125l1.4761.6667c.1961.0885.1961.367 0 .4556l-1.4761.6667a.2496.2496 0 0 0-.1249.125l-.6667 1.476c-.0886.1962-.3671.1962-.4557 0l-.6667-1.476a.2496.2496 0 0 0-.1249-.125l-1.4761-.6667c-.1961-.0885-.1961-.367 0-.4556l1.4761-.6667a.2496.2496 0 0 0 .1249-.125l.6667-1.476ZM19.7722 16.5045c.0886-.1962.3671-.1962.4557 0l.6667 1.4761a.25.25 0 0 0 .1249.1249l1.4761.6667c.1961.0885.1961.3671 0 .4556l-1.4761.6667a.25.25 0 0 0-.1249.1249l-.6667 1.4761c-.0886.1962-.3671.1962-.4557 0l-.6667-1.4761a.25.25 0 0 0-.1249-.1249l-1.4761-.6667c-.1961-.0885-.1961-.3671 0-.4556l1.4761-.6667a.25.25 0 0 0 .1249-.1249l.6667-1.4761Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M15 10v.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 11v3m0 0h-7v7m7-7-7 7m-8-18h-2c-.5523 0-1 .4477-1 1v16c0 .5523.4477 1 1 1h10m-4.5-17s.3776.6608 1.0918 1.4082m0 0c.6673.6982 1.6283 1.472 2.8496 1.853m-2.8496-1.853-1.5918 1.5918m4.4414.2612a5.2099 5.2099 0 0 0 1.5586.2388c.5584 0 1.0786-.089 1.5586-.2388m-3.1172 0-.4414 1.7388m3.5586-1.7388.4414 1.7388m-.4414-1.7388c1.2213-.381 2.1823-1.1548 2.8496-1.853m0 0c.7142-.7474 1.0918-1.4082 1.0918-1.4082m-1.0918 1.4082 1.5918 1.5918" style="vector-effect:non-scaling-stroke"/></svg>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 11v3m0 0h-7v7m7-7-7 7m-8-18h-2c-.5523 0-1 .4477-1 1v16c0 .5523.4477 1 1 1h10m-4.5-17s.3776.6608 1.0918 1.4082m0 0c.6673.6982 1.6283 1.472 2.8496 1.853m-2.8496-1.853-1.5918 1.5918m4.4414.2612a5.2099 5.2099 0 0 0 1.5586.2388c.5584 0 1.0786-.089 1.5586-.2388m-3.1172 0-.4414 1.7388m3.5586-1.7388.4414 1.7388m-.4414-1.7388c1.2213-.381 2.1823-1.1548 2.8496-1.853m0 0c.7142-.7474 1.0918-1.4082 1.0918-1.4082m-1.0918 1.4082 1.5918 1.5918" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M14 14v.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/user-add.svg
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M2 11h3m0 0h3m-3 0v-3m0 3v3m3 6 .443-2.6576c.3214-1.9287 1.9902-3.3424 3.9455-3.3424h5.223c1.9553 0 3.6241 1.4137 3.9456 3.3424l.4429 2.6576m-4-12c0 1.6569-1.3431 3-3 3s-3-1.3431-3-3 1.3431-3 3-3 3 1.3431 3 3Z" style="vector-effect:non-scaling-stroke"
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M2 11h3m0 0h3m-3 0v-3m0 3v3m3 6 .443-2.6576c.3214-1.9287 1.9902-3.3424 3.9455-3.3424h5.223c1.9553 0 3.6241 1.4137 3.9456 3.3424l.4429 2.6576m-4-12c0 1.6569-1.3431 3-3 3s-3-1.3431-3-3 1.3431-3 3-3 3 1.3431 3 3Z" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/user-eye-open.svg
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 19.9999s0-6 4-6h1m7-6.9999c0 2.2091-1.7909 4-4 4-2.2091 0-4-1.7909-4-4 0-2.2091 1.7909-4 4-4 2.2091 0 4 1.7909 4 4Zm-5 11c0-.5 2-4 6-4s6 3.5 6 4-2 4-6 4-6-3.5-6-4Z" style="vector-effect:non-scaling-stroke"/><circle cx="16" cy="18" r="2" fill="currentColor" style="vector-effect:non-scaling-stroke"/></svg>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 19.9999s0-6 4-6h1m7-6.9999c0 2.2091-1.7909 4-4 4-2.2091 0-4-1.7909-4-4 0-2.2091 1.7909-4 4-4 2.2091 0 4 1.7909 4 4Zm-5 11c0-.5 2-4 6-4s6 3.5 6 4-2 4-6 4-6-3.5-6-4Z" style="vector-effect:non-scaling-stroke"/><circle cx="16" cy="18" r="2" fill="currentColor" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M11 11v.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/user.svg
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="m4 20 .443-2.6576c.3214-1.9287 1.9902-3.3424 3.9455-3.3424h7.223c1.9553 0 3.6241 1.4137 3.9456 3.3424l.4429 2.6576m-4-13c0 2.2091-1.7909 4-4 4-2.2091 0-4-1.7909-4-4 0-2.2091 1.7909-4 4-4 2.2091 0 4 1.7909 4 4Z" style="vector-effect:non-scaling-stroke"
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="m4 20 .443-2.6576c.3214-1.9287 1.9902-3.3424 3.9455-3.3424h7.223c1.9553 0 3.6241 1.4137 3.9456 3.3424l.4429 2.6576m-4-13c0 2.2091-1.7909 4-4 4-2.2091 0-4-1.7909-4-4 0-2.2091 1.7909-4 4-4 2.2091 0 4 1.7909 4 4Z" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/users.svg
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="m1.0001 19.9997.443-2.
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="m1.0001 19.9997.443-2.6575c.3214-1.9288 1.9902-3.3424 3.9455-3.3424h5.2229c1.9553 0 3.6241 1.4136 3.9455 3.3424l.4429 2.6575m3-3.9999h1.8517c1.513 0 2.7892 1.1266 2.9768 2.6278l.1715 1.3721m-11.9999-11.9998c0 1.6568-1.3431 2.9999-3 2.9999-1.6568 0-3-1.343-3-3 0-1.6567 1.3432-2.9999 3-2.9999 1.6569 0 3 1.3432 3 3Zm8.9999 2.5c0 1.3806-1.1193 2.4999-2.5 2.4999s-2.5-1.1193-2.5-2.4999c0-1.3807 1.1193-2.5 2.5-2.5s2.5 1.1193 2.5 2.5Z" style="vector-effect:non-scaling-stroke"/></svg>
|