UNPKG

@semantic-icons/circle-flags

Version:

Icons generated based on circle-flags v2.8.2

49 lines (48 loc) 1.14 kB
{ "name": "@semantic-icons/circle-flags", "version": "0.56.0", "private": false, "description": "Icons generated based on circle-flags v2.8.2", "keywords": [ "circle-flags", "angular", "icons", "svg" ], "repository": { "type": "git", "url": "https://github.com/gridatek/semantic-icons", "directory": "libs/circle-flags" }, "license": "MIT", "author": "Khalil LAGRIDA", "sideEffects": false, "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/semantic-icons-circle-flags.mjs" }, "./language": { "types": "./language/index.d.ts", "default": "./fesm2022/semantic-icons-circle-flags-language.mjs" }, "./other": { "types": "./other/index.d.ts", "default": "./fesm2022/semantic-icons-circle-flags-other.mjs" } }, "module": "fesm2022/semantic-icons-circle-flags.mjs", "typings": "index.d.ts", "dependencies": { "tslib": "^2.3.0" }, "peerDependencies": { "@angular/core": ">=17.1.0" }, "publishConfig": { "access": "public" } }