angular-svg-icon
Version:
Angular 19 component and service for inlining SVGs allowing them to be easily styled with CSS.
36 lines • 823 B
JSON
{
"name": "angular-svg-icon",
"description": "Angular 19 component and service for inlining SVGs allowing them to be easily styled with CSS.",
"version": "19.1.1",
"repository": {
"type": "git",
"url": "https://github.com/czeckd/angular-svg-icon.git"
},
"author": "David Czeck",
"license": "MIT",
"keywords": [
"angular",
"svg",
"icon"
],
"peerDependencies": {
"@angular/core": ">=19.0.0",
"@angular/common": ">=19.0.0",
"rxjs": ">=6.6.3"
},
"dependencies": {
"tslib": "^2.3.1"
},
"module": "fesm2022/angular-svg-icon.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/angular-svg-icon.mjs"
}
},
"sideEffects": false
}