@ng-icons/material-file-icons 23.1.0
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 +137 -0
- package/colored/README.md +3 -0
- package/colored/index.d.ts +814 -0
- package/esm2020/colored/index.mjs +815 -0
- package/esm2020/colored/ng-icons-material-file-icons-colored.mjs +5 -0
- package/esm2020/index.mjs +3 -0
- package/esm2020/ng-icons-material-file-icons.mjs +5 -0
- package/esm2020/uncolored/index.mjs +445 -0
- package/esm2020/uncolored/ng-icons-material-file-icons-uncolored.mjs +5 -0
- package/fesm2015/ng-icons-material-file-icons-colored.mjs +821 -0
- package/fesm2015/ng-icons-material-file-icons-colored.mjs.map +1 -0
- package/fesm2015/ng-icons-material-file-icons-uncolored.mjs +451 -0
- package/fesm2015/ng-icons-material-file-icons-uncolored.mjs.map +1 -0
- package/fesm2015/ng-icons-material-file-icons.mjs +7 -0
- package/fesm2015/ng-icons-material-file-icons.mjs.map +1 -0
- package/fesm2020/ng-icons-material-file-icons-colored.mjs +821 -0
- package/fesm2020/ng-icons-material-file-icons-colored.mjs.map +1 -0
- package/fesm2020/ng-icons-material-file-icons-uncolored.mjs +451 -0
- package/fesm2020/ng-icons-material-file-icons-uncolored.mjs.map +1 -0
- package/fesm2020/ng-icons-material-file-icons.mjs +7 -0
- package/fesm2020/ng-icons-material-file-icons.mjs.map +1 -0
- package/index.d.ts +2 -0
- package/package.json +48 -0
- package/uncolored/README.md +3 -0
- package/uncolored/index.d.ts +444 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ng-icons-material-file-icons.mjs","sources":["../esm2020/index.mjs","../esm2020/ng-icons-material-file-icons.mjs"],"sourcesContent":["// we need to export something otherwise the build will fail\nexport default null;\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wYWNrYWdlcy9tYXRlcmlhbC1maWxlLWljb25zL3NyYy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSw0REFBNEQ7QUFDNUQsZUFBZSxJQUFJLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvLyB3ZSBuZWVkIHRvIGV4cG9ydCBzb21ldGhpbmcgb3RoZXJ3aXNlIHRoZSBidWlsZCB3aWxsIGZhaWxcbmV4cG9ydCBkZWZhdWx0IG51bGw7XG4iXX0=","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './index';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmctaWNvbnMtbWF0ZXJpYWwtZmlsZS1pY29ucy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3BhY2thZ2VzL21hdGVyaWFsLWZpbGUtaWNvbnMvc3JjL25nLWljb25zLW1hdGVyaWFsLWZpbGUtaWNvbnMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0="],"names":[],"mappings":"AAAA;AACA,YAAe,IAAI;;ACDnB;AACA;AACA"}
|
package/index.d.ts
ADDED
package/package.json
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@ng-icons/material-file-icons",
|
|
3
|
+
"version": "23.1.0",
|
|
4
|
+
"repository": {
|
|
5
|
+
"url": "https://github.com/ng-icons/ng-icons"
|
|
6
|
+
},
|
|
7
|
+
"homepage": "https://ng-icons.github.io/ng-icons/",
|
|
8
|
+
"license": "MIT",
|
|
9
|
+
"dependencies": {
|
|
10
|
+
"tslib": "^2.2.0"
|
|
11
|
+
},
|
|
12
|
+
"module": "fesm2015/ng-icons-material-file-icons.mjs",
|
|
13
|
+
"es2020": "fesm2020/ng-icons-material-file-icons.mjs",
|
|
14
|
+
"esm2020": "esm2020/ng-icons-material-file-icons.mjs",
|
|
15
|
+
"fesm2020": "fesm2020/ng-icons-material-file-icons.mjs",
|
|
16
|
+
"fesm2015": "fesm2015/ng-icons-material-file-icons.mjs",
|
|
17
|
+
"typings": "index.d.ts",
|
|
18
|
+
"exports": {
|
|
19
|
+
"./package.json": {
|
|
20
|
+
"default": "./package.json"
|
|
21
|
+
},
|
|
22
|
+
".": {
|
|
23
|
+
"types": "./index.d.ts",
|
|
24
|
+
"esm2020": "./esm2020/ng-icons-material-file-icons.mjs",
|
|
25
|
+
"es2020": "./fesm2020/ng-icons-material-file-icons.mjs",
|
|
26
|
+
"es2015": "./fesm2015/ng-icons-material-file-icons.mjs",
|
|
27
|
+
"node": "./fesm2015/ng-icons-material-file-icons.mjs",
|
|
28
|
+
"default": "./fesm2020/ng-icons-material-file-icons.mjs"
|
|
29
|
+
},
|
|
30
|
+
"./colored": {
|
|
31
|
+
"types": "./colored/index.d.ts",
|
|
32
|
+
"esm2020": "./esm2020/colored/ng-icons-material-file-icons-colored.mjs",
|
|
33
|
+
"es2020": "./fesm2020/ng-icons-material-file-icons-colored.mjs",
|
|
34
|
+
"es2015": "./fesm2015/ng-icons-material-file-icons-colored.mjs",
|
|
35
|
+
"node": "./fesm2015/ng-icons-material-file-icons-colored.mjs",
|
|
36
|
+
"default": "./fesm2020/ng-icons-material-file-icons-colored.mjs"
|
|
37
|
+
},
|
|
38
|
+
"./uncolored": {
|
|
39
|
+
"types": "./uncolored/index.d.ts",
|
|
40
|
+
"esm2020": "./esm2020/uncolored/ng-icons-material-file-icons-uncolored.mjs",
|
|
41
|
+
"es2020": "./fesm2020/ng-icons-material-file-icons-uncolored.mjs",
|
|
42
|
+
"es2015": "./fesm2015/ng-icons-material-file-icons-uncolored.mjs",
|
|
43
|
+
"node": "./fesm2015/ng-icons-material-file-icons-uncolored.mjs",
|
|
44
|
+
"default": "./fesm2020/ng-icons-material-file-icons-uncolored.mjs"
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
"sideEffects": false
|
|
48
|
+
}
|