UNPKG

845 BJSONView Raw
1{
2 "name": "@material-design-icons/svg",
3 "version": "0.11.7",
4 "description": "Latest optimized SVGs for material design icons.",
5 "files": [
6 "{filled,outlined,round,sharp,two-tone}/*.svg"
7 ],
8 "scripts": {
9 "build": "svgo --config svgo.config.js --quiet --recursive ."
10 },
11 "devDependencies": {
12 "svgo": "2.3.1"
13 },
14 "license": "Apache-2.0",
15 "repository": {
16 "type": "git",
17 "url": "git+https://github.com/marella/material-design-icons.git",
18 "directory": "svg"
19 },
20 "bugs": {
21 "url": "https://github.com/marella/material-design-icons/issues"
22 },
23 "homepage": "https://marella.github.io/material-design-icons/demo/svg/",
24 "keywords": [
25 "material-design-icons",
26 "material-icons",
27 "material-design",
28 "material",
29 "icons",
30 "svg"
31 ],
32 "publishConfig": {
33 "access": "public"
34 }
35}