@iconify-json/vscode-icons 1.1.18 → 1.1.19

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
@@ -2231,6 +2231,9 @@
2231
2231
  "file-type-shell": {
2232
2232
  "body": "<path fill=\"#d9b400\" d=\"M29.4 27.6H2.5V4.5h26.9Zm-25.9-1h24.9V5.5H3.5Z\"/><path fill=\"#d9b400\" d=\"m6.077 19.316l-.555-.832l4.844-3.229l-4.887-4.071l.641-.768l5.915 4.928l-5.958 3.972zM12.7 18.2h7.8v1h-7.8zM2.5 5.5h26.9v1.9H2.5z\"/>"
2233
2233
  },
2234
+ "file-type-shuttle": {
2235
+ "body": "<defs><linearGradient id=\"vscodeIconsFileTypeShuttle0\" x1=\"36.036\" x2=\"171.04\" y1=\"171.21\" y2=\"36.209\" gradientTransform=\"translate(-93.833 -117.64) scale(1.2523)\" gradientUnits=\"userSpaceOnUse\"><stop offset=\"0\" stop-color=\"#F42929\"/><stop offset=\".495\" stop-color=\"#FF8A3F\"/><stop offset=\"1\" stop-color=\"#E5E938\"/></linearGradient></defs><path fill=\"url(#vscodeIconsFileTypeShuttle0)\" fill-rule=\"evenodd\" d=\"M78.693-71.892L36.408-29.608H-5.876L-48.16 12.675h42.284V54.96H-48.16v42.284h42.284V54.96h42.284v42.284L78.693 54.96V12.675l42.284-42.283v-42.284z\" clip-rule=\"evenodd\" transform=\"translate(10.022 13.873) scale(.16512)\"/>"
2236
+ },
2234
2237
  "file-type-silverstripe": {
2235
2238
  "body": "<path fill=\"#005a92\" d=\"M13.4 20.7a4.808 4.808 0 0 0 1.251-6.683l-3.963 2.712a2.4 2.4 0 0 1-2.712-3.971l3.621-2.479l2.324-1.593A4.808 4.808 0 0 0 15.168 2L11.2 4.72L5.259 8.784l-.008.008A7.212 7.212 0 0 0 13.4 20.7Zm5.21-9.4a.107.107 0 0 0-.031.023l.031-.023a4.808 4.808 0 0 0-1.251 6.683l3.963-2.712a2.407 2.407 0 0 1 2.72 3.971l-3.621 2.479l-2.331 1.596A4.808 4.808 0 0 0 16.838 30l3.962-2.712l5.945-4.072A7.213 7.213 0 0 0 18.61 11.3\"/>"
2236
2239
  },
@@ -3623,7 +3626,7 @@
3623
3626
  "parent": "file-type-gnu"
3624
3627
  }
3625
3628
  },
3626
- "lastModified": 1672668818,
3629
+ "lastModified": 1674283399,
3627
3630
  "width": 32,
3628
3631
  "height": 32
3629
3632
  }
package/info.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "prefix": "vscode-icons",
3
3
  "name": "VSCode Icons",
4
- "total": 1184,
4
+ "total": 1185,
5
5
  "version": "12.0.1",
6
6
  "author": {
7
7
  "name": "Roberto Huertas",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-json/vscode-icons",
3
3
  "description": "VSCode Icons icon set in Iconify JSON format",
4
- "version": "1.1.18",
4
+ "version": "1.1.19",
5
5
  "iconSetVersion": "12.0.1",
6
6
  "main": "index.js",
7
7
  "module": "index.mjs",