UNPKG

@svgd/icons-material

Version:

A single-file collection of Material UI icon paths with IDE preview in the autocomplete.

48 lines (47 loc) 1.15 kB
{ "name": "@svgd/icons-material", "version": "7.2.3", "description": "A single-file collection of Material UI icon paths with IDE preview in the autocomplete.", "main": "icons/paths.js", "types": "icons/paths.d.ts", "files": [ "icons" ], "repository": { "type": "git", "url": "https://github.com/simprl/svgd_mui" }, "scripts": { "build": "vite build", "gen-svg": "vite build && node dist/generate-icons.cjs", "gen-pathes": "svgd --input ./svg --output ./icons/paths.js --format material --html ./html/index.html --dts" }, "license": "MIT", "type": "module", "keywords": [ "svg", "svgd", "material-icons", "mui-icons", "mui", "material-ui", "icons-material", "svg-icons", "svg sprite", "icon-library", "svg-constants", "optimized", "tree-shakeable" ], "author": "simprl", "devDependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "@mui/icons-material": "^7.2.0", "@mui/material": "^7.2.0", "@svgd/cli": "^1.0.33", "react": "^19.1.0", "react-dom": "^19.1.0", "vite": "^6.3.5" } }