@iconify-json/octicon 1.1.48 → 1.1.49

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 +9 -1
  2. package/info.json +1 -1
  3. package/package.json +1 -1
package/icons.json CHANGED
@@ -1175,6 +1175,14 @@
1175
1175
  "width": 24,
1176
1176
  "height": 24
1177
1177
  },
1178
+ "filter-remove-16": {
1179
+ "body": "<path fill=\"currentColor\" d=\"M14.384 4.57a.752.752 0 0 0 1.061 0a.752.752 0 0 0 0-1.061l-.884-.884l.883-.884A.75.75 0 0 0 14.384.68l-.884.884l-.884-.884a.75.75 0 0 0-1.06 1.061l.883.884l-.883.884a.75.75 0 0 0 1.06 1.061l.884-.884l.884.884ZM.75 3a.75.75 0 0 0 0 1.5H9A.75.75 0 0 0 9 3H.75ZM3 7.75A.75.75 0 0 1 3.75 7h8.5a.75.75 0 0 1 0 1.5h-8.5A.75.75 0 0 1 3 7.75Zm3 4a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75Z\"/>"
1180
+ },
1181
+ "filter-remove-24": {
1182
+ "body": "<path fill=\"currentColor\" d=\"M21.587 9.273a.75.75 0 1 0 1.061-1.061l-1.591-1.591l1.591-1.591a.749.749 0 1 0-1.061-1.06l-1.591 1.591l-1.591-1.591a.749.749 0 1 0-1.06 1.06l1.591 1.591l-1.591 1.591a.75.75 0 0 0 1.06 1.061l1.591-1.591l1.591 1.591ZM1.75 6a.75.75 0 0 0 0 1.5H14.5a.75.75 0 0 0 0-1.5H1.75ZM5 11.75a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H5.75a.75.75 0 0 1-.75-.75Zm4 4.938a.75.75 0 0 1 .75-.75h2.5a.75.75 0 1 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75Z\"/>",
1183
+ "width": 24,
1184
+ "height": 24
1185
+ },
1178
1186
  "fiscal-host-16": {
1179
1187
  "body": "<path fill=\"currentColor\" d=\"M10 8a1 1 0 1 0 0-2a1 1 0 0 0 0 2Z\"/><path fill=\"currentColor\" d=\"M4 9.25h-.75a.75.75 0 0 1 0-1.5H4v-1.5h-.75a.75.75 0 0 1 0-1.5H4V3.5a1 1 0 0 1 1-1h7.5a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1ZM5.5 4v.793a.75.75 0 0 1 0 1.414v1.586a.75.75 0 0 1 0 1.414V10H12V4Z\"/><path fill=\"currentColor\" d=\"M12.75 14.25V14h-9.5v.25a.75.75 0 0 1-1.5 0V14A1.75 1.75 0 0 1 0 12.25V1.75C0 .784.784 0 1.75 0h12.5C15.217 0 16 .784 16 1.75v10.5A1.75 1.75 0 0 1 14.25 14v.25a.75.75 0 0 1-1.5 0ZM1.75 1.5a.25.25 0 0 0-.25.25v10.5c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25V1.75a.25.25 0 0 0-.25-.25Z\"/>"
1180
1188
  },
@@ -3290,5 +3298,5 @@
3290
3298
  "parent": "unverified-24"
3291
3299
  }
3292
3300
  },
3293
- "lastModified": 1693460295
3301
+ "lastModified": 1694583006
3294
3302
  }
package/info.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "prefix": "octicon",
3
3
  "name": "Octicons",
4
- "total": 602,
4
+ "total": 604,
5
5
  "version": "19.7.0",
6
6
  "author": {
7
7
  "name": "GitHub",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-json/octicon",
3
3
  "description": "Octicons icon set in Iconify JSON format",
4
- "version": "1.1.48",
4
+ "version": "1.1.49",
5
5
  "iconSetVersion": "19.7.0",
6
6
  "main": "index.js",
7
7
  "module": "index.mjs",