@versini/ui-icons 4.26.1 → 4.26.2
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/1267.js +1 -1
- package/dist/1274.js +2 -2
- package/dist/1528.js +1 -1
- package/dist/1636.js +1 -1
- package/dist/1759.js +1 -1
- package/dist/1843.js +1 -3
- package/dist/1961.js +1 -1
- package/dist/2237.js +1 -1
- package/dist/2389.js +2 -2
- package/dist/2461.js +2 -2
- package/dist/25.js +2 -2
- package/dist/2678.js +1 -1
- package/dist/274.js +1 -1
- package/dist/2920.js +2 -2
- package/dist/3144.js +1 -1
- package/dist/3180.js +1 -3
- package/dist/3688.js +1 -1
- package/dist/3772.js +1 -1
- package/dist/3891.js +1 -1
- package/dist/3905.js +1 -1
- package/dist/3951.js +2 -2
- package/dist/4040.js +2 -2
- package/dist/4409.js +1 -1
- package/dist/4424.js +1 -1
- package/dist/4650.js +2 -2
- package/dist/4987.js +1 -1
- package/dist/5180.js +1 -1
- package/dist/5273.js +2 -2
- package/dist/5284.js +2 -2
- package/dist/5506.js +2 -2
- package/dist/5628.js +1 -1
- package/dist/5713.js +2 -2
- package/dist/5807.js +1 -1
- package/dist/5928.js +1 -3
- package/dist/6034.js +1 -1
- package/dist/6634.js +0 -2
- package/dist/6806.js +1 -1
- package/dist/6857.js +2 -2
- package/dist/6928.js +1 -3
- package/dist/6986.js +1 -3
- package/dist/7008.js +1 -1
- package/dist/7029.js +1 -1
- package/dist/7090.js +1 -1
- package/dist/7146.js +1 -1
- package/dist/7727.js +1 -1
- package/dist/7816.js +2 -2
- package/dist/7872.js +1 -1
- package/dist/7910.js +2 -2
- package/dist/8025.js +1 -1
- package/dist/8032.js +1 -1
- package/dist/8204.js +2 -2
- package/dist/8239.js +2 -2
- package/dist/8242.js +1 -1
- package/dist/8268.js +1 -1
- package/dist/8306.js +1 -1
- package/dist/8463.js +2 -2
- package/dist/8787.js +1 -1
- package/dist/8861.js +1 -1
- package/dist/8918.js +1 -3
- package/dist/9092.js +1 -1
- package/dist/9118.js +1 -1
- package/dist/9462.js +2 -2
- package/dist/9750.js +1 -1
- package/dist/9809.js +1 -1
- package/dist/all.js +1 -1
- package/dist/index.js +83 -97
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -91,8 +91,6 @@ const IconAddLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
91
91
|
*
|
|
92
92
|
* Original name: anthropic.svg
|
|
93
93
|
*
|
|
94
|
-
* undefined
|
|
95
|
-
*
|
|
96
94
|
*/
|
|
97
95
|
const IconAnthropic = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
98
96
|
return /*#__PURE__*/ jsx(SvgIcon, {
|
|
@@ -103,7 +101,7 @@ const IconAnthropic = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
103
101
|
title: title || "Anthropic",
|
|
104
102
|
...rest,
|
|
105
103
|
children: /*#__PURE__*/ jsx("path", {
|
|
106
|
-
d: "M17.
|
|
104
|
+
d: "M17.3 3.54h-3.67l6.7 16.92H24Zm-10.6 0L0 20.46h3.74l1.37-3.55h7l1.38 3.55h3.74l-6.7-16.92Zm-.38 10.22 2.3-5.94 2.29 5.95Z"
|
|
107
105
|
})
|
|
108
106
|
});
|
|
109
107
|
};
|
|
@@ -188,7 +186,7 @@ const IconBack = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
188
186
|
...rest,
|
|
189
187
|
children: [
|
|
190
188
|
/*#__PURE__*/ jsx("path", {
|
|
191
|
-
d: "M66.6 320c0 1.8.1 3.5.4 5.3C84.9 431.3 177 512 288 512c123.7 0 224-100.3 224-224 0-111-80.7-203.1-186.7-220.9-1.8-.3-3.6-.4-5.3-.4-15.3 0-28.9 11.1-31.5 26.
|
|
189
|
+
d: "M66.6 320c0 1.8.1 3.5.4 5.3C84.9 431.3 177 512 288 512c123.7 0 224-100.3 224-224 0-111-80.7-203.1-186.7-220.9-1.8-.3-3.6-.4-5.3-.4-15.3 0-28.9 11.1-31.5 26.7a32.1 32.1 0 0 0 26.3 36.9C390.4 142.9 448 208.8 448 288c0 88.4-71.6 160-160 160-79.2 0-145.1-57.6-157.8-133.3a32.06 32.06 0 0 0-36.9-26.3 32 32 0 0 0-26.7 31.5z",
|
|
192
190
|
opacity: opacity
|
|
193
191
|
}),
|
|
194
192
|
/*#__PURE__*/ jsx("path", {
|
|
@@ -252,7 +250,7 @@ const IconBookmark = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
252
250
|
opacity: ".4"
|
|
253
251
|
}),
|
|
254
252
|
/*#__PURE__*/ jsx("path", {
|
|
255
|
-
d: "M0 487.7V48C0 21.5 21.5 0 48 0h48v322.1c0 12.8 14.2 20.4 24.9 13.3L192 288l71.1 47.4c10.6 7.1 24.9-.5 24.9-13.3V0h48c26.5 0 48 21.5 48 48v439.
|
|
253
|
+
d: "M0 487.7V48C0 21.5 21.5 0 48 0h48v322.1c0 12.8 14.2 20.4 24.9 13.3L192 288l71.1 47.4c10.6 7.1 24.9-.5 24.9-13.3V0h48c26.5 0 48 21.5 48 48v439.7a24.33 24.33 0 0 1-38.3 19.9L192 400 38.3 507.6A24.33 24.33 0 0 1 0 487.7"
|
|
256
254
|
})
|
|
257
255
|
]
|
|
258
256
|
});
|
|
@@ -268,8 +266,6 @@ const IconBookmark = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
268
266
|
*
|
|
269
267
|
* Original name: bookmark-hollow.svg
|
|
270
268
|
*
|
|
271
|
-
* undefined
|
|
272
|
-
*
|
|
273
269
|
*/
|
|
274
270
|
const IconBookmarkHollow = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
275
271
|
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
@@ -285,7 +281,7 @@ const IconBookmarkHollow = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
285
281
|
opacity: ".4"
|
|
286
282
|
}),
|
|
287
283
|
/*#__PURE__*/ jsx("path", {
|
|
288
|
-
d: "M0 48C0 21.5 21.5 0 48 0h288c26.5 0 48 21.5 48 48v441.9c0 12.2-9.9 22.1-22.1 22.1-4.4 0-8.6-1.3-12.3-3.7L192 403.2 34.4 508.3c-3.6 2.4-7.9 3.7-12.3 3.
|
|
284
|
+
d: "M0 48C0 21.5 21.5 0 48 0h288c26.5 0 48 21.5 48 48v441.9c0 12.2-9.9 22.1-22.1 22.1-4.4 0-8.6-1.3-12.3-3.7L192 403.2 34.4 508.3c-3.6 2.4-7.9 3.7-12.3 3.7A22.1 22.1 0 0 1 0 489.9zm32 423.4 151.1-100.7c5.4-3.6 12.4-3.6 17.8 0L352 471.4V48c0-8.8-7.2-16-16-16H48c-8.8 0-16 7.2-16 16z"
|
|
289
285
|
})
|
|
290
286
|
]
|
|
291
287
|
});
|
|
@@ -318,7 +314,7 @@ const IconBookmarkLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
318
314
|
opacity: ".4"
|
|
319
315
|
}),
|
|
320
316
|
/*#__PURE__*/ jsx("path", {
|
|
321
|
-
d: "M0 48C0 21.5 21.5 0 48 0h288c26.5 0 48 21.5 48 48v441.9c0 12.2-9.9 22.1-22.1 22.1-4.4 0-8.6-1.3-12.3-3.7L192 403.2 34.4 508.3c-3.6 2.4-7.9 3.7-12.3 3.
|
|
317
|
+
d: "M0 48C0 21.5 21.5 0 48 0h288c26.5 0 48 21.5 48 48v441.9c0 12.2-9.9 22.1-22.1 22.1-4.4 0-8.6-1.3-12.3-3.7L192 403.2 34.4 508.3c-3.6 2.4-7.9 3.7-12.3 3.7A22.1 22.1 0 0 1 0 489.9zm32 423.4 151.1-100.7c5.4-3.6 12.4-3.6 17.8 0L352 471.4V48c0-8.8-7.2-16-16-16H48c-8.8 0-16 7.2-16 16z"
|
|
322
318
|
})
|
|
323
319
|
]
|
|
324
320
|
});
|
|
@@ -347,11 +343,11 @@ const IconBookSparkles = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
347
343
|
...rest,
|
|
348
344
|
children: [
|
|
349
345
|
/*#__PURE__*/ jsx("path", {
|
|
350
|
-
d: "M48 88v270.7c9.8-4.3 20.6-6.7 32-6.7h312c4.4 0 8-3.6 8-8V56c0-4.4-3.6-8-8-8H88c-22.1 0-40 17.9-40 40m94.3 32.8L160 112l8.8-17.
|
|
346
|
+
d: "M48 88v270.7c9.8-4.3 20.6-6.7 32-6.7h312c4.4 0 8-3.6 8-8V56c0-4.4-3.6-8-8-8H88c-22.1 0-40 17.9-40 40m94.3 32.8L160 112l8.8-17.7a7.99 7.99 0 0 1 14.3 0L192 112l17.7 8.8a7.99 7.99 0 0 1 0 14.3L192 144l-8.8 17.7a7.99 7.99 0 0 1-14.3 0L160 144l-17.7-8.8a7.99 7.99 0 0 1 0-14.3zm82.8 111.8L264 216l16.6-38.8a7.98 7.98 0 0 1 14.7 0L312 216l38.8 16.6a7.98 7.98 0 0 1 0 14.7L312 264l-16.6 38.8a7.98 7.98 0 0 1-14.7 0L264 264l-38.8-16.6a7.98 7.98 0 0 1 0-14.7z",
|
|
351
347
|
opacity: ".4"
|
|
352
348
|
}),
|
|
353
349
|
/*#__PURE__*/ jsx("path", {
|
|
354
|
-
d: "M0
|
|
350
|
+
d: "M0 88A88 88 0 0 1 88 0h304c30.9 0 56 25.1 56 56v288c0 22.3-13.1 41.6-32 50.6V464h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H80A80 80 0 0 1 .4 424H0zm80 312c-17.7 0-32 14.3-32 32s14.3 32 32 32h288v-64zm-32-41.3c9.8-4.3 20.6-6.7 32-6.7h312c4.4 0 8-3.6 8-8V56c0-4.4-3.6-8-8-8H88c-22.1 0-40 17.9-40 40zM160 112l8.8-17.7a7.99 7.99 0 0 1 14.3 0L192 112l17.7 8.8a7.99 7.99 0 0 1 0 14.3L192 144l-8.8 17.7a7.99 7.99 0 0 1-14.3 0L160 144l-17.7-8.8a7.99 7.99 0 0 1 0-14.3zm104 104 16.6-38.8a7.98 7.98 0 0 1 14.7 0L312 216l38.8 16.6a7.98 7.98 0 0 1 0 14.7L312 264l-16.6 38.8a7.98 7.98 0 0 1-14.7 0L264 264l-38.8-16.6a7.98 7.98 0 0 1 0-14.7z"
|
|
355
351
|
})
|
|
356
352
|
]
|
|
357
353
|
});
|
|
@@ -384,7 +380,7 @@ const IconBookSparklesLight = ({ className, viewBox, title, monotone, ...rest })
|
|
|
384
380
|
opacity: ".4"
|
|
385
381
|
}),
|
|
386
382
|
/*#__PURE__*/ jsx("path", {
|
|
387
|
-
d: "M64 0C28.7 0 0 28.7 0 64v384c0 35.3 28.7 64 64 64h368c8.8 0 16-7.2 16-16s-7.2-16-16-16h-16v-66.7c18.6-6.6 32-24.4 32-45.3V48c0-26.5-21.5-48-48-48zm320 416v64H64c-17.7 0-32-14.3-32-32s14.3-32 32-32zM64 384c-11.7 0-22.6 3.1-32 8.6V64c0-17.7 14.3-32 32-32h336c8.8 0 16 7.2 16 16v320c0 8.8-7.2 16-16 16zm201.9-213.1-16.5 38.6-38.6 16.5c-19.4 8.3-19.4 35.8 0 44.1l38.6 16.5 16.5 38.6c8.3 19.4 35.8 19.4 44.1 0l16.5-38.6 38.6-16.5c19.4-8.3 19.4-35.8 0-44.1l-38.6-16.5-16.5-38.6c-8.3-19.4-35.8-19.4-44.1 0m22.1 29.7 11.7 27.3c1.6 3.8 4.6 6.8 8.4 8.4l27.3 11.7-27.3 11.
|
|
383
|
+
d: "M64 0C28.7 0 0 28.7 0 64v384c0 35.3 28.7 64 64 64h368c8.8 0 16-7.2 16-16s-7.2-16-16-16h-16v-66.7c18.6-6.6 32-24.4 32-45.3V48c0-26.5-21.5-48-48-48zm320 416v64H64c-17.7 0-32-14.3-32-32s14.3-32 32-32zM64 384c-11.7 0-22.6 3.1-32 8.6V64c0-17.7 14.3-32 32-32h336c8.8 0 16 7.2 16 16v320c0 8.8-7.2 16-16 16zm201.9-213.1-16.5 38.6-38.6 16.5c-19.4 8.3-19.4 35.8 0 44.1l38.6 16.5 16.5 38.6c8.3 19.4 35.8 19.4 44.1 0l16.5-38.6 38.6-16.5c19.4-8.3 19.4-35.8 0-44.1l-38.6-16.5-16.5-38.6c-8.3-19.4-35.8-19.4-44.1 0m22.1 29.7 11.7 27.3c1.6 3.8 4.6 6.8 8.4 8.4l27.3 11.7-27.3 11.7a15.7 15.7 0 0 0-8.4 8.4L288 295.4l-11.7-27.3a15.7 15.7 0 0 0-8.4-8.4L240.6 248l27.3-11.7c3.8-1.6 6.8-4.6 8.4-8.4zm-135-78.8 7-14 7 14c1.5 3.1 4.1 5.6 7.2 7.2l14 7-14 7c-3.1 1.5-5.6 4.1-7.2 7.2l-7 14-7-14c-1.5-3.1-4.1-5.6-7.2-7.2l-14-7 14-7c3.1-1.5 5.6-4.1 7.2-7.2m28.5-42.7c-8.8-17.7-34.1-17.7-42.9 0l-11.8 23.6-23.6 11.8c-17.7 8.8-17.7 34.1 0 42.9l23.6 11.8 11.8 23.6c8.8 17.7 34.1 17.7 42.9 0l11.8-23.6 23.6-11.8c17.7-8.8 17.7-34.1 0-42.9l-23.6-11.8-11.8-23.5z"
|
|
388
384
|
})
|
|
389
385
|
]
|
|
390
386
|
});
|
|
@@ -414,7 +410,7 @@ const IconBrain = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
414
410
|
...rest,
|
|
415
411
|
children: [
|
|
416
412
|
/*#__PURE__*/ jsx("path", {
|
|
417
|
-
d: "M0 304c0 34.2 21.4 63.4 51.6 74.
|
|
413
|
+
d: "M0 304c0 34.2 21.4 63.4 51.6 74.8a64.06 64.06 0 0 0 76.7 83.1A55.97 55.97 0 0 0 184 512c30.9 0 56-25.1 56-56V56a56.03 56.03 0 0 0-111.7-6.1 64.16 64.16 0 0 0-45.9 79.5A64.1 64.1 0 0 0 32 192c0 15 5.1 28.8 13.8 39.7A79.9 79.9 0 0 0 0 304M272 56v400c0 30.9 25.1 56 56 56 28.9 0 52.7-21.9 55.7-50.1a64.06 64.06 0 0 0 76.7-83.1A79.9 79.9 0 0 0 512 304c0-31.9-18.7-59.5-45.8-72.3A63.3 63.3 0 0 0 480 192c0-30.7-21.6-56.3-50.4-62.6a64.16 64.16 0 0 0-45.9-79.5C380.6 21.9 356.9 0 328 0c-30.9 0-56 25.1-56 56",
|
|
418
414
|
opacity: opacity
|
|
419
415
|
}),
|
|
420
416
|
/*#__PURE__*/ jsx("path", {
|
|
@@ -448,11 +444,11 @@ const IconBrainCircuit = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
448
444
|
...rest,
|
|
449
445
|
children: [
|
|
450
446
|
/*#__PURE__*/ jsx("path", {
|
|
451
|
-
d: "M0 304c0 34.2 21.4 63.4 51.6 74.
|
|
447
|
+
d: "M0 304c0 34.2 21.4 63.4 51.6 74.8a64.06 64.06 0 0 0 76.7 83.1A55.97 55.97 0 0 0 184 512c30.9 0 56-25.1 56-56V272h-48c-8.8 0-16 7.2-16 16v34.7a48.01 48.01 0 1 1-64 45.3c0-20.9 13.4-38.7 32-45.3V288c0-26.5 21.5-48 48-48h48v-80h-34.7A48.01 48.01 0 1 1 160 96c20.9 0 38.7 13.4 45.3 32H240V56a56.03 56.03 0 0 0-111.7-6.1 64.16 64.16 0 0 0-45.9 79.5A64.1 64.1 0 0 0 32 192c0 15 5.1 28.8 13.8 39.7A79.9 79.9 0 0 0 0 304M272 56v72h48c26.5 0 48 21.5 48 48v2.7a48.01 48.01 0 1 1-64 45.3c0-20.9 13.4-38.7 32-45.3V176c0-8.8-7.2-16-16-16h-48v192h34.7a48.01 48.01 0 1 1 45.3 64c-20.9 0-38.7-13.4-45.3-32H272v72c0 30.9 25.1 56 56 56 28.9 0 52.7-21.9 55.7-50.1a64.06 64.06 0 0 0 76.7-83.1A79.9 79.9 0 0 0 512 304c0-31.9-18.7-59.5-45.8-72.3A63.3 63.3 0 0 0 480 192c0-30.7-21.6-56.3-50.4-62.6a64.16 64.16 0 0 0-45.9-79.5C380.6 21.9 356.9 0 328 0c-30.9 0-56 25.1-56 56",
|
|
452
448
|
opacity: opacity
|
|
453
449
|
}),
|
|
454
450
|
/*#__PURE__*/ jsx("path", {
|
|
455
|
-
d: "M240 272v184h32v-72h34.
|
|
451
|
+
d: "M240 272v184h32v-72h34.7a48.01 48.01 0 1 0 45.3-64c-20.9 0-38.7 13.4-45.3 32H272V160h48c8.8 0 16 7.2 16 16v2.7a48.01 48.01 0 1 0 64 45.3c0-20.9-13.4-38.7-32-45.3V176c0-26.5-21.5-48-48-48h-48V56h-32v72h-34.7a48.01 48.01 0 1 0-45.3 64c20.9 0 38.7-13.4 45.3-32H240v80h-48c-26.5 0-48 21.5-48 48v34.7a48.01 48.01 0 1 0 64 45.3c0-20.9-13.4-38.7-32-45.3V288c0-8.8 7.2-16 16-16zm-64-128a16 16 0 1 1-32 0 16 16 0 1 1 32 0m176 96a16 16 0 1 1 0-32 16 16 0 1 1 0 32M176 368a16 16 0 1 1-32 0 16 16 0 1 1 32 0m192 0a16 16 0 1 1-32 0 16 16 0 1 1 32 0"
|
|
456
452
|
})
|
|
457
453
|
]
|
|
458
454
|
});
|
|
@@ -481,11 +477,11 @@ const IconBrainCircuitLight = ({ className, viewBox, title, monotone, ...rest })
|
|
|
481
477
|
...rest,
|
|
482
478
|
children: [
|
|
483
479
|
/*#__PURE__*/ jsx("path", {
|
|
484
|
-
d: "M32 288c0 22.9 12 43 30.2 54.3 6.7 4.2 9.3 12.6 6.3 19.8-2.9 6.7-4.5 14.1-4.5 21.
|
|
480
|
+
d: "M32 288c0 22.9 12 43 30.2 54.3 6.7 4.2 9.3 12.6 6.3 19.8-2.9 6.7-4.5 14.1-4.5 21.9a56.04 56.04 0 0 0 65.5 55.2c7.5-1.3 14.9 2.9 17.6 10 6.9 18 24.4 30.8 44.8 30.8 26.5 0 48-21.5 48-48V304h-48c-7.3 0-13.5 4.9-15.4 11.6a39.99 39.99 0 0 1-16.6 76.4c-22.1 0-40-17.9-40-40 0-16.5 10-30.7 24.2-36.8 2.5-24.2 23-43.2 47.9-43.2h48V160h-27.3c-6.2 14.1-20.3 24-36.7 24-22.1 0-40-17.9-40-40s17.9-40 40-40c16.4 0 30.5 9.9 36.7 24H240V80a48.01 48.01 0 0 0-95.8-4.6c-.6 6.7-5.4 12.4-12 14a48.16 48.16 0 0 0-35.3 55.8c1.5 7.6-2.7 15.2-10 18A47.9 47.9 0 0 0 56 208c0 5.2.8 10.3 2.4 15 2 6.1.2 12.8-4.6 17A63.6 63.6 0 0 0 32 288M272 80v48h48c26.5 0 48 21.5 48 48v11.3c14.1 6.2 24 20.3 24 36.7 0 22.1-17.9 40-40 40s-40-17.9-40-40c0-16.4 9.9-30.5 24-36.7V176c0-8.8-7.2-16-16-16h-48v192h59.3c6.2-14.1 20.3-24 36.7-24 22.1 0 40 17.9 40 40s-17.9 40-40 40c-16.4 0-30.5-9.9-36.7-24H272v48c0 26.5 21.5 48 48 48 20.4 0 37.9-12.8 44.8-30.8 2.7-7.1 10.1-11.3 17.6-10a56.04 56.04 0 0 0 61.1-77c-3.1-7.2-.4-15.7 6.3-19.8A64 64 0 0 0 480 288c0-19.1-8.4-36.3-21.7-48.1-4.8-4.2-6.6-10.9-4.6-17a48.1 48.1 0 0 0-28.5-59.9 16 16 0 0 1-10-18 47.96 47.96 0 0 0-35.3-55.7c-6.6-1.7-11.4-7.3-12-14A48.2 48.2 0 0 0 320 32c-26.5 0-48 21.5-48 48",
|
|
485
481
|
opacity: ".4"
|
|
486
482
|
}),
|
|
487
483
|
/*#__PURE__*/ jsx("path", {
|
|
488
|
-
d: "M192 32c26.5 0 48 21.5 48 48v48h-27.3c-6.2-14.1-20.3-24-36.7-24-22.1 0-40 17.9-40 40s17.9 40 40 40c16.4 0 30.5-9.9 36.7-24H240v112h-48c-24.9 0-45.4 19-47.8 43.
|
|
484
|
+
d: "M192 32c26.5 0 48 21.5 48 48v48h-27.3c-6.2-14.1-20.3-24-36.7-24-22.1 0-40 17.9-40 40s17.9 40 40 40c16.4 0 30.5-9.9 36.7-24H240v112h-48c-24.9 0-45.4 19-47.8 43.2A40.1 40.1 0 0 0 120 352c0 22.1 17.9 40 40 40a39.99 39.99 0 0 0 16.6-76.4c1.9-6.7 8.1-11.6 15.4-11.6h48v128c0 26.5-21.5 48-48 48-20.4 0-37.9-12.8-44.8-30.8a15.9 15.9 0 0 0-17.6-10 56.04 56.04 0 0 1-61.1-77c3.1-7.2.4-15.7-6.3-19.8A64 64 0 0 1 32 288c0-19.1 8.4-36.3 21.7-48.1 4.8-4.2 6.6-10.9 4.6-17A48.1 48.1 0 0 1 86.8 163c7.3-2.8 11.5-10.4 10-18a47.96 47.96 0 0 1 35.3-55.7c6.6-1.7 11.4-7.3 12-14A48.2 48.2 0 0 1 192 32m80 128h48c8.8 0 16 7.2 16 16v11.3c-14.1 6.2-24 20.3-24 36.7 0 22.1 17.9 40 40 40s40-17.9 40-40c0-16.4-9.9-30.5-24-36.7V176c0-26.5-21.5-48-48-48h-48V80a48.01 48.01 0 0 1 95.8-4.6c.6 6.7 5.4 12.4 12 14a48.16 48.16 0 0 1 35.3 55.8c-1.5 7.6 2.7 15.2 10 18A47.9 47.9 0 0 1 456 208c0 5.2-.8 10.3-2.4 15-2 6.1-.2 12.8 4.6 17a63.6 63.6 0 0 1 21.8 48c0 22.9-12 43-30.2 54.3-6.7 4.2-9.3 12.6-6.3 19.8a56.04 56.04 0 0 1-61.1 77c-7.5-1.3-14.9 2.9-17.6 10-6.9 18-24.4 30.8-44.8 30.8-26.5 0-48-21.5-48-48v-48h59.3c6.2 14.1 20.3 24 36.7 24 22.1 0 40-17.9 40-40s-17.9-40-40-40c-16.4 0-30.5 9.9-36.7 24l-59.3.1zm-80 352c26.2 0 49.4-12.6 64-32 14.6 19.4 37.8 32 64 32 29.6 0 55.5-16.1 69.3-40h2.7a88 88 0 0 0 85.2-110 96 96 0 0 0 34.8-74c0-25.1-9.6-48-25.4-65 .9-4.9 1.4-9.9 1.4-15 0-29.6-16.1-55.5-40-69.3V136c0-33.6-20.7-62.4-50.1-74.2A80 80 0 0 0 256 32a80 80 0 0 0-141.9 29.8A79.9 79.9 0 0 0 64 136v2.7A80 80 0 0 0 24 208c0 5.1.5 10.1 1.4 15A95.2 95.2 0 0 0 0 288c0 29.8 13.6 56.4 34.8 74A88 88 0 0 0 120 472h2.7c13.8 23.9 39.7 40 69.3 40m-16-384a16 16 0 1 1 0 32 16 16 0 1 1 0-32m-16 208a16 16 0 1 1 0 32 16 16 0 1 1 0-32m176-112a16 16 0 1 1 32 0 16 16 0 1 1-32 0m32 128a16 16 0 1 1 0 32 16 16 0 1 1 0-32"
|
|
489
485
|
})
|
|
490
486
|
]
|
|
491
487
|
});
|
|
@@ -514,11 +510,11 @@ const IconBrainLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
514
510
|
...rest,
|
|
515
511
|
children: [
|
|
516
512
|
/*#__PURE__*/ jsx("path", {
|
|
517
|
-
d: "M32 288c0 22.9 12 43 30.2 54.3 6.7 4.2 9.3 12.6 6.3 19.8-2.9 6.7-4.5 14.1-4.5 21.
|
|
513
|
+
d: "M32 288c0 22.9 12 43 30.2 54.3 6.7 4.2 9.3 12.6 6.3 19.8-2.9 6.7-4.5 14.1-4.5 21.9a56.04 56.04 0 0 0 65.5 55.2c7.5-1.3 14.9 2.9 17.6 10 6.9 18 24.4 30.8 44.8 30.8 26.5 0 48-21.5 48-48V80a48.01 48.01 0 0 0-95.8-4.6c-.6 6.7-5.4 12.4-12 14a48.2 48.2 0 0 0-35.2 55.8c1.5 7.6-2.7 15.2-10 18A47.9 47.9 0 0 0 56 208c0 5.2.8 10.3 2.4 15 2 6.1.2 12.8-4.6 17A63.6 63.6 0 0 0 32 288M272 80v352c0 26.5 21.5 48 48 48 20.4 0 37.9-12.8 44.8-30.8 2.7-7.1 10.1-11.3 17.6-10a56.04 56.04 0 0 0 61.1-77c-3.1-7.2-.4-15.7 6.3-19.8A64 64 0 0 0 480 288c0-19.1-8.4-36.3-21.7-48.1-4.8-4.2-6.6-10.9-4.6-17a48.1 48.1 0 0 0-28.5-59.9 16 16 0 0 1-10-18 47.96 47.96 0 0 0-35.3-55.7c-6.6-1.7-11.4-7.3-12-14A48.2 48.2 0 0 0 320 32c-26.5 0-48 21.5-48 48",
|
|
518
514
|
opacity: ".4"
|
|
519
515
|
}),
|
|
520
516
|
/*#__PURE__*/ jsx("path", {
|
|
521
|
-
d: "M144.2 75.4c-.6 6.7-5.4 12.4-12
|
|
517
|
+
d: "M144.2 75.4c-.6 6.7-5.4 12.4-12 14a48.16 48.16 0 0 0-35.3 55.8c1.5 7.6-2.7 15.2-10 18A47.9 47.9 0 0 0 56 208c0 5.2.8 10.3 2.4 15 2 6.1.2 12.8-4.6 17A63.6 63.6 0 0 0 32 288c0 22.9 12 43 30.2 54.3 6.7 4.2 9.3 12.6 6.3 19.8-2.9 6.7-4.5 14.1-4.5 21.9a56.04 56.04 0 0 0 65.5 55.2c7.5-1.3 14.9 2.9 17.6 10 6.9 18 24.4 30.8 44.8 30.8 26.5 0 48-21.5 48-48V80a48.01 48.01 0 0 0-95.8-4.6zM256 480a80 80 0 0 1-64 32c-29.6 0-55.5-16.1-69.3-40H120a88 88 0 0 1-85.2-110A96 96 0 0 1 0 288c0-25.1 9.6-48 25.4-65-.9-4.9-1.4-9.9-1.4-15 0-29.6 16.1-55.5 40-69.3V136c0-33.6 20.7-62.4 50.1-74.2A80 80 0 0 1 256 32a80 80 0 0 1 141.9 29.8A79.9 79.9 0 0 1 448 136v2.7c23.9 13.8 40 39.7 40 69.3 0 5.1-.5 10.1-1.4 15 15.8 17.1 25.4 40 25.4 65 0 29.8-13.6 56.4-34.8 74A88 88 0 0 1 392 472h-2.7a80 80 0 0 1-69.3 40c-26.2 0-49.4-12.6-64-32m16-48c0 26.5 21.5 48 48 48 20.4 0 37.9-12.8 44.8-30.8 2.7-7.1 10.1-11.3 17.6-10a56.04 56.04 0 0 0 61.1-77c-3.1-7.2-.4-15.7 6.3-19.8A64 64 0 0 0 480 288c0-19.1-8.4-36.3-21.7-48.1-4.8-4.2-6.6-10.9-4.6-17a48.1 48.1 0 0 0-28.5-59.9 16 16 0 0 1-10-18 47.96 47.96 0 0 0-35.3-55.7c-6.6-1.7-11.4-7.3-12-14A48.2 48.2 0 0 0 320 32c-26.5 0-48 21.5-48 48z"
|
|
522
518
|
})
|
|
523
519
|
]
|
|
524
520
|
});
|
|
@@ -548,7 +544,7 @@ const IconBranch = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
548
544
|
...rest,
|
|
549
545
|
children: [
|
|
550
546
|
/*#__PURE__*/ jsx("path", {
|
|
551
|
-
d: "M165.5 288c25.5 0 49.9-10.1 67.9-28.1l3.9-3.9 86.6 86.6c6 6 14.1 9.4 22.6 9.4H384v-32c0-12.9 7.8-24.6 19.8-29.6s25.7-2.2 34.9 6.9l64 64c6 6 9.4 14.1 9.4 22.6s-3.4 16.6-9.4 22.6l-64
|
|
547
|
+
d: "M165.5 288c25.5 0 49.9-10.1 67.9-28.1l3.9-3.9 86.6 86.6c6 6 14.1 9.4 22.6 9.4H384v-32c0-12.9 7.8-24.6 19.8-29.6s25.7-2.2 34.9 6.9l64 64c6 6 9.4 14.1 9.4 22.6s-3.4 16.6-9.4 22.6l-64 64a32 32 0 0 1-34.8 7c-12-5-19.8-16.6-19.8-29.6v-32h-37.5c-25.5 0-49.9-10.1-67.9-28.1l-90.5-90.5c-6-6-14.1-9.4-22.6-9.4z",
|
|
552
548
|
opacity: opacity
|
|
553
549
|
}),
|
|
554
550
|
/*#__PURE__*/ jsx("path", {
|
|
@@ -609,7 +605,7 @@ const IconBrightness = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
609
605
|
...rest,
|
|
610
606
|
children: [
|
|
611
607
|
/*#__PURE__*/ jsx("path", {
|
|
612
|
-
d: "M0 256c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32s-14.3-32-32-32H32c-17.7 0-32 14.3-32 32M73.4 73.
|
|
608
|
+
d: "M0 256c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32s-14.3-32-32-32H32c-17.7 0-32 14.3-32 32M73.4 73.4a32.05 32.05 0 0 0 0 45.3l32 32c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-32-32a32.05 32.05 0 0 0-45.3 0m0 320c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l32-32c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0zM224 32v48c0 17.7 14.3 32 32 32s32-14.3 32-32V32c0-17.7-14.3-32-32-32s-32 14.3-32 32m0 400v48c0 17.7 14.3 32 32 32s32-14.3 32-32v-48c0-17.7-14.3-32-32-32s-32 14.3-32 32m137.4-326.6c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l32-32c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0zm0 256a32.05 32.05 0 0 0 0 45.3l32 32c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-32-32a32.05 32.05 0 0 0-45.3 0M400 256c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32s-14.3-32-32-32h-48c-17.7 0-32 14.3-32 32",
|
|
613
609
|
opacity: opacity
|
|
614
610
|
}),
|
|
615
611
|
/*#__PURE__*/ jsx("path", {
|
|
@@ -744,11 +740,11 @@ const IconChecked = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
744
740
|
...rest,
|
|
745
741
|
children: [
|
|
746
742
|
/*#__PURE__*/ jsx("path", {
|
|
747
|
-
d: "M0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96m104
|
|
743
|
+
d: "M0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96m104 160a24 24 0 0 1 7-17 23.9 23.9 0 0 1 33.9 0l47 47 111-111c4.7-4.7 10.8-7 17-7s12.3 2.3 17 7c2.3 2.3 4.1 5 5.3 7.9.6 1.5 1 2.9 1.3 4.4.2 1.1.3 2.2.3 2.2.1 1.2.1 1.2.1 2.5-.1 1.5-.1 1.9-.1 2.3l-.3 2.2c-.3 1.5-.7 3-1.3 4.4-1.2 2.9-2.9 5.6-5.3 7.9l-128 128c-4.7 4.7-10.8 7-17 7s-12.3-2.3-17-7l-64-64c-4.7-4.7-7-10.8-7-17z",
|
|
748
744
|
opacity: ".4"
|
|
749
745
|
}),
|
|
750
746
|
/*#__PURE__*/ jsx("path", {
|
|
751
|
-
d: "M337
|
|
747
|
+
d: "M337 175a23.9 23.9 0 0 1 0 33.9L209 337a23.9 23.9 0 0 1-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L303 175a23.9 23.9 0 0 1 33.9 0z"
|
|
752
748
|
})
|
|
753
749
|
]
|
|
754
750
|
});
|
|
@@ -866,11 +862,11 @@ const IconCopied = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
866
862
|
...rest,
|
|
867
863
|
children: [
|
|
868
864
|
/*#__PURE__*/ jsx("path", {
|
|
869
|
-
d: "M0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96m104
|
|
865
|
+
d: "M0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96m104 160a24 24 0 0 1 7-17 23.9 23.9 0 0 1 33.9 0l47 47 111-111c4.7-4.7 10.8-7 17-7s12.3 2.3 17 7c2.3 2.3 4.1 5 5.3 7.9.6 1.5 1 2.9 1.3 4.4.2 1.1.3 2.2.3 2.2.1 1.2.1 1.2.1 2.5-.1 1.5-.1 1.9-.1 2.3l-.3 2.2c-.3 1.5-.7 3-1.3 4.4-1.2 2.9-2.9 5.6-5.3 7.9l-128 128c-4.7 4.7-10.8 7-17 7s-12.3-2.3-17-7l-64-64c-4.7-4.7-7-10.8-7-17z",
|
|
870
866
|
opacity: ".4"
|
|
871
867
|
}),
|
|
872
868
|
/*#__PURE__*/ jsx("path", {
|
|
873
|
-
d: "M337
|
|
869
|
+
d: "M337 175a23.9 23.9 0 0 1 0 33.9L209 337a23.9 23.9 0 0 1-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L303 175a23.9 23.9 0 0 1 33.9 0z"
|
|
874
870
|
})
|
|
875
871
|
]
|
|
876
872
|
});
|
|
@@ -991,7 +987,7 @@ const IconDelete = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
991
987
|
opacity: opacity
|
|
992
988
|
}),
|
|
993
989
|
/*#__PURE__*/ jsx("path", {
|
|
994
|
-
d: "M163.8 0c-12.1 0-23.2 6.8-28.6 17.7L128 32H32C14.3 32 0 46.3 0 64s14.3 32 32 32h384c17.7 0 32-14.3 32-32s-14.3-32-32-32h-96l-7.2-14.
|
|
990
|
+
d: "M163.8 0c-12.1 0-23.2 6.8-28.6 17.7L128 32H32C14.3 32 0 46.3 0 64s14.3 32 32 32h384c17.7 0 32-14.3 32-32s-14.3-32-32-32h-96l-7.2-14.3A31.9 31.9 0 0 0 284.2 0z"
|
|
995
991
|
})
|
|
996
992
|
]
|
|
997
993
|
});
|
|
@@ -1024,7 +1020,7 @@ const IconDeleteLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1024
1020
|
opacity: ".4"
|
|
1025
1021
|
}),
|
|
1026
1022
|
/*#__PURE__*/ jsx("path", {
|
|
1027
|
-
d: "M164.2 39.5 148.9 64h150.3l-15.4-24.5c-2.9-4.7-8.1-7.5-13.6-7.5h-92.5c-5.5 0-10.6 2.8-13.6 7.5zM311 22.6 336.9 64H432c8.8 0 16 7.2 16 16s-7.2 16-16 16h-16v336c0 44.2-35.8 80-80 80H112c-44.2 0-80-35.8-80-80V96H16C7.2 96 0 88.8 0 80s7.2-16 16-16h95.1L137 22.
|
|
1023
|
+
d: "M164.2 39.5 148.9 64h150.3l-15.4-24.5c-2.9-4.7-8.1-7.5-13.6-7.5h-92.5c-5.5 0-10.6 2.8-13.6 7.5zM311 22.6 336.9 64H432c8.8 0 16 7.2 16 16s-7.2 16-16 16h-16v336c0 44.2-35.8 80-80 80H112c-44.2 0-80-35.8-80-80V96H16C7.2 96 0 88.8 0 80s7.2-16 16-16h95.1L137 22.6A48 48 0 0 1 177.7 0h92.5c16.6 0 31.9 8.5 40.7 22.6zM64 96v336c0 26.5 21.5 48 48 48h224c26.5 0 48-21.5 48-48V96zm80 80v224c0 8.8-7.2 16-16 16s-16-7.2-16-16V176c0-8.8 7.2-16 16-16s16 7.2 16 16m96 0v224c0 8.8-7.2 16-16 16s-16-7.2-16-16V176c0-8.8 7.2-16 16-16s16 7.2 16 16m96 0v224c0 8.8-7.2 16-16 16s-16-7.2-16-16V176c0-8.8 7.2-16 16-16s16 7.2 16 16"
|
|
1028
1024
|
})
|
|
1029
1025
|
]
|
|
1030
1026
|
});
|
|
@@ -1040,8 +1036,6 @@ const IconDeleteLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1040
1036
|
*
|
|
1041
1037
|
* Original name: dog.svg
|
|
1042
1038
|
*
|
|
1043
|
-
* undefined
|
|
1044
|
-
*
|
|
1045
1039
|
*/
|
|
1046
1040
|
const IconDog = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
1047
1041
|
return /*#__PURE__*/ jsx(SvgIcon, {
|
|
@@ -1052,7 +1046,7 @@ const IconDog = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1052
1046
|
title: title || "Dog",
|
|
1053
1047
|
...rest,
|
|
1054
1048
|
children: /*#__PURE__*/ jsx("path", {
|
|
1055
|
-
d: "M927.
|
|
1049
|
+
d: "M927.94 30.81c0-2.38-1.19-5.95-3.57-7.15-7.15-4.76-19.05-1.19-26.2 0-17.86 2.39-34.54 4.77-53.6 4.77-26.2 0-53.58-1.2-79.78-4.77-23.82-3.57-44.07-10.71-69.08-3.57-35.72 9.53-58.35 38.11-57.16 75.03 1.19 21.44-2.38 38.11-9.53 57.16-7.14 17.87-15.48 20.25-32.15 20.25-115.52 0-229.85-1.2-345.37 0h-63.12c-29.77 0-59.54 5.95-89.32 0-21.43-4.76-42.87-15.48-58.35-30.96-3.58-3.58-10.72-14.3-14.3-14.3-4.76 1.2-4.76 15.49-4.76 19.06 0 15.48 5.96 30.96 5.96 46.45s-7.15 28.58-11.91 42.87c-4.77 16.67-4.77 33.34-2.38 50.02 4.76 27.39 9.52 55.97 11.9 84.55 2.39 25.01 2.39 48.83 4.77 73.84 2.38 20.25 3.57 29.77 29.77 33.35 30.97 4.76 30.97-5.96 38.11-26.2 9.53-25.01 17.87-51.21 27.4-76.22 8.33-19.06 15.47-60.74 67.88-40.5 28.58 10.72 58.35 16.68 88.12 25.01 32.16 8.34 65.5 16.68 97.66 22.63 65.5 13.1 132.2 20.25 200.07 23.82 7.15 0 11.91 0 16.68 5.95 17.86 22.63-3.58 63.12 41.68 70.27 40.49 5.95 40.49-22.63 45.25-47.64 2.38-14.29 4.77-27.39 8.34-40.49 1.19-5.95 5.95-11.9 10.72-15.48 55.97-33.35 88.13-98.85 78.6-164.35-1.2-10.72-4.77-21.43-3.57-33.34 2.38-23.82 32.15-33.35 50.01-42.88 22.63-13.1 47.64-25 66.7-42.87 13.1-11.9 23.81-27.4 29.77-44.06 3.57-5.96 5.95-14.3 4.76-20.25M737.4 190.39c-2.39 25.01-13.1 36.92-35.73 41.69-40.5 8.33-66.7-19.06-54.78-58.36 8.33-26.2 17.86-51.2 29.77-75.03s22.63-23.82 36.92-1.19c17.86 28.58 27.39 59.55 23.82 92.9m38.1-109.57c-7.14 0-13.1-5.96-13.1-13.1s5.96-13.1 13.1-13.1 13.1 5.95 13.1 13.1-5.95 13.1-13.1 13.1"
|
|
1056
1050
|
})
|
|
1057
1051
|
});
|
|
1058
1052
|
};
|
|
@@ -1085,7 +1079,7 @@ const IconDown = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1085
1079
|
opacity: opacity
|
|
1086
1080
|
}),
|
|
1087
1081
|
/*#__PURE__*/ jsx("path", {
|
|
1088
|
-
d: "M169.4 470.
|
|
1082
|
+
d: "M169.4 470.6a32.05 32.05 0 0 0 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 402.7 54.6 265.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"
|
|
1089
1083
|
})
|
|
1090
1084
|
]
|
|
1091
1085
|
});
|
|
@@ -1146,7 +1140,7 @@ const IconDownload = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1146
1140
|
opacity: opacity
|
|
1147
1141
|
}),
|
|
1148
1142
|
/*#__PURE__*/ jsx("path", {
|
|
1149
|
-
d: "M169.4 342.
|
|
1143
|
+
d: "M169.4 342.6a32.05 32.05 0 0 0 45.3 0l128-128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 242.7V64c0-17.7-14.3-32-32-32s-32 14.3-32 32v178.7l-73.4-73.3c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128z"
|
|
1150
1144
|
})
|
|
1151
1145
|
]
|
|
1152
1146
|
});
|
|
@@ -1207,7 +1201,7 @@ const IconEdit = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1207
1201
|
opacity: opacity
|
|
1208
1202
|
}),
|
|
1209
1203
|
/*#__PURE__*/ jsx("path", {
|
|
1210
|
-
d: "m392.4 21.7-30.1 30 97.9 97.9 30.1-30.
|
|
1204
|
+
d: "m392.4 21.7-30.1 30 97.9 97.9 30.1-30.1a55.95 55.95 0 0 0 0-79.2l-18.7-18.6a55.95 55.95 0 0 0-79.2 0m-52.7 52.6L172.4 241.7a55 55 0 0 0-13.5 21.9l-29.6 88.8c-2.9 8.6-.6 18.1 5.8 24.6s15.9 8.7 24.6 5.8l88.8-29.6c8.2-2.7 15.7-7.4 21.9-13.5l167.3-167.4z"
|
|
1211
1205
|
})
|
|
1212
1206
|
]
|
|
1213
1207
|
});
|
|
@@ -1241,7 +1235,7 @@ const IconEditLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1241
1235
|
opacity: opacity
|
|
1242
1236
|
}),
|
|
1243
1237
|
/*#__PURE__*/ jsx("path", {
|
|
1244
|
-
d: "m454.6 45.3 12.1 12.
|
|
1238
|
+
d: "m454.6 45.3 12.1 12.1a32.05 32.05 0 0 1 0 45.3L440 129.4 382.6 72l26.7-26.7a32.05 32.05 0 0 1 45.3 0M189 265.6l171-171 57.4 57.4-171 171c-4.2 4.2-9.6 7.2-15.4 8.6l-65.6 15.1 15.1-65.7c1.3-5.8 4.3-11.2 8.6-15.4zm197.7-243L166.4 243a64 64 0 0 0-17.1 30.9l-20.9 90.6c-1.2 5.4.4 11 4.3 14.9s9.5 5.5 14.9 4.3l90.6-20.9a64 64 0 0 0 30.9-17.1l220.3-220.4c25-25 25-65.5 0-90.5l-12.1-12.2c-25-25-65.5-25-90.5 0zM80 64C35.8 64 0 99.8 0 144v288c0 44.2 35.8 80 80 80h288c44.2 0 80-35.8 80-80V304c0-8.8-7.2-16-16-16s-16 7.2-16 16v128c0 26.5-21.5 48-48 48H80c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h128c8.8 0 16-7.2 16-16s-7.2-16-16-16z"
|
|
1245
1239
|
})
|
|
1246
1240
|
]
|
|
1247
1241
|
});
|
|
@@ -1270,11 +1264,11 @@ const IconEditUser = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1270
1264
|
...rest,
|
|
1271
1265
|
children: [
|
|
1272
1266
|
/*#__PURE__*/ jsx("path", {
|
|
1273
|
-
d: "M0 482.3C0 383.8 79.8 304 178.3 304h91.4c48.1 0 91.8 19.1 123.9 50.1l-40.3 40.3c-8.2 8.2-14 18.5-16.8 29.7l-15 60.1c-2.3 9.4-1.8 19 1.4 27.8H29.
|
|
1267
|
+
d: "M0 482.3C0 383.8 79.8 304 178.3 304h91.4c48.1 0 91.8 19.1 123.9 50.1l-40.3 40.3c-8.2 8.2-14 18.5-16.8 29.7l-15 60.1c-2.3 9.4-1.8 19 1.4 27.8H29.7A29.7 29.7 0 0 1 0 482.3M352 128a128 128 0 1 1-256 0 128 128 0 1 1 256 0",
|
|
1274
1268
|
opacity: ".4"
|
|
1275
1269
|
}),
|
|
1276
1270
|
/*#__PURE__*/ jsx("path", {
|
|
1277
|
-
d: "m557.2 235.7-29.4 29.4 71 71 29.4-29.
|
|
1271
|
+
d: "m557.2 235.7-29.4 29.4 71 71 29.4-29.4a40.1 40.1 0 0 0 0-56.6l-14.4-14.4a40.1 40.1 0 0 0-56.6 0m-52 52L375.9 417c-4.1 4.1-7 9.2-8.4 14.9l-15 60.1c-1.4 5.5.2 11.2 4.2 15.2s9.7 5.6 15.2 4.2l60.1-15c5.6-1.4 10.8-4.3 14.9-8.4l129.2-129.3-71-71z"
|
|
1278
1272
|
})
|
|
1279
1273
|
]
|
|
1280
1274
|
});
|
|
@@ -1303,11 +1297,11 @@ const IconEditUserLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1303
1297
|
...rest,
|
|
1304
1298
|
children: [
|
|
1305
1299
|
/*#__PURE__*/ jsx("path", {
|
|
1306
|
-
d: "M32 480h290.2c6-23.9 12-47.8 17.9-71.
|
|
1300
|
+
d: "M32 480h290.2c6-23.9 12-47.8 17.9-71.7a80.4 80.4 0 0 1 21.2-37.5l1.3-1.3a145.6 145.6 0 0 0-93.1-33.4h-91.4c-80 0-145 64.3-146.3 144zm96-352a96 96 0 1 0 192 0 96 96 0 1 0-192 0",
|
|
1307
1301
|
opacity: ".4"
|
|
1308
1302
|
}),
|
|
1309
1303
|
/*#__PURE__*/ jsx("path", {
|
|
1310
|
-
d: "M320 128a96 96 0 1 0-192 0 96 96 0 1 0 192 0m-224 0a128 128 0 1 1 256 0 128 128 0 1 1-256 0M32 480h290.2l-1 3.8c-2.4 9.5-1.8 19.3 1.4 28.2h-293C13.3 512 0 498.7 0 482.3 0 383.8 79.8 304 178.3 304h91.4c44.2 0 84.6 16.1 115.8 42.7l-22.7 22.
|
|
1304
|
+
d: "M320 128a96 96 0 1 0-192 0 96 96 0 1 0 192 0m-224 0a128 128 0 1 1 256 0 128 128 0 1 1-256 0M32 480h290.2l-1 3.8c-2.4 9.5-1.8 19.3 1.4 28.2h-293C13.3 512 0 498.7 0 482.3 0 383.8 79.8 304 178.3 304h91.4c44.2 0 84.6 16.1 115.8 42.7l-22.7 22.7a145.6 145.6 0 0 0-93.1-33.4h-91.4c-80 0-145 64.3-146.3 144m550.8-216c-6.2-6.2-16.4-6.2-22.6 0l-24.8 24.8 40 40 24.8-24.8c6.2-6.2 6.2-16.4 0-22.6zM406.5 417.7c-2.1 2.1-3.5 4.6-4.2 7.4l-12.3 49 49-12.3c2.8-.7 5.4-2.2 7.4-4.2l106.3-106.2-40-40zm131-176.3c18.7-18.7 49.1-18.7 67.9 0l17.4 17.4c18.7 18.7 18.7 49.1 0 67.9L469.1 480.3a48 48 0 0 1-22.3 12.6l-74.9 18.7c-5.5 1.4-11.2-.2-15.2-4.2s-5.6-9.7-4.2-15.2l18.7-74.9c2.1-8.4 6.5-16.1 12.6-22.3z"
|
|
1311
1305
|
})
|
|
1312
1306
|
]
|
|
1313
1307
|
});
|
|
@@ -1323,8 +1317,6 @@ const IconEditUserLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1323
1317
|
*
|
|
1324
1318
|
* Original name: french-flag.svg
|
|
1325
1319
|
*
|
|
1326
|
-
* undefined
|
|
1327
|
-
*
|
|
1328
1320
|
*/
|
|
1329
1321
|
const IconFrenchFlag = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
1330
1322
|
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
@@ -1388,8 +1380,6 @@ const IconGitHub = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1388
1380
|
*
|
|
1389
1381
|
* Original name: googlegemini.svg
|
|
1390
1382
|
*
|
|
1391
|
-
* undefined
|
|
1392
|
-
*
|
|
1393
1383
|
*/
|
|
1394
1384
|
const IconGoogleGemini = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
1395
1385
|
return /*#__PURE__*/ jsx(SvgIcon, {
|
|
@@ -1400,7 +1390,7 @@ const IconGoogleGemini = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1400
1390
|
title: title || "Google Gemini",
|
|
1401
1391
|
...rest,
|
|
1402
1392
|
children: /*#__PURE__*/ jsx("path", {
|
|
1403
|
-
d: "M11.04 19.32Q12 21.51 12 24q0-2.49.93-4.68.96-2.19 2.58-3.81t3.81-2.55Q21.51 12 24 12q-2.49 0-4.68-.93a12
|
|
1393
|
+
d: "M11.04 19.32Q12 21.51 12 24q0-2.49.93-4.68.96-2.19 2.58-3.81t3.81-2.55Q21.51 12 24 12q-2.49 0-4.68-.93a12 12 0 0 1-3.81-2.58 12 12 0 0 1-2.58-3.81Q12 2.49 12 0q0 2.49-.96 4.68-.93 2.19-2.55 3.81a12 12 0 0 1-3.81 2.58Q2.49 12 0 12q2.49 0 4.68.96 2.19.93 3.81 2.55t2.55 3.81"
|
|
1404
1394
|
})
|
|
1405
1395
|
});
|
|
1406
1396
|
};
|
|
@@ -1429,11 +1419,11 @@ const IconHide = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1429
1419
|
...rest,
|
|
1430
1420
|
children: [
|
|
1431
1421
|
/*#__PURE__*/ jsx("path", {
|
|
1432
|
-
d: "M0 256c0 4.2.8 8.4 2.5 12.3C17.3 304 48.6 356 95.4 399.4 142.5 443.2 207.2 480 288 480c56.1 0 104.4-17.8 144.5-43.2l-71.7-56.
|
|
1422
|
+
d: "M0 256c0 4.2.8 8.4 2.5 12.3C17.3 304 48.6 356 95.4 399.4 142.5 443.2 207.2 480 288 480c56.1 0 104.4-17.8 144.5-43.2l-71.7-56.5A143.7 143.7 0 0 1 288 400c-79.5 0-144-64.5-144-144 0-14.5 2.1-28.5 6.1-41.7L63.5 146c-29.4 34.7-49.9 70.8-61.1 97.6-1.6 4-2.4 8.2-2.4 12.4M135.2 80.7l71.8 56.2c23.1-15.7 51-24.9 81-24.9 79.5 0 144 64.5 144 144 0 17.7-3.2 34.6-9 50.2 28 22 56.1 44 84.1 65.9 32.3-36.6 54.6-75.4 66.4-103.9 1.6-3.9 2.5-8.1 2.5-12.3s-.8-8.4-2.5-12.3c-14.9-35.7-46.2-87.7-93-131.1C433.5 68.8 368.8 32 288 32c-60 0-111.1 20.3-152.8 48.7M192 260.1c.3 6.9 1.3 13.8 3.2 20.7 13.7 51.2 66.4 81.6 117.6 67.9 1.9-.5 3.9-1.1 5.7-1.7l-120-94.6c-3.7.8-6.7 3.7-6.5 7.7m92.7-88.4c2.1 6.4 3.3 13.2 3.3 20.3 0 2.7-.2 5.4-.5 8 31.6 24.8 63.2 49.5 94.8 74.3 2.7-13.9 2.4-28.6-1.5-43.2a96 96 0 0 0-88.6-71.1c-5.8-.2-9.2 6.1-7.4 11.7z",
|
|
1433
1423
|
opacity: opacity
|
|
1434
1424
|
}),
|
|
1435
1425
|
/*#__PURE__*/ jsx("path", {
|
|
1436
|
-
d: "M5.1 9.
|
|
1426
|
+
d: "M5.1 9.2a24 24 0 0 1 33.7-4.1l592 464c10.4 8.2 12.3 23.3 4.1 33.7s-23.3 12.3-33.7 4.1l-592-464A24 24 0 0 1 5.1 9.2"
|
|
1437
1427
|
})
|
|
1438
1428
|
]
|
|
1439
1429
|
});
|
|
@@ -1467,7 +1457,7 @@ const IconHideLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1467
1457
|
opacity: opacity
|
|
1468
1458
|
}),
|
|
1469
1459
|
/*#__PURE__*/ jsx("path", {
|
|
1470
|
-
d: "M25.9 3.4C19-2 8.9-.8 3.4 6.1s-4.2 17 2.7 22.5l608 480c6.9 5.5 17 4.3 22.5-2.6s4.3-17-2.6-22.5zm579.6 264.
|
|
1460
|
+
d: "M25.9 3.4C19-2 8.9-.8 3.4 6.1s-4.2 17 2.7 22.5l608 480c6.9 5.5 17 4.3 22.5-2.6s4.3-17-2.6-22.5zm579.6 264.9a31.8 31.8 0 0 0 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C465.5 68.8 400.8 32 320 32c-51.2 0-96 14.8-133.9 36.8l27.3 21.5C244.6 74.2 280.2 64 320 64c70.4 0 127.7 32 170.8 72s71.9 88 85.2 120c-9.2 22.1-25.9 52-49.5 81.5l25.1 19.8c25.6-32 43.7-64.4 53.9-89M88.4 154.7c-25.6 32-43.7 64.4-53.9 89a31.8 31.8 0 0 0 0 24.6c14.9 35.7 46.2 87.7 93 131.1 47 43.8 111.7 80.6 192.5 80.6 51.2 0 96-14.8 133.9-36.8l-27.3-21.5C395.4 437.8 359.8 448 320 448c-70.4 0-127.7-32-170.8-72S77.3 288 64 256c9.2-22.1 25.9-52 49.5-81.5zM320 384c16.7 0 32.7-3.2 47.4-9.1l-30.9-24.4c-5.4.9-10.9 1.4-16.5 1.4-51 0-92.8-39.8-95.8-90.1l-30.9-24.4c-.9 6-1.3 12.2-1.3 18.5 0 70.7 57.3 128 128 128zm128-128c0-70.7-57.3-128-128-128-16.7 0-32.7 3.2-47.4 9.1l30.9 24.4c5.4-.9 10.9-1.4 16.5-1.4 51 0 92.8 39.8 95.8 90.1l30.9 24.4c.9-6 1.3-12.2 1.3-18.5z"
|
|
1471
1461
|
})
|
|
1472
1462
|
]
|
|
1473
1463
|
});
|
|
@@ -1497,7 +1487,7 @@ const IconHistory = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1497
1487
|
...rest,
|
|
1498
1488
|
children: [
|
|
1499
1489
|
/*#__PURE__*/ jsx("path", {
|
|
1500
|
-
d: "M0 57.9V168c0 13.3 10.7 24 24 24h110.1c21.4 0 32.1-25.9 17-41l-30.8-30.8C155 85.5 203 64 256 64c106 0 192 86 192 192s-86 192-192
|
|
1490
|
+
d: "M0 57.9V168c0 13.3 10.7 24 24 24h110.1c21.4 0 32.1-25.9 17-41l-30.8-30.8C155 85.5 203 64 256 64c106 0 192 86 192 192s-86 192-192 192a191 191 0 0 1-109.7-34.4c-14.5-10.1-34.4-6.6-44.6 7.9s-6.6 34.4 7.9 44.6A256 256 0 0 0 256 512c141.4 0 256-114.6 256-256S397.4 0 256 0C185.3 0 121.3 28.7 75 75L41 41C25.9 25.9 0 36.6 0 57.9",
|
|
1501
1491
|
opacity: opacity
|
|
1502
1492
|
}),
|
|
1503
1493
|
/*#__PURE__*/ jsx("path", {
|
|
@@ -1661,7 +1651,7 @@ const IconKeyLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1661
1651
|
opacity: ".4"
|
|
1662
1652
|
}),
|
|
1663
1653
|
/*#__PURE__*/ jsx("path", {
|
|
1664
|
-
d: "M192 176c0-79.5 64.5-144 144-144s144 64.5 144 144-64.5 144-144 144c-11.1 0-22-1.3-32.4-3.6-5.4-1.2-11 .4-14.9 4.3L257.4 352H208c-8.8 0-16 7.2-16 16v48h-48c-8.8 0-16 7.2-16 16v48H32v-81.4l162.8-162.8c4.2-4.2 5.7-10.5 3.9-16.
|
|
1654
|
+
d: "M192 176c0-79.5 64.5-144 144-144s144 64.5 144 144-64.5 144-144 144c-11.1 0-22-1.3-32.4-3.6-5.4-1.2-11 .4-14.9 4.3L257.4 352H208c-8.8 0-16 7.2-16 16v48h-48c-8.8 0-16 7.2-16 16v48H32v-81.4l162.8-162.8c4.2-4.2 5.7-10.5 3.9-16.2a143 143 0 0 1-6.7-43.7zM336 0c-97.2 0-176 78.8-176 176 0 15.1 1.9 29.8 5.5 43.9L4.7 380.7c-3 3-4.7 7.1-4.7 11.3v104c0 8.8 7.2 16 16 16h128c8.8 0 16-7.2 16-16v-48h48c8.8 0 16-7.2 16-16v-48h40c4.2 0 8.3-1.7 11.3-4.7l30-30c10 1.8 20.2 2.7 30.7 2.7 97.2 0 176-78.8 176-176S433.2 0 336 0m32 168a24 24 0 1 0 0-48 24 24 0 1 0 0 48"
|
|
1665
1655
|
})
|
|
1666
1656
|
]
|
|
1667
1657
|
});
|
|
@@ -1725,11 +1715,11 @@ const IconLightBulbLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1725
1715
|
...rest,
|
|
1726
1716
|
children: [
|
|
1727
1717
|
/*#__PURE__*/ jsx("path", {
|
|
1728
|
-
d: "M48 176c0-79.5 64.5-144 144-144s144 64.5 144 144c0 30.6-9.5 58.8-25.7 82.1-4.1 5.9-8.8 12.3-13.6 19-12.7 17.5-27.1 37.2-38 57.1-8.9 16.2-13.7 33.3-16.2 49.9h-101c-2.5-16.6-7.3-33.7-16.2-49.9-10.9-20-25.3-39.7-38-57.1-4.9-6.7-9.5-13-13.6-
|
|
1718
|
+
d: "M48 176c0-79.5 64.5-144 144-144s144 64.5 144 144c0 30.6-9.5 58.8-25.7 82.1-4.1 5.9-8.8 12.3-13.6 19-12.7 17.5-27.1 37.2-38 57.1-8.9 16.2-13.7 33.3-16.2 49.9h-101c-2.5-16.6-7.3-33.7-16.2-49.9-10.9-20-25.3-39.7-38-57.1-4.9-6.7-9.5-13-13.6-19A143 143 0 0 1 48 176m32 0c0 8.8 7.2 16 16 16s16-7.2 16-16c0-44.2 35.8-80 80-80 8.8 0 16-7.2 16-16s-7.2-16-16-16c-61.9 0-112 50.1-112 112m66.7 272h90.5c-6.6 18.6-24.4 32-45.3 32s-38.7-13.4-45.3-32z",
|
|
1729
1719
|
opacity: opacity
|
|
1730
1720
|
}),
|
|
1731
1721
|
/*#__PURE__*/ jsx("path", {
|
|
1732
|
-
d: "M310.3 258.
|
|
1722
|
+
d: "M310.3 258.1A143 143 0 0 0 336 176c0-79.5-64.5-144-144-144S48 96.5 48 176c0 30.6 9.5 58.8 25.7 82.1 4.1 5.9 8.8 12.3 13.6 19 12.7 17.5 27.1 37.2 38 57.1 8.9 16.2 13.7 33.3 16.2 49.9L109 384c-2.2-12-5.9-23.7-11.8-34.5-9.9-18-22.2-34.9-34.5-51.8-5.2-7.1-10.4-14.2-15.4-21.4C27.6 247.9 16 213.3 16 176 16 78.8 94.8 0 192 0s176 78.8 176 176c0 37.3-11.6 71.9-31.4 100.3-5 7.2-10.2 14.3-15.4 21.4-12.3 16.8-24.6 33.7-34.5 51.8-5.9 10.8-9.6 22.5-11.8 34.5h-32.4c2.5-16.6 7.3-33.7 16.2-49.9 10.9-20 25.3-39.7 38-57.1 4.9-6.7 9.5-13 13.6-19zM192 96c-44.2 0-80 35.8-80 80 0 8.8-7.2 16-16 16s-16-7.2-16-16c0-61.9 50.1-112 112-112 8.8 0 16 7.2 16 16s-7.2 16-16 16m-45.3 352c6.6 18.6 24.4 32 45.3 32s38.7-13.4 45.3-32h-90.5zM112 432v-5.3c0-5.9 4.8-10.7 10.7-10.7h138.7c5.9 0 10.7 4.8 10.7 10.7v5.3c0 44.2-35.8 80-80 80s-80-35.8-80-80z"
|
|
1733
1723
|
})
|
|
1734
1724
|
]
|
|
1735
1725
|
});
|
|
@@ -1893,7 +1883,7 @@ const IconMagic = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1893
1883
|
...rest,
|
|
1894
1884
|
children: [
|
|
1895
1885
|
/*#__PURE__*/ jsx("path", {
|
|
1896
|
-
d: "M0 128c0 4.8 3 9.1 7.5 10.8L64 160l21.2 56.5c1.7 4.5 6 7.5 10.8 7.5s9.1-3 10.8-7.5L128 160l56.5-21.2c4.5-1.7 7.5-6 7.5-10.8s-3-9.1-7.5-10.8L128 96l-21.2-56.5c-1.7-4.5-6-7.5-10.8-7.5s-9.1 3-10.8 7.5L64 96 7.5 117.2C3 118.9 0 123.2 0 128m192-64c0 3.2 2 6.1 5 7.2l37.7 14.1 14.1 37.
|
|
1886
|
+
d: "M0 128c0 4.8 3 9.1 7.5 10.8L64 160l21.2 56.5c1.7 4.5 6 7.5 10.8 7.5s9.1-3 10.8-7.5L128 160l56.5-21.2c4.5-1.7 7.5-6 7.5-10.8s-3-9.1-7.5-10.8L128 96l-21.2-56.5c-1.7-4.5-6-7.5-10.8-7.5s-9.1 3-10.8 7.5L64 96 7.5 117.2C3 118.9 0 123.2 0 128m192-64c0 3.2 2 6.1 5 7.2l37.7 14.1 14.1 37.7a7.68 7.68 0 0 0 14.4 0l14.1-37.7L315 71.2a7.68 7.68 0 0 0 0-14.4l-37.7-14.1L263.2 5a7.68 7.68 0 0 0-14.4 0l-14.1 37.7L197 56.8c-3 1.1-5 4-5 7.2m124.7 60.7 39.6 39.6 105-105 23.3 23.3-105 105 39.6 39.6 110.7-110.7c18.7-18.7 18.7-49.1 0-67.9l-34.6-34.5c-18.7-18.7-49.1-18.7-67.9 0-36.9 36.9-73.8 73.7-110.7 110.6M352 384c0 4.8 3 9.1 7.5 10.8L416 416l21.2 56.5c1.7 4.5 6 7.5 10.8 7.5s9.1-3 10.8-7.5L480 416l56.5-21.2c4.5-1.7 7.5-6 7.5-10.8s-3-9.1-7.5-10.8L480 352l-21.2-56.5c-1.7-4.5-6-7.5-10.8-7.5s-9.1 3-10.8 7.5L416 352l-56.5 21.2c-4.5 1.7-7.5 6-7.5 10.8",
|
|
1897
1887
|
opacity: opacity
|
|
1898
1888
|
}),
|
|
1899
1889
|
/*#__PURE__*/ jsx("path", {
|
|
@@ -1927,11 +1917,11 @@ const IconMagicLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1927
1917
|
...rest,
|
|
1928
1918
|
children: [
|
|
1929
1919
|
/*#__PURE__*/ jsx("path", {
|
|
1930
|
-
d: "m66.9 426.3 248.4-248.4 50.7 50.7-248.3 248.
|
|
1920
|
+
d: "m66.9 426.3 248.4-248.4 50.7 50.7-248.3 248.5a8.03 8.03 0 0 1-11.3 0l-39.5-39.4a8.03 8.03 0 0 1 0-11.3z",
|
|
1931
1921
|
opacity: opacity
|
|
1932
1922
|
}),
|
|
1933
1923
|
/*#__PURE__*/ jsx("path", {
|
|
1934
|
-
d: "M458.3 34.9c3.1-3.1 8.2-3.1 11.3 0L509 74.3c3.1 3.1 3.1 8.2 0 11.3L388.7 206.1 338 155.4zM66.9 426.3l248.4-248.4 50.7 50.7-248.3 248.
|
|
1924
|
+
d: "M458.3 34.9c3.1-3.1 8.2-3.1 11.3 0L509 74.3c3.1 3.1 3.1 8.2 0 11.3L388.7 206.1 338 155.4zM66.9 426.3l248.4-248.4 50.7 50.7-248.3 248.5a8.03 8.03 0 0 1-11.3 0l-39.5-39.4a8.03 8.03 0 0 1 0-11.3zm368.8-414L44.3 403.7a40.1 40.1 0 0 0 0 56.6l39.4 39.4a40.1 40.1 0 0 0 56.6 0l391.4-391.4a40.1 40.1 0 0 0 0-56.6l-39.4-39.4a40.1 40.1 0 0 0-56.6 0M128 80c0-8.8-7.2-16-16-16s-16 7.2-16 16v48H48c-8.8 0-16 7.2-16 16s7.2 16 16 16h48v48c0 8.8 7.2 16 16 16s16-7.2 16-16v-48h48c8.8 0 16-7.2 16-16s-7.2-16-16-16h-48zm336 240c-8.8 0-16 7.2-16 16v48h-48c-8.8 0-16 7.2-16 16s7.2 16 16 16h48v48c0 8.8 7.2 16 16 16s16-7.2 16-16v-48h48c8.8 0 16-7.2 16-16s-7.2-16-16-16h-48v-48c0-8.8-7.2-16-16-16M252.2 16c0-6.7-5.4-12.2-12.2-12.2S227.8 9.2 227.8 16v19.8H208c-6.7 0-12.2 5.4-12.2 12.2s5.4 12.2 12.2 12.2h19.8V80c0 6.7 5.4 12.2 12.2 12.2s12.2-5.4 12.2-12.2V60.2H272c6.7 0 12.2-5.4 12.2-12.2s-5.4-12.2-12.2-12.2h-19.8z"
|
|
1935
1925
|
})
|
|
1936
1926
|
]
|
|
1937
1927
|
});
|
|
@@ -2033,7 +2023,7 @@ const IconNext = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2033
2023
|
opacity: opacity
|
|
2034
2024
|
}),
|
|
2035
2025
|
/*#__PURE__*/ jsx("path", {
|
|
2036
|
-
d: "M438.6 233.
|
|
2026
|
+
d: "M438.6 233.4a32.05 32.05 0 0 1 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L370.7 256 233.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z"
|
|
2037
2027
|
})
|
|
2038
2028
|
]
|
|
2039
2029
|
});
|
|
@@ -2076,8 +2066,6 @@ const IconNextLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2076
2066
|
*
|
|
2077
2067
|
* Original name: openai.svg
|
|
2078
2068
|
*
|
|
2079
|
-
* undefined
|
|
2080
|
-
*
|
|
2081
2069
|
*/
|
|
2082
2070
|
const IconOpenAI = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
2083
2071
|
return /*#__PURE__*/ jsx(SvgIcon, {
|
|
@@ -2088,7 +2076,7 @@ const IconOpenAI = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2088
2076
|
title: title || "OpenAI",
|
|
2089
2077
|
...rest,
|
|
2090
2078
|
children: /*#__PURE__*/ jsx("path", {
|
|
2091
|
-
d: "M22.
|
|
2079
|
+
d: "M22.28 9.82a6 6 0 0 0-.51-4.9 6.05 6.05 0 0 0-6.51-2.9A6.07 6.07 0 0 0 4.98 4.17a6 6 0 0 0-4 2.9 6.05 6.05 0 0 0 .75 7.1 6 6 0 0 0 .5 4.9 6.05 6.05 0 0 0 6.52 2.9A6 6 0 0 0 13.26 24a6.1 6.1 0 0 0 5.77-4.2 6 6 0 0 0 4-2.9 6.1 6.1 0 0 0-.75-7.08m-9.02 12.61a4.5 4.5 0 0 1-2.88-1.04l.14-.08 4.78-2.76a.8.8 0 0 0 .4-.68v-6.74l2.02 1.17.03.05v5.59a4.5 4.5 0 0 1-4.49 4.49M3.6 18.3a4.5 4.5 0 0 1-.54-3.01l.15.09 4.78 2.75a.8.8 0 0 0 .78 0l5.84-3.36v2.33l-.03.06-4.84 2.79A4.5 4.5 0 0 1 3.6 18.3M2.34 7.9a4.5 4.5 0 0 1 2.37-1.98v5.68a.8.8 0 0 0 .38.68l5.82 3.35-2.02 1.17h-.07L3.99 14a4.5 4.5 0 0 1-1.65-6.14zm16.6 3.85L13.1 8.36l2.02-1.16h.07l4.83 2.8a4.5 4.5 0 0 1-.68 8.1v-5.68a.8.8 0 0 0-.4-.67m2-3.02-.13-.09-4.78-2.78a.8.8 0 0 0-.78 0L9.4 9.23V6.9l.03-.06 4.83-2.8a4.5 4.5 0 0 1 6.68 4.67zM8.32 12.86 6.29 11.7l-.04-.06V6.08a4.5 4.5 0 0 1 7.37-3.46l-.14.08L8.7 5.46a.8.8 0 0 0-.39.68zm1.1-2.36L12 9l2.6 1.5v3L12 15l-2.6-1.5Z"
|
|
2092
2080
|
})
|
|
2093
2081
|
});
|
|
2094
2082
|
};
|
|
@@ -2103,8 +2091,6 @@ const IconOpenAI = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2103
2091
|
*
|
|
2104
2092
|
* Original name: Passkey.svg
|
|
2105
2093
|
*
|
|
2106
|
-
* undefined
|
|
2107
|
-
*
|
|
2108
2094
|
*/
|
|
2109
2095
|
const IconPasskey = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
2110
2096
|
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
@@ -2125,7 +2111,7 @@ const IconPasskey = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2125
2111
|
opacity: opacity
|
|
2126
2112
|
}),
|
|
2127
2113
|
/*#__PURE__*/ jsx("path", {
|
|
2128
|
-
d: "M120.24 131.43c-9.75-8-16.3-20.3-17.2-34.27H50.8c-10.96 0-19.84 9.01-19.84 20.13v25.
|
|
2114
|
+
d: "M120.24 131.43c-9.75-8-16.3-20.3-17.2-34.27H50.8c-10.96 0-19.84 9.01-19.84 20.13v25.17a10 10 0 0 0 9.92 10.07h69.44a10 10 0 0 0 9.92-10.07zm-47.08-40.3c-2.42-.46-4.82-.89-7.11-1.86-8.65-3.63-13.69-10.32-15.32-19.77-1.12-6.47-.59-12.87 2.03-18.92 3.72-8.6 10.39-13.26 19.15-14.84 5.24-.94 10.46-.73 15.5 1.15 7.59 2.82 12.68 8.26 15.03 16.24 2.38 8.05 2.03 16.1-1.56 23.72-3.72 7.96-10.21 12.23-18.42 13.9l-2.05.41q-3.62-.04-7.25-.03"
|
|
2129
2115
|
})
|
|
2130
2116
|
]
|
|
2131
2117
|
});
|
|
@@ -2159,7 +2145,7 @@ const IconPencilMechanical = ({ className, viewBox, title, monotone, ...rest })=
|
|
|
2159
2145
|
opacity: opacity
|
|
2160
2146
|
}),
|
|
2161
2147
|
/*#__PURE__*/ jsx("path", {
|
|
2162
|
-
d: "M253.7 87.
|
|
2148
|
+
d: "M253.7 87.6a8.03 8.03 0 0 0-11.3 0L137 193c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L208.4 53.7a55.95 55.95 0 0 1 79.2 0L317 83l7.7-7.7C331.9 68.1 341.8 64 352 64s20.1 4.1 27.3 11.3l57.4 57.4c7.2 7.2 11.3 17.1 11.3 27.3s-4.1 20.1-11.3 27.3L184.8 439.2c-5.8 5.8-12.9 10-20.8 12.2l-97.3 27.8L41 505c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l25.7-25.7L60.6 348c2.2-7.8 6.4-15 12.2-20.8L283 117zM106.4 362.4l-17.3 60.5 60.5-17.3z"
|
|
2163
2149
|
})
|
|
2164
2150
|
]
|
|
2165
2151
|
});
|
|
@@ -2193,7 +2179,7 @@ const IconPencilMechanicalLight = ({ className, viewBox, title, monotone, ...res
|
|
|
2193
2179
|
opacity: opacity
|
|
2194
2180
|
}),
|
|
2195
2181
|
/*#__PURE__*/ jsx("path", {
|
|
2196
|
-
d: "M440 0c-9.4 0-18.3 3.7-25 10.3l-38.6 38.
|
|
2182
|
+
d: "M440 0c-9.4 0-18.3 3.7-25 10.3l-38.6 38.6a38.8 38.8 0 0 0-35.7 10.4l-29.4 29.4-29.4-29.4c-18.7-18.7-49.1-18.7-67.9 0L108.7 164.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L236.7 81.9c6.2-6.2 16.4-6.2 22.6 0l29.4 29.4L80.4 319.7a48 48 0 0 0-11.9 19.6L32 456l.7.7-28 28c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l28-28 .7.7 116.7-36.5a48 48 0 0 0 19.6-11.9l260.4-260.3a38.8 38.8 0 0 0 10.4-35.7L501.7 97a35.5 35.5 0 0 0 0-50L465 10.3A35.5 35.5 0 0 0 440 0m4.7 108.7-41.4-41.4L437.7 33c.6-.6 1.5-1 2.3-1s1.7.3 2.3 1L479 69.7c.6.6 1 1.5 1 2.3s-.3 1.7-1 2.3l-34.3 34.3zm-14.6 30.6c1.2 1.2 1.9 2.9 1.9 4.7s-.7 3.4-1.9 4.7L188.7 390.1 122 323.4 363.3 81.9c1.2-1.2 2.9-1.9 4.7-1.9s3.4.7 4.7 1.9zM99 348.8c.2-.8.5-1.5.9-2.3l65.5 65.5c-.7.4-1.5.7-2.3.9l-93.2 29.2z"
|
|
2197
2183
|
})
|
|
2198
2184
|
]
|
|
2199
2185
|
});
|
|
@@ -2227,7 +2213,7 @@ const IconPenField = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2227
2213
|
opacity: opacity
|
|
2228
2214
|
}),
|
|
2229
2215
|
/*#__PURE__*/ jsx("path", {
|
|
2230
|
-
d: "m534.1 16-39.7 39.7 89.3 89.3 39.8-38.
|
|
2216
|
+
d: "m534.1 16-39.7 39.7 89.3 89.3 39.8-38.9a48 48 0 0 0 .4-68.2l-22-21.9a48 48 0 0 0-67.9 0zm-62.4 62.4L328.5 221.8c-7 7-12.3 15.6-15.4 25l-23.8 71.3c-2.9 8.6-.6 18.1 5.8 24.6s15.9 8.7 24.6 5.8l71.5-23.9c9.2-3.1 17.6-8.2 24.5-15l145.1-142.1zM160 320a32 32 0 1 0-64 0 32 32 0 1 0 64 0m64 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64"
|
|
2231
2217
|
})
|
|
2232
2218
|
]
|
|
2233
2219
|
});
|
|
@@ -2261,7 +2247,7 @@ const IconPenFieldLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2261
2247
|
opacity: opacity
|
|
2262
2248
|
}),
|
|
2263
2249
|
/*#__PURE__*/ jsx("path", {
|
|
2264
|
-
d: "m582.8 45.5 11.9 11.
|
|
2250
|
+
d: "m582.8 45.5 11.9 11.9a31.93 31.93 0 0 1 0 45.2L568 129.4l-57-57 26.4-26.8a32 32 0 0 1 45.4-.1M346.2 239.2 488.5 95.1l56.9 56.9-143.1 143.2c-4.4 4.4-10 7.4-16.1 8.7l-61.5 12.9 12.9-61.7c1.3-6 4.2-11.5 8.6-15.9M514.7 23.1 323.4 216.7a64 64 0 0 0-17.1 31.8l-18 85.7c-1.1 5.3.5 10.8 4.3 14.6s9.3 5.5 14.6 4.3l85.5-17.9c12.2-2.6 23.3-8.6 32.1-17.4l192.6-192.5c25-25 25-65.5 0-90.5l-11.9-12a64 64 0 0 0-90.8.3M64 128c-35.3 0-64 28.7-64 64v256c0 35.3 28.7 64 64 64h448c35.3 0 64-28.7 64-64V272c0-8.8-7.2-16-16-16s-16 7.2-16 16v176c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V192c0-17.7 14.3-32 32-32h240c8.8 0 16-7.2 16-16s-7.2-16-16-16zm64 216a24 24 0 1 0 0-48 24 24 0 1 0 0 48m120-24a24 24 0 1 0-48 0 24 24 0 1 0 48 0"
|
|
2265
2251
|
})
|
|
2266
2252
|
]
|
|
2267
2253
|
});
|
|
@@ -2295,7 +2281,7 @@ const IconPrevious = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2295
2281
|
opacity: opacity
|
|
2296
2282
|
}),
|
|
2297
2283
|
/*#__PURE__*/ jsx("path", {
|
|
2298
|
-
d: "M9.4 278.
|
|
2284
|
+
d: "M9.4 278.6a32.05 32.05 0 0 1 0-45.3l160-160c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L77.3 256l137.3 137.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-160-160z"
|
|
2299
2285
|
})
|
|
2300
2286
|
]
|
|
2301
2287
|
});
|
|
@@ -2418,11 +2404,11 @@ const IconProofread = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2418
2404
|
...rest,
|
|
2419
2405
|
children: [
|
|
2420
2406
|
/*#__PURE__*/ jsx("path", {
|
|
2421
|
-
d: "M2.5 211.7c-6.8 16.3.9 35 17.2 41.8 4 1.7 8.2 2.5 12.3 2.5 12.5 0 24.4-7.4 29.6-19.7l5.1-12.3h90.7l5.1 12.
|
|
2407
|
+
d: "M2.5 211.7c-6.8 16.3.9 35 17.2 41.8 4 1.7 8.2 2.5 12.3 2.5 12.5 0 24.4-7.4 29.6-19.7l5.1-12.3h90.7l5.1 12.3a31.97 31.97 0 0 0 41.9 17.2c16.3-6.8 24-25.5 17.2-41.8l-13.3-32-66.7-160C136.6 7.8 124.9 0 112 0S87.4 7.8 82.5 19.7l-66.7 160zM93.3 160l18.7-44.8 18.7 44.8H93.4zM256 32v192c0 17.7 14.3 32 32 32h80c44.2 0 80-35.8 80-80 0-23.1-9.8-43.8-25.4-58.4A79.98 79.98 0 0 0 352 0h-64c-17.7 0-32 14.3-32 32m64 32h32c8.8 0 16 7.2 16 16s-7.2 16-16 16h-32zm0 96h48c8.8 0 16 7.2 16 16s-7.2 16-16 16h-48z",
|
|
2422
2408
|
opacity: opacity
|
|
2423
2409
|
}),
|
|
2424
2410
|
/*#__PURE__*/ jsx("path", {
|
|
2425
|
-
d: "M566.6 265.
|
|
2411
|
+
d: "M566.6 265.4a32.05 32.05 0 0 1 0 45.3l-192 192a32.05 32.05 0 0 1-45.3 0l-96-96c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l73.4 73.3 169.4-169.3a32.05 32.05 0 0 1 45.3 0z"
|
|
2426
2412
|
})
|
|
2427
2413
|
]
|
|
2428
2414
|
});
|
|
@@ -2450,7 +2436,7 @@ const IconProofreadLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2450
2436
|
title: title || "Proofread",
|
|
2451
2437
|
...rest,
|
|
2452
2438
|
children: /*#__PURE__*/ jsx("path", {
|
|
2453
|
-
d: "M126.7 9.7C124.2 3.8 118.4 0 112 0S99.8 3.8 97.3 9.7l-96
|
|
2439
|
+
d: "M126.7 9.7C124.2 3.8 118.4 0 112 0S99.8 3.8 97.3 9.7l-96 224a16 16 0 0 0 29.4 12.6L54 192h116l23.3 54.3a16 16 0 0 0 29.4-12.6zM156.3 160H67.7L112 56.6zM256 16v224c0 8.8 7.2 16 16 16h104c39.8 0 72-32.2 72-72 0-31.1-19.7-57.6-47.3-67.6A72 72 0 0 0 416 72c0-39.8-32.2-72-72-72h-72c-8.8 0-16 7.2-16 16m88 96h-56V32h56c22.1 0 40 17.9 40 40s-17.9 40-40 40m-56 32h88c22.1 0 40 17.9 40 40s-17.9 40-40 40h-88zm283.3 155.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L352 473.4 251.3 372.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l112 112c6.2 6.2 16.4 6.2 22.6 0z"
|
|
2454
2440
|
})
|
|
2455
2441
|
});
|
|
2456
2442
|
};
|
|
@@ -2479,7 +2465,7 @@ const IconRefresh = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2479
2465
|
...rest,
|
|
2480
2466
|
children: [
|
|
2481
2467
|
/*#__PURE__*/ jsx("path", {
|
|
2482
|
-
d: "M16 320v128c0 17.7 14.3 32 32 32s32-14.3 32-32v-51.1l17.6 17.5c87.5 87.4 229.3 87.4 316.7
|
|
2468
|
+
d: "M16 320v128c0 17.7 14.3 32 32 32s32-14.3 32-32v-51.1l17.6 17.5c87.5 87.4 229.3 87.4 316.7 0a223.4 223.4 0 0 0 52.9-83.7c5.9-16.7-2.9-34.9-19.5-40.8s-34.9 2.9-40.8 19.5c-7.7 21.8-20.2 42.3-37.8 59.8-62.5 62.5-163.8 62.5-226.3 0L125.6 352H176c17.7 0 32-14.3 32-32s-14.3-32-32-32H48c-17.7 0-32 14.3-32 32",
|
|
2483
2469
|
opacity: opacity
|
|
2484
2470
|
}),
|
|
2485
2471
|
/*#__PURE__*/ jsx("path", {
|
|
@@ -2608,11 +2594,11 @@ const IconRewrite = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2608
2594
|
...rest,
|
|
2609
2595
|
children: [
|
|
2610
2596
|
/*#__PURE__*/ jsx("path", {
|
|
2611
|
-
d: "M8 256c0 137 111 248 248 248 13.3 0 24-10.7 24-24s-10.7-24-24-24c-110.5 0-200-89.5-200-200S145.5 56 256 56c16.4 0 32.3 2 47.6 5.7l38.1-38.
|
|
2597
|
+
d: "M8 256c0 137 111 248 248 248 13.3 0 24-10.7 24-24s-10.7-24-24-24c-110.5 0-200-89.5-200-200S145.5 56 256 56c16.4 0 32.3 2 47.6 5.7l38.1-38.5A248 248 0 0 0 256 8C119 8 8 119 8 256m288.8 118a23.97 23.97 0 0 0 17.3 29.2c12.2 3.1 24.9 4.8 38 4.8 83.9 0 152-68.1 152-152 0-29.9-5.3-58.6-15-85.1l-38.5 38.5c3.6 15 5.5 30.6 5.5 46.6 0 57.4-46.6 104-104 104-9 0-17.7-1.1-26-3.3a23.97 23.97 0 0 0-29.2 17.3z",
|
|
2612
2598
|
opacity: opacity
|
|
2613
2599
|
}),
|
|
2614
2600
|
/*#__PURE__*/ jsx("path", {
|
|
2615
|
-
d: "m406.1 16-39.7 39.7 89.3 89.3 39.8-38.
|
|
2601
|
+
d: "m406.1 16-39.7 39.7 89.3 89.3 39.8-38.9a48 48 0 0 0 .4-68.2l-22-21.9a48 48 0 0 0-67.9 0zm-62.4 62.4L200.5 221.8c-7 7-12.3 15.6-15.4 25l-23.8 71.3c-2.9 8.6-.6 18.1 5.8 24.6s15.9 8.7 24.6 5.8l71.5-23.9c9.2-3.1 17.6-8.2 24.5-15l145.1-142.1z"
|
|
2616
2602
|
})
|
|
2617
2603
|
]
|
|
2618
2604
|
});
|
|
@@ -2646,7 +2632,7 @@ const IconRewriteLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2646
2632
|
opacity: opacity
|
|
2647
2633
|
}),
|
|
2648
2634
|
/*#__PURE__*/ jsx("path", {
|
|
2649
|
-
d: "M454.8 45.
|
|
2635
|
+
d: "M454.8 45.5a32 32 0 0 0-45.4.1L383 72.4l57 57 26.7-26.8a31.93 31.93 0 0 0 0-45.2zM218.2 239.2c-4.3 4.4-7.3 9.9-8.6 15.9l-12.9 61.7 61.5-12.9c6.1-1.3 11.7-4.3 16.1-8.7L417.4 152l-56.9-56.9zM386.7 23.1c24.9-25.3 65.7-25.4 90.8-.3l11.9 11.9c25 25 25 65.5 0 90.5L296.9 317.8c-8.8 8.8-20 14.8-32.1 17.4l-85.5 17.9c-5.3 1.1-10.8-.5-14.6-4.3s-5.5-9.3-4.3-14.6l18-85.7c2.5-12 8.5-23.1 17.1-31.8zm-85.6 29.8C286.5 49.7 271.5 48 256 48 141.1 48 48 141.1 48 256s93.1 208 208 208c8.8 0 16 7.2 16 16s-7.2 16-16 16C123.5 496 16 388.5 16 256S123.5 16 256 16c24.7 0 48.5 3.7 71 10.7zm184.4 132.8c6.8 22.2 10.5 45.8 10.5 70.3 0 79.5-64.5 144-144 144-12.4 0-24.5-1.6-36-4.5-8.6-2.2-13.7-10.9-11.5-19.5s10.9-13.7 19.5-11.5c8.9 2.3 18.3 3.5 28 3.5 61.9 0 112-50.1 112-112 0-15.1-1.6-29.9-4.7-44.1z"
|
|
2650
2636
|
})
|
|
2651
2637
|
]
|
|
2652
2638
|
});
|
|
@@ -2676,11 +2662,11 @@ const IconRotateLeft = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2676
2662
|
...rest,
|
|
2677
2663
|
children: [
|
|
2678
2664
|
/*#__PURE__*/ jsx("path", {
|
|
2679
|
-
d: "M97.6 369.
|
|
2665
|
+
d: "M97.6 369.1a32.05 32.05 0 0 0 0 45.3C141.3 458.1 198.7 480 256 480s114.7-21.9 158.4-65.6S480 313.3 480 256s-21.9-114.7-65.6-158.4c-87.2-87.2-228.3-87.5-315.8-1l45.3 45.3c62.6-61.5 163.1-61.2 225.3 1 62.5 62.5 62.5 163.8 0 226.3s-163.8 62.5-226.3 0a32.05 32.05 0 0 0-45.3 0z",
|
|
2680
2666
|
opacity: opacity
|
|
2681
2667
|
}),
|
|
2682
2668
|
/*#__PURE__*/ jsx("path", {
|
|
2683
|
-
d: "M168 224H40c-13.3 0-24-10.7-24-
|
|
2669
|
+
d: "M168 224H40c-13.3 0-24-10.7-24-24V72a24.03 24.03 0 0 1 41-17l128 128a24.03 24.03 0 0 1-17 41"
|
|
2684
2670
|
})
|
|
2685
2671
|
]
|
|
2686
2672
|
});
|
|
@@ -2709,11 +2695,11 @@ const IconRotateLeftLight = ({ className, viewBox, title, monotone, ...rest })=>
|
|
|
2709
2695
|
...rest,
|
|
2710
2696
|
children: [
|
|
2711
2697
|
/*#__PURE__*/ jsx("path", {
|
|
2712
|
-
d: "M32 256c0-22.7 3.4-44.6 9.7-65.3 1.9.8 4.1 1.3 6.3 1.3h100.
|
|
2698
|
+
d: "M32 256c0-22.7 3.4-44.6 9.7-65.3 1.9.8 4.1 1.3 6.3 1.3h100.7a27.27 27.27 0 0 0 19.3-46.6l-36-36A191.4 191.4 0 0 1 256 64c106 0 192 86 192 192s-86 192-192 192c-67.6 0-127.1-35-161.3-87.8-3.2-5-8.7-8.2-14.7-8.2-12.2 0-20.1 12.5-13.9 22.8A222.6 222.6 0 0 1 32 256",
|
|
2713
2699
|
opacity: ".4"
|
|
2714
2700
|
}),
|
|
2715
2701
|
/*#__PURE__*/ jsx("path", {
|
|
2716
|
-
d: "M94.7 360.2c-3.2-5-8.7-8.2-14.7-8.2-12.3 0-20.3 12.8-13.7 23.2C106 438.2 176.1 480 256 480c123.7 0 224-100.3 224-224S379.7 32 256 32c-56.1 0-107.4 20.6-146.7 54.7L78.6
|
|
2702
|
+
d: "M94.7 360.2c-3.2-5-8.7-8.2-14.7-8.2-12.3 0-20.3 12.8-13.7 23.2C106 438.2 176.1 480 256 480c123.7 0 224-100.3 224-224S379.7 32 256 32c-56.1 0-107.4 20.6-146.7 54.7L78.6 56A27.27 27.27 0 0 0 32 75.3V176c0 8.8 7.2 16 16 16h100.7a27.27 27.27 0 0 0 19.3-46.6l-36-36A191.4 191.4 0 0 1 256 64c106 0 192 86 192 192s-86 192-192 192c-67.6 0-127.1-35-161.3-87.8M64 86.6l73.4 73.4H64z"
|
|
2717
2703
|
})
|
|
2718
2704
|
]
|
|
2719
2705
|
});
|
|
@@ -2869,7 +2855,7 @@ const IconSend = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2869
2855
|
...rest,
|
|
2870
2856
|
children: [
|
|
2871
2857
|
/*#__PURE__*/ jsx("path", {
|
|
2872
|
-
d: "M0 288c0 .7 0 1.3.1 2 .
|
|
2858
|
+
d: "M0 288c0 .7 0 1.3.1 2a32.2 32.2 0 0 0 19.6 27.6l112 46.7L160 376v-8c0-4.2 1.7-8.3 4.7-11.3l13-13c59.6-59.6 119.2-119.2 178.8-178.7.1-.1.2-.2.2-.3 3-3 6.8-4.5 10.7-4.7s7.9 1.1 11 3.9c3.7 3.3 5.6 7.7 5.6 12.1 0 3.4-1.1 6.8-3.3 9.7L224 389.4v13.2c20 8.3 40 16.7 60 25 39.9 16.6 79.8 33.2 119.7 49.9a32.05 32.05 0 0 0 44-24.6l64-416a31.9 31.9 0 0 0-13.5-31.2C492.7 1.9 486.4 0 480 0c-5.5 0-10.9 1.4-15.9 4.2l-448 256C6.1 265.9 0 276.6 0 288",
|
|
2873
2859
|
opacity: ".4"
|
|
2874
2860
|
}),
|
|
2875
2861
|
/*#__PURE__*/ jsx("path", {
|
|
@@ -2906,7 +2892,7 @@ const IconSendLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2906
2892
|
opacity: ".4"
|
|
2907
2893
|
}),
|
|
2908
2894
|
/*#__PURE__*/ jsx("path", {
|
|
2909
|
-
d: "M511.6 36.9c1.9-12.1-3.4-24.3-13.5-31.2s-23.3-7.5-34-1.4l-448 256C5.5 266.3-.7 277.8.1 290s8.4 22.9 19.6 27.6L160
|
|
2895
|
+
d: "M511.6 36.9c1.9-12.1-3.4-24.3-13.5-31.2s-23.3-7.5-34-1.4l-448 256C5.5 266.3-.7 277.8.1 290s8.4 22.9 19.6 27.6L160 376v93a43 43 0 0 0 43 43c13.1 0 25.4-5.9 33.6-16.1l52.8-66h.1l114.2 47.6a32.05 32.05 0 0 0 44-24.6l64-416zm-253 380.2-47 58.8a11.1 11.1 0 0 1-8.6 4.1c-6.1 0-11-4.9-11-11v-79.7zm43.1-16.7-96.6-40.3 269-289.6L416 448l-114.2-47.6zM450.5 48.8 173.6 347 32 288z"
|
|
2910
2896
|
})
|
|
2911
2897
|
]
|
|
2912
2898
|
});
|
|
@@ -2994,7 +2980,7 @@ const IconShow = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2994
2980
|
opacity: opacity
|
|
2995
2981
|
}),
|
|
2996
2982
|
/*#__PURE__*/ jsx("path", {
|
|
2997
|
-
d: "M224 256c35.3 0 64-28.7 64-64 0-7.1-1.2-13.9-3.3-20.3-1.8-5.5 1.6-11.9 7.4-11.
|
|
2983
|
+
d: "M224 256c35.3 0 64-28.7 64-64 0-7.1-1.2-13.9-3.3-20.3-1.8-5.5 1.6-11.9 7.4-11.7a96 96 0 0 1 88.6 71.1c13.7 51.2-16.7 103.9-67.9 117.6S208.9 332 195.2 280.8c-1.9-6.9-2.9-13.9-3.2-20.7-.3-5.8 6.1-9.2 11.7-7.4 6.4 2.1 13.2 3.3 20.3 3.3"
|
|
2998
2984
|
})
|
|
2999
2985
|
]
|
|
3000
2986
|
});
|
|
@@ -3028,7 +3014,7 @@ const IconShowLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3028
3014
|
opacity: opacity
|
|
3029
3015
|
}),
|
|
3030
3016
|
/*#__PURE__*/ jsx("path", {
|
|
3031
|
-
d: "M117.2 136C160.3 96 217.6 64 288 64s127.7 32 170.8 72 71.9 88 85.2 120c-13.3 32-42.1 80-85.2 120S358.4 448 288 448s-127.7-32-170.8-72S45.3 288 32 256c13.3-32 42.1-80 85.2-120M288 32c-80.8 0-145.5 36.8-192.6 80.6C48.6 156 17.3 208 2.5 243.
|
|
3017
|
+
d: "M117.2 136C160.3 96 217.6 64 288 64s127.7 32 170.8 72 71.9 88 85.2 120c-13.3 32-42.1 80-85.2 120S358.4 448 288 448s-127.7-32-170.8-72S45.3 288 32 256c13.3-32 42.1-80 85.2-120M288 32c-80.8 0-145.5 36.8-192.6 80.6C48.6 156 17.3 208 2.5 243.7a31.8 31.8 0 0 0 0 24.6C17.3 304 48.6 356 95.4 399.4 142.5 443.2 207.2 480 288 480s145.5-36.8 192.6-80.6c46.8-43.5 78.1-95.4 93-131.1a31.8 31.8 0 0 0 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C433.5 68.8 368.8 32 288 32m-96 224a96 96 0 1 1 192 0 96 96 0 1 1-192 0m224 0a128 128 0 1 0-256 0 128 128 0 1 0 256 0"
|
|
3032
3018
|
})
|
|
3033
3019
|
]
|
|
3034
3020
|
});
|
|
@@ -3058,7 +3044,7 @@ const IconSliders = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3058
3044
|
...rest,
|
|
3059
3045
|
children: [
|
|
3060
3046
|
/*#__PURE__*/ jsx("path", {
|
|
3061
|
-
d: "M0 96c0-17.7 14.3-32 32-32h86.
|
|
3047
|
+
d: "M0 96c0-17.7 14.3-32 32-32h86.7a81 81 0 0 0-6.2 23.6c-.1 1.4-.3 2.8-.3 4.2s-.1 2.8-.1 4.2c0 11.4 2.4 22.2 6.7 32H32c-17.7 0-32-14.3-32-32m0 160c0-17.7 14.3-32 32-32h246.7a81 81 0 0 0-6.2 23.6c-.1 1.4-.3 2.8-.3 4.2s-.1 2.8-.1 4.2c0 11.4 2.4 22.2 6.7 32H32c-17.7 0-32-14.3-32-32m0 160c0-17.7 14.3-32 32-32h54.7a81 81 0 0 0-6.2 23.6c-.1 1.4-.3 2.8-.3 4.2s-.1 2.8-.1 4.2c0 11.4 2.4 22.2 6.7 32H32c-17.7 0-32-14.3-32-32m233.3-32H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H233.3a81 81 0 0 0 6.2-23.6c.1-1.4.3-2.8.3-4.2s.1-2.8.1-4.2c0-11.4-2.4-22.2-6.7-32zm32-320H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H265.3a81 81 0 0 0 6.2-23.6c.1-1.4.3-2.8.3-4.2s.1-2.8.1-4.2c0-11.4-2.4-22.2-6.7-32zm160 160H480c17.7 0 32 14.3 32 32s-14.3 32-32 32h-54.7a81 81 0 0 0 6.2-23.6c.1-1.4.3-2.8.3-4.2s.1-2.8.1-4.2c0-11.4-2.4-22.2-6.7-32z",
|
|
3062
3048
|
opacity: opacity
|
|
3063
3049
|
}),
|
|
3064
3050
|
/*#__PURE__*/ jsx("path", {
|
|
@@ -3126,11 +3112,11 @@ const IconSort = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3126
3112
|
...rest,
|
|
3127
3113
|
children: [
|
|
3128
3114
|
/*#__PURE__*/ jsx("path", {
|
|
3129
|
-
d: "M297.4 137.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l41.3-41.4V448c0 17.7 14.3 32 32 32s32-14.3 32-32V141.3l41.4 41.
|
|
3115
|
+
d: "M297.4 137.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l41.3-41.4V448c0 17.7 14.3 32 32 32s32-14.3 32-32V141.3l41.4 41.4a32.05 32.05 0 0 0 54.7-22.6c0-8.2-3.1-16.4-9.4-22.6l-96-96c-6.3-6.4-14.5-9.5-22.7-9.5s-16.4 3.1-22.6 9.4z",
|
|
3130
3116
|
opacity: opacity
|
|
3131
3117
|
}),
|
|
3132
3118
|
/*#__PURE__*/ jsx("path", {
|
|
3133
|
-
d: "M137.4 470.
|
|
3119
|
+
d: "M137.4 470.6a32.05 32.05 0 0 0 45.3 0l96-96c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 370.7V64c0-17.7-14.3-32-32-32s-32 14.3-32 32v306.7l-41.4-41.3c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96z"
|
|
3134
3120
|
})
|
|
3135
3121
|
]
|
|
3136
3122
|
});
|
|
@@ -3164,7 +3150,7 @@ const IconSortDown = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3164
3150
|
opacity: opacity
|
|
3165
3151
|
}),
|
|
3166
3152
|
/*#__PURE__*/ jsx("path", {
|
|
3167
|
-
d: "M128 480c9 0 17.5-3.8 23.6-10.4l88-96c11.9-13 11.1-33.3-2-45.2s-33.3-11.1-45.2 2L160 365.7V64c0-17.7-14.3-32-32-32S96 46.3 96 64v301.7l-32.4-35.3c-11.9-13-32.2-13.9-45.2-2s-13.9 32.2-2 45.2l88
|
|
3153
|
+
d: "M128 480c9 0 17.5-3.8 23.6-10.4l88-96c11.9-13 11.1-33.3-2-45.2s-33.3-11.1-45.2 2L160 365.7V64c0-17.7-14.3-32-32-32S96 46.3 96 64v301.7l-32.4-35.3c-11.9-13-32.2-13.9-45.2-2s-13.9 32.2-2 45.2l88 96A32 32 0 0 0 128 480"
|
|
3168
3154
|
})
|
|
3169
3155
|
]
|
|
3170
3156
|
});
|
|
@@ -3252,7 +3238,7 @@ const IconSortUp = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3252
3238
|
opacity: opacity
|
|
3253
3239
|
}),
|
|
3254
3240
|
/*#__PURE__*/ jsx("path", {
|
|
3255
|
-
d: "M128 32c9 0 17.5 3.8 23.6 10.4l88 96c11.9 13 11.1 33.3-2 45.2s-33.3 11.1-45.2-2L160 146.3V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V146.3l-32.4 35.3c-11.9 13-32.2 13.9-45.2 2s-13.9-32.2-2-45.2l88-
|
|
3241
|
+
d: "M128 32c9 0 17.5 3.8 23.6 10.4l88 96c11.9 13 11.1 33.3-2 45.2s-33.3 11.1-45.2-2L160 146.3V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V146.3l-32.4 35.3c-11.9 13-32.2 13.9-45.2 2s-13.9-32.2-2-45.2l88-96A32 32 0 0 1 128 32"
|
|
3256
3242
|
})
|
|
3257
3243
|
]
|
|
3258
3244
|
});
|
|
@@ -3308,11 +3294,11 @@ const IconStarInCircle = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3308
3294
|
...rest,
|
|
3309
3295
|
children: [
|
|
3310
3296
|
/*#__PURE__*/ jsx("path", {
|
|
3311
|
-
d: "M0 256a256 256 0 1 0 512 0 256 256 0 1 0-512 0m111.4-47c1.9-5.8 6.9-10 12.9-10.9 27-3.9 54-7.9 81.1-11.8 12.1-24.5 24.2-49 36.2-73.
|
|
3297
|
+
d: "M0 256a256 256 0 1 0 512 0 256 256 0 1 0-512 0m111.4-47c1.9-5.8 6.9-10 12.9-10.9 27-3.9 54-7.9 81.1-11.8 12.1-24.5 24.2-49 36.2-73.4a15.95 15.95 0 0 1 28.6 0c12.1 24.5 24.2 49 36.2 73.4 27 3.9 54 7.9 81 11.8a16.04 16.04 0 0 1 8.9 27.3l-58.6 57.2 13.8 80.7c1 6-1.4 12.1-6.4 15.6-2.8 2-6.1 3.1-9.4 3.1-2.5 0-5.1-.6-7.4-1.8-24.2-12.7-48.3-25.4-72.5-38.1-24.2 12.7-48.3 25.4-72.5 38.1-2.3 1.2-4.9 1.8-7.4 1.8-3.3 0-6.6-1-9.4-3.1-4.9-3.6-7.4-9.6-6.4-15.6l13.8-80.7-58.6-57.2c-4.4-4.3-5.9-10.6-4-16.4z",
|
|
3312
3298
|
opacity: ".4"
|
|
3313
3299
|
}),
|
|
3314
3300
|
/*#__PURE__*/ jsx("path", {
|
|
3315
|
-
d: "M270.3 112.
|
|
3301
|
+
d: "M270.3 112.9a15.95 15.95 0 0 0-28.6 0l-36.2 73.4-81.1 11.8a16.04 16.04 0 0 0-8.9 27.3l58.6 57.2-13.8 80.7c-1 6 1.4 12.1 6.4 15.6s11.5 4.1 16.9 1.2l72.4-38 72.5 38.1c5.4 2.8 11.9 2.4 16.9-1.2s7.4-9.6 6.4-15.6L338 282.7l58.6-57.2c4.4-4.3 5.9-10.6 4-16.4s-6.9-10-12.9-10.9l-81-11.8-36.2-73.4z"
|
|
3316
3302
|
})
|
|
3317
3303
|
]
|
|
3318
3304
|
});
|
|
@@ -3341,11 +3327,11 @@ const IconStarInCircleLight = ({ className, viewBox, title, monotone, ...rest })
|
|
|
3341
3327
|
...rest,
|
|
3342
3328
|
children: [
|
|
3343
3329
|
/*#__PURE__*/ jsx("path", {
|
|
3344
|
-
d: "M32 256a224 224 0 1 0 448 0 224 224 0 1 0-448 0m79.4-47c1.9-5.8 6.9-10 12.9-10.9l81-11.8 36.2-73.
|
|
3330
|
+
d: "M32 256a224 224 0 1 0 448 0 224 224 0 1 0-448 0m79.4-47c1.9-5.8 6.9-10 12.9-10.9l81-11.8 36.2-73.4a15.95 15.95 0 0 1 28.6 0l36.2 73.4 81.1 11.8a16.04 16.04 0 0 1 8.9 27.3l-58.6 57.2 13.8 80.7c1 6-1.4 12.1-6.4 15.6s-11.5 4.1-16.9 1.2l-72.2-38-72.5 38.1c-5.4 2.8-11.9 2.4-16.8-1.2s-7.4-9.6-6.4-15.6l13.8-80.7-58.6-57.2c-4.4-4.3-5.9-10.6-4-16.4z",
|
|
3345
3331
|
opacity: ".4"
|
|
3346
3332
|
}),
|
|
3347
3333
|
/*#__PURE__*/ jsx("path", {
|
|
3348
|
-
d: "M256 32a224 224 0 1 1 0 448 224 224 0 1 1 0-448m0 480a256 256 0 1 0 0-512 256 256 0 1 0 0 512m14.3-399.
|
|
3334
|
+
d: "M256 32a224 224 0 1 1 0 448 224 224 0 1 1 0-448m0 480a256 256 0 1 0 0-512 256 256 0 1 0 0 512m14.3-399.1a15.95 15.95 0 0 0-28.6 0l-36.2 73.4-81 11.8a16.04 16.04 0 0 0-8.9 27.3l58.6 57.2-13.8 80.7c-1 6 1.4 12.1 6.4 15.6s11.5 4.1 16.8 1.2l72.4-38 72.5 38.1c5.4 2.8 11.9 2.4 16.9-1.2s7.4-9.6 6.4-15.6L338 282.7l58.6-57.2c4.4-4.3 5.9-10.6 4-16.4s-6.9-10-12.9-10.9l-81.1-11.8-36.2-73.4zm-40 95.1 25.7-51.8 25.6 51.9c2.3 4.7 6.8 8 12 8.8l57.3 8.3-41.5 40.4c-3.8 3.7-5.5 9-4.6 14.2l9.8 57.1-51.2-26.9c-4.7-2.5-10.2-2.5-14.9 0l-51.2 26.9 9.8-57.1c.9-5.2-.8-10.5-4.6-14.2L161 225.1l57.3-8.3c5.2-.8 9.7-4 12-8.8"
|
|
3349
3335
|
})
|
|
3350
3336
|
]
|
|
3351
3337
|
});
|
|
@@ -3473,7 +3459,7 @@ const IconUnlockedLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3473
3459
|
opacity: ".4"
|
|
3474
3460
|
}),
|
|
3475
3461
|
/*#__PURE__*/ jsx("path", {
|
|
3476
|
-
d: "M224 32c-53 0-96 43-96 96v64h240c44.2 0 80 35.8 80 80v160c0 44.2-35.8 80-80 80H80c-44.2 0-80-35.8-80-80V272c0-44.2 35.8-80 80-80h16v-64C96 57.3 153.3 0 224 0c58 0 107 38.6 122.7 91.4 2.5 8.5-2.3 17.4-10.8 19.9s-17.4-2.3-19.9-10.
|
|
3462
|
+
d: "M224 32c-53 0-96 43-96 96v64h240c44.2 0 80 35.8 80 80v160c0 44.2-35.8 80-80 80H80c-44.2 0-80-35.8-80-80V272c0-44.2 35.8-80 80-80h16v-64C96 57.3 153.3 0 224 0c58 0 107 38.6 122.7 91.4 2.5 8.5-2.3 17.4-10.8 19.9s-17.4-2.3-19.9-10.8A96 96 0 0 0 224 32M80 224c-26.5 0-48 21.5-48 48v160c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm184 144h-80c-8.8 0-16-7.2-16-16s7.2-16 16-16h80c8.8 0 16 7.2 16 16s-7.2 16-16 16"
|
|
3477
3463
|
})
|
|
3478
3464
|
]
|
|
3479
3465
|
});
|
|
@@ -3568,7 +3554,7 @@ const IconUp = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3568
3554
|
opacity: opacity
|
|
3569
3555
|
}),
|
|
3570
3556
|
/*#__PURE__*/ jsx("path", {
|
|
3571
|
-
d: "M169.4 41.
|
|
3557
|
+
d: "M169.4 41.4a32.05 32.05 0 0 1 45.3 0l160 160c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L192 109.3 54.6 246.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l160-160z"
|
|
3572
3558
|
})
|
|
3573
3559
|
]
|
|
3574
3560
|
});
|
|
@@ -3629,7 +3615,7 @@ const IconUpload = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3629
3615
|
opacity: opacity
|
|
3630
3616
|
}),
|
|
3631
3617
|
/*#__PURE__*/ jsx("path", {
|
|
3632
|
-
d: "M201.4 9.
|
|
3618
|
+
d: "M201.4 9.4a32.05 32.05 0 0 1 45.3 0l128 128c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 109.3V320c0 17.7-14.3 32-32 32s-32-14.3-32-32V109.3l-73.4 73.4c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l128-128z"
|
|
3633
3619
|
})
|
|
3634
3620
|
]
|
|
3635
3621
|
});
|
|
@@ -3752,7 +3738,7 @@ const IconVolume = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3752
3738
|
...rest,
|
|
3753
3739
|
children: [
|
|
3754
3740
|
/*#__PURE__*/ jsx("path", {
|
|
3755
|
-
d: "M405.4 200.1c0-5.3 1.8-10.7 5.4-15.1
|
|
3741
|
+
d: "M405.4 200.1c0-5.3 1.8-10.7 5.4-15.1a24.1 24.1 0 0 1 33.8-3.5c21.5 17.6 35.4 44.4 35.4 74.5s-13.9 56.9-35.4 74.5c-10.3 8.4-25.4 6.8-33.8-3.5s-6.8-25.4 3.5-33.8C425.1 284.4 432 271 432 256s-6.9-28.4-17.7-37.3c-5.8-4.7-8.9-11.7-8.9-18.6m65.9-89.6a24.1 24.1 0 0 1 33.8-3.5c43.2 35.2 70.9 88.9 70.9 149s-27.7 113.8-70.9 149c-10.3 8.4-25.4 6.8-33.8-3.5s-6.8-25.4 3.5-33.8C507.3 341.3 528 301.1 528 256s-20.7-85.3-53.2-111.8a24.1 24.1 0 0 1-3.5-33.8z",
|
|
3756
3742
|
opacity: opacity
|
|
3757
3743
|
}),
|
|
3758
3744
|
/*#__PURE__*/ jsx("path", {
|
|
@@ -3818,7 +3804,7 @@ const IconWebSearch = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3818
3804
|
...rest,
|
|
3819
3805
|
children: [
|
|
3820
3806
|
/*#__PURE__*/ jsx("path", {
|
|
3821
|
-
d: "M0 256c0-22.1 2.8-43.5 8.1-64h123.1c-1.9 18.4-2.9 37.4-3.1 57L20.4 280.6c-7.1 2.1-13.1 5.5-18.1 9.9C.8 279.2 0 267.7 0 256m18.6-96c30-74.1 93.6-130.9 172-151.6-25.5 34.2-45.3 87.7-55.3 151.6zm141.6 79.5c.4-16.3 1.5-32.2 3.1-47.5h185.3c2.2 20.4 3.3 41.8 3.3 64s-1.2 43.6-3.3 64h-66.8l12.6-42.8c10.7-36.4-23.1-70.3-59.6-59.6zm7.5-79.5c6.1-36.4 15.5-68.6 27-94.7 10.5-23.6 22.2-40.7 33.5-51.5C239.4 3.2 248.7 0 256 0s16.6 3.2 27.8 13.8c11.3 10.8 23 27.9 33.5 51.5 11.6 26 20.9 58.2 27 94.7zm61 338.6c1-2.2 1.9-4.6 2.7-7.1l41-139.5h71.9c-6.1 36.4-15.5 68.6-27 94.6-10.5 23.6-22.2 40.7-33.5 51.5-11.2 10.7-20.5 13.9-27.8 13.9-7.2 0-16.3-3.1-27.3-13.4M321.4 8.
|
|
3807
|
+
d: "M0 256c0-22.1 2.8-43.5 8.1-64h123.1c-1.9 18.4-2.9 37.4-3.1 57L20.4 280.6c-7.1 2.1-13.1 5.5-18.1 9.9C.8 279.2 0 267.7 0 256m18.6-96c30-74.1 93.6-130.9 172-151.6-25.5 34.2-45.3 87.7-55.3 151.6zm141.6 79.5c.4-16.3 1.5-32.2 3.1-47.5h185.3c2.2 20.4 3.3 41.8 3.3 64s-1.2 43.6-3.3 64h-66.8l12.6-42.8c10.7-36.4-23.1-70.3-59.6-59.6zm7.5-79.5c6.1-36.4 15.5-68.6 27-94.7 10.5-23.6 22.2-40.7 33.5-51.5C239.4 3.2 248.7 0 256 0s16.6 3.2 27.8 13.8c11.3 10.8 23 27.9 33.5 51.5 11.6 26 20.9 58.2 27 94.7zm61 338.6c1-2.2 1.9-4.6 2.7-7.1l41-139.5h71.9c-6.1 36.4-15.5 68.6-27 94.6-10.5 23.6-22.2 40.7-33.5 51.5-11.2 10.7-20.5 13.9-27.8 13.9-7.2 0-16.3-3.1-27.3-13.4M321.4 8.4A256.5 256.5 0 0 1 493.3 160H376.6c-10-63.9-29.8-117.4-55.3-151.6zm0 495.1c25.5-34.2 45.2-87.7 55.3-151.6h116.7c-30 74.1-93.6 130.9-171.9 151.6zM380.8 192h123.1c5.3 20.5 8.1 41.9 8.1 64s-2.8 43.5-8.1 64H380.8c2.1-20.6 3.2-42 3.2-64s-1.1-43.4-3.2-64",
|
|
3822
3808
|
opacity: ".4"
|
|
3823
3809
|
}),
|
|
3824
3810
|
/*#__PURE__*/ jsx("path", {
|
|
@@ -3851,11 +3837,11 @@ const IconWebSearchLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3851
3837
|
...rest,
|
|
3852
3838
|
children: [
|
|
3853
3839
|
/*#__PURE__*/ jsx("path", {
|
|
3854
|
-
d: "M32 256q0 15.6 2.1 30.6c31.3-11.5 62.6-23.1 93.9-34.6.2-20.7 1.5-40.8 4-60H41.2c-6 20.3-9.3 41.8-9.3 64zm21.6-96h83.7c9.6-47.6 26.2-88 47.2-116.
|
|
3840
|
+
d: "M32 256q0 15.6 2.1 30.6c31.3-11.5 62.6-23.1 93.9-34.6.2-20.7 1.5-40.8 4-60H41.2c-6 20.3-9.3 41.8-9.3 64zm21.6-96h83.7c9.6-47.6 26.2-88 47.2-116.3A224 224 0 0 0 53.6 160m106.7 80.1c26.4-9.7 52.8-19.4 79.1-29.2a47.98 47.98 0 0 1 61.6 61.6L283.6 320h64.1c2.8-20.2 4.3-41.7 4.3-64s-1.5-43.8-4.3-64H164.3c-2.1 15.4-3.5 31.5-4.1 48.1zM170 160h172c-5.9-27-14.2-50.9-24.1-70.7C296.4 46.4 272.7 32 256 32s-40.4 14.4-61.9 57.3c-9.9 19.8-18.2 43.7-24.1 70.7m58.7 309c10 7.9 19.4 11 27.3 11 16.7 0 40.4-14.4 61.9-57.3 9.9-19.8 18.2-43.7 24.1-70.7h-70.2c-14.4 39-28.7 78-43.1 117m98.8-425.3c21 28.3 37.6 68.8 47.2 116.3h83.8c-25.9-54.5-73.1-96.9-130.9-116.3zm0 424.7a224.7 224.7 0 0 0 130.9-116.3h-83.8c-9.6 47.6-26.2 88-47.2 116.3zM380 192c2.6 20.5 4 41.9 4 64s-1.4 43.5-4 64h90.8c6-20.3 9.3-41.8 9.3-64s-3.2-43.7-9.3-64z",
|
|
3855
3841
|
opacity: ".4"
|
|
3856
3842
|
}),
|
|
3857
3843
|
/*#__PURE__*/ jsx("path", {
|
|
3858
|
-
d: "M317.9 422.7C296.4 465.6 272.7 480 256 480c-7.9 0-17.3-3.2-27.3-11l-6.9 18.6c-2.9 7.8-7.7 14.7-13.9 19.9 15.6 3 31.6 4.5 48.1 4.5 141.4 0 256-114.6 256-256S397.4 0 256 0 0 114.6 0 256c0 16.4 1.5 32.5 4.5 48.1 5.3-6.2 12.1-11 19.9-13.9l9.6-3.5q-2.1-15-2.1-30.6c0-22.2 3.2-43.7 9.3-64H132c-2.5 19.2-3.9 39.3-4 60l32.2-11.9c.5-16.7 1.9-32.8 4.1-48.1h183.4c2.8 20.2 4.3 41.7 4.3 64s-1.5 43.8-4.3 64h-64.1l-11.8 32H342c-5.9 27-14.2 50.9-24.1 70.7zM194.1 89.3C215.6 46.4 239.3 32 256 32s40.4 14.4 61.9 57.3c9.9 19.8 18.2 43.7 24.1 70.7H170c5.9-27 14.2-50.9 24.1-70.7M384
|
|
3844
|
+
d: "M317.9 422.7C296.4 465.6 272.7 480 256 480c-7.9 0-17.3-3.2-27.3-11l-6.9 18.6c-2.9 7.8-7.7 14.7-13.9 19.9 15.6 3 31.6 4.5 48.1 4.5 141.4 0 256-114.6 256-256S397.4 0 256 0 0 114.6 0 256c0 16.4 1.5 32.5 4.5 48.1 5.3-6.2 12.1-11 19.9-13.9l9.6-3.5q-2.1-15-2.1-30.6c0-22.2 3.2-43.7 9.3-64H132c-2.5 19.2-3.9 39.3-4 60l32.2-11.9c.5-16.7 1.9-32.8 4.1-48.1h183.4c2.8 20.2 4.3 41.7 4.3 64s-1.5 43.8-4.3 64h-64.1l-11.8 32H342c-5.9 27-14.2 50.9-24.1 70.7zM194.1 89.3C215.6 46.4 239.3 32 256 32s40.4 14.4 61.9 57.3c9.9 19.8 18.2 43.7 24.1 70.7H170c5.9-27 14.2-50.9 24.1-70.7M384 256a509 509 0 0 0-4-64h90.8c6 20.3 9.3 41.8 9.3 64s-3.2 43.7-9.3 64H380a509 509 0 0 0 4-64m-9.3-96c-9.6-47.6-26.2-88-47.2-116.3A224.7 224.7 0 0 1 458.4 160h-83.8zm-321.1 0c25.9-54.5 73.1-96.9 130.9-116.3-21 28.3-37.5 68.8-47.2 116.3zm321.1 192h83.8c-25.9 54.5-73.1 96.9-130.9 116.3 21-28.3 37.6-68.8 47.2-116.3zM271 261.5c2.2-5.9.7-12.4-3.7-16.8s-11-5.9-16.8-3.7l-215 79.2c-6.2 2.3-10.3 8.1-10.5 14.7s3.8 12.6 9.9 15.1l74 30.5L4.7 484.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l104.2-104.2 30.5 74a15.98 15.98 0 0 0 29.8-.6zM143.3 360l-58.2-24L229 283l-53 143.9-24-58.2c-1.6-3.9-4.8-7.1-8.7-8.7"
|
|
3859
3845
|
})
|
|
3860
3846
|
]
|
|
3861
3847
|
});
|
|
@@ -3865,7 +3851,7 @@ const IconWebSearchLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3865
3851
|
/**
|
|
3866
3852
|
* This file is automatically generated.
|
|
3867
3853
|
* Do not edit it manually.
|
|
3868
|
-
* Last updated on
|
|
3854
|
+
* Last updated on 4/16/2026, 6:28:51 PM.
|
|
3869
3855
|
*/
|
|
3870
3856
|
|
|
3871
3857
|
|