@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>.npiju5rie {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("m12 11l8-5H4zm-.025 9H4q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v6h-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="npiju5rie"/>`,
|
|
18
|
+
"fallback": "material-symbols:mail-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>.zruif-b_i {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M4 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v6.125q0 .3-.262.45t-.538.025q-1.825-.85-3.812-.5t-3.463 1.825Q12.85 15 12.363 16.388t-.313 2.862q.05.3-.15.525t-.475.225zm14.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.15M12 11L5.3 6.8q-.425-.275-.862-.025T4 7.525q0 .225.1.413t.3.312l6.55 4.1q.5.3 1.05.3t1.05-.3l6.55-4.1q.2-.125.3-.312t.1-.413q0-.5-.437-.75T18.7 6.8z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="zruif-b_i"/>`,
|
|
18
|
+
"fallback": "material-symbols:mail-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>.sv7ltbb7z {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("m12 13l8-5V6l-8 5l-8-5v2zm.175 7H2V4h20v9.025q-.775-.5-1.662-.763T18.5 12q-2.7 0-4.6 1.9T12 18.5q0 .4.037.775t.138.725m6.325 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="sv7ltbb7z"/>`,
|
|
18
|
+
"fallback": "material-symbols:mail-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>.v1h--mbjb {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("m12 13l8-5V6l-8 5l-8-5v2zm.175 7H4q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v7.025q-.775-.5-1.662-.763T18.5 12q-2.7 0-4.6 1.9T12 18.5q0 .4.037.775t.138.725m6.325 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="v1h--mbjb"/>`,
|
|
18
|
+
"fallback": "material-symbols:mail-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>.nc6zuxy8v {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M6 20V4zm6-4.5q1.725 0 3.063-1.05t1.762-2.65q-.95-.275-1.775-.8t-1.475-1.25h-2.3q.075-1.025.3-1.662T12 7.175V5.5q-2.075 0-3.537 1.463T7 10.5t1.463 3.538T12 15.5M5 22q-.425 0-.712-.288T4 21V3q0-.425.288-.712T5 2h6.6q.425 0 .713.288T12.6 3t-.287.713T11.6 4H6v16h12v-7.175q0-.425.288-.712t.712-.288t.713.288t.287.712V20q0 .825-.587 1.413T18 22zm7-8.175q-.2-.275-.425-.913t-.3-1.662h1.45q-.075 1.025-.3 1.663t-.425.912m-1.8-.325q-.6-.375-1.025-.95t-.575-1.3h1.175q.05.625.15 1.188T10.2 13.5M8.6 9.75q.15-.725.575-1.3T10.2 7.5q-.175.5-.275 1.063t-.15 1.187zm5.2 3.75q.175-.5.275-1.062t.15-1.188H15.4q-.15.725-.575 1.3t-1.025.95m-4.55 5h5.5q.325 0 .538-.213t.212-.537t-.213-.537T14.75 17h-5.5q-.325 0-.537.213t-.213.537t.213.538t.537.212M18.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.15");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="nc6zuxy8v"/>`,
|
|
18
|
+
"fallback": "material-symbols:passport-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>.nr5whsk1t {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M6 20V4zm6-4.5q1.725 0 3.063-1.05t1.762-2.65q-.95-.275-1.775-.8t-1.475-1.25h-2.3q.075-1.025.3-1.662T12 7.175V5.5q-2.075 0-3.537 1.463T7 10.5t1.463 3.538T12 15.5M4 22V2h9.025q-.3.475-.513.975T12.176 4H6v16h12v-8q.5.05 1 0t1-.175V22zm8-8.175q-.2-.275-.425-.913t-.3-1.662h1.45q-.075 1.025-.3 1.663t-.425.912m-1.8-.325q-.6-.375-1.025-.95t-.575-1.3h1.175q.05.625.15 1.188T10.2 13.5M8.6 9.75q.15-.725.575-1.3T10.2 7.5q-.175.5-.275 1.063t-.15 1.187zm5.2 3.75q.175-.5.275-1.062t.15-1.188H15.4q-.15.725-.575 1.3t-1.025.95m-5.3 5h7V17h-7zm10-8.5q-.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="nr5whsk1t"/>`,
|
|
18
|
+
"fallback": "material-symbols:passport-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>.jdkk3lbcn {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M6 20V4zm6-4.5q1.725 0 3.063-1.05t1.762-2.65q-.95-.275-1.775-.8t-1.475-1.25h-2.3q.075-1.025.3-1.662T12 7.175V5.5q-2.075 0-3.537 1.463T7 10.5t1.463 3.538T12 15.5M4 22V2h9.025q-.3.475-.513.975T12.176 4H6v16h12v-8q.5.05 1 0t1-.175V20q0 .825-.587 1.413T18 22zm8-8.175q-.2-.275-.425-.913t-.3-1.662h1.45q-.075 1.025-.3 1.663t-.425.912m-1.8-.325q-.6-.375-1.025-.95t-.575-1.3h1.175q.05.625.15 1.188T10.2 13.5M8.6 9.75q.15-.725.575-1.3T10.2 7.5q-.175.5-.275 1.063t-.15 1.187zm5.2 3.75q.175-.5.275-1.062t.15-1.188H15.4q-.15.725-.575 1.3t-1.025.95m-5.3 5h7V17h-7zm10-8.5q-.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="jdkk3lbcn"/>`,
|
|
18
|
+
"fallback": "material-symbols:passport-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>.l2jblwbuz {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M9.25 18.5h5.5q.325 0 .538-.213t.212-.537t-.213-.537T14.75 17h-5.5q-.325 0-.537.213t-.213.537t.213.538t.537.212m2.025-8.75q.075-1.025.3-1.662T12 7.175q.2.275.425.913t.3 1.662zM12 13.825q-.2-.275-.425-.913t-.3-1.662h1.45q-.075 1.025-.3 1.663t-.425.912m-1.8-.325q-.6-.375-1.025-.95t-.575-1.3h1.175q.05.625.15 1.188T10.2 13.5m3.6 0q.175-.5.275-1.062t.15-1.188H15.4q-.15.725-.575 1.3t-1.025.95M8.6 9.75q.15-.725.575-1.3T10.2 7.5q-.175.5-.275 1.062t-.15 1.188zm9.9.25q-.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.15M5 22q-.425 0-.712-.288T4 21V3q0-.425.288-.712T5 2h6.7q.45 0 .688.388t.037.812q-.2.55-.312 1.125T12 5.5q-2.075 0-3.537 1.463T7 10.5t1.463 3.538T12 15.5q1.725 0 3.063-1.05t1.762-2.65q.55.15 1.1.2t1.1 0q.4-.05.688.2t.287.625V20q0 .825-.587 1.413T18 22z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="l2jblwbuz"/>`,
|
|
18
|
+
"fallback": "material-symbols:passport-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>.ajhgv6_hf {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M8.5 18.5h7V17h-7zm2.775-8.75q.075-1.025.3-1.662T12 7.175q.2.275.425.913t.3 1.662zM12 13.825q-.2-.275-.425-.913t-.3-1.662h1.45q-.075 1.025-.3 1.663t-.425.912m-1.8-.325q-.6-.375-1.025-.95t-.575-1.3h1.175q.05.625.15 1.188T10.2 13.5m3.6 0q.175-.5.275-1.062t.15-1.188H15.4q-.15.725-.575 1.3t-1.025.95M8.6 9.75q.15-.725.575-1.3T10.2 7.5q-.175.5-.275 1.062t-.15 1.188zm9.9.25q-.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.15M4 22V2h9.025q-.3.475-.513.975T12.176 4q-.075.375-.125.75T12 5.5q-2.075 0-3.537 1.463T7 10.5t1.463 3.538T12 15.5q1.725 0 3.063-1.05t1.762-2.65q.275.075.575.125T18 12q.5.05 1 0t1-.175V22z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="ajhgv6_hf"/>`,
|
|
18
|
+
"fallback": "material-symbols:passport-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>.k10s5vb6i {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M8.5 18.5h7V17h-7zm2.775-8.75q.075-1.025.3-1.662T12 7.175q.2.275.425.913t.3 1.662zM12 13.825q-.2-.275-.425-.913t-.3-1.662h1.45q-.075 1.025-.3 1.663t-.425.912m-1.8-.325q-.6-.375-1.025-.95t-.575-1.3h1.175q.05.625.15 1.188T10.2 13.5m3.6 0q.175-.5.275-1.062t.15-1.188H15.4q-.15.725-.575 1.3t-1.025.95M8.6 9.75q.15-.725.575-1.3T10.2 7.5q-.175.5-.275 1.062t-.15 1.188zm9.9.25q-.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.15M4 22V2h9.025q-.3.475-.513.975T12.176 4q-.075.375-.125.75T12 5.5q-2.075 0-3.537 1.463T7 10.5t1.463 3.538T12 15.5q1.725 0 3.063-1.05t1.762-2.65q.275.075.575.125T18 12q.5.05 1 0t1-.175V20q0 .825-.587 1.413T18 22z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="k10s5vb6i"/>`,
|
|
18
|
+
"fallback": "material-symbols:passport-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>.z1kmllbgp {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M4 18V6v5.3v-.3zm0 2q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v4.3q0 .425-.288.713T21 11.3t-.712-.288T20 10.3V6H4v12h6.3q.425 0 .713.288T11.3 19t-.288.713T10.3 20zm10.463 1.538Q13 20.075 13 18t1.463-3.537T18 13t3.538 1.463T23 18t-1.463 3.538T18 23t-3.537-1.463M16.75 20q.2 0 .35-.15t.15-.35v-3q0-.2-.15-.35t-.35-.15t-.35.15t-.15.35v3q0 .2.15.35t.35.15m2.5 0q.2 0 .35-.15t.15-.35v-3q0-.2-.15-.35t-.35-.15t-.35.15t-.15.35v3q0 .2.15.35t.35.15m-7.775-4.55q.55-1.375 1.575-2.4t2.4-1.575q-.975-.45-1.912-1.375T12.2 7.65q-.05-.15-.2-.15t-.2.15q-.4 1.525-1.512 2.638T7.65 11.8q-.15.05-.15.2t.15.2q1.525.4 2.45 1.338t1.375 1.912");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="z1kmllbgp"/>`,
|
|
18
|
+
"fallback": "material-symbols:screen-spark-pause-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>.opw6dz1og {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M4 18V6v5.3v-.3zm7.3 2H2V4h20v8.275q-.45-.325-.95-.562T20 11.3V6H4v12h7q0 .525.075 1.025T11.3 20m3.162 1.538Q13 20.075 13 18t1.463-3.537T18 13t3.538 1.463T23 18t-1.463 3.538T18 23t-3.537-1.463M16.25 20h1v-4h-1zm2.5 0h1v-4h-1zm-7.275-4.55q.55-1.375 1.575-2.4t2.4-1.575q-.975-.45-1.912-1.375T12.2 7.65q-.05-.15-.2-.15t-.2.15q-.4 1.525-1.512 2.638T7.65 11.8q-.15.05-.15.2t.15.2q1.525.4 2.45 1.338t1.375 1.912");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="opw6dz1og"/>`,
|
|
18
|
+
"fallback": "material-symbols:screen-spark-pause-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>.rgvtfzb2r {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M4 18V6v5.3v-.3zm7.3 2H4q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v6.275q-.45-.325-.95-.562T20 11.3V6H4v12h7q0 .525.075 1.025T11.3 20m3.162 1.538Q13 20.075 13 18t1.463-3.537T18 13t3.538 1.463T23 18t-1.463 3.538T18 23t-3.537-1.463M16.25 20h1v-4h-1zm2.5 0h1v-4h-1zm-7.275-4.55q.55-1.375 1.575-2.4t2.4-1.575q-.975-.45-1.912-1.375T12.2 7.65q-.05-.15-.2-.15t-.2.15q-.4 1.525-1.512 2.638T7.65 11.8q-.15.05-.15.2t.15.2q1.525.4 2.45 1.338t1.375 1.912");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="rgvtfzb2r"/>`,
|
|
18
|
+
"fallback": "material-symbols:screen-spark-pause-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>.ed-a7ubrp {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M14.463 21.538Q13 20.075 13 18t1.463-3.537T18 13t3.538 1.463T23 18t-1.463 3.538T18 23t-3.537-1.463M17.1 19.85q.15-.15.15-.35v-3q0-.2-.15-.35t-.35-.15t-.35.15t-.15.35v3q0 .2.15.35t.35.15t.35-.15m2.5 0q.15-.15.15-.35v-3q0-.2-.15-.35t-.35-.15t-.35.15t-.15.35v3q0 .2.15.35t.35.15t.35-.15M2 6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v4.9q0 .45-.387.675t-.813.025q-.65-.275-1.35-.437T18 11q-.675 0-1.312.125t-1.238.35q-1.2-.55-2.05-1.537T12.2 7.65q-.05-.15-.2-.15t-.2.15q-.4 1.525-1.512 2.638T7.65 11.8q-.15.05-.15.2t.15.2q1.3.35 2.288 1.2t1.537 2.05q-.35.85-.45 1.775t.05 1.825q.05.375-.175.662t-.575.288H4q-.825 0-1.412-.587T2 18z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="ed-a7ubrp"/>`,
|
|
18
|
+
"fallback": "material-symbols:screen-spark-pause-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>.t2ja6gjyr {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M14.463 21.538Q13 20.075 13 18t1.463-3.537T18 13t3.538 1.463T23 18t-1.463 3.538T18 23t-3.537-1.463M16.25 20h1v-4h-1zm2.5 0h1v-4h-1zM2 20V4h20v8.275q-.85-.6-1.862-.937T18 11q-.675 0-1.312.125t-1.238.35q-1.2-.55-2.05-1.537T12.2 7.65q-.05-.15-.2-.15t-.2.15q-.4 1.525-1.512 2.638T7.65 11.8q-.15.05-.15.2t.15.2q1.3.35 2.288 1.2t1.537 2.05q-.225.6-.35 1.238T11 18q0 .525.075 1.025T11.3 20z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="t2ja6gjyr"/>`,
|
|
18
|
+
"fallback": "material-symbols:screen-spark-pause-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>.jnvxlnb6v {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M14.463 21.538Q13 20.075 13 18t1.463-3.537T18 13t3.538 1.463T23 18t-1.463 3.538T18 23t-3.537-1.463M16.25 20h1v-4h-1zm2.5 0h1v-4h-1zM4 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v6.275q-.85-.6-1.862-.937T18 11q-.675 0-1.312.125t-1.238.35q-1.2-.55-2.05-1.537T12.2 7.65q-.05-.15-.2-.15t-.2.15q-.4 1.525-1.512 2.638T7.65 11.8q-.15.05-.15.2t.15.2q1.3.35 2.288 1.2t1.537 2.05q-.225.6-.35 1.238T11 18q0 .525.075 1.025T11.3 20z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="jnvxlnb6v"/>`,
|
|
18
|
+
"fallback": "material-symbols:screen-spark-pause",
|
|
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>.tjxu1ipkw {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M6 21q-.825 0-1.412-.587T4 19v-3q0-.425.288-.712T5 15t.713.288T6 16v3h12v-3q0-.425.288-.712T19 15t.713.288T20 16v3q0 .825-.587 1.413T18 21zm-3-8q-.425 0-.712-.288T2 12t.288-.712T3 11h1V5q0-.825.588-1.412T6 3h12q.825 0 1.413.588T20 5v6h1q.425 0 .713.288T22 12t-.288.713T21 13zm3-2h12V5H6zm12 8H6zm0-14H6z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="tjxu1ipkw"/>`,
|
|
18
|
+
"fallback": "material-symbols:split-scene-2-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>.mo2mxhbpb {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M4 21v-6h2v4h12v-4h2v6zm-2-8v-2h2V3h16v8h2v2zm4-2h12V5H6zm12 8H6zm0-14H6z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="mo2mxhbpb"/>`,
|
|
18
|
+
"fallback": "material-symbols:split-scene-2-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>.b-xjjz1ei {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M6 21q-.825 0-1.412-.587T4 19v-4h2v4h12v-4h2v4q0 .825-.587 1.413T18 21zm-4-8v-2h2V5q0-.825.588-1.412T6 3h12q.825 0 1.413.588T20 5v6h2v2zm4-2h12V5H6zm12 8H6zm0-14H6z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="b-xjjz1ei"/>`,
|
|
18
|
+
"fallback": "material-symbols:split-scene-2-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>.g1q62_blu {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M6 21q-.825 0-1.412-.587T4 19v-3q0-.425.288-.712T5 15h14q.425 0 .713.288T20 16v3q0 .825-.587 1.413T18 21zm-3-8q-.425 0-.712-.288T2 12t.288-.712T3 11h1V5q0-.825.588-1.412T6 3h12q.825 0 1.413.588T20 5v6h1q.425 0 .713.288T22 12t-.288.713T21 13z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="g1q62_blu"/>`,
|
|
18
|
+
"fallback": "material-symbols:split-scene-2-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>.o3qy9xntt {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M4 21v-6h16v6zm-2-8v-2h2V3h16v8h2v2z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="o3qy9xntt"/>`,
|
|
18
|
+
"fallback": "material-symbols:split-scene-2-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>.t23ow0bwt {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M6 21q-.825 0-1.412-.587T4 19v-4h16v4q0 .825-.587 1.413T18 21zm-4-8v-2h2V5q0-.825.588-1.412T6 3h12q.825 0 1.413.588T20 5v6h2v2z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="t23ow0bwt"/>`,
|
|
18
|
+
"fallback": "material-symbols:split-scene-2",
|
|
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>.verqrpbal {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("m6 14l-.875 5.175q-.05.35-.325.588T4.175 20q-.45 0-.75-.35t-.225-.8L5 7.875l-2 .8V10q0 .425-.288.712T2 11t-.712-.288T1 10V8.35q0-.475.25-.85t.675-.55L6.05 5.3q.575-.225 1.113-.012T7.9 6q.075.15.175.638t.413 1.012t.9.938T11 9q.425 0 .713.288T12 10t-.288.713T11 11q-.75 0-1.437-.225t-1.263-.6L7.9 12.5l1.625 1.55q.225.225.35.5t.125.6V19q0 .425-.288.713T9 20t-.712-.288T8 19v-3zm.513-10.013Q6 3.475 6 2.75t.513-1.237T7.75 1t1.238.513T9.5 2.75t-.513 1.238T7.75 4.5t-1.237-.513M18.5 22.026q-1.5 0-2.65-.837T14.225 19H12.5q-.425 0-.712-.288T11.5 18t.288-.712T12.5 17H14q.05-.55.238-1.062t.487-.938H13.5q-.425 0-.712-.288T12.5 14t.288-.712T13.5 13h2.45l-.675-2H14.5q-.425 0-.713-.288T13.5 10t.288-.712T14.5 9h.775q.65 0 1.175.363t.725.987l.875 2.625q.125-.025.225-.012t.225.012q1.875 0 3.2 1.325t1.325 3.2t-1.325 3.2t-3.2 1.325m0-2.025q1.05 0 1.775-.725T21 17.5q0-.975-.662-1.687T18.725 15l.725 2.175l-1.9.625l-.725-2.15q-.375.35-.6.813T16 17.5q0 1.05.725 1.775T18.5 20");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="verqrpbal"/>`,
|
|
18
|
+
"fallback": "material-symbols:walk-bike-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>.ll3vq7kji {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M3 20L5 7.875l-2 .8V11H1V7.325L6.05 5.3q.575-.225 1.113-.012T7.9 6q.075.15.175.638t.413 1.012t.9.938T11 9h1v2h-1q-.75 0-1.437-.225t-1.263-.6L7.9 12.5l2.1 2V20H8v-4l-2-2l-1 6zM6.513 3.988Q6 3.475 6 2.75t.513-1.237T7.75 1t1.238.513T9.5 2.75t-.513 1.238T7.75 4.5t-1.237-.513M18.5 22.026q-1.5 0-2.65-.837T14.225 19H11.5l1-2H14q.05-.55.238-1.062t.487-.938H12.5l1-2h2.45l-.675-2H13.5V9h3.225l1.325 3.975q.125-.025.225-.012t.225.012q1.875 0 3.2 1.325t1.325 3.2t-1.325 3.2t-3.2 1.325m0-2.025q1.05 0 1.775-.725T21 17.5q0-.975-.662-1.687T18.725 15l.725 2.175l-1.9.625l-.725-2.15q-.375.35-.6.813T16 17.5q0 1.05.725 1.775T18.5 20");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="ll3vq7kji"/>`,
|
|
18
|
+
"fallback": "material-symbols:walk-bike-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>.mm88lwa2m {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M3 20L5 7.875l-2 .8V11H1V8.35q0-.475.25-.85t.675-.55L6.05 5.3q.575-.225 1.113-.012T7.9 6q.075.15.175.638t.413 1.012t.9.938T11 9h1v2h-1q-.75 0-1.437-.225t-1.263-.6L7.9 12.5l1.625 1.55q.225.225.35.5t.125.6V20H8v-4l-2-2l-1 6zM6.513 3.988Q6 3.475 6 2.75t.513-1.237T7.75 1t1.238.513T9.5 2.75t-.513 1.238T7.75 4.5t-1.237-.513M18.5 22.026q-1.5 0-2.65-.837T14.225 19H11.5l1-2H14q.05-.55.238-1.062t.487-.938H12.5l1-2h2.45l-.675-2H13.5V9h1.775q.65 0 1.175.363t.725.987l.875 2.625q.125-.025.225-.012t.225.012q1.875 0 3.2 1.325t1.325 3.2t-1.325 3.2t-3.2 1.325m0-2.025q1.05 0 1.775-.725T21 17.5q0-.975-.662-1.687T18.725 15l.725 2.175l-1.9.625l-.725-2.15q-.375.35-.6.813T16 17.5q0 1.05.725 1.775T18.5 20");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="mm88lwa2m"/>`,
|
|
18
|
+
"fallback": "material-symbols:walk-bike",
|
|
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>.zbc6l6bvw {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M12 22q-1.65 0-2.812-1.125T8 18.1q-.025-.8.275-1.562T9.15 15.2l3.2-3.175l-3.2-3.175q-.55-.525-.837-1.225T8 6.15q-.05-1.7 1.113-2.925T12 2q.8 0 1.525.3t1.3.875l5.975 6q.575.575.888 1.313T22 12.025t-.3 1.525t-.875 1.3l-6 6q-.575.575-1.3.863T12 22m0-2.025q.4 0 .763-.137t.637-.413l6.075-6.075q.25-.275.388-.625T20 12t-.137-.725t-.388-.625L13.4 4.6q-.275-.275-.638-.425T12 4.025q-.825 0-1.412.588T10 6q0 .425.15.788t.425.637l4.6 4.575l-4.6 4.6q-.275.275-.425.638T10 18q0 .825.587 1.4t1.413.575M15 16q.2 0 .375-.075t.325-.225l2.3-2.275q.275-.275.425-.65t.15-.775t-.15-.775t-.425-.65L15.7 8.3q-.3-.3-.713-.3t-.712.3t-.3.713t.3.712l2.3 2.275l-2.3 2.3q-.3.3-.3.713t.3.687q.15.15.337.225T15 16m-9.5 5.025q-1.475 0-2.488-1.05T2 17.45q0-.725.275-1.4t.8-1.175L6 12.025l-2.925-2.85q-.525-.5-.8-1.175T2 6.6q0-1.5 1.012-2.537T5.5 3.024q.7 0 1.325.238T7.95 4L9 5.025V7.85l-2.45-2.4q-.2-.2-.475-.312T5.5 5.025q-.65 0-1.075.463T4 6.6q0 .325.125.625t.35.525l4.375 4.275L4.475 16.3q-.225.225-.35.513T4 17.425q0 .65.425 1.125t1.075.475q.3 0 .575-.112t.475-.313L9 16.225V19l-1.05 1.025q-.5.5-1.125.75t-1.325.25M15.175 12");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="zbc6l6bvw"/>`,
|
|
18
|
+
"fallback": "material-symbols:workspace-studio-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>.cqcfp4-0e {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M12 22q-1.65 0-2.812-1.125T8 18.1q-.025-.8.275-1.562T9.15 15.2l3.2-3.175l-3.2-3.175q-.55-.525-.837-1.225T8 6.15q-.05-1.7 1.113-2.925T12 2q.8 0 1.525.3t1.3.875l5.975 6q.575.575.888 1.313T22 12.025t-.3 1.525t-.875 1.3l-6 6q-.575.575-1.3.863T12 22m-6.5-.975q-1.475 0-2.488-1.05T2 17.45q0-.725.275-1.4t.8-1.175L6 12.025l-2.925-2.85q-.525-.5-.8-1.175T2 6.6q0-1.5 1.012-2.537T5.5 3.024q.325 0 .625.05t.575.15q-.35.7-.537 1.45T6 6.2q.05 1.175.488 2.213t1.237 1.837L9.5 12.025L7.725 13.8q-.875.85-1.312 1.975T6 18.125q.025.7.188 1.388t.512 1.312q-.275.1-.575.15t-.625.05m8.775-5.325q.325.3.725.3t.7-.3l2.3-2.275q.275-.275.425-.65t.15-.775t-.15-.775t-.425-.65L15.7 8.3q-.3-.3-.712-.3t-.713.3t-.3.713t.3.712l2.3 2.275l-2.3 2.3q-.3.3-.3.713t.3.687");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="cqcfp4-0e"/>`,
|
|
18
|
+
"fallback": "material-symbols:workspace-studio",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|