@ktibow/iconset-octicon 19.15.1 → 19.15.3

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 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.868 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.128-1.554c-.385-.206-.935-.715-.013-.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.447-.275-5.005-1.224-5.005-5.431c0-1.197.426-2.187 1.128-2.957c-.11-.275-.495-1.402.11-2.915c0 0 .92-.288 3.024 1.128c.88-.248 1.816-.372 2.75-.372c.936 0 1.87.124 2.75.372c2.104-1.43 3.025-1.128 3.025-1.128c.605 1.513.22 2.64.11 2.915c.702.77 1.128 1.747 1.128 2.957c0 4.22-2.571 5.156-5.019 5.43c.399.345.743 1.005.743 2.036c0 1.471-.014 2.654-.014 3.025c0 .288.206.632.756.522A11.02 11.02 0 0 0 23 12c0-6.077-4.922-11-11-11\"/>"
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.1",
4
+ "version": "19.15.3",
5
5
  "type": "module",
6
6
  "iconSetInfo": {
7
7
  "name": "Octicons",
8
- "total": 647,
9
- "version": "19.15.1",
8
+ "total": 651,
9
+ "version": "19.15.3",
10
10
  "author": {
11
11
  "name": "GitHub",
12
12
  "url": "https://github.com/primer/octicons/"
package/pause-16.d.ts ADDED
@@ -0,0 +1,3 @@
1
+ import type { IconifyIcon } from '@iconify/types';
2
+ declare const data: IconifyIcon;
3
+ export default data;
package/pause-16.js ADDED
@@ -0,0 +1,4 @@
1
+ const data = {
2
+ "body": "<path fill=\"currentColor\" d=\"M5 2h1a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1m5 0h1a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1\"/>"
3
+ };
4
+ export default data;
package/pause-24.d.ts ADDED
@@ -0,0 +1,3 @@
1
+ import type { IconifyIcon } from '@iconify/types';
2
+ declare const data: IconifyIcon;
3
+ export default data;
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;
@@ -0,0 +1,3 @@
1
+ import type { IconifyIcon } from '@iconify/types';
2
+ declare const data: IconifyIcon;
3
+ export default data;
package/sparkle-16.js ADDED
@@ -0,0 +1,4 @@
1
+ const data = {
2
+ "body": "<path fill=\"currentColor\" d=\"M7.198.57c.275-.752 1.34-.752 1.615 0l.849 2.317a5.82 5.82 0 0 0 3.462 3.463l2.317.848c.753.275.753 1.34 0 1.615l-2.317.849a5.82 5.82 0 0 0-3.462 3.462l-.849 2.317c-.275.753-1.34.753-1.615 0l-.848-2.317a5.82 5.82 0 0 0-3.463-3.462L.57 8.813c-.752-.275-.752-1.34 0-1.615l2.317-.848A5.82 5.82 0 0 0 6.35 2.887zm.562 2.833A7.32 7.32 0 0 1 3.403 7.76l-.673.246l.673.246a7.32 7.32 0 0 1 4.357 4.356l.246.673l.246-.673a7.32 7.32 0 0 1 4.356-4.356l.673-.246l-.673-.246a7.32 7.32 0 0 1-4.356-4.357l-.246-.673z\"/>"
3
+ };
4
+ export default data;
@@ -0,0 +1,3 @@
1
+ import type { IconifyIcon } from '@iconify/types';
2
+ declare const data: IconifyIcon;
3
+ export default data;
package/sparkle-24.js ADDED
@@ -0,0 +1,6 @@
1
+ const data = {
2
+ "width": 24,
3
+ "height": 24,
4
+ "body": "<path fill=\"currentColor\" d=\"M11.191.565c.275-.754 1.342-.753 1.618 0l1.918 5.238a5.83 5.83 0 0 0 3.47 3.47l5.237 1.918c.755.275.755 1.342 0 1.618l-5.237 1.918a5.83 5.83 0 0 0-3.47 3.47l-1.918 5.237c-.276.755-1.343.755-1.618 0l-1.918-5.237a5.83 5.83 0 0 0-3.47-3.47L.565 12.809c-.753-.276-.754-1.342 0-1.618l5.238-1.918a5.83 5.83 0 0 0 3.47-3.47zm-.505 5.756a7.34 7.34 0 0 1-4.365 4.365L2.73 12l3.591 1.315a7.33 7.33 0 0 1 4.365 4.365L12 21.269l1.315-3.589a7.33 7.33 0 0 1 4.365-4.365L21.269 12l-3.589-1.314a7.33 7.33 0 0 1-4.365-4.365L12 2.73z\"/>"
5
+ };
6
+ export default data;