@ktibow/iconset-material-icon-theme 0.0.1750745821 → 0.0.1751001882

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/package.json +2 -2
  2. package/tsdoc.d.ts +3 -0
  3. package/tsdoc.js +4 -0
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.1750745821",
4
+ "version": "0.0.1751001882",
5
5
  "type": "module",
6
6
  "iconSetInfo": {
7
7
  "name": "Material Icon Theme",
8
- "total": 1061,
8
+ "total": 1062,
9
9
  "author": {
10
10
  "name": "Material Extensions",
11
11
  "url": "https://github.com/material-extensions/vscode-material-icon-theme"
package/tsdoc.d.ts ADDED
@@ -0,0 +1,3 @@
1
+ import type { IconifyIcon } from '@iconify/types';
2
+ declare const data: IconifyIcon;
3
+ export default data;
package/tsdoc.js ADDED
@@ -0,0 +1,4 @@
1
+ const data = {
2
+ "body": "<path fill=\"#43a047\" d=\"M2 2v12h12V2zm7.2 5.48l.98 2.21h.03l.97-2.22l.95.54l-1.51 1.98v.03l2.39-.32v1.08l-2.39-.29v.03l1.52 1.9l-1.01.57l-.95-2.22h-.03l-1.03 2.24l-.9-.57l1.51-1.93v-.03l-2.35.3V9.7l2.33.3v-.03L8.22 8.04l.97-.56h.03z\"/>"
3
+ };
4
+ export default data;