UNPKG

@uiw/icons

Version:

The premium icon font for uiw Component Library.

61 lines (60 loc) 1.21 kB
{ "name": "@uiw/icons", "version": "2.6.10", "description": "The premium icon font for uiw Component Library.", "author": "Kenny <wowohoo@qq.com>", "main": "./lib/index.js", "module": "./esm/index.js", "types": "./esm/index.d.ts", "repository": { "type": "git", "url": "https://github.com/uiwjs/icons.git" }, "homepage": "https://uiwjs.github.io/icons", "scripts": { "font": "svgtofont --sources icon --output fonts", "copy": "cpy fonts/react/*.js fonts/react/*.d.ts react --flat", "build": "tsbb build react/*.{js,d.ts} --useBabel", "start": "npm run font && npm run copy && npm run build" }, "files": [ "lib", "esm", "*.js", "*.d.ts", "icon", "!icon/react", "!icon/*.html", "fonts" ], "keywords": [ "svg", "icon", "react", "font", "webfont", "icon", "iconfont", "font-face", "compress", "minify", "font-cli", "otf", "ttf", "woff", "eot", "svg", "ttf2eot", "ttf2woff", "ttf2svg", "svg2ttf", "css", "base64" ], "devDependencies": { "cpy-cli": "^4.2.0", "svgtofont": "~3.23.0", "tsbb": "^4.0.2" }, "license": "MIT" }