@iconify-solid/material-symbols-light 1.0.20 → 1.0.21
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/e/extension-off-outline-rounded.jsx +3 -3
- package/components/e/extension-off-outline-sharp.jsx +3 -3
- package/components/e/extension-off-outline.jsx +3 -3
- package/components/e/extension-off-rounded.jsx +3 -3
- package/components/e/extension-off-sharp.jsx +3 -3
- package/components/e/extension-off.jsx +3 -3
- package/components/e/extension-outline-rounded.jsx +18 -0
- package/components/e/extension-outline-sharp.jsx +3 -3
- package/components/e/extension-outline.jsx +3 -3
- package/components/e/extension-rounded.jsx +18 -0
- package/components/e/extension-sharp.jsx +3 -3
- package/components/e/extension.jsx +3 -3
- package/components/r/reset-colors-rounded.jsx +18 -0
- package/components/r/reset-colors-sharp.jsx +18 -0
- package/components/r/reset-colors.jsx +18 -0
- package/components/s/seat-window-outline-rounded.jsx +18 -0
- package/components/s/seat-window-outline-sharp.jsx +18 -0
- package/components/s/seat-window-outline.jsx +18 -0
- package/components/s/seat-window-rounded.jsx +18 -0
- package/components/s/seat-window-sharp.jsx +18 -0
- package/components/s/seat-window.jsx +18 -0
- package/iconify.json +2 -2
- package/package.json +45 -1
|
@@ -2,11 +2,11 @@ import { Icon } from '@iconify/css-solid';
|
|
|
2
2
|
import { splitProps } from 'solid-js';
|
|
3
3
|
|
|
4
4
|
const viewBox = {"width":24,"height":24};
|
|
5
|
-
const content = `<style>.
|
|
5
|
+
const content = `<style>.db8mxqztz {
|
|
6
6
|
fill: currentColor;
|
|
7
|
-
d: path("
|
|
7
|
+
d: path("m19.116 16.304l-1-1v-.865l.72-.243q.516-.142.84-.627T20 12.442q0-.655-.324-1.143t-.84-.63l-.72-.236V6.23q0-.212-.126-.337t-.317-.125h-4.127l-.115-.854q-.094-.742-.622-1.27q-.528-.53-1.251-.53q-.733 0-1.259.53q-.526.528-.62 1.27l-.116.854h-.982l-1-1H8.68q.16-1.121.962-1.887q.802-.767 1.924-.767q1.1 0 1.9.763t.965 1.891h3.242q.595 0 1.019.424t.424 1.038v3.485q.842.257 1.363 1.011T21 12.442q0 .93-.521 1.674t-1.363 1.063zm-.616 2.812l1 1H5.442q-.6 0-1.02-.431Q4 19.254 4 18.654v-2.721q0-.218.133-.363t.35-.195q1.013-.22 1.678-1.017q.666-.797.666-1.916q0-1.013-.666-1.829q-.665-.815-1.678-1.098q-.218-.056-.35-.21T4 8.933V4.577l1 1V8.65q1.189.333 2.008 1.397t.819 2.401q0 1.36-.81 2.429q-.81 1.07-2.017 1.363v2.414q0 .192.125.327q.125.134.317.134zm2.392 2.484q-.165.166-.356.166q-.192 0-.357-.166L2.394 3.821q-.146-.146-.153-.347t.159-.366t.357-.166t.357.166l17.778 17.784q.146.147.156.345t-.156.363");
|
|
8
8
|
}
|
|
9
|
-
</style><path class="
|
|
9
|
+
</style><path class="db8mxqztz"/>`;
|
|
10
10
|
|
|
11
11
|
/** @param props {{width?: string; height?: string;}} */
|
|
12
12
|
function Component(props) {
|
|
@@ -2,11 +2,11 @@ import { Icon } from '@iconify/css-solid';
|
|
|
2
2
|
import { splitProps } from 'solid-js';
|
|
3
3
|
|
|
4
4
|
const viewBox = {"width":24,"height":24};
|
|
5
|
-
const content = `<style>.
|
|
5
|
+
const content = `<style>.bwhmmjaje {
|
|
6
6
|
fill: currentColor;
|
|
7
|
-
d: path("
|
|
7
|
+
d: path("m19.116 16.304l-1-1v-.865l.72-.243q.516-.142.84-.627T20 12.442q0-.655-.324-1.143t-.84-.63l-.72-.236V5.769h-4.57l-.115-.853q-.094-.743-.622-1.272q-.528-.528-1.251-.528q-.733 0-1.259.528q-.526.529-.62 1.272l-.116.853h-.982l-1-1H8.68q.16-1.121.962-1.887t1.924-.766q1.1 0 1.9.762q.8.763.965 1.891h4.685v4.947q.842.257 1.363 1.011T21 12.442q0 .93-.521 1.674t-1.363 1.063zM4 20.116V15.45q1.2-.077 2.014-.916t.813-2.092q0-1.13-.823-2.005T4 9.416V4.635l1 1V8.65q1.189.333 2.008 1.397t.819 2.401q0 1.36-.81 2.429q-.81 1.07-2.017 1.363v2.875h13.442l1 1zm16.533 1.844L2.04 3.467l.713-.713l18.492 18.492z");
|
|
8
8
|
}
|
|
9
|
-
</style><path class="
|
|
9
|
+
</style><path class="bwhmmjaje"/>`;
|
|
10
10
|
|
|
11
11
|
/** @param props {{width?: string; height?: string;}} */
|
|
12
12
|
function Component(props) {
|
|
@@ -2,11 +2,11 @@ import { Icon } from '@iconify/css-solid';
|
|
|
2
2
|
import { splitProps } from 'solid-js';
|
|
3
3
|
|
|
4
4
|
const viewBox = {"width":24,"height":24};
|
|
5
|
-
const content = `<style>.
|
|
5
|
+
const content = `<style>.nb_m5cb_b {
|
|
6
6
|
fill: currentColor;
|
|
7
|
-
d: path("
|
|
7
|
+
d: path("m19.116 16.304l-1-1v-.865l.72-.243q.516-.142.84-.627T20 12.442q0-.655-.324-1.143t-.84-.63l-.72-.236V6.23q0-.212-.126-.337t-.317-.125h-4.127l-.115-.854q-.094-.742-.622-1.27q-.528-.53-1.251-.53q-.733 0-1.259.53q-.526.528-.62 1.27l-.116.854h-.982l-1-1H8.68q.16-1.121.962-1.887q.802-.767 1.924-.767q1.1 0 1.9.763t.965 1.891h3.242q.595 0 1.019.424t.424 1.038v3.485q.842.257 1.363 1.011T21 12.442q0 .93-.521 1.674t-1.363 1.063zm1.417 5.656L2.04 3.467l.713-.713l18.492 18.492zM18.5 19.116l1 1H5.442q-.6 0-1.02-.431Q4 19.254 4 18.654V15.45q1.2-.077 2.014-.916t.813-2.092q0-1.13-.823-2.005T4 9.416v-4.84l1 1V8.65q1.189.333 2.008 1.397t.819 2.401q0 1.36-.81 2.429q-.81 1.07-2.017 1.363v2.414q0 .192.125.327q.125.134.317.134zm-7.484-6.674");
|
|
8
8
|
}
|
|
9
|
-
</style><path class="
|
|
9
|
+
</style><path class="nb_m5cb_b"/>`;
|
|
10
10
|
|
|
11
11
|
/** @param props {{width?: string; height?: string;}} */
|
|
12
12
|
function Component(props) {
|
|
@@ -2,11 +2,11 @@ import { Icon } from '@iconify/css-solid';
|
|
|
2
2
|
import { splitProps } from 'solid-js';
|
|
3
3
|
|
|
4
4
|
const viewBox = {"width":24,"height":24};
|
|
5
|
-
const content = `<style>.
|
|
5
|
+
const content = `<style>.fq75skbya {
|
|
6
6
|
fill: currentColor;
|
|
7
|
-
d: path("
|
|
7
|
+
d: path("M19.116 16.304L7.58 4.769h1.104q.156-1.121.957-1.887q.802-.767 1.916-.767q1.108 0 1.91.767q.801.766.963 1.887h3.242q.594 0 1.018.424t.425 1.038v3.485q.842.257 1.363 1.011T21 12.442q0 .93-.521 1.674t-1.363 1.053zM5.442 20.116q-.6 0-1.02-.431Q4 19.254 4 18.654v-2.721q0-.218.133-.363t.35-.195q1.013-.22 1.678-1.018q.666-.8.666-1.915q0-1.013-.666-1.829q-.665-.815-1.678-1.098q-.218-.056-.35-.21T4 8.933V4.577l15.5 15.539zm15.45 1.484q-.165.166-.356.166q-.192 0-.357-.166L2.394 3.821q-.146-.146-.156-.347t.156-.366t.357-.166t.357.166l17.784 17.784q.147.147.156.345t-.156.363");
|
|
8
8
|
}
|
|
9
|
-
</style><path class="
|
|
9
|
+
</style><path class="fq75skbya"/>`;
|
|
10
10
|
|
|
11
11
|
/** @param props {{width?: string; height?: string;}} */
|
|
12
12
|
function Component(props) {
|
|
@@ -2,11 +2,11 @@ import { Icon } from '@iconify/css-solid';
|
|
|
2
2
|
import { splitProps } from 'solid-js';
|
|
3
3
|
|
|
4
4
|
const viewBox = {"width":24,"height":24};
|
|
5
|
-
const content = `<style>.
|
|
5
|
+
const content = `<style>.rn07tw7xp {
|
|
6
6
|
fill: currentColor;
|
|
7
|
-
d: path("
|
|
7
|
+
d: path("M19.116 16.304L7.58 4.769h1.104q.156-1.121.957-1.887q.802-.767 1.916-.767q1.108 0 1.91.767q.801.766.963 1.887h4.685v4.946q.842.258 1.363 1.012T21 12.442q0 .93-.521 1.674t-1.363 1.053zM4 20.116V15.45q1.2-.077 2.014-.916t.813-2.092q0-1.13-.823-2.005T4 9.416v-4.84l15.5 15.539zm16.533 1.844L2.04 3.467l.713-.713l18.492 18.492z");
|
|
8
8
|
}
|
|
9
|
-
</style><path class="
|
|
9
|
+
</style><path class="rn07tw7xp"/>`;
|
|
10
10
|
|
|
11
11
|
/** @param props {{width?: string; height?: string;}} */
|
|
12
12
|
function Component(props) {
|
|
@@ -2,11 +2,11 @@ import { Icon } from '@iconify/css-solid';
|
|
|
2
2
|
import { splitProps } from 'solid-js';
|
|
3
3
|
|
|
4
4
|
const viewBox = {"width":24,"height":24};
|
|
5
|
-
const content = `<style>.
|
|
5
|
+
const content = `<style>.ctf38zbdo {
|
|
6
6
|
fill: currentColor;
|
|
7
|
-
d: path("
|
|
7
|
+
d: path("M19.116 16.304L7.58 4.769h1.104q.156-1.121.957-1.887q.802-.767 1.916-.767q1.108 0 1.91.767q.801.766.963 1.887h3.242q.594 0 1.018.424t.425 1.038v3.485q.842.257 1.363 1.011T21 12.442q0 .93-.521 1.674t-1.363 1.053zm1.417 5.656L2.04 3.467l.713-.713l18.492 18.492zm-15.09-1.844q-.6 0-1.022-.431Q4 19.254 4 18.654V15.45q1.2-.077 2.014-.916t.813-2.092q0-1.13-.823-2.005T4 9.416v-4.84l15.5 15.539z");
|
|
8
8
|
}
|
|
9
|
-
</style><path class="
|
|
9
|
+
</style><path class="ctf38zbdo"/>`;
|
|
10
10
|
|
|
11
11
|
/** @param props {{width?: string; height?: string;}} */
|
|
12
12
|
function Component(props) {
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-solid';
|
|
2
|
+
import { splitProps } from 'solid-js';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
const content = `<style>.mv5wkyblq {
|
|
6
|
+
fill: currentColor;
|
|
7
|
+
d: path("M5.442 19.116h12.231q.193 0 .318-.135t.125-.327v-3.629q0-.275.156-.487q.157-.211.413-.278l.152-.064q.515-.142.839-.627T20 12.442q0-.655-.324-1.133t-.84-.64l-.146-.057q-.256-.068-.415-.276q-.16-.209-.16-.49V6.231q0-.212-.125-.337t-.317-.125H14.21q-.299 0-.5-.18q-.2-.18-.25-.478l-.03-.196q-.113-.742-.631-1.27t-1.241-.53q-.73 0-1.248.53t-.631 1.27l-.029.196q-.05.298-.251.478t-.499.18H5.423q-.173 0-.298.125T5 6.231V8.65q1.189.333 2.008 1.402t.819 2.39q0 1.366-.81 2.435q-.81 1.07-2.017 1.363v2.414q0 .192.125.327q.125.134.317.134m0 1q-.6 0-1.02-.43Q4 19.254 4 18.654v-2.721q0-.218.133-.363t.35-.195q1.013-.22 1.678-1.018q.666-.8.666-1.915q0-1.013-.666-1.829q-.665-.815-1.678-1.098q-.218-.056-.35-.21T4 8.933V6.23q0-.614.415-1.038q.414-.424 1.008-.424h3.262q.155-1.121.957-1.887t1.916-.766q1.108 0 1.91.766t.963 1.887h3.242q.594 0 1.018.424t.425 1.038v3.485q.842.257 1.363 1.011T21 12.442q0 .93-.521 1.674t-1.363 1.053v3.485q0 .6-.425 1.03q-.424.432-1.018.432zm7.058-7.673");
|
|
8
|
+
}
|
|
9
|
+
</style><path class="mv5wkyblq"/>`;
|
|
10
|
+
|
|
11
|
+
/** @param props {{width?: string; height?: string;}} */
|
|
12
|
+
function Component(props) {
|
|
13
|
+
const [local, others] = splitProps(props, ["width","height"]);
|
|
14
|
+
|
|
15
|
+
return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"material-symbols-light:extension-outline-rounded"} {...others} />);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export default Component;
|
|
@@ -2,11 +2,11 @@ import { Icon } from '@iconify/css-solid';
|
|
|
2
2
|
import { splitProps } from 'solid-js';
|
|
3
3
|
|
|
4
4
|
const viewBox = {"width":24,"height":24};
|
|
5
|
-
const content = `<style>.
|
|
5
|
+
const content = `<style>.wy-naub4s {
|
|
6
6
|
fill: currentColor;
|
|
7
|
-
d: path("
|
|
7
|
+
d: path("M5 19.116h13.116v-4.677l.72-.243q.516-.142.84-.627T20 12.442q0-.655-.324-1.133t-.84-.64l-.72-.236V5.769h-4.57l-.115-.853q-.114-.743-.632-1.272t-1.241-.528q-.726 0-1.246.528q-.52.529-.633 1.272l-.116.853H5V8.65q1.189.333 2.008 1.397t.819 2.401q0 1.36-.81 2.429q-.81 1.07-2.017 1.363zm-1 1V15.45q1.2-.077 2.014-.916t.813-2.092q0-1.13-.823-2.005T4 9.416V4.768h4.685q.155-1.121.957-1.887t1.924-.766q1.1 0 1.9.762q.8.763.965 1.891h4.685v4.947q.842.257 1.363 1.011T21 12.442q0 .93-.521 1.674t-1.363 1.053v4.947zm8.5-7.674");
|
|
8
8
|
}
|
|
9
|
-
</style><path class="
|
|
9
|
+
</style><path class="wy-naub4s"/>`;
|
|
10
10
|
|
|
11
11
|
/** @param props {{width?: string; height?: string;}} */
|
|
12
12
|
function Component(props) {
|
|
@@ -2,11 +2,11 @@ import { Icon } from '@iconify/css-solid';
|
|
|
2
2
|
import { splitProps } from 'solid-js';
|
|
3
3
|
|
|
4
4
|
const viewBox = {"width":24,"height":24};
|
|
5
|
-
const content = `<style>.
|
|
5
|
+
const content = `<style>.j6mtu66me {
|
|
6
6
|
fill: currentColor;
|
|
7
|
-
d: path("
|
|
7
|
+
d: path("M5.442 19.116h12.231q.193 0 .318-.135t.125-.327v-4.216l.72-.242q.516-.142.84-.627T20 12.442q0-.655-.324-1.133t-.84-.64l-.72-.236V6.23q0-.212-.126-.337t-.317-.125h-4.127l-.115-.854q-.114-.742-.632-1.27t-1.241-.53q-.73 0-1.248.53t-.631 1.27l-.116.854h-4.14q-.173 0-.298.125T5 6.231V8.65q1.189.333 2.008 1.402t.819 2.39q0 1.366-.81 2.435q-.81 1.07-2.017 1.363v2.414q0 .192.125.327q.125.134.317.134m0 1q-.6 0-1.02-.43Q4 19.254 4 18.654V15.45q1.2-.077 2.014-.916t.813-2.092q0-1.13-.823-2.005T4 9.416V6.23q0-.614.415-1.038q.414-.424 1.008-.424h3.262q.156-1.121.957-1.887q.802-.766 1.916-.766q1.108 0 1.91.766t.963 1.887h3.242q.594 0 1.018.424t.425 1.038v3.485q.842.257 1.363 1.011T21 12.442q0 .93-.521 1.674t-1.363 1.053v3.485q0 .6-.425 1.03q-.424.432-1.018.432zm7.058-7.673");
|
|
8
8
|
}
|
|
9
|
-
</style><path class="
|
|
9
|
+
</style><path class="j6mtu66me"/>`;
|
|
10
10
|
|
|
11
11
|
/** @param props {{width?: string; height?: string;}} */
|
|
12
12
|
function Component(props) {
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-solid';
|
|
2
|
+
import { splitProps } from 'solid-js';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
const content = `<style>.fhfvjcbun {
|
|
6
|
+
fill: currentColor;
|
|
7
|
+
d: path("M5.442 20.116q-.6 0-1.02-.431Q4 19.254 4 18.654v-2.721q0-.218.133-.363t.35-.195q1.013-.22 1.678-1.018q.666-.8.666-1.915q0-1.013-.666-1.829q-.665-.815-1.678-1.098q-.218-.056-.35-.21T4 8.933V6.23q0-.614.415-1.038q.414-.424 1.008-.424h3.262q.155-1.121.957-1.887t1.916-.766q1.108 0 1.91.766t.963 1.887h3.242q.594 0 1.018.424t.425 1.038v3.485q.842.257 1.363 1.011T21 12.442q0 .93-.521 1.674t-1.363 1.053v3.485q0 .6-.425 1.03q-.424.432-1.018.432z");
|
|
8
|
+
}
|
|
9
|
+
</style><path class="fhfvjcbun"/>`;
|
|
10
|
+
|
|
11
|
+
/** @param props {{width?: string; height?: string;}} */
|
|
12
|
+
function Component(props) {
|
|
13
|
+
const [local, others] = splitProps(props, ["width","height"]);
|
|
14
|
+
|
|
15
|
+
return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"material-symbols-light:extension-rounded"} {...others} />);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export default Component;
|
|
@@ -2,11 +2,11 @@ import { Icon } from '@iconify/css-solid';
|
|
|
2
2
|
import { splitProps } from 'solid-js';
|
|
3
3
|
|
|
4
4
|
const viewBox = {"width":24,"height":24};
|
|
5
|
-
const content = `<style>.
|
|
5
|
+
const content = `<style>.g9cl7wwof {
|
|
6
6
|
fill: currentColor;
|
|
7
|
-
d: path("
|
|
7
|
+
d: path("M4 20.116V15.45q1.2-.077 2.014-.916t.813-2.092q0-1.13-.823-2.005T4 9.416V4.768h4.685q.155-1.121.957-1.887t1.916-.766q1.108 0 1.91.766t.963 1.887h4.685v4.947q.842.257 1.363 1.011T21 12.442q0 .93-.521 1.674t-1.363 1.053v4.947z");
|
|
8
8
|
}
|
|
9
|
-
</style><path class="
|
|
9
|
+
</style><path class="g9cl7wwof"/>`;
|
|
10
10
|
|
|
11
11
|
/** @param props {{width?: string; height?: string;}} */
|
|
12
12
|
function Component(props) {
|
|
@@ -2,11 +2,11 @@ import { Icon } from '@iconify/css-solid';
|
|
|
2
2
|
import { splitProps } from 'solid-js';
|
|
3
3
|
|
|
4
4
|
const viewBox = {"width":24,"height":24};
|
|
5
|
-
const content = `<style>.
|
|
5
|
+
const content = `<style>.oknrkfb7k {
|
|
6
6
|
fill: currentColor;
|
|
7
|
-
d: path("
|
|
7
|
+
d: path("M5.442 20.116q-.6 0-1.02-.431Q4 19.254 4 18.654V15.45q1.2-.077 2.014-.916t.813-2.092q0-1.13-.823-2.005T4 9.416V6.23q0-.614.415-1.038q.414-.424 1.008-.424h3.262q.156-1.121.957-1.887q.802-.766 1.916-.766q1.108 0 1.91.766t.963 1.887h3.242q.594 0 1.018.424t.425 1.038v3.485q.842.257 1.363 1.011T21 12.442q0 .93-.521 1.674t-1.363 1.053v3.485q0 .6-.425 1.03q-.424.432-1.018.432z");
|
|
8
8
|
}
|
|
9
|
-
</style><path class="
|
|
9
|
+
</style><path class="oknrkfb7k"/>`;
|
|
10
10
|
|
|
11
11
|
/** @param props {{width?: string; height?: string;}} */
|
|
12
12
|
function Component(props) {
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-solid';
|
|
2
|
+
import { splitProps } from 'solid-js';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
const content = `<style>.ydfq9b2dd {
|
|
6
|
+
fill: currentColor;
|
|
7
|
+
d: path("M16.912 21.936q-.18-.065-.327-.213l-3.789-3.788q-.148-.148-.222-.327t-.074-.358t.074-.36t.222-.33l3.766-3.76l-1.5-1.48q-.146-.147-.146-.355q0-.207.146-.353t.356-.146t.357.146l5.973 5.948q.148.148.213.327q.064.179.064.357t-.064.36q-.065.183-.213.33l-3.788 3.789q-.148.148-.33.213q-.182.064-.36.064t-.359-.065M13.7 17.04h7.08l-3.53-3.531zM12 5Q9.075 5 7.038 7.038T5 12q0 2.108 1.11 3.79Q7.222 17.474 9 18.309V15.5q0-.213.143-.357T9.5 15t.357.143t.143.357v3.692q0 .349-.23.578t-.578.23H5.5q-.213 0-.357-.143T5 19.5t.143-.357T5.5 19h2.812q-1.916-1-3.114-2.851T4 12q0-1.664.626-3.118T6.34 6.34t2.542-1.714T12 4q2.562 0 4.562 1.418t2.884 3.688q.073.188 0 .38q-.073.193-.261.266q-.189.073-.384-.01t-.268-.27q-.756-1.97-2.513-3.221T12 5");
|
|
8
|
+
}
|
|
9
|
+
</style><path class="ydfq9b2dd"/>`;
|
|
10
|
+
|
|
11
|
+
/** @param props {{width?: string; height?: string;}} */
|
|
12
|
+
function Component(props) {
|
|
13
|
+
const [local, others] = splitProps(props, ["width","height"]);
|
|
14
|
+
|
|
15
|
+
return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"material-symbols-light:reset-colors-rounded"} {...others} />);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export default Component;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-solid';
|
|
2
|
+
import { splitProps } from 'solid-js';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
const content = `<style>.j-q6_5bni {
|
|
6
|
+
fill: currentColor;
|
|
7
|
+
d: path("m17.27 22.408l-5.158-5.158l4.45-4.45l-1.835-1.834l.688-.708l7.018 6.992zm-3.57-5.37h7.08l-3.53-3.53zM5 20v-1h3.312q-1.916-1-3.114-2.851T4 12q0-1.664.626-3.118T6.34 6.34t2.542-1.714T12 4q2.706 0 4.778 1.584q2.072 1.583 2.843 4.032h-1.036q-.727-2.027-2.504-3.322T12 5Q9.075 5 7.038 7.038T5 12q0 2.108 1.11 3.79Q7.222 17.474 9 18.309V15h1v5z");
|
|
8
|
+
}
|
|
9
|
+
</style><path class="j-q6_5bni"/>`;
|
|
10
|
+
|
|
11
|
+
/** @param props {{width?: string; height?: string;}} */
|
|
12
|
+
function Component(props) {
|
|
13
|
+
const [local, others] = splitProps(props, ["width","height"]);
|
|
14
|
+
|
|
15
|
+
return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"material-symbols-light:reset-colors-sharp"} {...others} />);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export default Component;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-solid';
|
|
2
|
+
import { splitProps } from 'solid-js';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
const content = `<style>.erigzxhwe {
|
|
6
|
+
fill: currentColor;
|
|
7
|
+
d: path("M16.912 21.936q-.18-.065-.327-.213l-3.789-3.788q-.296-.29-.296-.685t.296-.69l3.766-3.76l-1.835-1.834l.689-.708l6.332 6.302q.148.148.213.327q.064.179.064.357t-.064.36q-.065.183-.213.33l-3.788 3.789q-.148.148-.33.213q-.182.064-.36.064t-.359-.065M13.7 17.04h7.08l-3.53-3.531zM5 20v-1h3.312q-1.916-1-3.114-2.851T4 12q0-1.664.626-3.118T6.34 6.34t2.542-1.714T12 4q2.706 0 4.778 1.584q2.072 1.583 2.843 4.032h-1.036q-.727-2.027-2.504-3.322T12 5Q9.075 5 7.038 7.038T5 12q0 2.108 1.11 3.79Q7.222 17.474 9 18.309V15h1v5z");
|
|
8
|
+
}
|
|
9
|
+
</style><path class="erigzxhwe"/>`;
|
|
10
|
+
|
|
11
|
+
/** @param props {{width?: string; height?: string;}} */
|
|
12
|
+
function Component(props) {
|
|
13
|
+
const [local, others] = splitProps(props, ["width","height"]);
|
|
14
|
+
|
|
15
|
+
return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"material-symbols-light:reset-colors"} {...others} />);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export default Component;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-solid';
|
|
2
|
+
import { splitProps } from 'solid-js';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
const content = `<style>.elps2o55b {
|
|
6
|
+
fill: currentColor;
|
|
7
|
+
d: path("M14.175 9q-.273 0-.475-.161t-.283-.43l-1.27-4.384q-.106-.385.133-.705q.24-.32.643-.32h5.94q.274 0 .476.162t.282.429l1.271 4.384q.106.385-.133.705q-.24.32-.643.32zm.154-1h5.519l-1.144-4H13.17zm-8.483-.423q-.69 0-1.191-.501t-.501-1.191t.5-1.192t1.192-.5t1.192.5t.5 1.191q0 .691-.5 1.192t-1.192.501M6.012 20q-.69 0-1.244-.443q-.552-.443-.69-1.134L2.11 8.585q-.061-.226.095-.405T2.61 8q.177 0 .307.11q.131.11.168.286l2.011 9.989q.039.23.27.423q.23.192.461.192h5.635q.213 0 .356.143t.144.357t-.144.357t-.356.143zm8.473-2h-7.22q-.551 0-.945-.332t-.505-.845l-1.177-5.62q-.211-1.026.47-1.75q.68-.722 1.592-.722q.702 0 1.29.419t.749 1.146L9.954 16h3.711q.39 0 .726.198q.334.198.551.571l2.712 4.683q.104.177.049.378q-.055.2-.232.304t-.378.05q-.2-.055-.305-.232zm-.156-10L13.17 4z");
|
|
8
|
+
}
|
|
9
|
+
</style><path class="elps2o55b"/>`;
|
|
10
|
+
|
|
11
|
+
/** @param props {{width?: string; height?: string;}} */
|
|
12
|
+
function Component(props) {
|
|
13
|
+
const [local, others] = splitProps(props, ["width","height"]);
|
|
14
|
+
|
|
15
|
+
return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"material-symbols-light:seat-window-outline-rounded"} {...others} />);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export default Component;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-solid';
|
|
2
|
+
import { splitProps } from 'solid-js';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
const content = `<style>.t300f1ujq {
|
|
6
|
+
fill: currentColor;
|
|
7
|
+
d: path("m13.579 9l-1.712-6h7.592l1.712 6zm.75-1h5.519l-1.144-4H13.17zm-8.483-.423q-.69 0-1.191-.501t-.501-1.191t.5-1.192t1.192-.5t1.191.5t.501 1.191q0 .691-.5 1.192t-1.192.501M4.402 20L2 8h1.012l2.2 11h6.75v1zm1.662-2l-1.425-6.796q-.212-1.027.469-1.75T6.7 8.73q.702 0 1.29.419t.749 1.146L9.954 16h4.548l3.402 5.885l-.866.5L14.485 18zm8.265-10L13.17 4z");
|
|
8
|
+
}
|
|
9
|
+
</style><path class="t300f1ujq"/>`;
|
|
10
|
+
|
|
11
|
+
/** @param props {{width?: string; height?: string;}} */
|
|
12
|
+
function Component(props) {
|
|
13
|
+
const [local, others] = splitProps(props, ["width","height"]);
|
|
14
|
+
|
|
15
|
+
return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"material-symbols-light:seat-window-outline-sharp"} {...others} />);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export default Component;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-solid';
|
|
2
|
+
import { splitProps } from 'solid-js';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
const content = `<style>.w0kmazh6h {
|
|
6
|
+
fill: currentColor;
|
|
7
|
+
d: path("M14.175 9q-.273 0-.475-.161t-.283-.43l-1.27-4.384q-.106-.385.133-.705q.24-.32.643-.32h5.94q.274 0 .476.162t.282.429l1.271 4.384q.106.385-.133.705q-.24.32-.643.32zm.154-1h5.519l-1.144-4H13.17zm-8.483-.423q-.69 0-1.191-.501t-.501-1.191t.5-1.192t1.192-.5t1.192.5t.5 1.191q0 .691-.5 1.192t-1.192.501M11.962 20h-5.95q-.69 0-1.244-.443q-.552-.443-.69-1.134L2 8h1.012l2.084 10.385q.038.23.27.423q.23.192.461.192h6.134zm5.077 2.385L14.484 18H7.267q-.552 0-.946-.332t-.505-.845l-1.177-5.62q-.211-1.026.47-1.75q.68-.722 1.592-.722q.702 0 1.29.419t.749 1.146L9.954 16h3.711q.39 0 .726.198q.334.198.551.571l2.962 5.116zM14.329 8L13.17 4z");
|
|
8
|
+
}
|
|
9
|
+
</style><path class="w0kmazh6h"/>`;
|
|
10
|
+
|
|
11
|
+
/** @param props {{width?: string; height?: string;}} */
|
|
12
|
+
function Component(props) {
|
|
13
|
+
const [local, others] = splitProps(props, ["width","height"]);
|
|
14
|
+
|
|
15
|
+
return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"material-symbols-light:seat-window-outline"} {...others} />);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export default Component;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-solid';
|
|
2
|
+
import { splitProps } from 'solid-js';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
const content = `<style>.xwdfuvbne {
|
|
6
|
+
fill: currentColor;
|
|
7
|
+
d: path("M14.175 9q-.28 0-.479-.163t-.279-.428l-1.27-4.384q-.106-.385.13-.705t.646-.32h5.94q.28 0 .479.163q.2.163.28.428l1.27 4.384q.106.385-.13.705t-.646.32zM5.846 7.577q-.698 0-1.195-.497t-.497-1.196t.497-1.195t1.195-.497t1.195.497t.498 1.195q0 .699-.498 1.196q-.497.497-1.195.497M6.012 20q-.69 0-1.244-.443q-.552-.443-.69-1.134L2.11 8.585q-.061-.226.092-.405T2.608 8q.179 0 .31.112q.13.11.167.284l2.011 9.989q.039.23.27.423q.23.192.461.192h5.635q.212 0 .356.144t.144.357t-.144.356t-.356.143zm8.473-2h-7.22q-.551 0-.945-.332t-.505-.845l-1.177-5.62q-.211-1.026.47-1.75q.68-.722 1.592-.722q.702 0 1.288.421t.75 1.144L9.955 16h3.711q.39 0 .726.198q.334.198.551.571l2.712 4.683q.104.177.047.382t-.232.305t-.378.043t-.303-.23z");
|
|
8
|
+
}
|
|
9
|
+
</style><path class="xwdfuvbne"/>`;
|
|
10
|
+
|
|
11
|
+
/** @param props {{width?: string; height?: string;}} */
|
|
12
|
+
function Component(props) {
|
|
13
|
+
const [local, others] = splitProps(props, ["width","height"]);
|
|
14
|
+
|
|
15
|
+
return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"material-symbols-light:seat-window-rounded"} {...others} />);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export default Component;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-solid';
|
|
2
|
+
import { splitProps } from 'solid-js';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
const content = `<style>.uhw21sbkw {
|
|
6
|
+
fill: currentColor;
|
|
7
|
+
d: path("m13.579 9l-1.712-6h7.592l1.712 6zM5.846 7.577q-.69 0-1.191-.501t-.501-1.191t.5-1.192t1.192-.5t1.191.5t.501 1.191q0 .691-.5 1.192t-1.192.501M4.402 20L2 8h1.012l2.2 11h6.75v1zm1.662-2l-1.425-6.796q-.212-1.027.469-1.75T6.7 8.73q.702 0 1.29.419t.749 1.146L9.954 16h4.548l3.402 5.885l-.866.5L14.485 18z");
|
|
8
|
+
}
|
|
9
|
+
</style><path class="uhw21sbkw"/>`;
|
|
10
|
+
|
|
11
|
+
/** @param props {{width?: string; height?: string;}} */
|
|
12
|
+
function Component(props) {
|
|
13
|
+
const [local, others] = splitProps(props, ["width","height"]);
|
|
14
|
+
|
|
15
|
+
return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"material-symbols-light:seat-window-sharp"} {...others} />);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export default Component;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-solid';
|
|
2
|
+
import { splitProps } from 'solid-js';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
const content = `<style>.ldwhif3zf {
|
|
6
|
+
fill: currentColor;
|
|
7
|
+
d: path("M14.175 9q-.273 0-.475-.161t-.283-.43l-1.27-4.384q-.106-.385.133-.705q.24-.32.643-.32h5.94q.274 0 .476.162t.282.429l1.271 4.384q.106.385-.133.705q-.24.32-.643.32zM5.846 7.577q-.69 0-1.191-.501t-.501-1.191t.5-1.192t1.192-.5t1.192.5t.5 1.191q0 .691-.5 1.192t-1.192.501M11.962 20h-5.95q-.69 0-1.244-.443q-.552-.443-.69-1.134L2 8h1.012l2.084 10.385q.038.23.27.423q.23.192.461.192h6.134zm5.077 2.385L14.484 18H7.267q-.552 0-.946-.332t-.505-.845l-1.177-5.62q-.211-1.026.47-1.75q.68-.722 1.592-.722q.702 0 1.29.419t.749 1.146L9.954 16h3.711q.39 0 .726.198q.334.198.551.571l2.962 5.116z");
|
|
8
|
+
}
|
|
9
|
+
</style><path class="ldwhif3zf"/>`;
|
|
10
|
+
|
|
11
|
+
/** @param props {{width?: string; height?: string;}} */
|
|
12
|
+
function Component(props) {
|
|
13
|
+
const [local, others] = splitProps(props, ["width","height"]);
|
|
14
|
+
|
|
15
|
+
return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"material-symbols-light:seat-window"} {...others} />);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export default Component;
|
package/iconify.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "material-symbols-light",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Material Symbols Light",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 15524,
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Google",
|
|
8
8
|
"url": "https://github.com/google/material-design-icons"
|
|
@@ -28,5 +28,5 @@
|
|
|
28
28
|
],
|
|
29
29
|
"palette": false
|
|
30
30
|
},
|
|
31
|
-
"lastModified":
|
|
31
|
+
"lastModified": 1782279526
|
|
32
32
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-solid/material-symbols-light",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.21",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/material-symbols-light/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -20682,10 +20682,18 @@
|
|
|
20682
20682
|
"types": "./types/vn2rmosy.d.ts",
|
|
20683
20683
|
"default": "./components/e/extension-outline.jsx"
|
|
20684
20684
|
},
|
|
20685
|
+
"./extension-outline-rounded": {
|
|
20686
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
20687
|
+
"default": "./components/e/extension-outline-rounded.jsx"
|
|
20688
|
+
},
|
|
20685
20689
|
"./extension-outline-sharp": {
|
|
20686
20690
|
"types": "./types/vn2rmosy.d.ts",
|
|
20687
20691
|
"default": "./components/e/extension-outline-sharp.jsx"
|
|
20688
20692
|
},
|
|
20693
|
+
"./extension-rounded": {
|
|
20694
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
20695
|
+
"default": "./components/e/extension-rounded.jsx"
|
|
20696
|
+
},
|
|
20689
20697
|
"./extension-sharp": {
|
|
20690
20698
|
"types": "./types/vn2rmosy.d.ts",
|
|
20691
20699
|
"default": "./components/e/extension-sharp.jsx"
|
|
@@ -45962,6 +45970,18 @@
|
|
|
45962
45970
|
"types": "./types/vn2rmosy.d.ts",
|
|
45963
45971
|
"default": "./components/r/reset-brightness-rounded.jsx"
|
|
45964
45972
|
},
|
|
45973
|
+
"./reset-colors": {
|
|
45974
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
45975
|
+
"default": "./components/r/reset-colors.jsx"
|
|
45976
|
+
},
|
|
45977
|
+
"./reset-colors-rounded": {
|
|
45978
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
45979
|
+
"default": "./components/r/reset-colors-rounded.jsx"
|
|
45980
|
+
},
|
|
45981
|
+
"./reset-colors-sharp": {
|
|
45982
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
45983
|
+
"default": "./components/r/reset-colors-sharp.jsx"
|
|
45984
|
+
},
|
|
45965
45985
|
"./reset-exposure": {
|
|
45966
45986
|
"types": "./types/vn2rmosy.d.ts",
|
|
45967
45987
|
"default": "./components/r/reset-exposure.jsx"
|
|
@@ -48022,6 +48042,30 @@
|
|
|
48022
48042
|
"types": "./types/vn2rmosy.d.ts",
|
|
48023
48043
|
"default": "./components/s/seat-vent-right-sharp.jsx"
|
|
48024
48044
|
},
|
|
48045
|
+
"./seat-window": {
|
|
48046
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
48047
|
+
"default": "./components/s/seat-window.jsx"
|
|
48048
|
+
},
|
|
48049
|
+
"./seat-window-outline": {
|
|
48050
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
48051
|
+
"default": "./components/s/seat-window-outline.jsx"
|
|
48052
|
+
},
|
|
48053
|
+
"./seat-window-outline-rounded": {
|
|
48054
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
48055
|
+
"default": "./components/s/seat-window-outline-rounded.jsx"
|
|
48056
|
+
},
|
|
48057
|
+
"./seat-window-outline-sharp": {
|
|
48058
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
48059
|
+
"default": "./components/s/seat-window-outline-sharp.jsx"
|
|
48060
|
+
},
|
|
48061
|
+
"./seat-window-rounded": {
|
|
48062
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
48063
|
+
"default": "./components/s/seat-window-rounded.jsx"
|
|
48064
|
+
},
|
|
48065
|
+
"./seat-window-sharp": {
|
|
48066
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
48067
|
+
"default": "./components/s/seat-window-sharp.jsx"
|
|
48068
|
+
},
|
|
48025
48069
|
"./security": {
|
|
48026
48070
|
"types": "./types/vn2rmosy.d.ts",
|
|
48027
48071
|
"default": "./components/s/security.jsx"
|