@mirohq/design-system-icons 1.0.0-pdl-removing-ffs.2 → 1.1.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/dist/main.js +244 -64
- package/dist/main.js.map +1 -1
- package/dist/module.js +242 -65
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +7 -1
- package/package.json +6 -10
- package/react/alignment-scale.tsx +1 -1
- package/react/cluster-sentiment.tsx +2 -2
- package/react/cursor-lines.tsx +1 -1
- package/react/factory-house.tsx +1 -1
- package/react/factory.tsx +5 -1
- package/react/flip.tsx +41 -0
- package/react/house.tsx +1 -1
- package/react/icons-formula.tsx +38 -0
- package/react/index.ts +3 -0
- package/react/megaphone.tsx +1 -1
- package/react/microphone-document.tsx +7 -4
- package/react/next.tsx +1 -1
- package/react/office.tsx +7 -1
- package/react/paint-bucket.tsx +5 -1
- package/react/pixel-eraser.tsx +46 -0
- package/react/play.tsx +1 -1
- package/react/plus-text.tsx +2 -2
- package/react/previous.tsx +1 -1
- package/react/sentiment.tsx +2 -2
- package/react/smiley-chat.tsx +1 -1
- package/react/smiley-plus.tsx +1 -1
- package/react/smiley.tsx +1 -1
- package/react/text-aa.tsx +13 -1
- package/react/text-b-bold-italic-underlined.tsx +5 -5
- package/react/text-b-bold.tsx +5 -1
- package/react/text-h-one.tsx +1 -1
- package/react/text-h-three.tsx +9 -2
- package/react/text-h-two.tsx +7 -1
- package/react/text-i-italic.tsx +1 -1
- package/react/text-s-strikethrough.tsx +4 -14
- package/react/text-styles.tsx +6 -4
- package/react/text-t.tsx +1 -1
- package/react/text-u-underlined.tsx +6 -1
- package/react/wallet.tsx +1 -1
- package/svg/24/alignment-scale.svg +1 -1
- package/svg/24/cluster-sentiment.svg +1 -1
- package/svg/24/cursor-lines.svg +1 -1
- package/svg/24/factory-house.svg +1 -1
- package/svg/24/factory.svg +1 -1
- package/svg/24/flip.svg +2 -0
- package/svg/24/house.svg +1 -1
- package/svg/24/icons-formula.svg +2 -0
- package/svg/24/megaphone.svg +1 -1
- package/svg/24/microphone-document.svg +1 -1
- package/svg/24/next.svg +1 -1
- package/svg/24/office.svg +1 -1
- package/svg/24/paint-bucket.svg +1 -1
- package/svg/24/pixel-eraser.svg +2 -0
- package/svg/24/play.svg +1 -1
- package/svg/24/plus-text.svg +1 -1
- package/svg/24/previous.svg +1 -1
- package/svg/24/sentiment.svg +1 -1
- package/svg/24/smiley-chat.svg +1 -1
- package/svg/24/smiley-plus.svg +1 -1
- package/svg/24/smiley.svg +1 -1
- package/svg/24/text-aa.svg +1 -1
- package/svg/24/text-b-bold-italic-underlined.svg +1 -1
- package/svg/24/text-b-bold.svg +1 -1
- package/svg/24/text-h-one.svg +1 -1
- package/svg/24/text-h-three.svg +1 -1
- package/svg/24/text-h-two.svg +1 -1
- package/svg/24/text-i-italic.svg +1 -1
- package/svg/24/text-s-strikethrough.svg +1 -1
- package/svg/24/text-styles.svg +1 -1
- package/svg/24/text-t.svg +1 -1
- package/svg/24/text-u-underlined.svg +1 -1
- package/svg/24/wallet.svg +1 -1
- package/svg/meta.json +55 -3
package/react/text-h-two.tsx
CHANGED
|
@@ -24,11 +24,17 @@ export const IconTextHTwo: IconComponentType = forwardRef(
|
|
|
24
24
|
fill: 'none',
|
|
25
25
|
ref: forwardRef,
|
|
26
26
|
},
|
|
27
|
+
<path
|
|
28
|
+
stroke='currentColor'
|
|
29
|
+
strokeLinejoin='round'
|
|
30
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
31
|
+
d='M2 4v8m0 8v-8m0 0h9m0 0v-8m0 8v8'
|
|
32
|
+
/>,
|
|
27
33
|
<path
|
|
28
34
|
stroke='currentColor'
|
|
29
35
|
strokeLinejoin='bevel'
|
|
30
36
|
strokeWidth='var(--svg-stroke-width)'
|
|
31
|
-
d='
|
|
37
|
+
d='M23 19h-8c0-3.4038 2.2528-5.3594 4.2024-6.4144 1.544-.8356 2.7976-2.3398 2.7976-4.0953 0-1.9276-1.5675-3.4903-3.4951-3.4903-1.933 0-3.5049 1.567-3.5049 3.5v.5'
|
|
32
38
|
/>
|
|
33
39
|
)
|
|
34
40
|
}
|
package/react/text-i-italic.tsx
CHANGED
|
@@ -25,20 +25,10 @@ export const IconTextSStrikethrough: IconComponentType = forwardRef(
|
|
|
25
25
|
ref: forwardRef,
|
|
26
26
|
},
|
|
27
27
|
<path
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
d='
|
|
31
|
-
|
|
32
|
-
<path
|
|
33
|
-
stroke='currentColor'
|
|
34
|
-
strokeLinejoin='round'
|
|
35
|
-
strokeWidth='var(--svg-stroke-width)'
|
|
36
|
-
d='M3 12h18'
|
|
37
|
-
/>,
|
|
38
|
-
<path
|
|
39
|
-
stroke='currentColor'
|
|
40
|
-
strokeWidth='var(--svg-stroke-width)'
|
|
41
|
-
d='M12 11.9999v.0001'
|
|
28
|
+
fill='currentColor'
|
|
29
|
+
fillRule='evenodd'
|
|
30
|
+
d='M8.1129 5.628c-.6386.3983-1.047.9552-1.1171 1.714-.0904.9783.4218 1.7271 1.3487 2.3714.8862.6161 1.9899 1.0132 2.8158 1.2866h10.8397v2h-20v-2h4.734c-1.0336-.8571-1.89-2.108-1.7298-3.842.1383-1.496.9873-2.564 2.0502-3.227 1.0394-.6483 2.3044-.931 3.4456-.931 1.7016 0 3.3502.5613 4.5311 1.0862a16.2505 16.2505 0 0 1 1.4494.733c.1759.1005.3155.1851.413.2458.0488.0303.0871.0548.1142.0722l.0322.021.0096.0063.0031.002.0012.0009.0005.0003c.0002.0001.0004.0003-.5543.8323-.5547.832-.5545.8322-.5544.8323l-.0029-.002-.0192-.0125a6.433 6.433 0 0 0-.0866-.0547 10.8041 10.8041 0 0 0-.3487-.2074 14.2762 14.2762 0 0 0-1.2693-.6419c-1.0691-.4751-2.4205-.9138-3.7189-.9138-.844 0-1.7249.215-2.3871.628Zm6.3487 9.372h2.3082c.0245.0649.0474.1307.0686.1975.1652.5206.2206 1.077.1555 1.6629-.155 1.3949-.8019 2.479-1.8443 3.1861-1.0061.6825-2.2896.9535-3.6496.9535-1.7016 0-3.3502-.5613-4.5311-1.0862a16.2582 16.2582 0 0 1-1.4494-.7331 12.8897 12.8897 0 0 1-.413-.2457 9.916 9.916 0 0 1-.1142-.0722l-.0322-.021-.0096-.0063-.0031-.0021-.0012-.0008-.0005-.0003c-.0002-.0001-.0004-.0003.5543-.8323.5547-.832.5545-.8322.5544-.8323l.0029.0019.0193.0126c.0183.0118.0474.0303.0865.0547.0782.0487.1964.1204.3487.2074.3052.1744.7436.4082 1.2693.6419 1.069.4751 2.4205.9138 3.7189.9138 1.1253 0 1.9668-.2287 2.5268-.6086.5238-.3553.8842-.8961.9793-1.7518.0353-.3178.0037-.5923-.074-.8371a1.9686 1.9686 0 0 0-.1405-.3317 2.4111 2.4111 0 0 0-.2323-.353 2.9413 2.9413 0 0 0-.0977-.1178Z'
|
|
31
|
+
clipRule='evenodd'
|
|
42
32
|
/>
|
|
43
33
|
)
|
|
44
34
|
}
|
package/react/text-styles.tsx
CHANGED
|
@@ -24,14 +24,16 @@ export const IconTextStyles: IconComponentType = forwardRef(
|
|
|
24
24
|
fill: 'none',
|
|
25
25
|
ref: forwardRef,
|
|
26
26
|
},
|
|
27
|
-
<path
|
|
28
|
-
fill='currentColor'
|
|
29
|
-
d='m8 3 .932-.3624h-1.864l.932.3624Zm3.5 9 .9487-.3162a1.013 1.013 0 0 0-.0167-.0462l-.932.3624Zm-9.4363 3.6489-.3511.9363 1.8726.7023.3511-.9364-1.8726-.7022Zm2.4363-3.6489-.932-.3625-.0043.0114.9363.3511Zm6.5513 1.8162.3162.9487 1.8974-.6324-.3162-.9487-1.8974.6324Zm-3.9833-10.4537 3.5 8.9999 1.864-.7248-3.5-9-1.864.7248Zm-3.1317 12.9886 1.5-4-1.8726-.7022-1.5 4 1.8726.7022Zm1.4957-3.9887 3.5-9-1.864-.7248-3.5 9 1.864.7248Zm6.068-1.3624h-7v2h7v-2Zm-.9487 1.3162.5 1.5 1.8974-.6324-.5-1.5-1.8974.6324Z'
|
|
30
|
-
/>,
|
|
31
27
|
<path
|
|
32
28
|
stroke='currentColor'
|
|
33
29
|
strokeWidth='var(--svg-stroke-width)'
|
|
34
30
|
d='M22 20s-1.2215 1.4218-2.5 1c-1.4266-.4706-1.1666-3-1-4.5.1969-1.7719 1-3 1-3m-1.5 5c-.8564 1.8366-2.7635 3.0766-4 2.5-1.2366-.5766-1.6064-2.6634-.75-4.5.8563-1.8366 2.7634-3.0766 4-2.5 1.2365.5766 1.6063 2.6634.75 4.5Z'
|
|
31
|
+
/>,
|
|
32
|
+
<path
|
|
33
|
+
fill='currentColor'
|
|
34
|
+
fillRule='evenodd'
|
|
35
|
+
d='m3.9363 16.3511 1.2567-3.3511h5.5862l.2721.8162.2842.8528a9.159 9.159 0 0 1 1.5096-1.796l-.3964-1.1892a1.0582 1.0582 0 0 0-.0167-.0462l-3.5-9h-1.864l-3.5 9-.0001-.0001-.0042.0114-1.5 4-.3512.9363 1.8727.7023.3511-.9364Zm4.0637-10.592-2.0382 5.2409h4.0763l-2.0381-5.241Z'
|
|
36
|
+
clipRule='evenodd'
|
|
35
37
|
/>
|
|
36
38
|
)
|
|
37
39
|
}
|
package/react/text-t.tsx
CHANGED
|
@@ -28,7 +28,7 @@ export const IconTextT: IconComponentType = forwardRef(
|
|
|
28
28
|
stroke='currentColor'
|
|
29
29
|
strokeLinejoin='bevel'
|
|
30
30
|
strokeWidth='var(--svg-stroke-width)'
|
|
31
|
-
d='
|
|
31
|
+
d='M20 8v-4h-8m-8 4v-4h8m0 0 .0008 16m0 0h3.9992m-3.9992 0h-4.0008'
|
|
32
32
|
/>
|
|
33
33
|
)
|
|
34
34
|
}
|
|
@@ -28,7 +28,12 @@ export const IconTextUUnderlined: IconComponentType = forwardRef(
|
|
|
28
28
|
stroke='currentColor'
|
|
29
29
|
strokeLinejoin='round'
|
|
30
30
|
strokeWidth='var(--svg-stroke-width)'
|
|
31
|
-
d='
|
|
31
|
+
d='M2 21h20'
|
|
32
|
+
/>,
|
|
33
|
+
<path
|
|
34
|
+
stroke='currentColor'
|
|
35
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
36
|
+
d='M7 3v9c0 2.7614 2.2386 5 5 5s5-2.2386 5-5v-9'
|
|
32
37
|
/>
|
|
33
38
|
)
|
|
34
39
|
}
|
package/react/wallet.tsx
CHANGED
|
@@ -33,7 +33,7 @@ export const IconWallet: IconComponentType = forwardRef(
|
|
|
33
33
|
stroke='currentColor'
|
|
34
34
|
strokeLinejoin='bevel'
|
|
35
35
|
strokeWidth='var(--svg-stroke-width)'
|
|
36
|
-
d='M19
|
|
36
|
+
d='M19 15v2c0 1.1046-.8954 2-2 2h-12c-1.1046 0-2-.8954-2-2v-10c0-1.1046.8954-2 2-2h12c1.1046 0 2 .8954 2 2v2'
|
|
37
37
|
/>,
|
|
38
38
|
<path
|
|
39
39
|
stroke='currentColor'
|
|
@@ -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="
|
|
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="m10.5298 11.1784 4.4414 9.4209-.002.002c-2.7805-1.3848-6.0748-1.3952-8.8623-.0303l4.3672-9.3926h.0557Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="M6 12h-3v-8h18v8h-6" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M7 4v4M7 4v4M7 4v4M7 4v4M12 4v4M12 4v4M12 4v4M12 4v4M17 4v4M17 4v4M17 4v4M17 4v4" 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-linejoin="bevel" stroke-width="2" d="M5 22v-4h4v4h-4ZM16 9.5v-6.5h-13v12h7m-4-4h3m-3-4h6" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" stroke="currentColor" stroke-width=".5" d="M18.
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="M5 22v-4h4v4h-4ZM16 9.5v-6.5h-13v12h7m-4-4h3m-3-4h6" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" stroke="currentColor" stroke-width=".5" d="M18.667 15.333v.334h-.334v-.334h.334Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linecap="square" stroke-linejoin="round" stroke-width="2" d="M22 17c0 2.7614-2.2386 5-5 5s-5-2.2386-5-5 2.2386-5 5-5 5 2.2386 5 5Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" stroke="currentColor" stroke-width=".5" d="M15.667 15.333v.334h-.334v-.334h.334Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="round" stroke-width="1.5" d="M19 17c-.1739 1.1378-1.0032 2-2 2-.9968 0-1.8261-.8622-2-2" 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 stroke="currentColor" stroke-width="2" d="M10 4h12m-8 4h4M12 12v.
|
|
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="M10 4h12m-8 4h4M12 12v.0001M5.0423 21.2903l.3025.0859c2.1987-3.3326 5.9146-5.4089 9.9053-5.535l.1026-.3617-10.9168-7.9098-.621.3466 1.2274 13.374Z" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/factory-house.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="square" stroke-linejoin="bevel" 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="square" stroke-linejoin="bevel" stroke-width="2" d="M4 8v13h5.5v-5h5v5h5.5v-13l-8-5-8 5Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M9 11h2v2h-2zM13 11h2v2h-2z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M7 2v4" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/factory.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
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M3 21h-1l1 1v-1Zm.1452-7.067-.419-.908.419.908Zm6.1807-2.8527-.419-.9079.419.9079Zm.2968.067.7683-.6402-.7683.6402Zm2.3773 2.8527-.7682.6402.4771.5725.685-.2936-.3939-.9191Zm6.8251-2.9251.394.9192-.394-.9192Zm.2937.0737.7809-.6247-.7809.6247Zm1.8264 2.2829-.7809.6247h.0001l.7808-.6247Zm.0548 7.5685v1l1-1h-1Zm-5.5874-8.4625.3939.9191-.3939-.9191Zm1.3423-9.3365-.9806-.1962-.0055.0275-.004.0276.9901.141Zm3.2824.0043.9958-.0923-.0041-.0436-.0078-.043-.9839.1789Zm.5373 5.7947.9958-.0923-.9958.0923Zm-16.5746 12v-6.84h-2v6.84h2Zm-.4357-6.1591 6.1807-2.8526-.8381-1.8159-6.1807 2.8526.838 1.8159Zm5.2902-3.0534 2.3773 2.8527 1.5364-1.2804-2.3772-2.8527-1.5365 1.2804Zm9.4835-.0143 1.8263 2.283 1.5618-1.2494-1.8264-2.2829-1.5617 1.2493Zm1.662 1.8145v7.4123h2v-7.4123h-2Zm-12 6.4123h-5v2h5v-2Zm-1-3v4h2v-4h-2Zm9 3h-8v2h8v-2Zm-1-3v4h2v-4h-2Zm6 3h-5v2h5v-2Zm-1.7809-8.0059a.75.75 0 0 1-.8811-.2208l1.5617-1.2494a1.25 1.25 0 0 0-1.4685-.3681l.7879 1.8383Zm-9.4741-.0058a.75.75 0 0 1-.8905-.2008l1.5365-1.2804a1.2501 1.2501 0 0 0-1.4841-.3347l.838 1.8159Zm-5.745 2.1717a.75.75 0 0 1-.4357.6809l-.8381-1.8159a1.25 1.25 0 0 0-.7262 1.135h2Zm16.1644-.1038a.75.75 0 0 1-.1644-.4685h2c0-.2838-.0966-.5592-.2739-.7809l-1.5617 1.2494Zm-3.1644-10.0562h2.7914v-2h-2.7914v2Zm2.7914 0a.75.75 0 0 1-.7379-.6158l1.9677-.3578a1.25 1.25 0 0 0-1.2298-1.0264v2Zm-2.056-.603a.75.75 0 0 1-.7354.603v-2a1.25 1.25 0 0 0-1.2257 1.0048l1.9611.3923Zm-.7454 5.244.7549-5.299-1.9801-.282-.7548 5.299 1.98.282Zm2.0516-5.3434.5373 5.7947 1.9915-.1846-.5373-5.7948-1.9915.1847Zm.5373 5.7947.4254 4.5877 1.9914-.1846-.4253-4.5877-1.9915.1846Zm-7.185 5.8268 3.4126-1.4625-.7878-1.8383-3.4126 1.4626.7878 1.8382Zm3.4126-1.4625 3.4126-1.4625-.7879-1.8383-3.4125 1.4625.7878 1.8383Z" 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/flip.svg
ADDED
|
@@ -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-linejoin="round" stroke-width="2" d="M19.1717 15.3828c-1.8222 1.0722-4.3172 1.7325-7.0707 1.7325-5.5788 0-10.101-2.7126-10.101-6.0576 0-3.345 4.5222-6.0577 10.101-6.0577 3.8483 0 7.1937 1.2907 8.899 3.1895" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="m21.5835 16.4026-6.1662 4.5781-1.4724-.4372-1.1961-6.7642 1.1734-1.2539 7.3623 2.1861.299 1.6911Z" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/house.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="square" stroke-linejoin="bevel" 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="square" stroke-linejoin="bevel" stroke-width="2" d="M4 8v13h5.5v-5h5v5h5.5v-13l-8-5-8 5Z" 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-linejoin="bevel" stroke-miterlimit="6.765" stroke-width="2" d="M18 8v-4h-13l7 8-7 8h13v-4" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/megaphone.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="M13 12v.0001" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="M18.0229 15.4419c2.264-.2516 3.9767-2.1655 3.9761-4.4435-.0005-2.2774-1.7134-4.1903-3.9769-4.4414l-5.0221-.557-6.002-3.002v16.004l6.002-3.002 5.0229-.5581Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" stroke="currentColor" stroke-width=".5" d="M3.75
|
|
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="M13 12v.0001" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="M18.0229 15.4419c2.264-.2516 3.9767-2.1655 3.9761-4.4435-.0005-2.2774-1.7134-4.1903-3.9769-4.4414l-5.0221-.557-6.002-3.002v16.004l6.002-3.002 5.0229-.5581Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" stroke="currentColor" stroke-width=".5" d="M3.75 12.75h-.6465l-.8535-.8535v-1.793l.8535-.8535h.6465v3.5Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M13 6v11" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M13 21h-1c0 .5523.4477 1 1 1v-1Zm4 0v1l1-1h-1Zm-5-6v6h2v-6h-2Zm1 7h4v-2h-4v2Zm5-1v-6h-2v6h2Z" 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 fill="none" d="M0 0h24v24h-24z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="none" d="M0 0h24v24h-24z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M15 4h-10c-1.1046 0-2 .8954-2 2v13c0 1.1046.8954 2 2 2h13c1.1046 0 2-.8954 2-2v-4" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M6 13h6M6 17h11" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M20 7.5682v-3.1364c0-.7908-.6716-1.4318-1.5-1.4318s-1.5.641-1.5 1.4318v3.1364c0 .7908.6716 1.4318 1.5 1.4318s1.5-.641 1.5-1.4318Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M18.5 11c1.933 0 3.5-1.567 3.5-3.5v-.5m-3.5 4c-1.933 0-3.5-1.567-3.5-3.5v-.5m3.5 4v2" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/next.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-linejoin="bevel" stroke-width="2" d="M19 4v16" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" 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-linejoin="bevel" stroke-width="2" d="M19 4v16" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M15 11.5654v.8682l-9.044 5.4258-.956-.4776v-10.7636l.956-.4786 9.044 5.4258Z" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/office.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 fill="currentColor" d="M7 8h2v2h-2zM11 8h2v2h-2zM7 12h2v2h-2zM11 12h2v2h-2zM7 16h2v2h-2zM11 16h2v2h-2z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="m16 3-12 2.5v15.5h12v-18ZM16 10h4v11h-4" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/paint-bucket.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
|
|
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 4 .7071-.7071-.7071-.7071-.7071.707.7071.7072Zm7 7 .7071.7071v-1.4142l-.7071.7071Zm-7.7071-7.7071-7.5858 7.5858 1.4142 1.4142 7.5858-7.5858-1.4142-1.4142Zm-7.5858 11.8284 4.1716 4.1716 1.4142-1.4142-4.1716-4.1716-1.4142 1.4142Zm8.4142 4.1716 7.5858-7.5858-1.4142-1.4142-7.5858 7.5858 1.4142 1.4142Zm7.5858-9-7-7-1.4142 1.4142 7 7 1.4142-1.4142Zm-11.8284 9c1.1715 1.1716 3.071 1.1716 4.2426 0l-1.4142-1.4142c-.3905.3905-1.0237.3905-1.4142 0l-1.4142 1.4142Zm-4.1716-8.4142c-1.1716 1.1716-1.1716 3.071 0 4.2426l1.4142-1.4142c-.3905-.3905-.3905-1.0237 0-1.4142l-1.4142-1.4142Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="m12 10-6-6" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="M21 19c0 1.1046-.8954 2-2 2s-2-.8954-2-2c0-1.5 2-4 2-4s2 2.5 2 4Z" 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-linejoin="bevel" stroke-width="2" d="m12.9608 4.6642-8.9216 8.9216c-.781.781-.781 2.0474 0 2.8284l3.5858 3.5858h3.1716a2 2 0 0 0 1.4142-.5858l7.75-7.75c.781-.781.781-2.0474 0-2.8284l-4.1716-4.1716c-.781-.781-2.0474-.781-2.8284 0Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="m8.625 9 7 7" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M20 15h2v2h-2zM16 19h2v2h-2zM20 19h2v2h-2z" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/play.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" stroke="currentColor" stroke-width="2" d="
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" stroke="currentColor" stroke-width="2" d="M18 11.5654v.8682l-9.044 5.4258-.956-.4776v-10.7636l.956-.4786 9.044 5.4258Z" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/plus-text.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-linejoin="bevel" stroke-width="2" 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-linejoin="bevel" stroke-width="2" d="M19 8v-4h-8m-8 4v-4h8m0 0 .0007 16m0 0h3.9993m-3.9993 0h-4.0007" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M19 10v4m0 4v-4m-4 0h4m4 0h-4" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/previous.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-linejoin="bevel" stroke-width="2" d="M5 4v16" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" 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-linejoin="bevel" stroke-width="2" d="M5 4v16" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M9 11.5654v.8682l9.0439 5.4258.9561-.4776v-10.7636l-.9561-.4786-9.0439 5.4258Z" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/sentiment.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" stroke="currentColor" stroke-width=".667" d="
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" stroke="currentColor" stroke-width=".667" d="M11.667 6.333v1.334h-1.334v-1.334h1.334ZM17.667 12.333v1.334h-1.334v-1.334h1.334Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linecap="square" stroke-linejoin="round" stroke-width="2" d="M15 9c0 3.3137-2.6863 6-6 6s-6-2.6863-6-6 2.6863-6 6-6 6 2.6863 6 6Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" stroke="currentColor" stroke-width=".667" d="M7.667 6.333v1.334h-1.334v-1.334h1.334Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="round" stroke-width="1.5" d="M11.7047 9.5c-.2351 1.2801-1.3566 2.25-2.7046 2.25s-2.4696-.9699-2.7047-2.25" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M18 9.8027c1.7934 1.0374 3 2.9765 3 5.1973 0 3.3137-2.6862 6-6 6-2.2208 0-4.1598-1.2066-5.1973-3" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="round" stroke-width="1.5" d="M12.2953 17.75c.2351-1.2801 1.3566-2.25 2.7046-2.25 1.3481 0 2.4696.9699 2.7047 2.25" 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-linejoin="bevel" stroke-width="2" d="M12 21c4.9706 0 9-4.0294 9-9s-4.0294-9-9-9-9 4.0294-9 9c0 1.7285.4873 3.3433 1.332 4.7143l-1.332 4.2857 4.2566-1.35c.4168.259.8563.4848 1.3148.6739 1.0567.4357 2.2146.6761 3.4286.6761Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" stroke="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-linejoin="bevel" stroke-width="2" d="M12 21c4.9706 0 9-4.0294 9-9s-4.0294-9-9-9-9 4.0294-9 9c0 1.7285.4873 3.3433 1.332 4.7143l-1.332 4.2857 4.2566-1.35c.4168.259.8563.4848 1.3148.6739 1.0567.4357 2.2146.6761 3.4286.6761Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" stroke="currentColor" d="M9.4507 8.5v1h-1v-1h1ZM15.4507 8.5v1h-1v-1h1Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" fill-rule="evenodd" d="M7.1001 13c.017.0838.0362.1669.0574.2493.555 2.1563 2.5112 3.7507 4.8424 3.7507 2.4189 0 4.4367-1.7178 4.9-4h-2.0707c-.4119 1.1652-1.5231 2-2.8293 2-1.3052 0-2.4178-.8343-2.8296-2h-2.0702Z" clip-rule="evenodd" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/smiley-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="square" stroke-linejoin="round" stroke-width="2" d="M21 12c0 4.9706-4.0294 9-9 9s-9-4.0294-9-9 4.0294-9 9-9m7-1v6m3-3h-6" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" stroke="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="square" stroke-linejoin="round" stroke-width="2" d="M21 12c0 4.9706-4.0294 9-9 9s-9-4.0294-9-9 4.0294-9 9-9m7-1v6m3-3h-6" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" stroke="currentColor" d="M9.4507 8.5v1h-1v-1h1ZM15.4507 8.5v1h-1v-1h1Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" fill-rule="evenodd" d="M7.1001 13c.017.0838.0362.1669.0574.2493.555 2.1563 2.5112 3.7507 4.8424 3.7507 2.4189 0 4.4367-1.7178 4.9-4h-2.0707c-.4119 1.1652-1.5231 2-2.8293 2-1.3052 0-2.4178-.8343-2.8296-2h-2.0702Z" clip-rule="evenodd" 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 stroke="currentColor" stroke-linecap="square" stroke-linejoin="round" stroke-width="2" d="M21 12c0 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"/><path fill="currentColor" stroke="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="square" stroke-linejoin="round" stroke-width="2" d="M21 12c0 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"/><path fill="currentColor" stroke="currentColor" d="M9.4507 8.5v1h-1v-1h1ZM15.4507 8.5v1h-1v-1h1Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" fill-rule="evenodd" d="M7.1001 13c.017.0838.0362.1669.0574.2493.555 2.1563 2.5112 3.7507 4.8424 3.7507 2.4189 0 4.4367-1.7178 4.9-4h-2.0707c-.4119 1.1652-1.5231 2-2.8293 2-1.3052 0-2.4178-.8343-2.8296-2h-2.0702Z" clip-rule="evenodd" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/text-aa.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
|
|
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="square" stroke-linejoin="bevel" stroke-width="2" d="m2 19 5.5-14.75 5.5 14.75" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M22 17h-1 1Zm0-3h1v-1h-1v1Zm0 5v1l1-1h-1Zm-3-9c.451 0 .9204.1609 1.2832.5536.3625.3924.7168 1.1241.7168 2.4464h2c0-1.6777-.4554-2.946-1.2477-3.8036-.792-.8573-1.8226-1.1964-2.7523-1.1964v2Zm2 3v4h2v-4h-2Zm0 1v3h2v-3h-2Zm-2.5 1h3.5v-2h-3.5v2Zm2.5 2v2h2v-2h-2Zm1 1h-3.5v2h3.5v-2Zm-5.1427-6.4852c.643-1.0708 1.3613-1.5148 2.1427-1.5148v-2c-1.7335 0-3.0032 1.0628-3.8573 2.4852l1.7146 1.0296Zm1.6427 1.4852c-1.933 0-3.5 1.567-3.5 3.5h2c0-.8284.6716-1.5 1.5-1.5v-2Zm0 5c-.8284 0-1.5-.6716-1.5-1.5h-2c0 1.933 1.567 3.5 3.5 3.5v-2Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M11 14h-7" 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 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-width="2" d="M2 21h20" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="m16.935 7.25-.9902-.14.9902.14Zm-7.5974-3.25v-1l-.9842.823.9842.177Zm-2.3376 13-.9842-.177.9842 1.177v-1Zm9.935-3.25.9788.2047-.9788-.2047Zm-.9902-6.64c-.2047 1.4472-1.5244 2.39-3.1007 2.39v2c2.2968 0 4.7013-1.4257 5.081-4.11l-1.9803-.28Zm-2.5163-2.11c1.0731 0 1.7304.311 2.0877.6665.3449.3432.5155.8296.4286 1.4434l1.9803.2802c.1649-1.1659-.1573-2.3045-.9982-3.1413-.8287-.8246-2.0505-1.2488-3.4984-1.2488v2Zm0-2h-4.0909v2h4.0909v-2Zm-5.075.823-1.1689 6.5 1.9684.354 1.1689-6.5-1.9685-.354Zm-1.1689 6.5-1.1688 6.5 1.9684.354 1.1688-6.5-1.9684-.354Zm8.7716 3.2223c-.2141 1.0235-.7208 1.5942-1.3302 1.9391-.6504.3682-1.4893.5156-2.3663.5156v2c1.0595 0 2.2851-.1714 3.3516-.7751 1.1075-.627 1.9702-1.6813 2.3025-3.2702l-1.9576-.4094Zm-2.5277-2.0453c.9521 0 1.6774.2641 2.0962.624.372.3196.5694.7619.4315 1.4213l1.9576.4094c.2857-1.3661-.1558-2.5487-1.0857-3.3477-.8832-.7588-2.1229-1.107-3.3996-1.107v2Zm-1.1688 4.5h-5.2597v2h5.2597v-2Zm.5844-6.5h-.5844v2h.5844v-2Zm-.5844 0h-4.0909v2h4.0909v-2Zm1.1688 0h-1.1688v2h1.1688v-2Z" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/text-b-bold.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 fill="currentColor" d="M6 4v-1l-1 1h1Zm0 7.5h-1v1h1v-1Zm6.25-8.5h-6.25v2h6.25v-2Zm-7.25 1v7.5h2v-7.5h-2Zm1 8.5h6.25v-2h-6.25v2Zm6.25-7.5c1.5188 0 2.75 1.2312 2.75 2.75h2c0-2.6234-2.1266-4.75-4.75-4.75v2Zm0 7.5c2.6234 0 4.75-2.1266 4.75-4.75h-2c0 1.5188-1.2312 2.75-2.75 2.75v2Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M6 20h-1l1 1v-1Zm0-8.5v-1h-1v1h1Zm7.75 7.5h-7.75v2h7.75v-2Zm-6.75 1v-8.5h-2v8.5h2Zm-1-7.5h7.75v-2h-7.75v2Zm7.75 0c1.7949 0 3.25 1.4551 3.25 3.25h2c0-2.8995-2.3505-5.25-5.25-5.25v2Zm0 8.5c2.8995 0 5.25-2.3505 5.25-5.25h-2c0 1.7949-1.4551 3.25-3.25 3.25v2Z" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/text-h-one.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-linejoin="bevel" stroke-width="2" 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-linejoin="bevel" stroke-width="2" d="M2 4v8m0 8v-8m0 0h9m0 0v-8m0 8v8m3.5-13 4.5-2.25v14.25m0 0h-4m4 0h4" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/text-h-three.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
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M2 4v8m0 8v-8m0 0h9m0 0v-8m0 8v8" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M14 12h4.5c1.933 0 3.5 1.567 3.5 3.5s-1.567 3.5-3.5 3.5h-4.5M14 5h4.5c1.933 0 3.5 1.567 3.5 3.5s-1.567 3.5-3.5 3.5h-4.5" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/text-h-two.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-linejoin="
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M2 4v8m0 8v-8m0 0h9m0 0v-8m0 8v8" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="M23 19h-8c0-3.4038 2.2528-5.3594 4.2024-6.4144 1.544-.8356 2.7976-2.3398 2.7976-4.0953 0-1.9276-1.5675-3.4903-3.4951-3.4903-1.933 0-3.5049 1.567-3.5049 3.5v.5" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/text-i-italic.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="
|
|
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="M10 4h5m5 0h-5m0 0-6 16m0 0h-5m5 0h5" 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
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M8.1129 5.628c-.6386.3983-1.047.9552-1.1171 1.714-.0904.9783.4218 1.7271 1.3487 2.3714.8862.6161 1.9899 1.0132 2.8158 1.2866h10.8397v2h-20v-2h4.734c-1.0336-.8571-1.89-2.108-1.7298-3.842.1383-1.496.9873-2.564 2.0502-3.227 1.0394-.6483 2.3044-.931 3.4456-.931 1.7016 0 3.3502.5613 4.5311 1.0862a16.2505 16.2505 0 0 1 1.4494.733c.1759.1005.3155.1851.413.2458.0488.0303.0871.0548.1142.0722l.0322.021.0096.0063.0031.002.0012.0009.0005.0003c.0002.0001.0004.0003-.5543.8323-.5547.832-.5545.8322-.5544.8323l-.0029-.002-.0192-.0125a6.433 6.433 0 0 0-.0866-.0547 10.8041 10.8041 0 0 0-.3487-.2074 14.2762 14.2762 0 0 0-1.2693-.6419c-1.0691-.4751-2.4205-.9138-3.7189-.9138-.844 0-1.7249.215-2.3871.628Zm6.3487 9.372h2.3082c.0245.0649.0474.1307.0686.1975.1652.5206.2206 1.077.1555 1.6629-.155 1.3949-.8019 2.479-1.8443 3.1861-1.0061.6825-2.2896.9535-3.6496.9535-1.7016 0-3.3502-.5613-4.5311-1.0862a16.2582 16.2582 0 0 1-1.4494-.7331 12.8897 12.8897 0 0 1-.413-.2457 9.916 9.916 0 0 1-.1142-.0722l-.0322-.021-.0096-.0063-.0031-.0021-.0012-.0008-.0005-.0003c-.0002-.0001-.0004-.0003.5543-.8323.5547-.832.5545-.8322.5544-.8323l.0029.0019.0193.0126c.0183.0118.0474.0303.0865.0547.0782.0487.1964.1204.3487.2074.3052.1744.7436.4082 1.2693.6419 1.069.4751 2.4205.9138 3.7189.9138 1.1253 0 1.9668-.2287 2.5268-.6086.5238-.3553.8842-.8961.9793-1.7518.0353-.3178.0037-.5923-.074-.8371a1.9686 1.9686 0 0 0-.1405-.3317 2.4111 2.4111 0 0 0-.2323-.353 2.9413 2.9413 0 0 0-.0977-.1178Z" clip-rule="evenodd" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/text-styles.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
|
|
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="M22 20s-1.2215 1.4218-2.5 1c-1.4266-.4706-1.1666-3-1-4.5.1969-1.7719 1-3 1-3m-1.5 5c-.8564 1.8366-2.7635 3.0766-4 2.5-1.2366-.5766-1.6064-2.6634-.75-4.5.8563-1.8366 2.7634-3.0766 4-2.5 1.2365.5766 1.6063 2.6634.75 4.5Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" fill-rule="evenodd" d="m3.9363 16.3511 1.2567-3.3511h5.5862l.2721.8162.2842.8528a9.159 9.159 0 0 1 1.5096-1.796l-.3964-1.1892a1.0582 1.0582 0 0 0-.0167-.0462l-3.5-9h-1.864l-3.5 9-.0001-.0001-.0042.0114-1.5 4-.3512.9363 1.8727.7023.3511-.9364Zm4.0637-10.592-2.0382 5.2409h4.0763l-2.0381-5.241Z" clip-rule="evenodd" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/text-t.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-linejoin="bevel" stroke-width="2" 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-linejoin="bevel" stroke-width="2" d="M20 8v-4h-8m-8 4v-4h8m0 0 .0008 16m0 0h3.9992m-3.9992 0h-4.0008" 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-linejoin="round" stroke-width="2" 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-linejoin="round" stroke-width="2" d="M2 21h20" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M7 3v9c0 2.7614 2.2386 5 5 5s5-2.2386 5-5v-9" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/wallet.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="M15 10" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="M19
|
|
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="M15 10" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="M19 15v2c0 1.1046-.8954 2-2 2h-12c-1.1046 0-2-.8954-2-2v-10c0-1.1046.8954-2 2-2h12c1.1046 0 2 .8954 2 2v2" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="M12 9h9v6h-9v-6Z" style="vector-effect:non-scaling-stroke"/><circle cx="15" cy="12" r="1" fill="currentColor" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/meta.json
CHANGED
|
@@ -1078,7 +1078,17 @@
|
|
|
1078
1078
|
"figmaLink": "https://www.figma.com/design/jSWCA1HFD22hk0isIY37ua/%5Bmds%5D-Icons?node-id=1778:694&m=dev"
|
|
1079
1079
|
},
|
|
1080
1080
|
"smiley-sticker": {
|
|
1081
|
-
"tags": [
|
|
1081
|
+
"tags": [
|
|
1082
|
+
"smiley sticker",
|
|
1083
|
+
"emoji",
|
|
1084
|
+
"smiley",
|
|
1085
|
+
"sticker",
|
|
1086
|
+
"gif",
|
|
1087
|
+
"gifs",
|
|
1088
|
+
"emoji",
|
|
1089
|
+
"discover",
|
|
1090
|
+
"toolbar"
|
|
1091
|
+
],
|
|
1082
1092
|
"figmaLink": "https://www.figma.com/design/jSWCA1HFD22hk0isIY37ua/%5Bmds%5D-Icons?node-id=1778:697&m=dev"
|
|
1083
1093
|
},
|
|
1084
1094
|
"users-three": {
|
|
@@ -1117,7 +1127,15 @@
|
|
|
1117
1127
|
"figmaLink": "https://www.figma.com/design/jSWCA1HFD22hk0isIY37ua/%5Bmds%5D-Icons?node-id=1778:712&m=dev"
|
|
1118
1128
|
},
|
|
1119
1129
|
"cone-serpentine": {
|
|
1120
|
-
"tags": [
|
|
1130
|
+
"tags": [
|
|
1131
|
+
"cone serpentine",
|
|
1132
|
+
"reactions",
|
|
1133
|
+
"party",
|
|
1134
|
+
"celebrate",
|
|
1135
|
+
"confetti",
|
|
1136
|
+
"reaction",
|
|
1137
|
+
"facilitation"
|
|
1138
|
+
],
|
|
1121
1139
|
"figmaLink": "https://www.figma.com/design/jSWCA1HFD22hk0isIY37ua/%5Bmds%5D-Icons?node-id=1778:718&m=dev"
|
|
1122
1140
|
},
|
|
1123
1141
|
"user-number-three": {
|
|
@@ -2024,7 +2042,19 @@
|
|
|
2024
2042
|
"figmaLink": "https://www.figma.com/design/jSWCA1HFD22hk0isIY37ua/%5Bmds%5D-Icons?node-id=2606:355&m=dev"
|
|
2025
2043
|
},
|
|
2026
2044
|
"office": {
|
|
2027
|
-
"tags": [
|
|
2045
|
+
"tags": [
|
|
2046
|
+
"office",
|
|
2047
|
+
"building",
|
|
2048
|
+
"organization",
|
|
2049
|
+
"org",
|
|
2050
|
+
"house",
|
|
2051
|
+
"corporate",
|
|
2052
|
+
"group",
|
|
2053
|
+
"sharing",
|
|
2054
|
+
"share",
|
|
2055
|
+
"company",
|
|
2056
|
+
"enterprise"
|
|
2057
|
+
],
|
|
2028
2058
|
"figmaLink": "https://www.figma.com/design/jSWCA1HFD22hk0isIY37ua/%5Bmds%5D-Icons?node-id=2606:384&m=dev"
|
|
2029
2059
|
},
|
|
2030
2060
|
"chat-lines-dot": {
|
|
@@ -3306,5 +3336,27 @@
|
|
|
3306
3336
|
"meeting"
|
|
3307
3337
|
],
|
|
3308
3338
|
"figmaLink": "https://www.figma.com/design/jSWCA1HFD22hk0isIY37ua/%5Bmds%5D-Icons?node-id=12987:10&m=dev"
|
|
3339
|
+
},
|
|
3340
|
+
"pixel-eraser": {
|
|
3341
|
+
"tags": ["eraser", "pixel", "erase", "remove", "delete", "line", "pen", ""],
|
|
3342
|
+
"figmaLink": "https://www.figma.com/design/jSWCA1HFD22hk0isIY37ua/%5Bmds%5D-Icons?node-id=13103:11&m=dev"
|
|
3343
|
+
},
|
|
3344
|
+
"flip": {
|
|
3345
|
+
"tags": ["flip", "card", "widget", "sdk", "animate", "turn", "reverse"],
|
|
3346
|
+
"figmaLink": "https://www.figma.com/design/jSWCA1HFD22hk0isIY37ua/%5Bmds%5D-Icons?node-id=13565:366&m=dev"
|
|
3347
|
+
},
|
|
3348
|
+
"icons-formula": {
|
|
3349
|
+
"tags": [
|
|
3350
|
+
"tables",
|
|
3351
|
+
"table",
|
|
3352
|
+
"sum",
|
|
3353
|
+
"formula",
|
|
3354
|
+
"method",
|
|
3355
|
+
"format",
|
|
3356
|
+
"calculate",
|
|
3357
|
+
"math",
|
|
3358
|
+
"function"
|
|
3359
|
+
],
|
|
3360
|
+
"figmaLink": "https://www.figma.com/design/jSWCA1HFD22hk0isIY37ua/%5Bmds%5D-Icons?node-id=13596:370&m=dev"
|
|
3309
3361
|
}
|
|
3310
3362
|
}
|