UNPKG

817 BJSONView Raw
1{
2 "name": "@material-symbols/font-600",
3 "version": "0.14.7",
4 "description": "Latest variable icon fonts with weight 600 for Material Symbols.",
5 "main": "index.css",
6 "sass": "index.scss",
7 "types": "index.d.ts",
8 "files": [
9 "index.d.ts",
10 "*.{css,scss,woff2}"
11 ],
12 "license": "Apache-2.0",
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/marella/material-symbols.git",
16 "directory": "font/600"
17 },
18 "bugs": {
19 "url": "https://github.com/marella/material-symbols/issues"
20 },
21 "homepage": "https://marella.github.io/material-symbols/demo/",
22 "keywords": [
23 "material-symbols",
24 "material-icons",
25 "material-design-icons",
26 "material-design",
27 "material",
28 "symbols",
29 "icons",
30 "font"
31 ],
32 "publishConfig": {
33 "access": "public"
34 }
35}