material-svg-icons-web 0.1.21 → 0.1.22

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="m520-120 40-280H319l321-440h40l-40 280h241L560-120h-40ZM120-240v-80h348l-12 80H120ZM80-440v-80h228l-58 80H80Zm80-200v-80h294l-58 80H160Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="m520-120 40-280H319l321-440h40l-40 280h241L560-120h-40ZM120-240v-80h348l-12 80H120ZM80-440v-80h228l-58 80H80Zm80-200v-80h294l-58 80H160Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="M524.5-117.5Q521-123 522-131l38-269H398q-25 0-36-22t3-42l277-379q5-6 11.5-7.5t12.5.5q6 2 9.5 7.5T678-829l-38 269h162q25 0 36 22t-3 42L558-117q-5 6-11.5 7.5T534-110q-6-2-9.5-7.5ZM160-240q-17 0-28.5-11.5T120-280q0-17 11.5-28.5T160-320h262q20 0 30 12.5t10 27.5q0 15-10 27.5T422-240H160Zm-40-200q-17 0-28.5-11.5T80-480q0-17 11.5-28.5T120-520h110q20 0 30 12.5t10 27.5q0 15-10 27.5T230-440H120Zm80-200q-17 0-28.5-11.5T160-680q0-17 11.5-28.5T200-720h175q20 0 30 12.5t10 27.5q0 15-10 27.5T375-640H200Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="M524.5-117.5Q521-123 522-131l38-269H398q-25 0-36-22t3-42l277-379q5-6 11.5-7.5t12.5.5q6 2 9.5 7.5T678-829l-38 269h162q25 0 36 22t-3 42L558-117q-5 6-11.5 7.5T534-110q-6-2-9.5-7.5ZM160-240q-17 0-28.5-11.5T120-280q0-17 11.5-28.5T160-320h262q20 0 30 12.5t10 27.5q0 15-10 27.5T422-240H160Zm-40-200q-17 0-28.5-11.5T80-480q0-17 11.5-28.5T120-520h110q20 0 30 12.5t10 27.5q0 15-10 27.5T230-440H120Zm80-200q-17 0-28.5-11.5T160-680q0-17 11.5-28.5T200-720h175q20 0 30 12.5t10 27.5q0 15-10 27.5T375-640H200Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="m520-120 40-280H319l321-440h40l-40 280h241L560-120h-40ZM120-240v-80h348l-12 80H120ZM80-440v-80h228l-58 80H80Zm80-200v-80h294l-58 80H160Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="m520-120 40-280H319l321-440h40l-40 280h241L560-120h-40ZM120-240v-80h348l-12 80H120ZM80-440v-80h228l-58 80H80Zm80-200v-80h294l-58 80H160Z"/></svg>
package/index.d.ts CHANGED
@@ -529,6 +529,7 @@ export type IconName =
529
529
  | "body_fat"
530
530
  | "body_system"
531
531
  | "bolt"
532
+ | "bolt_boost"
532
533
  | "bomb"
533
534
  | "book"
534
535
  | "book_2"
package/index.js CHANGED
@@ -529,6 +529,7 @@ const ICON_NAMES = [
529
529
  "body_fat",
530
530
  "body_system",
531
531
  "bolt",
532
+ "bolt_boost",
532
533
  "bomb",
533
534
  "book",
534
535
  "book_2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "material-svg-icons-web",
3
- "version": "0.1.21",
3
+ "version": "0.1.22",
4
4
  "description": "Material Symbols SVGs (24px) extracted from google/material-design-icons",
5
5
  "license": "Apache-2.0",
6
6
  "main": "index.js",