@iconify-solid/material-symbols-light 1.0.19 → 1.0.20

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.
@@ -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>.pvy44ebvz {
6
+ fill: currentColor;
7
+ d: path("m7.51 18.04l-5.152-.97q-.194-.037-.323-.209q-.13-.17-.073-.365q.036-.207.21-.33q.174-.122.388-.085l5.23.99zm.911-3.246l-5.98-1.638q-.214-.062-.305-.229q-.092-.167-.025-.4q.068-.188.22-.283t.365-.052l6 1.639zm5.454-5.671l-3.744-5.475q-.135-.157-.089-.353t.223-.33q.158-.11.353-.075q.195.033.336.19l3.725 5.468zm4.017 5.92l-.717-.706l1.629-1.11q.188-.133.334-.318q.145-.186.214-.444L20.55 7.77l-2.604 2.848l-3.283-7.91q-.079-.176-.003-.362q.076-.185.278-.283q.189-.073.381 0t.271.255l2.68 6.447l1.61-1.781q.16-.166.382-.267q.22-.102.472-.097q.252.05.487.151t.388.317l.122.188l-1.416 5.483q-.111.423-.354.739q-.242.317-.57.534zm-3.867-.993L5.308 9.511q-.189-.084-.263-.289t.05-.387q.084-.177.289-.235t.387.021l5.92 3.094zM3.231 21.244q-.214-.011-.364-.17q-.15-.158-.1-.372q.012-.194.18-.329q.169-.134.363-.129l8.22.756q.86.094 1.557-.392q.696-.487.934-1.327l.881-2.939L2.446 3.862q-.14-.14-.153-.342t.153-.366q.16-.16.354-.16t.354.16l17.692 17.692q.14.14.153.342t-.153.366q-.16.16-.354.15t-.353-.15l-4.477-4.452l-.677 2.46q-.343 1.175-1.338 1.869T11.433 22zm13.944-6.907");
8
+ }
9
+ </style><path class="pvy44ebvz"/>`;
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:sign-language-off-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>.vqgv9q-vb {
6
+ fill: currentColor;
7
+ d: path("m7.51 18.04l-5.666-1.05l.196-.988l5.75 1.07zm.911-3.246l-6.469-1.748l.294-.944l6.45 1.729zm5.454-5.671l-4.05-5.827l.798-.586l4.056 5.838zm4.017 5.92l-.717-.706l1.629-1.11q.188-.133.334-.318q.145-.186.214-.444L20.55 7.77l-2.604 2.848l-3.477-8.342l.914-.41l2.886 6.899l2.11-2.341l1.388.748l-1.451 5.587q-.112.423-.354.739q-.243.317-.571.534zm-3.867-.993L4.812 9.298l.502-.885l6.377 3.302zM2.667 21.221l.118-.988L11.53 21q.86.094 1.556-.392q.696-.487.934-1.327l.881-2.939L2.092 3.508L2.8 2.8l18.4 18.4l-.708.708l-4.83-4.806l-.677 2.46q-.343 1.175-1.338 1.869T11.433 22zm14.508-6.884");
8
+ }
9
+ </style><path class="vqgv9q-vb"/>`;
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:sign-language-off-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>.ume25jhdf {
6
+ fill: currentColor;
7
+ d: path("m7.51 18.04l-5.152-.97q-.194-.037-.323-.209q-.13-.17-.073-.365q.036-.207.21-.33q.174-.122.388-.085l5.23.99zm.911-3.246l-5.98-1.638q-.214-.062-.305-.229q-.092-.167-.025-.4q.068-.188.22-.283t.365-.052l6 1.639zm5.454-5.671l-3.744-5.475q-.135-.157-.089-.353t.223-.33q.158-.11.353-.075q.195.033.336.19l3.725 5.468zm4.017 5.92l-.717-.706l1.629-1.11q.188-.133.334-.318q.145-.186.214-.444L20.55 7.77l-2.604 2.848l-3.283-7.91q-.079-.176-.003-.362q.076-.185.278-.283q.189-.073.381 0t.271.255l2.68 6.447l1.61-1.781q.16-.166.382-.267q.22-.102.472-.097q.252.05.487.151t.388.317l.122.188l-1.416 5.483q-.111.423-.354.739q-.242.317-.57.534zm-3.867-.993L5.308 9.511q-.189-.084-.263-.289t.05-.387q.084-.177.289-.235t.387.021l5.92 3.094zM3.231 21.244q-.214-.011-.364-.17q-.15-.158-.1-.372q.012-.194.18-.329q.169-.134.363-.129l8.22.756q.86.094 1.557-.392q.696-.487.934-1.327l.881-2.939L2.092 3.508L2.8 2.8l18.4 18.4l-.708.708l-4.83-4.806l-.677 2.46q-.343 1.175-1.338 1.869T11.433 22zm13.944-6.907");
8
+ }
9
+ </style><path class="ume25jhdf"/>`;
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:sign-language-off-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>.sknivrbip {
6
+ fill: currentColor;
7
+ d: path("M3.23 21.244q-.213-.011-.363-.17q-.15-.158-.1-.372q.012-.194.18-.329q.168-.134.362-.129l3.495.318l.725-2.521l-5.171-.972q-.194-.036-.323-.207q-.13-.171-.073-.366q.036-.207.21-.33q.174-.122.388-.085l5.244.99l.656-2.257l-6.02-1.658q-.213-.062-.304-.229q-.092-.167-.024-.4q.067-.188.219-.283t.365-.052l6.039 1.639l.817-2.844l-7.106-7.125q-.14-.14-.153-.342t.153-.366q.16-.16.354-.16t.354.16l17.692 17.692q.14.14.153.342t-.153.366q-.16.16-.354.15t-.353-.15l-4.477-4.452l-.677 2.46q-.318 1.175-1.325 1.869q-1.008.694-2.227.569zm14.662-6.202l-5.107-5.134l.984-.71l-3.638-5.55q-.135-.158-.089-.353t.224-.33q.157-.11.352-.076q.196.034.336.192l3.619 5.555l1.962-1.426l-1.871-4.502q-.08-.177-.003-.363q.076-.186.278-.284q.188-.072.38 0t.272.256l2.678 6.447l1.612-1.781q.16-.166.38-.28q.222-.114.474-.084q.513.05.757.354q.245.304.097.868l-1.273 4.917q-.112.423-.354.739q-.243.317-.571.534zm-3.867-.992L5.308 9.511q-.189-.084-.263-.289t.05-.387q.084-.177.289-.235t.387.021l5.92 3.094z");
8
+ }
9
+ </style><path class="sknivrbip"/>`;
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:sign-language-off-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>.o0vl3f3hr {
6
+ fill: currentColor;
7
+ d: path("m2.667 21.221l.118-.988l4.019.329l.725-2.521l-5.685-1.056l.197-.983l5.763 1.07l.656-2.258l-6.508-1.787l.294-.925l6.489 1.729l.817-2.844l-7.46-7.48L2.8 2.8l18.4 18.4l-.708.708l-4.83-4.806l-.677 2.46q-.318 1.175-1.325 1.869q-1.008.694-2.227.569zm15.225-6.179l-5.107-5.134l.984-.71l-3.944-5.902l.798-.586l3.95 5.927l1.962-1.427l-2.066-4.935l.914-.41l2.886 6.899l2.11-2.341l1.388.748l-1.451 5.587q-.112.423-.354.739q-.243.317-.571.534zm-3.867-.992L4.812 9.298l.496-.89l6.383 3.308z");
8
+ }
9
+ </style><path class="o0vl3f3hr"/>`;
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:sign-language-off-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>.ocfeq5bbd {
6
+ fill: currentColor;
7
+ d: path("M3.23 21.244q-.213-.011-.363-.17q-.15-.158-.1-.372q.012-.194.18-.329q.168-.134.362-.129l3.495.318l.725-2.521l-5.171-.972q-.194-.036-.323-.207q-.13-.171-.073-.366q.036-.207.21-.33q.174-.122.388-.085l5.244.99l.656-2.257l-6.02-1.658q-.213-.062-.304-.229q-.092-.167-.024-.4q.067-.188.219-.283t.365-.052l6.039 1.639l.817-2.844l-7.46-7.48L2.8 2.8l18.4 18.4l-.708.708l-4.83-4.806l-.677 2.46q-.343 1.175-1.338 1.869T11.433 22zm14.662-6.202l-5.107-5.134l.984-.71l-3.638-5.55q-.135-.158-.089-.353t.224-.33q.157-.11.352-.076q.196.034.336.192l3.619 5.555l1.962-1.426l-1.871-4.502q-.08-.177-.003-.363q.076-.186.278-.284q.188-.072.38 0t.272.256l2.678 6.447l1.612-1.781q.16-.166.38-.267q.222-.102.474-.097q.252.05.486.151q.235.101.389.317l.12.188l-1.414 5.483q-.112.423-.354.739q-.243.317-.571.534zm-3.867-.992L5.308 9.511q-.189-.084-.263-.289t.05-.387q.084-.177.289-.235t.387.021l5.92 3.094z");
8
+ }
9
+ </style><path class="ocfeq5bbd"/>`;
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:sign-language-off"} {...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": 15507,
5
+ "total": 15513,
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": 1781326547
31
+ "lastModified": 1781845802
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.19",
4
+ "version": "1.0.20",
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",
@@ -50202,6 +50202,30 @@
50202
50202
  "types": "./types/vn2rmosy.d.ts",
50203
50203
  "default": "./components/s/sign-language-2-sharp.jsx"
50204
50204
  },
50205
+ "./sign-language-off": {
50206
+ "types": "./types/vn2rmosy.d.ts",
50207
+ "default": "./components/s/sign-language-off.jsx"
50208
+ },
50209
+ "./sign-language-off-outline": {
50210
+ "types": "./types/vn2rmosy.d.ts",
50211
+ "default": "./components/s/sign-language-off-outline.jsx"
50212
+ },
50213
+ "./sign-language-off-outline-rounded": {
50214
+ "types": "./types/vn2rmosy.d.ts",
50215
+ "default": "./components/s/sign-language-off-outline-rounded.jsx"
50216
+ },
50217
+ "./sign-language-off-outline-sharp": {
50218
+ "types": "./types/vn2rmosy.d.ts",
50219
+ "default": "./components/s/sign-language-off-outline-sharp.jsx"
50220
+ },
50221
+ "./sign-language-off-rounded": {
50222
+ "types": "./types/vn2rmosy.d.ts",
50223
+ "default": "./components/s/sign-language-off-rounded.jsx"
50224
+ },
50225
+ "./sign-language-off-sharp": {
50226
+ "types": "./types/vn2rmosy.d.ts",
50227
+ "default": "./components/s/sign-language-off-sharp.jsx"
50228
+ },
50205
50229
  "./sign-language-outline": {
50206
50230
  "types": "./types/vn2rmosy.d.ts",
50207
50231
  "default": "./components/s/sign-language-outline.jsx"