@iconify-react/material-symbols 1.0.4 → 1.0.6
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/b/blinds-2-closed-outline-rounded.jsx +22 -0
- package/components/b/blinds-2-closed-outline.jsx +22 -0
- package/components/b/blinds-2-closed-rounded.jsx +22 -0
- package/components/b/blinds-2-closed.jsx +22 -0
- package/components/b/blinds-2-outline-rounded.jsx +22 -0
- package/components/b/blinds-2-outline.jsx +22 -0
- package/components/b/blinds-2-rounded.jsx +22 -0
- package/components/b/blinds-2.jsx +22 -0
- package/components/b/bolt-boost-rounded.jsx +22 -0
- package/components/b/bolt-boost.jsx +22 -0
- package/components/g/garage-door-open-outline-rounded.jsx +22 -0
- package/components/g/garage-door-open-outline.jsx +22 -0
- package/components/g/garage-door-open-rounded.jsx +22 -0
- package/components/g/garage-door-open.jsx +22 -0
- package/components/g/garage-door-outline-rounded.jsx +3 -3
- package/components/g/garage-door-outline.jsx +3 -3
- package/components/g/garage-door-rounded.jsx +3 -3
- package/components/g/garage-door.jsx +3 -3
- package/components/l/light-group-2-outline-rounded.jsx +22 -0
- package/components/l/light-group-2-outline.jsx +22 -0
- package/components/l/light-group-2-rounded.jsx +22 -0
- package/components/l/light-group-2.jsx +22 -0
- package/components/l/lightstrip-outline-sharp.jsx +22 -0
- package/components/l/lightstrip-outline.jsx +22 -0
- package/components/l/lightstrip-sharp.jsx +22 -0
- package/components/l/lightstrip.jsx +22 -0
- package/components/s/shades-closed-outline-rounded.jsx +22 -0
- package/components/s/shades-closed-outline.jsx +22 -0
- package/components/s/shades-closed-rounded.jsx +22 -0
- package/components/s/shades-closed.jsx +22 -0
- package/components/s/shades-outline-rounded.jsx +22 -0
- package/components/s/shades-outline.jsx +22 -0
- package/components/s/shades-rounded.jsx +22 -0
- package/components/s/shades.jsx +22 -0
- package/components/s/soundbar-outline-rounded.jsx +22 -0
- package/components/s/soundbar-outline-sharp.jsx +22 -0
- package/components/s/soundbar-outline.jsx +22 -0
- package/components/s/soundbar-rounded.jsx +22 -0
- package/components/s/soundbar-sharp.jsx +22 -0
- package/components/s/soundbar.jsx +22 -0
- package/components/s/speaker-2-outline-rounded.jsx +22 -0
- package/components/s/speaker-2-outline-sharp.jsx +22 -0
- package/components/s/speaker-2-outline.jsx +22 -0
- package/components/s/speaker-2-rounded.jsx +22 -0
- package/components/s/speaker-2-sharp.jsx +22 -0
- package/components/s/speaker-2.jsx +22 -0
- package/components/s/subwoofer-outline-rounded.jsx +22 -0
- package/components/s/subwoofer-outline-sharp.jsx +22 -0
- package/components/s/subwoofer-outline.jsx +22 -0
- package/components/s/subwoofer-rounded.jsx +22 -0
- package/components/s/subwoofer-sharp.jsx +22 -0
- package/components/s/subwoofer.jsx +22 -0
- package/components/s/switch-off-outline-rounded.jsx +22 -0
- package/components/s/switch-off-outline-sharp.jsx +22 -0
- package/components/s/switch-off-outline.jsx +22 -0
- package/components/s/switch-off-rounded.jsx +22 -0
- package/components/s/switch-off-sharp.jsx +22 -0
- package/components/s/switch-off.jsx +22 -0
- package/components/s/switch-outline-rounded.jsx +3 -3
- package/components/s/switch-outline-sharp.jsx +3 -3
- package/components/s/switch-outline.jsx +3 -3
- package/components/s/switch-rounded.jsx +3 -3
- package/components/s/switch-sharp.jsx +3 -3
- package/components/s/switch.jsx +3 -3
- package/components/v/vacuum-2-on-outline.jsx +22 -0
- package/components/v/vacuum-2-on.jsx +22 -0
- package/components/v/vacuum-2-outline.jsx +22 -0
- package/components/v/vacuum-2.jsx +22 -0
- package/iconify.json +2 -2
- package/package.json +233 -1
|
@@ -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
|
+
/** @type {{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>.lyz67vep {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M5.55 20h12.9l-1.4-2H16v.5q0 .425-.287.713T15 19.5t-.712-.288T14 18.5V18H6.95zM16 10h2.45l-1.4-2H16zM5 4q-.425 0-.712.288T4 5v1h16V5q0-.425-.288-.712T19 4zM4 6h16zm12 9h2.45l-1.4-2H16zM5.55 15H14v-2H6.95zm0-5H14V8H6.95zM6 22q-.825 0-1.413-.587T4 20V8H3q-.425 0-.712-.288T2 7V5q0-1.25.875-2.125T5 2h14q1.25 0 2.125.875T22 5v2q0 .425-.288.713T21 8h-1v12q0 .825-.587 1.413T18 22z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="lyz67vep"/>`,
|
|
18
|
+
"fallback": "material-symbols:blinds-2-closed-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
|
+
/** @type {{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>.ejp8gu9w {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M5 2h14q1.25 0 2.125.875T22 5v3h-2v14H4V8H2V5q0-1.25.875-2.125T5 2m.55 18h12.9l-1.4-2H16v.5q0 .425-.288.713T15 19.5t-.712-.288T14 18.5V18H6.95zM16 10h2.45l-1.4-2H16zM5 4q-.425 0-.712.288T4 5v1h16V5q0-.425-.288-.712T19 4zM4 6h16zm12 9h2.45l-1.4-2H16zM5.55 15H14v-2H6.95zm0-5H14V8H6.95z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="ejp8gu9w"/>`,
|
|
18
|
+
"fallback": "material-symbols:blinds-2-closed-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
|
+
/** @type {{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>.kq5rs0cd {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M5.55 20h12.9l-1.4-2H16v.5q0 .425-.287.713T15 19.5t-.712-.288T14 18.5V18H6.95zM16 10h2.45l-1.4-2H16zm0 5h2.45l-1.4-2H16zM5.55 15H14v-2H6.95zm0-5H14V8H6.95zM6 22q-.825 0-1.413-.587T4 20V8H3q-.425 0-.712-.288T2 7V5q0-1.25.875-2.125T5 2h14q1.25 0 2.125.875T22 5v2q0 .425-.288.713T21 8h-1v12q0 .825-.587 1.413T18 22z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="kq5rs0cd"/>`,
|
|
18
|
+
"fallback": "material-symbols:blinds-2-closed-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
|
+
/** @type {{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>.af__z6bo {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M5 2h14q1.25 0 2.125.875T22 5v3h-2v14H4V8H2V5q0-1.25.875-2.125T5 2m.55 18h12.9l-1.4-2H16v.5q0 .425-.288.713T15 19.5t-.712-.288T14 18.5V18H6.95zM16 10h2.45l-1.4-2H16zm0 5h2.45l-1.4-2H16zM5.55 15H14v-2H6.95zm0-5H14V8H6.95z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="af__z6bo"/>`,
|
|
18
|
+
"fallback": "material-symbols:blinds-2-closed",
|
|
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
|
+
/** @type {{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>.dcmw5gba {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M6 22q-.825 0-1.412-.587T4 20V8H3q-.425 0-.712-.288T2 7V5q0-1.25.875-2.125T5 2h14q1.25 0 2.125.875T22 5v2q0 .425-.288.713T21 8h-1v12q0 .825-.587 1.413T18 22zm0-2h12v-3H6zm0-5h12v-3h-2v1q0 .425-.288.713T15 14t-.712-.288T14 13v-1H6zm0-5h8V8H6zm10 0h2V8h-2zM4 6h16V5q0-.425-.288-.712T19 4H5q-.425 0-.712.288T4 5zm16 0H4z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="dcmw5gba"/>`,
|
|
18
|
+
"fallback": "material-symbols:blinds-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
|
+
/** @type {{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>.z3lbchwi {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M4 22V8H2V5q0-1.25.875-2.125T5 2h14q1.25 0 2.125.875T22 5v3h-2v14zm2-2h12v-3H6zm0-5h12v-3h-2v1q0 .425-.288.713T15 14t-.712-.288T14 13v-1H6zm0-5h8V8H6zm10 0h2V8h-2zM4 6h16V5q0-.425-.288-.712T19 4H5q-.425 0-.712.288T4 5zm16 0H4z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="z3lbchwi"/>`,
|
|
18
|
+
"fallback": "material-symbols:blinds-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
|
+
/** @type {{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>.ov4u-ubq {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M6 22q-.825 0-1.412-.587T4 20V8H3q-.425 0-.712-.288T2 7V5q0-1.25.875-2.125T5 2h14q1.25 0 2.125.875T22 5v2q0 .425-.288.713T21 8h-1v12q0 .825-.587 1.413T18 22zm0-2h12v-3H6zm0-5h12v-3h-2v1q0 .425-.288.713T15 14t-.712-.288T14 13v-1H6zm0-5h8V8H6zm10 0h2V8h-2z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="ov4u-ubq"/>`,
|
|
18
|
+
"fallback": "material-symbols:blinds-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
|
+
/** @type {{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>.tdv6pcu {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M4 22V8H2V5q0-1.25.875-2.125T5 2h14q1.25 0 2.125.875T22 5v3h-2v14zm2-2h12v-3H6zm0-5h12v-3h-2v1q0 .425-.288.713T15 14t-.712-.288T14 13v-1H6zm0-5h8V8H6zm10 0h2V8h-2z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="tdv6pcu"/>`,
|
|
18
|
+
"fallback": "material-symbols:blinds-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
|
+
/** @type {{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>.r_npiubm {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M13.113 21.063q-.088-.138-.063-.338L14 14H9.95q-.625 0-.9-.55t.075-1.05l6.925-9.475q.125-.15.288-.188t.312.013t.238.187t.062.338L16 10h4.05q.625 0 .9.55t-.075 1.05l-6.925 9.475q-.125.15-.287.188t-.313-.013t-.237-.187M4 18q-.425 0-.712-.288T3 17t.288-.712T4 16h6.55q.5 0 .75.313t.25.687t-.25.688t-.75.312zm-1-5q-.425 0-.712-.288T2 12t.288-.712T3 11h2.75q.5 0 .75.313t.25.687t-.25.688t-.75.312zm2-5q-.425 0-.712-.288T4 7t.288-.712T5 6h4.375q.5 0 .75.313t.25.687t-.25.688t-.75.312z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="r_npiubm"/>`,
|
|
18
|
+
"fallback": "material-symbols:bolt-boost-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
|
+
/** @type {{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>.w16cinb {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("m13 21l1-7H7.975L16 3h1l-1 7h6.025L14 21zM3 18v-2h8.7l-.3 2zm-1-5v-2h5.7l-1.45 2zm2-5V6h7.35L9.9 8z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="w16cinb"/>`,
|
|
18
|
+
"fallback": "material-symbols:bolt-boost",
|
|
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
|
+
/** @type {{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>.enj6sj4l {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M7.5 18V9h9v9v-9h-9zM6 8.85V18h1.5v-8q0-.425.288-.712T8.5 9h7q.425 0 .713.288T16.5 10v8H18V8.85L12 4.5zM9 12h6v-1.5H9zm3-4q.425 0 .713-.288T13 7t-.288-.712T12 6t-.712.288T11 7t.288.713T12 8M6 20q-.825 0-1.412-.587T4 18v-8H2.525q-.35 0-.475-.35t.175-.55l8.6-6.25q.525-.375 1.175-.375t1.175.375l8.6 6.25q.3.2.175.55t-.475.35H20v8q0 .825-.588 1.413T18 20h-2q-.425 0-.712-.288T15 19v-5.5H9V19q0 .425-.288.713T8 20z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="enj6sj4l"/>`,
|
|
18
|
+
"fallback": "material-symbols:garage-door-open-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
|
+
/** @type {{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>.ujzohce {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M7.5 18V9h9v9v-9h-9zM6 18h1.5V9h9v9H18V8.85L12 4.5L6 8.85zm3-6h6v-1.5H9zm3-4q.425 0 .713-.288T13 7t-.288-.712T12 6t-.712.288T11 7t.288.713T12 8M4 20V10H.975L12 2l11 8h-3v10h-5v-6.5H9V20z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="ujzohce"/>`,
|
|
18
|
+
"fallback": "material-symbols:garage-door-open-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
|
+
/** @type {{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>.evz4u-bm {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M8 12.5h8V11H8zM12 8q.425 0 .713-.288T13 7t-.288-.712T12 6t-.712.288T11 7t.288.713T12 8M6 20q-.825 0-1.412-.587T4 18v-8H2.525q-.35 0-.475-.35t.175-.55l8.6-6.25q.525-.375 1.175-.375t1.175.375l8.6 6.25q.3.2.175.55t-.475.35H20v8q0 .825-.588 1.413T18 20h-1q-.425 0-.712-.288T16 19v-5H8v5q0 .425-.288.713T7 20z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="evz4u-bm"/>`,
|
|
18
|
+
"fallback": "material-symbols:garage-door-open-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
|
+
/** @type {{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>.r5vedup {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M8 12.5h8V11H8zM12 8q.425 0 .713-.288T13 7t-.288-.712T12 6t-.712.288T11 7t.288.713T12 8M4 20V10H.975L12 2l11 8h-3v10h-4v-6H8v6z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="r5vedup"/>`,
|
|
18
|
+
"fallback": "material-symbols:garage-door-open",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
|
@@ -10,11 +10,11 @@ function Component({width, height, ...props}) {
|
|
|
10
10
|
width,
|
|
11
11
|
height,
|
|
12
12
|
viewBox,
|
|
13
|
-
"content": `<style>.
|
|
13
|
+
"content": `<style>.f0fk1tnp {
|
|
14
14
|
fill: currentColor;
|
|
15
|
-
d: path("
|
|
15
|
+
d: path("M7.5 18V9h9v9v-9h-9zM6 20q-.825 0-1.412-.587T4 18v-8H2.525q-.35 0-.475-.35t.175-.55l8.6-6.25q.525-.375 1.175-.375t1.175.375L21.75 9.1q.3.2.175.55t-.475.35H20v8q0 .825-.587 1.413T18 20zM6 8.85V18h1.5v-8q0-.425.288-.712T8.5 9h7q.425 0 .713.288T16.5 10v8H18V8.85L12 4.5zM9 18h6v-1.5H9zm0-3h6v-1.5H9zm0-3h6v-1.5H9zm3-4q.425 0 .713-.288T13 7t-.288-.712T12 6t-.712.288T11 7t.288.713T12 8");
|
|
16
16
|
}
|
|
17
|
-
</style><path class="
|
|
17
|
+
</style><path class="f0fk1tnp"/>`,
|
|
18
18
|
"fallback": "material-symbols:garage-door-outline-rounded",
|
|
19
19
|
});
|
|
20
20
|
}
|
|
@@ -10,11 +10,11 @@ function Component({width, height, ...props}) {
|
|
|
10
10
|
width,
|
|
11
11
|
height,
|
|
12
12
|
viewBox,
|
|
13
|
-
"content": `<style>.
|
|
13
|
+
"content": `<style>.fseypql {
|
|
14
14
|
fill: currentColor;
|
|
15
|
-
d: path("
|
|
15
|
+
d: path("M7.5 18V9h9v9v-9h-9zM4 20V10H.975L12 2l11 8h-3v10zm2-2h1.5V9h9v9H18V8.85L12 4.5L6 8.85zm3 0h6v-1.5H9zm0-3h6v-1.5H9zm0-3h6v-1.5H9zm3-4q.425 0 .713-.288T13 7t-.288-.712T12 6t-.712.288T11 7t.288.713T12 8");
|
|
16
16
|
}
|
|
17
|
-
</style><path class="
|
|
17
|
+
</style><path class="fseypql"/>`,
|
|
18
18
|
"fallback": "material-symbols:garage-door-outline",
|
|
19
19
|
});
|
|
20
20
|
}
|
|
@@ -10,11 +10,11 @@ function Component({width, height, ...props}) {
|
|
|
10
10
|
width,
|
|
11
11
|
height,
|
|
12
12
|
viewBox,
|
|
13
|
-
"content": `<style>.
|
|
13
|
+
"content": `<style>.wv0vsshv {
|
|
14
14
|
fill: currentColor;
|
|
15
|
-
d: path("
|
|
15
|
+
d: path("M6 20q-.825 0-1.412-.587T4 18v-8H2.525q-.35 0-.475-.35t.175-.55l8.6-6.25q.525-.375 1.175-.375t1.175.375L21.75 9.1q.3.2.175.55t-.475.35H20v8q0 .825-.587 1.413T18 20zm2-1.5h8V17H8zm0-3h8V14H8zm0-3h8V11H8zM12 8q.425 0 .713-.288T13 7t-.288-.712T12 6t-.712.288T11 7t.288.713T12 8");
|
|
16
16
|
}
|
|
17
|
-
</style><path class="
|
|
17
|
+
</style><path class="wv0vsshv"/>`,
|
|
18
18
|
"fallback": "material-symbols:garage-door-rounded",
|
|
19
19
|
});
|
|
20
20
|
}
|
|
@@ -10,11 +10,11 @@ function Component({width, height, ...props}) {
|
|
|
10
10
|
width,
|
|
11
11
|
height,
|
|
12
12
|
viewBox,
|
|
13
|
-
"content": `<style>.
|
|
13
|
+
"content": `<style>.qls-ksb {
|
|
14
14
|
fill: currentColor;
|
|
15
|
-
d: path("
|
|
15
|
+
d: path("M4 20V10H.975L12 2l11 8h-3v10zm4-1.5h8V17H8zm0-3h8V14H8zm0-3h8V11H8zM12 8q.425 0 .713-.288T13 7t-.288-.712T12 6t-.712.288T11 7t.288.713T12 8");
|
|
16
16
|
}
|
|
17
|
-
</style><path class="
|
|
17
|
+
</style><path class="qls-ksb"/>`,
|
|
18
18
|
"fallback": "material-symbols:garage-door",
|
|
19
19
|
});
|
|
20
20
|
}
|
|
@@ -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
|
+
/** @type {{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>.qi5f29bx {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M5.975 17.2L4.3 21.375q-.2.45-.575.563T3 21.925t-.55-.475t0-.825l3.55-8.8V9H2.725q-.575 0-.862-.5t-.013-1L4.425 3q.275-.475.725-.737t1-.263h1.7q.55 0 1 .263T9.575 3l2.575 4.5q.275.5-.012 1t-.863.5H8v2.825l3.5 8.8q.2.475 0 .825t-.55.475t-.725.013t-.575-.563L7.975 17.2V21q0 .425-.287.713T6.975 22t-.712-.288T5.975 21zM17 18q-1.375 0-2.45-.825T13.125 15h-.475q-.575 0-1.012-.4t-.438-.975q0-.9.813-1.963t1.512-1.562q.125-1.025.8-1.787T16 7.225V3q0-.425.288-.712T17 2t.713.288T18 3v4.225q.975.325 1.65 1.088t.8 1.787q.7.5 1.525 1.6t.825 2q0 .575-.438.938T21.35 15h-.5q-.35 1.35-1.425 2.175T17 18m-3.475-5h6.925q-.25-.35-.525-.663t-.625-.587l-.75-.525l-.1-.875q-.05-.575-.462-.962T17 9t-1 .388t-.475.962l-.1.875l-.725.525q-.35.275-.65.588t-.525.662M4.45 7h5.1L7.825 4H6.15zM17 16q.525 0 .975-.262T18.7 15h-3.425q.275.475.725.738T17 16M7 7");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="qi5f29bx"/>`,
|
|
18
|
+
"fallback": "material-symbols:light-group-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
|
+
/** @type {{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>.qmxfykbp {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M1.9 22L6 11.825V9H1l4-7h4l4 7H8v2.825L12.05 22H9.9l-1.925-4.8V22h-2v-4.8L4.05 22zM17 18q-1.375 0-2.45-.825T13.125 15H11q0-1.45.663-2.738t1.862-2.162q.125-1.025.8-1.787T16 7.225V2h2v5.225q.975.325 1.65 1.088t.8 1.787q1.2.875 1.875 2.163T23 15h-2.15q-.35 1.35-1.425 2.175T17 18m-3.475-5h6.925q-.25-.35-.525-.663t-.625-.587l-.75-.525l-.1-.875q-.05-.575-.462-.962T17 9t-1 .388t-.475.962l-.1.875l-.725.525q-.35.275-.65.588t-.525.662M4.45 7h5.1L7.825 4H6.15zM17 16q.525 0 .975-.262T18.7 15h-3.425q.275.475.725.738T17 16M7 7");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="qmxfykbp"/>`,
|
|
18
|
+
"fallback": "material-symbols:light-group-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
|
+
/** @type {{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>.gu3-kjug {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M5.975 17.2L4.3 21.375q-.2.45-.575.563T3 21.925t-.55-.475t0-.825l3.55-8.8V9H2.725q-.575 0-.862-.5t-.013-1L4.425 3q.275-.475.725-.737t1-.263h1.7q.55 0 1 .263T9.575 3l2.575 4.5q.275.5-.012 1t-.863.5H8v2.825l3.5 8.8q.2.475 0 .825t-.55.475t-.725.013t-.575-.563L7.975 17.2V21q0 .425-.287.713T6.975 22t-.712-.288T5.975 21zM17 18q-1.375 0-2.45-.825T13.125 15h-.475q-.575 0-1.012-.4t-.438-.975q0-.9.813-1.963t1.512-1.562q.125-1.025.8-1.787T16 7.225V3q0-.425.288-.712T17 2t.713.288T18 3v4.225q.975.325 1.65 1.088t.8 1.787q.7.5 1.525 1.6t.825 2q0 .575-.438.938T21.35 15h-.5q-.35 1.35-1.425 2.175T17 18m0-2q.525 0 .975-.262T18.7 15h-3.425q.275.475.725.738T17 16");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="gu3-kjug"/>`,
|
|
18
|
+
"fallback": "material-symbols:light-group-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
|
+
/** @type {{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>.x6_6lehy {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M1.9 22L6 11.825V9H1l4-7h4l4 7H8v2.825L12.05 22H9.9l-1.925-4.8V22h-2v-4.8L4.05 22zM17 18q-1.375 0-2.45-.825T13.125 15H11q0-1.45.663-2.738t1.862-2.162q.125-1.025.8-1.787T16 7.225V2h2v5.225q.975.325 1.65 1.088t.8 1.787q1.2.875 1.875 2.163T23 15h-2.15q-.35 1.35-1.425 2.175T17 18m0-2q.525 0 .975-.262T18.7 15h-3.425q.275.475.725.738T17 16");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="x6_6lehy"/>`,
|
|
18
|
+
"fallback": "material-symbols:light-group-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
|
+
/** @type {{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>.g_r_zrbm {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M2 22v-9.65L10.525 9H2V2h20v10.7L15.675 15H22v7zm2-2h16v-3H4zM20 7V4H4v3zM4 15h5.8L20 11.3V9h-3.95L4 13.7zm2.213-8.962Q6 5.825 6 5.5t.213-.537t.537-.213t.538.213t.212.537t-.213.538t-.537.212t-.537-.213m0 13Q6 18.826 6 18.5t.213-.537t.537-.213t.538.213t.212.537t-.213.538t-.537.212t-.537-.213m1-4.75Q7 14.076 7 13.75t.213-.537T7.75 13t.538.213t.212.537t-.213.538t-.537.212t-.537-.213m4.25-8.25q-.213-.212-.213-.537t.213-.537T12 4.75t.538.213t.212.537t-.213.538T12 6.25t-.537-.213m0 6.75q-.213-.212-.213-.537t.213-.537T12 11.5t.538.213t.212.537t-.213.538T12 13t-.537-.213m0 6.25q-.213-.212-.213-.537t.213-.537t.537-.213t.538.213t.212.537t-.213.538t-.537.212t-.537-.213m4-7.75q-.213-.212-.213-.537t.213-.537T16 10t.538.213t.212.537t-.213.538T16 11.5t-.537-.213m1.25-5.25Q16.5 5.826 16.5 5.5t.213-.537t.537-.213t.538.213T18 5.5t-.213.538t-.537.212t-.537-.213m0 13q-.213-.212-.213-.537t.213-.537t.537-.213t.538.213t.212.537t-.213.538t-.537.212t-.537-.213");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="g_r_zrbm"/>`,
|
|
18
|
+
"fallback": "material-symbols:lightstrip-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
|
+
/** @type {{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>.zfo06-bh {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M5 22q-1.25 0-2.125-.875T2 19v-5q0-.8.513-1.425t1.262-.925L10.525 9H2V2h17q1.25 0 2.125.875T22 5v5.6q0 .95-.537 1.725t-1.438 1.1L15.675 15H22v7zm0-2h15v-3H5q-.275 0-.513-.038T4 16.85V19q0 .425.288.713T5 20M20 7.175V5q0-.425-.288-.713T19 4H4v3h15q.275 0 .513.05t.487.125M5 15h4.8l9.525-3.45q.3-.125.488-.375T20 10.6V10q0-.425-.287-.712T19 9h-2.95L4.5 13.5q-.2.075-.35.238T4 14.1q0 .4.3.65T5 15m1.213-8.962Q6 5.825 6 5.5t.213-.537t.537-.213t.538.213t.212.537t-.213.538t-.537.212t-.537-.213m0 13Q6 18.826 6 18.5t.213-.537t.537-.213t.538.213t.212.537t-.213.538t-.537.212t-.537-.213m1-4.75Q7 14.076 7 13.75t.213-.537T7.75 13t.538.213t.212.537t-.213.538t-.537.212t-.537-.213m4.25-8.25q-.213-.212-.213-.537t.213-.537T12 4.75t.538.213t.212.537t-.213.538T12 6.25t-.537-.213m0 6.75q-.213-.212-.213-.537t.213-.537T12 11.5t.538.213t.212.537t-.213.538T12 13t-.537-.213m0 6.25q-.213-.212-.213-.537t.213-.537t.537-.213t.538.213t.212.537t-.213.538t-.537.212t-.537-.213m4-7.75q-.213-.212-.213-.537t.213-.537T16 10t.538.213t.212.537t-.213.538T16 11.5t-.537-.213m1.25-5.25Q16.5 5.826 16.5 5.5t.213-.537t.537-.213t.538.213T18 5.5t-.213.538t-.537.212t-.537-.213m0 13q-.213-.212-.213-.537t.213-.537t.537-.213t.538.213t.212.537t-.213.538t-.537.212t-.537-.213");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="zfo06-bh"/>`,
|
|
18
|
+
"fallback": "material-symbols:lightstrip-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
|
+
/** @type {{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>.cn5v0acq {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M2 22v-6.025h20V22zM22 8H2V2h20zM2 14v-1.7L7.95 10H22v2.725L18.425 14zm5.288-8.462Q7.5 5.325 7.5 5t-.213-.537t-.537-.213t-.537.213T6 5t.213.538t.537.212t.538-.213m0 14Q7.5 19.326 7.5 19t-.213-.537t-.537-.213t-.537.213T6 19t.213.538t.537.212t.538-.213m1-5.75q.212-.212.212-.537t-.213-.537t-.537-.213t-.537.213T7 13.25t.213.538t.537.212t.538-.213m4.25-8.25q.212-.212.212-.537t-.213-.537T12 4.25t-.537.213T11.25 5t.213.538t.537.212t.538-.213m0 7.25q.212-.212.212-.537t-.213-.537T12 11.5t-.537.213t-.213.537t.213.538T12 13t.538-.213m0 6.75q.212-.212.212-.537t-.213-.537T12 18.25t-.537.213t-.213.537t.213.538t.537.212t.538-.213m4-8.25q.212-.212.212-.537t-.213-.537T16 10t-.537.213t-.213.537t.213.538t.537.212t.538-.213m1.25-5.75Q18 5.326 18 5t-.213-.537t-.537-.213t-.537.213T16.5 5t.213.538t.537.212t.538-.213m0 14Q18 19.326 18 19t-.213-.537t-.537-.213t-.537.213T16.5 19t.213.538t.537.212t.538-.213");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="cn5v0acq"/>`,
|
|
18
|
+
"fallback": "material-symbols:lightstrip-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
|
+
/** @type {{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>.c7x3enbf {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M5 22q-1.25 0-2.125-.875T2 18.975v-3.15q.25.075.488.113t.512.037h19V22zM22 8.175q-.25-.075-.488-.125T21 8H2V2h17q1.25 0 2.125.875T22 5zM3 14q-.425 0-.712-.262T2 13.075q0-.45.363-.75t1.412-.7L7.95 10H21q.425 0 .713.288T22 11q0 .775-.537 1.425t-1.438 1l-1.6.575zm4.288-8.462Q7.5 5.325 7.5 5t-.213-.537t-.537-.213t-.537.213T6 5t.213.538t.537.212t.538-.213m0 14Q7.5 19.326 7.5 19t-.213-.537t-.537-.213t-.537.213T6 19t.213.538t.537.212t.538-.213m1-5.75q.212-.212.212-.537t-.213-.537t-.537-.213t-.537.213T7 13.25t.213.538t.537.212t.538-.213m4.25-8.25q.212-.212.212-.537t-.213-.537T12 4.25t-.537.213T11.25 5t.213.538t.537.212t.538-.213m0 7.25q.212-.212.212-.537t-.213-.537T12 11.5t-.537.213t-.213.537t.213.538T12 13t.538-.213m0 6.75q.212-.212.212-.537t-.213-.537T12 18.25t-.537.213t-.213.537t.213.538t.537.212t.538-.213m4-8.25q.212-.212.212-.537t-.213-.537T16 10t-.537.213t-.213.537t.213.538t.537.212t.538-.213m1.25-5.75Q18 5.326 18 5t-.213-.537t-.537-.213t-.537.213T16.5 5t.213.538t.537.212t.538-.213m0 14Q18 19.326 18 19t-.213-.537t-.537-.213t-.537.213T16.5 19t.213.538t.537.212t.538-.213");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="c7x3enbf"/>`,
|
|
18
|
+
"fallback": "material-symbols:lightstrip",
|
|
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
|
+
/** @type {{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>.uoj34q2d {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M11.475 22q-.275 0-.512-.162t-.388-.413q-.4-.65-1.087-1.037T8 20q-.85 0-1.537.4T5.35 21.45q-.15.25-.387.4T4.45 22H4q-.425 0-.712-.288T3 21V4h-.025q-.425 0-.7-.288T2 3t.288-.712T3 2h18q.425 0 .713.288T22 3t-.288.713T21 4v17q0 .425-.288.713T20 22h-.5q-.275 0-.525-.162t-.4-.413q-.425-.65-1.1-1.037T16 20q-.85 0-1.525.388t-1.1 1.037q-.15.25-.387.413t-.513.162zM5 19.025q.425-.325.925-.55T7 18.125V4H5zm4-.875q.55.125 1.05.35t.95.55V4H9zm4 .9q.425-.35.925-.562T15 18.15V4h-2zm6 0V4h-2v14.15q.55.125 1.05.338t.95.562M7 4H5zm4 0H9zm4 0h-2zm4 0h-2zm-6 0h-2z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="uoj34q2d"/>`,
|
|
18
|
+
"fallback": "material-symbols:shades-closed-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
|
+
/** @type {{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>.ezdyl40t {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M3 22V4H2V2h20v2h-1v18h-2.125q-.325-.875-1.1-1.437T16 20q-1.025 0-1.787.563T13.125 22H10.85q-.3-.875-1.075-1.437T8 20q-1.025 0-1.8.563T5.1 22zm2-3q.425-.325.938-.537T7 18.124V4H5zm4-.875q.575.125 1.075.35t.925.575V4H9zm4 .9q.425-.35.925-.562T15 18.124V4h-2zm6 0V4h-2v14.125q.575.125 1.075.338t.925.562M7 4H5zm4 0H9zm4 0h-2zm4 0h-2zm-6 0h-2z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="ezdyl40t"/>`,
|
|
18
|
+
"fallback": "material-symbols:shades-closed-outline",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|