UNPKG

@triangular/rpg-awesome-icons

Version:

Use the cool icons from RPGAwesome in your app, fully tree-shaked and only loaded when necessary. Injected into the dom, and therefore IE compatible.

44 lines 1.15 kB
{ "name": "@triangular/rpg-awesome-icons", "version": "21.0.0", "peerDependencies": { "@angular/common": "^21.0.0", "@angular/core": "^21.0.0" }, "homepage": "https://rpg-awesome-icons.akehir.com", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/akehir/rpg-aweseome-icons" }, "bugs": { "url": "https://github.com/akehir/rpg-aweseome-icons/issues", "email": "raphael@akehir.com" }, "author": { "name": "Raphael Ochsenbein", "email": "raphael@akehir.com", "url": "https://akehir.com/" }, "dependencies": { "tslib": "^2.0.0" }, "exports": { "./icons": { "types": "./index.d.ts", "esm2020": "./icons/index.mjs", "esm": "./icons/index.mjs", "default": "./icons/index.mjs" }, "./package.json": { "default": "./package.json" }, ".": { "types": "./types/triangular-rpg-awesome-icons.d.ts", "default": "./fesm2022/triangular-rpg-awesome-icons.mjs" } }, "module": "fesm2022/triangular-rpg-awesome-icons.mjs", "typings": "types/triangular-rpg-awesome-icons.d.ts", "sideEffects": false }