@iconify-vue/material-symbols-light 1.0.42 → 1.0.43

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,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="l7gp0yb4v"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:settings-screen-outline-rounded" /></template>
10
+ <style>
11
+ .l7gp0yb4v {
12
+ fill: currentColor;
13
+ d: path("M14.616 21q-.691 0-1.153-.462T13 19.385v-3.77q0-.69.463-1.152T14.616 14h5.769q.69 0 1.153.463T22 15.616v3.769q0 .69-.462 1.153T20.385 21zm0-1h5.769q.269 0 .442-.173t.173-.442v-3.77q0-.269-.173-.442T20.385 15h-5.77q-.269 0-.442.173t-.173.443v3.769q0 .269.173.442t.443.173m-.566-8.44q-.183.103-.38.062q-.199-.041-.303-.224q-.258-.367-.608-.633q-.35-.265-.786-.265q-.625 0-1.062.43t-.438 1.064q0 .436.228.786t.595.55q.183.105.246.31q.064.204-.04.387t-.309.237t-.387-.05q-.623-.33-.978-.92T9.473 12q0-1.046.727-1.773t1.773-.727q.723 0 1.316.377t.923 1q.104.183.062.38q-.041.199-.224.303M10.583 21q-.2 0-.353-.14q-.153-.139-.176-.354l-.281-2.398q-.479-.145-1.035-.454q-.557-.31-.947-.664l-1.916.824q-.317.14-.644.03t-.504-.415L3.648 15.57q-.177-.305-.1-.643t.344-.541l1.672-1.25q-.045-.271-.073-.559q-.03-.287-.03-.55q0-.26.03-.538q.028-.279.073-.627l-1.672-1.25q-.275-.207-.338-.552t.113-.652l1.06-1.8q.182-.294.506-.41t.642.026l1.896.804q.448-.373.97-.673q.52-.3 1.013-.464L10.03 3.8q.056-.348.315-.574q.258-.226.608-.226h2.092q.35 0 .609.226t.314.574l.258 2.112q.575.202 1.016.463t.909.654l1.98-.804q.318-.14.646-.025t.508.41l1.06 1.819q.177.306.106.637q-.072.331-.344.548l-1.824 1.355q-.176.116-.365.095q-.188-.022-.313-.198t-.101-.366t.195-.323l1.744-1.327l-.994-1.7l-2.552 1.07q-.454-.499-1.193-.935q-.74-.435-1.4-.577L13 4h-1.994l-.312 2.689q-.756.161-1.39.52q-.633.358-1.26.985L5.55 7.15l-.994 1.7l2.169 1.62q-.125.336-.175.73t-.05.814q0 .395.05.766q.05.37.156.726l-2.15 1.644l.994 1.7l2.475-1.05q.6.606 1.36 1.002t1.615.579v3.134q0 .2-.123.342t-.294.143m1.404-9.006");
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="h1_n3cymx"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:settings-screen-outline-sharp" /></template>
10
+ <style>
11
+ .h1_n3cymx {
12
+ fill: currentColor;
13
+ d: path("M13 21v-7h9v7zm1-1h7v-5h-7zM11.973 9.5q-1.046 0-1.773.727T9.473 12q0 .796.415 1.408q.416.611 1.112.904v-1.135q-.239-.2-.383-.532T10.473 12q0-.625.438-1.062t1.062-.438t1.06.438t.434 1.062h1.006q0-1.046-.727-1.773T11.973 9.5M10.134 21l-.361-2.892q-.479-.145-1.035-.454q-.557-.31-.947-.664l-2.668 1.135l-1.865-3.25l2.306-1.739q-.045-.27-.073-.558q-.03-.288-.03-.559q0-.252.03-.53q.028-.278.073-.626L3.258 9.126l1.865-3.212L7.771 7.03q.448-.373.97-.673q.52-.3 1.013-.464L10.134 3h3.732l.361 2.912q.575.202 1.016.463t.909.654l2.725-1.115l1.865 3.211l-2.382 1.796q.082.31.092.569t.01.51h-1.039q-.006-.436-.056-.77t-.15-.697l2.227-1.683l-.994-1.7l-2.552 1.07q-.454-.499-1.193-.935q-.74-.435-1.4-.577L13 4h-1.994l-.312 2.689q-.756.161-1.39.52q-.633.358-1.26.985L5.55 7.15l-.994 1.7l2.169 1.62q-.125.336-.175.73t-.05.82q0 .38.05.755t.156.73l-2.15 1.645l.994 1.7l2.475-1.05q.6.606 1.36 1.002t1.615.579V21z");
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="arw0iac7l"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:settings-screen-outline" /></template>
10
+ <style>
11
+ .arw0iac7l {
12
+ fill: currentColor;
13
+ d: path("M14.616 21q-.691 0-1.153-.462T13 19.385v-3.77q0-.69.463-1.152T14.616 14h5.769q.69 0 1.153.463T22 15.616v3.769q0 .69-.462 1.153T20.385 21zm0-1h5.769q.269 0 .442-.173t.173-.442v-3.77q0-.269-.173-.442T20.385 15h-5.77q-.269 0-.442.173t-.173.443v3.769q0 .269.173.442t.443.173m-3.52-5.65q-.71-.273-1.166-.904T9.473 12q0-1.046.727-1.773t1.773-.727q1.008 0 1.725.689q.718.688.775 1.676h-.242q-.217.02-.397.047q-.18.028-.367.084v-.04q-.019-.606-.453-1.031q-.435-.425-1.041-.425q-.625 0-1.062.438T10.473 12q0 .506.293.893t.736.532q-.146.214-.244.439q-.098.224-.162.486M10.135 21l-.362-2.892q-.479-.145-1.035-.454q-.557-.31-.947-.664l-2.668 1.135l-1.865-3.25l2.306-1.739q-.045-.27-.073-.558q-.03-.288-.03-.559q0-.252.03-.53q.028-.278.073-.626L3.258 9.126l1.865-3.212L7.771 7.03q.448-.373.97-.673q.52-.3 1.013-.464L10.134 3h3.732l.361 2.912q.575.202 1.016.463t.909.654l2.725-1.115l1.865 3.211l-2.382 1.796q.082.31.092.569t.01.51h-1.039q-.006-.436-.056-.77t-.15-.697l2.227-1.683l-.994-1.7l-2.552 1.07q-.454-.499-1.193-.935q-.74-.435-1.4-.577L13 4h-1.994l-.312 2.689q-.756.161-1.39.52q-.633.358-1.26.985L5.55 7.15l-.994 1.7l2.169 1.62q-.125.336-.175.73t-.05.82q0 .38.05.755t.156.73l-2.15 1.645l.994 1.7l2.475-1.05q.6.606 1.36 1.002t1.615.579V21zm1.838-9");
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="tqne88bdq"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:settings-screen-rounded" /></template>
10
+ <style>
11
+ .tqne88bdq {
12
+ fill: currentColor;
13
+ d: path("M14.616 21q-.691 0-1.153-.462T13 19.385v-3.77q0-.69.463-1.152T14.616 14h5.769q.69 0 1.153.463T22 15.616v3.769q0 .69-.462 1.153T20.385 21zm0-1h5.769q.269 0 .442-.173t.173-.442v-3.77q0-.269-.173-.442T20.385 15h-5.77q-.269 0-.442.173t-.173.443v3.769q0 .269.173.442t.443.173m-4.033 1q-.194 0-.346-.14t-.183-.354l-.281-2.398q-.479-.145-1.035-.454q-.557-.31-.947-.664l-1.916.824q-.317.14-.644.03t-.504-.415L3.648 15.57q-.177-.305-.104-.641t.348-.543l1.672-1.25q-.045-.272-.073-.559q-.03-.288-.03-.559q0-.252.03-.53q.028-.278.073-.626l-1.672-1.25q-.275-.207-.338-.552t.113-.652l1.06-1.8q.177-.286.504-.405t.644.021l1.896.804q.448-.373.97-.673q.52-.3 1.013-.464L10.03 3.8q.056-.348.306-.574T10.935 3h2.111q.348 0 .608.226t.315.574l.258 2.112q.575.202 1.016.463t.909.654l1.98-.804q.318-.14.648-.021t.506.406l1.06 1.819q.177.306.107.638q-.07.333-.345.547l-1.83 1.37q.04.097.049.174t.029.173q-.025.277-.265.473q-.239.196-.57.196l-3.062-.02q0-1.026-.739-1.753q-.74-.727-1.766-.727q-1.033 0-1.757.724t-.724 1.757q0 .777.418 1.398t1.109.913v6.224q0 .196-.123.34t-.294.144");
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="ljzkb6p2y"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:settings-screen-sharp" /></template>
10
+ <style>
11
+ .ljzkb6p2y {
12
+ fill: currentColor;
13
+ d: path("M13 21v-7h9v7zm1-1h7v-5h-7zm-3.866 1l-.361-2.892q-.479-.145-1.035-.454q-.557-.31-.948-.664l-2.667 1.135l-1.865-3.25l2.306-1.739q-.045-.27-.073-.558q-.03-.288-.03-.559q0-.252.03-.53q.028-.278.073-.626L3.258 9.126l1.865-3.212L7.771 7.03q.448-.373.97-.673q.52-.3 1.013-.464L10.134 3h3.732l.361 2.912q.575.202 1.016.463t.909.654l2.725-1.115l1.865 3.211l-2.382 1.796q.082.31.092.569t.01.51h-3.989q0-1.046-.727-1.773T11.973 9.5t-1.773.727T9.473 12q0 .796.416 1.408q.415.611 1.111.904V21z");
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="wbm39-d7k"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:settings-screen" /></template>
10
+ <style>
11
+ .wbm39-d7k {
12
+ fill: currentColor;
13
+ d: path("M14.616 21q-.691 0-1.153-.462T13 19.385v-3.77q0-.69.463-1.152T14.616 14h5.769q.69 0 1.153.463T22 15.616v3.769q0 .69-.462 1.153T20.385 21zm0-1h5.769q.269 0 .442-.173t.173-.442v-3.77q0-.269-.173-.442T20.385 15h-5.77q-.269 0-.442.173t-.173.443v3.769q0 .269.173.442t.443.173m-4.481 1l-.362-2.892q-.479-.145-1.035-.454q-.557-.31-.948-.664l-2.667 1.135l-1.865-3.25l2.306-1.739q-.045-.27-.073-.558q-.03-.288-.03-.559q0-.252.03-.53q.028-.278.073-.626L3.258 9.126l1.865-3.212L7.771 7.03q.448-.373.97-.673q.52-.3 1.013-.464L10.134 3h3.732l.361 2.912q.575.202 1.016.463t.909.654l2.725-1.115l1.865 3.211l-2.382 1.796q.082.31.092.569t.01.51H14.46v-.02q0-1.026-.74-1.753T11.954 9.5q-1.033 0-1.757.724t-.724 1.757q0 .777.418 1.398t1.109.913V21z");
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="i7qk9p3bv"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:snail-outline" /></template>
10
+ <style>
11
+ .i7qk9p3bv {
12
+ fill: currentColor;
13
+ d: path("M4 19.02q0-1.324.747-2.4q.747-1.078 1.93-1.658q-1.235-.45-1.956-1.566Q4 12.281 4 10.885q0-2.458 1.788-4.171T10.173 5q1.746 0 3.205.849t2.209 2.315q.28-1.01 1.13-1.616t1.931-.606q1.287 0 2.32.633T22 8.364q0 .91-.652 1.55t-1.557.64h-.618v4.254q0 1.769-1.26 2.99t-3.029 1.221zm4.289-4.712q1.386 0 2.356-.876t.97-2.124q0-.812-.419-1.33q-.419-.517-1.077-.517q-.558 0-.954.343t-.396.85h-1q0-.904.692-1.548t1.66-.645q1.09 0 1.792.825t.702 2.022q0 .898-.4 1.681q-.4.784-1.092 1.319h2.358q.769 0 1.308-.531t.538-1.296v-1.404q0-2.107-1.51-3.592T10.165 6Q7.996 6 6.498 7.429Q5 8.857 5 10.885q0 1.429.946 2.426q.945.997 2.343.997m-3.11 3.711h9.706q1.346 0 2.317-.93t.971-2.281v-4.081q0-.513.333-.843t.842-.33h.464q.5 0 .844-.345q.344-.346.344-.855q0-.4-.261-.687t-.653-.444q-.369-.144-.725-.213q-.357-.068-.713-.068q-.97 0-1.645.665t-.676 1.624v3.25q0 1.191-.834 2.009q-.833.818-2.012.818H9.23q-1.368 0-2.502.72q-1.135.72-1.55 1.991m12.311-.515");
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="jll5tivgk"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:snail" /></template>
10
+ <style>
11
+ .jll5tivgk {
12
+ fill: currentColor;
13
+ d: path("M4 19.02q0-1.324.747-2.4q.747-1.078 1.93-1.658q-1.235-.45-1.956-1.566Q4 12.281 4 10.885q0-2.458 1.788-4.171T10.173 5q1.746 0 3.205.849t2.209 2.315q.28-1.01 1.13-1.616t1.931-.606q1.287 0 2.32.633T22 8.364q0 .905-.652 1.547q-.652.643-1.557.643h-.618v4.254q0 1.773-1.26 2.992t-3.029 1.22zm4.289-4.712q1.384 0 2.355-.876t.971-2.124q0-.812-.419-1.33q-.419-.517-1.077-.517q-.558 0-.954.346q-.396.345-.396.847h-1q0-.904.692-1.548t1.66-.645q1.09 0 1.792.825t.702 2.022q0 .898-.4 1.681q-.4.784-1.092 1.319h2.358q.76 0 1.303-.531t.543-1.296v-1.404q0-2.114-1.51-3.595T10.172 6Q7.996 6 6.498 7.424T5 10.884q0 1.43.949 2.427t2.34.997");
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": 15529,
5
+ "total": 15537,
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": 1782361749
31
+ "lastModified": 1782882943
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.42",
4
+ "version": "1.0.43",
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",
@@ -49202,6 +49202,30 @@
49202
49202
  "types": "./types/dd0bq22g.d.ts",
49203
49203
  "default": "./components/s/settings-rounded.vue"
49204
49204
  },
49205
+ "./settings-screen": {
49206
+ "types": "./types/dd0bq22g.d.ts",
49207
+ "default": "./components/s/settings-screen.vue"
49208
+ },
49209
+ "./settings-screen-outline": {
49210
+ "types": "./types/dd0bq22g.d.ts",
49211
+ "default": "./components/s/settings-screen-outline.vue"
49212
+ },
49213
+ "./settings-screen-outline-rounded": {
49214
+ "types": "./types/dd0bq22g.d.ts",
49215
+ "default": "./components/s/settings-screen-outline-rounded.vue"
49216
+ },
49217
+ "./settings-screen-outline-sharp": {
49218
+ "types": "./types/dd0bq22g.d.ts",
49219
+ "default": "./components/s/settings-screen-outline-sharp.vue"
49220
+ },
49221
+ "./settings-screen-rounded": {
49222
+ "types": "./types/dd0bq22g.d.ts",
49223
+ "default": "./components/s/settings-screen-rounded.vue"
49224
+ },
49225
+ "./settings-screen-sharp": {
49226
+ "types": "./types/dd0bq22g.d.ts",
49227
+ "default": "./components/s/settings-screen-sharp.vue"
49228
+ },
49205
49229
  "./settings-seating": {
49206
49230
  "types": "./types/dd0bq22g.d.ts",
49207
49231
  "default": "./components/s/settings-seating.vue"
@@ -51226,6 +51250,14 @@
51226
51250
  "types": "./types/dd0bq22g.d.ts",
51227
51251
  "default": "./components/s/sms-sharp.vue"
51228
51252
  },
51253
+ "./snail": {
51254
+ "types": "./types/dd0bq22g.d.ts",
51255
+ "default": "./components/s/snail.vue"
51256
+ },
51257
+ "./snail-outline": {
51258
+ "types": "./types/dd0bq22g.d.ts",
51259
+ "default": "./components/s/snail-outline.vue"
51260
+ },
51229
51261
  "./snippet-folder": {
51230
51262
  "types": "./types/dd0bq22g.d.ts",
51231
51263
  "default": "./components/s/snippet-folder.vue"