@iconify-json/octicon 1.1.39 → 1.1.40

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
@@ -4,8 +4,8 @@ This package contains icon data for Octicons icon set.
4
4
 
5
5
  Files:
6
6
 
7
- - Icon data is stored in `icons.json` in `IconifyJSON` format. See [IconifyJSON documentation](https://docs.iconify.design/types/iconify-json.html).
8
- - Icon set information is stored in `info.json` in `IconifyInfo` format. See [IconifyInfo documentation](https://docs.iconify.design/types/iconify-info.html).
7
+ - Icon data is stored in `icons.json` in `IconifyJSON` format. See [IconifyJSON documentation](https://iconify.design/docs/types/iconify-json.html).
8
+ - Icon set information is stored in `info.json` in `IconifyInfo` format. See [IconifyInfo documentation](https://iconify.design/docs/types/iconify-info.html).
9
9
 
10
10
  ## Installation
11
11
 
@@ -15,4 +15,6 @@ npm install @iconify-json/octicon --save-dev
15
15
 
16
16
  ## Usage
17
17
 
18
- Icon data can be parsed with various tools, see [Iconify documentation](https://docs.iconify.design/icons/json.html).
18
+ Icon data can be used with many tools and components, see [Iconify documentation](https://iconify.design/docs/usage/).
19
+
20
+ To convert to SVG, you can use [Iconify Utils](https://iconify.design/docs/libraries/utils/examples/export-svgs-from-icon-set.html) for basic usage or [Iconify Tools](https://iconify.design/docs/libraries/tools/).
package/icons.json CHANGED
@@ -2126,6 +2126,14 @@
2126
2126
  "width": 25,
2127
2127
  "height": 24
2128
2128
  },
2129
+ "pivot-column-16": {
2130
+ "body": "<path fill=\"currentColor\" d=\"M0 1.75C0 .784.784 0 1.75 0h12.5C15.217 0 16 .784 16 1.75v5.5a.75.75 0 0 1-1.5 0V6.5h-8v8h.75a.75.75 0 0 1 0 1.5h-5.5A1.75 1.75 0 0 1 0 14.25ZM1.5 6.5v7.75c0 .138.112.25.25.25H5v-8Zm5-1.5h8V1.75a.25.25 0 0 0-.25-.25H6.5ZM5 5V1.5H1.75a.25.25 0 0 0-.25.25V5Z\"/><path fill=\"currentColor\" d=\"m11.017 9.89l-2.882 2.677a.249.249 0 0 0 0 .366l2.882 2.677a.25.25 0 0 0 .421-.183V13.5H12.5A3.5 3.5 0 0 0 16 10a.75.75 0 0 0-1.5 0a2 2 0 0 1-2 2h-1.062v-1.927a.25.25 0 0 0-.421-.183Z\"/>"
2131
+ },
2132
+ "pivot-column-24": {
2133
+ "body": "<path fill=\"currentColor\" d=\"M2 3.75C2 2.783 2.783 2 3.75 2h16.5c.966 0 1.75.783 1.75 1.75V10a.75.75 0 0 1-1.5 0V8.75H8.75V20.5H10a.75.75 0 0 1 0 1.5H3.75A1.75 1.75 0 0 1 2 20.25Zm6.75-.25v3.75H20.5v-3.5a.25.25 0 0 0-.25-.25Zm-1.5 17V8.75H3.5v11.5c0 .138.112.25.25.25ZM3.5 7.25h3.75V3.5h-3.5a.25.25 0 0 0-.25.25Z\"/><path fill=\"currentColor\" d=\"M21.25 12.312a.75.75 0 0 1 .75.75v2.626a3.75 3.75 0 0 1-3.75 3.75h-3.502l2.032 2.032a.749.749 0 1 1-1.06 1.06l-3.25-3.25a.749.749 0 0 1 0-1.06l3.25-3.25a.749.749 0 1 1 1.06 1.06l-1.907 1.908h3.377a2.25 2.25 0 0 0 2.25-2.25v-2.626a.75.75 0 0 1 .75-.75Z\"/>",
2134
+ "width": 24,
2135
+ "height": 24
2136
+ },
2129
2137
  "play": {
2130
2138
  "body": "<path fill-rule=\"evenodd\" d=\"M14 8A7 7 0 1 1 0 8a7 7 0 0 1 14 0zm-8.223 3.482l4.599-3.066a.5.5 0 0 0 0-.832L5.777 4.518A.5.5 0 0 0 5 4.934v6.132a.5.5 0 0 0 .777.416z\" fill=\"currentColor\"/>",
2131
2139
  "width": 14,
@@ -3215,5 +3223,5 @@
3215
3223
  "parent": "unverified-24"
3216
3224
  }
3217
3225
  },
3218
- "lastModified": 1683869825
3226
+ "lastModified": 1686116857
3219
3227
  }
package/info.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "prefix": "octicon",
3
3
  "name": "Octicons",
4
- "total": 581,
4
+ "total": 583,
5
5
  "version": "19.1.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.39",
4
+ "version": "1.1.40",
5
5
  "iconSetVersion": "19.1.0",
6
6
  "main": "index.js",
7
7
  "module": "index.mjs",