@ngaox/icons
Version:
Inline SVG icons from (src | files | your favorite icons library | ...)!
47 lines • 1.07 kB
JSON
{
"name": "@ngaox/icons",
"version": "6.0.0-beta-1",
"description": "Inline SVG icons from (src | files | your favorite icons library | ...)!",
"ng-add": {
"save": "dependencies"
},
"peerDependencies": {
"@angular/common": "",
"@angular/core": ""
},
"dependencies": {
"tslib": "^2.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ngaox/ngaox.git"
},
"keywords": [
"ngaox",
"icons",
"ngx",
"angular",
"svg",
"ssr"
],
"author": "Rabyâ Raghib <rabraghib@gmail.com> (https://rabraghib.me/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ngaox/ngaox/issues"
},
"homepage": "https://ngaox-lab.web.app",
"module": "fesm2022/ngaox-icons.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ngaox-icons.mjs",
"esm": "./esm2022/ngaox-icons.mjs",
"default": "./fesm2022/ngaox-icons.mjs"
}
},
"sideEffects": false
}