material-svg-icons-web 0.1.33 → 0.1.34

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 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="m311-200 200-280-200-280h98l200 280-200 280h-98Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="m311-200 200-280-200-280h98l200 280-200 280h-98Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="M511-480 356-697q-14-20-3.5-41.5T388-760q10 0 19 4.5t14 12.5l188 263-188 263q-5 8-14 12.5t-19 4.5q-24 0-35-21.5t3-41.5l155-217Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="M511-480 356-697q-14-20-3.5-41.5T388-760q10 0 19 4.5t14 12.5l188 263-188 263q-5 8-14 12.5t-19 4.5q-24 0-35-21.5t3-41.5l155-217Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="m311-200 200-280-200-280h98l200 280-200 280h-98Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="m311-200 200-280-200-280h98l200 280-200 280h-98Z"/></svg>
package/index.d.ts CHANGED
@@ -3286,6 +3286,7 @@ export type IconName =
3286
3286
  | "sim_card"
3287
3287
  | "sim_card_download"
3288
3288
  | "simulation"
3289
+ | "single_arrow"
3289
3290
  | "single_bed"
3290
3291
  | "sip"
3291
3292
  | "siren"
package/index.js CHANGED
@@ -3286,6 +3286,7 @@ const ICON_NAMES = [
3286
3286
  "sim_card",
3287
3287
  "sim_card_download",
3288
3288
  "simulation",
3289
+ "single_arrow",
3289
3290
  "single_bed",
3290
3291
  "sip",
3291
3292
  "siren",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "material-svg-icons-web",
3
- "version": "0.1.33",
3
+ "version": "0.1.34",
4
4
  "description": "Material Symbols SVGs (24px) extracted from google/material-design-icons",
5
5
  "license": "Apache-2.0",
6
6
  "main": "index.js",