@ktibow/iconset-octicon 19.15.1 → 19.15.2
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/mark-github-24.js +1 -1
- package/package.json +3 -3
- package/pause-16.d.ts +3 -0
- package/pause-16.js +4 -0
- package/pause-24.d.ts +3 -0
- package/pause-24.js +6 -0
package/mark-github-24.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
const data = {
|
2
2
|
"width": 24,
|
3
3
|
"height": 24,
|
4
|
-
"body": "<path fill=\"currentColor\" d=\"M12 1C5.923 1 1 5.923 1 12c0 4.
|
4
|
+
"body": "<path fill=\"currentColor\" d=\"M12 1C5.923 1 1 5.923 1 12c0 4.867 3.149 8.979 7.521 10.436c.55.096.756-.233.756-.522c0-.262-.013-1.128-.013-2.049c-2.764.509-3.479-.674-3.699-1.292c-.124-.317-.66-1.293-1.127-1.554c-.385-.207-.936-.715-.014-.729c.866-.014 1.485.797 1.691 1.128c.99 1.663 2.571 1.196 3.204.907c.096-.715.385-1.196.701-1.471c-2.448-.275-5.005-1.224-5.005-5.432c0-1.196.426-2.186 1.128-2.956c-.111-.275-.496-1.402.11-2.915c0 0 .921-.288 3.024 1.128a10.2 10.2 0 0 1 2.75-.371c.936 0 1.871.123 2.75.371c2.104-1.43 3.025-1.128 3.025-1.128c.605 1.513.221 2.64.111 2.915c.701.77 1.127 1.747 1.127 2.956c0 4.222-2.571 5.157-5.019 5.432c.399.344.743 1.004.743 2.035c0 1.471-.014 2.654-.014 3.025c0 .289.206.632.756.522C19.851 20.979 23 16.854 23 12c0-6.077-4.922-11-11-11\"/>"
|
5
5
|
};
|
6
6
|
export default data;
|
package/package.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ktibow/iconset-octicon",
|
3
3
|
"description": "Iconify icon components for Octicons",
|
4
|
-
"version": "19.15.
|
4
|
+
"version": "19.15.2",
|
5
5
|
"type": "module",
|
6
6
|
"iconSetInfo": {
|
7
7
|
"name": "Octicons",
|
8
|
-
"total":
|
9
|
-
"version": "19.15.
|
8
|
+
"total": 649,
|
9
|
+
"version": "19.15.2",
|
10
10
|
"author": {
|
11
11
|
"name": "GitHub",
|
12
12
|
"url": "https://github.com/primer/octicons/"
|
package/pause-16.d.ts
ADDED
package/pause-16.js
ADDED
package/pause-24.d.ts
ADDED
package/pause-24.js
ADDED
@@ -0,0 +1,6 @@
|
|
1
|
+
const data = {
|
2
|
+
"width": 24,
|
3
|
+
"height": 24,
|
4
|
+
"body": "<path fill=\"currentColor\" d=\"M9 3H7.5A1.5 1.5 0 0 0 6 4.5v15A1.5 1.5 0 0 0 7.5 21H9a1.5 1.5 0 0 0 1.5-1.5v-15A1.5 1.5 0 0 0 9 3m7.5 0H15a1.5 1.5 0 0 0-1.5 1.5v15A1.5 1.5 0 0 0 15 21h1.5a1.5 1.5 0 0 0 1.5-1.5v-15A1.5 1.5 0 0 0 16.5 3\"/>"
|
5
|
+
};
|
6
|
+
export default data;
|