@versini/ui-icons 4.26.4 → 4.27.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/1267.js +1 -1
- package/dist/1274.js +2 -2
- package/dist/1528.js +1 -1
- package/dist/1636.js +1 -1
- package/dist/1713.js +37 -0
- package/dist/1759.js +1 -1
- package/dist/1843.js +1 -1
- 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 -1
- 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/487.js +38 -0
- 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 -1
- package/dist/6034.js +1 -1
- package/dist/6806.js +1 -1
- package/dist/6857.js +2 -2
- package/dist/6928.js +1 -1
- package/dist/6986.js +1 -1
- 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 -1
- 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 +5 -1
- package/dist/icon-house-chimney-light.js +2 -0
- package/dist/icon-house-chimney.js +2 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +153 -84
- package/package.json +10 -2
package/dist/index.js
CHANGED
|
@@ -101,7 +101,7 @@ const IconAnthropic = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
101
101
|
title: title || "Anthropic",
|
|
102
102
|
...rest,
|
|
103
103
|
children: /*#__PURE__*/ jsx("path", {
|
|
104
|
-
d: "M17.
|
|
104
|
+
d: "M17.304 3.541h-3.672l6.696 16.918H24Zm-10.608 0L0 20.459h3.744l1.37-3.553h7.005l1.369 3.553h3.744L10.536 3.541Zm-.371 10.223L8.616 7.82l2.291 5.945Z"
|
|
105
105
|
})
|
|
106
106
|
});
|
|
107
107
|
};
|
|
@@ -186,7 +186,7 @@ const IconBack = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
186
186
|
...rest,
|
|
187
187
|
children: [
|
|
188
188
|
/*#__PURE__*/ jsx("path", {
|
|
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.
|
|
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.7-2.9 17.4 8.8 33.9 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.3-2.9-17.4-19.4-29.2-36.9-26.3-15.6 2.6-26.7 16.2-26.7 31.5z",
|
|
190
190
|
opacity: opacity
|
|
191
191
|
}),
|
|
192
192
|
/*#__PURE__*/ jsx("path", {
|
|
@@ -250,7 +250,7 @@ const IconBookmark = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
250
250
|
opacity: ".4"
|
|
251
251
|
}),
|
|
252
252
|
/*#__PURE__*/ jsx("path", {
|
|
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.
|
|
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.7c0 13.4-10.9 24.3-24.3 24.3-5 0-9.9-1.5-14-4.4L192 400 38.3 507.6c-4.1 2.9-9 4.4-14 4.4C10.9 512 0 501.1 0 487.7"
|
|
254
254
|
})
|
|
255
255
|
]
|
|
256
256
|
});
|
|
@@ -281,7 +281,7 @@ const IconBookmarkHollow = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
281
281
|
opacity: ".4"
|
|
282
282
|
}),
|
|
283
283
|
/*#__PURE__*/ jsx("path", {
|
|
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.
|
|
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.7C9.9 512 0 502.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"
|
|
285
285
|
})
|
|
286
286
|
]
|
|
287
287
|
});
|
|
@@ -314,7 +314,7 @@ const IconBookmarkLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
314
314
|
opacity: ".4"
|
|
315
315
|
}),
|
|
316
316
|
/*#__PURE__*/ jsx("path", {
|
|
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.
|
|
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.7C9.9 512 0 502.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"
|
|
318
318
|
})
|
|
319
319
|
]
|
|
320
320
|
});
|
|
@@ -343,11 +343,11 @@ const IconBookSparkles = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
343
343
|
...rest,
|
|
344
344
|
children: [
|
|
345
345
|
/*#__PURE__*/ jsx("path", {
|
|
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.
|
|
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.7c2.9-5.9 11.4-5.9 14.3 0L192 112l17.7 8.8c5.9 2.9 5.9 11.4 0 14.3L192 144l-8.8 17.7c-2.9 5.9-11.4 5.9-14.3 0L160 144l-17.7-8.8c-5.9-2.9-5.9-11.4 0-14.3zm82.8 111.8L264 216l16.6-38.8c2.8-6.5 11.9-6.5 14.7 0L312 216l38.8 16.6c6.5 2.8 6.5 11.9 0 14.7L312 264l-16.6 38.8c-2.8 6.5-11.9 6.5-14.7 0L264 264l-38.8-16.6c-6.5-2.8-6.5-11.9 0-14.7z",
|
|
347
347
|
opacity: ".4"
|
|
348
348
|
}),
|
|
349
349
|
/*#__PURE__*/ jsx("path", {
|
|
350
|
-
d: "M0
|
|
350
|
+
d: "M0 88C0 39.4 39.4 0 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 24H80c-44.2 0-80-35.8-80-80 0-2.7.1-5.4.4-8H0zm80 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.7c2.9-5.9 11.4-5.9 14.3 0L192 112l17.7 8.8c5.9 2.9 5.9 11.4 0 14.3L192 144l-8.8 17.7c-2.9 5.9-11.4 5.9-14.3 0L160 144l-17.7-8.8c-5.9-2.9-5.9-11.4 0-14.3zm104 104 16.6-38.8c2.8-6.5 11.9-6.5 14.7 0L312 216l38.8 16.6c6.5 2.8 6.5 11.9 0 14.7L312 264l-16.6 38.8c-2.8 6.5-11.9 6.5-14.7 0L264 264l-38.8-16.6c-6.5-2.8-6.5-11.9 0-14.7z"
|
|
351
351
|
})
|
|
352
352
|
]
|
|
353
353
|
});
|
|
@@ -380,7 +380,7 @@ const IconBookSparklesLight = ({ className, viewBox, title, monotone, ...rest })
|
|
|
380
380
|
opacity: ".4"
|
|
381
381
|
}),
|
|
382
382
|
/*#__PURE__*/ jsx("path", {
|
|
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.
|
|
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.7c-3.8 1.6-6.8 4.6-8.4 8.4L288 295.4l-11.7-27.3c-1.6-3.8-4.6-6.8-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"
|
|
384
384
|
})
|
|
385
385
|
]
|
|
386
386
|
});
|
|
@@ -410,7 +410,7 @@ const IconBrain = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
410
410
|
...rest,
|
|
411
411
|
children: [
|
|
412
412
|
/*#__PURE__*/ jsx("path", {
|
|
413
|
-
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.8-2.3 6.6-3.6 13.8-3.6 21.2 0 35.3 28.7 64 64 64 5.6 0 11.1-.7 16.3-2.1 2.9 28.2 26.8 50.1 55.7 50.1 30.9 0 56-25.1 56-56V56c0-30.9-25.1-56-56-56-28.9 0-52.7 21.9-55.7 49.9C100.6 56.9 80 82.1 80 112c0 6 .8 11.9 2.4 17.4C53.6 135.7 32 161.3 32 192c0 15 5.1 28.8 13.8 39.7C18.7 244.5 0 272.1 0 304M272 56v400c0 30.9 25.1 56 56 56 28.9 0 52.7-21.9 55.7-50.1 5.2 1.4 10.7 2.1 16.3 2.1 35.3 0 64-28.7 64-64 0-7.4-1.3-14.6-3.6-21.2 30.2-11.4 51.6-40.6 51.6-74.8 0-31.9-18.7-59.5-45.8-72.3C474.9 220.8 480 207 480 192c0-30.7-21.6-56.3-50.4-62.6 1.6-5.5 2.4-11.4 2.4-17.4 0-29.9-20.6-55.1-48.3-62.1C380.6 21.9 356.9 0 328 0c-30.9 0-56 25.1-56 56",
|
|
414
414
|
opacity: opacity
|
|
415
415
|
}),
|
|
416
416
|
/*#__PURE__*/ jsx("path", {
|
|
@@ -444,11 +444,11 @@ const IconBrainCircuit = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
444
444
|
...rest,
|
|
445
445
|
children: [
|
|
446
446
|
/*#__PURE__*/ jsx("path", {
|
|
447
|
-
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.8-2.3 6.6-3.6 13.8-3.6 21.2 0 35.3 28.7 64 64 64 5.6 0 11.1-.7 16.3-2.1 2.9 28.2 26.8 50.1 55.7 50.1 30.9 0 56-25.1 56-56V272h-48c-8.8 0-16 7.2-16 16v34.7c18.6 6.6 32 24.4 32 45.3 0 26.5-21.5 48-48 48s-48-21.5-48-48c0-20.9 13.4-38.7 32-45.3V288c0-26.5 21.5-48 48-48h48v-80h-34.7c-6.6 18.6-24.4 32-45.3 32-26.5 0-48-21.5-48-48s21.5-48 48-48c20.9 0 38.7 13.4 45.3 32H240V56c0-30.9-25.1-56-56-56-28.9 0-52.7 21.9-55.7 49.9C100.6 56.9 80 82.1 80 112c0 6 .8 11.9 2.4 17.4C53.6 135.7 32 161.3 32 192c0 15 5.1 28.8 13.8 39.7C18.7 244.5 0 272.1 0 304M272 56v72h48c26.5 0 48 21.5 48 48v2.7c18.6 6.6 32 24.4 32 45.3 0 26.5-21.5 48-48 48s-48-21.5-48-48c0-20.9 13.4-38.7 32-45.3V176c0-8.8-7.2-16-16-16h-48v192h34.7c6.6-18.6 24.4-32 45.3-32 26.5 0 48 21.5 48 48s-21.5 48-48 48c-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.1 5.2 1.4 10.7 2.1 16.3 2.1 35.3 0 64-28.7 64-64 0-7.4-1.3-14.6-3.6-21.2 30.2-11.4 51.6-40.6 51.6-74.8 0-31.9-18.7-59.5-45.8-72.3C474.9 220.8 480 207 480 192c0-30.7-21.6-56.3-50.4-62.6 1.6-5.5 2.4-11.4 2.4-17.4 0-29.9-20.6-55.1-48.3-62.1C380.6 21.9 356.9 0 328 0c-30.9 0-56 25.1-56 56",
|
|
448
448
|
opacity: opacity
|
|
449
449
|
}),
|
|
450
450
|
/*#__PURE__*/ jsx("path", {
|
|
451
|
-
d: "M240 272v184h32v-72h34.
|
|
451
|
+
d: "M240 272v184h32v-72h34.7c6.6 18.6 24.4 32 45.3 32 26.5 0 48-21.5 48-48s-21.5-48-48-48c-20.9 0-38.7 13.4-45.3 32H272V160h48c8.8 0 16 7.2 16 16v2.7c-18.6 6.6-32 24.4-32 45.3 0 26.5 21.5 48 48 48s48-21.5 48-48c0-20.9-13.4-38.7-32-45.3V176c0-26.5-21.5-48-48-48h-48V56h-32v72h-34.7c-6.6-18.6-24.4-32-45.3-32-26.5 0-48 21.5-48 48s21.5 48 48 48c20.9 0 38.7-13.4 45.3-32H240v80h-48c-26.5 0-48 21.5-48 48v34.7c-18.6 6.6-32 24.4-32 45.3 0 26.5 21.5 48 48 48s48-21.5 48-48c0-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"
|
|
452
452
|
})
|
|
453
453
|
]
|
|
454
454
|
});
|
|
@@ -477,11 +477,11 @@ const IconBrainCircuitLight = ({ className, viewBox, title, monotone, ...rest })
|
|
|
477
477
|
...rest,
|
|
478
478
|
children: [
|
|
479
479
|
/*#__PURE__*/ jsx("path", {
|
|
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.
|
|
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.9 0 30.9 25.1 56 56 56 3.3 0 6.5-.3 9.5-.8 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-48V304h-48c-7.3 0-13.5 4.9-15.4 11.6 13.8 6.3 23.4 20.2 23.4 36.4 0 22.1-17.9 40-40 40s-40-17.9-40-40c0-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 24H240V80c0-26.5-21.5-48-48-48-25 0-45.5 19.1-47.8 43.4-.6 6.7-5.4 12.4-12 14C111.4 94.7 96 113.6 96 136c0 3.1.3 6.2.9 9.2 1.5 7.6-2.7 15.2-10 18C68.8 170 56 187.6 56 208c0 5.2.8 10.3 2.4 15 2 6.1.2 12.8-4.6 17C40.4 251.7 32 268.9 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-10 3.1.5 6.3.8 9.5.8 30.9 0 56-25.1 56-56 0-7.8-1.6-15.2-4.4-21.8-3.1-7.2-.4-15.7 6.3-19.8C468 331 480 310.9 480 288c0-19.1-8.4-36.3-21.7-48.1-4.8-4.2-6.6-10.9-4.6-17 1.5-4.7 2.4-9.7 2.4-15 0-20.4-12.8-38-30.9-44.9-7.3-2.8-11.5-10.4-10-18 .6-3 .9-6 .9-9.2 0-22.4-15.4-41.3-36.2-46.5-6.6-1.7-11.4-7.3-12-14C365.5 51.1 345 32 320 32c-26.5 0-48 21.5-48 48",
|
|
481
481
|
opacity: ".4"
|
|
482
482
|
}),
|
|
483
483
|
/*#__PURE__*/ jsx("path", {
|
|
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.
|
|
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.2C130 321.3 120 335.5 120 352c0 22.1 17.9 40 40 40s40-17.9 40-40c0-16.2-9.6-30.1-23.4-36.4 1.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.8-2.7-7.1-10.1-11.3-17.6-10-3.1.5-6.3.8-9.5.8-30.9 0-56-25.1-56-56 0-7.8 1.6-15.2 4.4-21.8 3.1-7.2.4-15.7-6.3-19.8C44 331 32 310.9 32 288c0-19.1 8.4-36.3 21.7-48.1 4.8-4.2 6.6-10.9 4.6-17-1.5-4.7-2.4-9.7-2.4-15 0-20.4 12.8-38 30.9-44.9 7.3-2.8 11.5-10.4 10-18-.6-3-.9-6-.9-9.2 0-22.4 15.4-41.3 36.2-46.5 6.6-1.7 11.4-7.3 12-14C146.5 51.1 167 32 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-48V80c0-26.5 21.5-48 48-48 25 0 45.5 19.1 47.8 43.4.6 6.7 5.4 12.4 12 14 20.8 5.3 36.2 24.2 36.2 46.6 0 3.1-.3 6.2-.9 9.2-1.5 7.6 2.7 15.2 10 18C443.2 170 456 187.6 456 208c0 5.2-.8 10.3-2.4 15-2 6.1-.2 12.8 4.6 17 13.4 11.7 21.8 28.9 21.8 48 0 22.9-12 43-30.2 54.3-6.7 4.2-9.3 12.6-6.3 19.8 2.8 6.7 4.4 14.1 4.4 21.8 0 30.9-25.1 56-56 56-3.3 0-6.5-.3-9.5-.8-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.7c48.6 0 88-39.4 88-88 0-7.6-1-15-2.8-22 21.2-17.6 34.8-44.2 34.8-74 0-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.2C389.7 26.4 357.9 0 320 0c-26.2 0-49.4 12.6-64 32-14.6-19.4-37.8-32-64-32-37.9 0-69.7 26.4-77.9 61.8C84.7 73.6 64 102.4 64 136v2.7c-23.9 13.8-40 39.7-40 69.3 0 5.1.5 10.1 1.4 15C9.6 240 0 262.9 0 288c0 29.8 13.6 56.4 34.8 74-1.8 7-2.8 14.4-2.8 22 0 48.6 39.4 88 88 88h2.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"
|
|
485
485
|
})
|
|
486
486
|
]
|
|
487
487
|
});
|
|
@@ -510,11 +510,11 @@ const IconBrainLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
510
510
|
...rest,
|
|
511
511
|
children: [
|
|
512
512
|
/*#__PURE__*/ jsx("path", {
|
|
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.
|
|
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.9 0 30.9 25.1 56 56 56 3.3 0 6.5-.3 9.5-.8 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-48V80c0-26.5-21.5-48-48-48-25 0-45.5 19.1-47.8 43.4-.6 6.7-5.4 12.4-12 14C111.4 94.7 96 113.6 96 136c0 3.1.3 6.2.9 9.2 1.5 7.6-2.7 15.2-10 18C68.8 170 56 187.6 56 208c0 5.2.8 10.3 2.4 15 2 6.1.2 12.8-4.6 17C40.4 251.7 32 268.9 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-10 3.1.5 6.3.8 9.5.8 30.9 0 56-25.1 56-56 0-7.8-1.6-15.2-4.4-21.8-3.1-7.2-.4-15.7 6.3-19.8C468 331 480 310.9 480 288c0-19.1-8.4-36.3-21.7-48.1-4.8-4.2-6.6-10.9-4.6-17 1.5-4.7 2.4-9.7 2.4-15 0-20.4-12.8-38-30.9-44.9-7.3-2.8-11.5-10.4-10-18 .6-3 .9-6 .9-9.2 0-22.4-15.4-41.3-36.2-46.5-6.6-1.7-11.4-7.3-12-14C365.5 51.1 345 32 320 32c-26.5 0-48 21.5-48 48",
|
|
514
514
|
opacity: ".4"
|
|
515
515
|
}),
|
|
516
516
|
/*#__PURE__*/ jsx("path", {
|
|
517
|
-
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 14C111.4 94.7 96 113.6 96 136c0 3.1.3 6.2.9 9.2 1.5 7.6-2.7 15.2-10 18C68.8 170 56 187.6 56 208c0 5.2.8 10.3 2.4 15 2 6.1.2 12.8-4.6 17C40.4 251.7 32 268.9 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.9 0 30.9 25.1 56 56 56 3.3 0 6.5-.3 9.5-.8 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-48V80c0-26.5-21.5-48-48-48-25 0-45.5 19.1-47.8 43.4zM256 480c-14.6 19.4-37.8 32-64 32-29.6 0-55.5-16.1-69.3-40H120c-48.6 0-88-39.4-88-88 0-7.6 1-15 2.8-22C13.6 344.4 0 317.8 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.2C122.3 26.4 154.1 0 192 0c26.2 0 49.4 12.6 64 32 14.6-19.4 37.8-32 64-32 37.9 0 69.7 26.4 77.9 61.8C427.3 73.6 448 102.4 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 74 1.8 7.1 2.8 14.4 2.8 22 0 48.6-39.4 88-88 88h-2.7c-13.8 23.9-39.7 40-69.3 40-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-10 3.1.5 6.3.8 9.5.8 30.9 0 56-25.1 56-56 0-7.8-1.6-15.2-4.4-21.8-3.1-7.2-.4-15.7 6.3-19.8C468 331 480 310.9 480 288c0-19.1-8.4-36.3-21.7-48.1-4.8-4.2-6.6-10.9-4.6-17 1.5-4.7 2.4-9.7 2.4-15 0-20.4-12.8-38-30.9-44.9-7.3-2.8-11.5-10.4-10-18 .6-3 .9-6 .9-9.2 0-22.4-15.4-41.3-36.2-46.5-6.6-1.7-11.4-7.3-12-14C365.5 51.1 345 32 320 32c-26.5 0-48 21.5-48 48z"
|
|
518
518
|
})
|
|
519
519
|
]
|
|
520
520
|
});
|
|
@@ -544,7 +544,7 @@ const IconBranch = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
544
544
|
...rest,
|
|
545
545
|
children: [
|
|
546
546
|
/*#__PURE__*/ jsx("path", {
|
|
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
|
|
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 64c-6.1 6.1-14.3 9.4-22.6 9.4-4.1 0-8.3-.8-12.2-2.4-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",
|
|
548
548
|
opacity: opacity
|
|
549
549
|
}),
|
|
550
550
|
/*#__PURE__*/ jsx("path", {
|
|
@@ -605,7 +605,7 @@ const IconBrightness = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
605
605
|
...rest,
|
|
606
606
|
children: [
|
|
607
607
|
/*#__PURE__*/ jsx("path", {
|
|
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.
|
|
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.4c-12.5 12.5-12.5 32.8 0 45.3l32 32c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-32-32c-12.5-12.5-32.8-12.5-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 256c-12.5 12.5-12.5 32.8 0 45.3l32 32c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-32-32c-12.5-12.5-32.8-12.5-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",
|
|
609
609
|
opacity: opacity
|
|
610
610
|
}),
|
|
611
611
|
/*#__PURE__*/ jsx("path", {
|
|
@@ -740,11 +740,11 @@ const IconChecked = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
740
740
|
...rest,
|
|
741
741
|
children: [
|
|
742
742
|
/*#__PURE__*/ jsx("path", {
|
|
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
|
|
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 160c0-6.1 2.3-12.3 7-17 9.4-9.4 24.6-9.4 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.3-.1.7-.2 1.5-.3 2.2-.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",
|
|
744
744
|
opacity: ".4"
|
|
745
745
|
}),
|
|
746
746
|
/*#__PURE__*/ jsx("path", {
|
|
747
|
-
d: "M337
|
|
747
|
+
d: "M337 175c9.4 9.4 9.4 24.6 0 33.9L209 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L303 175c9.4-9.4 24.6-9.4 33.9 0z"
|
|
748
748
|
})
|
|
749
749
|
]
|
|
750
750
|
});
|
|
@@ -862,11 +862,11 @@ const IconCopied = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
862
862
|
...rest,
|
|
863
863
|
children: [
|
|
864
864
|
/*#__PURE__*/ jsx("path", {
|
|
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
|
|
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 160c0-6.1 2.3-12.3 7-17 9.4-9.4 24.6-9.4 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.3-.1.7-.2 1.5-.3 2.2-.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",
|
|
866
866
|
opacity: ".4"
|
|
867
867
|
}),
|
|
868
868
|
/*#__PURE__*/ jsx("path", {
|
|
869
|
-
d: "M337
|
|
869
|
+
d: "M337 175c9.4 9.4 9.4 24.6 0 33.9L209 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L303 175c9.4-9.4 24.6-9.4 33.9 0z"
|
|
870
870
|
})
|
|
871
871
|
]
|
|
872
872
|
});
|
|
@@ -987,7 +987,7 @@ const IconDelete = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
987
987
|
opacity: opacity
|
|
988
988
|
}),
|
|
989
989
|
/*#__PURE__*/ jsx("path", {
|
|
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.
|
|
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.3C307.4 6.8 296.3 0 284.2 0z"
|
|
991
991
|
})
|
|
992
992
|
]
|
|
993
993
|
});
|
|
@@ -1020,7 +1020,7 @@ const IconDeleteLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1020
1020
|
opacity: ".4"
|
|
1021
1021
|
}),
|
|
1022
1022
|
/*#__PURE__*/ jsx("path", {
|
|
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.
|
|
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.6A47.98 47.98 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"
|
|
1024
1024
|
})
|
|
1025
1025
|
]
|
|
1026
1026
|
});
|
|
@@ -1046,7 +1046,7 @@ const IconDog = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1046
1046
|
title: title || "Dog",
|
|
1047
1047
|
...rest,
|
|
1048
1048
|
children: /*#__PURE__*/ jsx("path", {
|
|
1049
|
-
d: "M927.
|
|
1049
|
+
d: "M927.943 30.81c0-2.381-1.191-5.954-3.573-7.145-7.146-4.764-19.055-1.191-26.2 0-17.864 2.382-34.537 4.764-53.592 4.764-26.2 0-53.591-1.191-79.791-4.764-23.819-3.573-44.064-10.718-69.074-3.573-35.727 9.527-58.355 38.11-57.164 75.028 1.191 21.437-2.382 38.11-9.527 57.164-7.146 17.864-15.482 20.246-32.155 20.246-115.52 0-229.848-1.191-345.367 0h-63.119c-29.773 0-59.546 5.954-89.319 0-21.436-4.764-42.873-15.482-58.355-30.964-3.573-3.573-10.718-14.291-14.29-14.291-4.764 1.19-4.764 15.482-4.764 19.055 0 15.482 5.954 30.964 5.954 46.446s-7.145 28.582-11.91 42.873c-4.763 16.673-4.763 33.345-2.38 50.018 4.763 27.391 9.526 55.974 11.908 84.556 2.382 25.009 2.382 48.827 4.764 73.837 2.382 20.245 3.573 29.773 29.773 33.345 30.964 4.764 30.964-5.954 38.11-26.2 9.527-25.01 17.863-51.21 27.39-76.219 8.337-19.054 15.483-60.737 67.883-40.491 28.582 10.718 58.355 16.673 88.128 25.01 32.155 8.336 65.5 16.672 97.656 22.627 65.5 13.1 132.192 20.245 200.074 23.818 7.146 0 11.91 0 16.673 5.955 17.864 22.627-3.573 63.119 41.682 70.264 40.491 5.955 40.491-22.627 45.255-47.637 2.382-14.29 4.764-27.39 8.337-40.491 1.19-5.955 5.954-11.91 10.718-15.482 55.973-33.346 88.128-98.846 78.6-164.347-1.19-10.718-4.763-21.436-3.572-33.346 2.382-23.818 32.155-33.345 50.018-42.873 22.628-13.1 47.637-25.01 66.692-42.873 13.1-11.91 23.818-27.391 29.773-44.064 3.573-5.955 5.955-14.291 4.764-20.246M737.395 190.394c-2.381 25.009-13.1 36.918-35.727 41.682-40.491 8.336-66.692-19.055-54.782-58.355 8.336-26.2 17.863-51.21 29.773-75.028s22.627-23.819 36.918-1.191c17.864 28.582 27.391 59.546 23.818 92.892m38.11-109.565c-7.146 0-13.1-5.955-13.1-13.1s5.954-13.1 13.1-13.1 13.1 5.954 13.1 13.1-5.955 13.1-13.1 13.1"
|
|
1050
1050
|
})
|
|
1051
1051
|
});
|
|
1052
1052
|
};
|
|
@@ -1079,7 +1079,7 @@ const IconDown = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1079
1079
|
opacity: opacity
|
|
1080
1080
|
}),
|
|
1081
1081
|
/*#__PURE__*/ jsx("path", {
|
|
1082
|
-
d: "M169.4 470.
|
|
1082
|
+
d: "M169.4 470.6c12.5 12.5 32.8 12.5 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"
|
|
1083
1083
|
})
|
|
1084
1084
|
]
|
|
1085
1085
|
});
|
|
@@ -1140,7 +1140,7 @@ const IconDownload = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1140
1140
|
opacity: opacity
|
|
1141
1141
|
}),
|
|
1142
1142
|
/*#__PURE__*/ jsx("path", {
|
|
1143
|
-
d: "M169.4 342.
|
|
1143
|
+
d: "M169.4 342.6c12.5 12.5 32.8 12.5 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"
|
|
1144
1144
|
})
|
|
1145
1145
|
]
|
|
1146
1146
|
});
|
|
@@ -1201,7 +1201,7 @@ const IconEdit = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1201
1201
|
opacity: opacity
|
|
1202
1202
|
}),
|
|
1203
1203
|
/*#__PURE__*/ jsx("path", {
|
|
1204
|
-
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.1c21.9-21.9 21.9-57.3 0-79.2l-18.7-18.6c-21.9-21.9-57.3-21.9-79.2 0m-52.7 52.6L172.4 241.7c-6.1 6.1-10.8 13.6-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"
|
|
1205
1205
|
})
|
|
1206
1206
|
]
|
|
1207
1207
|
});
|
|
@@ -1235,7 +1235,7 @@ const IconEditLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1235
1235
|
opacity: opacity
|
|
1236
1236
|
}),
|
|
1237
1237
|
/*#__PURE__*/ jsx("path", {
|
|
1238
|
-
d: "m454.6 45.3 12.1 12.
|
|
1238
|
+
d: "m454.6 45.3 12.1 12.1c12.5 12.5 12.5 32.8 0 45.3L440 129.4 382.6 72l26.7-26.7c12.5-12.5 32.8-12.5 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 243c-8.5 8.5-14.4 19.2-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.9c11.7-2.7 22.4-8.6 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"
|
|
1239
1239
|
})
|
|
1240
1240
|
]
|
|
1241
1241
|
});
|
|
@@ -1264,11 +1264,11 @@ const IconEditUser = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1264
1264
|
...rest,
|
|
1265
1265
|
children: [
|
|
1266
1266
|
/*#__PURE__*/ jsx("path", {
|
|
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.
|
|
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.7C13.3 512 0 498.7 0 482.3M352 128a128 128 0 1 1-256 0 128 128 0 1 1 256 0",
|
|
1268
1268
|
opacity: ".4"
|
|
1269
1269
|
}),
|
|
1270
1270
|
/*#__PURE__*/ jsx("path", {
|
|
1271
|
-
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.4c15.6-15.6 15.6-40.9 0-56.6l-14.4-14.4c-15.6-15.6-40.9-15.6-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"
|
|
1272
1272
|
})
|
|
1273
1273
|
]
|
|
1274
1274
|
});
|
|
@@ -1297,11 +1297,11 @@ const IconEditUserLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1297
1297
|
...rest,
|
|
1298
1298
|
children: [
|
|
1299
1299
|
/*#__PURE__*/ jsx("path", {
|
|
1300
|
-
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.7 3.5-14.2 10.9-27.2 21.2-37.5l1.3-1.3c-25.3-20.9-57.7-33.4-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",
|
|
1301
1301
|
opacity: ".4"
|
|
1302
1302
|
}),
|
|
1303
1303
|
/*#__PURE__*/ jsx("path", {
|
|
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.
|
|
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.7c-25.3-20.9-57.7-33.4-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.3c-6.2 6.2-13.9 10.5-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"
|
|
1305
1305
|
})
|
|
1306
1306
|
]
|
|
1307
1307
|
});
|
|
@@ -1390,7 +1390,7 @@ const IconGoogleGemini = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1390
1390
|
title: title || "Google Gemini",
|
|
1391
1391
|
...rest,
|
|
1392
1392
|
children: /*#__PURE__*/ jsx("path", {
|
|
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"
|
|
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.3 12.3 0 0 1-3.81-2.58 12.3 12.3 0 0 1-2.58-3.81Q12 2.49 12 0q0 2.49-.96 4.68-.93 2.19-2.55 3.81a12.3 12.3 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"
|
|
1394
1394
|
})
|
|
1395
1395
|
});
|
|
1396
1396
|
};
|
|
@@ -1419,11 +1419,11 @@ const IconHide = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1419
1419
|
...rest,
|
|
1420
1420
|
children: [
|
|
1421
1421
|
/*#__PURE__*/ jsx("path", {
|
|
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.
|
|
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.5C339.4 392.8 314.6 400 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.2-11.1-41.5-47.8-69.4-88.6-71.1-5.8-.2-9.2 6.1-7.4 11.7z",
|
|
1423
1423
|
opacity: opacity
|
|
1424
1424
|
}),
|
|
1425
1425
|
/*#__PURE__*/ jsx("path", {
|
|
1426
|
-
d: "M5.1 9.
|
|
1426
|
+
d: "M5.1 9.2C13.3-1.2 28.4-3.1 38.8 5.1l592 464c10.4 8.2 12.3 23.3 4.1 33.7s-23.3 12.3-33.7 4.1l-592-464C-1.2 34.7-3.1 19.6 5.1 9.2"
|
|
1427
1427
|
})
|
|
1428
1428
|
]
|
|
1429
1429
|
});
|
|
@@ -1457,7 +1457,7 @@ const IconHideLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1457
1457
|
opacity: opacity
|
|
1458
1458
|
}),
|
|
1459
1459
|
/*#__PURE__*/ jsx("path", {
|
|
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.
|
|
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.9c3.3-7.9 3.3-16.7 0-24.6-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 89-3.3 7.9-3.3 16.7 0 24.6 14.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"
|
|
1461
1461
|
})
|
|
1462
1462
|
]
|
|
1463
1463
|
});
|
|
@@ -1487,7 +1487,7 @@ const IconHistory = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1487
1487
|
...rest,
|
|
1488
1488
|
children: [
|
|
1489
1489
|
/*#__PURE__*/ jsx("path", {
|
|
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
|
|
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 192c-40.8 0-78.6-12.7-109.7-34.4-14.5-10.1-34.4-6.6-44.6 7.9s-6.6 34.4 7.9 44.6C151.2 495 201.7 512 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",
|
|
1491
1491
|
opacity: opacity
|
|
1492
1492
|
}),
|
|
1493
1493
|
/*#__PURE__*/ jsx("path", {
|
|
@@ -1526,6 +1526,73 @@ const IconHistoryLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1526
1526
|
/* export default */ const Icons_IconHistoryLight = ((/* unused pure expression or super */ null && (IconHistoryLight)));
|
|
1527
1527
|
|
|
1528
1528
|
|
|
1529
|
+
/**
|
|
1530
|
+
* This file was automatically generated.
|
|
1531
|
+
* Please do not edit manually.
|
|
1532
|
+
*
|
|
1533
|
+
* To update this file, run `yarn build:icons`.
|
|
1534
|
+
*
|
|
1535
|
+
* Original name: house-chimney.svg
|
|
1536
|
+
*
|
|
1537
|
+
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
1538
|
+
*
|
|
1539
|
+
*/
|
|
1540
|
+
const IconHouseChimney = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
1541
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
1542
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
1543
|
+
defaultViewBox: "0 0 576 512",
|
|
1544
|
+
size: "size-5",
|
|
1545
|
+
viewBox: viewBox,
|
|
1546
|
+
className: className,
|
|
1547
|
+
title: title || "House with Chimney",
|
|
1548
|
+
...rest,
|
|
1549
|
+
children: [
|
|
1550
|
+
/*#__PURE__*/ jsx("path", {
|
|
1551
|
+
d: "M64 270.5c74.7-65.3 149.3-130.7 224-196l224.1 196.1.4 201.3c0 22.1-17.9 40.1-40 40.1H392c-22.1 0-40-17.9-40-40v-88.3c0-17.7-14.3-32-32-32h-64c-17.7 0-32 14.3-32 32V472c0 22.1-17.9 40-40 40h-79.9c-22.1 0-40-17.9-40-40z",
|
|
1552
|
+
opacity: opacity
|
|
1553
|
+
}),
|
|
1554
|
+
/*#__PURE__*/ jsx("path", {
|
|
1555
|
+
d: "M309.1 7.9C297-2.6 279-2.6 266.9 7.9l-256 224c-13.3 11.6-14.6 31.9-3 45.2s31.9 14.6 45.2 3L288 74.5l234.9 205.6c13.3 11.6 33.5 10.3 45.2-3s10.3-33.5-3-45.2L512 185.5V64c0-17.7-14.3-32-32-32h-32c-17.7 0-32 14.3-32 32v37.5z"
|
|
1556
|
+
})
|
|
1557
|
+
]
|
|
1558
|
+
});
|
|
1559
|
+
};
|
|
1560
|
+
/* export default */ const Icons_IconHouseChimney = ((/* unused pure expression or super */ null && (IconHouseChimney)));
|
|
1561
|
+
|
|
1562
|
+
|
|
1563
|
+
/**
|
|
1564
|
+
* This file was automatically generated.
|
|
1565
|
+
* Please do not edit manually.
|
|
1566
|
+
*
|
|
1567
|
+
* To update this file, run `yarn build:icons`.
|
|
1568
|
+
*
|
|
1569
|
+
* Original name: house-chimney.svg
|
|
1570
|
+
*
|
|
1571
|
+
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
1572
|
+
*
|
|
1573
|
+
*/
|
|
1574
|
+
const IconHouseChimneyLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
1575
|
+
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
1576
|
+
defaultViewBox: "0 0 576 512",
|
|
1577
|
+
size: "size-5",
|
|
1578
|
+
viewBox: viewBox,
|
|
1579
|
+
className: className,
|
|
1580
|
+
title: title || "House with Chimney",
|
|
1581
|
+
...rest,
|
|
1582
|
+
children: [
|
|
1583
|
+
/*#__PURE__*/ jsx("path", {
|
|
1584
|
+
d: "M96 206.7 288 37.3l192 169.4V432c0 26.5-21.5 48-48 48h-64V320c0-17.7-14.3-32-32-32h-96c-17.7 0-32 14.3-32 32v160h-64c-26.5 0-48-21.5-48-48zM416 64h64v100.1l-64-56.5z",
|
|
1585
|
+
opacity: ".4"
|
|
1586
|
+
}),
|
|
1587
|
+
/*#__PURE__*/ jsx("path", {
|
|
1588
|
+
d: "M277.4 4c6-5.3 15.1-5.3 21.2 0L384 79.4V56c0-13.3 10.7-24 24-24h80c13.3 0 24 10.7 24 24v136.3l58.6 51.7c6.6 5.8 7.3 16 1.4 22.6s-16 7.3-22.6 1.4L512 235v197c0 44.2-35.8 80-80 80H144c-44.2 0-80-35.8-80-80V235l-37.4 33c-6.6 5.8-16.8 5.2-22.6-1.4s-5.2-16.8 1.4-22.6zM480 164.1V64h-64v43.6zM96 206.7V432c0 26.5 21.5 48 48 48h64V320c0-17.7 14.3-32 32-32h96c17.7 0 32 14.3 32 32v160h64c26.5 0 48-21.5 48-48V206.7L288 37.3zM336 320h-96v160h96z"
|
|
1589
|
+
})
|
|
1590
|
+
]
|
|
1591
|
+
});
|
|
1592
|
+
};
|
|
1593
|
+
/* export default */ const Icons_IconHouseChimneyLight = ((/* unused pure expression or super */ null && (IconHouseChimneyLight)));
|
|
1594
|
+
|
|
1595
|
+
|
|
1529
1596
|
/**
|
|
1530
1597
|
* This file was automatically generated.
|
|
1531
1598
|
* Please do not edit manually.
|
|
@@ -1651,7 +1718,7 @@ const IconKeyLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1651
1718
|
opacity: ".4"
|
|
1652
1719
|
}),
|
|
1653
1720
|
/*#__PURE__*/ jsx("path", {
|
|
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.
|
|
1721
|
+
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.2-4.4-13.8-6.7-28.4-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"
|
|
1655
1722
|
})
|
|
1656
1723
|
]
|
|
1657
1724
|
});
|
|
@@ -1715,11 +1782,11 @@ const IconLightBulbLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1715
1782
|
...rest,
|
|
1716
1783
|
children: [
|
|
1717
1784
|
/*#__PURE__*/ jsx("path", {
|
|
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-
|
|
1785
|
+
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-19C57.5 234.8 48 206.6 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",
|
|
1719
1786
|
opacity: opacity
|
|
1720
1787
|
}),
|
|
1721
1788
|
/*#__PURE__*/ jsx("path", {
|
|
1722
|
-
d: "M310.3 258.
|
|
1789
|
+
d: "M310.3 258.1c16.2-23.3 25.7-51.5 25.7-82.1 0-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"
|
|
1723
1790
|
})
|
|
1724
1791
|
]
|
|
1725
1792
|
});
|
|
@@ -1883,7 +1950,7 @@ const IconMagic = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1883
1950
|
...rest,
|
|
1884
1951
|
children: [
|
|
1885
1952
|
/*#__PURE__*/ jsx("path", {
|
|
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.
|
|
1953
|
+
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.7c1.1 3 4 5 7.2 5s6.1-2 7.2-5l14.1-37.7L315 71.2c3-1.1 5-4 5-7.2s-2-6.1-5-7.2l-37.7-14.1L263.2 5c-1.1-3-4-5-7.2-5s-6.1 2-7.2 5l-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",
|
|
1887
1954
|
opacity: opacity
|
|
1888
1955
|
}),
|
|
1889
1956
|
/*#__PURE__*/ jsx("path", {
|
|
@@ -1917,11 +1984,11 @@ const IconMagicLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1917
1984
|
...rest,
|
|
1918
1985
|
children: [
|
|
1919
1986
|
/*#__PURE__*/ jsx("path", {
|
|
1920
|
-
d: "m66.9 426.3 248.4-248.4 50.7 50.7-248.3 248.
|
|
1987
|
+
d: "m66.9 426.3 248.4-248.4 50.7 50.7-248.3 248.5c-3.1 3.1-8.2 3.1-11.3 0l-39.5-39.4c-3.1-3.1-3.1-8.2 0-11.3z",
|
|
1921
1988
|
opacity: opacity
|
|
1922
1989
|
}),
|
|
1923
1990
|
/*#__PURE__*/ jsx("path", {
|
|
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.
|
|
1991
|
+
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.5c-3.1 3.1-8.2 3.1-11.3 0l-39.5-39.4c-3.1-3.1-3.1-8.2 0-11.3zm368.8-414L44.3 403.7c-15.6 15.6-15.6 40.9 0 56.6l39.4 39.4c15.6 15.6 40.9 15.6 56.6 0l391.4-391.4c15.6-15.6 15.6-40.9 0-56.6l-39.4-39.4c-15.6-15.6-40.9-15.6-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"
|
|
1925
1992
|
})
|
|
1926
1993
|
]
|
|
1927
1994
|
});
|
|
@@ -2023,7 +2090,7 @@ const IconNext = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2023
2090
|
opacity: opacity
|
|
2024
2091
|
}),
|
|
2025
2092
|
/*#__PURE__*/ jsx("path", {
|
|
2026
|
-
d: "M438.6 233.
|
|
2093
|
+
d: "M438.6 233.4c12.5 12.5 12.5 32.8 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"
|
|
2027
2094
|
})
|
|
2028
2095
|
]
|
|
2029
2096
|
});
|
|
@@ -2076,7 +2143,7 @@ const IconOpenAI = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2076
2143
|
title: title || "OpenAI",
|
|
2077
2144
|
...rest,
|
|
2078
2145
|
children: /*#__PURE__*/ jsx("path", {
|
|
2079
|
-
d: "M22.
|
|
2146
|
+
d: "M22.282 9.821a6 6 0 0 0-.516-4.91 6.05 6.05 0 0 0-6.51-2.9A6.065 6.065 0 0 0 4.981 4.18a6 6 0 0 0-3.998 2.9 6.05 6.05 0 0 0 .743 7.097 5.98 5.98 0 0 0 .51 4.911 6.05 6.05 0 0 0 6.515 2.9A6 6 0 0 0 13.26 24a6.06 6.06 0 0 0 5.772-4.206 6 6 0 0 0 3.997-2.9 6.06 6.06 0 0 0-.747-7.073M13.26 22.43a4.48 4.48 0 0 1-2.876-1.04l.141-.081 4.779-2.758a.8.8 0 0 0 .392-.681v-6.737l2.02 1.168a.07.07 0 0 1 .038.052v5.583a4.504 4.504 0 0 1-4.494 4.494M3.6 18.304a4.47 4.47 0 0 1-.535-3.014l.142.085 4.783 2.759a.77.77 0 0 0 .78 0l5.843-3.369v2.332a.08.08 0 0 1-.033.062L9.74 19.95a4.5 4.5 0 0 1-6.14-1.646M2.34 7.896a4.5 4.5 0 0 1 2.366-1.973V11.6a.77.77 0 0 0 .388.677l5.815 3.354-2.02 1.168a.08.08 0 0 1-.071 0l-4.83-2.786A4.504 4.504 0 0 1 2.34 7.872zm16.597 3.855-5.833-3.387L15.119 7.2a.08.08 0 0 1 .071 0l4.83 2.791a4.494 4.494 0 0 1-.676 8.105v-5.678a.79.79 0 0 0-.407-.667m2.01-3.023-.141-.085-4.774-2.782a.78.78 0 0 0-.785 0L9.409 9.23V6.897a.07.07 0 0 1 .028-.061l4.83-2.787a4.5 4.5 0 0 1 6.68 4.66zm-12.64 4.135-2.02-1.164a.08.08 0 0 1-.038-.057V6.075a4.5 4.5 0 0 1 7.375-3.453l-.142.08L8.704 5.46a.8.8 0 0 0-.393.681zm1.097-2.365 2.602-1.5 2.607 1.5v2.999l-2.597 1.5-2.607-1.5Z"
|
|
2080
2147
|
})
|
|
2081
2148
|
});
|
|
2082
2149
|
};
|
|
@@ -2111,7 +2178,7 @@ const IconPasskey = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2111
2178
|
opacity: opacity
|
|
2112
2179
|
}),
|
|
2113
2180
|
/*#__PURE__*/ jsx("path", {
|
|
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.
|
|
2181
|
+
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.17c0 5.56 4.44 10.07 9.92 10.07h69.44c5.48 0 9.92-4.51 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.9-.68.14-1.37.27-2.05.41-2.41-.03-4.83-.03-7.25-.03"
|
|
2115
2182
|
})
|
|
2116
2183
|
]
|
|
2117
2184
|
});
|
|
@@ -2145,7 +2212,7 @@ const IconPencilMechanical = ({ className, viewBox, title, monotone, ...rest })=
|
|
|
2145
2212
|
opacity: opacity
|
|
2146
2213
|
}),
|
|
2147
2214
|
/*#__PURE__*/ jsx("path", {
|
|
2148
|
-
d: "M253.7 87.
|
|
2215
|
+
d: "M253.7 87.6c-3.1-3.1-8.2-3.1-11.3 0L137 193c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L208.4 53.7c21.9-21.9 57.3-21.9 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"
|
|
2149
2216
|
})
|
|
2150
2217
|
]
|
|
2151
2218
|
});
|
|
@@ -2179,7 +2246,7 @@ const IconPencilMechanicalLight = ({ className, viewBox, title, monotone, ...res
|
|
|
2179
2246
|
opacity: opacity
|
|
2180
2247
|
}),
|
|
2181
2248
|
/*#__PURE__*/ jsx("path", {
|
|
2182
|
-
d: "M440 0c-9.4 0-18.3 3.7-25 10.3l-38.6 38.
|
|
2249
|
+
d: "M440 0c-9.4 0-18.3 3.7-25 10.3l-38.6 38.6c-2.7-.6-5.6-.9-8.4-.9-10.2 0-20.1 4.1-27.3 11.3l-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.7c-5.5 5.5-9.6 12.2-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.5c7.4-2.3 14.1-6.4 19.6-11.9l260.4-260.3c7.2-7.2 11.3-17.1 11.3-27.3q0-4.35-.9-8.4L501.7 97c6.6-6.6 10.3-15.6 10.3-25s-3.7-18.3-10.3-25L465 10.3C458.3 3.7 449.4 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"
|
|
2183
2250
|
})
|
|
2184
2251
|
]
|
|
2185
2252
|
});
|
|
@@ -2213,7 +2280,7 @@ const IconPenField = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2213
2280
|
opacity: opacity
|
|
2214
2281
|
}),
|
|
2215
2282
|
/*#__PURE__*/ jsx("path", {
|
|
2216
|
-
d: "m534.1 16-39.7 39.7 89.3 89.3 39.8-38.
|
|
2283
|
+
d: "m534.1 16-39.7 39.7 89.3 89.3 39.8-38.9c19.1-18.7 19.2-49.4.4-68.2l-22-21.9C583.1-2.8 552.7-2.7 534 16zm-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"
|
|
2217
2284
|
})
|
|
2218
2285
|
]
|
|
2219
2286
|
});
|
|
@@ -2247,7 +2314,7 @@ const IconPenFieldLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2247
2314
|
opacity: opacity
|
|
2248
2315
|
}),
|
|
2249
2316
|
/*#__PURE__*/ jsx("path", {
|
|
2250
|
-
d: "m582.8 45.5 11.9 11.
|
|
2317
|
+
d: "m582.8 45.5 11.9 11.9c12.5 12.5 12.5 32.8 0 45.2L568 129.4l-57-57 26.4-26.8c12.5-12.6 32.8-12.7 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.7c-8.6 8.7-14.6 19.8-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-12c-25.1-25.1-65.8-25-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"
|
|
2251
2318
|
})
|
|
2252
2319
|
]
|
|
2253
2320
|
});
|
|
@@ -2281,7 +2348,7 @@ const IconPrevious = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2281
2348
|
opacity: opacity
|
|
2282
2349
|
}),
|
|
2283
2350
|
/*#__PURE__*/ jsx("path", {
|
|
2284
|
-
d: "M9.4 278.
|
|
2351
|
+
d: "M9.4 278.6c-12.5-12.5-12.5-32.8 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"
|
|
2285
2352
|
})
|
|
2286
2353
|
]
|
|
2287
2354
|
});
|
|
@@ -2404,11 +2471,11 @@ const IconProofread = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2404
2471
|
...rest,
|
|
2405
2472
|
children: [
|
|
2406
2473
|
/*#__PURE__*/ jsx("path", {
|
|
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.
|
|
2474
|
+
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.3c5.1 12.3 17 19.7 29.6 19.7 4.1 0 8.3-.8 12.3-2.5 16.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.4 6-11.2 9.4-24 9.4-37.6 0-44.2-35.8-80-80-80h-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",
|
|
2408
2475
|
opacity: opacity
|
|
2409
2476
|
}),
|
|
2410
2477
|
/*#__PURE__*/ jsx("path", {
|
|
2411
|
-
d: "M566.6 265.
|
|
2478
|
+
d: "M566.6 265.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-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.3c12.5-12.5 32.8-12.5 45.3 0z"
|
|
2412
2479
|
})
|
|
2413
2480
|
]
|
|
2414
2481
|
});
|
|
@@ -2436,7 +2503,7 @@ const IconProofreadLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2436
2503
|
title: title || "Proofread",
|
|
2437
2504
|
...rest,
|
|
2438
2505
|
children: /*#__PURE__*/ jsx("path", {
|
|
2439
|
-
d: "M126.7 9.7C124.2 3.8 118.4 0 112 0S99.8 3.8 97.3 9.7l-96
|
|
2506
|
+
d: "M126.7 9.7C124.2 3.8 118.4 0 112 0S99.8 3.8 97.3 9.7l-96 224c-3.5 8.1.3 17.5 8.4 21s17.5-.3 21-8.4L54 192h116l23.3 54.3c3.5 8.1 12.9 11.9 21 8.4s11.9-12.9 8.4-21zM156.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.6C410.3 104.1 416 88.7 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"
|
|
2440
2507
|
})
|
|
2441
2508
|
});
|
|
2442
2509
|
};
|
|
@@ -2465,7 +2532,7 @@ const IconRefresh = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2465
2532
|
...rest,
|
|
2466
2533
|
children: [
|
|
2467
2534
|
/*#__PURE__*/ jsx("path", {
|
|
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
|
|
2535
|
+
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 0 24.4-24.4 42.1-53.1 52.9-83.7 5.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",
|
|
2469
2536
|
opacity: opacity
|
|
2470
2537
|
}),
|
|
2471
2538
|
/*#__PURE__*/ jsx("path", {
|
|
@@ -2594,11 +2661,11 @@ const IconRewrite = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2594
2661
|
...rest,
|
|
2595
2662
|
children: [
|
|
2596
2663
|
/*#__PURE__*/ jsx("path", {
|
|
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.
|
|
2664
|
+
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.5C315 13.4 286.1 8 256 8 119 8 8 119 8 256m288.8 118c-3.3 12.8 4.4 25.9 17.3 29.2 12.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.3-12.8-3.3-25.9 4.4-29.2 17.3z",
|
|
2598
2665
|
opacity: opacity
|
|
2599
2666
|
}),
|
|
2600
2667
|
/*#__PURE__*/ jsx("path", {
|
|
2601
|
-
d: "m406.1 16-39.7 39.7 89.3 89.3 39.8-38.
|
|
2668
|
+
d: "m406.1 16-39.7 39.7 89.3 89.3 39.8-38.9c19.1-18.7 19.2-49.4.4-68.2l-22-21.9C455.1-2.8 424.7-2.7 406 16zm-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"
|
|
2602
2669
|
})
|
|
2603
2670
|
]
|
|
2604
2671
|
});
|
|
@@ -2632,7 +2699,7 @@ const IconRewriteLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2632
2699
|
opacity: opacity
|
|
2633
2700
|
}),
|
|
2634
2701
|
/*#__PURE__*/ jsx("path", {
|
|
2635
|
-
d: "M454.8 45.
|
|
2702
|
+
d: "M454.8 45.5c-12.6-12.6-32.9-12.5-45.4.1L383 72.4l57 57 26.7-26.8c12.5-12.5 12.5-32.8 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"
|
|
2636
2703
|
})
|
|
2637
2704
|
]
|
|
2638
2705
|
});
|
|
@@ -2662,11 +2729,11 @@ const IconRotateLeft = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2662
2729
|
...rest,
|
|
2663
2730
|
children: [
|
|
2664
2731
|
/*#__PURE__*/ jsx("path", {
|
|
2665
|
-
d: "M97.6 369.
|
|
2732
|
+
d: "M97.6 369.1c-12.5 12.5-12.5 32.8 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 0c-12.5-12.5-32.8-12.5-45.3 0z",
|
|
2666
2733
|
opacity: opacity
|
|
2667
2734
|
}),
|
|
2668
2735
|
/*#__PURE__*/ jsx("path", {
|
|
2669
|
-
d: "M168 224H40c-13.3 0-24-10.7-24-
|
|
2736
|
+
d: "M168 224H40c-13.3 0-24-10.7-24-24V72c0-9.7 5.8-18.5 14.8-22.2S50.1 48.1 57 55l128 128c6.9 6.9 8.9 17.2 5.2 26.2S177.7 224 168 224"
|
|
2670
2737
|
})
|
|
2671
2738
|
]
|
|
2672
2739
|
});
|
|
@@ -2695,11 +2762,11 @@ const IconRotateLeftLight = ({ className, viewBox, title, monotone, ...rest })=>
|
|
|
2695
2762
|
...rest,
|
|
2696
2763
|
children: [
|
|
2697
2764
|
/*#__PURE__*/ jsx("path", {
|
|
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.
|
|
2765
|
+
d: "M32 256c0-22.7 3.4-44.6 9.7-65.3 1.9.8 4.1 1.3 6.3 1.3h100.7c15.1 0 27.3-12.2 27.3-27.3 0-7.2-2.9-14.2-8-19.3l-36-36C165.5 81.1 208.7 64 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.8C44.5 340.4 32 299.7 32 256",
|
|
2699
2766
|
opacity: ".4"
|
|
2700
2767
|
}),
|
|
2701
2768
|
/*#__PURE__*/ jsx("path", {
|
|
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
|
|
2769
|
+
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 56c-5.1-5.1-12.1-8-19.3-8C44.2 48 32 60.2 32 75.3V176c0 8.8 7.2 16 16 16h100.7c15.1 0 27.3-12.2 27.3-27.3 0-7.2-2.9-14.2-8-19.3l-36-36C165.5 81.1 208.7 64 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"
|
|
2703
2770
|
})
|
|
2704
2771
|
]
|
|
2705
2772
|
});
|
|
@@ -2855,7 +2922,7 @@ const IconSend = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2855
2922
|
...rest,
|
|
2856
2923
|
children: [
|
|
2857
2924
|
/*#__PURE__*/ jsx("path", {
|
|
2858
|
-
d: "M0 288c0 .7 0 1.3.1
|
|
2925
|
+
d: "M0 288c0 .7 0 1.3.1 2 .8 12.2 8.4 22.9 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.9 9.1 3.8 19.4 3.2 28-1.6s14.5-13.3 16-23l64-416c1.9-12.1-3.4-24.3-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",
|
|
2859
2926
|
opacity: ".4"
|
|
2860
2927
|
}),
|
|
2861
2928
|
/*#__PURE__*/ jsx("path", {
|
|
@@ -2892,7 +2959,7 @@ const IconSendLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2892
2959
|
opacity: ".4"
|
|
2893
2960
|
}),
|
|
2894
2961
|
/*#__PURE__*/ jsx("path", {
|
|
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
|
|
2962
|
+
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 376v93c0 23.8 19.3 43 43 43 13.1 0 25.4-5.9 33.6-16.1l52.8-66h.1l114.2 47.6c9.1 3.8 19.4 3.2 28-1.6s14.5-13.3 16-23l64-416zm-253 380.2-47 58.8c-2.1 2.6-5.3 4.1-8.6 4.1-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"
|
|
2896
2963
|
})
|
|
2897
2964
|
]
|
|
2898
2965
|
});
|
|
@@ -2980,7 +3047,7 @@ const IconShow = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2980
3047
|
opacity: opacity
|
|
2981
3048
|
}),
|
|
2982
3049
|
/*#__PURE__*/ jsx("path", {
|
|
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.
|
|
3050
|
+
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.7 40.8 1.7 77.5 29.6 88.6 71.1 13.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"
|
|
2984
3051
|
})
|
|
2985
3052
|
]
|
|
2986
3053
|
});
|
|
@@ -3014,7 +3081,7 @@ const IconShowLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3014
3081
|
opacity: opacity
|
|
3015
3082
|
}),
|
|
3016
3083
|
/*#__PURE__*/ jsx("path", {
|
|
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.
|
|
3084
|
+
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.7c-3.3 7.9-3.3 16.7 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.1 3.3-7.9 3.3-16.7 0-24.6-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"
|
|
3018
3085
|
})
|
|
3019
3086
|
]
|
|
3020
3087
|
});
|
|
@@ -3044,7 +3111,7 @@ const IconSliders = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3044
3111
|
...rest,
|
|
3045
3112
|
children: [
|
|
3046
3113
|
/*#__PURE__*/ jsx("path", {
|
|
3047
|
-
d: "M0 96c0-17.7 14.3-32 32-32h86.
|
|
3114
|
+
d: "M0 96c0-17.7 14.3-32 32-32h86.7c-2.1 4.9-3.8 10.1-4.9 15.4-.6 2.7-1 5.4-1.3 8.2-.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.7c-2.1 4.9-3.8 10.1-4.9 15.4-.6 2.7-1 5.4-1.3 8.2-.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.7c-2.1 4.9-3.8 10.1-4.9 15.4-.6 2.7-1 5.4-1.3 8.2-.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.3c2.1-4.9 3.8-10.1 4.9-15.4.6-2.7 1-5.4 1.3-8.2.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.3c2.1-4.9 3.8-10.1 4.9-15.4.6-2.7 1-5.4 1.3-8.2.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.7c2.1-4.9 3.8-10.1 4.9-15.4.6-2.7 1-5.4 1.3-8.2.1-1.4.3-2.8.3-4.2s.1-2.8.1-4.2c0-11.4-2.4-22.2-6.7-32z",
|
|
3048
3115
|
opacity: opacity
|
|
3049
3116
|
}),
|
|
3050
3117
|
/*#__PURE__*/ jsx("path", {
|
|
@@ -3112,11 +3179,11 @@ const IconSort = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3112
3179
|
...rest,
|
|
3113
3180
|
children: [
|
|
3114
3181
|
/*#__PURE__*/ jsx("path", {
|
|
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.
|
|
3182
|
+
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.4c12.5 12.5 32.8 12.5 45.3 0 6.2-6.2 9.4-14.4 9.4-22.6s-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",
|
|
3116
3183
|
opacity: opacity
|
|
3117
3184
|
}),
|
|
3118
3185
|
/*#__PURE__*/ jsx("path", {
|
|
3119
|
-
d: "M137.4 470.
|
|
3186
|
+
d: "M137.4 470.6c12.5 12.5 32.8 12.5 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"
|
|
3120
3187
|
})
|
|
3121
3188
|
]
|
|
3122
3189
|
});
|
|
@@ -3150,7 +3217,7 @@ const IconSortDown = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3150
3217
|
opacity: opacity
|
|
3151
3218
|
}),
|
|
3152
3219
|
/*#__PURE__*/ jsx("path", {
|
|
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
|
|
3220
|
+
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 96c6.1 6.6 14.6 10.4 23.6 10.4"
|
|
3154
3221
|
})
|
|
3155
3222
|
]
|
|
3156
3223
|
});
|
|
@@ -3238,7 +3305,7 @@ const IconSortUp = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3238
3305
|
opacity: opacity
|
|
3239
3306
|
}),
|
|
3240
3307
|
/*#__PURE__*/ jsx("path", {
|
|
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-
|
|
3308
|
+
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-96C110.5 35.8 119 32 128 32"
|
|
3242
3309
|
})
|
|
3243
3310
|
]
|
|
3244
3311
|
});
|
|
@@ -3294,11 +3361,11 @@ const IconStarInCircle = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3294
3361
|
...rest,
|
|
3295
3362
|
children: [
|
|
3296
3363
|
/*#__PURE__*/ jsx("path", {
|
|
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.
|
|
3364
|
+
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.4 2.7-5.5 8.3-8.9 14.3-8.9s11.7 3.5 14.3 8.9c12.1 24.5 24.2 49 36.2 73.4 27 3.9 54 7.9 81 11.8 6 .9 11 5.1 12.9 10.9s.3 12.2-4 16.4l-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",
|
|
3298
3365
|
opacity: ".4"
|
|
3299
3366
|
}),
|
|
3300
3367
|
/*#__PURE__*/ jsx("path", {
|
|
3301
|
-
d: "M270.3 112.
|
|
3368
|
+
d: "M270.3 112.9c-2.7-5.5-8.3-8.9-14.3-8.9s-11.7 3.5-14.3 8.9l-36.2 73.4-81.1 11.8c-6 .9-11 5.1-12.9 10.9s-.3 12.2 4 16.4l58.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"
|
|
3302
3369
|
})
|
|
3303
3370
|
]
|
|
3304
3371
|
});
|
|
@@ -3327,11 +3394,11 @@ const IconStarInCircleLight = ({ className, viewBox, title, monotone, ...rest })
|
|
|
3327
3394
|
...rest,
|
|
3328
3395
|
children: [
|
|
3329
3396
|
/*#__PURE__*/ jsx("path", {
|
|
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.
|
|
3397
|
+
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.4c2.7-5.5 8.3-8.9 14.3-8.9s11.7 3.5 14.3 8.9l36.2 73.4 81.1 11.8c6 .9 11 5.1 12.9 10.9s.3 12.2-4 16.4l-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",
|
|
3331
3398
|
opacity: ".4"
|
|
3332
3399
|
}),
|
|
3333
3400
|
/*#__PURE__*/ jsx("path", {
|
|
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.
|
|
3401
|
+
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.1c-2.7-5.5-8.3-8.9-14.3-8.9s-11.7 3.5-14.3 8.9l-36.2 73.4-81 11.8c-6 .9-11 5.1-12.9 10.9s-.3 12.2 4 16.4l58.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"
|
|
3335
3402
|
})
|
|
3336
3403
|
]
|
|
3337
3404
|
});
|
|
@@ -3459,7 +3526,7 @@ const IconUnlockedLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3459
3526
|
opacity: ".4"
|
|
3460
3527
|
}),
|
|
3461
3528
|
/*#__PURE__*/ jsx("path", {
|
|
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.
|
|
3529
|
+
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.8C304.2 60.9 267.5 32 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"
|
|
3463
3530
|
})
|
|
3464
3531
|
]
|
|
3465
3532
|
});
|
|
@@ -3554,7 +3621,7 @@ const IconUp = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3554
3621
|
opacity: opacity
|
|
3555
3622
|
}),
|
|
3556
3623
|
/*#__PURE__*/ jsx("path", {
|
|
3557
|
-
d: "M169.4 41.
|
|
3624
|
+
d: "M169.4 41.4c12.5-12.5 32.8-12.5 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"
|
|
3558
3625
|
})
|
|
3559
3626
|
]
|
|
3560
3627
|
});
|
|
@@ -3615,7 +3682,7 @@ const IconUpload = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3615
3682
|
opacity: opacity
|
|
3616
3683
|
}),
|
|
3617
3684
|
/*#__PURE__*/ jsx("path", {
|
|
3618
|
-
d: "M201.4 9.
|
|
3685
|
+
d: "M201.4 9.4c12.5-12.5 32.8-12.5 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"
|
|
3619
3686
|
})
|
|
3620
3687
|
]
|
|
3621
3688
|
});
|
|
@@ -3738,7 +3805,7 @@ const IconVolume = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3738
3805
|
...rest,
|
|
3739
3806
|
children: [
|
|
3740
3807
|
/*#__PURE__*/ jsx("path", {
|
|
3741
|
-
d: "M405.4 200.1c0-5.3 1.8-10.7 5.4-15.
|
|
3808
|
+
d: "M405.4 200.1c0-5.3 1.8-10.7 5.4-15.1 8.4-10.3 23.5-11.8 33.8-3.5 21.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.6c8.4-10.3 23.5-11.8 33.8-3.5 43.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.8c-10.3-8.4-11.8-23.5-3.5-33.8z",
|
|
3742
3809
|
opacity: opacity
|
|
3743
3810
|
}),
|
|
3744
3811
|
/*#__PURE__*/ jsx("path", {
|
|
@@ -3804,7 +3871,7 @@ const IconWebSearch = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3804
3871
|
...rest,
|
|
3805
3872
|
children: [
|
|
3806
3873
|
/*#__PURE__*/ jsx("path", {
|
|
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.
|
|
3874
|
+
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.4c78.3 20.7 142 77.5 171.9 151.6H376.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",
|
|
3808
3875
|
opacity: ".4"
|
|
3809
3876
|
}),
|
|
3810
3877
|
/*#__PURE__*/ jsx("path", {
|
|
@@ -3837,11 +3904,11 @@ const IconWebSearchLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3837
3904
|
...rest,
|
|
3838
3905
|
children: [
|
|
3839
3906
|
/*#__PURE__*/ jsx("path", {
|
|
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.
|
|
3907
|
+
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.3C126.7 63.1 79.4 105.5 53.6 160m106.7 80.1c26.4-9.7 52.8-19.4 79.1-29.2 17.6-6.5 37.3-2.1 50.5 11.1s17.6 33 11.1 50.5L283.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.7c57.8-19.5 105-61.8 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",
|
|
3841
3908
|
opacity: ".4"
|
|
3842
3909
|
}),
|
|
3843
3910
|
/*#__PURE__*/ jsx("path", {
|
|
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
|
|
3911
|
+
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 256c0-22.1-1.4-43.5-4-64h90.8c6 20.3 9.3 41.8 9.3 64s-3.2 43.7-9.3 64H380c2.6-20.5 4-41.9 4-64m-9.3-96c-9.6-47.6-26.2-88-47.2-116.3 57.8 19.5 105 61.8 130.9 116.3h-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 74c2.5 6.1 8.5 10 15.1 9.9s12.4-4.3 14.7-10.5zM143.3 360l-58.2-24L229 283l-53 143.9-24-58.2c-1.6-3.9-4.8-7.1-8.7-8.7"
|
|
3845
3912
|
})
|
|
3846
3913
|
]
|
|
3847
3914
|
});
|
|
@@ -3851,7 +3918,7 @@ const IconWebSearchLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3851
3918
|
/**
|
|
3852
3919
|
* This file is automatically generated.
|
|
3853
3920
|
* Do not edit it manually.
|
|
3854
|
-
* Last updated on 4/
|
|
3921
|
+
* Last updated on 4/27/2026, 7:17:08 PM.
|
|
3855
3922
|
*/
|
|
3856
3923
|
|
|
3857
3924
|
|
|
@@ -3973,4 +4040,6 @@ const IconWebSearchLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3973
4040
|
|
|
3974
4041
|
|
|
3975
4042
|
|
|
3976
|
-
|
|
4043
|
+
|
|
4044
|
+
|
|
4045
|
+
export { IconAdd, IconAddLight, IconAnthropic, IconAttachment, IconAttachmentLight, IconBack, IconBackLight, IconBookSparkles, IconBookSparklesLight, IconBookmark, IconBookmarkHollow, IconBookmarkLight, IconBrain, IconBrainCircuit, IconBrainCircuitLight, IconBrainLight, IconBranch, IconBranchLight, IconBrightness, IconBrightnessLight, IconChart, IconChartLight, IconChecked, IconCheckedLight, IconClose, IconCloseLight, IconCopied, IconCopiedLight, IconCopy, IconCopyLight, IconDelete, IconDeleteLight, IconDog, IconDown, IconDownLight, IconDownload, IconDownloadLight, IconEdit, IconEditLight, IconEditUser, IconEditUserLight, IconFrenchFlag, IconGitHub, IconGoogleGemini, IconHide, IconHideLight, IconHistory, IconHistoryLight, IconHouseChimney, IconHouseChimneyLight, IconInfo, IconInfoLight, IconKey, IconKeyLight, IconLightBulb, IconLightBulbLight, IconList, IconListLight, IconLocked, IconLockedLight, IconMagic, IconMagicLight, IconMessages, IconMessagesLight, IconNext, IconNextLight, IconOpenAI, IconPasskey, IconPenField, IconPenFieldLight, IconPencilMechanical, IconPencilMechanicalLight, IconPrevious, IconPreviousLight, IconProfile, IconProfileLight, IconProofread, IconProofreadLight, IconRefresh, IconRefreshLight, IconRestore, IconRestoreLight, IconRewrite, IconRewriteLight, IconRotateLeft, IconRotateLeftLight, IconSearch, IconSearchLight, IconSelected, IconSelectedLight, IconSend, IconSendLight, IconSettings, IconSettingsLight, IconShow, IconShowLight, IconSliders, IconSlidersLight, IconSort, IconSortDown, IconSortDownLight, IconSortLight, IconSortUp, IconSortUpLight, IconStarInCircle, IconStarInCircleLight, IconUnChecked, IconUnCheckedLight, IconUnSelected, IconUnSelectedLight, IconUnlocked, IconUnlockedLight, IconUp, IconUpLight, IconUpload, IconUploadLight, IconUser, IconUserLight, IconVolume, IconVolumeLight, IconWebSearch, IconWebSearchLight };
|