@iconify-json/roentgen 1.2.8 → 1.2.9

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 (3) hide show
  1. package/icons.json +4 -1
  2. package/info.json +1 -1
  3. package/package.json +1 -1
package/icons.json CHANGED
@@ -1333,6 +1333,9 @@
1333
1333
  "ticket": {
1334
1334
  "body": "<path fill=\"currentColor\" d=\"M4.5 2c-.277 0-.5.223-.5.5V5h1.5a.499.499 0 1 1 0 1H4v7.5c0 .277.223.5.5.5H6a2 2 0 1 1 4 0h1.5c.277 0 .5-.223.5-.5V6h-1.5a.499.499 0 1 1 0-1H12V2.5c0-.277-.223-.5-.5-.5H10a2 2 0 1 1-4 0zm3 3h1a.499.499 0 1 1 0 1h-1a.499.499 0 1 1 0-1\"/>"
1335
1335
  },
1336
+ "toilet-bowl": {
1337
+ "body": "<path fill=\"currentColor\" d=\"M3.5 1a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .084.277l1.865 2.797l-.924 2.768A.5.5 0 0 0 4.5 14h6a.5.5 0 0 0 .475-.658L10.193 11h.307c.917 0 1.775-.443 2.416-1.084S14 8.416 14 7.5a.5.5 0 0 0-.5-.5H7V6h6.5a.5.5 0 0 0 0-1H7V1.5a.5.5 0 0 0-.5-.5z\"/>"
1338
+ },
1336
1339
  "toll-booth": {
1337
1340
  "body": "<path fill=\"currentColor\" d=\"M1.45 2C1.2 2 1 2.223 1 2.5s.2.5.45.5H2v9h-.5a.499.499 0 1 0 0 1h12a.499.499 0 1 0 0-1H10V7.809l3.723-1.862a.5.5 0 0 0 .224-.67a.5.5 0 0 0-.67-.224l-4 2A.5.5 0 0 0 9 7.5V12H8V3h.5c.25 0 .45-.223.45-.5S8.75 2 8.5 2zM4 4h2c.554 0 1 .446 1 1v2c0 .554-.446 1-1 1H4c-.554 0-1-.446-1-1V5c0-.554.446-1 1-1\"/>"
1338
1341
  },
@@ -1568,5 +1571,5 @@
1568
1571
  "body": "<path fill=\"currentColor\" d=\"m4.854 3.147l-.708.707a.5.5 0 0 0 0 .707L7 7.414v4.035c0 .277.223.5.5.5h1c.277 0 .5-.223.5-.5V7.414l2.854-2.853a.5.5 0 0 0 0-.707l-.707-.707a.5.5 0 0 0-.708 0L8 5.586l-2.44-2.44a.5.5 0 0 0-.706 0\"/>"
1569
1572
  }
1570
1573
  },
1571
- "lastModified": 1770532523
1574
+ "lastModified": 1770713338
1572
1575
  }
package/info.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "prefix": "roentgen",
3
3
  "name": "Röntgen",
4
- "total": 522,
4
+ "total": 523,
5
5
  "author": {
6
6
  "name": "Sergey Vartanov",
7
7
  "url": "https://github.com/enzet/Roentgen"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-json/roentgen",
3
3
  "description": "Röntgen icon set in Iconify JSON format",
4
- "version": "1.2.8",
4
+ "version": "1.2.9",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",