{
  "schemaVersion": "1.0.0",
  "readme": "",
  "modules": [
    {
      "kind": "javascript-module",
      "path": "simple-icon.js",
      "declarations": [
        {
          "kind": "class",
          "description": "`simple-icon`\n`Render an SVG based icon`",
          "name": "SimpleIcon",
          "members": [
            {
              "kind": "field",
              "name": "tag",
              "static": true,
              "description": "This is a convention, not the standard",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "haxProperties",
              "static": true,
              "description": "haxProperties integration via file reference",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "feFlood",
              "readonly": true,
              "inheritedFrom": {
                "name": "SimpleIconBehaviors",
                "module": "lib/simple-icon-lite.js"
              }
            },
            {
              "kind": "field",
              "name": "useSafariPolyfill",
              "readonly": true,
              "inheritedFrom": {
                "name": "SimpleIconBehaviors",
                "module": "lib/simple-icon-lite.js"
              }
            },
            {
              "kind": "field",
              "name": "contrast",
              "privacy": "public",
              "type": {
                "text": "number"
              },
              "default": "0",
              "attribute": "contrast",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "styles",
              "static": true,
              "readonly": true,
              "inheritedFrom": {
                "name": "SimpleIconBehaviors",
                "module": "lib/simple-icon-lite.js"
              }
            },
            {
              "kind": "field",
              "name": "properties",
              "static": true,
              "readonly": true,
              "inheritedFrom": {
                "name": "SimpleIconBehaviors",
                "module": "lib/simple-icon-lite.js"
              }
            },
            {
              "kind": "field",
              "name": "documentDir",
              "readonly": true,
              "inheritedFrom": {
                "name": "SimpleIconBehaviors",
                "module": "lib/simple-icon-lite.js"
              }
            },
            {
              "kind": "field",
              "name": "safariMask",
              "readonly": true,
              "inheritedFrom": {
                "name": "SimpleIconBehaviors",
                "module": "lib/simple-icon-lite.js"
              }
            },
            {
              "kind": "method",
              "name": "setSrcByIcon",
              "parameters": [
                {
                  "name": "context"
                }
              ],
              "description": "Set the src by the icon property",
              "inheritedFrom": {
                "name": "SimpleIconBehaviors",
                "module": "lib/simple-icon-lite.js"
              }
            },
            {
              "kind": "field",
              "name": "noColorize",
              "privacy": "public",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "no-colorize",
              "inheritedFrom": {
                "name": "SimpleIconBehaviors",
                "module": "lib/simple-icon-lite.js"
              }
            },
            {
              "kind": "field",
              "name": "dir",
              "privacy": "public",
              "type": {
                "text": "string"
              },
              "attribute": "dir",
              "reflects": true,
              "inheritedFrom": {
                "name": "SimpleIconBehaviors",
                "module": "lib/simple-icon-lite.js"
              }
            },
            {
              "kind": "field",
              "name": "src",
              "privacy": "public",
              "type": {
                "text": "string"
              },
              "attribute": "src",
              "inheritedFrom": {
                "name": "SimpleIconBehaviors",
                "module": "lib/simple-icon-lite.js"
              }
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "public",
              "type": {
                "text": "string"
              },
              "attribute": "icon",
              "reflects": true,
              "inheritedFrom": {
                "name": "SimpleIconBehaviors",
                "module": "lib/simple-icon-lite.js"
              }
            }
          ],
          "attributes": [
            {
              "name": "contrast",
              "type": {
                "text": "number"
              },
              "default": "0",
              "fieldName": "contrast"
            },
            {
              "name": "dir",
              "type": {
                "text": "string"
              },
              "fieldName": "dir",
              "inheritedFrom": {
                "name": "SimpleIconBehaviors",
                "module": "lib/simple-icon-lite.js"
              }
            },
            {
              "name": "src",
              "type": {
                "text": "string"
              },
              "fieldName": "src",
              "inheritedFrom": {
                "name": "SimpleIconBehaviors",
                "module": "lib/simple-icon-lite.js"
              }
            },
            {
              "name": "no-colorize",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "noColorize",
              "inheritedFrom": {
                "name": "SimpleIconBehaviors",
                "module": "lib/simple-icon-lite.js"
              }
            },
            {
              "name": "icon",
              "type": {
                "text": "string"
              },
              "fieldName": "icon",
              "inheritedFrom": {
                "name": "SimpleIconBehaviors",
                "module": "lib/simple-icon-lite.js"
              }
            }
          ],
          "mixins": [
            {
              "name": "SimpleIconBehaviors",
              "module": "/lib/simple-icon-lite.js"
            }
          ],
          "superclass": {
            "name": "SimpleColors",
            "package": "@haxtheweb/simple-colors/simple-colors.js"
          },
          "tagName": "simple-icon",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "custom-element-definition",
          "declaration": {
            "name": "SimpleIcon",
            "module": "simple-icon.js"
          }
        },
        {
          "kind": "js",
          "name": "SimpleIcon",
          "declaration": {
            "name": "SimpleIcon",
            "module": "simple-icon.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "lib/simple-icon-button-lite.js",
      "declarations": [
        {
          "kind": "mixin",
          "description": "",
          "name": "SimpleIconButtonBehaviors",
          "members": [
            {
              "kind": "field",
              "name": "styles",
              "static": true,
              "readonly": true
            },
            {
              "kind": "field",
              "name": "properties",
              "static": true,
              "readonly": true
            },
            {
              "kind": "field",
              "name": "ariaLabelledby",
              "privacy": "public",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "aria-labelledby"
            },
            {
              "kind": "field",
              "name": "controls",
              "privacy": "public",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "controls"
            },
            {
              "kind": "field",
              "name": "disabled",
              "privacy": "public",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "disabled"
            },
            {
              "kind": "field",
              "name": "form",
              "privacy": "public",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "form"
            },
            {
              "kind": "field",
              "name": "label",
              "privacy": "public",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "label"
            },
            {
              "kind": "field",
              "name": "fieldName",
              "privacy": "public",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "field-name"
            },
            {
              "kind": "field",
              "name": "type",
              "privacy": "public",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "type"
            },
            {
              "kind": "field",
              "name": "value",
              "privacy": "public",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "value",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "public",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "icon",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "autofocus",
              "privacy": "public",
              "type": {
                "text": "boolean"
              },
              "attribute": "autofocus"
            },
            {
              "kind": "field",
              "name": "toggles",
              "privacy": "public",
              "type": {
                "text": "boolean"
              },
              "attribute": "toggles",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "toggled",
              "privacy": "public",
              "type": {
                "text": "boolean"
              },
              "attribute": "toggled",
              "reflects": true
            }
          ],
          "attributes": [
            {
              "name": "autofocus",
              "type": {
                "text": "boolean"
              },
              "fieldName": "autofocus"
            },
            {
              "name": "aria-labelledby",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "ariaLabelledby"
            },
            {
              "name": "controls",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "controls"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "disabled"
            },
            {
              "name": "field-name",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "fieldName"
            },
            {
              "name": "form",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "form"
            },
            {
              "name": "icon",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "icon"
            },
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "label"
            },
            {
              "name": "type",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "type"
            },
            {
              "name": "value",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "value"
            },
            {
              "name": "toggles",
              "type": {
                "text": "boolean"
              },
              "fieldName": "toggles"
            },
            {
              "name": "toggled",
              "type": {
                "text": "boolean"
              },
              "fieldName": "toggled"
            }
          ],
          "parameters": [
            {
              "name": "SuperClass"
            }
          ]
        },
        {
          "kind": "class",
          "description": "`simple-icon`\n`Render an SVG based icon`",
          "name": "SimpleIconButtonLite",
          "members": [
            {
              "kind": "field",
              "name": "tag",
              "static": true,
              "description": "This is a convention, not the standard",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "type",
              "privacy": "public",
              "type": {
                "text": "string"
              },
              "default": "\"button\"",
              "attribute": "type",
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            },
            {
              "kind": "field",
              "name": "styles",
              "static": true,
              "readonly": true,
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            },
            {
              "kind": "field",
              "name": "properties",
              "static": true,
              "readonly": true,
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            },
            {
              "kind": "field",
              "name": "ariaLabelledby",
              "privacy": "public",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "aria-labelledby",
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            },
            {
              "kind": "field",
              "name": "controls",
              "privacy": "public",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "controls",
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            },
            {
              "kind": "field",
              "name": "disabled",
              "privacy": "public",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "disabled",
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            },
            {
              "kind": "field",
              "name": "form",
              "privacy": "public",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "form",
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            },
            {
              "kind": "field",
              "name": "label",
              "privacy": "public",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "label",
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            },
            {
              "kind": "field",
              "name": "fieldName",
              "privacy": "public",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "field-name",
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            },
            {
              "kind": "field",
              "name": "value",
              "privacy": "public",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "value",
              "reflects": true,
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "public",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "icon",
              "reflects": true,
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            },
            {
              "kind": "field",
              "name": "autofocus",
              "privacy": "public",
              "type": {
                "text": "boolean"
              },
              "attribute": "autofocus",
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            },
            {
              "kind": "field",
              "name": "toggles",
              "privacy": "public",
              "type": {
                "text": "boolean"
              },
              "attribute": "toggles",
              "reflects": true,
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            },
            {
              "kind": "field",
              "name": "toggled",
              "privacy": "public",
              "type": {
                "text": "boolean"
              },
              "attribute": "toggled",
              "reflects": true,
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            }
          ],
          "mixins": [
            {
              "name": "SimpleIconButtonBehaviors",
              "module": "lib/simple-icon-button-lite.js"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "simple-icon",
          "customElement": true,
          "attributes": [
            {
              "name": "autofocus",
              "type": {
                "text": "boolean"
              },
              "fieldName": "autofocus",
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            },
            {
              "name": "aria-labelledby",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "ariaLabelledby",
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            },
            {
              "name": "controls",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "controls",
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "disabled",
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            },
            {
              "name": "field-name",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "fieldName",
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            },
            {
              "name": "form",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "form",
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            },
            {
              "name": "icon",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "icon",
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            },
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "label",
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            },
            {
              "name": "type",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "type",
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            },
            {
              "name": "value",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "value",
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            },
            {
              "name": "toggles",
              "type": {
                "text": "boolean"
              },
              "fieldName": "toggles",
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            },
            {
              "name": "toggled",
              "type": {
                "text": "boolean"
              },
              "fieldName": "toggled",
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "SimpleIconButtonBehaviors",
          "declaration": {
            "name": "SimpleIconButtonBehaviors",
            "module": "lib/simple-icon-button-lite.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "declaration": {
            "name": "SimpleIconButtonLite",
            "module": "lib/simple-icon-button-lite.js"
          }
        },
        {
          "kind": "js",
          "name": "SimpleIconButtonLite",
          "declaration": {
            "name": "SimpleIconButtonLite",
            "module": "lib/simple-icon-button-lite.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "lib/simple-icon-button.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SimpleIconButton",
          "members": [
            {
              "kind": "field",
              "name": "tag",
              "static": true,
              "description": "This is a convention, not the standard",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "accentColor",
              "type": {
                "text": "string"
              },
              "default": "\"grey\""
            },
            {
              "kind": "field",
              "name": "contrast",
              "privacy": "public",
              "type": {
                "text": "number"
              },
              "default": "4",
              "attribute": "contrast",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "dark",
              "type": {
                "text": "boolean"
              },
              "default": "false"
            },
            {
              "kind": "field",
              "name": "styles",
              "static": true,
              "readonly": true,
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            },
            {
              "kind": "field",
              "name": "properties",
              "static": true,
              "readonly": true,
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            },
            {
              "kind": "field",
              "name": "ariaLabelledby",
              "privacy": "public",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "aria-labelledby",
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            },
            {
              "kind": "field",
              "name": "controls",
              "privacy": "public",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "controls",
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            },
            {
              "kind": "field",
              "name": "disabled",
              "privacy": "public",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "disabled",
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            },
            {
              "kind": "field",
              "name": "form",
              "privacy": "public",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "form",
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            },
            {
              "kind": "field",
              "name": "label",
              "privacy": "public",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "label",
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            },
            {
              "kind": "field",
              "name": "fieldName",
              "privacy": "public",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "field-name",
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            },
            {
              "kind": "field",
              "name": "type",
              "privacy": "public",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "type",
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            },
            {
              "kind": "field",
              "name": "value",
              "privacy": "public",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "value",
              "reflects": true,
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "public",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "icon",
              "reflects": true,
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            },
            {
              "kind": "field",
              "name": "autofocus",
              "privacy": "public",
              "type": {
                "text": "boolean"
              },
              "attribute": "autofocus",
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            },
            {
              "kind": "field",
              "name": "toggles",
              "privacy": "public",
              "type": {
                "text": "boolean"
              },
              "attribute": "toggles",
              "reflects": true,
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            },
            {
              "kind": "field",
              "name": "toggled",
              "privacy": "public",
              "type": {
                "text": "boolean"
              },
              "attribute": "toggled",
              "reflects": true,
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            }
          ],
          "attributes": [
            {
              "name": "contrast",
              "type": {
                "text": "number"
              },
              "default": "4",
              "fieldName": "contrast"
            },
            {
              "name": "autofocus",
              "type": {
                "text": "boolean"
              },
              "fieldName": "autofocus",
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            },
            {
              "name": "aria-labelledby",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "ariaLabelledby",
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            },
            {
              "name": "controls",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "controls",
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "disabled",
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            },
            {
              "name": "field-name",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "fieldName",
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            },
            {
              "name": "form",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "form",
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            },
            {
              "name": "icon",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "icon",
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            },
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "label",
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            },
            {
              "name": "type",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "type",
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            },
            {
              "name": "value",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "value",
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            },
            {
              "name": "toggles",
              "type": {
                "text": "boolean"
              },
              "fieldName": "toggles",
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            },
            {
              "name": "toggled",
              "type": {
                "text": "boolean"
              },
              "fieldName": "toggled",
              "inheritedFrom": {
                "name": "SimpleIconButtonBehaviors",
                "module": "lib/simple-icon-button-lite.js"
              }
            }
          ],
          "mixins": [
            {
              "name": "SimpleIconButtonBehaviors",
              "module": "/lib/simple-icon-button-lite.js"
            }
          ],
          "superclass": {
            "name": "SimpleColors",
            "package": "@haxtheweb/simple-colors/simple-colors.js"
          }
        }
      ],
      "exports": [
        {
          "kind": "custom-element-definition",
          "declaration": {
            "name": "SimpleIconButton",
            "module": "lib/simple-icon-button.js"
          }
        },
        {
          "kind": "js",
          "name": "SimpleIconButton",
          "declaration": {
            "name": "SimpleIconButton",
            "module": "lib/simple-icon-button.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "lib/simple-icon-lite.js",
      "declarations": [
        {
          "kind": "mixin",
          "description": "",
          "name": "SimpleIconBehaviors",
          "members": [
            {
              "kind": "field",
              "name": "styles",
              "static": true,
              "readonly": true
            },
            {
              "kind": "field",
              "name": "feFlood",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "properties",
              "static": true,
              "readonly": true
            },
            {
              "kind": "field",
              "name": "documentDir",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "useSafariPolyfill",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "safariMask",
              "readonly": true
            },
            {
              "kind": "method",
              "name": "setSrcByIcon",
              "parameters": [
                {
                  "name": "context"
                }
              ],
              "description": "Set the src by the icon property"
            },
            {
              "kind": "field",
              "name": "noColorize",
              "privacy": "public",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "no-colorize"
            },
            {
              "kind": "field",
              "name": "dir",
              "privacy": "public",
              "type": {
                "text": "string"
              },
              "attribute": "dir",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "src",
              "privacy": "public",
              "type": {
                "text": "string"
              },
              "attribute": "src"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "public",
              "type": {
                "text": "string"
              },
              "attribute": "icon",
              "reflects": true
            }
          ],
          "attributes": [
            {
              "name": "dir",
              "type": {
                "text": "string"
              },
              "fieldName": "dir"
            },
            {
              "name": "src",
              "type": {
                "text": "string"
              },
              "fieldName": "src"
            },
            {
              "name": "no-colorize",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "noColorize"
            },
            {
              "name": "icon",
              "type": {
                "text": "string"
              },
              "fieldName": "icon"
            }
          ],
          "parameters": [
            {
              "name": "SuperClass"
            }
          ]
        },
        {
          "kind": "class",
          "description": "`simple-icon-lite`\n`Render an SVG based icon`",
          "name": "SimpleIconLite",
          "members": [
            {
              "kind": "field",
              "name": "tag",
              "static": true,
              "description": "This is a convention, not the standard",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "styles",
              "static": true,
              "readonly": true,
              "inheritedFrom": {
                "name": "SimpleIconBehaviors",
                "module": "lib/simple-icon-lite.js"
              }
            },
            {
              "kind": "field",
              "name": "feFlood",
              "readonly": true,
              "inheritedFrom": {
                "name": "SimpleIconBehaviors",
                "module": "lib/simple-icon-lite.js"
              }
            },
            {
              "kind": "field",
              "name": "properties",
              "static": true,
              "readonly": true,
              "inheritedFrom": {
                "name": "SimpleIconBehaviors",
                "module": "lib/simple-icon-lite.js"
              }
            },
            {
              "kind": "field",
              "name": "documentDir",
              "readonly": true,
              "inheritedFrom": {
                "name": "SimpleIconBehaviors",
                "module": "lib/simple-icon-lite.js"
              }
            },
            {
              "kind": "field",
              "name": "useSafariPolyfill",
              "readonly": true,
              "inheritedFrom": {
                "name": "SimpleIconBehaviors",
                "module": "lib/simple-icon-lite.js"
              }
            },
            {
              "kind": "field",
              "name": "safariMask",
              "readonly": true,
              "inheritedFrom": {
                "name": "SimpleIconBehaviors",
                "module": "lib/simple-icon-lite.js"
              }
            },
            {
              "kind": "method",
              "name": "setSrcByIcon",
              "parameters": [
                {
                  "name": "context"
                }
              ],
              "description": "Set the src by the icon property",
              "inheritedFrom": {
                "name": "SimpleIconBehaviors",
                "module": "lib/simple-icon-lite.js"
              }
            },
            {
              "kind": "field",
              "name": "noColorize",
              "privacy": "public",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "no-colorize",
              "inheritedFrom": {
                "name": "SimpleIconBehaviors",
                "module": "lib/simple-icon-lite.js"
              }
            },
            {
              "kind": "field",
              "name": "dir",
              "privacy": "public",
              "type": {
                "text": "string"
              },
              "attribute": "dir",
              "reflects": true,
              "inheritedFrom": {
                "name": "SimpleIconBehaviors",
                "module": "lib/simple-icon-lite.js"
              }
            },
            {
              "kind": "field",
              "name": "src",
              "privacy": "public",
              "type": {
                "text": "string"
              },
              "attribute": "src",
              "inheritedFrom": {
                "name": "SimpleIconBehaviors",
                "module": "lib/simple-icon-lite.js"
              }
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "public",
              "type": {
                "text": "string"
              },
              "attribute": "icon",
              "reflects": true,
              "inheritedFrom": {
                "name": "SimpleIconBehaviors",
                "module": "lib/simple-icon-lite.js"
              }
            }
          ],
          "mixins": [
            {
              "name": "SimpleIconBehaviors",
              "module": "lib/simple-icon-lite.js"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "simple-icon-lite",
          "customElement": true,
          "attributes": [
            {
              "name": "dir",
              "type": {
                "text": "string"
              },
              "fieldName": "dir",
              "inheritedFrom": {
                "name": "SimpleIconBehaviors",
                "module": "lib/simple-icon-lite.js"
              }
            },
            {
              "name": "src",
              "type": {
                "text": "string"
              },
              "fieldName": "src",
              "inheritedFrom": {
                "name": "SimpleIconBehaviors",
                "module": "lib/simple-icon-lite.js"
              }
            },
            {
              "name": "no-colorize",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "noColorize",
              "inheritedFrom": {
                "name": "SimpleIconBehaviors",
                "module": "lib/simple-icon-lite.js"
              }
            },
            {
              "name": "icon",
              "type": {
                "text": "string"
              },
              "fieldName": "icon",
              "inheritedFrom": {
                "name": "SimpleIconBehaviors",
                "module": "lib/simple-icon-lite.js"
              }
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "SimpleIconBehaviors",
          "declaration": {
            "name": "SimpleIconBehaviors",
            "module": "lib/simple-icon-lite.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "declaration": {
            "name": "SimpleIconLite",
            "module": "lib/simple-icon-lite.js"
          }
        },
        {
          "kind": "js",
          "name": "SimpleIconLite",
          "declaration": {
            "name": "SimpleIconLite",
            "module": "lib/simple-icon-lite.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "lib/simple-icons.js",
      "declarations": [],
      "exports": []
    },
    {
      "kind": "javascript-module",
      "path": "lib/simple-iconset-demo.js",
      "declarations": [
        {
          "kind": "class",
          "description": "`simple-iconset-demo`",
          "name": "SimpleIconsetDemo",
          "members": [
            {
              "kind": "field",
              "name": "tag",
              "static": true,
              "description": "This is a convention, not the standard",
              "readonly": true
            },
            {
              "kind": "method",
              "name": "_getIconsets"
            },
            {
              "kind": "field",
              "name": "imports",
              "privacy": "public",
              "type": {
                "text": "array"
              },
              "description": "a space-separated list of paths to iconsets.json",
              "default": "[]",
              "attribute": "imports"
            },
            {
              "kind": "field",
              "name": "exclude",
              "privacy": "public",
              "type": {
                "text": "string"
              },
              "description": "a space-separated blacklist of iconsets by name",
              "attribute": "exclude"
            },
            {
              "kind": "field",
              "name": "iconsets",
              "privacy": "public",
              "type": {
                "text": "array"
              },
              "description": "a space-separated list of paths to iconsets.json",
              "attribute": "iconsets"
            },
            {
              "kind": "field",
              "name": "include",
              "privacy": "public",
              "type": {
                "text": "string"
              },
              "description": "a space-separated whitelist of iconsets by name",
              "attribute": "include"
            }
          ],
          "attributes": [
            {
              "name": "exclude",
              "type": {
                "text": "string"
              },
              "description": "a space-separated blacklist of iconsets by name",
              "fieldName": "exclude"
            },
            {
              "name": "iconsets",
              "type": {
                "text": "array"
              },
              "description": "a space-separated list of paths to iconsets.json",
              "fieldName": "iconsets"
            },
            {
              "name": "include",
              "type": {
                "text": "string"
              },
              "description": "a space-separated whitelist of iconsets by name",
              "fieldName": "include"
            },
            {
              "name": "imports",
              "type": {
                "text": "array"
              },
              "description": "a space-separated list of paths to iconsets.json",
              "default": "[]",
              "fieldName": "imports"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "simple-iconset-demo",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "custom-element-definition",
          "declaration": {
            "name": "SimpleIconsetDemo",
            "module": "lib/simple-iconset-demo.js"
          }
        },
        {
          "kind": "js",
          "name": "SimpleIconsetDemo",
          "declaration": {
            "name": "SimpleIconsetDemo",
            "module": "lib/simple-iconset-demo.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "lib/simple-iconset-manifest.js",
      "declarations": [
        {
          "kind": "variable",
          "name": "SimpleIconIconsetsManifest",
          "type": {
            "text": "array"
          },
          "default": "[ { name: \"av\", icons: [ \"add-to-queue\", \"airplay\", \"album\", \"art-track\", \"audio-descriptive-track\", \"av-timer\", \"branding-watermark\", \"call-to-action\", \"closed-caption\", \"equalizer\", \"explicit\", \"fast-forward\", \"fast-rewind\", \"featured-play-list\", \"featured-video\", \"fiber-dvr\", \"fiber-manual-record\", \"fiber-new\", \"fiber-pin\", \"fiber-smart-record\", \"forward-10\", \"forward-30\", \"forward-5\", \"games\", \"hd\", \"hearing\", \"high-quality\", \"library-add\", \"library-books\", \"library-music\", \"loop\", \"mic-none\", \"mic-off\", \"mic\", \"movie\", \"music-video\", \"new-releases\", \"not-interested\", \"note\", \"pause-circle-filled\", \"pause-circle-outline\", \"pause\", \"play-arrow\", \"play-circle-filled\", \"play-circle-outline\", \"playlist-add-check\", \"playlist-add\", \"playlist-play\", \"queue-music\", \"queue-play-next\", \"queue\", \"radio\", \"recent-actors\", \"remove-from-queue\", \"repeat-one\", \"repeat\", \"replay-10\", \"replay-30\", \"replay-5\", \"replay\", \"shuffle\", \"skip-next\", \"skip-previous\", \"slow-motion-video\", \"snooze\", \"sort-by-alpha\", \"stop\", \"subscriptions\", \"subtitles\", \"surround-sound\", \"video-call\", \"video-label\", \"video-library\", \"videocam-off\", \"videocam\", \"volume-down\", \"volume-mute\", \"volume-off\", \"volume-up\", \"web-asset\", \"web\", ], }, { name: \"communication\", icons: [ \"business\", \"call-end\", \"call-made\", \"call-merge\", \"call-missed-outgoing\", \"call-missed\", \"call-received\", \"call-split\", \"call\", \"chat-bubble-outline\", \"chat-bubble\", \"chat\", \"clear-all\", \"comment\", \"contact-mail\", \"contact-phone\", \"contacts\", \"dialer-sip\", \"dialpad\", \"email\", \"forum\", \"import-contacts\", \"import-export\", \"invert-colors-off\", \"live-help\", \"location-off\", \"location-on\", \"mail-outline\", \"message\", \"no-sim\", \"phone\", \"phonelink-erase\", \"phonelink-lock\", \"phonelink-ring\", \"phonelink-setup\", \"portable-wifi-off\", \"present-to-all\", \"ring-volume\", \"rss-feed\", \"screen-share\", \"speaker-phone\", \"stay-current-landscape\", \"stay-current-portrait\", \"stay-primary-landscape\", \"stay-primary-portrait\", \"stop-screen-share\", \"swap-calls\", \"textsms\", \"voicemail\", \"vpn-key\", ], }, { name: \"device\", icons: [ \"access-alarm\", \"access-alarms\", \"access-time\", \"add-alarm\", \"airplanemode-active\", \"airplanemode-inactive\", \"battery-20\", \"battery-30\", \"battery-50\", \"battery-60\", \"battery-80\", \"battery-90\", \"battery-alert\", \"battery-charging-20\", \"battery-charging-30\", \"battery-charging-50\", \"battery-charging-60\", \"battery-charging-80\", \"battery-charging-90\", \"battery-charging-full\", \"battery-full\", \"battery-std\", \"battery-unknown\", \"bluetooth-connected\", \"bluetooth-disabled\", \"bluetooth-searching\", \"bluetooth\", \"brightness-auto\", \"brightness-high\", \"brightness-low\", \"brightness-medium\", \"data-usage\", \"developer-mode\", \"devices\", \"dvr\", \"gps-fixed\", \"gps-not-fixed\", \"gps-off\", \"graphic-eq\", \"location-disabled\", \"location-searching\", \"network-cell\", \"network-wifi\", \"nfc\", \"screen-lock-landscape\", \"screen-lock-portrait\", \"screen-lock-rotation\", \"screen-rotation\", \"sd-storage\", \"settings-system-daydream\", \"signal-cellular-0-bar\", \"signal-cellular-1-bar\", \"signal-cellular-2-bar\", \"signal-cellular-3-bar\", \"signal-cellular-4-bar\", \"signal-cellular-connected-no-internet-0-bar\", \"signal-cellular-connected-no-internet-1-bar\", \"signal-cellular-connected-no-internet-2-bar\", \"signal-cellular-connected-no-internet-3-bar\", \"signal-cellular-connected-no-internet-4-bar\", \"signal-cellular-no-sim\", \"signal-cellular-null\", \"signal-cellular-off\", \"signal-wifi-0-bar\", \"signal-wifi-1-bar-lock\", \"signal-wifi-1-bar\", \"signal-wifi-2-bar-lock\", \"signal-wifi-2-bar\", \"signal-wifi-3-bar-lock\", \"signal-wifi-3-bar\", \"signal-wifi-4-bar-lock\", \"signal-wifi-4-bar\", \"signal-wifi-off\", \"storage\", \"usb\", \"wallpaper\", \"widgets\", \"wifi-lock\", \"wifi-tethering\", ], }, { name: \"editor\", icons: [ \"attach-file\", \"attach-money\", \"border-all\", \"border-bottom\", \"border-clear\", \"border-color\", \"border-horizontal\", \"border-inner\", \"border-left\", \"border-outer\", \"border-right\", \"border-style\", \"border-top\", \"border-vertical\", \"bubble-chart\", \"drag-handle\", \"format-align-center\", \"format-align-justify\", \"format-align-left\", \"format-align-right\", \"format-bold\", \"format-clear\", \"format-color-fill\", \"format-color-reset\", \"format-color-text\", \"format-indent-decrease\", \"format-indent-increase\", \"format-italic\", \"format-line-spacing\", \"format-list-bulleted\", \"format-list-numbered\", \"format-page-break\", \"format-paint\", \"format-quote\", \"format-shapes\", \"format-size\", \"format-strikethrough\", \"format-textdirection-l-to-r\", \"format-textdirection-r-to-l\", \"format-underlined\", \"functions\", \"highlight\", \"insert-chart\", \"insert-comment\", \"insert-drive-file\", \"insert-emoticon\", \"insert-invitation\", \"insert-link\", \"insert-photo\", \"linear-scale\", \"merge-type\", \"mode-comment\", \"mode-edit\", \"monetization-on\", \"money-off\", \"multiline-chart\", \"pie-chart-outlined\", \"pie-chart\", \"publish\", \"short-text\", \"show-chart\", \"space-bar\", \"strikethrough-s\", \"text-fields\", \"title\", \"vertical-align-bottom\", \"vertical-align-center\", \"vertical-align-top\", \"wrap-text\", ], }, { name: \"elmsln-custom\", icons: [], }, { name: \"hardware\", icons: [ \"cast-connected\", \"cast\", \"computer\", \"desktop-mac\", \"desktop-windows\", \"developer-board\", \"device-hub\", \"devices-other\", \"dock\", \"gamepad\", \"headset-mic\", \"headset\", \"keyboard-arrow-down\", \"keyboard-arrow-left\", \"keyboard-arrow-right\", \"keyboard-arrow-up\", \"keyboard-backspace\", \"keyboard-capslock\", \"keyboard-hide\", \"keyboard-return\", \"keyboard-tab\", \"keyboard-voice\", \"keyboard\", \"laptop-chromebook\", \"laptop-mac\", \"laptop-windows\", \"laptop\", \"memory\", \"mouse\", \"phone-android\", \"phone-iphone\", \"phonelink-off\", \"phonelink\", \"power-input\", \"router\", \"scanner\", \"security\", \"sim-card\", \"smartphone\", \"speaker-group\", \"speaker\", \"tablet-android\", \"tablet-mac\", \"tablet\", \"toys\", \"tv\", \"videogame-asset\", \"watch\", ], }, { name: \"icons\", icons: [ \"3d-rotation\", \"accessibility\", \"accessible\", \"account-balance-wallet\", \"account-balance\", \"account-box\", \"account-circle\", \"add-alert\", \"add-box\", \"add-circle-outline\", \"add-circle\", \"add-shopping-cart\", \"add\", \"alarm-add\", \"alarm-off\", \"alarm-on\", \"alarm\", \"all-out\", \"android\", \"announcement\", \"apps\", \"archive\", \"arrow-back\", \"arrow-downward\", \"arrow-drop-down-circle\", \"arrow-drop-down\", \"arrow-drop-up\", \"arrow-forward\", \"arrow-upward\", \"aspect-ratio\", \"assessment\", \"assignment-ind\", \"assignment-late\", \"assignment-return\", \"assignment-returned\", \"assignment-turned-in\", \"assignment\", \"attachment\", \"autorenew\", \"backspace\", \"backup\", \"block\", \"book\", \"bookmark-border\", \"bookmark\", \"bug-report\", \"build\", \"cached\", \"camera-enhance\", \"cancel\", \"card-giftcard\", \"card-membership\", \"card-travel\", \"change-history\", \"check-box-outline-blank\", \"check-box\", \"check-circle\", \"check\", \"chevron-left\", \"chevron-right\", \"chrome-reader-mode\", \"class\", \"clear\", \"close\", \"cloud-circle\", \"cloud-done\", \"cloud-download\", \"cloud-off\", \"cloud-queue\", \"cloud-upload\", \"cloud\", \"code\", \"compare-arrows\", \"content-copy\", \"content-cut\", \"content-paste\", \"copyright\", \"create-new-folder\", \"create\", \"credit-card\", \"dashboard\", \"date-range\", \"delete-forever\", \"delete-sweep\", \"delete\", \"description\", \"dns\", \"done-all\", \"done\", \"donut-large\", \"donut-small\", \"drafts\", \"eject\", \"error-outline\", \"error\", \"euro-symbol\", \"event-seat\", \"event\", \"exit-to-app\", \"expand-less\", \"expand-more\", \"explore\", \"extension\", \"face\", \"favorite-border\", \"favorite\", \"feedback\", \"file-download\", \"file-upload\", \"filter-list\", \"find-in-page\", \"find-replace\", \"fingerprint\", \"first-page\", \"flag\", \"flight-land\", \"flight-takeoff\", \"flip-to-back\", \"flip-to-front\", \"folder-open\", \"folder-shared\", \"folder\", \"font-download\", \"forward\", \"fullscreen-exit\", \"fullscreen\", \"g-translate\", \"gavel\", \"gesture\", \"get-app\", \"gif\", \"grade\", \"group-work\", \"help-outline\", \"help\", \"highlight-off\", \"history\", \"home\", \"hourglass-empty\", \"hourglass-full\", \"http\", \"https\", \"important-devices\", \"inbox\", \"indeterminate-check-box\", \"info-outline\", \"info\", \"input\", \"invert-colors\", \"label-outline\", \"label\", \"language\", \"last-page\", \"launch\", \"lightbulb-outline\", \"line-style\", \"line-weight\", \"link\", \"list\", \"lock-open\", \"lock-outline\", \"lock\", \"low-priority\", \"loyalty\", \"mail\", \"markunread-mailbox\", \"markunread\", \"menu\", \"more-horiz\", \"more-vert\", \"motorcycle\", \"move-to-inbox\", \"next-week\", \"note-add\", \"offline-pin\", \"opacity\", \"open-in-browser\", \"open-in-new\", \"open-with\", \"pageview\", \"pan-tool\", \"payment\", \"perm-camera-mic\", \"perm-contact-calendar\", \"perm-data-setting\", \"perm-device-information\", \"perm-identity\", \"perm-media\", \"perm-phone-msg\", \"perm-scan-wifi\", \"pets\", \"picture-in-picture-alt\", \"picture-in-picture\", \"play-for-work\", \"polymer\", \"power-settings-new\", \"pregnant-woman\", \"print\", \"query-builder\", \"question-answer\", \"radio-button-checked\", \"radio-button-unchecked\", \"receipt\", \"record-voice-over\", \"redeem\", \"redo\", \"refresh\", \"remove-circle-outline\", \"remove-circle\", \"remove-shopping-cart\", \"remove\", \"reorder\", \"reply-all\", \"reply\", \"report-problem\", \"report\", \"restore-page\", \"restore\", \"room\", \"rounded-corner\", \"rowing\", \"save\", \"schedule\", \"search\", \"select-all\", \"send\", \"settings-applications\", \"settings-backup-restore\", \"settings-bluetooth\", \"settings-brightness\", \"settings-cell\", \"settings-ethernet\", \"settings-input-antenna\", \"settings-input-component\", \"settings-input-composite\", \"settings-input-hdmi\", \"settings-input-svideo\", \"settings-overscan\", \"settings-phone\", \"settings-power\", \"settings-remote\", \"settings-voice\", \"settings\", \"shop-two\", \"shop\", \"shopping-basket\", \"shopping-cart\", \"sort\", \"speaker-notes-off\", \"speaker-notes\", \"spellcheck\", \"star-border\", \"star-half\", \"star\", \"stars\", \"store\", \"subdirectory-arrow-left\", \"subdirectory-arrow-right\", \"subject\", \"supervisor-account\", \"swap-horiz\", \"swap-vert\", \"swap-vertical-circle\", \"system-update-alt\", \"tab-unselected\", \"tab\", \"text-format\", \"theaters\", \"thumb-down\", \"thumb-up\", \"thumbs-up-down\", \"timeline\", \"toc\", \"today\", \"toll\", \"touch-app\", \"track-changes\", \"translate\", \"trending-down\", \"trending-flat\", \"trending-up\", \"turned-in-not\", \"turned-in\", \"unarchive\", \"undo\", \"unfold-less\", \"unfold-more\", \"update\", \"verified-user\", \"view-agenda\", \"view-array\", \"view-carousel\", \"view-column\", \"view-day\", \"view-headline\", \"view-list\", \"view-module\", \"view-quilt\", \"view-stream\", \"view-week\", \"visibility-off\", \"visibility\", \"warning\", \"watch-later\", \"weekend\", \"work\", \"youtube-searched-for\", \"zoom-in\", \"zoom-out\", ], }, { name: \"image\", icons: [ \"add-a-photo\", \"add-to-photos\", \"adjust\", \"assistant-photo\", \"assistant\", \"audiotrack\", \"blur-circular\", \"blur-linear\", \"blur-off\", \"blur-on\", \"brightness-1\", \"brightness-2\", \"brightness-3\", \"brightness-4\", \"brightness-5\", \"brightness-6\", \"brightness-7\", \"broken-image\", \"brush\", \"burst-mode\", \"camera-alt\", \"camera-front\", \"camera-rear\", \"camera-roll\", \"camera\", \"center-focus-strong\", \"center-focus-weak\", \"collections-bookmark\", \"collections\", \"color-lens\", \"colorize\", \"compare\", \"control-point-duplicate\", \"control-point\", \"crop-16-9\", \"crop-3-2\", \"crop-5-4\", \"crop-7-5\", \"crop-din\", \"crop-free\", \"crop-landscape\", \"crop-original\", \"crop-portrait\", \"crop-rotate\", \"crop-square\", \"crop\", \"dehaze\", \"details\", \"edit\", \"exposure-neg-1\", \"exposure-neg-2\", \"exposure-plus-1\", \"exposure-plus-2\", \"exposure-zero\", \"exposure\", \"filter-1\", \"filter-2\", \"filter-3\", \"filter-4\", \"filter-5\", \"filter-6\", \"filter-7\", \"filter-8\", \"filter-9-plus\", \"filter-9\", \"filter-b-and-w\", \"filter-center-focus\", \"filter-drama\", \"filter-frames\", \"filter-hdr\", \"filter-none\", \"filter-tilt-shift\", \"filter-vintage\", \"filter\", \"flare\", \"flash-auto\", \"flash-off\", \"flash-on\", \"flip\", \"gradient\", \"grain\", \"grid-off\", \"grid-on\", \"hdr-off\", \"hdr-on\", \"hdr-strong\", \"hdr-weak\", \"healing\", \"image-aspect-ratio\", \"image\", \"iso\", \"landscape\", \"leak-add\", \"leak-remove\", \"lens\", \"linked-camera\", \"looks-3\", \"looks-4\", \"looks-5\", \"looks-6\", \"looks-one\", \"looks-two\", \"looks\", \"loupe\", \"monochrome-photos\", \"movie-creation\", \"movie-filter\", \"music-note\", \"nature-people\", \"nature\", \"navigate-before\", \"navigate-next\", \"palette\", \"panorama-fish-eye\", \"panorama-horizontal\", \"panorama-vertical\", \"panorama-wide-angle\", \"panorama\", \"photo-album\", \"photo-camera\", \"photo-filter\", \"photo-library\", \"photo-size-select-actual\", \"photo-size-select-large\", \"photo-size-select-small\", \"photo\", \"picture-as-pdf\", \"portrait\", \"remove-red-eye\", \"rotate-90-degrees-ccw\", \"rotate-left\", \"rotate-right\", \"slideshow\", \"straighten\", \"style\", \"switch-camera\", \"switch-video\", \"tag-faces\", \"texture\", \"timelapse\", \"timer-10\", \"timer-3\", \"timer-off\", \"timer\", \"tonality\", \"transform\", \"tune\", \"view-comfy\", \"view-compact\", \"vignette\", \"wb-auto\", \"wb-cloudy\", \"wb-incandescent\", \"wb-iridescent\", \"wb-sunny\", ], }, { name: \"loading\", icons: [\"bars\"], }, { name: \"maps\", icons: [ \"add-location\", \"beenhere\", \"directions-bike\", \"directions-boat\", \"directions-bus\", \"directions-car\", \"directions-railway\", \"directions-run\", \"directions-subway\", \"directions-transit\", \"directions-walk\", \"directions\", \"edit-location\", \"ev-station\", \"flight\", \"hotel\", \"layers-clear\", \"layers\", \"local-activity\", \"local-airport\", \"local-atm\", \"local-bar\", \"local-cafe\", \"local-car-wash\", \"local-convenience-store\", \"local-dining\", \"local-drink\", \"local-florist\", \"local-gas-station\", \"local-grocery-store\", \"local-hospital\", \"local-hotel\", \"local-laundry-service\", \"local-library\", \"local-mall\", \"local-movies\", \"local-offer\", \"local-parking\", \"local-pharmacy\", \"local-phone\", \"local-pizza\", \"local-play\", \"local-post-office\", \"local-printshop\", \"local-see\", \"local-shipping\", \"local-taxi\", \"map\", \"my-location\", \"navigation\", \"near-me\", \"person-pin-circle\", \"person-pin\", \"pin-drop\", \"place\", \"rate-review\", \"restaurant-menu\", \"restaurant\", \"satellite\", \"store-mall-directory\", \"streetview\", \"subway\", \"terrain\", \"traffic\", \"train\", \"tram\", \"transfer-within-a-station\", \"zoom-out-map\", ], }, { name: \"notification\", icons: [ \"adb\", \"airline-seat-flat-angled\", \"airline-seat-flat\", \"airline-seat-individual-suite\", \"airline-seat-legroom-extra\", \"airline-seat-legroom-normal\", \"airline-seat-legroom-reduced\", \"airline-seat-recline-extra\", \"airline-seat-recline-normal\", \"bluetooth-audio\", \"confirmation-number\", \"disc-full\", \"do-not-disturb-alt\", \"do-not-disturb-off\", \"do-not-disturb-on\", \"do-not-disturb\", \"drive-eta\", \"enhanced-encryption\", \"event-available\", \"event-busy\", \"event-note\", \"folder-special\", \"live-tv\", \"mms\", \"more\", \"network-check\", \"network-locked\", \"no-encryption\", \"ondemand-video\", \"personal-video\", \"phone-bluetooth-speaker\", \"phone-forwarded\", \"phone-in-talk\", \"phone-locked\", \"phone-missed\", \"phone-paused\", \"power\", \"priority-high\", \"rv-hookup\", \"sd-card\", \"sim-card-alert\", \"sms-failed\", \"sms\", \"sync-disabled\", \"sync-problem\", \"sync\", \"system-update\", \"tap-and-play\", \"time-to-leave\", \"vibration\", \"voice-chat\", \"vpn-lock\", \"wc\", \"wifi\", ], }, { name: \"places\", icons: [ \"ac-unit\", \"airport-shuttle\", \"all-inclusive\", \"beach-access\", \"business-center\", \"casino\", \"child-care\", \"child-friendly\", \"fitness-center\", \"free-breakfast\", \"golf-course\", \"hot-tub\", \"kitchen\", \"pool\", \"room-service\", \"rv-hookup\", \"smoke-free\", \"smoking-rooms\", \"spa\", ], }, { name: \"social\", icons: [ \"cake\", \"domain\", \"group-add\", \"group\", \"location-city\", \"mood-bad\", \"mood\", \"notifications-active\", \"notifications-none\", \"notifications-off\", \"notifications-paused\", \"notifications\", \"pages\", \"party-mode\", \"people-outline\", \"people\", \"person-add\", \"person-outline\", \"person\", \"plus-one\", \"poll\", \"public\", \"school\", \"sentiment-dissatisfied\", \"sentiment-neutral\", \"sentiment-satisfied\", \"sentiment-very-dissatisfied\", \"sentiment-very-satisfied\", \"share\", \"whatshot\", ], }, ]"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "SimpleIconIconsetsManifest",
          "declaration": {
            "name": "SimpleIconIconsetsManifest",
            "module": "lib/simple-iconset-manifest.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "lib/simple-iconset.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SimpleIconset",
          "members": [
            {
              "kind": "field",
              "name": "tag",
              "static": true,
              "readonly": true
            },
            {
              "kind": "method",
              "name": "registerManifest",
              "parameters": [
                {
                  "name": "manifest",
                  "description": "array of iconsets",
                  "type": {
                    "text": "array"
                  }
                }
              ],
              "description": "Manifest.js files can register themselves to create an icon list.\nThese files export an array of iconsets\nas [{name: iconsetName, icons: [ iconName,iconName2 ]}]"
            },
            {
              "kind": "method",
              "name": "registerIconset",
              "parameters": [
                {
                  "name": "name"
                },
                {
                  "name": "icons",
                  "default": "{}"
                }
              ],
              "description": "Iconsets are to register a namespace in either manner:\nobject notation: key name of the icon with a specific path to the file\n{\n  icon: iconLocation,\n  icon2: iconLocation2\n}\nstring notation: assumes icon name can be found at ${iconLocationBasePath}${iconname}.svg\niconLocationBasePath"
            },
            {
              "kind": "method",
              "name": "getIcon",
              "parameters": [
                {
                  "name": "val"
                },
                {
                  "name": "context"
                }
              ],
              "description": "return the icon location on splitting the string on : for position in the object\nif the icon doesn't exist, it sets a value for future updates in the event\nthat the library for the icon registers AFTER the request to visualize is made"
            },
            {
              "kind": "field",
              "name": "iconsets",
              "type": {
                "text": "object"
              },
              "default": "{}"
            },
            {
              "kind": "field",
              "name": "iconlist",
              "type": {
                "text": "array"
              },
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "manifest",
              "type": {
                "text": "object"
              },
              "default": "{}"
            },
            {
              "kind": "field",
              "name": "needsHydrated",
              "type": {
                "text": "array"
              },
              "default": "[]"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "customElement": true
        },
        {
          "kind": "variable",
          "name": "SimpleIconsetStore"
        }
      ],
      "exports": [
        {
          "kind": "custom-element-definition",
          "declaration": {
            "name": "SimpleIconset",
            "module": "lib/simple-iconset.js"
          }
        },
        {
          "kind": "js",
          "name": "SimpleIconset",
          "declaration": {
            "name": "SimpleIconset",
            "module": "lib/simple-iconset.js"
          }
        },
        {
          "kind": "js",
          "name": "SimpleIconsetStore",
          "declaration": {
            "name": "SimpleIconsetStore",
            "module": "lib/simple-iconset.js"
          }
        }
      ]
    }
  ]
}
