@iconify-solid/material-symbols-light 1.0.13 → 1.0.15
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/2/2d-2-outline-rounded.jsx +18 -0
- package/components/2/2d-2-rounded.jsx +18 -0
- package/components/2/2d-2.jsx +18 -0
- package/components/3/3d-2-rounded.jsx +18 -0
- package/components/3/3d-2.jsx +18 -0
- package/components/a/add-task-outline-rounded.jsx +18 -0
- package/components/a/add-task-outline-sharp.jsx +18 -0
- package/components/a/add-task-outline.jsx +18 -0
- package/components/a/add-task-rounded.jsx +3 -3
- package/components/a/add-task-sharp.jsx +18 -0
- package/components/a/add-task.jsx +3 -3
- package/components/a/add-to-drive-outline-rounded.jsx +3 -3
- package/components/a/add-to-drive-outline.jsx +3 -3
- package/components/a/add-to-drive-rounded.jsx +3 -3
- package/components/a/add-to-drive.jsx +3 -3
- package/components/d/docs-outline-sharp.jsx +3 -3
- package/components/d/docs-outline.jsx +3 -3
- package/components/d/docs-sharp.jsx +3 -3
- package/components/d/docs.jsx +3 -3
- package/components/d/drive-export-outline-rounded.jsx +3 -3
- package/components/d/drive-export-outline.jsx +3 -3
- package/components/d/drive-export-rounded.jsx +3 -3
- package/components/d/drive-export.jsx +3 -3
- package/components/f/forms-add-on-outline-rounded.jsx +18 -0
- package/components/f/forms-add-on-outline.jsx +18 -0
- package/components/f/forms-add-on-rounded.jsx +3 -3
- package/components/f/forms-add-on.jsx +3 -3
- package/components/f/forms-apps-script-outline-sharp.jsx +18 -0
- package/components/f/forms-apps-script-outline.jsx +3 -3
- package/components/f/forms-apps-script-sharp.jsx +18 -0
- package/components/f/forms-apps-script.jsx +3 -3
- package/components/t/task-alt-outline-sharp.jsx +18 -0
- package/components/t/task-alt-outline.jsx +18 -0
- package/components/t/task-alt-sharp.jsx +18 -0
- package/components/t/task-alt.jsx +3 -3
- package/iconify.json +2 -2
- package/package.json +65 -1
|
@@ -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>.nx30a79cc {
|
|
6
|
+
fill: currentColor;
|
|
7
|
+
d: path("M10.073 16.217H5.838q-.16 0-.257-.098t-.098-.257v-.454q0-.067.018-.138t.086-.126q.967-.736 1.67-1.356t1.235-1.276q.477-.589.735-1.124t.258-1.172q0-.787-.454-1.286t-1.092-.5q-.56 0-.96.354q-.398.353-.54.876q-.06.17-.234.248t-.345.004q-.216-.08-.281-.3q-.065-.221.008-.456q.196-.762.906-1.2t1.465-.437q1.19 0 1.841.656t.651 1.798q0 .868-.34 1.629q-.34.762-.89 1.429q-.518.66-1.173 1.224t-1.264 1.037l.011.018h3.298q.196 0 .316.129q.119.128.119.325q0 .196-.129.325q-.129.128-.325.128m2.877-.005q-.348 0-.578-.23t-.23-.578v-6.89q0-.348.23-.578t.578-.23h2.042q1.887 0 2.876 1.155t.99 3.1t-.993 3.098t-2.873 1.153zm.17-.954h1.85q1.457 0 2.187-.89q.73-.891.73-2.406t-.73-2.409t-2.188-.894h-1.85z");
|
|
8
|
+
}
|
|
9
|
+
</style><path class="nx30a79cc"/>`;
|
|
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:2d-2-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>.nv4ywebam {
|
|
6
|
+
fill: currentColor;
|
|
7
|
+
d: path("M10.073 16.217H5.838q-.16 0-.257-.098t-.098-.257v-.454q0-.067.018-.138t.086-.126q.967-.736 1.67-1.356t1.235-1.276q.477-.589.735-1.119t.258-1.126q0-.826-.454-1.331T7.939 8.43q-.56 0-.96.353q-.398.353-.54.876q-.06.17-.234.248t-.345.004q-.216-.08-.281-.3q-.065-.221.008-.456q.196-.762.906-1.2t1.465-.437q1.19 0 1.841.656t.651 1.798q0 .868-.34 1.629q-.34.762-.89 1.429q-.518.66-1.173 1.224t-1.264 1.037l.011.018h3.298q.196 0 .316.129q.119.128.119.325q0 .196-.129.325q-.129.128-.325.128m2.877-.005q-.348 0-.578-.23t-.23-.578v-6.89q0-.348.23-.578t.578-.23h2.042q1.887 0 2.876 1.155t.99 3.1t-.993 3.098t-2.873 1.153zm.17-.954h1.85q1.457 0 2.187-.89q.73-.891.73-2.406t-.73-2.409t-2.188-.894h-1.85z");
|
|
8
|
+
}
|
|
9
|
+
</style><path class="nv4ywebam"/>`;
|
|
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:2d-2-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>.za1qhvbvn {
|
|
6
|
+
fill: currentColor;
|
|
7
|
+
d: path("M5.483 16.217v-.969q.967-.736 1.722-1.408q.755-.673 1.287-1.328q.427-.539.71-1.153q.283-.615.283-1.293q0-.777-.413-1.206q-.412-.43-1.133-.43q-.697 0-1.11.446q-.413.445-.481 1.159l-.917-.106q.054-1.023.734-1.716t1.793-.694q1.19 0 1.841.656t.651 1.798q0 .868-.34 1.629q-.34.762-.89 1.429q-.518.66-1.173 1.224t-1.264 1.037l.011.018h3.733v.907zm6.66-.005V7.706h2.85q1.886 0 2.875 1.156t.99 3.1t-.993 3.097t-2.873 1.153zm.976-.954h1.85q1.458 0 2.188-.89q.73-.891.73-2.406t-.73-2.409t-2.188-.893h-1.85z");
|
|
8
|
+
}
|
|
9
|
+
</style><path class="za1qhvbvn"/>`;
|
|
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:2d-2"} {...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>.je57mqbno {
|
|
6
|
+
fill: currentColor;
|
|
7
|
+
d: path("M12.962 16.217q-.348 0-.578-.23t-.23-.577V8.52q0-.349.23-.579t.578-.23h2.036q1.887 0 2.876 1.153q.99 1.153.99 3.097t-.993 3.1t-2.873 1.156zm.163-.953h1.856q1.458 0 2.185-.894q.726-.893.726-2.408q0-1.516-.726-2.409q-.727-.893-2.185-.893h-1.856zm-5.263 1.14q-.875 0-1.489-.341t-.917-1.005q-.079-.177-.006-.389t.25-.29t.376-.009t.303.247q.2.42.582.642t.92.222q.758 0 1.192-.445q.435-.445.435-1.197q0-.708-.498-1.172t-1.304-.463h-.05q-.196 0-.315-.129q-.12-.129-.12-.325t.129-.325t.325-.129q.692 0 1.125-.407t.433-1.041t-.401-1.028t-1.078-.395q-.488 0-.833.22t-.544.626q-.079.177-.265.229t-.364-.027t-.229-.265t.027-.364q.131-.261.295-.47q.165-.208.382-.37q.304-.237.685-.358q.38-.121.852-.121q1.067 0 1.756.61q.69.611.69 1.61q0 .653-.318 1.137t-.869.776v.061q.673.256 1.064.831q.39.575.39 1.323q0 1.187-.707 1.859q-.706.672-1.904.672");
|
|
8
|
+
}
|
|
9
|
+
</style><path class="je57mqbno"/>`;
|
|
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:3d-2-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>.jnd7gg67n {
|
|
6
|
+
fill: currentColor;
|
|
7
|
+
d: path("M12.154 16.217V7.712h2.844q1.887 0 2.876 1.153q.99 1.152.99 3.097t-.993 3.1t-2.873 1.155zm.971-.953h1.856q1.458 0 2.185-.894q.726-.893.726-2.408q0-1.516-.726-2.409q-.727-.894-2.185-.894h-1.856zm-5.264 1.14q-1.128 0-1.823-.58t-.825-1.678l.916-.254q.125.745.566 1.167t1.186.422q.757 0 1.192-.445t.435-1.197q0-.708-.498-1.172q-.499-.463-1.304-.463H7.02v-.908h.654q.692 0 1.125-.408t.433-1.04t-.401-1.028t-1.078-.395q-.613 0-1.005.348t-.522.962l-.91-.123q.123-.98.79-1.533q.668-.554 1.652-.554q1.068 0 1.757.61q.69.611.69 1.61q0 .653-.318 1.137t-.869.776v.061q.673.256 1.064.831q.39.575.39 1.323q0 1.187-.707 1.859q-.706.672-1.904.672");
|
|
8
|
+
}
|
|
9
|
+
</style><path class="jnd7gg67n"/>`;
|
|
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:3d-2"} {...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>.a_gq1ibkm {
|
|
6
|
+
fill: currentColor;
|
|
7
|
+
d: path("M10.033 5h3.91q2.926 0 4.995 2.036T21.006 12q0 .214-.153.357t-.347.143q-.214 0-.357-.143T20.006 12q0-2.5-1.775-4.25T13.937 6h-3.898q-2.5 0-4.275 1.75T3.989 12t1.775 4.25T10.039 18h2.48q.214 0 .354.153t.14.347q0 .214-.152.357q-.153.143-.348.143h-2.48q-2.927 0-4.986-2.036T2.989 12t2.058-4.963T10.033 5m8.467 9q.194 0 .347.153T19 14.5V17h2.5q.194 0 .347.153T22 17.5q0 .214-.153.357T21.5 18H19v2.525q0 .194-.153.335q-.153.14-.347.14q-.213 0-.357-.143T18 20.5V18h-2.525q-.194 0-.334-.143T15 17.5q0-.194.143-.347q.144-.153.357-.153H18v-2.5q0-.194.143-.347T18.5 14m-2.706-4.717l-5.2 4.873l-2.413-2.26q-.166-.14-.354-.143q-.189-.003-.354.143t-.156.347t.156.342l2.436 2.282q.297.297.688.306t.707-.286l5.204-4.916q.16-.14.16-.341t-.16-.347q-.152-.16-.35-.163q-.199-.003-.364.163");
|
|
8
|
+
}
|
|
9
|
+
</style><path class="a_gq1ibkm"/>`;
|
|
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:add-task-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>.hx5nnbcph {
|
|
6
|
+
fill: currentColor;
|
|
7
|
+
d: path("m10.594 14.156l-2.761-2.581l-.681.7l3.467 3.258l6.273-5.916l-.719-.713zM10.033 19q-2.927 0-4.986-2.033t-2.058-4.964t2.058-4.966T10.033 5h3.91q2.926 0 4.995 2.034Q21.006 9.07 21.006 12h-1q0-2.5-1.775-4.25T13.936 6H10.04q-2.5 0-4.275 1.75T3.989 12t1.775 4.25T10.039 18h2.98v1zM18 21v-3h-3v-1h3v-3h1v3h3v1h-3v3zm-6-9");
|
|
8
|
+
}
|
|
9
|
+
</style><path class="hx5nnbcph"/>`;
|
|
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:add-task-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>.c7vqt30ot {
|
|
6
|
+
fill: currentColor;
|
|
7
|
+
d: path("M18 21v-3h-3v-1h3v-3h1v3h3v1h-3v3zm-8.09-6.133q.315.277.706.287q.392.01.688-.267l5.204-4.916q.165-.146.165-.347t-.165-.341q-.146-.166-.347-.166t-.367.166l-5.2 4.873l-2.413-2.26q-.165-.146-.354-.146t-.354.146t-.156.345t.156.344zM10.033 19q-2.927 0-4.986-2.033t-2.058-4.964t2.058-4.966T10.033 5h3.91q2.926 0 4.995 2.034Q21.006 9.07 21.006 12h-1q0-2.5-1.775-4.25T13.936 6H10.04q-2.5 0-4.275 1.75T3.989 12t1.775 4.25T10.039 18h2.98v1zM12 12");
|
|
8
|
+
}
|
|
9
|
+
</style><path class="c7vqt30ot"/>`;
|
|
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:add-task-outline"} {...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>.n8d_2eb5x {
|
|
6
6
|
fill: currentColor;
|
|
7
|
-
d: path("
|
|
7
|
+
d: path("M18 18h-2.5q-.213 0-.356-.144T15 17.499t.144-.356T15.5 17H18v-2.5q0-.213.144-.356t.357-.144t.356.144t.143.356V17h2.5q.213 0 .356.144t.144.357t-.144.356T21.5 18H19v2.5q0 .213-.144.356t-.357.144t-.356-.144T18 20.5zm-8.09-3.133q.315.277.706.287q.392.01.688-.267l5.204-4.916q.165-.14.165-.335t-.165-.35q-.166-.169-.357-.169t-.357.166l-5.2 4.873l-2.413-2.26q-.166-.146-.354-.146t-.354.146q-.165.146-.156.345t.156.344zM10.033 19q-2.927 0-4.986-2.037t-2.058-4.971q0-2.913 2.058-4.953Q7.106 5 10.033 5h3.91q2.212 0 3.964 1.202t2.55 3.12q.243.567.38 1.168t.169 1.204q.025.323-.258.507t-.606.072q-.373-.13-.79-.19q-.416-.058-.833-.058q-1.148 0-2.158.439q-1.01.438-1.746 1.176q-.89.89-1.299 2.052t-.285 2.383q.03.373-.196.649T12.26 19z");
|
|
8
8
|
}
|
|
9
|
-
</style><path class="
|
|
9
|
+
</style><path class="n8d_2eb5x"/>`;
|
|
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>.cssudzbox {
|
|
6
|
+
fill: currentColor;
|
|
7
|
+
d: path("m10.594 14.156l-2.761-2.581l-.681.7l3.467 3.258l6.273-5.916l-.719-.713zM18 21v-3h-3v-1h3v-3h1v3h3v1h-3v3zm-4.81-2h-3.157q-2.927 0-4.986-2.036T2.989 12q0-2.921 2.058-4.96Q7.106 5 10.033 5h3.91q2.926 0 4.995 2.04T21.006 12q0 .142-.003.307q-.003.164-.028.306q-.554-.279-1.172-.433q-.618-.155-1.284-.155q-2.307 0-3.913 1.606T13 17.544q0 .39.046.744q.046.353.145.712");
|
|
8
|
+
}
|
|
9
|
+
</style><path class="cssudzbox"/>`;
|
|
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:add-task-sharp"} {...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>.jdrjedceo {
|
|
6
6
|
fill: currentColor;
|
|
7
|
-
d: path("
|
|
7
|
+
d: path("M18 21v-3h-3v-1h3v-3h1v3h3v1h-3v3zm-8.09-6.133q.315.277.706.287q.392.01.688-.267l5.204-4.916q.165-.146.165-.337t-.165-.351q-.166-.166-.357-.166t-.357.166l-5.2 4.873l-2.413-2.26q-.166-.146-.354-.146t-.354.146q-.165.146-.156.345t.156.344zM13.19 19h-3.157q-2.927 0-4.986-2.036T2.989 12q0-2.921 2.058-4.96Q7.106 5 10.033 5h3.91q2.926 0 4.995 2.04T21.006 12q0 .142-.003.307q-.003.164-.028.306q-.554-.279-1.172-.433q-.618-.155-1.284-.155q-2.307 0-3.913 1.606T13 17.544q0 .39.046.744q.046.353.145.712");
|
|
8
8
|
}
|
|
9
|
-
</style><path class="
|
|
9
|
+
</style><path class="jdrjedceo"/>`;
|
|
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>.dj4vm2t7j {
|
|
6
6
|
fill: currentColor;
|
|
7
|
-
d: path("
|
|
7
|
+
d: path("M7.044 19h5.445l-3.797-6.5H5.963l-1.382 2.352q-.389.645-.376 1.388t.376 1.385t1.03 1.009T7.044 19M12 16.173l2.162-3.673H9.839zM6.537 11.5h8.198l1.342-2.289l-1.658-2.807q-.388-.633-1.025-1.019T11.992 5t-1.416.376t-1.04 1.028zm6.398 8.5h-5.89q-1.053 0-1.94-.504q-.886-.504-1.409-1.383q-.523-.88-.523-1.885t.523-1.882l4.981-8.442q.523-.877 1.414-1.39Q10.981 4 12 4q1.027 0 1.904.514q.877.513 1.4 1.39l3.925 6.654q-.292-.054-.607-.075q-.314-.021-.606.02l-1.366-2.316l-2.75 4.707q-.57.781-.843 1.727q-.274.947-.274 2.025q0 .347.04.694q.041.347.111.66M18 19h-2.5q-.213 0-.356-.144T15 18.499t.144-.356T15.5 18H18v-2.5q0-.213.144-.356t.357-.144t.356.144t.143.356V18h2.5q.213 0 .356.144t.144.357t-.144.356T21.5 19H19v2.5q0 .213-.144.356t-.357.144t-.356-.144T18 21.5zm-1.35-8.814");
|
|
8
8
|
}
|
|
9
|
-
</style><path class="
|
|
9
|
+
</style><path class="dj4vm2t7j"/>`;
|
|
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>.dsjgbebzk {
|
|
6
6
|
fill: currentColor;
|
|
7
|
-
d: path("
|
|
7
|
+
d: path("M7.044 19h5.445l-3.797-6.5H5.963l-1.382 2.352q-.389.645-.376 1.388t.376 1.385t1.03 1.009T7.044 19M12 16.173l2.162-3.673H9.839zM6.537 11.5h8.198l1.342-2.289l-1.658-2.807q-.388-.633-1.025-1.019T11.992 5t-1.416.376t-1.04 1.028zm6.398 8.5h-5.89q-1.053 0-1.94-.504q-.886-.504-1.409-1.383q-.523-.88-.523-1.885t.523-1.882l4.981-8.442q.523-.877 1.414-1.39Q10.981 4 12 4q1.027 0 1.904.514q.877.513 1.4 1.39l3.925 6.654q-.292-.054-.607-.075q-.314-.021-.606.02l-1.366-2.316l-2.75 4.707q-.57.781-.843 1.727q-.274.947-.274 2.025q0 .347.04.694q.041.347.111.66M18 22v-3h-3v-1h3v-3h1v3h3v1h-3v3zm-1.35-11.814");
|
|
8
8
|
}
|
|
9
|
-
</style><path class="
|
|
9
|
+
</style><path class="dsjgbebzk"/>`;
|
|
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>.m264z81dy {
|
|
6
6
|
fill: currentColor;
|
|
7
|
-
d: path("
|
|
7
|
+
d: path("M7.044 20q-1.04 0-1.933-.504q-.892-.504-1.415-1.383q-.523-.88-.523-1.885t.523-1.882l1.09-1.846h3.906l4.37 7.5zm-1.678-8.5l3.311-5.596q.523-.877 1.414-1.39Q10.981 4 12 4q1.027 0 1.904.514q.877.513 1.4 1.39l1.365 2.302l-1.934 3.294zM18 19h-2.5q-.213 0-.356-.144T15 18.499t.144-.356T15.5 18H18v-2.5q0-.213.144-.356t.357-.144t.356.144t.143.356V18h2.5q.213 0 .356.144t.144.357t-.144.356T21.5 19H19v2.5q0 .213-.144.356t-.357.144t-.356-.144T18 21.5zm-3.652-4.837l2.9-4.982l2 3.377q-1.344-.175-2.624.24q-1.28.416-2.276 1.366");
|
|
8
8
|
}
|
|
9
|
-
</style><path class="
|
|
9
|
+
</style><path class="m264z81dy"/>`;
|
|
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>.wdnetxb8v {
|
|
6
6
|
fill: currentColor;
|
|
7
|
-
d: path("
|
|
7
|
+
d: path("M7.044 20q-1.032 0-1.928-.504q-.897-.504-1.42-1.38q-.523-.877-.523-1.885t.523-1.885l1.09-1.846h3.906l4.37 7.5zm-1.678-8.5l3.311-5.596q.523-.877 1.41-1.39T12 4t1.904.514t1.4 1.39l1.365 2.302l-1.934 3.294zM18 22v-3h-3v-1h3v-3h1v3h3v1h-3v3zm-3.652-7.837l2.9-4.982l2 3.377q-1.344-.175-2.624.24q-1.28.416-2.276 1.366");
|
|
8
8
|
}
|
|
9
|
-
</style><path class="
|
|
9
|
+
</style><path class="wdnetxb8v"/>`;
|
|
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>.xy88k1nit {
|
|
6
6
|
fill: currentColor;
|
|
7
|
-
d: path("
|
|
7
|
+
d: path("M13.654 3L18 7.462V21H6V3zM11.5 4H7v16h10V9.673h-5.5zm1 0v4.673H17v-.79L13.252 4zM9.654 18.173v-1H12.5v1zm0-3.788v-1h4.673v1z");
|
|
8
8
|
}
|
|
9
|
-
</style><path class="
|
|
9
|
+
</style><path class="xy88k1nit"/>`;
|
|
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>.f9h2uzlmg {
|
|
6
6
|
fill: currentColor;
|
|
7
|
-
d: path("
|
|
7
|
+
d: path("M7.616 21q-.691 0-1.153-.462T6 19.385V4.615q0-.69.463-1.152T7.616 3h5.367q.323 0 .628.121t.522.358l3.408 3.523q.217.217.338.503t.121.609v11.27q0 .691-.462 1.154T16.384 21zM11.5 4H7.616q-.27 0-.443.183T7 4.616v14.769q0 .269.173.442t.443.173h8.769q.25 0 .432-.173q.183-.173.183-.442V9.673h-3.173q-.961 0-1.644-.702T11.5 7.27zm1 0v3.27q0 .578.374.99t.953.413H17v-.79L13.252 4zm-2.346 14.173q-.213 0-.357-.143q-.143-.143-.143-.357t.143-.357t.357-.143H12q.214 0 .357.143t.143.357t-.143.357t-.357.143zm0-3.788q-.213 0-.357-.144q-.143-.143-.143-.356q0-.214.143-.357q.144-.143.357-.143h3.673q.214 0 .357.143t.143.357t-.143.356t-.357.144z");
|
|
8
8
|
}
|
|
9
|
-
</style><path class="
|
|
9
|
+
</style><path class="f9h2uzlmg"/>`;
|
|
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>.pia9o7b6o {
|
|
6
6
|
fill: currentColor;
|
|
7
|
-
d: path("
|
|
7
|
+
d: path("M12 3v6.173h6V21H6V3zm1 0h.654L18 7.462v.711h-5zM9.654 18.173H12.5v-1H9.654zm0-3.788h4.673v-1H9.654z");
|
|
8
8
|
}
|
|
9
|
-
</style><path class="
|
|
9
|
+
</style><path class="pia9o7b6o"/>`;
|
|
10
10
|
|
|
11
11
|
/** @param props {{width?: string; height?: string;}} */
|
|
12
12
|
function Component(props) {
|
package/components/d/docs.jsx
CHANGED
|
@@ -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>.fne8nsa7o {
|
|
6
6
|
fill: currentColor;
|
|
7
|
-
d: path("
|
|
7
|
+
d: path("M12 3v3.77q0 1 .683 1.701t1.644.702H18v10.212q0 .69-.462 1.153T16.384 21H7.616q-.691 0-1.153-.462T6 19.385V4.615q0-.69.463-1.152T7.616 3zm1 0h.654L18 7.462v.711h-3.673q-.579 0-.953-.413T13 6.77zm-2.846 15.173H12q.214 0 .357-.143t.143-.357t-.143-.357t-.357-.143h-1.846q-.213 0-.357.143q-.143.143-.143.357t.143.357t.357.143m0-3.788h3.673q.214 0 .357-.144t.143-.357t-.143-.356t-.357-.144h-3.673q-.213 0-.357.144q-.143.143-.143.357q0 .213.143.356q.144.144.357.144");
|
|
8
8
|
}
|
|
9
|
-
</style><path class="
|
|
9
|
+
</style><path class="fne8nsa7o"/>`;
|
|
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>.slrnm2b-y {
|
|
6
6
|
fill: currentColor;
|
|
7
|
-
d: path("m20.5
|
|
7
|
+
d: path("m20.5 18.208l-3.265 3.246q-.14.14-.342.133t-.347-.153q-.14-.14-.14-.334t.14-.334l3.24-3.266H17q-.213 0-.357-.143T16.5 17t.143-.357T17 16.5h3.692q.349 0 .578.23t.23.578V21q0 .214-.143.357T21 21.5t-.357-.143T20.5 21zM7.044 19h5.445l-3.797-6.5H5.963l-1.382 2.352q-.389.652-.376 1.391t.376 1.373q.363.651 1.028 1.018q.664.366 1.435.366M12 16.173l2.162-3.673H9.839zM6.537 11.5h8.198l1.342-2.289l-1.658-2.807q-.388-.633-1.028-1.019Q12.752 5 12 5q-.771 0-1.423.376t-1.04 1.028zm6.398 8.5h-5.89q-1.053 0-1.94-.504q-.886-.504-1.409-1.38q-.523-.877-.523-1.885t.523-1.885l4.981-8.442q.523-.877 1.41-1.39T12 4t1.904.514t1.4 1.39l3.925 6.654q-.292-.054-.607-.075q-.314-.021-.606.02l-1.366-2.316l-2.75 4.707q-.57.781-.843 1.731t-.274 2.021q0 .346.039.692q.04.346.113.662m3.715-9.813");
|
|
8
8
|
}
|
|
9
|
-
</style><path class="
|
|
9
|
+
</style><path class="slrnm2b-y"/>`;
|
|
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>.pjqpqbbpi {
|
|
6
6
|
fill: currentColor;
|
|
7
|
-
d: path("m16.9
|
|
7
|
+
d: path("m16.9 21.789l-.688-.689l3.575-3.6H16.5v-1h5v5h-1v-3.292zM7.044 19h5.445l-3.797-6.5H5.963l-1.382 2.352q-.389.652-.376 1.391t.376 1.373q.363.651 1.028 1.018q.664.366 1.435.366M12 16.173l2.162-3.673H9.839zM6.537 11.5h8.198l1.342-2.289l-1.658-2.807q-.388-.633-1.028-1.019Q12.752 5 12 5q-.771 0-1.423.376t-1.04 1.028zm6.398 8.5h-5.89q-1.053 0-1.94-.504q-.886-.504-1.409-1.38q-.523-.877-.523-1.885t.523-1.885l4.981-8.442q.523-.877 1.41-1.39T12 4t1.904.514t1.4 1.39l3.925 6.654q-.292-.054-.607-.075q-.314-.021-.606.02l-1.366-2.316l-2.75 4.707q-.57.781-.843 1.731t-.274 2.021q0 .346.039.692q.04.346.113.662m3.715-9.813");
|
|
8
8
|
}
|
|
9
|
-
</style><path class="
|
|
9
|
+
</style><path class="pjqpqbbpi"/>`;
|
|
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>.d646p8jug {
|
|
6
6
|
fill: currentColor;
|
|
7
|
-
d: path("m20.5
|
|
7
|
+
d: path("m20.5 18.208l-3.265 3.246q-.14.14-.342.133t-.347-.153q-.14-.14-.14-.334t.14-.334l3.24-3.266H17q-.213 0-.357-.143T16.5 17t.143-.357T17 16.5h3.692q.349 0 .578.23t.23.578V21q0 .214-.143.357T21 21.5t-.357-.143T20.5 21zM7.044 20q-1.032 0-1.928-.504q-.897-.504-1.42-1.38q-.523-.877-.523-1.885t.523-1.885l1.09-1.846h3.906l4.37 7.5zm-1.678-8.5l3.311-5.596q.523-.877 1.41-1.39T12 4t1.904.514t1.4 1.39l1.365 2.302l-1.934 3.294zm8.982 2.664l2.9-4.983l2 3.377q-1.344-.175-2.624.24q-1.28.416-2.276 1.366");
|
|
8
8
|
}
|
|
9
|
-
</style><path class="
|
|
9
|
+
</style><path class="d646p8jug"/>`;
|
|
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>.g5lzb_b5a {
|
|
6
6
|
fill: currentColor;
|
|
7
|
-
d: path("m16.9
|
|
7
|
+
d: path("m16.9 21.789l-.688-.689l3.575-3.6H16.5v-1h5v5h-1v-3.292zM7.044 20q-1.032 0-1.928-.504q-.897-.504-1.42-1.38q-.523-.877-.523-1.885t.523-1.885l1.09-1.846h3.906l4.37 7.5zm-1.678-8.5l3.311-5.596q.523-.877 1.41-1.39T12 4t1.904.514t1.4 1.39l1.365 2.302l-1.934 3.294zm8.982 2.664l2.9-4.983l2 3.377q-1.344-.175-2.624.24q-1.28.416-2.276 1.366");
|
|
8
8
|
}
|
|
9
|
-
</style><path class="
|
|
9
|
+
</style><path class="g5lzb_b5a"/>`;
|
|
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>.vqwdfebij {
|
|
6
|
+
fill: currentColor;
|
|
7
|
+
d: path("M18.143 20.856Q18 20.713 18 20.5V18h-2.5q-.213 0-.356-.144T15 17.499t.144-.356T15.5 17H18v-2.5q0-.213.144-.356t.357-.144t.356.144t.143.356V17h2.5q.213 0 .356.144t.144.357t-.144.356T21.5 18H19v2.5q0 .213-.144.356t-.357.144t-.356-.144M6.846 19.5q-1.179 0-2.012-.813T4 16.673q0-.725.342-1.334q.343-.608.9-.993q-.576-.379-.91-1Q4 12.725 4 12t.342-1.324t.9-.984q-.557-.379-.9-.99T4 7.366q0-1.167.823-2.016q.823-.85 2.023-.85q.725 0 1.344.355t1.002.931q.38-.576.99-.931T11.54 4.5h5.615q1.175 0 2.01.836q.836.835.836 2.01q0 .725-.355 1.346q-.354.622-.931 1q.632.422.984 1.092t.296 1.432q-.24-.082-.492-.117T19 12.044q0-.767-.538-1.319q-.539-.552-1.308-.552h-5.615q-.77 0-1.308.533t-.539 1.293t.539 1.304q.538.543 1.308.543h2.902q-.207.233-.392.473t-.345.527h-2.166q-.769 0-1.307.533t-.539 1.293t.539 1.294t1.308.534h1.543q.05.275.118.516q.067.24.152.484h-1.814q-.744 0-1.355-.342t-.99-.92q-.385.577-1.004.92t-1.343.342m0-1q.77 0 1.308-.533q.538-.532.538-1.293t-.538-1.294t-1.308-.534t-1.307.533T5 16.672t.539 1.294t1.307.534m0-4.634q.77 0 1.308-.545q.538-.544.538-1.321q0-.761-.538-1.294t-1.308-.533t-1.307.533T5 12q0 .777.539 1.321q.538.544 1.307.544m0-4.673q.77 0 1.308-.533t.538-1.294q0-.777-.538-1.321T6.846 5.5t-1.307.544T5 7.366q0 .76.539 1.294q.538.532 1.307.532m4.693-.019h5.615q.769 0 1.308-.532T19 7.347t-.538-1.304t-1.308-.543h-5.615q-.77 0-1.308.539t-.539 1.307q0 .761.539 1.294q.538.533 1.308.533m-2.187.52");
|
|
8
|
+
}
|
|
9
|
+
</style><path class="vqwdfebij"/>`;
|
|
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:forms-add-on-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>.yxjcjhb0p {
|
|
6
|
+
fill: currentColor;
|
|
7
|
+
d: path("M18 21v-3h-3v-1h3v-3h1v3h3v1h-3v3zM6.846 19.5q-1.179 0-2.013-.813T4 16.673q0-.725.342-1.334q.343-.608.9-.993q-.576-.379-.91-1Q4 12.725 4 12t.342-1.324t.9-.984q-.557-.379-.9-.99T4 7.366q0-1.167.823-2.016q.823-.85 2.023-.85q.725 0 1.344.355t1.002.931q.38-.576.99-.931T11.54 4.5h5.615q1.175 0 2.01.836q.836.835.836 2.01q0 .725-.355 1.346q-.354.622-.931 1q.632.422.984 1.092t.296 1.432q-.24-.082-.492-.117T19 12.044q0-.767-.538-1.319q-.539-.552-1.308-.552h-5.615q-.77 0-1.308.533t-.539 1.293t.539 1.304q.538.543 1.308.543h2.902q-.207.233-.392.473t-.345.527h-2.166q-.769 0-1.307.533t-.539 1.293t.539 1.294t1.308.534h1.543q.05.275.118.516q.067.24.152.484h-1.814q-.744 0-1.355-.342t-.99-.92q-.385.577-1.004.92t-1.343.342m0-1q.77 0 1.308-.533q.538-.532.538-1.293t-.538-1.294t-1.308-.534t-1.307.533T5 16.672t.539 1.294t1.307.534m0-4.634q.77 0 1.308-.545q.538-.544.538-1.321q0-.761-.538-1.294t-1.308-.533t-1.307.533T5 12q0 .777.539 1.321q.538.544 1.307.544m0-4.673q.77 0 1.308-.533t.538-1.294q0-.777-.538-1.321T6.846 5.5t-1.307.544T5 7.366q0 .76.539 1.294q.538.532 1.307.532m4.693-.019h5.615q.769 0 1.308-.532T19 7.347t-.538-1.304t-1.308-.543h-5.615q-.77 0-1.308.539t-.539 1.307q0 .761.539 1.294q.538.533 1.308.533m-2.187.52");
|
|
8
|
+
}
|
|
9
|
+
</style><path class="yxjcjhb0p"/>`;
|
|
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:forms-add-on-outline"} {...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>.y7j15dbbj {
|
|
6
6
|
fill: currentColor;
|
|
7
|
-
d: path("
|
|
7
|
+
d: path("M18.143 20.856Q18 20.713 18 20.5V18h-2.5q-.213 0-.356-.144T15 17.499t.144-.356T15.5 17H18v-2.5q0-.213.144-.356t.357-.144t.356.144t.143.356V17h2.5q.213 0 .356.144t.144.357t-.144.356T21.5 18H19v2.5q0 .213-.144.356t-.357.144t-.356-.144M6.68 20.025q-1.122 0-1.907-.774t-.785-1.88q0-1.114.785-1.893q.785-.78 1.907-.78q-1.122 0-1.907-.78t-.785-1.894t.785-1.893t1.907-.779q-1.122 0-1.907-.76t-.785-1.88q0-1.143.779-1.927Q5.544 4 6.669 4t1.895.791q.769.792.788 1.907q0-1.115.785-1.907Q10.922 4 12.044 4h5.253q1.126 0 1.914.789T20 6.703q0 1.104-.788 1.876t-1.91.773q1.177.006 1.98.846q.805.84.712 2.018q-.378-.099-.727-.145q-.35-.046-.717-.046q-2.384 0-3.967 1.625T13 17.629q0 .627.142 1.205q.143.58.447 1.191h-1.545q-1.115 0-1.913-.77t-.779-1.884q-.02 1.116-.793 1.885q-.774.769-1.88.769m-.02-11.66q.695 0 1.194-.489q.499-.49.499-1.193T7.866 5.49T6.665 5t-1.198.487t-.48 1.205q0 .695.49 1.184t1.184.49m4.538-.02h6.956V5h-6.956zm-1.846 9.025q0-1.114.78-1.893q.78-.78 1.893-.78q-1.114 0-1.893-.786q-.78-.786-.78-1.893q0 1.107-.78 1.893t-1.893.786q1.114 0 1.893.78q.78.78.78 1.893m0-5.352q0-1.12.78-1.894t1.893-.773q-1.114 0-1.893-.774q-.78-.774-.78-1.88q0 1.106-.78 1.88t-1.893.774q1.114 0 1.893.773q.78.774.78 1.894");
|
|
8
8
|
}
|
|
9
|
-
</style><path class="
|
|
9
|
+
</style><path class="y7j15dbbj"/>`;
|
|
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>.ebsn8kbuc {
|
|
6
6
|
fill: currentColor;
|
|
7
|
-
d: path("
|
|
7
|
+
d: path("M18 21v-3h-3v-1h3v-3h1v3h3v1h-3v3zm-11.321-.975q-1.122 0-1.907-.774t-.786-1.88q0-1.114.786-1.893q.785-.78 1.907-.78q-1.122 0-1.907-.78t-.786-1.894t.786-1.893t1.907-.779q-1.122 0-1.907-.76q-.786-.76-.786-1.88q0-1.143.78-1.928Q5.544 4 6.669 4t1.895.791t.788 1.907q0-1.115.785-1.907Q10.922 4 12.044 4h5.253q1.126 0 1.914.789T20 6.703q0 1.104-.788 1.876t-1.91.773q1.177.006 1.98.846q.805.84.712 2.018q-.378-.099-.727-.145q-.35-.046-.717-.046q-2.384 0-3.967 1.625T13 17.629q0 .627.142 1.205q.143.58.447 1.191h-1.545q-1.115 0-1.913-.77t-.779-1.884q-.02 1.116-.793 1.885q-.774.769-1.88.769m-.02-11.66q.695 0 1.194-.489q.499-.49.499-1.193T7.866 5.49T6.665 5t-1.198.487t-.48 1.205q0 .695.49 1.184t1.184.49m4.538-.02h6.956V5h-6.956zm-1.846 9.025q0-1.114.78-1.893q.78-.78 1.893-.78q-1.114 0-1.893-.786q-.78-.786-.78-1.893q0 1.107-.78 1.893t-1.893.786q1.114 0 1.893.78q.78.78.78 1.893m0-5.352q0-1.12.78-1.894t1.893-.773q-1.114 0-1.893-.774q-.78-.774-.78-1.88q0 1.106-.78 1.88t-1.893.774q1.114 0 1.893.773q.78.774.78 1.894");
|
|
8
8
|
}
|
|
9
|
-
</style><path class="
|
|
9
|
+
</style><path class="ebsn8kbuc"/>`;
|
|
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>.l00d3-gel {
|
|
6
|
+
fill: currentColor;
|
|
7
|
+
d: path("m18.3 19.223l-2.964-2.282l.512-.722l2.914 2.265l-1.223-3.688l.827-.237l1.126 3.445l.872-3.5l.882.086l-1.397 5.506H14.7v-.873zM6.846 19.5q-1.179 0-2.012-.813T4 16.673q0-.725.342-1.334q.343-.608.9-.993q-.576-.379-.91-1Q4 12.725 4 12t.342-1.324t.9-.984q-.557-.379-.9-.99T4 7.366q0-1.167.823-2.016q.823-.85 2.023-.85q.725 0 1.344.355t1.002.931q.38-.576.99-.931T11.54 4.5h5.615q1.175 0 2.01.836q.836.835.836 2.01q0 .725-.355 1.346q-.354.622-.931 1q.632.422.984 1.092t.296 1.432q-.24-.082-.492-.117T19 12.044q0-.767-.538-1.319q-.539-.552-1.308-.552h-5.615q-.77 0-1.308.533t-.539 1.293t.539 1.304q.538.543 1.308.543h2.902q-.207.233-.392.473t-.345.527h-2.166q-.769 0-1.307.533t-.539 1.293t.539 1.294t1.308.534h1.543q.05.275.118.516q.067.24.152.484h-1.814q-.744 0-1.355-.342t-.99-.92q-.385.577-1.004.92t-1.343.342m0-1q.77 0 1.308-.533q.538-.532.538-1.293t-.538-1.294t-1.308-.534t-1.307.533T5 16.672t.539 1.294t1.307.534m0-4.634q.77 0 1.308-.545q.538-.544.538-1.321q0-.761-.538-1.294t-1.308-.533t-1.307.533T5 12q0 .777.539 1.321q.538.544 1.307.544m0-4.673q.77 0 1.308-.533t.538-1.294q0-.777-.538-1.321T6.846 5.5t-1.307.544T5 7.366q0 .76.539 1.294q.538.532 1.307.532m4.693-.019h5.615q.769 0 1.308-.532T19 7.347t-.538-1.304t-1.308-.543h-5.615q-.77 0-1.308.539t-.539 1.307q0 .761.539 1.294q.538.533 1.308.533m-2.187.52");
|
|
8
|
+
}
|
|
9
|
+
</style><path class="l00d3-gel"/>`;
|
|
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:forms-apps-script-outline-sharp"} {...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>.ffia4ns8a {
|
|
6
6
|
fill: currentColor;
|
|
7
|
-
d: path("
|
|
7
|
+
d: path("M19.22 20.096h-4.083q-.181 0-.309-.128q-.128-.13-.128-.311t.128-.308t.309-.126H18.3l-2.63-2.03q-.149-.118-.17-.277t.077-.308q.112-.154.297-.185q.184-.03.337.093l2.55 1.969l-1.08-3.268q-.056-.173.015-.32q.071-.149.239-.216q.184-.067.341.012t.218.259l.998 3.052l.774-3.133q.036-.16.17-.249q.135-.09.295-.072q.198.017.316.178q.119.16.063.359l-1.106 4.394q-.062.273-.278.444t-.505.171M6.846 19.5q-1.179 0-2.012-.813T4 16.673q0-.725.342-1.334q.343-.608.9-.993q-.576-.379-.91-1Q4 12.725 4 12t.342-1.324t.9-.984q-.557-.379-.9-.99T4 7.366q0-1.167.823-2.016q.823-.85 2.023-.85q.725 0 1.344.355t1.002.931q.38-.576.99-.931T11.54 4.5h5.615q1.175 0 2.01.836q.836.835.836 2.01q0 .725-.355 1.346q-.354.622-.931 1q.632.422.984 1.092t.296 1.432q-.24-.082-.492-.117T19 12.044q0-.767-.538-1.319q-.539-.552-1.308-.552h-5.615q-.77 0-1.308.533t-.539 1.293t.539 1.304q.538.543 1.308.543h2.902q-.207.233-.392.473t-.345.527h-2.166q-.769 0-1.307.533t-.539 1.293t.539 1.294t1.308.534h1.543q.05.275.118.516q.067.24.152.484h-1.814q-.744 0-1.355-.342t-.99-.92q-.385.577-1.004.92t-1.343.342m0-1q.77 0 1.308-.533q.538-.532.538-1.293t-.538-1.294t-1.308-.534t-1.307.533T5 16.672t.539 1.294t1.307.534m0-4.634q.77 0 1.308-.545q.538-.544.538-1.321q0-.761-.538-1.294t-1.308-.533t-1.307.533T5 12q0 .777.539 1.321q.538.544 1.307.544m0-4.673q.77 0 1.308-.533t.538-1.294q0-.777-.538-1.321T6.846 5.5t-1.307.544T5 7.366q0 .76.539 1.294q.538.532 1.307.532m4.693-.019h5.615q.769 0 1.308-.532T19 7.347t-.538-1.304t-1.308-.543h-5.615q-.77 0-1.308.539t-.539 1.307q0 .761.539 1.294q.538.533 1.308.533m-2.187.52");
|
|
8
8
|
}
|
|
9
|
-
</style><path class="
|
|
9
|
+
</style><path class="ffia4ns8a"/>`;
|
|
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>.c6qeaablk {
|
|
6
|
+
fill: currentColor;
|
|
7
|
+
d: path("m18.3 19.223l-2.964-2.282l.512-.722l2.914 2.265l-1.223-3.688l.827-.237l1.126 3.445l.872-3.5l.882.086l-1.397 5.506H14.7v-.873zm-11.621.802q-1.122 0-1.907-.774t-.785-1.88q0-1.114.785-1.893q.785-.78 1.907-.78q-1.122 0-1.907-.78t-.785-1.894t.785-1.893t1.907-.779q-1.122 0-1.907-.76t-.785-1.88q0-1.143.779-1.927Q5.544 4 6.669 4t1.895.791q.769.792.788 1.907q0-1.115.785-1.907Q10.922 4 12.044 4h5.253q1.126 0 1.914.789T20 6.703q0 1.104-.788 1.876t-1.91.773q1.177.006 1.98.846q.805.84.712 2.018q-.378-.099-.727-.145q-.35-.046-.717-.046q-2.384 0-3.967 1.625T13 17.629q0 .627.142 1.205q.143.58.447 1.191h-1.545q-1.115 0-1.913-.77t-.779-1.884q-.02 1.116-.793 1.885q-.774.769-1.88.769m-.02-11.66q.695 0 1.194-.489q.499-.49.499-1.193T7.866 5.49T6.665 5t-1.198.487t-.48 1.205q0 .695.49 1.184t1.184.49m4.538-.02h6.956V5h-6.956zm-1.846 9.025q0-1.114.78-1.893q.78-.78 1.893-.78q-1.114 0-1.893-.786q-.78-.786-.78-1.893q0 1.107-.78 1.893t-1.893.786q1.114 0 1.893.78q.78.78.78 1.893m0-5.352q0-1.12.78-1.894t1.893-.773q-1.114 0-1.893-.774q-.78-.774-.78-1.88q0 1.106-.78 1.88t-1.893.774q1.114 0 1.893.773q.78.774.78 1.894");
|
|
8
|
+
}
|
|
9
|
+
</style><path class="c6qeaablk"/>`;
|
|
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:forms-apps-script-sharp"} {...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>.n4ek8k-pc {
|
|
6
6
|
fill: currentColor;
|
|
7
|
-
d: path("
|
|
7
|
+
d: path("m18.3 19.223l-2.63-2.03q-.149-.118-.17-.278t.077-.307q.112-.154.297-.185q.184-.03.337.093l2.55 1.969l-1.08-3.268q-.056-.173.015-.32q.071-.149.239-.216q.184-.067.341.012t.218.259l.998 3.052l.774-3.133q.036-.16.17-.249q.135-.09.295-.072q.198.017.316.178q.119.16.063.358l-1.106 4.395q-.062.273-.278.444t-.505.171h-4.084q-.181 0-.309-.128q-.128-.13-.128-.311t.128-.308t.309-.126zm-11.621.802q-1.122 0-1.907-.774t-.785-1.88q0-1.114.785-1.893q.785-.78 1.907-.78q-1.122 0-1.907-.78t-.785-1.894t.785-1.893t1.907-.779q-1.122 0-1.907-.76t-.785-1.88q0-1.143.779-1.927Q5.544 4 6.669 4t1.895.791q.769.792.788 1.907q0-1.115.785-1.907Q10.922 4 12.044 4h5.253q1.126 0 1.914.789T20 6.703q0 1.104-.788 1.876t-1.91.773q1.177.006 1.98.846q.805.84.712 2.018q-.378-.099-.727-.145q-.35-.046-.717-.046q-2.384 0-3.967 1.625T13 17.629q0 .627.142 1.205q.143.58.447 1.191h-1.545q-1.115 0-1.913-.77t-.779-1.884q-.02 1.116-.793 1.885q-.774.769-1.88.769m-.02-11.66q.695 0 1.194-.489q.499-.49.499-1.193T7.866 5.49T6.665 5t-1.198.487t-.48 1.205q0 .695.49 1.184t1.184.49m4.538-.02h6.956V5h-6.956zm-1.846 9.025q0-1.114.78-1.893q.78-.78 1.893-.78q-1.114 0-1.893-.786q-.78-.786-.78-1.893q0 1.107-.78 1.893t-1.893.786q1.114 0 1.893.78q.78.78.78 1.893m0-5.352q0-1.12.78-1.894t1.893-.773q-1.114 0-1.893-.774q-.78-.774-.78-1.88q0 1.106-.78 1.88t-1.893.774q1.114 0 1.893.773q.78.774.78 1.894");
|
|
8
8
|
}
|
|
9
|
-
</style><path class="
|
|
9
|
+
</style><path class="n4ek8k-pc"/>`;
|
|
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>.ic-b1ybbj {
|
|
6
|
+
fill: currentColor;
|
|
7
|
+
d: path("M10.033 19q-2.927 0-4.986-2.036T2.989 12t2.058-4.963T10.033 5h3.91q2.926 0 4.995 2.036T21.006 12t-2.068 4.964T13.942 19zm.006-1h3.898q2.519 0 4.294-1.75T20.006 12T18.23 7.75T13.936 6H10.04q-2.5 0-4.275 1.75T3.989 12t1.775 4.25T10.039 18m.555-3.844l-2.761-2.581l-.681.7l3.467 3.258l6.273-5.916l-.719-.713zM12 12");
|
|
8
|
+
}
|
|
9
|
+
</style><path class="ic-b1ybbj"/>`;
|
|
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:task-alt-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>.mmispjbqq {
|
|
6
|
+
fill: currentColor;
|
|
7
|
+
d: path("M10.033 19q-2.927 0-4.986-2.036T2.989 12t2.058-4.963T10.033 5h3.91q2.926 0 4.995 2.036T21.006 12t-2.068 4.964T13.942 19zm.006-1h3.898q2.519 0 4.294-1.75T20.006 12T18.23 7.75T13.936 6H10.04q-2.5 0-4.275 1.75T3.989 12t1.775 4.25T10.039 18m.555-3.844l-2.413-2.26q-.16-.146-.351-.146q-.192 0-.357.146t-.156.347t.156.341l2.437 2.283q.315.277.7.277t.694-.258l5.204-4.915q.165-.14.165-.344t-.165-.344q-.146-.166-.347-.166t-.367.166zM12 12");
|
|
8
|
+
}
|
|
9
|
+
</style><path class="mmispjbqq"/>`;
|
|
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:task-alt-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>.hq_oc3s6m {
|
|
6
|
+
fill: currentColor;
|
|
7
|
+
d: path("M10.033 19q-2.927 0-4.986-2.036T2.989 12q0-2.921 2.058-4.96Q7.106 5 10.033 5h3.91q2.926 0 4.995 2.04T21.006 12q0 2.927-2.069 4.964T13.942 19zm.561-4.844l-2.761-2.581l-.681.7l3.467 3.258l6.273-5.916l-.719-.713z");
|
|
8
|
+
}
|
|
9
|
+
</style><path class="hq_oc3s6m"/>`;
|
|
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:task-alt-sharp"} {...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>.voxmev4pi {
|
|
6
6
|
fill: currentColor;
|
|
7
|
-
d: path("
|
|
7
|
+
d: path("M10.033 19q-2.927 0-4.986-2.036T2.989 12t2.058-4.963T10.033 5h3.91q2.926 0 4.995 2.036T21.006 12t-2.068 4.964T13.942 19zm.561-4.844l-2.413-2.26q-.16-.146-.351-.146q-.192 0-.357.146t-.156.347t.156.341l2.437 2.283q.315.277.7.277t.694-.258l5.204-4.915q.165-.14.165-.344t-.165-.344q-.146-.166-.347-.166t-.367.166z");
|
|
8
8
|
}
|
|
9
|
-
</style><path class="
|
|
9
|
+
</style><path class="voxmev4pi"/>`;
|
|
10
10
|
|
|
11
11
|
/** @param props {{width?: string; height?: string;}} */
|
|
12
12
|
function Component(props) {
|
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": 15473,
|
|
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": 1779514341
|
|
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.15",
|
|
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",
|
|
@@ -522,6 +522,18 @@
|
|
|
522
522
|
"types": "./types/vn2rmosy.d.ts",
|
|
523
523
|
"default": "./components/2/2d.jsx"
|
|
524
524
|
},
|
|
525
|
+
"./2d-2": {
|
|
526
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
527
|
+
"default": "./components/2/2d-2.jsx"
|
|
528
|
+
},
|
|
529
|
+
"./2d-2-outline-rounded": {
|
|
530
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
531
|
+
"default": "./components/2/2d-2-outline-rounded.jsx"
|
|
532
|
+
},
|
|
533
|
+
"./2d-2-rounded": {
|
|
534
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
535
|
+
"default": "./components/2/2d-2-rounded.jsx"
|
|
536
|
+
},
|
|
525
537
|
"./2d-outline": {
|
|
526
538
|
"types": "./types/vn2rmosy.d.ts",
|
|
527
539
|
"default": "./components/2/2d-outline.jsx"
|
|
@@ -646,6 +658,14 @@
|
|
|
646
658
|
"types": "./types/vn2rmosy.d.ts",
|
|
647
659
|
"default": "./components/3/3d.jsx"
|
|
648
660
|
},
|
|
661
|
+
"./3d-2": {
|
|
662
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
663
|
+
"default": "./components/3/3d-2.jsx"
|
|
664
|
+
},
|
|
665
|
+
"./3d-2-rounded": {
|
|
666
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
667
|
+
"default": "./components/3/3d-2-rounded.jsx"
|
|
668
|
+
},
|
|
649
669
|
"./3d-outline": {
|
|
650
670
|
"types": "./types/vn2rmosy.d.ts",
|
|
651
671
|
"default": "./components/3/3d-outline.jsx"
|
|
@@ -2234,10 +2254,26 @@
|
|
|
2234
2254
|
"types": "./types/vn2rmosy.d.ts",
|
|
2235
2255
|
"default": "./components/a/add-task.jsx"
|
|
2236
2256
|
},
|
|
2257
|
+
"./add-task-outline": {
|
|
2258
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
2259
|
+
"default": "./components/a/add-task-outline.jsx"
|
|
2260
|
+
},
|
|
2261
|
+
"./add-task-outline-rounded": {
|
|
2262
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
2263
|
+
"default": "./components/a/add-task-outline-rounded.jsx"
|
|
2264
|
+
},
|
|
2265
|
+
"./add-task-outline-sharp": {
|
|
2266
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
2267
|
+
"default": "./components/a/add-task-outline-sharp.jsx"
|
|
2268
|
+
},
|
|
2237
2269
|
"./add-task-rounded": {
|
|
2238
2270
|
"types": "./types/vn2rmosy.d.ts",
|
|
2239
2271
|
"default": "./components/a/add-task-rounded.jsx"
|
|
2240
2272
|
},
|
|
2273
|
+
"./add-task-sharp": {
|
|
2274
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
2275
|
+
"default": "./components/a/add-task-sharp.jsx"
|
|
2276
|
+
},
|
|
2241
2277
|
"./add-to-drive": {
|
|
2242
2278
|
"types": "./types/vn2rmosy.d.ts",
|
|
2243
2279
|
"default": "./components/a/add-to-drive.jsx"
|
|
@@ -24374,6 +24410,14 @@
|
|
|
24374
24410
|
"types": "./types/vn2rmosy.d.ts",
|
|
24375
24411
|
"default": "./components/f/forms-add-on.jsx"
|
|
24376
24412
|
},
|
|
24413
|
+
"./forms-add-on-outline": {
|
|
24414
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
24415
|
+
"default": "./components/f/forms-add-on-outline.jsx"
|
|
24416
|
+
},
|
|
24417
|
+
"./forms-add-on-outline-rounded": {
|
|
24418
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
24419
|
+
"default": "./components/f/forms-add-on-outline-rounded.jsx"
|
|
24420
|
+
},
|
|
24377
24421
|
"./forms-add-on-rounded": {
|
|
24378
24422
|
"types": "./types/vn2rmosy.d.ts",
|
|
24379
24423
|
"default": "./components/f/forms-add-on-rounded.jsx"
|
|
@@ -24390,10 +24434,18 @@
|
|
|
24390
24434
|
"types": "./types/vn2rmosy.d.ts",
|
|
24391
24435
|
"default": "./components/f/forms-apps-script-outline-rounded.jsx"
|
|
24392
24436
|
},
|
|
24437
|
+
"./forms-apps-script-outline-sharp": {
|
|
24438
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
24439
|
+
"default": "./components/f/forms-apps-script-outline-sharp.jsx"
|
|
24440
|
+
},
|
|
24393
24441
|
"./forms-apps-script-rounded": {
|
|
24394
24442
|
"types": "./types/vn2rmosy.d.ts",
|
|
24395
24443
|
"default": "./components/f/forms-apps-script-rounded.jsx"
|
|
24396
24444
|
},
|
|
24445
|
+
"./forms-apps-script-sharp": {
|
|
24446
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
24447
|
+
"default": "./components/f/forms-apps-script-sharp.jsx"
|
|
24448
|
+
},
|
|
24397
24449
|
"./fort": {
|
|
24398
24450
|
"types": "./types/vn2rmosy.d.ts",
|
|
24399
24451
|
"default": "./components/f/fort.jsx"
|
|
@@ -55706,10 +55758,22 @@
|
|
|
55706
55758
|
"types": "./types/vn2rmosy.d.ts",
|
|
55707
55759
|
"default": "./components/t/task-alt.jsx"
|
|
55708
55760
|
},
|
|
55761
|
+
"./task-alt-outline": {
|
|
55762
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
55763
|
+
"default": "./components/t/task-alt-outline.jsx"
|
|
55764
|
+
},
|
|
55765
|
+
"./task-alt-outline-sharp": {
|
|
55766
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
55767
|
+
"default": "./components/t/task-alt-outline-sharp.jsx"
|
|
55768
|
+
},
|
|
55709
55769
|
"./task-alt-rounded": {
|
|
55710
55770
|
"types": "./types/vn2rmosy.d.ts",
|
|
55711
55771
|
"default": "./components/t/task-alt-rounded.jsx"
|
|
55712
55772
|
},
|
|
55773
|
+
"./task-alt-sharp": {
|
|
55774
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
55775
|
+
"default": "./components/t/task-alt-sharp.jsx"
|
|
55776
|
+
},
|
|
55713
55777
|
"./task-outline": {
|
|
55714
55778
|
"types": "./types/vn2rmosy.d.ts",
|
|
55715
55779
|
"default": "./components/t/task-outline.jsx"
|