carbon-icons-svelte
Version:
Carbon Design System SVG icons as Svelte components
42 lines (41 loc) • 970 B
JSON
{
"name": "carbon-icons-svelte",
"version": "13.4.0",
"license": "Apache-2.0",
"description": "Carbon Design System SVG icons as Svelte components",
"svelte": "./lib/index.js",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"svelte": "./lib/index.js"
},
"./lib/*.svelte": {
"types": "./lib/*.svelte.d.ts",
"import": "./lib/*.svelte"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/carbon-design-system/carbon-icons-svelte.git"
},
"homepage": "https://carbon-icons-svelte.onrender.com/",
"bugs": "https://github.com/carbon-design-system/carbon-icons-svelte/issues",
"keywords": [
"carbon",
"carbon design system",
"carbon icons",
"icons",
"components",
"svelte",
"svg"
],
"files": [
"lib"
],
"maintainers": [
"Eric Liu (https://github.com/metonym)"
],
"type": "module"
}