@iconify-json/codicon 1.1.7 → 1.1.8

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.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Codicons
2
2
 
3
- This package includes data for 411 icons
3
+ This package includes data for 412 icons
4
4
 
5
5
  Each icon is in its own file, so you can bundle several icons from different icon sets without bundling entire icon sets.
6
6
 
package/icons.json CHANGED
@@ -73,6 +73,9 @@
73
73
  "bell-dot": {
74
74
  "body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M13 8.9c.1.6.2 1.1.4 1.7l.6 1.7l-.5.7H10c0 .5-.2 1-.6 1.4c-.4.4-.9.6-1.4.6c-.5 0-1.1-.2-1.4-.6c-.4-.4-.6-.9-.6-1.4H2.5l-.5-.7l.6-1.7c.2-.8.4-1.6.4-2.4V6c0-.7.1-1.4.4-2c.3-.7.7-1.2 1.2-1.7s1.1-.8 1.8-1C6.9 1.1 7.5 1 8 1c-.2.3-.4.7-.6 1.1c-.2 0-.4 0-.7.2c-.5.1-1 .4-1.4.8c-.4.3-.8.8-1 1.3c-.2.5-.3 1-.3 1.6v2.2c0 .9-.2 1.8-.4 2.7L3.2 12h9.6l-.4-1.1c-.175-.526-.274-1.13-.363-1.674L12 9c.4 0 .7 0 1-.1zM8 14c.2 0 .5-.1.7-.3c.2-.2.3-.4.3-.7H7c0 .3.1.5.3.7c.2.2.5.3.7.3zm7-10a3 3 0 1 1-6 0a3 3 0 0 1 6 0z\" clip-rule=\"evenodd\"/>"
75
75
  },
76
+ "blank": {
77
+ "body": ""
78
+ },
76
79
  "bold": {
77
80
  "body": "<path fill=\"currentColor\" d=\"M5 13V3h3.362c1.116 0 1.954.224 2.515.673c.565.449.848 1.113.848 1.992c0 .467-.137.881-.41 1.243c-.273.357-.645.634-1.116.831c.556.151.993.44 1.314.865c.325.422.487.925.487 1.511c0 .898-.299 1.603-.897 2.116c-.598.513-1.443.769-2.536.769H5zm1.356-4.677v3.599h2.24c.63 0 1.127-.158 1.49-.474c.367-.32.55-.76.55-1.319c0-1.204-.673-1.806-2.02-1.806h-2.26zm0-1.058h2.049c.593 0 1.066-.144 1.42-.433c.357-.288.536-.68.536-1.174c0-.55-.165-.948-.494-1.195c-.33-.252-.831-.378-1.505-.378H6.356v3.18z\"/>"
78
81
  },
package/info.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "prefix": "codicon",
3
3
  "name": "Codicons",
4
- "total": 411,
4
+ "total": 412,
5
5
  "version": "0.0.30",
6
6
  "author": {
7
7
  "name": "Microsoft Corporation",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-json/codicon",
3
3
  "description": "Codicons icon set in Iconify JSON format",
4
- "version": "1.1.7",
4
+ "version": "1.1.8",
5
5
  "iconSetVersion": "0.0.30",
6
6
  "main": "index.js",
7
7
  "module": "index.mjs",