UNPKG

ionicons

Version:

Premium icons for Ionic.

114 lines 2.14 kB
{ "components": [ { "tag": "ion-icon", "dependencies": [], "componentClass": "Icon", "componentPath": "icon/icon.js", "styles": { "$": { "stylePaths": [ "icon/icon.css" ] } }, "assetPaths": [ "icon/svg" ], "props": [ { "name": "ariaLabel", "type": "String", "mutable": true, "attr": "aria-label" }, { "name": "color", "type": "String", "attr": "color" }, { "name": "icon", "type": "String", "attr": "icon", "watch": [ "loadIcon" ] }, { "name": "ios", "type": "String", "attr": "ios" }, { "name": "md", "type": "String", "attr": "md" }, { "name": "mode", "type": "String", "attr": "mode" }, { "name": "name", "type": "String", "attr": "name", "watch": [ "loadIcon" ] }, { "name": "size", "type": "String", "attr": "size" }, { "name": "src", "type": "String", "attr": "src", "watch": [ "loadIcon" ] } ], "states": [ { "name": "isVisible" }, { "name": "svgContent" } ], "context": [ { "name": "isServer", "id": "isServer" }, { "name": "resourcesUrl", "id": "resourcesUrl" }, { "name": "doc", "id": "document" }, { "name": "win", "id": "window" } ], "hostElement": { "name": "el" }, "shadow": true } ], "collections": [], "compiler": { "name": "@stencil/core", "version": "0.10.0-7", "typescriptVersion": "2.9.2" }, "bundles": [] }