@iconify-vue/material-symbols-light 1.0.39 → 1.0.40
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/s/sign-language-off-outline-rounded.vue +16 -0
- package/components/s/sign-language-off-outline-sharp.vue +16 -0
- package/components/s/sign-language-off-outline.vue +16 -0
- package/components/s/sign-language-off-rounded.vue +16 -0
- package/components/s/sign-language-off-sharp.vue +16 -0
- package/components/s/sign-language-off.vue +16 -0
- package/iconify.json +2 -2
- package/package.json +25 -1
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
|
|
4
|
+
const props = defineProps(["width","height"]);
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="pvy44ebvz"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:sign-language-off-outline-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.pvy44ebvz {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
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");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
</style>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
|
|
4
|
+
const props = defineProps(["width","height"]);
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="vqgv9q-vb"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:sign-language-off-outline-sharp" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.vqgv9q-vb {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
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");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
</style>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
|
|
4
|
+
const props = defineProps(["width","height"]);
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="ume25jhdf"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:sign-language-off-outline" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.ume25jhdf {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
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");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
</style>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
|
|
4
|
+
const props = defineProps(["width","height"]);
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="sknivrbip"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:sign-language-off-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.sknivrbip {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
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");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
</style>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
|
|
4
|
+
const props = defineProps(["width","height"]);
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="o0vl3f3hr"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:sign-language-off-sharp" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.o0vl3f3hr {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
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");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
</style>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
|
|
4
|
+
const props = defineProps(["width","height"]);
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="ocfeq5bbd"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:sign-language-off" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.ocfeq5bbd {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
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");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
</style>
|
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": 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":
|
|
31
|
+
"lastModified": 1781845802
|
|
32
32
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-vue/material-symbols-light",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.40",
|
|
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/dd0bq22g.d.ts",
|
|
50203
50203
|
"default": "./components/s/sign-language-2-sharp.vue"
|
|
50204
50204
|
},
|
|
50205
|
+
"./sign-language-off": {
|
|
50206
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
50207
|
+
"default": "./components/s/sign-language-off.vue"
|
|
50208
|
+
},
|
|
50209
|
+
"./sign-language-off-outline": {
|
|
50210
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
50211
|
+
"default": "./components/s/sign-language-off-outline.vue"
|
|
50212
|
+
},
|
|
50213
|
+
"./sign-language-off-outline-rounded": {
|
|
50214
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
50215
|
+
"default": "./components/s/sign-language-off-outline-rounded.vue"
|
|
50216
|
+
},
|
|
50217
|
+
"./sign-language-off-outline-sharp": {
|
|
50218
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
50219
|
+
"default": "./components/s/sign-language-off-outline-sharp.vue"
|
|
50220
|
+
},
|
|
50221
|
+
"./sign-language-off-rounded": {
|
|
50222
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
50223
|
+
"default": "./components/s/sign-language-off-rounded.vue"
|
|
50224
|
+
},
|
|
50225
|
+
"./sign-language-off-sharp": {
|
|
50226
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
50227
|
+
"default": "./components/s/sign-language-off-sharp.vue"
|
|
50228
|
+
},
|
|
50205
50229
|
"./sign-language-outline": {
|
|
50206
50230
|
"types": "./types/dd0bq22g.d.ts",
|
|
50207
50231
|
"default": "./components/s/sign-language-outline.vue"
|