@iconify-json/material-symbols 1.2.56 → 1.2.57

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.
Files changed (2) hide show
  1. package/icons.json +5 -5
  2. package/package.json +1 -1
package/icons.json CHANGED
@@ -1720,16 +1720,16 @@
1720
1720
  "body": "<path fill=\"currentColor\" d=\"M11 15h2v-3h3v-2h-3V7h-2v3H8v2h3zm-3 6v-2H2V3h20v16h-6v2z\"/>"
1721
1721
  },
1722
1722
  "add-triangle": {
1723
- "body": "<path fill=\"currentColor\" d=\"M1 21L12 2l11 19zm10-3h2v-2h2v-2h-2v-2h-2v2H9v2h2z\"/>"
1723
+ "body": "<path fill=\"currentColor\" d=\"M1 20L12 1l11 19zm10-3.5h2v-2h2v-2h-2v-2h-2v2H9v2h2z\"/>"
1724
1724
  },
1725
1725
  "add-triangle-outline": {
1726
- "body": "<path fill=\"currentColor\" d=\"M1 21L12 2l11 19zm3.475-2h15.05L12 6zM11 18h2v-2h2v-2h-2v-2h-2v2H9v2h2zm1-3\"/>"
1726
+ "body": "<path fill=\"currentColor\" d=\"M1 20L12 1l11 19zm3.475-2h15.05L12 5zM11 16.5h2v-2h2v-2h-2v-2h-2v2H9v2h2zm1-3\"/>"
1727
1727
  },
1728
1728
  "add-triangle-outline-rounded": {
1729
- "body": "<path fill=\"currentColor\" d=\"M3.6 21q-.875 0-1.3-.75t0-1.5l8.4-14.5q.225-.375.575-.562T12 3.5t.725.188t.575.562l8.4 14.5q.425.75 0 1.5t-1.3.75zm.875-2h15.05L12 6zM11 16v1q0 .425.288.713T12 18t.713-.288T13 17v-1h1q.425 0 .713-.288T15 15t-.288-.712T14 14h-1v-1q0-.425-.288-.712T12 12t-.712.288T11 13v1h-1q-.425 0-.712.288T9 15t.288.713T10 16zm1-1\"/>"
1729
+ "body": "<path fill=\"currentColor\" d=\"M3.6 20q-.875 0-1.3-.75t0-1.5l8.4-14.5q.225-.375.575-.562T12 2.5t.725.188t.575.562l8.4 14.5q.425.75 0 1.5t-1.3.75zm.875-2h15.05L12 5zM11 14.5v1q0 .425.288.713T12 16.5t.713-.288T13 15.5v-1h1q.425 0 .713-.288T15 13.5t-.288-.712T14 12.5h-1v-1q0-.425-.288-.712T12 10.5t-.712.288T11 11.5v1h-1q-.425 0-.712.288T9 13.5t.288.713t.712.287zm1-1\"/>"
1730
1730
  },
1731
1731
  "add-triangle-rounded": {
1732
- "body": "<path fill=\"currentColor\" d=\"M3.6 21q-.875 0-1.3-.75t0-1.5l8.4-14.5q.225-.375.575-.562T12 3.5t.725.188t.575.562l8.4 14.5q.425.75 0 1.5t-1.3.75zm7.4-5v1q0 .425.288.713T12 18t.713-.288T13 17v-1h1q.425 0 .713-.288T15 15t-.288-.712T14 14h-1v-1q0-.425-.288-.712T12 12t-.712.288T11 13v1h-1q-.425 0-.712.288T9 15t.288.713T10 16z\"/>"
1732
+ "body": "<path fill=\"currentColor\" d=\"M3.6 20q-.875 0-1.3-.75t0-1.5l8.4-14.5q.225-.375.575-.562T12 2.5t.725.188t.575.562l8.4 14.5q.425.75 0 1.5t-1.3.75zm7.4-5.5v1q0 .425.288.713T12 16.5t.713-.288T13 15.5v-1h1q.425 0 .713-.288T15 13.5t-.288-.712T14 12.5h-1v-1q0-.425-.288-.712T12 10.5t-.712.288T11 11.5v1h-1q-.425 0-.712.288T9 13.5t.288.713t.712.287z\"/>"
1733
1733
  },
1734
1734
  "adf-scanner": {
1735
1735
  "body": "<path fill=\"currentColor\" d=\"M2 20v-5q0-1.25.875-2.125T5 12h1V4h12v8h1q1.25 0 2.125.875T22 15v5zm6-8h8V6H8zm10 5q.425 0 .713-.288T19 16t-.288-.712T18 15t-.712.288T17 16t.288.713T18 17\"/>"
@@ -55683,7 +55683,7 @@
55683
55683
  "parent": "zoom-out"
55684
55684
  }
55685
55685
  },
55686
- "lastModified": 1771495688,
55686
+ "lastModified": 1771740902,
55687
55687
  "width": 24,
55688
55688
  "height": 24
55689
55689
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-json/material-symbols",
3
3
  "description": "Material Symbols icon set in Iconify JSON format",
4
- "version": "1.2.56",
4
+ "version": "1.2.57",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",