@ktibow/iconset-material-icon-theme 0.0.1746964395 → 0.0.1747976774

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.
@@ -0,0 +1,3 @@
1
+ import type { IconifyIcon } from '@iconify/types';
2
+ declare const data: IconifyIcon;
3
+ export default data;
@@ -0,0 +1,6 @@
1
+ const data = {
2
+ "width": 32,
3
+ "height": 32,
4
+ "body": "<path fill=\"#f4511e\" d=\"M28.967 12H9.442a2 2 0 0 0-1.898 1.368L4 24V10h24a2 2 0 0 0-2-2H15.124a2 2 0 0 1-1.28-.464l-1.288-1.072A2 2 0 0 0 11.276 6H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h22l4.805-11.212A2 2 0 0 0 28.967 12\"/><path fill=\"#ffab91\" d=\"M23.334 14.011a1.334 1.334 0 0 1 1.333-1.335a1.335 1.335 0 1 1-1.333 1.335m6.497 5.29a7.5 7.5 0 0 0-1.449-3.066a8 8 0 0 0-.734-.814l-1.883 1.892a6 6 0 0 1 .498.543a4.9 4.9 0 0 1 .961 2.01a5 5 0 0 1 .11.822a5.334 5.334 0 0 1-10.667.016v-.016a3.86 3.86 0 0 1 .463-1.845a5 5 0 0 1 .852-1.267c.12-.12 1.209-1.166 2.493-2.394l1.537-1.473L22 10l-3.372 3.255a337 337 0 0 0-2.584 2.486a7.7 7.7 0 0 0-1.327 1.965A6.54 6.54 0 0 0 14 20.688a8 8 0 1 0 16-.02a8 8 0 0 0-.17-1.366\"/>"
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;
@@ -0,0 +1,6 @@
1
+ const data = {
2
+ "width": 32,
3
+ "height": 32,
4
+ "body": "<path fill=\"#f4511e\" d=\"m13.844 7.536l-1.288-1.072A2 2 0 0 0 11.276 6H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h24a2 2 0 0 0 2-2V10a2 2 0 0 0-2-2H15.124a2 2 0 0 1-1.28-.464\"/><path fill=\"#ffab91\" d=\"M23.334 14.011a1.334 1.334 0 0 1 1.333-1.335a1.335 1.335 0 1 1-1.333 1.335m6.497 5.29a7.5 7.5 0 0 0-1.449-3.066a8 8 0 0 0-.734-.814l-1.883 1.892a6 6 0 0 1 .498.543a4.9 4.9 0 0 1 .961 2.01a5 5 0 0 1 .11.822a5.334 5.334 0 0 1-10.667.016v-.016a3.86 3.86 0 0 1 .463-1.845a5 5 0 0 1 .852-1.267c.12-.12 1.209-1.166 2.493-2.394l1.537-1.473L22 10l-3.372 3.255a337 337 0 0 0-2.584 2.486a7.7 7.7 0 0 0-1.327 1.965A6.54 6.54 0 0 0 14 20.688a8 8 0 1 0 16-.02a8 8 0 0 0-.17-1.366\"/>"
5
+ };
6
+ export default data;
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@ktibow/iconset-material-icon-theme",
3
3
  "description": "Iconify icon components for Material Icon Theme",
4
- "version": "0.0.1746964395",
4
+ "version": "0.0.1747976774",
5
5
  "type": "module",
6
6
  "iconSetInfo": {
7
7
  "name": "Material Icon Theme",
8
- "total": 1053,
8
+ "total": 1056,
9
9
  "author": {
10
10
  "name": "Material Extensions",
11
11
  "url": "https://github.com/material-extensions/vscode-material-icon-theme"
package/pytorch.d.ts ADDED
@@ -0,0 +1,3 @@
1
+ import type { IconifyIcon } from '@iconify/types';
2
+ declare const data: IconifyIcon;
3
+ export default data;
package/pytorch.js ADDED
@@ -0,0 +1,6 @@
1
+ const data = {
2
+ "width": 32,
3
+ "height": 32,
4
+ "body": "<circle cx=\"20\" cy=\"8\" r=\"2\" fill=\"#f4511e\"/><path fill=\"#f4511e\" d=\"M25.573 11.335a11.4 11.4 0 0 0-1.1-1.219l-2.825 2.832a9 9 0 0 1 .746.812a7.36 7.36 0 0 1 1.443 3.011a8 8 0 0 1 .164 1.23A8 8 0 0 1 8 18a5.76 5.76 0 0 1 .695-2.762a7.4 7.4 0 0 1 1.277-1.896c.18-.18 1.814-1.746 3.74-3.584L16 7.553V2l-5.057 4.873c-1.112 1.06-3.713 3.545-3.877 3.722a11.5 11.5 0 0 0-1.99 2.942A9.8 9.8 0 0 0 4 18a12 12 0 1 0 24 0a12.6 12.6 0 0 0-.254-2.074a11.26 11.26 0 0 0-2.173-4.591\"/>"
5
+ };
6
+ export default data;