@iconify-react/material-symbols 1.0.16 → 1.0.18
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/components/a/audio-capture-rounded.jsx +22 -0
- package/components/a/audio-capture-sharp.jsx +22 -0
- package/components/a/audio-capture.jsx +22 -0
- package/components/c/car-spark-outline-rounded.jsx +22 -0
- package/components/c/car-spark-outline-sharp.jsx +22 -0
- package/components/c/car-spark-outline.jsx +22 -0
- package/components/c/car-spark-rounded.jsx +22 -0
- package/components/c/car-spark-sharp.jsx +22 -0
- package/components/c/car-spark.jsx +22 -0
- package/components/c/credit-card-spark-outline-rounded.jsx +22 -0
- package/components/c/credit-card-spark-outline-sharp.jsx +22 -0
- package/components/c/credit-card-spark-outline.jsx +22 -0
- package/components/c/credit-card-spark-rounded.jsx +22 -0
- package/components/c/credit-card-spark-sharp.jsx +22 -0
- package/components/c/credit-card-spark.jsx +22 -0
- package/components/f/flight-spark-rounded.jsx +22 -0
- package/components/f/flight-spark.jsx +22 -0
- package/components/l/light-mode-auto-outline-rounded.jsx +22 -0
- package/components/l/light-mode-auto-outline.jsx +22 -0
- package/components/l/light-mode-auto-rounded.jsx +22 -0
- package/components/l/light-mode-auto.jsx +22 -0
- package/components/l/local-shipping-spark-outline-rounded.jsx +22 -0
- package/components/l/local-shipping-spark-outline.jsx +22 -0
- package/components/l/local-shipping-spark-rounded.jsx +22 -0
- package/components/l/local-shipping-spark.jsx +22 -0
- package/components/m/mail-spark-outline-rounded.jsx +22 -0
- package/components/m/mail-spark-outline-sharp.jsx +22 -0
- package/components/m/mail-spark-outline.jsx +22 -0
- package/components/m/mail-spark-rounded.jsx +22 -0
- package/components/m/mail-spark-sharp.jsx +22 -0
- package/components/m/mail-spark.jsx +22 -0
- package/components/p/passport-spark-outline-rounded.jsx +22 -0
- package/components/p/passport-spark-outline-sharp.jsx +22 -0
- package/components/p/passport-spark-outline.jsx +22 -0
- package/components/p/passport-spark-rounded.jsx +22 -0
- package/components/p/passport-spark-sharp.jsx +22 -0
- package/components/p/passport-spark.jsx +22 -0
- package/components/s/screen-spark-pause-outline-rounded.jsx +22 -0
- package/components/s/screen-spark-pause-outline-sharp.jsx +22 -0
- package/components/s/screen-spark-pause-outline.jsx +22 -0
- package/components/s/screen-spark-pause-rounded.jsx +22 -0
- package/components/s/screen-spark-pause-sharp.jsx +22 -0
- package/components/s/screen-spark-pause.jsx +22 -0
- package/components/s/split-scene-2-outline-rounded.jsx +22 -0
- package/components/s/split-scene-2-outline-sharp.jsx +22 -0
- package/components/s/split-scene-2-outline.jsx +22 -0
- package/components/s/split-scene-2-rounded.jsx +22 -0
- package/components/s/split-scene-2-sharp.jsx +22 -0
- package/components/s/split-scene-2.jsx +22 -0
- package/components/w/walk-bike-rounded.jsx +22 -0
- package/components/w/walk-bike-sharp.jsx +22 -0
- package/components/w/walk-bike.jsx +22 -0
- package/components/w/workspace-studio-outline.jsx +22 -0
- package/components/w/workspace-studio.jsx +22 -0
- package/iconify.json +2 -2
- package/package.json +229 -13
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
|
|
6
|
+
/** @param {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.j1g8o3bdu {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M3.7 20.3q-.475.475-1.088.213T2 19.575V13q0-.425.288-.712T3 12t.713.288T4 13v4.125l.85-.85q.125-.125.313-.2T5.55 16H7q.425 0 .713.288T8 17t-.288.713T7 18H6zM17 18q-.425 0-.712-.288T16 17t.288-.712T17 16h3v-3.025q0-.425.288-.7T21 12t.713.288T22 13v3q0 .825-.587 1.413T20 18zm-5.712-3.287Q11 14.425 11 14V6q0-.425.288-.712T12 5t.713.288T13 6v8q0 .425-.288.713T12 15t-.712-.288m-4-2Q7 12.426 7 12V8q0-.425.288-.712T8 7t.713.288T9 8v4q0 .425-.288.713T8 13t-.712-.288m8-1Q15 11.426 15 11V9q0-.425.288-.712T16 8t.713.288T17 9v2q0 .425-.288.713T16 12t-.712-.288M3 8q-.425 0-.712-.288T2 7V4q0-.825.588-1.412T4 2h3q.425 0 .713.288T8 3t-.288.713T7 4H4v3.025q0 .425-.288.7T3 8m17.288-.288Q20 7.426 20 7V4h-3q-.425 0-.712-.288T16 3t.288-.712T17 2h3q.825 0 1.413.588T22 4v3.025q0 .425-.288.7T21 8t-.712-.288");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="j1g8o3bdu"/>`,
|
|
18
|
+
"fallback": "material-symbols:audio-capture-rounded",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
|
|
6
|
+
/** @param {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.whdw9jb9f {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M2 22V12h2v5.125L5.15 16H8v2H6zm14-4v-2h4v-4h2v6zm-5-3V5h2v10zm-4-2V7h2v6zm8-1V8h2v4zM2 8V2h6v2H4v4zm18 0V4h-4V2h6v6z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="whdw9jb9f"/>`,
|
|
18
|
+
"fallback": "material-symbols:audio-capture-sharp",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
|
|
6
|
+
/** @param {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.ak4xehkue {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M2 22V12h2v5.125L5.15 16H8v2H6zm14-4v-2h4v-4h2v4q0 .825-.587 1.413T20 18zm-5-3V5h2v10zm-4-2V7h2v6zm8-1V8h2v4zM2 8V4q0-.825.588-1.412T4 2h4v2H4v4zm18 0V4h-4V2h4q.825 0 1.413.588T22 4v4z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="ak4xehkue"/>`,
|
|
18
|
+
"fallback": "material-symbols:audio-capture",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
|
|
6
|
+
/** @param {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.g7kp9zi1h {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M5 17v-5zm2.5-1q.625 0 1.063-.437T9 14.5t-.437-1.062T7.5 13t-1.062.438T6 14.5t.438 1.063T7.5 16m9 0q.625 0 1.063-.437T18 14.5t-.437-1.062T16.5 13t-1.062.438T15 14.5t.438 1.063T16.5 16M5 21H4q-.425 0-.712-.288T3 20v-7.65q0-.175.025-.35t.075-.325L5.1 6q.15-.45.538-.725T6.5 5h4.675q.425 0 .712.288t.288.712t-.288.713t-.712.287H6.85L5.8 10h9.375q.425 0 .713.288t.287.712t-.288.713t-.712.287H5v5h14v-4.025q0-.425.288-.712t.712-.288t.713.288t.287.712V20q0 .425-.288.713T20 21h-1q-.425 0-.712-.288T18 20v-1H6v1q0 .425-.288.713T5 21m13.5-11q-.15 0-.2-.15q-.4-1.525-1.513-2.637T14.15 5.7Q14 5.65 14 5.5t.15-.2q1.525-.375 2.638-1.5T18.3 1.15q.05-.15.2-.15t.2.15q.4 1.525 1.513 2.638T22.85 5.3q.15.025.15.2q0 .15-.15.2q-1.525.4-2.637 1.513T18.7 9.85q-.025.15-.2.15");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="g7kp9zi1h"/>`,
|
|
18
|
+
"fallback": "material-symbols:car-spark-outline-rounded",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
|
|
6
|
+
/** @param {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.vkun9zaby {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M5 17v-5zm2.5-1q.625 0 1.063-.437T9 14.5t-.437-1.062T7.5 13t-1.062.438T6 14.5t.438 1.063T7.5 16m9 0q.625 0 1.063-.437T18 14.5t-.437-1.062T16.5 13t-1.062.438T15 14.5t.438 1.063T16.5 16M3 21v-9l2.45-7h6.575q-.05.5-.012 1t.162 1H6.85L5.8 10h8.025q.925.95 2.125 1.475T18.5 12H5v5h14v-5.025q.525-.05 1.013-.162T21 11.5V21h-3v-2H6v2zm15.5-11q-.15 0-.2-.15q-.4-1.525-1.513-2.637T14.15 5.7Q14 5.65 14 5.5t.15-.2q1.525-.375 2.638-1.5T18.3 1.15q.05-.15.2-.15t.2.15q.4 1.525 1.513 2.638T22.85 5.3q.15.025.15.2q0 .15-.15.2q-1.525.4-2.637 1.513T18.7 9.85q-.025.15-.2.15");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="vkun9zaby"/>`,
|
|
18
|
+
"fallback": "material-symbols:car-spark-outline-sharp",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
|
|
6
|
+
/** @param {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.mtmddlbre {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M5 17v-5zm2.5-1q.625 0 1.063-.437T9 14.5t-.437-1.062T7.5 13t-1.062.438T6 14.5t.438 1.063T7.5 16m9 0q.625 0 1.063-.437T18 14.5t-.437-1.062T16.5 13t-1.062.438T15 14.5t.438 1.063T16.5 16M5 21H4q-.425 0-.712-.288T3 20v-8l2.1-6q.15-.45.538-.725T6.5 5h5.525q-.05.5-.013 1t.163 1H6.85L5.8 10h8.025q.925.95 2.125 1.475T18.5 12H5v5h14v-5.025q.525-.05 1.013-.162T21 11.5V20q0 .425-.288.713T20 21h-1q-.425 0-.712-.288T18 20v-1H6v1q0 .425-.288.713T5 21m13.5-11q-.15 0-.2-.15q-.4-1.525-1.513-2.637T14.15 5.7Q14 5.65 14 5.5t.15-.2q1.525-.375 2.638-1.5T18.3 1.15q.05-.15.2-.15t.2.15q.4 1.525 1.513 2.638T22.85 5.3q.15.025.15.2q0 .15-.15.2q-1.525.4-2.637 1.513T18.7 9.85q-.025.15-.2.15");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="mtmddlbre"/>`,
|
|
18
|
+
"fallback": "material-symbols:car-spark-outline",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
|
|
6
|
+
/** @param {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.nhg4t3bqq {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M18.5 10q-.15 0-.2-.15q-.4-1.525-1.513-2.637T14.15 5.7Q14 5.65 14 5.5q0-.175.15-.2q1.525-.4 2.638-1.513T18.3 1.15q.05-.15.2-.15t.2.15q.4 1.525 1.513 2.638T22.85 5.3q.15.025.15.2q0 .15-.15.2q-1.525.4-2.637 1.513T18.7 9.85q-.025.15-.2.15m-2 6q.625 0 1.063-.437T18 14.5t-.437-1.062T16.5 13t-1.062.438T15 14.5t.438 1.063T16.5 16m-9 0q.625 0 1.063-.437T9 14.5t-.437-1.062T7.5 13t-1.062.438T6 14.5t.438 1.063T7.5 16M5 21H4q-.425 0-.712-.288T3 20v-7.65q0-.175.025-.35t.075-.325L5.1 6q.15-.45.538-.725T6.5 5h4.675q.425 0 .712.288t.288.712t-.288.713t-.712.287H6.85L5.8 10h8.025q.925.95 2.125 1.475T18.5 12q.35-.025.675-.062t.65-.088q.45-.1.813.175t.362.7V20q0 .425-.288.713T20 21h-1q-.425 0-.712-.288T18 20v-1H6v1q0 .425-.288.713T5 21");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="nhg4t3bqq"/>`,
|
|
18
|
+
"fallback": "material-symbols:car-spark-rounded",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
|
|
6
|
+
/** @param {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.q3b6w4rhw {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M18.5 10q-.15 0-.2-.15q-.4-1.525-1.513-2.637T14.15 5.7Q14 5.65 14 5.5q0-.175.15-.2q1.525-.4 2.638-1.513T18.3 1.15q.05-.15.2-.15t.2.15q.4 1.525 1.513 2.638T22.85 5.3q.15.025.15.2q0 .15-.15.2q-1.525.4-2.637 1.513T18.7 9.85q-.025.15-.2.15m-2 6q.625 0 1.063-.437T18 14.5t-.437-1.062T16.5 13t-1.062.438T15 14.5t.438 1.063T16.5 16m-9 0q.625 0 1.063-.437T9 14.5t-.437-1.062T7.5 13t-1.062.438T6 14.5t.438 1.063T7.5 16M3 21v-9l2.45-7h6.575q-.05.5-.012 1t.162 1H6.85L5.8 10h8.025q.925.95 2.125 1.475T18.5 12q.675-.05 1.263-.137T21 11.5V21h-3v-2H6v2z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="q3b6w4rhw"/>`,
|
|
18
|
+
"fallback": "material-symbols:car-spark-sharp",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
|
|
6
|
+
/** @param {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.rfmi421oh {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M5 21H4q-.425 0-.712-.288T3 20v-8l2.1-6q.15-.45.538-.725T6.5 5h5.525q-.05.5-.013 1t.163 1H6.85L5.8 10h8.025q.925.95 2.125 1.475T18.5 12q.675-.05 1.263-.137T21 11.5V20q0 .425-.288.713T20 21h-1q-.425 0-.712-.288T18 20v-1H6v1q0 .425-.288.713T5 21m2.5-5q.625 0 1.063-.437T9 14.5t-.437-1.062T7.5 13t-1.062.438T6 14.5t.438 1.063T7.5 16m9 0q.625 0 1.063-.437T18 14.5t-.437-1.062T16.5 13t-1.062.438T15 14.5t.438 1.063T16.5 16m2-6q-.15 0-.2-.15q-.4-1.525-1.513-2.637T14.15 5.7Q14 5.65 14 5.5t.15-.2q1.525-.375 2.638-1.5T18.3 1.15q.05-.15.2-.15t.2.15q.4 1.525 1.513 2.638T22.85 5.3q.15.025.15.2q0 .15-.15.2q-1.525.4-2.637 1.513T18.7 9.85q-.025.15-.2.15");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="rfmi421oh"/>`,
|
|
18
|
+
"fallback": "material-symbols:car-spark",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
|
|
6
|
+
/** @param {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.h2w3wbc9t {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M4 18v-7v.175V6zm0 2q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v4.675q0 .45-.387.7t-.813.05q-.55-.2-1.125-.312T18.5 11q-.95 0-1.825.263T15.05 12H4v6h7.275q.425 0 .7.288t.275.712t-.288.713t-.712.287zM4 8h16V6H4zm14.5 14q-.15 0-.2-.15q-.4-1.525-1.513-2.637T14.15 17.7q-.15-.05-.15-.2q0-.175.15-.2q1.525-.4 2.638-1.513T18.3 13.15q.05-.15.2-.15t.2.15q.4 1.525 1.513 2.638T22.85 17.3q.15.025.15.2q0 .15-.15.2q-1.525.4-2.637 1.513T18.7 21.85q-.025.15-.2.15");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="h2w3wbc9t"/>`,
|
|
18
|
+
"fallback": "material-symbols:credit-card-spark-outline-rounded",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
|
|
6
|
+
/** @param {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.uefngpqph {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M4 18v-7v.175V6zm-2 2V4h20v8q-.8-.475-1.675-.737T18.5 11t-1.825.263T15.05 12H4v6h8.025q.05.525.163 1.025T12.5 20zM4 8h16V6H4zm14.5 14q-.15 0-.2-.15q-.4-1.525-1.513-2.637T14.15 17.7q-.15-.05-.15-.2q0-.175.15-.2q1.525-.4 2.638-1.513T18.3 13.15q.05-.15.2-.15t.2.15q.4 1.525 1.513 2.638T22.85 17.3q.15.025.15.2q0 .15-.15.2q-1.525.4-2.637 1.513T18.7 21.85q-.025.15-.2.15");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="uefngpqph"/>`,
|
|
18
|
+
"fallback": "material-symbols:credit-card-spark-outline-sharp",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
|
|
6
|
+
/** @param {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.upl9rwbtr {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M4 18v-7v.175V6zm0 2q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v6q-.8-.475-1.675-.737T18.5 11t-1.825.263T15.05 12H4v6h8.025q.05.525.163 1.025T12.5 20zM4 8h16V6H4zm14.5 14q-.15 0-.2-.15q-.4-1.525-1.513-2.637T14.15 17.7q-.15-.05-.15-.2q0-.175.15-.2q1.525-.4 2.638-1.513T18.3 13.15q.05-.15.2-.15t.2.15q.4 1.525 1.513 2.638T22.85 17.3q.15.025.15.2q0 .15-.15.2q-1.525.4-2.637 1.513T18.7 21.85q-.025.15-.2.15");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="upl9rwbtr"/>`,
|
|
18
|
+
"fallback": "material-symbols:credit-card-spark-outline",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
|
|
6
|
+
/** @param {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.gwl0vj7bq {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M18.5 22q-.15 0-.2-.15q-.4-1.525-1.513-2.637T14.15 17.7q-.15-.05-.15-.2q0-.175.15-.2q1.525-.4 2.638-1.513T18.3 13.15q.05-.15.2-.15t.2.15q.4 1.525 1.513 2.638T22.85 17.3q.15.025.15.2q0 .15-.15.2q-1.525.4-2.637 1.513T18.7 21.85q-.025.15-.2.15M4 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v5.025q0 .425-.288.713t-.712.287t-.712-.288t-.288-.712V8H4v4h8.725q.575 0 .8.55t-.2 1.025q-.9 1.2-1.2 2.638T12.2 19.1q.1.35-.088.625t-.537.275z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="gwl0vj7bq"/>`,
|
|
18
|
+
"fallback": "material-symbols:credit-card-spark-rounded",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
|
|
6
|
+
/** @param {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.zyd_hdcou {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M18.5 22q-.15 0-.2-.15q-.4-1.525-1.513-2.637T14.15 17.7q-.15-.05-.15-.2q0-.175.15-.2q1.525-.4 2.638-1.513T18.3 13.15q.05-.15.2-.15t.2.15q.4 1.525 1.513 2.638T22.85 17.3q.15.025.15.2q0 .15-.15.2q-1.525.4-2.637 1.513T18.7 21.85q-.025.15-.2.15m-6-2H2V4h20v8.025q-.45-.3-.95-.513T20 11.176V8H4v4h11.05q-1.375.875-2.212 2.325T12 17.5q0 .65.125 1.288T12.5 20");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="zyd_hdcou"/>`,
|
|
18
|
+
"fallback": "material-symbols:credit-card-spark-sharp",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
|
|
6
|
+
/** @param {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.j5u_sx4ey {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M12.5 20H4q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v6.025q-.45-.3-.95-.513T20 11.176V8H4v4h11.05q-1.375.875-2.212 2.325T12 17.5q0 .65.125 1.288T12.5 20m6 2q-.15 0-.2-.15q-.4-1.525-1.513-2.637T14.15 17.7q-.15-.05-.15-.2q0-.175.15-.2q1.525-.4 2.638-1.513T18.3 13.15q.05-.15.2-.15t.2.15q.4 1.525 1.513 2.638T22.85 17.3q.15.025.15.2q0 .15-.15.2q-1.525.4-2.637 1.513T18.7 21.85q-.025.15-.2.15");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="j5u_sx4ey"/>`,
|
|
18
|
+
"fallback": "material-symbols:credit-card-spark",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
|
|
6
|
+
/** @param {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.rfax9maio {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M18.5 10q-.15 0-.2-.15q-.4-1.525-1.513-2.637T14.15 5.7Q14 5.65 14 5.5t.15-.2q1.525-.375 2.638-1.5T18.3 1.15q.05-.15.2-.15t.2.15q.4 1.525 1.513 2.638T22.85 5.3q.15.025.15.2q0 .15-.15.2q-1.525.4-2.637 1.513T18.7 9.85q-.025.15-.2.15M9 13.8l-6.325 2.525q-.6.25-1.137-.112T1 15.2v-.55q0-.3.138-.575t.387-.45L9 8.4V4q0-.825.588-1.412T11 2t1.413.588T13 4v4.4l7.475 5.225q.25.175.388.45t.137.575v.55q0 .65-.537 1.013t-1.138.112L13 13.8v3.6l2.575 1.8q.2.15.313.363t.112.462v.6q0 .5-.413.813t-.912.162L11 20.5l-3.675 1.1q-.5.15-.913-.162T6 20.625v-.6q0-.25.113-.462t.312-.363L9 17.4z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="rfax9maio"/>`,
|
|
18
|
+
"fallback": "material-symbols:flight-spark-rounded",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
|
|
6
|
+
/** @param {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.l6sqs6bwy {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M18.5 10q-.15 0-.2-.15q-.4-1.525-1.513-2.637T14.15 5.7Q14 5.65 14 5.5q0-.175.15-.2q1.525-.4 2.638-1.513T18.3 1.15q.05-.15.2-.15t.2.15q.4 1.525 1.513 2.638T22.85 5.3q.15.025.15.2q0 .15-.15.2q-1.525.4-2.637 1.513T18.7 9.85q-.025.15-.2.15M6 22v-2.5l3-2.1v-3.6L1 17v-3l8-5.6V4q0-.825.588-1.412T11 2t1.413.588T13 4v4.4l8 5.6v3l-8-3.2v3.6l3 2.1V22l-5-1.5z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="l6sqs6bwy"/>`,
|
|
18
|
+
"fallback": "material-symbols:flight-spark",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
|
|
6
|
+
/** @param {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.u4d9itb9q {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M12 17q-2.075 0-3.537-1.463T7 12q0-2.1 1.488-3.55T12 7q.15 0 .3.013t.325.037q.425.05.675.363t.2.737t-.375.675t-.75.2Q12.275 9 12.188 9H12q-1.225 0-2.113.863T9 12q0 1.25.875 2.125T12 15q.95 0 1.725-.55t1.1-1.45q.125-.4.5-.562t.775-.038t.562.5t.038.775q-.525 1.5-1.812 2.413T12 17m4.4-8l-.5 1.4q-.1.275-.325.438t-.5.162q-.475 0-.737-.387t-.113-.813l2.55-7.175q.1-.275.35-.45t.55-.175h.65q.3 0 .55.175t.35.45l2.55 7.175q.15.425-.112.813t-.738.387q-.275 0-.5-.162T20.1 10.4L19.6 9zm.45-1.35h2.3L18 4zM2 13q-.425 0-.712-.288T1 12t.288-.712T2 11h2q.425 0 .713.288T5 12t-.288.713T4 13zm9.288-8.287Q11 4.425 11 4V2q0-.425.288-.712T12 1t.713.288T13 2v2q0 .425-.288.713T12 5t-.712-.288m0 18Q11 22.426 11 22v-2q0-.425.288-.712T12 19t.713.288T13 20v2q0 .425-.288.713T12 23t-.712-.288M5.65 7.05L4.575 6q-.3-.275-.288-.7t.288-.725q.3-.3.725-.3t.7.3L7.05 5.65q.275.3.275.7t-.275.7t-.687.288t-.713-.288M18 19.425l-1.05-1.075q-.275-.3-.275-.712t.275-.688q.275-.3.688-.287t.712.287L19.425 18q.3.275.288.7t-.288.725q-.3.3-.725.3t-.7-.3m-13.425 0q-.3-.3-.3-.725t.3-.7l1.075-1.05q.3-.275.712-.275t.688.275q.3.275.288.688t-.288.712L6 19.425q-.275.3-.7.288t-.725-.288M11.925 12");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="u4d9itb9q"/>`,
|
|
18
|
+
"fallback": "material-symbols:light-mode-auto-outline-rounded",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
|
|
6
|
+
/** @param {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.s3zmsmv0o {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M1 13v-2h4v2zm10-8V1h2v4zm0 18v-4h2v4zM6.4 7.75L3.875 5.325L5.3 3.85l2.4 2.5zm12.3 12.4l-2.425-2.525L17.6 16.25l2.525 2.425zm-13.375-.025L3.85 18.7l2.525-2.425L7.75 17.6zM12 17q-2.075 0-3.537-1.463T7 12t1.463-3.537T12 7q.275 0 .525.038t.525.087l-.675 1.9Q12.275 9 12.188 9H12q-1.25 0-2.125.875T9 12t.875 2.125T12 15q.975 0 1.738-.562T14.825 13H16.9q-.35 1.725-1.725 2.863T12 17m1.8-6L17 2h2l3.2 9h-1.9l-.7-2h-3.2l-.7 2zm3.05-3.35h2.3L18 4z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="s3zmsmv0o"/>`,
|
|
18
|
+
"fallback": "material-symbols:light-mode-auto-outline",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
|
|
6
|
+
/** @param {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.q83ypogut {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("m16.4 9l-.5 1.4q-.1.275-.325.438t-.5.162q-.475 0-.737-.387t-.113-.813l2.55-7.175q.1-.275.35-.45t.55-.175h.65q.3 0 .55.175t.35.45l2.55 7.175q.15.425-.112.813t-.738.387q-.275 0-.5-.162T20.1 10.4L19.6 9zm.45-1.35h2.3L18 4zM2 13q-.425 0-.712-.288T1 12t.288-.712T2 11h2q.425 0 .713.288T5 12t-.288.713T4 13zm9.288-8.287Q11 4.425 11 4V2q0-.425.288-.712T12 1t.713.288T13 2v2q0 .425-.288.713T12 5t-.712-.288m0 18Q11 22.426 11 22v-2q0-.425.288-.712T12 19t.713.288T13 20v2q0 .425-.288.713T12 23t-.712-.288M5.65 7.05L4.575 6q-.3-.275-.288-.7t.288-.725q.3-.3.725-.3t.7.3L7.05 5.65q.275.3.275.7t-.275.7t-.687.288t-.713-.288M18 19.425l-1.05-1.075q-.275-.3-.275-.712t.275-.688q.275-.3.688-.287t.712.287L19.425 18q.3.275.288.7t-.288.725q-.3.3-.725.3t-.7-.3m-13.425 0q-.3-.3-.3-.725t.3-.7l1.075-1.05q.3-.275.712-.275t.688.275q.3.275.288.688t-.288.712L6 19.425q-.275.3-.7.288t-.725-.288M12 17q-2.075 0-3.537-1.463T7 12q0-2.125 1.475-3.588T12.075 7q.375 0 .575.325t.075.7l-.8 2.3q-.35.975.237 1.825T13.8 13h1.7q.55 0 .838.425t.087.9q-.625 1.2-1.8 1.938T12 17");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="q83ypogut"/>`,
|
|
18
|
+
"fallback": "material-symbols:light-mode-auto-rounded",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
|
|
6
|
+
/** @param {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.ge51r8bxv {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M1 13v-2h4v2zm10-8V1h2v4zm0 18v-4h2v4zM6.4 7.75L3.875 5.325L5.3 3.85l2.4 2.5zm12.3 12.4l-2.425-2.525L17.6 16.25l2.525 2.425zm-13.375-.025L3.85 18.7l2.525-2.425L7.75 17.6zM13.8 11L17 2h2l3.2 9h-1.9l-.7-2h-3.2l-.7 2zm3.05-3.35h2.3L18 4zM12 17q-2.075 0-3.537-1.463T7 12t1.463-3.537T12 7q.275 0 .525.025t.525.075L10.975 13H16.9q-.35 1.725-1.712 2.863T12 17");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="ge51r8bxv"/>`,
|
|
18
|
+
"fallback": "material-symbols:light-mode-auto",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
|
|
6
|
+
/** @param {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.l_df6v8zb {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M6.713 17.713Q7 17.425 7 17t-.288-.712T6 16t-.712.288T5 17t.288.713T6 18t.713-.288m12 0Q19 17.426 19 17t-.288-.712T18 16t-.712.288T17 17t.288.713T18 18t.713-.288M17 13h4.25L19 10h-2zM3.875 19.125Q3 18.25 3 17H2q-.425 0-.712-.288T1 16v-4.825q0-.425.288-.712T2 10.175t.713.288t.287.712V15h.8q.425-.45.975-.725T6 14t1.225.275T8.2 15H15V6h-2.1q-.4 0-.675-.262t-.325-.663q-.05-.425.263-.75T12.9 4H16q.425 0 .713.288T17 5v3h2q.475 0 .9.213t.7.587l2 2.675q.2.275.3.575t.1.625V16q0 .425-.288.713T22 17h-1q0 1.25-.875 2.125T18 20t-2.125-.875T15 17H9q0 1.25-.875 2.125T6 20t-2.125-.875M5.5 10q-.15 0-.2-.15q-.4-1.525-1.513-2.637T1.15 5.7Q1 5.65 1 5.5t.15-.2q1.525-.375 2.638-1.5T5.3 1.15Q5.35 1 5.5 1t.2.15q.4 1.525 1.513 2.638T9.85 5.3q.15.025.15.2q0 .15-.15.2q-1.525.4-2.637 1.513T5.7 9.85q-.025.15-.2.15");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="l_df6v8zb"/>`,
|
|
18
|
+
"fallback": "material-symbols:local-shipping-spark-outline-rounded",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
|
|
6
|
+
/** @param {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.a76xp2bts {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M6.713 17.713Q7 17.425 7 17t-.288-.712T6 16t-.712.288T5 17t.288.713T6 18t.713-.288m12 0Q19 17.426 19 17t-.288-.712T18 16t-.712.288T17 17t.288.713T18 18t.713-.288M17 13h4.25L19 10h-2zm-5.175-9H17v4h3l3 4v5h-2q0 1.25-.875 2.125T18 20t-2.125-.875T15 17H9q0 1.25-.875 2.125T6 20t-2.125-.875T3 17H1v-6.825q.425.425.925.75T3 11.5V15h.8q.425-.45.975-.725T6 14t1.225.275T8.2 15H15V6h-3.025q.05-.5.013-1t-.163-1M5.5 10q-.15 0-.2-.15q-.4-1.525-1.513-2.637T1.15 5.7Q1 5.65 1 5.5t.15-.2q1.525-.375 2.638-1.5T5.3 1.15Q5.35 1 5.5 1t.2.15q.4 1.525 1.513 2.638T9.85 5.3q.15.025.15.2q0 .15-.15.2q-1.525.4-2.637 1.513T5.7 9.85q-.025.15-.2.15");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="a76xp2bts"/>`,
|
|
18
|
+
"fallback": "material-symbols:local-shipping-spark-outline",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
|
|
6
|
+
/** @param {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.z_1crnslq {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M5.5 10q-.15 0-.2-.15q-.4-1.525-1.513-2.637T1.15 5.7Q1 5.65 1 5.5q0-.175.15-.2q1.525-.4 2.638-1.513T5.3 1.15Q5.35 1 5.5 1t.2.15q.4 1.525 1.513 2.638T9.85 5.3q.15.025.15.2q0 .15-.15.2q-1.525.4-2.637 1.513T5.7 9.85q-.025.15-.2.15m1.213 7.713Q7 17.425 7 17t-.288-.712T6 16t-.712.288T5 17t.288.713T6 18t.713-.288m12 0Q19 17.426 19 17t-.288-.712T18 16t-.712.288T17 17t.288.713T18 18t.713-.288M17 13h4.25L19 10h-2zM3.875 19.125Q3 18.25 3 17H2q-.425 0-.712-.288T1 16v-4.35q0-.425.4-.638t.775.063q.75.45 1.6.688T5.5 12q1.35 0 2.525-.525t2.05-1.4Q11.15 9 11.638 7.613t.312-2.863q-.05-.3.15-.525T12.575 4H16q.425 0 .713.287T17 5v3h2q.475 0 .9.213t.7.587l2 2.675q.2.275.3.575t.1.625V16q0 .425-.288.713T22 17h-1q0 1.25-.875 2.125T18 20t-2.125-.875T15 17H9q0 1.25-.875 2.125T6 20t-2.125-.875");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="z_1crnslq"/>`,
|
|
18
|
+
"fallback": "material-symbols:local-shipping-spark-rounded",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
|
|
6
|
+
/** @param {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.kjofq6tir {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M6.713 17.713Q7 17.425 7 17t-.288-.712T6 16t-.712.288T5 17t.288.713T6 18t.713-.288m12 0Q19 17.426 19 17t-.288-.712T18 16t-.712.288T17 17t.288.713T18 18t.713-.288M17 13h4.25L19 10h-2zM5.5 10q-.15 0-.2-.15q-.4-1.525-1.513-2.637T1.15 5.7Q1 5.65 1 5.5t.15-.2q1.525-.375 2.638-1.5T5.3 1.15Q5.35 1 5.5 1t.2.15q.4 1.525 1.513 2.638T9.85 5.3q.15.025.15.2q0 .15-.15.2q-1.525.4-2.637 1.513T5.7 9.85q-.025.15-.2.15m-1.625 9.125Q3 18.25 3 17H1v-6.825q.9.875 2.063 1.35T5.5 12q2.675 0 4.588-1.9T12 5.5q0-.375-.038-.75T11.826 4H17v4h3l3 4v5h-2q0 1.25-.875 2.125T18 20t-2.125-.875T15 17H9q0 1.25-.875 2.125T6 20t-2.125-.875");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="kjofq6tir"/>`,
|
|
18
|
+
"fallback": "material-symbols:local-shipping-spark",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
|
|
6
|
+
/** @param {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.fn77p6bbd {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("m12 11l8-5H4zm-8 9q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v5.6q0 .425-.288.713T21 12.6t-.712-.287T20 11.6V8l-6.95 4.35q-.5.3-1.05.3t-1.05-.3L4 8v10h7.025q.425 0 .713.288t.287.712t-.288.713t-.712.287zm14.5 3q-.15 0-.2-.15q-.4-1.525-1.513-2.637T14.15 18.7q-.15-.05-.15-.2q0-.175.15-.2q1.525-.4 2.638-1.513T18.3 14.15q.05-.15.2-.15t.2.15q.4 1.525 1.513 2.638T22.85 18.3q.15.025.15.2q0 .15-.15.2q-1.525.4-2.637 1.513T18.7 22.85q-.025.15-.2.15");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="fn77p6bbd"/>`,
|
|
18
|
+
"fallback": "material-symbols:mail-spark-outline-rounded",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
|
|
6
|
+
/** @param {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.byxxcsbva {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("m12 11l8-5H4zm-.025 9H2V4h20v8h-2V8l-8 5l-8-5v10h7.975zm6.525 3q-.15 0-.2-.15q-.4-1.525-1.513-2.637T14.15 18.7q-.15-.05-.15-.2q0-.175.15-.2q1.525-.4 2.638-1.513T18.3 14.15q.05-.15.2-.15t.2.15q.4 1.525 1.513 2.638T22.85 18.3q.15.025.15.2q0 .15-.15.2q-1.525.4-2.637 1.513T18.7 22.85q-.025.15-.2.15");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="byxxcsbva"/>`,
|
|
18
|
+
"fallback": "material-symbols:mail-spark-outline-sharp",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|